 
.scrtabs-tab-container * {
  box-sizing: border-box;
  }

.scrtabs-tab-container {
  height: 150px;
 
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    border-bottom: 1px solid #efefef;
  }
  .scrtabs-tab-container .tab-content {
    clear: left; }

.scrtabs-tabs-fixed-container {
  float: left;
  height: 138px;
  overflow: hidden;
  width: 100%;
  }

.scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container {
  overflow-x:  hidden; padding-top: 10px;
  }
  .scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container::-webkit-scrollbar {
    display: none;
	}

.scrtabs-tabs-movable-container {
  position: relative;
  }
  .scrtabs-tabs-movable-container .tab-content {
    display: none; }

.scrtabs-tab-scroll-arrow {
 /* border: 1px solid #905719;*/
 color: #428bca;
 cursor: pointer;
 display: none;
 float: left;
 font-size: 12px;
 height: 35px;
 width: 35px;
 border-radius: 50px;
 position: relative;
 top: 50%;
 margin-top: -17.5px;
}

  .scrtabs-tab-scroll-arrow:hover {
        /* background-color: #e7e7e7; */
        /* background-size: 13px; */
        }

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default; }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  /* white-space: nowrap;*/ } 
  
  
 
 .scrtabs-tab-scroll-arrow-left, .scrtabs-tab-scroll-arrow-right{
	background-image: url(../imagess/icons/arrow-l.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background-size: 6px;
	}

.scrtabs-tab-scroll-arrow-right{
  background-image: url(../imagess/icons/arrow-r.png);
  }



 @media only screen and (max-width: 640px) {
  .scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container {overflow-x: auto;padding: 10px 15px 0; width: 100% !important;}
  .scrtabs-tab-scroll-arrow-left, .scrtabs-tab-scroll-arrow-right{display: none !important;}

  .nav-tabs li a h6 {font-size: 12px;}
  }



