

.tab-slider {
    padding:0 40px;
}
.tab-slider .btn-icon {
    position: absolute;
    top: 5px;
}
#goPrev {
    left:0;   
}
#goNext {
    right:0;
}

.wrap {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: calc(100% - 0px);
    margin: auto;
    border: 0px solid #efefef;
    font-size: 0;
}

.wrap.scrollbtns {
  width: calc(100% - 100px);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0px solid transparent;
}

.wrap>.nav-tabs {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
}

.wrap>.nav-tabs>li {
    background: transparent;
    display: inline-block;
    position: relative;
    white-space: normal;
    float: none;
    font-size: 14px;
}

.nav-tabs>li>a {
    margin-right: 0;
    border-radius: 0;
}

/* @media screen and (max-width: 768px) { */
    #goPrev, #goNext {
        top: 0px;
        position: absolute;
        z-index: 99;
        border: 0px;
        font-size: 0px;
        width: 50px;
        height: 66px;
        border-radius: 0px;
        cursor: pointer;
    }

    #goPrev {
        left: 15px !important;
        display: block;    
        background: url("/assets/img/left_arrow_small.png") no-repeat  center#272A4F;
        box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.3);
        
    }
    #goNext {
        right: 15px !important;
        display: block;
        background: url("/assets/img/right_arrow_small.png") no-repeat  center#272A4F;
        box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.3);
        
    }
/* } */

@media screen and (max-width: 768px) {
  #goPrev, #goNext {
    height: 60px;
  }
}


/* Scroll tab default css*/

.ui-scroll-tabs-view {
    z-index: 1;
    overflow: hidden;
  }
  
  .ui-scroll-tabs-view .ui-widget-header {
    border: none;
    background: transparent;
  }
  
  .ui-scroll-tabs-header {
    position: relative;
    overflow: hidden;
  }
  
  .ui-scroll-tabs-header .stNavMain {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    opacity: 0;
    transition: left .5s, right .5s, opacity .8s;
    transition-timing-function: swing;
  }
  
  .ui-scroll-tabs-header .stNavMain button { height: 100%; }
  
  .ui-scroll-tabs-header .stNavMainLeft { left: -250px; }
  
  .ui-scroll-tabs-header .stNavMainLeft.stNavVisible {
    left: 0;
    opacity: 1;
  }
  
  .ui-scroll-tabs-header .stNavMainRight { right: -250px; }
  
  .ui-scroll-tabs-header .stNavMainRight.stNavVisible {
    right: 0;
    opacity: 1;
  }
  
  .ui-scroll-tabs-header ul.ui-tabs-nav {
    position: relative;
    white-space: nowrap;
  }
  
  .ui-scroll-tabs-header ul.ui-tabs-nav li {
    display: inline-block;
    float: none;
  }
  
  .ui-scroll-tabs-header ul.ui-tabs-nav li.stHasCloseBtn a { padding-right: 0.5em; }
  
  .ui-scroll-tabs-header ul.ui-tabs-nav li span.stCloseBtn {
    float: left;
    padding: 4px 2px;
    border: none;
    cursor: pointer;
  }
  
  /*End of scrolltabs css*/