/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/

img{
  border:none;
}
.wrapper{
  padding:50px;
}
.tab-nav{
  list-style:none;
  display: flex;
  /* flex-wrap: wrap; */
  position: relative;
  margin-bottom: 0;
}
.tab-nav li{
  float:left;
  padding:0 10px;
  color:#fff;
  cursor:pointer;
  line-height:30px;
  margin-bottom: 0;
}
.tab-nav li.active .content-holder{
  display:block;
}
.content-holder{
  position:absolute;
  left:0;
  right:0;
  padding:35px;
  display:none;
  color:#666;
}
.bit14-adv-tab-panel.advance-tabs-theme-four .content-holder{
  border-radius: 4px;
  top: 0;
  margin-top: 61px;
}

.bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li .tab{
  position: relative;
  width: 100%;
  padding: 15px 0px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  height: 62px;
  box-sizing: border-box;
}
.bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li {
  border-radius: 4px;
  display: flex;
  max-width: 250px;
  width: 100%;
}
.bit14-adv-tab-panel.advance-tabs-theme-four .skew{
  position: absolute;
  top: 0px  ;
  display: inline-block;
  width: 24px;
  height: 62px;
  left: auto;
  background: #af89e0;
  transform: skew(14deg);
  border-radius: 4px;
  right: -10px;
}
.bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li .adv-tabs-title{
  margin: 0;
}
.bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li .tab-head-icon{
  display: none;
}
.bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li:first-child .adv-tab-title{
  display: none;
}
.bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li:first-child i{
  display: block;
}
.bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li .adv-tab-title{
  margin:0px;
  text-transform: uppercase;
}
.bit14-adv-tab-panel.advance-tabs-theme-three .tab-nav{
  justify-content: center;
}
.bit14-adv-tab-panel.advance-tabs-theme-three .tab-nav .tab{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
  border-radius: 18px 18px 0px 0px;
  padding: 14px;
  font-size: 20px;
}
.bit14-adv-tab-panel.advance-tabs-theme-three .tab-nav li{
  width: 100%;
  max-width: 230px;
}
.bit14-adv-tab-panel.advance-tabs-theme-three .tab-nav li p{
  margin: 0px;
  padding: 8px 0px;
}
.bit14-adv-tab-panel.advance-tabs-theme-three .content-holder{
  top: 0px;
  margin-top: 63px;
}
.bit14-adv-tab-panel .content-holder p{
  margin: 0px;
}
.bit14-adv-tab-panel.advance-tabs-theme-two .tab-nav{
  display: block;
}
.bit14-adv-tab-panel.advance-tabs-theme-two .tab-nav .tab{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  text-transform: capitalize;
  font-size: 24px;
}
.bit14-adv-tab-panel.advance-tabs-theme-two .content-holder{
  top: 0;
  left: 20%;
  padding: 27px 32px;
  width: 80%;
}
.bit14-adv-tab-panel.advance-tabs-theme-two .adv-tab-title{
  margin-bottom: 0px;
  margin-top: 0px;
}
.bit14-adv-tab-panel.advance-tabs-theme-two .tab-nav li{
  float: none;
  margin-bottom: 12px;
}
.bit14-adv-tab-panel.advance-tabs-theme-two .tab-nav .tab i{
  margin-right: 12px;
}
.bit14-adv-tab-panel.advance-tabs-theme-two .tab-nav .tab img{
  margin-right: 12px;
}
.bit14-adv-tab-panel.advance-tabs-theme-one .tab-nav .tab .adv-tab-title{
  margin: 0px;
}
.bit14-adv-tab-panel.advance-tabs-theme-one .tab-nav{
  justify-content: center;
}
.bit14-adv-tab-panel.advance-tabs-theme-one .tab-nav .tab{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
  /* border-radius: 18px 18px 0px 0px; */
  padding: 20px;
}
.bit14-adv-tab-panel.advance-tabs-theme-one .tab-nav .tab i{
  margin-right: 12px;
}
.bit14-adv-tab-panel.advance-tabs-theme-one .tab-nav .tab img{
  margin-right: 12px;
}
@media (max-width: 768px) {
  .bit14-adv-tab-panel{
    margin: 0px !important;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li{
    display: block;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li .tab {
    max-width: 100%;
    width: 100%;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li:first-child i{
    width: 100%;
    text-align: center;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-four .content-holder{
    position: unset;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-four .content-holder{
    margin-top: 0px;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-four .tab-nav li{ 
    max-width: 100%;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-three .tab-nav li{
    max-width: 100%;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-three .content-holder{
    position: unset;
    margin-top: 9px;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-two .tab-nav .tab{
    width: 100%;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-two .content-holder{
    width: 100%;
    position: unset;
    height: fit-content !important;
  }
  .bit14-adv-tab-panel.advance-tabs-theme-one .content-holder{
    position: unset;
  }
}
/* 
.bit-tab-container {
    margin: 20px 0; }
    .bit-tab-container .tabs {
      float: none;
      list-style: none;
      position: relative;
      padding-left: 0px !important;
      text-align: left;
      float: left;
      width: 100%; }
      .bit-tab-container .tabs .bit-tab-li {
        display: inline-block;
        margin-top: 5px;
        float: left; }
      .bit-tab-container .tabs input[type="radio"] {
        position: absolute;
        top: 0;
        left: -9999px; }
      .bit-tab-container .tabs label {
        display: block;
        border-radius: 2px 2px 0 0;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        transition: all 0.2s ease-in-out;
        margin: 0px; }
      .bit-tab-container .tabs .tab-content {
        z-index: 2;
        display: none;
        overflow: hidden;
        width: 100%;
        font-size: 18px;
        line-height: 25px;
        padding: 25px;
        position: absolute;
        top: 100%;
        left: 0;
        color: #9a9a9a; } */
  
  /*
  ===================================================
  Themes for bit 14 tabs
  ===================================================
  */
  /* .tab-style-one .tabs .bit-tab-li {
    background: #ffffff; }
    .tab-style-one .tabs .bit-tab-li label {
      position: relative; }
      .tab-style-one .tabs .bit-tab-li label:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 2px;
        background: #000000;
        bottom: 0px;
        left: 0;
        transition: width .3s; }
      .tab-style-one .tabs .bit-tab-li label:hover::after {
        width: 100%; }
    .tab-style-one .tabs .bit-tab-li:not(:last-child) {
      border-right: 1px solid #9a9a9a; }
    .tab-style-one .tabs .bit-tab-li i.tab-head-icon {
      padding: 10px; }
  .tab-style-one .tabs .tab-content {
    background: transparent; }
  .tab-style-one .tabs [id^="tab"]:checked + label {
    border-bottom: 0px solid #000000;
    box-shadow: inset 0 -2px 0 #000000;
    box-sizing: border-box; }
  .tab-style-one .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
    display: block; }
  
  .tab-style-two .tabs .bit-tab-li {
    background: #e4e4e4; }
    .tab-style-two .tabs .bit-tab-li label:hover {
      background: #ececec; }
    .tab-style-two .tabs .bit-tab-li label:not(:last-child) {
      border-right: 1px solid #9a9a9a; }
    .tab-style-two .tabs .bit-tab-li label i.tab-head-icon {
      padding: 10px; }
  .tab-style-two .tabs .tab-content {
    background: white; }
  .tab-style-two .tabs [id^="tab"]:checked + label {
    top: 0;
    background: white;
    border: none; }
  .tab-style-two .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
    display: block; }
  
  .tab-style-three .tabs .bit-tab-li {
    background: transparent; }
    .tab-style-three .tabs .bit-tab-li label {
      position: relative; }
      .tab-style-three .tabs .bit-tab-li label:after, .tab-style-three .tabs .bit-tab-li label:before {
        content: '';
        display: block;
        position: absolute;
        height: 2px;
        bottom: 0px;
        left: 0;
        transition: width .3s;
        text-align: center; }
      .tab-style-three .tabs .bit-tab-li label:after {
        background: #000000;
        width: 0; }
      .tab-style-three .tabs .bit-tab-li label:before {
        width: 100%;
        background: #e4e4e4; }
      .tab-style-three .tabs .bit-tab-li label:hover::after {
        width: 100%; }
    .tab-style-three .tabs .bit-tab-li:not(:last-child) {
      border-right: none; }
    .tab-style-three .tabs .bit-tab-li i.tab-head-icon {
      display: block;
      padding-bottom: 10px;
      text-align: center; }
  .tab-style-three .tabs .tab-content {
    background: transparent; }
  .tab-style-three .tabs .bit-tab-head:checked + label {
    border-bottom: 0px solid #000000;
    box-shadow: inset 0 -2px 0 #000000;
    box-sizing: border-box;
    position: relative; }
    .tab-style-three .tabs .bit-tab-head:checked + label:after {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      bottom: 0px;
      left: 0;
      transition: width .3s;
      text-align: center;
      background: #000000;
      width: 100%; }
  .tab-style-three .tabs .bit-tab-head:checked ~ .tab-content {
    display: block; } */
  
  /*
  ===================================================
  Themes Queries for bit 14 tabs 768
  ===================================================
  */
  @media (max-width: 768px) {
    .bit-tab-container .tabs .bit-tab-li {
      display: block;
      margin-top: 0px;
      width: 120px;
      background: transparent; }
    .bit-tab-container .tabs label {
      display: block;
      padding: 25px 25px !important;
      text-align: center;
      font-size: 15px; }
      .bit-tab-container .tabs label i.tab-head-icon {
        display: block;
        text-align: center; }
      .bit-tab-container .tabs label:not(:last-child) {
        border-bottom: 2px solid #9a9a9a; }
    .bit-tab-container .tabs .tab-content {
      display: block;
      position: absolute;
      font-size: 15px;
      top: 0;
      left: 118px;
      background: transparent;
      height: 0px;
      width: calc( 100% - 120px);
      padding: 0 25px 0; }
    .bit-tab-container .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
      height: 100%;
      overflow-y: auto;
      width: calc( 100% - 120px); }
    .bit-tab-container.tab-style-one .tabs .bit-tab-li, .bit-tab-container.tab-style-two .tabs .bit-tab-li, .bit-tab-container .tab-style-three .tabs .bit-tab-li {
      border-right: 1px solid #9a9a9a; }
    .bit-tab-container.tab-style-one .tabs label, .bit-tab-container.tab-style-two .tabs label, .bit-tab-container .tab-style-three .tabs label {
      background: #e4e4e4; }
      .bit-tab-container.tab-style-one .tabs label:not(:last-child), .bit-tab-container.tab-style-two .tabs label:not(:last-child), .bit-tab-container .tab-style-three .tabs label:not(:last-child) {
        border-right: none; }
    .bit-tab-container.tab-style-one .tabs .tab-content, .bit-tab-container.tab-style-two .tabs .tab-content, .bit-tab-container .tab-style-three .tabs .tab-content {
      background: #ececec; }
    .bit-tab-container.tab-style-one .tabs [id^="tab"]:checked + label, .bit-tab-container.tab-style-two .tabs [id^="tab"]:checked + label, .bit-tab-container .tab-style-three .tabs [id^="tab"]:checked + label {
      top: 0;
      background: #ffffff;
      border: none; }
    .bit-tab-container.tab-style-one .tabs [id^="tab"]:checked ~ [id^="tab-content"], .bit-tab-container.tab-style-two .tabs [id^="tab"]:checked ~ [id^="tab-content"], .bit-tab-container .tab-style-three .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
      display: block;
      background: #ffffff; } }
    @media (max-width: 770px) {
    
    .bit-tab-container .tabs .tab-content {   
        left: 0px;
        width: 100%;
        padding: 0px 25px 0;
        top: 0;
        margin: 105px 0px;
    } 
    .bit-tab-container {
      margin: 0px 0 126px;
    }
    }
    @media (max-width: 520px) {
      .bit-tab-container .tabs .tab-content {   
         margin: 90px 0px; } 
    .bit-tab-container .tabs .bit-tab-li {
      width: 90px; }
    .bit-tab-container .tabs label {
      padding: 15px 15px !important; }
  
    .bit-tab-container .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
      width: calc(100% - 90px); } 
    }
   
  