@charset "utf-8";
/* CSS Document for Asian Flyer tours (AFT) */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
body {
  font-family: 'Source Sans Pro', sans-serif;
}
* {
  box-sizing: border-box;
}
a {
  color: #333;
}
.menu {
    width: 100%;
}
.menu-container {
  margin: 0 auto;
  background:white;
}
.menu a.logo {
    display: inline-block;
    padding: 0em 3.5em 0em 0em;
    float: left;
}

.menu img {
    max-width:90%;
	width: 130px;
}
.menu-list{
	text-align: center;
}
.menu-list > li {
    width:auto;
    float: left;
}
.menu-list img {
    max-width: 100%;
    border-radius: 70px;
    display: block;
   /* height: 100px;*/
    margin: 15px auto;
   /* width: 100px;*/

}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
	margin: 0 auto;
	list-style: none;
	padding: 20px 0 0 0;
	box-sizing: border-box;
	clear: right;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: white;
  padding: 0;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  display: inline-block !important;
}
.menu > ul > li i{
    margin-top: -.25em;
    margin-left: 5px;
}
.menu > ul > li a {
	position: relative;
	display: inline-block !important;
	width: 100%;
	vertical-align: top;
	text-transform: uppercase;
	height: 100%;
	padding: 0 19px;
	color: #303030;
	font-size: 12px;
	line-height: 58px;
	font-weight: 700;
	box-sizing: border-box;
	font-family: Montserrat,sans-serif;
}
.menu > ul > li a:hover{
	color: #f03c02;
}
.menu > ul > li a.dropdown-toggle:after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 5px;
    margin-top: 2px;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: white;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  background: none;
  /*float: left;*/
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover{
	color:#03a9f4;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: auto;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width:100%;
  margin: 0px;
  float: none;
  min-width: 180px;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding:0;
  text-align: left;
  line-height: 40px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-container .menu{
	display:inline-block;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 20px 20px 0;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width:100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 0em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;    
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

.Inc-Header {
    background-color: white;
    position: relative;
    text-align: left;
}
.Inc-Header .header-content {
    display: flex;
    justify-content: space-between;
    background: white;
    box-sizing: border-box;
}
.Inc-Header .header-head-side {
    display: flex;
    align-items: center;
}
.Inc-Header .header-head-side.header-logo {
    position: absolute;
    left: 43%;
}
.Inc-Header .header-head-side a img {
	    
}
#bannermenu {
    width: 79%!important;
    padding: 15px 0px 0 0;
    box-sizing: border-box;
}
.logobloc {
    float: left;
}
#sticky {
    width: 100%;
    background-color: #ffffff;
    box-shadow: none;
   /* border-top: 2px solid #fff;*/
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(204, 204, 204) 0px 4px 4px;
    border-top: 2px solid rgb(255, 255, 255);
}
#div-up-header {
    background: #00266b;
    padding: 4px 0;
	position: relative;
    height: 100%;
	line-height: 30px;
}
#div-up-header .contact-info {
    display: inline-block;
	padding-left: 10px;
	font-family: Montserrat,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 10px;
}
#div-up-header p, #div-up-header a{
    margin-bottom: 0;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    margin-right: 15px;
}
#div-up-header i {
    padding-right: 5px;
}
#white-link {
    color: white;
    text-decoration: underline;
}
.ddmenu-head-side {
    display: flex;
	float: right;
    align-items: center;
}
.ddmenu-head-item {
    position: relative;
    display: flex;
	font-size: 14px;
    white-space: nowrap;
    color: rgba(52, 58, 64, 0.9);
    cursor: pointer;
	padding: 1.2em 1em;
	font-family: Montserrat,sans-serif;
	font-weight: 600;
}
.ddmenu-head-item i{
	padding-right: 5px;
	padding-top: 3px;
	color: #FF9F00;
}
.tabs {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    border-bottom: 4px solid #ccc;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}
.tabs label {
    display: block;
    float: left;
    width: 50%;
    color: #ccc;
	font-weight: 800;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    box-shadow: inset 0 4px #ccc;
    border-bottom: 4px solid #ccc;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
.tabs label span {
    display: none;
}
.tabs label i {
    padding: 5px;
    margin-right: 0;
}
.tabs label:hover {
    color: #3498db;
    box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color:#ffffff;
}
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
.pkg-tnc-text{
	font-size: 12px;
	color:#f43438!important
}
.pkg-cancellation-terms{
	position: relative;
	display: block;
	margin-bottom: 30px;

}
.pkg-cancellation-terms h3{
	margin: 0;
	padding-top: 0;
}
.pkg-cancellation-terms ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.pkg-cancellation-terms ul li {
    margin-bottom: 10px;
    display: flex;
}
.pkg-cancellation-terms ul li i {
    width: 20px;
    height: 20px;
    background: linear-gradient(#fb7d1d,#cb1f1e);
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 15px;
}
.pkg-cancellation-terms p span{
	color: #f03c02;
    font-style: italic;
    font-weight: 800;
}


/*New CSS*/

.bread-crumb {
    color: #0b2241;
    line-height: 20px;
    margin-top: 10px;
	font-size: 12px;
	font-family: Montserrat,sans-serif;
	margin-bottom: 10px;
}
.bread-crumb > a {
    line-height: 20px;
    font-size: 12px;
    text-decoration: none !important;
    color: #333;
    margin: 0 5px;
	position:relative;
	overflow:hidden;
	vertical-align:top;
}
.bread-crumb > a.b_back {
    background: #333;
    color: #fff;
    padding: 1px 5px;
    position: relative;
	top:1px;
}
.bread-crumb > a.b_back::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-right-color: rgba(136, 183, 213, 0);
    border-right-color: #333;
    border-width: 8px;
    margin-top: -8px;
}
.f20 {
    font-size: 20px !important;
}
.bread-crumb> span {
    font-size: 12px;
    margin-left: 5px;
	vertical-align: top;
}
#dbd-ity {
    height: auto;
    width: 100%;
	margin-top: 25px !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt25 {
    margin-top: 25px !important;
}
.price_box{
	font-size: 10px;
	line-height: 6px;
	color: #6b6b6b;
	border-left: none;
}
.overview-wrap{
	position:relative;
	width:100%;
}
.overview-box {
    border: 1px solid #f0f0f0;
    padding: 15px;
	position:relative;
	overflow:hidden;
}
.overview-tbox p{
	font-size:14px;
	line-height:22px;
}
.dbd-wrap {
    position: relative;
    max-width: 705px;
    margin: 0 auto;
}
.dbd-list {
    list-style: none;
	margin: 30px 0 10px;
    /*padding: 30px 0 10px;*/
    position: relative;
	padding: 0;
}
.dbd-list:before {
    content: " ";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 5px;
    background: url(../images/d-line.png) repeat-y;
    left: 41px;
    border-radius: 5px;
}
.dbd-list > li {
    position: relative;
}
.dbd-list-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
	text-transform:uppercase;
	font-weight:700;
    text-align: center;
    /*z-index: 100;*/
    border-radius: 50%;
    margin-left: 18px;
    position: relative;
	background: linear-gradient(to right, #fb7d1d 0%, #cb1f1e 100%);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    box-shadow: inset 0 0 5px rgba(0,0,0,.1);
}
/*.dbd-list-badge:before {
    top: -20px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
}
.dbd-list-badge:before, .dbd-list-badge:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 20px;
    width: 5px;
    margin-left: -2px;
}*/
.dbd-itn-list {
    margin: 0px 0 20px;
}
.dbd-itn-time {
    float: left;
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
}
.dbd-itn-time span {
    display: block;
}
.itnry_meal_inc{
	position: relative;
    margin-left: 105px;
	margin-top:-48px;
}
.itnry_mealbg{
    background: #f0f0f0;
	webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    box-shadow: inset 0 0 5px rgba(0,0,0,.1);
	padding-top:4px !important;
	padding-bottom:4px !important;	
}
.f18 {
    font-size: 18px !important;
    line-height: 26px;
}
.fw7 {
    font-weight: 700 !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mt0 {
    margin-top: 0 !important;
}
.pad0{
	padding: 0;
}
.dbd-head{
	font-style: normal;
}
.itnry_meal_inc h4 {
    text-transform: uppercase;
    font-size: 16px;
}
.pkg-dt-space70{
	margin-top:70px;
}
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters  [class^="col-"],.row.no-gutters [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
.noN_box {
    text-align: left;
    padding: 0 0 10px;
	color:#2e2e2e;
	
}
.customiz-gry {
    color: #999 !important;
}
.p15 {
    padding: 15px !important;
}
.pkg-duration {
    color: #eb1c23 !important;
}
.f24 {
    font-size: 24px !important;
    line-height: 32px;
}
.noN_box span{
	display: block;
	clear: both;
	font-size: 13px;
	color: #eb1c23;
}
dbd-list::before {
    content: " ";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 5px;
    background: url( ../images/d-line.png) repeat-y;
    left: 41px;
    border-radius: 5px;
}
.win-ml20{
	width:inherit !important;
	margin-left:15px;
	overflow: inherit !important;
}
.w40{
	width:40%;
}
.w40-2{
	width:40.27%;
}
.itnry_meal{
    display: inline-block;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    margin: 15px 0 10px;
}
.itnry_meal_inc h4{
	text-transform:uppercase;
	font-size:16px;
	color: #000;
}
.dbd-itn-details {
    padding: 0 1.786rem 1.786rem 0.85rem;
    position: relative;
    margin-left: 96px;
}
.dbd-itn-details h4{
	margin-bottom:10px;
}
.dbd-itn-details ul{
	padding-left:10px;
	list-style:disc;
}
.dbd-itn-details ul li{
	color: #2e2e2e;
	padding: 0 0 0 10px;
	font-size: 13px;
	line-height: 26px;
}
.dbd-itn-details > i {
    font-size: 1.429rem;
    position: absolute;
    left: 25px;
}
.dbd-itn-details > p {
	margin-bottom: 0;
    margin-top: 0.7143rem;
    font-size: 14px;
    font-weight: 400;
	line-height:24px;
}
.pkg-menu-pricebox{
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: linear-gradient(to right, #fb7d1d 0%, #cb1f1e 100%);
	padding:8px 15px;
	min-height:45px;
	text-align:left;
}
.pkg-menu-price-wrap{
	display: inline-block;
}
.pkg-menu-price {
	color: #FFF;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    line-height: 29px;
	display:inline;
}
.pkg-rgtcontct-box{
    border: 1px solid #f0f0f0;
	min-height:350px;
}
.inline{
  display: inline-block;
}
.inline + .inline{
  margin-left:10px;
}
.htl-cat{
  color:#999;
  font-size:15px;
  position:relative;
}
.htl-cat span{
  position:relative;
   padding-left:20px;
}
.htl-cat span:after{
  content:'';
  width:15px;
  height:15px;
  border:3px solid;
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.htl-cat input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.htl-cat input[type="radio"]:checked + span{
  color:#0B8;  
}
.htl-cat input[type="radio"]:checked + span:before{
  content:'';
  width:5px;
  height:5px;
  position:absolute;
  background:#0B8;
  left:5px;
  top:6px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}
.pkg-call-box {
    background: #f0f0f0;
	bottom:0;
	padding:10px 0;
	position:absolute;
	width:100%;
}
.pkg-call-box_l {
    font-size: 15px;
    color: #2e2e2e;
    font-weight: normal;
    float: left;
    line-height: 24px;
}
.pkg-call-box_l > a {
    font-size: 21px;
    color: #ff7800 !important;
    float: left;
    text-decoration: none !important;
}
.destination {
    margin: 10px 0 3px;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid #e9eaea;
    border-top: 1px solid #e9eaea;
}
.d_list {
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    color: #2e2e2e;
	margin-bottom:5px;
	padding-left: 12px;
}
.d_list li{
	color:#999;
	font-size:12px;
	display:inline-block;
	padding-left:4px;
	padding-right:3px;
	/*border-right: 1px solid #f0f0f0;*/
}
.d_list li .line-arrow {
    color: #a2a2a2;
    font-size: 14px;
    padding: 0 0 0 5px;
    line-height: 12px;
}
.d_list li:first-child{
	padding-left:0;
}
.d_list li:last-child{
	border-right:none;
}
.destination .d-citz:first-child{
	padding-left:0 ;
}
.ico-box .ico {
    position: relative;
    background: url(../images/ico-sprite.png) no-repeat;
    content: " ";
    display: inline-block;
}
.pkg-incl ul {
	margin-left: 0 !important;
	padding-left: 0;
}
.pkg-incl ul li {
    text-align: center;
    display: inline-block;
    float: left;
    padding-left: 0 !important;
    padding-right: 10px;
}
.pkg-incl ul li small {
    font-size: .7em;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    text-transform: capitalize;
    line-height: 12px;
    height: 15px;
    color: #2e2e2e;
}
.ico-box .ico.ico-plane {
    background-position: 5px -212px;
}
.ico-box .ico.ico-hotel {
    background-position: 5px -35px;
}
.ico-box .ico.ico-car {
    background-position: 5px -77px;
}
.ico-box .ico.ico-meals {
    background-position: 5px -123px;
}
.ico-box .ico.ico-sSeeing {
    background-position: 5px -252px;
}
.ico-box .ico.ico-bus {
    background-position: 5px 5px;
}
.ico-box .ico{
	height: 40px;
    width: 40px;
	border-radius: 20%;
	padding:10px;
	border: 1px solid #CCC;
}
.imgholder-cont {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 10px 8px 5px;
    color: #FFF;
    background: -webkit-linear-gradient(top,rgba(76,76,76,0) 0,rgba(19,19,19,.9) 100%);
    background: linear-gradient(to bottom,rgba(76,76,76,0) 0,rgba(19,19,19,.9) 100%);
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px;
	font-weight:300;
	font-family:"Montserrat", Arial, sans-serif;
}
.card__tag {
    border-radius: 2px;
    color: #2e2e2e;
    display: block;
    font-size: 10px;
    font-weight: 700;
    left: 14px;
    letter-spacing: 0.1em;
    padding: 1px 4px;
    position: absolute;
    text-transform: uppercase;
    top: 14px;
}
.premium{
	background-color: #eb1c23;
}
.dest-bg{
	background:rgba(0,0,0,.7);
	padding-top: 5px;
	padding-bottom: 5px;
}
.home-head__tag {
    border-radius: 2px;
    display: block;
    left: 10px;
    letter-spacing: 0.1em;
    padding: 1px 4px;
    position: absolute;
    top: 10px;
	width:100%;
	color: #FFF;
}
.dest-name-lg{
	font-size: 26px;
	display: block;
	line-height: 35px;
	text-transform: uppercase;
}
.imgholder-cont .price, .p-imgholder .price{
    float: right;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #FFF;
}
.imgholder-cont .price sup, .p-imgholder .price sup {
    font-size: 18px;
    position: relative;
    top: -3px;
    color: #fff;
    text-transform: capitalize !important;
}
.listItem a #score {
    color: #fff;
	font-size: 11px;
	margin-top: 5px;
	position: absolute;
	bottom: 30px;
	left: 5px;
}

.pkg-call-box {
    background: #f0f0f0;
    bottom: 0;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}
.btn-filled-search, .btn-filled-pri-large {
    display: inline-block;
    font-size: 13px;
    height: 45px;
    line-height: 18px;
    padding: 12px 25px;
    text-align: center;
    background: linear-gradient(to right, #fb7d1d 0%, #cb1f1e 100%);
	border-radius: 30px;
	border: none;
    text-decoration: none;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
}
.ripple {
    position: relative;
}
.wave, .wave-dark {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	transform: scale(0);
	opacity: .5;
	/*border-radius: 8px;*/
}
.wave-dark {
	background-color: #ccc
}
.ripple:hover>.wave, .ripple:hover>.wave-dark {
	animation: ripple-in2 2s
}
@keyframes ripple-in1 {
0% {
transform:scale(0)
}
20% {
transform:scale(1);
opacity:.3
}
to {
	transform: scale(1);
	opacity: 0
}
}
@keyframes ripple-in2 {
0% {
transform:scaleX(0)
}
20% {
transform:scaleX(1);
opacity:.3
}
to {
	transform: scaleX(1);
	opacity: 0
}
}
.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
	position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
	position: fixed;
}
.fixedsticky-dummy {
	display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
	display: block;
}
.sidebar {
	padding:0 0 2em 1.1em;
	background:transparent;
}
@media (min-width:43.75em) {

	/* responsive layout */
	.candy-wrapper {
		max-width: 60em;
		margin: 0 auto;
		position: relative;
	}
	.main {
		display: inline-block;
		vertical-align: top;
	}
	.sidebar {
		display: inline-block;
		width: 30%;
		vertical-align: top;
		float: left;
		

	}

	/* loaded fixed-sticky polyfill
	https://github.com/filamentgroup/fixed-sticky */
	.fixedsticky {
		top: 50px;
	}
}

.search_Filter_sideBar{
	display:block;
	color: #2e2e2e;
}
.search_Filter_block{
    padding: 0 15px 14px;
    display: inline-block;
	background:#FFF;
	width:100%;
}
.search_Filter_block_list {
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0;
	color: #2e2e2e;
	
}
.search_Filter_block_list li {
    text-align: left;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #dfdddd;
    border-radius: 18px;
    padding: 2px 16px;
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
}
.search_Filter_block_list li span{
    cursor: pointer;
	line-height: 24px;
    letter-spacing: 0;
}
.block_sep {
    border-bottom: 1px solid #e9eaea;
}
.search_Filter_block h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .04em;
    margin-top: 24px;
    margin-bottom: 16px;
}
.search_Filter_block h5 .sm-title {
    font-size: 12px;
}
.filter {
    border-bottom: 1px solid #e9eaea;
    padding: 20px 0;
}
.filter:first-of-type {
    padding-top: 0px !important;
}
.filter:last-of-type {
    border-bottom:none;
}
.filter-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter-nav li a {
    color: #666;
    padding: 0;
    font-size: 13px;
    line-height: 26px;
}
.filter-nav li a:hover{
	color: #eb1c23;
}
ul.filter-nav li a::before {
    content: "\f0da";
    margin-right: 10px;
    color: #eb1c23;
    display: block;
    float: left;
    font-size: 10px;
    font-family: Fontawesome;
}
.bdr {
    border: 1px solid #f0f0f0 !important;
}
.sidebar {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    float: left;
}
.sidebar {
    padding: 0 0 2em 1.1em;
    background: transparent;
}
.pkgCont {
    padding: 0;
        padding-top: 0px;
    position: relative;
    margin: 0 0 .625rem 0;
    background-color: #ffffff;
}
.pkgCont-row {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    position: relative;
    float: left;
}
.pkgCont-row label {
    font-weight: 400;
    color: #2e2e2e;
    font-size: 12px;
}
.input-control {
    display: block;
    min-height: 40px;
    height: 40px;
    position: relative;
    vertical-align: middle;
    margin: .325rem 0;
    line-height: 1;
}
.mt20 {
    margin-top: 20px !important;
}
.pkgCont-row {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    position: relative;
    float: left;
}
.w40-2 {
    width: 40.50%;
}
.pt20 {
    padding-top: 20px !important;
}
.input-control input, .input-control textarea, .input-control-1 textarea, .input-control select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 1px #d9d9d9 solid;
    font-size: 13px;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 0;
    border-radius: 0 !important;
}
.pkgCont-row:before, pkgCont-row:after {
    display: table;
    content: "";
}
.pkgCont-row label {
    font-weight: 400;
    color: #2e2e2e;
    font-size: 12px;
}
.input-control {
    display: block;
    min-height:40px;
    height: 40px;
    position: relative;
    vertical-align: middle;
    margin: .325rem 0;
    line-height: 1;
}
.form-group textarea{
	border: 1px #d9d9d9 solid;
	border-radius: none;
}
.input-control input, .input-control textarea, .input-control-1 textarea, .input-control select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 1px #d9d9d9 solid;
	font-size:13px;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 0;
	border-radius:0 !important;
}
.input-control-1{
	display: block;
    height: 100px;
    position: relative;
    vertical-align: middle;
    margin: .325rem 0;
    line-height: 1;
}
.formList {
    list-style: none!important;
}
.formList li:first-child {
    float: left;
    width: 50%;
}
.formList li:last-child {
    float: left;
    width: 50%;
    padding-left: 15px;
}
.formList {
    list-style: none !important;
	margin: 0;
	padding: 0;
}
#pkg-menu ul {
	float:left;
	list-style: none;
	margin:0;
	padding: 0;
}
#pkg-menu ul li {
	float:left;    
	position: relative;
	display: flex;
}
#pkg-menu ul li a{
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height:24px;
	color:#2e2e2e;
	font-weight:700;
	text-decoration:none !important;
}
#pkg-menu ul li a:hover {
   border-bottom: 3px solid #eb1c23;
}
#pkg-menu ul li a.active {
    border-bottom: 3px solid #eb1c23;
	background-color: rgb(239, 239, 239);
}
#overview {
    height: auto;
    width: 100%;
    overflow: hidden;
}
#dbd-ity {
    height: auto;
    width: 100%;
}
#inc-exc {
    height: auto;
    width: 100%;
}
/*Package Tabs*/
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 36px;
	border-bottom: 1px solid #eee;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 15px;
	height: 35px;
	line-height: 35px;
	background-color: #f8f8f8;
	color: #2e2e2e;
	overflow: hidden;
	position: relative;
}
ul.tabs li i{
	padding-right:5px;
}
.tab_last { 
	border-right: 1px solid #FFF;
}

ul.tabs li:hover {
	background-color: #ccc;
	color: #2e2e2e;
}
ul.tabs li.active {
	background: #f0f0f0;
	webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
	box-shadow: inset 0 0 5px rgba(0,0,0,.1);
	color: #2e2e2e;
	display: block;
}
.tab_container {
	border-top: none;
	clear: both;
	width: 100%;
	overflow: auto;
}
.tab_content {
	padding: 15px 0 0 0;
	display: none;
}
.tab_content h5 span {
    background-color: #f5f5f5;
    display: inline-block;
    color: #2e2e2e;
    padding: 5px 10px;
    text-align: center;
    margin: 0 10px 0 0;
}
.tab_content h5 {
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px!important;
    line-height: 1.8em;
    color: #2e2e2e;
	font-family: Lato,sans-serif;
    font-weight: 700;
	border-bottom: 1px solid #eee;
}
.tab_content ul {
    padding-left: 25px;
}
.tab_content ul li {
    padding-left: 10px;
	font-size: 13px;
    line-height: 1.8em;
    font-family: Lato,sans-serif;
	list-style:none;
}
.tab_container p {
    font-size: 13px;
    line-height: 1.8em;
}
.incl li::before {
	content:"\f046"; 
	color: #4CAF50;
	font-family: 'FontAwesome';
  	display: inline-block; 
	width: 1.5em;
	margin-left: -1.5em
}
.excl li::before{
	content: "\f05c"; 
	font-family: 'FontAwesome';
	color: red;
  	display: inline-block; 
	width: 1.5em;
	margin-left: -1.5em
}
.pdR0{
	padding-right:10px;
}
.tab_drawer_heading { display: none; }

#btns { 
    border-color: #e7e7e7;
	background-color: rgb(255, 255, 255);
	box-shadow: rgb(204, 204, 204) 0px 4px 4px;
    color:white;
    position: fixed;
    width:100%;
    text-align:center;
	z-index:5;
	top:0px;
}

/*Mob Banner Start*/
.gih-banner-mobile {
	display:none;
	background-size:cover;
	background-position:left top;
	margin-top:0;
	height:410px;
	box-sizing:border-box
}
.gih-banner-mobile .caption {
	color:#FFF;
	text-shadow:-2px 3px 4px rgba(5, 5, 5, .3);
	top:initial;
	bottom:20%;
	display:block;
	width:100%;
	position:absolute;
	padding:0 15px
}
.gih-banner-mobile .caption h2 {
	font-family: "Playfair Display", serif;
    font-size: 35px;
	margin:0;
	text-align:center;
	padding:0;
	color:#FFF;
}
.gih-banner-mobile .caption p {
	text-align:center;
	color:#fff;
	margin-top:15px
}
.gih-banner-mobile .caption .flx {
	max-width:200px;
	margin:2em auto 0
}
.gih-banner-mobile .caption .flx a {
	padding:.5em 1.5em;
	font-weight:700;
	text-shadow:none;
	font-size:14px;
	transition:background .3s linear;
	color:#fff;
	background: linear-gradient(to right, #fb7d1d 0%, #cb1f1e 100%);
	border: 1px solid #fe5246;
	border-radius:5px;
	display:block
}
.gih-banner-mobile .caption .flx a:hover {
	background:#4c5d6e;
	text-decoration:none;
	color:#fff
}
/*New CSS END*/

@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tabs [id^="tab"]:checked + label {
    background: #eee;
    box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;
    color: #3498db;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
    display: block;
}
@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }
    .tabs label span {
        display: inline-block;
    }
    .tabs {
    max-width: 950px;
    margin: 20px auto 20px ;
    }
}
@media (max-width:767px) {
#first-slider{
	display:none !important;
}
.gih-banner-mobile {
	background-image:url(../images/mob-banner.jpg);
	display:block!important
}
.gih-banner-mobile .caption-wrapper {
	margin:0 auto;
	height:355px;
	position:relative
}
.gih-banner-mobile>div::before {
	background-position:center top;
	height:355px;
	content:''!important;
	position:absolute
}
.gih-banner-mobile .caption .flx {
	max-width:500px;
	margin:2em auto 0
}
.gih-banner-mobile .caption .flx a {
	display:inline
}
.bg-fc-rd h3{
	margin-bottom:20px;
}
.bg-fc-rd .fc-wh-ico{
	margin-bottom:5px;
}
.aft-hm-slider-photo{
		margin-bottom: 20px;
	}
.aft-hm-slider-photo img{
	width: 100%	
}
.vc_row .vc_row-flex > .vc_column_container {
    -webkit-box-align: end;
    align-items: end;
    width: 100%;
}
	.aft-tours-destination-item-image img {
    width: 100%;
    height: 100%;
		max-width:inherit !important;
}
	.popdesti{
		width: 100% !important;
		margin-bottom: 15px;
		margin-left: 0 !important;
		
	}
	.payment-box {
    float: none !important;
}
	.ftr_contact_wrap .contact_box{
		margin-bottom: 15px;
	}
}
/*Mob Banner END*/
