
@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat/Montserrat-Light.ttf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald/Oswald-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald Light';
  src: url('../fonts/Oswald/Oswald-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald Medium';
  src: url('../fonts/Oswald/Oswald-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald SemiBold';
  src: url('../fonts/Oswald/Oswald-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald ExtraLight';
  src: url('../fonts/Oswald/Oswald-ExtraLight.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/myrid/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/myrid/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/myrid/MyriadPro-Light.woff') format('woff');
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;;
}
body {
    font-family: 'Oswald light', sans-serif;
    font-size: 1em;
    line-height: 1.65;
    color: #070707;
}
.fs10pt{ font-size:10pt; }
.mb10 { margin-bottom:10px; }

ul li{ cursor:pointer; }
.navbar{ text-transform: uppercase; }
.navbar-new-top{
    background: #fff;min-height: 30px;
    border-bottom: 12px solid #5286be;
    padding-bottom: 60px;
    height: 141px;
}
.navbar-brand{
    font-weight: 600;
}
.navbar-brand img{
    position: absolute;
    top: -69px;
    left: 1%;
}
.navbar-new-top ul{
    /*margin-right: 9%;*/
}
.navbar-new-top ul li{
    margin: 0 2px;}
.navbar-new-bottom{
    background-color: #ffffff;
    margin-top: -69px;
    min-height: 57px;
    border-bottom: 12px solid #00549e ;
    padding-bottom: 0;
    padding-top: 0px;
}
.navbar-new-bottom ul li{
    margin-left: 5px;
    margin-right: 5px;
}
li.nav-item.active a {
    color: #c5a47e;
}
.navbar-nav .nav-item a {
    color: #070707;
    font-size: 6pt;
    font-weight: 100;
    transition: 1s ease;
    padding: 0;
    font-family: 'Oswald';
    letter-spacing: 1.9px;
}
.navbar-nav .nav-item a:hover{
    color: #816344!important;
    text-decoration: none
}


div#menucontainer {
    width: 24%;
    z-index: 999999999;
}
.dropdown-menu.show{
    background: #fff;
    border-radius: 0;
   /*  z-index: 9999999; */

   /* padding: 10px!important;*/
}
.topNav:hover .topNav-menu{
    display: block;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
    background: #caae8dd9;
    padding: 0;
    border: 0;
    min-width: 100px;
    border-radius: 0;
    top: 7px;
    margin-left: 6px;
}

.triangle1{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 4px solid #caae8dd9;
    position: absolute;
    /* right: 27px; */
    top: 4px;
    left: -8px;
    transform: rotate(-90deg);
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 



ul.dropdown-menu.topNav-menu {
    background: #caae8dd9;
    padding: 0;
    border: 0;
    min-width: 160px;
    border-radius: 0;
    top: 21px;
}

.topNav-menu-sub {
    background: #caae8dd9;
    padding: 0;
    border: 0;
    min-width: 100px;
    border-radius: 0;
    top: 21px;
}
.language_dropdown li{
    border: none;

}

ul.dropdown-menu.topNav-menu li {
    margin: 0;
    text-align: center;
}

ul.dropdown-menu.topNav-menu li a{
    color: #ffffff;
    font-size: 10px;
    padding: 7px;
}

ul.dropdown-menu.topNav-menu li a:hover{
  color: #ffffff !important;
    background: #1d3455b8;
    font-family: 'Oswald Light';
    font-size: 13px;
}

.topNav-menu .triangle{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 4px solid #caae8dd9;
    position: absolute;
    /* right: 27px; */
    top: -4px;
    left: 31px;
}

.header-btn{
    width: 161%;
    border: none;
    border-radius: 1rem;
    padding: 8%;
    background: #0062cc;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}
.topSecBrdr{
    margin-top: 0px;
}
.navRightCont{
    float: right;
    position: absolute;
    right: 10px;
}

.clearfix{ clear: both; }

section {
    padding: 20px 0;
}

.adSec{
    /*background: #808080;*/
    /*padding: 30px;*/
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    margin: 30px 0;
}

.adSec p { margin-bottom: 0px; }

.list_sec ul {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    list-style: none;
    font-size: 14px;
    color: #000;
}

.list_sec ul p {
    font-family: 'montserratsemibold';
    font-size: 16px;
    line-height: 1.35;
    font-weight: normal;
    color: #3d3d3d;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.topCitySec h4{ letter-spacing: 4px; }
.topCitySec_flexlist{
    display: flex;
}
.topCitySec_flexlist .list_sec ul { 
    padding-inline-end: 15px;
    padding-inline-start: 15px; 
}

.topCitySec_flexlist .list_sec ul li{ color:#666; font-size: 15px;}

.topCitySec_flexlist .list_sec p{ 
    font-family: 'montserratlight', sans-serif;
    color: #747474;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0; line-height: 30px; }

.topCitySec { position: absolute; top: 0;padding: 15px;}

.heading { text-align: center; margin: 50px;}

.horizontal_adimg{
    height: 130px;
    object-fit: fill;
}

.car_bg_sec {
    background: url(../img/Car_Rent.png);
    min-height: 374px;
    background-repeat: no-repeat;
}

.carSecRight{
    color: #fff;
    padding-top: 75px;
}

.car_bg_sec h5.text-center.text-primary.mb-4::first-letter {
    font-size: 35px;
}

.contactSec .form-control{
    min-height: 58px;
    background: #f6f6f6;
    border-radius: 10px;
    border: none;
    padding-top: 5px;
}
.form-control::placeholder {
color: #8496AF;

}
.footer_social_media{
    margin: 90px 0px 0px 0px;
    background-color: #444344;
    height: 37.79px;
}
.sc_icons {
    font-size: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 2px;
}
.sc_icons span a img{
    width: 18px;
    height: 18px;
}
.footer_sec{
/*    background-color: #070707;*/
    background: linear-gradient(45deg, rgba(16,16,16,1) 0%,rgba(73,73,74,1) 100%);
    float: left;
    width: 100%;
}
section.footer_links {
    padding: 0px;
}
.footer_links ul{
        gap: 2px;
/*    background: #070707;*/
    padding-top: 25px !important;
    border-bottom: 0px solid #444344;
}
.footer_links ul li a{
    font-size: 10pt;
    font-family: 'Oswald';
    color: #848281;

}

.footer_links ul li a{
          /* float: left;
    list-style: none;*/
    padding: 4px 0px 0;
    /* border: 2px solid #444344; */
    border-top: none;
    /* border-right: 2px solid #444344; */
    /* border-bottom: 2px solid #444344; */
    border-bottom: 2px solid #444344;
    border-left: 0px solid #444344;
}

.footer_links ul li{
          /* float: left;
    list-style: none;*/
    padding: 4px 0px;
    /* border: 2px solid #444344; */
    border-top: none;
    /* border-right: 2px solid #444344; */
    /* border-bottom: 2px solid #444344; */
/*    border-bottom: 2px solid #444344;*/
    border-left: 0px solid #444344;
}
.footer_row_end{
    height: 90px;
    align-items: flex-end;
    padding-bottom: 60px;
}
.bottomSec {
    float: left;
    padding: 0px 0px 21px;
    width: 98%;
    box-shadow: -1px -1px 3px #00000014;
}

.bottomSec ul.d-flex.justify-content-center.py-2.mb-0 {
    padding-top: 40px!important;
    padding-bottom: 58px!important;
}

.bottomSec li { float: left; list-style: none; }

#bck_to_top {
	display: inline-block;
	background-color: #574334;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 20px;
	right: 25px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#bck_to_top::after {
  content: "\f077";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#bck_to_top:hover {
  cursor: pointer;
  background-color: #333;
  text-decoration: none;
}
#bck_to_top:active {
  background-color: #555;
}
#bck_to_top.show {
  opacity: 1;
  visibility: visible;
}

.bottomSec li a {    
    margin: 10px;
    color: #848281;
    font-size: 10pt;
    font-family: 'Oswald Light';
    letter-spacing: 1.2px;
    text-decoration-color: #8B5E3C;
    }

.bottomSec p {color: #848281;
    font-size: 11pt;
    font-family: 'Oswald Light';
    letter-spacing: 1.1px;
}

.htlDealDetailSec .topsec_headingSlide{
   /* background: #4F565C;
    margin-bottom: 0;
    font-size: 24px;
    overflow: hidden;
    height: 73px;*/
}

/*
.htlDealDetailSec .headingSlide{
    text-align: right;
    top: 45px;
    right: 10px;
    color: #fff;
    padding: 15px 0px 2px 0px;
    font-size: 8pt;
    font-family: 'Oswald';
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    position: relative;
    letter-spacing: 0.5px;
    margin: 0;
}
*/
.htlDealDetailSec .headingSlide {
    /*
    text-align: right;
    top: 45px;
    right: -56px;
    color: #fff;
    padding: 15px 0px 2px 0px;
    font-size: 10.5pt;
    font-family: 'Oswald';
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    position: relative;
    letter-spacing: 0.5px;
    margin: 0;
    max-width: 142px;
    */
    text-align: right;
    top: 3px;
    left: 21px;
    color: #fff;
    padding: 15px 0px 2px 0px;
    font-size: 11.5pt;
    font-family: 'Oswald';
    white-space: nowrap;
    /*overflow: hidden;*/
    width: 142px;
    position: relative;
    letter-spacing: 0.5px;
    margin: 0;
    max-width: 142px;
}



.imgCaption{
    color: #FFF;
    font-family: 'Oswald';
    width: 100%;
}
.imgCaption_two{
    position: absolute;
    top: 18px;
    left: 5px;
    color: #FFF;
    width: 100%;
    height: 100%;
    font-family: 'Oswald';
    z-index: 3;
    padding: 0 10px;
}

.imgCaption_two .one {
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.imgCaption_two .one span {
    font-size: 14px;
}

.flight_mode_click .sideSec .p2 {
    position: fixed;
    color: #fff;
    line-height: 18px;
    font-size: 19px;
    left: -60px;
    top: 12px;
    z-index: 999;
    width: 100%;
    font-family: 'Oswald Light';
}

.flight_mode_click .prz_sec{
    text-align: center;
    position: relative;
    /*width: 30%;*/
    /* height: 100%; */
    z-index: 12;
    font-size: 9pt;
    letter-spacing: 0.5px;
    right: 0;
    line-height: 24px;
    /*text-align: end;*/
    top: -33%;
    transform: translate(95px, 50px);
}

.flight_mode_click .prz_sec span{
    font-size: 11pt;
    letter-spacing: 1px;
}

.flight_cards .card_text {  margin: 0px auto; }


#flightCarousel .owl-item{
    /*margin-right: 6px !important;
    margin-left: 6px;*/
}
#flightCarousel .owl-stage{
    /*width: 100% !important;*/
}
.flight_cards{
    box-shadow: 0px 0px 0px 0px #403d3d3b;
    border-radius: 8px;
    padding: 0px;

}
.fs15{
    font-size: 15px;
}

/*.down_sec{
    height: 65px;
    background: #d0bf9b;
    z-index: 0;
    position: relative;
}*/

#carousel .owl-stage-outer.owl-height{
    min-height: 320px !important;
}
#flightCarousel .owl-stage-outer.owl-height{
    min-height: 268px !important;
}

#carousel2 .owl-stage-outer.owl-height {
    min-height: 300px;
}

#carousel2 .card_text { margin:0 auto; } 

#carousel2 .card_desc h5 {
    margin-top:10px;
    margin-bottom: 0;
    font-family: 'Oswald';
    color: #393D3D;
    display: inline-flex;
    font-size: 14px;
    cursor: pointer;
}
#carousel2 .card_desc img{
    padding: 0px 3px;
}

#carousel2 .card_desc {
    padding-top: 0px;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}

 #carousel2 .htlDealDetailSec img.over_img {
    border-radius: 0px;
/*    min-width: 263px;*/
}

.destination_deals{
    height:240px;
}
.item_shadow{ 
    height:260px;
    box-shadow: 0px 0px 2px 1px #0000009e; 
    
}

.hotel_mode_click{
    height:260px!important;
}

.card_text {
    display: flex;
    width: 100%;
    margin: -24px auto;
    align-items: start;
    box-shadow: 0px 0px 6px 1px #403d3d3b;
    justify-content: space-between;;
    padding: 8px 10px;
    border-radius: 0px 0px 5px 5px;
    line-height: 18px;
    height: 52px;
}

#carousel .card_text {
    display: flex;
    width: 100%;
    margin: 0px auto;
    align-items: start;
    justify-content: space-between;
    padding: 8px 10px;
    border-radius: 0px 0px 0px 0px;
    line-height: 15px;
    height: 46px;
}


.tp-caption{
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 6px;
    font-size: 30px;
    font-family: 'Oswald';
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
    top: 18px;
}


.hotel_mode_click .over_img{     
    position: absolute;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    height: 100%; }


.flight_mode_click .over_img {
    position: absolute;
   /* border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    height:170px;
}

.card_desc p {
    font-size: 9pt;
    font-family: 'Oswald Light';
    width: 100%;
    padding: 0 10px 0 0;
    display: block;
    color: #070707;
    margin-bottom: 0;
}

#flightCarousel .card_desc p {
    font-size: 10pt;
}

#flightCarousel button.card_book {
    margin-top: 6px;
}

#flightCarousel .card_text{ padding:10px; }


#carousel2 .card_desc p {
    font-size: 10pt;
}

#carousel2 button.card_book {
    margin-top: 3px;
}

#carousel2 .card_text{ padding:5px 10px 8px; height: 45px; }

button.card_book ,  a.card_book{
    background: #826344;
    border: none;
    outline: none;
    border-radius: 5px;
    font-family: 'Oswald';
    color: #fff;
    letter-spacing: 1.8px;
    font-size: 10pt;
    text-transform: uppercase;
    padding: 0px 3px 1px;
    margin-top:10px;
}

.sideSec{
    position: absolute;
    top: 9px;
    width: 100%;
    height: 100%;
    z-index: 12;
}

.sidesec_flight{
    width: 50%;
    top: 46%;
    right: -15%;
}
.sideSec .p2 span{
   /*  position: relative;
    right: 0;
    top: 55px;
    line-height: 1.2;
    text-align: center;
    width:46px; */
	position: relative;
    left: 13px;
    top: 67px;
    line-height: 1.2;
    text-align: center;
    width: 46px;
    padding-bottom: 6px;
}

.sideSec span {
    font-family: 'Oswald Light';
}

#flightCarousel .sideSec .p2 span {
    top: 22px;
}

.sideSec .p3 {
    position: fixed;
    color: #fff;
    line-height: 28px;
    font-size: 22px;
    left: 22px;
    bottom: -20px;
    z-index: 999;
    font-family: 'Oswald Light';
    height: 96px;
}

.discoverDestinationSec .over_img{
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 100%;
}

.discoverDestinationSec .sideSec .p2 {
    font-size: 20px;
    left: 9px;
    bottom: 46px;
}
.discoverDestinationSec .sideSec .p2 span{
    right: 0;
    position: relative;
    top: 88px;
    line-height: 1.2;
    font-size: 10pt;
    left: 12px;
    text-align: left;
}

.discoverDestinationSec .mt-4.start_txt {
    right: 0px;
    bottom: -16px;
}

.discoverDestinationSec .btm_txt_sec{
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 5px 15px;
    font-family: 'Oswald light';
    font-size: 10pt;
}

.col-md-12.p-0 .owl-slider .owl-loaded .owl-stage-outer .owl-stage{
        /*width: 99% !important;*/
/*    display: flex !important;*/
}
.col-md-12.p-0 .owl-slider .owl-loaded .owl-stage-outer .owl-stage .owl-item{
        /*width: 33% !important;*/
    /*display: flex;*/
}
.sideSec .p1{
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 17px;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    height: 50%;
    font-family: 'Oswald';
}
.start_txt{
  left:22px;  
}
.desc_start{
    top: 29px !important;
    width: 70px !important;
}
.mt-4.start_txt {
    position: relative;
    top:42px;
    width: 70px;
    position: rel
    bottom: -48px;
    line-height: 1.2;
    font-size: 10pt;
    font-family: 'Oswald light';
    color: #fff;
    text-align: center;
    padding: 0px 4px;
}
.start_txt h3,.start_txt span{
    font-size: 11pt;
    font-family: 'Oswald' !important;
    margin-bottom: 0rem;
    line-height: 14px;
}
.sideSec .p2{
    position: absolute;
    color: #fff;
    line-height: 20px;
    font-size: 10.5pt;
    left: 20px;
    bottom: -77px;
    z-index: 999;
    width: 42%;
    display: flex;
    font-family: 'Oswald Light';
    height: 108px;
}


.sideSec_center {
    position: absolute;
    top: 61px;
    width: 100%;
    height: 100%;
    z-index: 0;
    height: 50px;
    left: 38%;
    text-align: left;
    letter-spacing: 0.5px;
}

.sideSec_center_flight{
    top: 120px;
    width: 50%;
    left: 13px;
    text-transform: uppercase;
}

.sideSec_center_flight h5{
    font-size:9pt;
}


.sideSec_center h5{ font-size: 11pt; margin-bottom: 0;letter-spacing: 1.5px; }

.imgCaption p {
    font-size: 15px;
    margin-bottom: 0;
}

.bottomImg{
    position: absolute;
    left: 1px;
    width: 95%;
    padding: 15px 0;
    bottom: -15px;
    z-index: 1;
}
.mt70{ margin-top: 70px!important; }

/*********************** Demo - 4 *******************/
.box4 { text-align: center;  transition: transform .5s; filter: brightness(85%)}
.box4:before{width:0;height:200%;background:rgba(0,0,0,.5);position:absolute;top:0;left:-250px;bottom:0;transform:skewX(-36deg);transition:all .5s ease 0s}
.box4:hover:before{width:200%}
.box4 img{width:100%;height:auto;}
.box4 .box-content{width:92%;height:100%;position:absolute;top:0;left:15px;transform:scale(0);transition:all .5s ease 0s;z-index: 9;}
.box4 .icon,.box5 .icon{list-style:none;padding:0}
.box4:hover .box-content{transform:scale(1);background: #00000000;}
.box4 .title{font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}
.box4 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:20px}
.box4 .icon{margin:0;display: flex; align-items: center; justify-content: center; height: 100%;}
.box4 .icon li{display:inline-block;}
.box4 .icon li i{  text-decoration: none;  display: block; width: 65px;height: 65px; line-height: 65px;font-size: 20px;border-radius: 50%;background: rgba(197, 164, 126, 0.84);
    color: #fff; margin-right: 10px;}


.box4:hover img.bottomImg {
    transform: scale(1.07);   padding: 0px 0 0 8px;
    bottom: 0;
}
.box4:hover {
/*    transform: scale(1.07);    */
    filter: brightness(100%);
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    font-size: 65px!important;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 0%) !important;
    color: #070707!important;
}

/*.owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
*/

.owl-nav button:focus {
    outline: none;
}

h4.discover_head span {
    font-size: 12pt;
}

.discover_head {
    margin-bottom: 0;
    color: #fff;
    height: 74px;
    letter-spacing: 1px;
    padding: 12px 0px 10px 65px;
    font-family: 'Oswald';
    position: relative;
    line-height: 24px;
    font-size: 16px;
    text-shadow: 2px 5px 8px #242424;
}

.discoverDarkBg .p2 {
    font-size: 25px;
    line-height: 20px;
    left: 27px;
}

.sideSec.discoverDarkBg {
    width: 85px;
}
.left-0{ left:0!important; }

.user_icn{ top:10px!important; left:7px!important; }

.searchPanel{
    position: relative;
    top: 59%;
    margin: -95px auto 0;
    left: 0;
    right: 0;
    background: #d3D3d0;
    width: 79.3%;
    min-height: 175px;
}

li.dropdown-submenu.topNav-menu.sub_dd a {
    font-size: 11px!important;
    color: #fff!important;
}

.banner_ttle{
    color: #F9F9F9;
    font-size: 40px;
    font-family: 'Oswald';
    letter-spacing: 8.9px;
    margin-bottom: 0;
}
p.banner_desc {
    color: #F9F9F9;
    font-size: 40px;
    font-family: 'Oswald';
    letter-spacing: 8.9px;
}
.banner_top_text {
    position: absolute;
    bottom: 35%;
    z-index: 999;
}
.banner_text {
    width: 77%;
    margin: auto;
}
/*.serachPanelBg{
    background: #7474748a;
    padding: 30px;color: #fff;
}*/
.grid_llines {
   border: 1px solid #f7f7f770;
    rotate: 0deg;
    position: absolute;
    top: 10%;
    left: 5%;
    width: 1px;
    z-index: 22 !important;
    height: 309vh;
}
.grid_llines_two {
   border: 1px solid #f7f7f770;
    rotate: 0deg;
    position: absolute;
    top: 10%;
    left: 25%;
    width: 1px;
    z-index: 22 !important;
    height: 309vh;
}
.grid_llines_three {
   border: 1px solid #f7f7f770;
    rotate: 0deg;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 1px;
    z-index: 22 !important;
    height: 309vh;
}
.grid_llines_four {
   border: 1px solid #f7f7f770;
    rotate: 0deg;
    position: absolute;
    top: 10%;
    left: 75%;
    width: 1px;
    z-index: 22 !important;
    height: 309vh;
}
.grid_llines_five {
   border: 1px solid #f7f7f770;
    rotate: 0deg;
    position: absolute;
    top: 10%;
    right: 5%;
    width: 1px;
    z-index: 22 !important;
    height: 309vh;
}
.serachPanelBg .form-control{
    border-radius: 4px;
    height: 34px;
    font-size: 10pt;
    font-family: 'Oswald Light' !important;
    padding: 0px 20px;
    background: #ffffff;
    color: #21409A;
}

.dropdown-toggle{
    border-radius: 0px;
    height: 42px;
    background: #f3f3f300;
    color: #000;
    font-size: 10pt;
    font-family: 'montserratlight', sans-serif !important;
    text-align: left;
    padding-top: 6px;
    border-bottom: 3px solid #fff;
    padding-left: 12px;
    margin: 4px 5px;
}

.searchPanel .dropdown-toggle{
    min-width: 110px;
}

.dropdown-toggle:hover {
    border-bottom: 3px solid #8B5E3C;
}

#hotel_search .dropdown-toggle:hover { border-bottom: 2px solid #8B5E3C; }

.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    border-bottom: 3px solid #8B5E3C;

}

#pax_pinfo {
    color: #070707!important;
    font-family: 'Oswald Light';
    letter-spacing: 1.4px;
    font-size: 10pt;
}

span.total_pax_count {
    color: #070707;
    font-size: 10pt;
    font-family: 'Oswald Light';
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.incDecDateIcon{
    position: absolute;
    top: 2px;
    right: 15px;
    color: #c5a47e;
    cursor: pointer;
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 2px
    ;min-width: 35px;
    text-align: center;
}
.qty .plus {
    color: #000000;
    width: 22px;
    height: 22px;
    padding: 4px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    border: 1px solid #a3a3a3;
    background-clip: padding-box;
    position: relative;
    bottom: 4px;
    }
.qty .minus {
    color: #000;
    width: 22px;
    height: 22px;
    padding: 5px;
    margin-top: 3px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    border: 1px solid #a3a3a3;
    background-clip: padding-box;
    position: relative;
    bottom: 4px;
}

.minus:hover{
    background-color: #ffffff !important;
}
.plus:hover{
    background-color: #ffffff !important;
}
/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input{  
    border: 0;
    width: 2%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled{
    background-color:white;
}
.oneroom p {
    font-family: 'Oswald Light';
    color: #999;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.paxRow{
    display: flex;
    justify-content: space-between;
    text-align: right;
/*    width: 100%;*/
    padding: 0px 0px 0 0px;;
    margin-bottom: 2px;
}
div#rev_slider_forcefullwidth {
    height: 520px!important;
    margin-bottom: 120px;
}
.dropdown-toggle::after{
    content: url(../../images/arrow_down.png);
    color: #c5a47e;
    font-family: "Font Awesome 5 Pro";
    font-size: 23px;
    line-height: 34px;
    position: absolute;
    right: 8px;
    font-weight: 700;
    top: 7px;
    border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    height: 36px!important;
    background: #fff0!important;
    font-size: 13px!important;
    border: 0px!important;
    border-bottom: 2px solid #fff!important;
    border-radius: 0!important;
}
.flexDisplay{ display: flex; }

.lr_txt{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    top: -5px;
    font-size: 17px;
    position: relative;
    letter-spacing: 3px;
}

.fs17{ font-size: 17px; }
.d-contents{ display: contents; }

.serachPanelBg h5{
   font-family: 'Oswald', 
   sans-serif;font-weight: 400;
   letter-spacing: 1px;
   font-size: 15px;
   text-transform: uppercase;
}

.serachPanelBg .form-group label {
    font-size: 10pt;
    letter-spacing: 1px;
    font-family: 'Oswald light';
    border-bottom: 1px solid #fff;
    color: #070707;
}

ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown li a.active {
    background: #d3d3d0;
    color: #816343;
}

div#hotel {
    margin-top: -10px;
}

.fw600{ font-weight: 600; }
.fs12{ font-size: 12px; }
.fs13{ font-size: 13px; }

.ltrSpace{ letter-spacing: 1px; }

.ltrSpace2{ letter-spacing: 2px; }

.text-primary {  color: #c5a47e!important; }

.headH1 {
    font-family: 'Oswald';
    font-size: 18pt;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #252832;
    margin-bottom: 0;
}

.headSpan{
    color: #826344;
    font-family: 'Oswald';
    font-size: 18pt;
    letter-spacing: 2.6px;
}

.headPara { 
    letter-spacing: 3.4px;
    color: #977855;
    font-family: 'Oswald';
    font-size: 14pt;
    margin-top:5px;
 }


.fade-title-left, .fade-title-right {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 69pt;
    line-height: 1;
    color: #252832;
    position: absolute;
    left: 0;
    top: 70px;
    opacity: 0.035;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mem_text {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap:15px;
}
.flight_text_new{
/*    margin-top: 15px;*/
}
h5.mem_ttl {
    font-family: 'Oswald Regular';
    font-size: 14pt;
    letter-spacing: 1pt;
    color: #252832;
    margin-bottom: 10pt;
}
p.mem_info {
    letter-spacing: 1.5px;
    font-size: 13pt;
    color: #977855;
    font-family: 'Oswald Regular';
}
.mem_img img {     
    width: 35px;
    height: 35px; 
}

#flightDealCarousel .carousel-caption { bottom: 0px; }

#flightDealCarousel .carousel-caption h3 {
    animation-delay: 2s;
    font-family: montserratsemibold;
    letter-spacing: 3px;
    font-size: 33px;
    text-transform: uppercase;
    color: #ced4da;
}

#flightDealCarousel .carousel-caption p {
    text-transform: uppercase;
    color: #ced4da;
    font-family: 'Oswald', sans-serif;
    font-size: 37px;
    letter-spacing: 10px;
}
#flightDealCarousel .carousel-caption .btn{
    text-shadow: none;
    /* background-color: #c2a37e; */
    background: #826344 !important;
    border: none;
    box-shadow: 6px 6px 8px -2px rgb(0 0 0);
    border-radius: 30px!important;
    padding: 5px 12px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'montserratsemibold';
    position: relative;
    top: -6px;
}

.btn-primary{
    background: #C2A27E;
    border: none;
    outline: none;
    border-radius: 5px;
    font-family: 'Oswald';
    color: #fff;
    letter-spacing: 1.8px;
    font-size: 10pt;
    text-transform: uppercase;
    padding: 2px 6px 2px;
    margin-top: 10px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c5a47e;
    border-color: #c5a47e;
    }
.btn-primary:focus {
    color: #fff;
    background-color: #c5a47e;
    border-color: #c5a47e;
    box-shadow: none;
    }
.btn-primary:active {
    color: #fff;
    background-color: #c5a47e!important;
    border-color: #c5a47e!important;
    box-shadow: none!important;
    }

.infoTxt{
    font-size: 19px;
    color: #3d3d3d;
}

.packageHotDeals .box4 .box-content { width: 89%; }


.modal-content .close{
    color: #424242;
    border: 1px solid #424242;
    margin: 5px;
    border-radius: 30px;
    position: absolute;
    right: 8px;
    z-index: 1;
    font-size: 13px;
    width: 20px;
    height: 20px;
}

#hotelSliderModal .modal-body{
    background: #d0bf9b;
    padding: 0;
}

.flight_cards img {
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

#hotelSliderModal h1{
    font-size: 29px;
    font-weight: 600;
    color: darkslategray;
    margin-top: 19px;
}
#hotelSliderModal label{
    color: #44546a;
    font-weight: 600;
    font-size: 18px;
}

#hotelSliderModal input{
  font-size: 15px;
  border: 2px solid #b39676 !important;
  border-radius: 10px;
}

/*#hotelSliderModal img {
  margin-left: 15px;
  height: 100%;
  width: 100%;
}*/

#hotelSliderModal .modal-lg{ margin: 14% auto; max-width:960px;}

#discoverSliderModal .modal-body{
    background: #fff;
    padding: 0;
    font-family: 'Oswald Light';
}

.discoverDest ul {
    padding-inline-start: 0px!important;
    list-style: auto!important;
    color: #070707!important;
    font-size: 15px!important;
    letter-spacing: 0.5px;
}

#discoverSliderModal h1{
    font-size: 29px;
    font-weight: 600;
    color: darkslategray;
    margin-top: 19px;
}


/*#discoverSliderModal img {
  margin-left: 15px;
  height: 100%;
  width: 100%;
}*/
h3.travelrs_titl {
    font-size: 12px;
    margin-top: 8px;
    padding-left: 8px;
    font-family: 'Oswald SemiBold';
    letter-spacing: 1.1px;
}
.sl_age{
        font-size: 13px;
    padding-left: 8px;
    margin-top: -12px;
}
.sl_infa_age{
    font-size: 13px;
    padding-left: 8px;
    margin-top: 12px;
}
.child_selects {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
    height: fit-content;
    margin: auto 5px;
    width: 100%;
}
.child_selects select{
          width: 79%;
    border: none !important;
    text-align: center;
        color: #C2A27D;
        font-size: 12px;
}
.child_selects select option{
    color: #070707 !important;
}
.child_sel p{
   margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
}
.child_sel {
      border: 1px solid #393D3D;
    width: 34%;
    padding: 7px 7px;
    border-radius: 8px;
}
span.inf_msg {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #9B9B9B;
}
#discoverSliderModal .modal-lg{ margin: 14% auto;}

#discoverSliderModal .headTitle{
    font-family: Oswald;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 17px;
    color: #C7B299;
    display: flex;
    z-index: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 30px 20px;
}

.headTitle span{ font-size: 42px;
    padding-bottom: 5px; }
}

.discoverDest ul li{
    padding-inline-start: 15px!important;
    list-style: auto!important;
    color: #fff!important;
    font-size: 12px!important;
}


#packageSliderModal .modal-lg{ max-width:930px;}

#packageSliderModal .modal-content { height: 630px; }

#packageSliderModal .modal-body{  background: #222e35;  padding: 0; }

.input_icon{
    width: 20px;
    position: absolute;
    top: 48px;
    display: none;
    left: 26px;
}

#content{
    height: 630px;
    overflow: auto;
    margin-top: 10px;
}
.timeline {
    border-left: 4px solid #c5a47e;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 30px;
    list-style: none;
    text-align: left;
    max-width: 70%;
    float: right;
}

@media (max-width: 767px) {
    .timeline {
        /*max-width: 98%;*/
        padding: 25px;
    }
ul.justify-content-center.navbar-nav.px-3.w-100.header_down li a {
/*    font-size: 12pt !important;*/
    color: #816344;
    line-height: 30px;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown {
    position: relative;
    top: 4px;
    left: -10px;
}
.searchPanel{
    width: 100%;
}

input#to{
    right: 0px !important;
}
.tp-fullwidth-forcer{
    height: 520px !important;
}
.banner_text {
    width: 89%;
    margin: auto;
}
.banner_top_text {
    bottom: 25%;

}
.banner_ttle {
        font-size: 42px;
}
.sideSec .p2{
    width: 100%;
}
.imgCaption{
    width: 100%;
}
p.banner_desc {
    font-size: 42px;}

.form-control{
    width: 95%;
    margin: auto;
}
    .imgCaption_two{
/*        width: 100%;*/
    }
    .footer_links ul {
    flex-direction: column;
}
    ul.d-flex.justify-content-center.py-3.mb-0 {
    flex-direction: column;
}


    .footer_row_end {
    height: fit-content;
    align-items: flex-end;
}
}
@media screen and (min-width:550px ) and (max-width: 767px){
    .searchPanel{
        top: 63% !important;
    }
div#rev_slider_forcefullwidth {
/*    height:1029px !important;*/
}
.owl-item.active {
    width: 50% !important;
}
.sideSec .p2 span {
    right: 74px;
}
.card_desc p {
    font-size: 10pt;
    font-family: 'Oswald Light';
    width: 100%;
}
button.card_book {
    font-size: 11pt;
    padding: 3px 7px;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown li a {
    padding: 9px 20px !important;
    top: 2.1px !important;
    left: 0px !important;
    font-size: 13pt !important;

}
.flight_chnge {
    left: 35em !important;
    top: 84px !important;
}
.form-group{
    margin-bottom: 0px !important;
}
.first_frm,.second_frm{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#flightCarousel .owl-stage {
     width: 100% !important; 
    display: flex;
}
.owl-item.active {
    width: 100% !important;
}
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .flags {
    font-size: 7pt;
 
}
/*.owl-stage {
    width: 100% !important;
}*/
/*.owl-item.active {
    width: 47% !important;
}*/
.navbar-nav .nav-item a{
    font-size: 8pt;
}
.flags{
    font-size: 8pt !important;
}
ul.header_down {
    position: relative;
    right: -10%;
}
.navbar-new-bottom ul li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
ul.header_down li a {
    font-size: 10pt !important;
    color: #816344;
}
.form-group{
    margin-bottom: 10px !important;
}
.searchPanel{
    top: 73.5%;
}
p.banner_desc {
    font-size: 42px !important;
    letter-spacing: 5.9px;
}
p.banner_ttle{
    font-size: 42px !important;
}
div#rev_slider_forcefullwidth {
/*    height: 1069px !important;*/
}
/*#flightCarousel .owl-stage {
     width: 100% !important; 
    display: flex;
}*/
/*.owl-item.active {
    width: 100% !important;
}*/
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    ul.header_down {
    position: relative;
    right: -10%;
}
.navbar-new-bottom ul li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
ul.header_down li a {
    font-size: 10pt !important;
    color: #816344;
}
.card_desc p {
    width: 93%;
}
.form-group{
    margin-bottom: 0px !important;
}
.searchPanel{
    top: 73.5%;
}
p.banner_desc {
    font-size: 42px !important;
    letter-spacing: 5.9px;
}
p.banner_ttle{
    font-size: 42px !important;
}
div#rev_slider_forcefullwidth {
/*    height: 780px !important;*/
}
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
    .searchPanel{
        top: 73%
    }
div#rev_slider_forcefullwidth {
/*    height: 820px !important;*/
}

}
.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 0px;
    margin-bottom: 15px;
    position: relative;
    color: #fff;
    font-size: 12px;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event .dateRight {
    left: -180px;
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
    position: absolute;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #c5a47e;
    left: -35.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c5a47e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {   
  background: #c5a47e;
}

.paxRow h6 {
    font-size: 10pt;
    font-family: 'Oswald Light';
    line-height: 20px;
    color: #212529;
}

h2.chld_age {
    color: #b2b2b2;
    line-height: 2px;
    font-size: 14px;
    font-family: 'Oswald Light';
    margin-left: 9px;
    margin-bottom: 12px;
}

.child_selects_drop {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.child_select_age {
    border: 1px solid #a3a3a3;
    padding: 0px;
    border-radius: 10px;
    width: 48%;
    height: 45px;
}
p.child_age_ttle {
    font-size: 14px;
    color: #9B9B9B;
    font-family: 'Oswald Light';
    text-align: center;
    margin-bottom: -6px;
}
select.form-control.form-control-sm.child_age_selct {
    background: transparent;
    border: none;
    width: 100%;
    padding-left: 40px;
    position: relative;
    right: 20px;
    height: 27px;
    padding-top: 0px;
    padding-bottom: 0px;
}
select.form-control.form-control-sm.child_age_selct:focus{
    box-shadow: none;
}
.paxRow_child{
    font-size: 10px;
   font-family: 'Oswald Light';
    /*line-height: 28px; ś  */
    color: #9B9B9B;
}
h2.inft_age {
    color: #b2b2b2;
    line-height: 2px;
    font-size: 14px;
    font-family: 'Oswald Light';
    margin-left: 9px;
    margin-bottom: 12px;
}
.infant_selects_drop {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.infant_select_age {
    border: 1px solid #a3a3a3;
    padding: 0px;
    border-radius: 10px;
    width: 48%;
    height: 45px;
}
p.infant_age_ttle {
        font-size: 14px;
    color: #9B9B9B;
    font-family: 'Oswald Light';
    text-align: center;
    margin-bottom: -6px;
}
select.form-control.form-control-sm.infant_age_selct {
    background: transparent;
    border: none;
    width: 100%;
    padding-left: 40px;
    position: relative;
    right: 20px;
    height: 27px;
    padding-top: 0px;
    padding-bottom: 0;
}
select.form-control.form-control-sm.infant_age_selct:focus{
    box-shadow: none;
}
select.form-control.form-control-sm.infant_age_select::after{
        float: right!important;
    margin-top: 9px;
    margin-left: 10px;
    color: #C2A27E;
    font-size: 29px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.paxRow_infant{
    font-size: 10px;
   font-family: 'Oswald Light';
    /*line-height: 28px; ś  */
    color: #9B9B9B;
}
h2.inft_age_text {
    color: #212529;
    line-height: 2px;
    font-size: 10pt;
    font-family: 'Oswald Light';
    margin-left: 9px;
    margin-top: 12px;
}
.mt-2.paxRow.pxrow_btns {
    height: 25px;
    align-items: flex-end;
}
.caro2_h3{
    font-size: 20px!important;letter-spacing: 3px!important;
}

.fs20{ font-size: 20px !important; }

.fs30{ font-size: 30px !important; }

@media (max-width: 768px){
    .top_nav .nav-item a span.xs-hide {  display: none; }
}

@media (max-width: 550px) {

     div#discoverSliderModal .row {  margin: 0 5px; }

    .discoverDestinationSec .sideSec .p2 { left: 8px; }

    .discoverDestinationSec .btm_txt_sec { padding: 5px 22px; }
    .navbar-new-bottom{  min-height: 75px; }

    #discoverSliderModal .modal_sec .sideSec .p2 { top: -45px!important; }
    .heading { margin: 20px 0px; }
    .topCitySec_flexlist .list_sec ul { padding-inline-end: 10px;  padding-inline-start: 10px; }
    .searchPanel .first_cont{ padding: 0; }
    .dropdown-menu.show { padding: 0px!important; }
    .topNav-menu .triangle { top: 38px; }
    .ui-autocomplete.ui-front { width: 85%!important; }

    .dropdown-submenu > .dropdown-menu {
        left: 0;
        margin-top: 0;
        margin-left: 0;
    }

    .adSec { display: block; }
/*    .serachPanelBg { background: #0000008a; }*/
    .modal.fade.show { padding: 0!important; }
    .alignmob_pad_mar { padding: 15px 0;margin-bottom: 10px; }

    #flightDealCarousel .carousel-caption p { font-size: 11px;  margin: 10px 0 0; }
    #flightDealCarousel .carousel-caption .btn { top: 5px; }
    #flightDealCarousel .carousel-caption p { letter-spacing: 6px; }

    .flight_chnge { left: 19.6em!important;top: 30px!important; }

    div#onw_rndw_fieldset .col-md-8 .col-md-6 { padding: 0; }
    div#onw_rndw_fieldset .col-md-8 { padding: 0; }
    .multi_city_container .col-md-8 .col-md-6 { padding: 0!important; }
    .multi_city_container .col-md-4 .row { margin: 0; }
    div#multi_way_fieldset { padding: 0; }

     a.topa.dropdown-toggle { padding-top: 8px!important; }
     
    .searchPanel { position: relative;    margin: 50px auto 0; }
    div#rev_slider_forcefullwidth { display: none; }

    .bottomSec li {  float: none; }
    ul.d-flex.justify-content-center.p-4.mb-0 { display: block!important;}
    .topSecBrdr.fixed-top { position: relative; }
/*    div#rev_slider_forcefullwidth { display: none; }
*/    .navbar-new-top { padding-bottom: 0px; }

    
    .navbar-nav .nav-item a { padding: 11px 0px; padding-right: 0px!important; }
    nav.navbar.fixed-top.navbar-expand-md.flex-nowrap.navbar-new-top { display: none; }
    .navbar-new-bottom { margin-top: 0; padding-top: 0px; }
    .navbar-brand img { top: 2px;    width:90px;}
    .topSecBrdr { margin-top: 0px; }
    .serachPanelBg .col-md-4 { padding: 0; }
    /* .serachPanelBg .col-md-3 { padding: 0; }*/
    .input_icon { left: 7px; }
    .searchPanel { top: 13%; }
    ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown li a {
        padding: 9px 4px !important;
        letter-spacing: 0.5px!important;
        color: #C2A27E;
        position: relative;
        top: 10px !important;
        left: 0px !important;
        font-size: 11px !important;
    }
}


.modal_sec .htlDealDetailSec .headingSlide {
    color: #fff;
    padding: 16px 0px 10px 80px;
    font-size: 12pt;
    font-family: 'Myriad Pro Regular';
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
}
.htlDealDetailSec .p1{
    font-size: 12pt;
    position: absolute;
    top: 51px;
    right: 15px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Oswald Light';
    letter-spacing: 0.5px;
}

.modal_sec .imgCaption {
    position: absolute;
    top: 103px;
    right: 15px;
    justify-content: center;
    color: #FFF;
    background: #00000042;
    width: 72%;
    height: 75.3%;
}

.modal_sec .imgCaption p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 50px;
    }
/*------------------------------------*/
.modal_sec .sideSec {
    position: absolute;
    top: 0;
    width: 103px;
    height: 100%;
    background: #324349;
    box-shadow: 22px 0 25px -16px #000;
}

.modal_sec .sideSec .p1 {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 17px;
    color: #fff;
    display: flex;
    z-index: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.modal_sec .sideSec .p2 {
      z-index: 2;
    position: relative;
    color: #fff;
    line-height: 34px;
    font-size: 25px;
    bottom: 0;
    top: -40px;
    text-align: center;
    left: -116px;
    clip-path: none;
    background-color: transparent;
    /* margin-left: 37px; */
}

.modal_sec .sideSec {
    position: absolute;
    top: 0;
    width: 103px;
    height: 100%;
    background: #d0bf9b;
    box-shadow: 22px 0 25px -16px #000;
}

.modal_sec .bottomImg {
    position: absolute;
    left: 15px;
    width: 94%;
    padding: 0px;
    bottom: 0px;
}

.modal_sec .sideSec .p1 {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 19px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 250px;
    overflow: hidden;
    z-index: 1;
    padding: 0 20px;
    margin-top: 40px;
    position: relative;
}

.modal_sec .discover_head {
    text-align: center;
}

#discoverSliderModal .modal_sec .sideSec .p2 { top:0; }

/*------------------------------------*/

.slider_bg{
   width: 100%;
   height: 432px;
   overflow: hidden;
   padding: 0px;
   margin: 0px 0px;
   white-space: nowrap;
   text-overflow: ellipsis;
   width: 100%;
   text-align: right;
 }
  
.package_img {
    /*position: relative;
    z-index: -1;*/
  }
 .package_img img{
       width: 100%;
       height: 230px;
}
.package_1 {
    background-color: hsl(203deg 21% 16%);
    position: relative;
    z-index: -1;
    /* padding: 0; */
    padding: 20px 5px 15px 65px;
    min-height: 100px;
    line-height: 5px;
    font-family: 'Myriad Pro Light';
}
.slider_items{
    margin-top: 62px;
    margin-bottom: 40px;
}
.package_title h2{
    font-size: 22px;
    text-align: right;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    padding: 0px 0px;
    line-height: 16px;
    font-family: 'Myriad Pro Light';
}
.package_type h3{
    font-size: 15px;
    text-align: right;
    color: hsl(41deg 36% 67%);
    line-height: 13px;
}
p.package_day {
    font-size: 10px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}
span.paratext{
    font-size: 10px;
    color: #64574c;
}
.slider_bg_ul {
     /* position: relative; */
     /* padding: 0px 13px; */
     /* top: -307px; */
     clip-path: polygon;
}
p.paratext_1 {
        line-height: 0;
    font-size: 14px;
}
p.hotelText {
       font-size: 10px;
       margin-bottom: 0;
       color: #6f5c48;
}
.package_paraText{
    margin: 12px 0px;
}
.package_para {
    margin: 10px 0px;
}
span.paratext_1 {
    font-size: 18px;
    color: #615648;
    font-weight: 600;
}
ul.package_include {
    padding: 0px 5px 0 15px;
}
.round_pack a{
    font-size: 10px;
    color: #fff!important;
    text-decoration: none;
}
li.round_pack {
    color: #fff;
    line-height: 9px;
}
.package_2{
    background: hsl(206deg 22% 15%);
    padding: 0px 0px;
    z-index: -1;
    text-align: right;
    height: 105px;
}
p.package_beeoons {
    font-size: 9px;
    color: #8d8282;
    /* margin-left: -5px; */
    /* margin-left: -20px; */
    padding-right: 5px;
}
h1.package_beeoons_span {
    padding-right: 8px;
    color: #8d8282;
    font-weight: 400;
    font-size: 25px;
    line-height: 22px;
    font-family: 'Myriad Pro Light';
}
h1.package_beeoons_span span{
      color: #fff;
}

.shape{
    width: 195px;
    height: 100%;
    float: left;
    background: #d0bf9b;
    /* shape-outside: polygon(0 0, 100px 0, 180px 50%, 100px 100%, 0 100%); */
    clip-path: polygon(0% -45%, 0% 100%, 85% 100%);
    shape-margin: 0px;
    position: absolute;
}
.shape .slider_bg_1{
    margin: 58px auto;
    padding: 0 70px 0 10px;
    font-family: 'Myriad Pro Light';
}

.box4 .shape {
    text-align: left;
}

/*---------------------*/

.modal_sec .shape {
    width: 270px;
    height: 100%;
    float: left;
    background: #d0bf9b;
    /* shape-outside: polygon(0 0, 100px 0, 180px 50%, 100px 100%, 0 100%); */
    clip-path: polygon(0% -70%, 0% 100%, 100% 100%);
    shape-margin: 0px;
    position: absolute;
}

.modal_sec .shape .slider_bg_1 {
    padding: 0 70px 0 7px;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    min-height: 670px;
    margin: 0;
}

.modal_sec .slider_bg {
    width: 100%;
    min-height: 670px;
    overflow: hidden;
    padding: 0px;
    margin: 0px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: right;
    }
.modal_sec .package_1 {
    background-color: hsl(203deg 21% 16%);
    position: unset;
    z-index: -1;
    /* padding: 0; */
    padding: 15px 5px 15px 65px;
    min-height: 150px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.modal_sec .package_img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.modal_sec .package_2 {
    background: hsl(206deg 22% 15%);
    padding: 0px 0px;
    z-index: -1;
    text-align: right;
    height: 150px;
}

.modal_sec .modal_sec .shape .slider_bg_1 { margin:0; }

.modal_sec p.package_day { font-size: 12px; }

.modal_sec p.hotelText { font-size: 11px; }

.modal_sec p.package_day { font-size: 12px; }

.modal_sec span.paratext_1 { font-size: 17px; }

.modal_sec span.paratext {  font-size: 12px; }

.modal_sec .round_pack a {  font-size: 11px; }

.modal_sec li.round_pack { line-height: 15px; }

/*---------------------------------------*/

.close_return{
    position:absolute;
    right:3px;
    top:1px;
    background:#d6d9dd;
    color:#000!important;
    font-size:inherit!important;
    padding:5px!important;
    cursor:pointer;
    z-index:9999
}

.tab-content{ width: 100%; }

.hide{ display:none; }
 
.top_tab .nav-tabs .nav-link {
    border-radius: 0;
    border: 0px solid #c5a47e;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border-bottom: 2px solid #fff;
    letter-spacing: 1px;
    margin: 5px;
    background: #ffffff00;
    color: #ffffff;
}

.top_tab .nav-tabs .nav-link.active, .nav-tabs .show>.nav-link {
        padding: 4px 15px;
    font-size: 14px;
   
    letter-spacing: 1.4px;
    background: none;
    border: 0px;
    border-bottom: 2px solid #c5a47e;
    border-top: 1px solid #fff0;
    border-left: 1px solid #fff0;
    border-right: 1px solid #fff0;
    font-family: 'Oswald Light' !important;
    color: #070707 !important;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown li a {
    letter-spacing: 1.9px;
    background: #fff;
    margin: 0px 1px;
    padding: 10px;
    color: #070707;
    position: relative;
   /* top: 6px;
    left: -17px;*/
    font-size: 10pt;
    font-family: 'Oswald';
    border-radius: 0px;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown li a:first-child {
    margin-left: 2px;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown li a:active{
    background-color: #8B5E3C;
    color: #C2A27E;
    text-decoration: none;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown li:focus a{
    background:#D3D3D0;
    text-decoration: none;
color:#816344;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown li a:focus{
    background:#D3D3D0;
    text-decoration: none;
color:#816344;
}
ul.nav.nav-tabs.nav-justified.nav-tabs-dropdown {
    position: relative;
    top: -33px;
    left: -2px;
}
.col-md-12.alignmob_pad_mar {
    margin-top: -30px !important;
}
.nav-tabs .nav-link.active, .nav-tabs .show>.nav-link {
    padding: 10px 15px 5px;
    font-size: 10pt;
    color: #fff;
    letter-spacing: 1.4px;
    background: none;
    border: 0px;
    border-bottom: 3px solid #8B5E3C;
    border-top: 1px solid #fff0;
    border-left: 1px solid #fff0;
    border-right: 1px solid #fff0;
    font-size: '';
    font-family: 'Oswald Light';
    color: #070707;
}

.nav-tabs .nav-link {
    border-radius: 0px;
    border-bottom: 3px solid #fff;
    font-size: 10pt;
    padding: 10px 15px 5px;
    margin: 5px;
    color: #070707;
    letter-spacing: 1.4px;
    font-family: 'Oswald Light';
}

.nav-tabs { border:0px solid; }

/*-----------------------------*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #c5a47e;
    background: #c5a47e;
    color: #fff!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
     border: 1px solid #c5a47e!important;
    background: #c5a47e!important;
    color: #fff!important;
}
.ui-autocomplete-category{
    background:#e6e6e6 none repeat scroll 0 0!important;
    border-bottom:1px solid #bbb!important;
    color:#333!important;
    display:block!important;
    overflow:hidden!important;
    padding:4px 10px!important;
    text-align:right!important;
    display:none!important;
}
div#ui-datepicker-div.ui-datepicker{
    background:none repeat scroll 0 0 #fff!important;
    border:0 none!important;
    border-radius:3px!important;
    box-shadow:0 0 10px -5px #000!important;
    margin:0!important;
    overflow:hidden!important;
    padding:0!important;
    width:auto!important;
    z-index:10!important;
}
#ui-datepicker-div .ui-state-default,#ui-datepicker-div .ui-widget-content .ui-state-default{
    background:none repeat scroll 0 0 #fff!important;
    border:0 none!important;
    line-height:40px!important;
    border-radius: 30px;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
    padding:0 4px!important;
    font-size: 13px;
    color: #000;
}
#ui-datepicker-div .ui-datepicker-unselectable .ui-state-default:hover{
    background:0 0!important;
    color:#3f3731!important
}
#ui-datepicker-div .ui-state-default:hover{
    background:none repeat scroll 0 0 #c5a47e!important;
    color:#fff!important
}
#ui-datepicker-div .ui-state-active{
    background: #c5a47e!important;
    color: #fff!important;
}
.ui-datepicker.ui-widget .ui-datepicker-header{
    background:none repeat scroll 0 0 #fff;
    border:0 none;
    border-radius:0
}

.ui-datepicker .ui-datepicker-title {
    margin: 20px 2.3em 0!important;
}

.lightpick__toolbar {
    justify-content: space-between!important;
}

.lightpick {
    font-family: 'Oswald'!important;
}

.lightpick__month-title>.lightpick__select-months {
    font-weight: normal!important;
}

.lightpick__day-of-the-week {
    font-weight: normal!important;
}

.lightpick__day{ font-weight: normal!important; }

.lightpick__day.is-start-date.is-end-date {
    background-color: #C2A27E!important;
    background-image: none!important;
    border-radius: 30px!important;
}

.ui-datepicker.ui-widget .ui-datepicker-next::after,.ui-datepicker.ui-widget .ui-datepicker-prev::after{
    bottom: 0px;
    color: #000;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 100;
    font-size: 13px;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: 0;
    border: none;
    border-radius: 50%;
    background-color: #ddd;
    justify-content: center;
    align-items: center;
}

.ui-datepicker-days-cell-over .ui-state-default.ui-state-hover {
    color: #c5a47e!important;
}

.ui-datepicker.ui-widget .ui-datepicker-prev::after{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\2190';
}
.ui-datepicker.ui-widget .ui-datepicker-next::after{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\2192';
}
.ui-datepicker.ui-widget .ui-datepicker-next span,.ui-datepicker.ui-widget .ui-datepicker-prev span{
    display:none
}
.ui-datepicker.ui-widget .ui-datepicker-next,.ui-datepicker.ui-widget .ui-datepicker-prev{
    border: 0 none;
    font-weight: 400;
    height: 35px;
    top: 6px;
    width: 40px;
    background: #fff;
}
.ui-datepicker.ui-widget .ui-datepicker-prev{
    left:10px
}
.ui-datepicker.ui-widget .ui-datepicker-next{
    right:10px
}
.ui-datepicker.ui-widget .ui-datepicker-next-hover,.ui-datepicker.ui-widget .ui-datepicker-prev-hover{
    background:0 0;
    border:0
}
.ui-datepicker.ui-widget .ui-datepicker-prev-hover{
    left:10px;background: none!important;
}
.ui-datepicker.ui-widget .ui-datepicker-next-hover{
    right:10px;background: none!important;
}
.logdowndiv.fadeinn{
    display:block
}
.ui-datepicker-title .ui-datepicker-month,.ui-datepicker-year{
    color: #000;
    font-size: 1em;
    font-family: 'Oswald';
    letter-spacing: 0.5px;
    font-weight: 500;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title{
    line-height:35px
}
.ui-datepicker.ui-widget td{
    border: 0px solid #eee;
    font-size: 12px;
    font-family: 'Oswald';
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.ui-datepicker.ui-widget td.ui-datepicker-other-month{
    border:none
}
select.ui-datepicker-month,select.ui-datepicker-year{
    border:medium none;
    color:#333!important;
    font-size:16px!important;
    font-weight:300
}
.ui-datepicker.ui-widget .ui-datepicker-week-col{
    background:none repeat scroll 0 0 #f0f0f0;
    color:#666;
    font-size:12px;
    width:30px
}
.ui-datepicker-multi.ui-widget .ui-datepicker-group table{
    margin:8px auto
}
.ui-datepicker.ui-widget .ui-datepicker-calendar th{
    background:none repeat scroll 0 0 rgba(0,0,0,0);
    color:#000;
    font-weight: 100;
    font-family: 'Oswald';
    padding: 0 0.3em;
    font-size: 11px;
}
.ui-autocomplete .custom-auto-complete.ui-menu-item{
    display:block;
    list-style:outside none none;
    overflow:hidden;
    padding:0;
    text-align:left;
    background:#fff;
}
.ui-autocomplete.ui-widget-content a{
    border-top:none;
    color:#444;
    display:block;
    font-size:13px;
    line-height:36px;
    overflow:hidden;
    padding:0 10px;
    position:relative;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:100%;
    font-family: 'Oswald Light';
}
.ui-autocomplete.ui-widget-content a small{
    color:#1e5882;
    display:block;
    line-height:normal;
    padding-left:10px
}
.ui-menu .ui-menu-item{
    padding:3px 0!important;
}


.ui-autocomplete.ui-front{
    z-index:1000;border-radius: 5px;
    overflow: auto;
    max-height: 250px;
    color: #21409A;
    font-family: 'Oswald regular' !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background: #9B9B9B!important;
    text-decoration: none;
    /* color: #fff!important; */
    color: #21409A !important;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
    border-right: 1px solid #f2f2f2;
}

.ui-datepicker-today .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #c5a47e!important;
}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.currency_drop li a span:hover{
    color: #000;
transition: .5px linear all 0s;
    font-weight: 600;
}
/*---------------------------------------*/

.dropdown-menu.fadeinn {
    display: block;
    min-width: 200px;
}

.side_curency {
    /*background: #eee none repeat scroll 0 0;*/
    bottom: 0;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    color: #000;
    width: 40px;
    font-size: 13px;
    font-family: 'Oswald light';
}

.sprte.kwd {
    background-position: -791px -306px;
}
.sprte.cad {
    background-position: -791px -422px;
}
.sprte.usd {
    background-position: -791px -224px;
}
span.curncy_img.sprte.aud {
    background-position: -791px -55px;
}

.sprte {
    background: url(../../images/sprite1.png) no-repeat 0 0;
    zoom: 0.6;
}
.curncy_img {
    float: left;
    height: 35px;
    width: 33px;
    margin-top: 0px;
    position: relative;
}
.sprte {
    background: url(../../images/sprite1.png) no-repeat 0 0;
}

.sidebtn {
    float: left;
    position: relative;
}

.dropdown-menu.explorecntry li.currency_li {
    padding: 0px 12px!important;
}
.dropdown-menu.explorecntry li.currency_li {
    position: relative;
    text-align: center;
    border-radius: 5px;
}

.dropdown-menu.explorecntry li.currency_li:hover {
    background: #e9ecef94;
}

.dropdown-menu.explorecntry li.currency_li:hover span {
    color: #000;
}

ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li  {
    border: 0px solid #C6C5C5;
   margin: 7px 5px !important;
       color: #C6C5C5;
}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li:hover{
    border: 0px solid #070707;
}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li a:hover{
    color: #070707;
}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li a {
/*       color: #C6C5C5;*/
}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li:nth-child(9){
    border: none !important;
    font-family: 'Oswald Medium';
}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li:nth-child(9) a{
    color: #C2A27D;
    font-family: 'Oswald Medium';
    font-size: 14px;
    letter-spacing: 1.6px;
}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li:nth-child(11) a{
    color: #00549E;
     font-family: 'Oswald Light';
}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li:nth-child(11){
    border: none !important;
     font-family: 'Oswald Light';
     font-size: 14px;
         position: relative;
    bottom: 8px;
    letter-spacing: 1.6px;

}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.currency_drop{
    position: absolute;
}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.currency_drop li a span {
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 100;
    /*transition: 1s ease;*/
    padding: 0;
    font-family: 'Oswald Light';
    letter-spacing: 1.4px;
    padding: 0 5px;
}

.name_currency {
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    padding: 0px 5px 0;
    font-family:'Oswald Light'; 
    color: #9d9d9d;
}

.dropdown-menu.explorecntry li.currency_li:hover a {
    color: #070707;
}

.curncy_img {
    float: left;
    height: 35px;
    width: 33px;
    margin-top: 6px;
    position: relative;
}

.currency_drop{
width: 130px ;
}
.login_dropdown{
width: 186px !important;
}
ul.currency_droplist {
       min-width: auto !important;
}
ul.justify-content-center.navbar-nav.px-3.w-100.header_down li a{
    font-size: 10pt;
    color: #070707;    
/*    color: #816344;*/
    padding: 4px;
}
ul.justify-content-center.navbar-nav.px-3.w-100.header_down li a i {
    color: #000;
}
ul.justify-content-center.navbar-nav.px-3.w-100.header_down li a:active i {
    color: #816344;
}
/*ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown.show li:nth-child(5) {
  border:none;
}
ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown.show li:last-child {
  border: none;
}*/
.dropdown-menu.explorecntry li {
    display: block;
    overflow: hidden;
}
.dropdown-menu.show {
    display: block !important;
}
.sidebtn .dropdown-menu.exploreul {
    box-shadow: 0px 1px 10px 1px #0000008f;
    margin-top: -1px;
    padding: 0;
    z-index: 99999;
    background: #fff;
    position: absolute;
    left: -25px;
/*    width: fit-content;*/
    width: max-content;
}

ul.dropdown-menu.exploreul.explorecntry.logdowndiv.currency_droplist {
/*    left: 0;*/
}

.dropdown-menu.explorecntry {
    left: 50%;
    margin-left: -90px;
    padding: 0px 0!important;
    width: 180px;
    top: 30px;
}
.sidebtn .dropdown-menu.exploreul::before {
    content: "";
    height: 15px;
    left: 70%;
    margin-left: 0px;
    position: absolute;
    top: -15px;
    width: 0;
    border-left: 5px solid #ffffff00;
    border-right: 5px solid #ffffff00;
    border-bottom: 12px solid #ffffff;
}

@media (min-width: 991px){
    .topa {
        font-size: 15px;
        line-height: 23px;
    }
}

.topa {
    color: #000!important;
    float: left;
    font-size: 13px;
    line-height: 12px;
    padding: 0 0;
    margin-left: 0;
    transition: all .4s ease-in-out;
}
.topa {
    border-radius: 3px;
    float: left;
    margin-left: 5px;
    padding: 0 10px;
}

.sidebtn.flagss .reglognorml {
    overflow: visible;
}
.reglognorml {
    display: block;
    position: relative;
    overflow: hidden;
}

.flag_images {
    float: left;
    margin: 0px 0 0!important;
    overflow: hidden;
    text-align: center;
}

.reglognorml .flags {
    text-transform: uppercase;
}
.flags {
    float: left;
    margin: 0px 5px 0;
    overflow: hidden;
    text-align: center;
    font-family: 'montserratlight', sans-serif;
    font-weight: 500;
    color: #070707;
    font-size: 6pt;
    font-family: 'Oswald';
    letter-spacing: 1.9px;
}
.caret.cartdown {
    color: #000;
    position: absolute;
    right: -5px;
    top: 5px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.topa.dropdown-toggle::after {
    display: none;
}
a.topa.dropdown-toggle {
    background: #fff0;
}

.modal_sec .down_sec {
    height: 100px;
    background: #d0bf9b;
    z-index: 0;
    position: relative;
    top: -10px;
}

.discoverDestinationSec .box4:hover img.bottomImg {
    transform: scale(1.07);
    padding: 0px 0 0 10px;
    bottom: 0;
}

.fullsec_border {
    /*border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;*/
}

.signdiv {
    display: block;
    overflow: hidden;
    padding: 15px 20px;
}
.signdiv {
    position: relative;
}

#mylogin .dropdown-menu {
    position: initial;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: auto;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 14px;
}

.dropdown-menu.my_account_dropdown.mysign.exploreul.max_wdth {
    width: 100%;
   /* max-width: 600px;*/
}
.dropdown-menu.mysign {
    left: 50%;
    margin-left: -150px;
    width: 350px;
    background: #fff;
    border: 2px solid #fff;
}
.dropdown-menu {
    width: 100%;
    padding: 0;
    box-shadow: 0 0 10px 0 #c9c9c9;
    border: 0;
    top: 46px;
}

#mylogin .modal-content {
    background: 0 0;
    box-shadow: none!important;
    border: none;
    z-index: 99999;
}

#mylogin .modal-body {
    position: relative;
    padding: 0;
}

#mylogin .modal-dialog {
    margin: 50px auto;
    width: 100%;
    max-width: 600px;
}

.modal {
    z-index: 100000000;
}

.log_close {
    line-height: 17px !important;
    width: 26px!important;
    position: absolute!important;
    right: 0px!important;
    top: 0px!important;
    font-size: 25px !important;
    opacity: 1 !important;
    color: #fff !important;
    height: 25px!important;
    border-top-right-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    background: #00549e !important;
}

.close.log_close {
    font-weight: 400;
}

.insigndiv {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 25px;
}

.dropdown-menu.my_account_dropdown.mysign.exploreul .for_sign_up {
    max-width: 600px;
}
.newacount_div {
    display: none;
    overflow: hidden;
}
.nav_border_right{
    border-right: 2px solid #C2A27D;
}
.slpophd_new {
    border-bottom: 1px dashed #ddd;
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 10px;
    text-align: center;
    color: #000;
}

.othesend_regstr {
    float: left;
    width: 100%;
    background: #fff;
}

a.open_sign_in {
    margin: 0px 0;
}
a.open_sign_in, .dntacnt {
    width: 100%;
    float: left;
}
.dntacnt {
    margin: 15px 0;
}
.padfive {
    padding: 0 5px;
}

.actual_forgot {
    display: none;
    overflow: hidden;
}

.othesend_regstr {
    float: left;
    width: 100%;
    background: #fff;
}

.rowput {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.rowput .fa {
    background: #c5a47e;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 22px;
    left: 0;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px;
}

.rowput input {
    padding: 6px 6px 6px 15px!important;
}
input.logpadding {
    height: 42px;
}

.dropdown-menu.my_account_dropdown.mysign.exploreul .for_sign_up .rowput {
    width: 49%;
    margin: .5%;
}

.agree_terms .squaredThree label {
    border: 1px solid #4fa0ca!important;
    top: 5px;
}
[type=checkbox]:checked+label, [type=checkbox]:not(:checked)+label {
    cursor: pointer;
    margin: 0;
}

.squaredThree label {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #4fa0ca;
    border-radius: 5px;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.actual_forgot {
    display: none;
    overflow: hidden;
}

.othesend_regstr {
    float: left;
    width: 100%;
    background: #fff;
}

input.logpadding {
    height: 34px;
    font-size: 13px;
}

#recover-title-wrapper {
    background-color: transparent!important;
}

.submitlogin {
    background: #00549e;
    border: 1px solid #00549e;
    border-radius: 0;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 12px;
    overflow: hidden;
    padding: 7px 0;
    width: 150px;
    border-radius: 12px;
    margin: 0 auto;
}

.altpopup {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px #000;
    display: none;
    margin: 20px 0;
    min-height: 200px;
    width: 500px;
}


.squaredThree input[type="checkbox"] {
    visibility: hidden;
    margin: 0;
}

.squaredThree {
    float: left;
    margin-right: 8px;
    position: relative;
    width: 25px;
    z-index: 1;
}

.max_wdth label {
    line-height: 20px;
    font-size: 13px;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.lbllbl {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}

.agree_terms {
    display: block;
    margin: 0 0 0;
    overflow: hidden;
}

.squaredThree input[type=checkbox]:checked+label:before {
    top: 2px;
    left: 2px;
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 900;
}

.squaredThree input[type=checkbox]:checked+label {
    background: #4fa0ca!important;
}
.agree_terms .squaredThree label {
    border: 1px solid #4fa0ca!important;
    top: 5px;
}

.facecolor {
    background: none repeat scroll 0 0 #3b5998;
}
.logspecify {
    border-radius: 0;
    display: block;
    overflow: hidden;
    padding: 8px;
    width: 255px;
    height: 42px;
    padding: 9px;
    text-align: center;
    margin: 15px auto 8px;
}

.faceIcon {
    float: left;
    border-right: 1px solid #46639f;
    width: 40px;
}

.mensionsoc {
    color: #fff;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
}

.logspecify i {
    color: #fff;
    float: left;
    font-size: 27px;
    text-align: center;
    width: 40px;
}

.forgtpsw {
    color: #4fa0ca;
    float: right;
    line-height: 22px;
    font-size: 14px;
    margin: 8px 0;
}

.dntacnt a {
    color: #4fa0ca;
}

/*------------------------------*/

.add_remove span {
    font-family: 'Oswald';
    color: #816344;
}

button.remove_rooms.comnbtn_room {
    border: none;
    font-size: 13px;
    color: #fff;
    padding: 2px;
    background: #C2A27E;
    border-radius: 30px;
    width: 25px;
    height: 25px;
}

button.add_rooms.comnbtn_room {
    border: none;
    font-size: 13px;
    color: #fff;
    padding: 2px;
    background: #C2A27E;
    border-radius: 30px;
    width: 25px;
    height: 25px;
}

.add_remove {
    min-height: 35px;
    margin: 0px  0;
}

a.done1.comnbtn_room {
    font-size: 15px;
    background: #ffffff;
    padding: 0px 7px;
    border-radius: 0px;
    color: #070707;
    font-family: 'Oswald';
    cursor: pointer;
    border: 1px solid #c7c7c7;
    margin-top: 2px;
    float: left;
}

.nav-tabs .nav-link:hover {
    border-bottom: 3px solid #8b5e3c;
    border-top: 1px solid #fff0;
    border-left: 1px solid #fff0;
    border-right: 1px solid #fff0;
}
input#to {
    position: relative;
    right: 11px;
}
.dep_date{

    position: relative;
    right: 21px;

}
.ret_date{
    position: relative;
    right: 16px;
}
.flight_chnge{
    position: absolute;
    display: block!important;
    left: 48.5%;
    top: 5px;
    line-height: normal;
    background: #0a56a1ad;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    font-size: 13px;
    padding: 3px 6px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.flight_chnge img{
    transform:rotate(360deg);
    -webkit-transition:.3s ease all;
    -moz-transition:.3s ease all;
    -o-transition:.3s ease all;
    transition:.3s ease all
}

#flight_form .form-group label {
    display: none;
}

#hotel .incDecDateIcon {
    top: 36px;
}

.flight_chnge .rot_arrow{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:.3s ease all;
    -moz-transition:.3s ease all;
    -o-transition:.3s ease all;
    transition:.3s ease all
}
.deals_section{
    width:100%;
    float:left;
    background:#fff;
    position:relative;
    z-index:999
}

.airline .dropdown-menu.show{
    min-width: 250px;
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px !important;
    margin-top: 2px;
    font-size: 13px;
}

.airline .dropdown-toggle{ color:#fff;text-overflow: ellipsis; overflow: hidden; width: 120px; }

.airline a.dropdown-item {
    font-size: 13px;
    width: 100%;
    padding: 4px 8px;
}

/*.airline .dropdown-toggle::after {
    margin-top: -11px;
}*/



.class .dropdown-menu.show{
    min-width: 146px;
    height: fit-content;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    padding: 0px !important;
    margin-top: -3px;
    font-size: 13px;
}
span.dropdown-item.sel_calss {
    font-family: 'Oswald Light';
    font-size: 10pt;
/*    letter-spacing: 1.4px;*/
    padding: 3px 1rem;
}

.class .dropdown-toggle{ color:#070707;
    font-family: 'Oswald Light' !important;
    letter-spacing: 1.4px;
    font-size: 10pt;
 }

.class a.dropdown-item {
    font-size: 10pt;
    width: 100%;
    padding: 4px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #070707 !important;
}
span.btn.btn-sm.pt-1.pb-1.pl-3.pr-3.done1 {
   background: #fff;
    padding: 12px 0!important;
    color: #C2A27D;
    height: 25px;
    width: 55px;
    font-size: 10pt;
    border-radius: 0;
    line-height: 1px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #a3a3a3;
    box-shadow: none;
    letter-spacing: 0.5px;
     font-family: 'Oswald' !important;
}

span.btn.btn-sm.btn-default.bg-light.pt-1.pb-1.pl-3.pr-3 {
    border: 1px solid #a3a3a3;
    padding: 12px 0px!important;
    color: #070707;
    height: 25px;
    width: 55px;
    font-size: 10pt;
    border-radius: 0;
    line-height: 1px;
    letter-spacing: 1.4px;
    font-family: 'Oswald';
    text-align: center;
    text-transform: uppercase;
    background-color: #fff !important;
}

button#hotel-pax-summary {
    border-radius: 4px;
    height: 34px;
    font-size: 10pt;
    font-family: 'Oswald Light' !important;
    background: #ffffff;
    letter-spacing: 1.2px;
    color: #8496AF;
    width: 100%;
}

#hotel_search .dropdown-toggle::after {
    line-height: 18px;
}

#hotel_search .dropdown-toggle{
    margin: 0;
}

#hotel-pax-summary::after {
    color: #000;
}

.roomone {
    border-radius: 3px;
    display: block;
    overflow: hidden;
    padding: 8px 0px 0 0;
    text-align: center;
    font-size: 15px;
    color: #816344;
    font-family: 'Oswald';
    letter-spacing: 1px;
    width: 55%;
}
.oneroom {
    min-width: 215px;
    display: block;
    padding: 5px 2px;
    vertical-align: top;
}

#hotel_search .roomcount {
    background: none repeat scroll 0 0 #fff;
    line-height: normal;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    width: auto;
    z-index: 10000;
    border-radius: 3px;
    box-shadow: 0 0 10px -5px #000;
    color: #000;
}

#flight_form .paxRow {
    background: #fff;
    padding: 0px 8px;
    margin-bottom: 10px;
}

#flight_form .dropdown-menu.fadeinn {
    padding: 0!important;

}

#flight_form .dropdown-menu hr {
    margin: 0;
    display: none;
}

#flight_form .dropdown-menu.fadeinn {
    min-width: 230px;background: #fff;border-radius: 0;
}

@keyframes swinging {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

/*button#flight-form-submit:hover {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 0.5s ease-in-out forwards infinite;
    animation: swinging 0.5s ease-in-out forwards infinite;
}*/
#flight-form-submit {
    margin-bottom: 15px !important;margin-top: 5px!important;
    background: #826344 !important;
}
/*.rev_slider_wrapper {
    width: 100%;
    height: 520px!important;
    height: 100%!important;
}
.tp-bgimg.defaultimg {
/*    height: 520px !important;*/
}

.rev_slider >ul, .rev_slider_wrapper >ul, .tp-revslider-mainul >li, .rev_slider >ul >li, .rev_slider >ul >li:before, .tp-revslider-mainul >li:before, .tp-simpleresponsive >ul, .tp-simpleresponsive >ul >li, .tp-simpleresponsive >ul >li:before, .tp-revslider-mainul >li, .tp-simpleresponsive >ul >li {
    position: relative!important;
}

.rev-slidebg{
    height: 520px !important;
}
.rev_slider_wrapper{
    height: 520px !important;
}

button#flight-form-submit:hover {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 0.5s ease-in-out forwards infinite;
    animation: swinging 0.5s ease-in-out forwards infinite;
}

.login_dropdown li.currency_li a.app-preferred-currency span {
    font-family: 'Oswald Light';
    text-align: center;
    float: none;
}

li.currency_li.sign_in a.app-preferred-currency span {
    font-family: 'Oswald'!important;
    color: #C2A27D!important;
}

li.currency_li.sign_in {
    border: none!important;
}


li.currency_li.reg a.app-preferred-currency span {
    font-family: 'Oswald'!important;
    color: #00549E!important;
}

li.currency_li.reg {
    border: none!important;
}

ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li.sign_in {
    margin: 0px 11px !important;
}

ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li.reg {
    margin: 0px 11px !important;
}

.airline.dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px!important;
}

.airline.dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px!important;
}

.airline.dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 13px!important;
}

.airline.dropdown .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
    border-bottom: 3px solid #8b5e3c!important;
}


#carousel button.owl-next {
    top: 45%;
    right: -25px;
}

#carousel button.owl-prev {
    top: 45%;
    left: -25px;
}


#flightCarousel button.owl-next {
    top: 45%;
    right: -25px;
}

#flightCarousel button.owl-prev {
    top: 45%;
    left: -25px;
}


#carousel2 button.owl-next {
    top: 45%;
    right: -25px;
}

#carousel2 button.owl-prev {
    top: 45%;
    left: -25px;
}

/*.srch_input_brdr:hover{
    border: 0!important;
    box-shadow: none!important;
    border-bottom: 2px solid #8b5e3c!important;
}*/

.srch_input_brdr:focus{
    border: 0!important;
    box-shadow: none!important;
    border-bottom: 2px solid #8b5e3c!important;
}


.searchPanel .form-control:hover {
    box-shadow: none !important;
    border-width: 0px 0px 2px !important;
    border-bottom: 2px solid rgb(139, 94, 60) !important;
}

.col-md-12.input_section button {
    margin-top: 38px;
}

.footer_links ul li a:hover {
    border-bottom: 2px solid #8B5E3C;
}
.footer_links ul li a:hover { text-decoration: none; }

#carousel .htlDealDetailSec img.bck_img {  height: 134px!important; } 

.htlDealDetailSec img {  height: 145px!important; } 

.htlDealDetailSec img.over_img {  height: 100%!important; } 

.htlDealDetailSec .dest_head{
    top:5px;
    text-align: left;
	left: -13px;
}

.dest_head_city{
    text-transform: capitalize;
    font-size:10.5pt !important;
}

.htlDealDetailSec .discover_head {
	margin-bottom: 0;
    color: #fff;
    height: 61px;
    letter-spacing: 1px;
    padding: 7px 0px 7px 0px;
    font-family: 'Oswald';
    position: relative;
    left: 22px;
    line-height: 24px;
    font-size: 16pt;
    text-shadow: 2px 5px 8px #242424;
    text-transform: capitalize;
}

.dest_title{
    color: #C2A27E;
    font-family: 'Oswald';
    position: relative;
    top: 26px;
    left: -70px;
    font-size: 7pt;
    text-shadow: 2px 5px 8px #242424;
}


.obj_fit_cover{ object-fit: cover; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block!important;
}
.col-md-12.pdt-15 {
    margin-top: -15px !important;
}

#holiday_search label {
    display: block;
    border-bottom: 0;
}

div#Flight_d .incDecDateIcon {
    top: 2px;
}

div#Hotel_d .incDecDateIcon {
    top: 2px;
}

div#Flight_d .flight_chnge {
    top: 5px;
}

.sprte.eur {
    background-position: -791px -385px;
}

div#login-status-wrapper {
    font-size: 12px;
    padding: 4px 15px;
     margin-bottom: 0;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.signdiv a {
    color: #113255;
}

.modal-body input.logpadding {
    height: 42px;
    font-size: 13px;
}

.modal-body .rowput input {
    padding: 6px 6px 6px 45px!important;
}

li#hotel_tab.active a.dropdown-item {
    color: #C2A27E!important;
    font-family: 'Oswald';
    background: #1d3455b8;
}

li#flight_tab.active a.nav-link {
    color: #C2A27E;
}

li#flight_tab.active a.nav-link i {
    color: #C2A27E;
}


#flightCarousel .imgCaption_two .one .triptype_img {
    padding: 5px;
    margin: 3px -9px 3px 5px;
    background: #fff;
    border: none;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 5px 0 #484848;
}
#flightCarousel .imgCaption_two .one .triptype_img img {
    height: 12px!important;
    width: 12px;
}

#carousel2 button.card_book, a.card_book {
    line-height: 30px;
}

.lnh38 {
    line-height: 38px!important;
}

.triptype_img1 {
    background: #fff;
    padding: 2px 8px 2px 15px;
    border-radius: 7px;
}

.dep_ret_newsec{
    line-height: 14px;
    font-size: 9pt;
    margin-right: 8px;
    margin-top: 0px;
  }
.f_hotdeal_txt_shadow{
    text-shadow: 0px 0px 10px #000000;
}

.sideSec_center h3 {
    text-transform: uppercase;
}