/*
Theme Name: Nepal Independent Guide
Theme URI: http://bestnepal.com
Author: Best Nepal Team
Author URI: https://bestnepal.com/
Description: Nepal Independent Guide is a tailor-made premium theme for www.nepalindependentguide.com.
Version: 1.0
License: For use on www.nepalindependentguide.com only
Text Domain: www.nepalindependentguide.com
*/

.etabs {
  margin: 0;
  padding: 0;
}
.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #eee;  
  border: none;
  border-right: solid 1px #fff;
}
.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;
}
.tab-container .panel-container {
  background: #fff;
  border: solid #666 1px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}

ul.etabs {
  display: table;
  width: 100%;
  background: #3097DA;
}
ul.etabs li.tab,
ul.etabs li.rtab {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  
}
  .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;
}
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: #F8CE76;
  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 #F8CE76;
}
ul.etabs li.tab a,
ul.etabs li.rtab a {
  color: #333;
  position: relative;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 15px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 5px;
  background:#0b517c;
}
.res_tab_sticky ul.etabs li.tab a, ul.etabs li.rtab a {
  padding: 20px 10px;
}

ul.etabs li.tab a:hover,
ul.etabs li.rtab a:hover {
  text-decoration: none;
}

/* Group Price style*/
.total-amt .gerror {
    font-size: 16px;
    font-weight: 600;
    color: #e02020;
}