/*!* Theme Name: Trekking to Everest Theme
* Author: Best Nepal Pvt.Ltd 
* Author URI: http://www.bestnepal.net
*/


.etabs {
  margin: 0;
  padding: 0;
}

.res_tab{
    display:none;
}
.res_tab_sticky .tab{
  border: none;
}
.tab a {
  font-size: 14px;
  line-height: 2em;
  display: block;
  padding: 0 10px;
  outline: none;
}
.tab a:hover {
  text-decoration: underline;
}
.tab.active {
  background: #fff;
  padding-top: 6px;
  position: relative;
  top: 0;
}
.tab a.active {
  font-weight: bold;
}

ul.etabs {
  display: table;
  width: 100%;
  background: #3875A1;
}
ul.etabs li.tab,
ul.etabs li.rtab {
  float:left;
  min-width:80px;
}
  .res_tab_sticky ul.etabs li.tab,
  .res_tab_sticky ul.etabs li.rtab{
padding-right: 1px;
  }
ul.etabs li.tab:last-child,
ul.etabs li.rtab:last-child {
  padding-right: 0px;
}
.res_tab_sticky ul.etabs li.tab:hover a{
    background:#FF9C03;
}
ul.etabs li.tab span,
ul.etabs li.rtab span {
  display: block;
}
ul.etabs li.tab.active,
ul.etabs li.rtab.active {
  padding-top: 0px;
}
ul.etabs li.tab.active a,
ul.etabs li.rtab.active a {
  position: relative;
  background: #FF9C03;
  color: #000;
}
ul.etabs li.tab.active,
ul.etabs li.rtab.active {
  position: relative;
}
ul.etabs li.tab.active a:after,
ul.etabs li.rtab.active a:after {
  position: absolute;
  left: 50%;
  bottom: -7px;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #F05621;
}
ul.etabs li.tab a,
ul.etabs li.rtab a {
  color: #333;
  position: relative;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 15px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 5px;
}
.res_tab_sticky ul.etabs li.tab a, ul.etabs li.rtab a {
  padding:10px;
}

ul.etabs li.tab a:hover,
ul.etabs li.rtab a:hover {
  text-decoration: none;
}
.tab-container .panel-container {
  background: #fff !important;
  border: 0;
  padding: 0px 15px 0 15px;
  border-radius: 0px !important;
  font-size:1.6rem;
  line-height:1.6 !important;
}

@media only screen and (max-width: 768px) {
    .w3-modal {
  padding-top: 130px !important;
}
  ul.etabs li.tab,
  ul.etabs {
    display: inline-block;
    text-align: center;
    padding: 0;
  }
  ul.etabs li.tab {
    width: 30%;
    border: 0;
    background: #2670BB;
  }
  ul.etabs {
    padding: 5px 0px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }
  ul.etabs li.tab a, ul.etabs li.rtab a{
    font-size: 12px;
    height: 35px;
    padding: 19px 5px;
  }
  
  ul.etabs li.tab.active:after,
  ul.etabs li.tab.active a:after {
    display: none;
  }
  .detail-itinenary .widgetPanel{
      padding: 16px 0px 0px 0px;
  }
  
}

ul.etabs.header-fixed {
  top: 93px;
}
ul.etabs.header-fixed li.tab.active a::after {
  display: none;
}
.res_tab_sticky {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-active {
  position: relative !important;
  background: #FF9C03  !important;
}

/* sticky side options package details page */
@media (max-width: 900px) {
  .res_tab_sticky{
    width: 100%;
    z-index:9999999999;
  }
  ul.etabs li.tab, ul.etabs li.rtab{
    padding: 0px;
    flex: 1;
    flex-basis: 114px;
  }
  .scroll-active::after {
    border-left: 0px;
  }
}

