

   @font-face {
       font-family: 'Lato-Regular';
       src: url('css/fonts/Lato-Regular.ttf') format('truetype');
      
   }
   @font-face {
       font-family: 'IBMPlexSans_Condensed-Regular';
       src: url('css/fonts/IBMPlexSans_Condensed-Regular.ttf') format('truetype');
      
   }
    @font-face {
       font-family: 'OpenSans_Condensed-Regular';
       src: url('css/fonts/OpenSans_Condensed-Regular.ttf') format('truetype');
      
   }
    @font-face {
       font-family: 'FrankRuhlLibre-Regular';
       src: url('css/FrankRuhlLibre-Regular.ttf') format('truetype');
      
   }
    @font-face {
       font-family: 'Inter_18pt-Regular';
       src: url('css/fonts/Inter_18pt-Regular.ttf') format('truetype');
      
   }
    @font-face {
       font-family: 'Oswald-Regular';
       src: url('css/fonts/Oswald-Regular.ttf') format('truetype');
      
   }
    @font-face {
       font-family: 'DMSans_18pt-Regular';
       src: url('css/fonts/DMSans_18pt-Regular.ttf') format('truetype');
      
   }
    @font-face {
       font-family: 'Montserrat-Regular';
       src: url('css/fonts/Montserrat-Regular.ttf') format('truetype');
      
   }
    @font-face {
       font-family: 'Roboto_Condensed-Regular';
       src: url('css/fonts/Roboto_Condensed-Regular.ttf') format('truetype');
      
   }
    @font-face {
       font-family: 'JosefinSans-Regular';
       src: url('css/fonts/JosefinSans-Regular.ttf') format('truetype');
      
   }
    @font-face {
       font-family: 'Cinzel-Regular';
       src: url('css/fonts/Cinzel-Regular.ttf') format('truetype');
      
   }
    @font-face {
       font-family: 'NotoSerifTC-Regular';
       src: url('css/fonts/NotoSerifTC-Regular.ttf') format('truetype');
      
   }
     @font-face {
       font-family: 'IBMPlexSans_Condensed-Regular';
       src: url('css/fonts/IBMPlexSans_Condensed-Regular.ttf') format('truetype');
      
   }
     
body{
    font-family: "Lato", sans-serif;
    background:#f5f5f5;
    color:#22333b;
}
.app-theams{
	margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	background:#111315;
	padding:30px;
}
.darkbg{
	background: linear-gradient(102.21deg, #1a1d1f, rgba(26, 29, 31, 0));
    border-radius: 16px;
}
.darkbg2{
	background: linear-gradient(102.21deg,  rgba(26, 29, 31, 0), #1a1d1f);
    border-radius: 16px;
}
.section-1{
	margin: 80px 88px 33px 88px;
	padding-bottom: 80px;
}
:root {
    --dark-gray-color: #3e3e3e;
    --black-color: #000;
    --white-color: #fff;
    --app-color: #9f8039;
    --text-color: #1b2930;
    --app-light-color: #eae0d5;
    --app-gradient: linear-gradient(#9f8039, #FEFAF6);
    
}
.mfont{
	font-family: "Josefin Sans", sans-serif !important;
}
p{
    font-size:16px;
}
.border-right-pass{
    border-right:1px solid #606060;  
}
.border-left-to{
    border-left:1px solid #dedede;  
}
.border-right-departure{
    border-right:1px solid #606060;  
}
.main-wrapper{
    position: relative;
	min-height: calc(100vh - 80px);
	/*background-image: url(/../images/businessclass/slider3.webp);*/
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
	padding: 150px 80px 110px 80px;
    border-radius: 15px;
    overflow: hidden;
}
.main-wrapper::after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(0,0,0,0.2);
	z-index:-1;
}
.main-wrapper video {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.form-wraper{
	    width: 100%;
    margin-top: 60px;
}
.wraper-section{
    width: 100%;
    margin: auto;
}
.formwraper{
    border-radius: 10px;
    width: 650px;
    margin: auto;
}
.form-top{
   display:flex;
   align-items:center;
   justify-content:start;
   border-bottom:1px solid #dedede;
   padding: 10px 10px;
   background:#fff;
   border-radius:10px 10px 0px 0px;
}
.triptype-bx1{
    
}
.user-bx1{
    
}
.class-bx1{
    
}
.trip-type{
	background:transparent;
	border:none;
	outline:none;
	width:100%;
	padding:10px 15px;
    	font-family: "Lato", sans-serif;
}
.dropdown-triptype{
	width: 300px;
    padding: 10px;
    position: absolute;
    left: -30px;
    right: 0;
    top: 45px;
    bottom: 0;
	border-radius:10px;
	border-top-left-radius:0;
	border-top-right-radius:0;
    background: #fff;
    z-index: 5;
    border-top: 1px solid var(--app-color);
}
.dropdown-arport{
    width: 450px;
    padding: 10px;
    position: absolute;
    left: -15px!important;
    right: 0;
    top: -9px!important;
    bottom: 0;
	border:none;
    background: #fff;
    max-height:200px;
    overflow:auto;
    z-index: 5;
    border-top: 1px solid #dedede;
}
.label-container{
    display:block;
    position:relative;
    padding:5px 15px;
    border-radius:5px;
    cursor:pointer;
    font-family: "Lato", sans-serif;
}
.radio-input{
    position:absolute;
    left:0;
    opacity:0;
}

.label-container:has(.radio-input:checked){
    background:var(--app-color);
    color:var(--white-color);
}
.radio-input:checked ~ .radio-checked:after{
    display:block;
}
/*.form-bg{
    padding:0px 12px;
}*/
.deals-on-business-container{
	padding: 40px 88px 64px 88px;
}
.hmcontc-container {
    padding: 40px 88px 64px 88px;
}
.sliderdvs{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    row-gap: 32px;
    -moz-column-gap: 5%;
    column-gap: 5%;
    padding: 0 48px;
}
.sliderdvsBox{
	position:relative;
	transition: transform .3s ease-in-out;
}
.form-bg .form-group{
    position:relative; 
}
.hm-form, .hm-form:focus{
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 10px 25px 10px 50px;
    background: #1a1d1f;
    color: #c2c7cc;
    font-size:14px;
}
.hm-form:focus{
    border: 2px solid #9e7f40!important;
    box-shadow: 0px 2px 8px #9e7f40!important;
    border-radius: 5px!important;
}
.dropdwon-list{
    list-style:none;
    padding:0;
    margin:0;
}
.dropdwon-list li{
    height:50px;
    display:flex;
    align-items:center
    cursor:pointer;
    justify-content:start;
} 
.dropdwon-list li .iconbx{
    margin-right:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:10%;
}
.dropdwon-list li .iconbx i{
    font-size:20px;
    transform: rotate(319deg);
}
.dropdwon-list li .citybx{
    margin-right:10px;
    width:80%;
}
.dropdwon-list li .drct-name{
    display:block;
    font-size: 15px;
    font-family: "Lato", sans-serif;
}
.dropdwon-list li .drairport-name{
    display:block;
    font-size: 14px;
    color:#757575;
    font-family: "Lato", sans-serif;
}
.dropdwon-list li .ctcodebx{
    display:block;
    width:10%;
    display:flex;
    align-items:center;
    justify-content:start;
    font-family: "Lato", sans-serif;
}
.dropdwon-list li .drct-code{
    text-transform:uppercase;
    font-family: "Lato", sans-serif;
}
.form-icone{
    position: absolute;
    left: 20px;
    top: 17px;
    width: 15px;
    filter: grayscale(1);
}
.hm-form:focus ~ .form-icone{
    filter: grayscale(0);
}
.exchngcl{
       width: 20px;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 95;
    border: 1px solid #606060;
    border-radius: 50%;
    background:#111;
}
.exchangeic{
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.hmsubmit{
    background:var(--app-color);
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
   border-radius: 7px;
    color: var(--white-color);
}
.frmimp, .strtfrm, .scbnfrm{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.tofrm, .rtnfrm, .tvrfrm{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.strtfrm{
    
}
.scbnfrm{
    
}
.tvrfrm{
    
}
.hmsubmit span{
    display:none;
}
.seachdv{
    /*display:flex;
    align-items:center;
    justify-content:center;
    height:65px;*/
}
.travelinputbox{
    position:relative;
}
.pass-div{
    width: 300px;
    position: absolute;
    background: #222629;
    z-index: 100;
    border-radius: 3px;
    border-top: 1px solid #dedede;
    top: 46px;
    left: 0;
    right: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.travellerboxdata{
    padding: 20px; 
}
.travellerboxdata label{
    color:#fff;
}
.travellerboxdata .form-control{
    border: none;
    background: #222629;
    color: #fff;
}
.travellerboxdata .input-group-btn {
    margin-top: 7px;
}
.travellerboxdata .input-group-btn .btn{
    background:var(--app-color);
    color: white !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.btnpass{
    background:transparent;
    border:none;
    outline:none;
}
.agelimit{
    font-size: 12px;
    display: flex;
    line-height: 12px;
}
.button-done-pass{
    border-top: 1px solid var(--app-color);
    padding: 10px 0px 0px;
    text-align: right;
    margin-top: 10px;
}
.roomdonebtn{
        color: #9f8039;
    padding: 2px 25px;
    border: 1px solid var(--app-color);
    border-radius: 2px;
    background: transparent;
}
.main-heading{
        text-align: left;
    margin-bottom: 100px;
}
.main-title{
    color:var(--white-color);
    font-weight: 600;
     font-family: "Cinzel", serif;
    font-size: 3rem;
}
.main-subtitle{
    color:var(--white-color);
    font-weight: 400;
    font-size: 1.8rem;
	 font-family: "Cinzel", serif;
}
/*.airlines-uses{
    margin-top:40px;
}*/
.airuse-icon img{
    height: 50px;
}
.turst-customer{
    display:flex;
    align-items:center;
    justify-content:center;
    height:60px;
	background:#ebebeb;
}
.turst-customer p{
    margin:0;
    font-size:18px;
}
.turst-customer p span{
   font-weight:600;
}
.trus-bx1{
    border-right:1px solid #dedede;
    padding-right:10px
}
.trus-bx2{
    display:flex;
    align-items:center;
    justify-content:start;
    padding-left:10px
}
.trus-ex{
    padding-right:10px
}
.starchecked {
  color: orange;
}
.section{
    /*padding:45px 0px;*/
	    padding-bottom: 80px;
}
/*steps*/
.wteps{
	display:flex;
	flex-wrap:wrap;
	padding:0px 115px;
	position:relative;
	column-gap:200px;
	row-gap: 64px;
	position: relative;
    max-width: 902px;
    margin: 0 auto;
	margin-bottom: 32px;
}
.wteps-1{
	position: relative;
    width: 232px;
    height: 136px;
	z-index:0;
}
.wteps-2{
	position: relative;
    width: 232px;
    height: 136px;
	z-index:0;
}
.wteps-3{
	position: relative;
    width: 232px;
    height: 136px;
	z-index:0;
}
.wteps-4{
	position: relative;
    width: 232px;
    height: 136px;
	z-index:0;
}
.steps-icon{
	margin-bottom: 18px;
}
.stepsImg{
	width: 24px;
    height: 24px;
}
.stepsText{
	
}
.stepsTitle{
	color: #dadde0;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    font-size: 15px;
}
.stepsContent{
	color: #c2c7cc;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
	line-height: 24px;
}
.stepsNumber{
	position: absolute;
    top: 21px;
    right: 0;
    z-index: -1;
    color: #262626;
    font-size: 120px;
    line-height: 100px;
    font-weight: bolder;
    font-family: "Montserrat", sans-serif;
}
.plane {
    position: absolute;
    top: calc(50% + -12px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.bkYrFltNw-Div{
	display:flex;
	align-items:center;
	justify-content:center;
}
.bkYrFltNw{
	    outline: none;
    border: none;
    cursor: pointer;
	display: block;
    border-radius: 8px;
    text-align: center;
    background: #1a1d1f;
    width: 100%;
    padding: 12px 20px;
    color:var(--app-color);
    transition: .4s ease-in;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 0 10px #dbdde0;
	max-width: 230px;
}
.white-container{
    background:var(--white-color);
    border-radius:15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    overflow:hidden;
}
.hm-about-dv{
    display:flex;
    align-items:center;
    justify-content:left;
}
.hm-abt-txt{
    width:60%;
    padding:30px 30px 30px 30px;
}
.hm-abt-txt p{
    text-align:justify;
}
.hm-about-img{
    width:40%;
}
.hm-about-img img{
    width:100%;
}
.heading{
    margin-bottom:35px;
}
.heading .title{
    color: #fff;
    font-size: 2.0vw;
    font-weight: 400;
    font-family: "Frank Ruhl Libre", serif !important;
    text-transform: capitalize;
}
.heading .title .accents{
	color: var(--app-color);
	font-weight: 600;
}
.bestdeals{
     width:100%;   
     height:100%;
}
.bestdeals img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.deals-items{
    display:block;
    height:100%;
    min-height:300px;
    width:100%;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.deals-items::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.7));
    z-index:0;
}
.deals-items:hover:after {
    background:linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.9));
}
.best-price{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding:0px 20px;
    z-index:1;
}
.best-city{
    color:var(--white-color);
    text-transform:uppercase;
    font-size:1rem;
}
.best-usd{
    color:var(--white-color);
    text-transform:uppercase;
    font-size:1.3rem;
    font-weight:600;
}
.theme-slider .slick-initialized .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
.bestbox{
    text-align:center;
    border-radius:10px;
    padding:10px;
}
.hw-book-img{
    width:90px;
    padding:15px;
    height: 90px;
    padding:30px;
    border-radius: 50%;
    margin: auto;
    background:transparent!important;
    box-shadow: rgb(159 128 57) 2px 1px 0px 1px;
}
.hw-book-img img{
    width:100%;
}
.hw-book-txt{
    
}
.hw-book-txt p{
    color: #6f767e!important;
    font-weight: 600;
    font-family: Inter;
    font-size: 13px!important;
}
.rv-txt p{
    text-align:justify;
}
.hw-book-txt .hw-book-title , .rv-title{
    font-size:1rem;
    font-weight: 600;
    display:block;
    text-align:center;
    margin:15px 0px;
    text-transform:uppercase;
    color:var(--app-color)!important;
    font-family: Inter;
}
.hw-book-title{
    color:var(--text-color)!important;
}
.slider-nav2::before{
    content: '';
    position: absolute;
    left: 12%;
    right: 12%;
    top: 50px;
    background-image: url(/../images/businessclass/howbook/stline.png);
    height: 20px;
    opacity: 0.7;
}

.review{
    background:var(--white-color);
    padding:30px;
    border-radius:10px;
    min-height: 300px;
}
.review i{
    margin-right:3px;
}
.rating {
  color: orange;
}
.rv-title{
    text-align:left;
    margin:10px 0px;
    text-transform:capitalize;
}
.hmsite-map{
        padding: 0px 20px 20px;
    max-height: 350px;
    overflow: auto;
    scrollbar-width: none;
    border: 1px solid #1f2326;
    border-radius: 15px;
}
.hmsite-title{
	    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 0px;
    position: sticky;
    top: 0;
    background: #111315;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: "Noto Serif TC", serif;
}
.hmsite-map ul{
        list-style: none;
    margin: 0;
    padding: 0;
    max-height: 170px;
    overflow: auto;
    scrollbar-width: none;
}
.regcntryct{
	width: 910px;
    margin: auto;
}
.hmsite-map ul li{
   display:block; 
}
.hmsite-map ul li a{
        color: var(--app-color);
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    line-height: 30px;
}
.hmsite-map ul li a:hover , .hm-site-footer a:hover{
    color:var(--app-color);
}
.hm-sitemap-inner{
    position: relative;
}
.st-border-right{
    border-right:1px solid #e6e5e5;
}
.hm-site-footer{
    border-top:1px solid #e6e5e5;
    margin-top: 15px;
    padding-top: 10px;
}
.hm-site-footer a{
    color: #22333b;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    text-transform:uppercase;
}
.searchbg{
     /*background:#fff;
     border-radius: 10px;*/
     overflow: hidden;
}
.date-bg{
    /* background:#fff;*/
    border-radius: 10px;
    /*overflow: hidden;*/
}
.form-to-bg{
     /*background:#fff;*/
    /*border-radius: 10px;
    overflow: hidden;*/
}
.pr-0{
    padding-right:0;
}
.pl-0{
    padding-left:0;
}
.hm-select-sl{
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    padding: 10px 20px 10px 20px;
    background: #1a1d1f;
    color: #c2c7cc;
    border-radius: 7px;
    font-size: 14px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
}
.hmsite-title i{display:none;
}
.htb-div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:30px;
}
.htb-box{
    padding: 0px 20px;
}
.htb-box-1{
    
}
.htb-box-2{
    
}
.htb-box-3{
    
}
.htb-box-4{
    
}
.btheme-text{
    color:var(--app-color);
}
.hm-lshs{
    
}
.hm-lshs li{
    display:list-item;
    margin-bottom:10px;
}
.hm-select{
    -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
  cursor:pointer;
      padding-right: 25px;
}
.select-box{
   position: relative;
   display: flex;
   overflow: hidden;
   border-radius: .25em;
}
.select-box::-ms-expand {
   display: none;
}
.select-box::after {
       content: '\25BC';
    position: absolute;
    top: 14px;
    right: 0;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
    font-size: 12px;
}
.select-box:hover::after {
   color:var(--app-color);
}
.hideindesk
{
	display:none;
}
.seealdv{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seealldealsbtn{
	width: 100%;
    padding: 12px 24px;
    background: var(--app-color);
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    transition: background .3s ease;
    color: #111315;
    font-weight: 600;
    font-size: 15px;
    max-width: 150px;
    text-decoration: none;
}
.sliderdvsz {
	padding:0px;
	padding-bottom:60px;
}
.recomendet{
	/*background: linear-gradient(45deg, #14131369, #0d171ceb, #14131369);
	border-radius:16px;
	padding: 40px 88px;*/
}
.trustpilotsBox{
	display:flex;
	align-items:center;
	justify-content:center;
}
.trustpilotImg{
	width:180px;
}
.reedmorBoxdv{
	margin-top:25px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.reedmore--Btn{
	width:180px;
	padding: 6px 24px;
    font-family: Poppins, sans-serif;
    color: var(--app-color);
    font-weight: 600;
    font-size: 15px;
	border:2px solid var(--app-color);
	border-radius:15px;
	text-align:center;
	text-decoration:none;
}
.regcntryct--vmore{
	    display: block;
    border-radius: 8px;
    text-align: center;
    background: #1a1d1f;
    width: 100%;
    padding: 12px 20px;
    color: var(--app-color);
    transition: .4s ease-in;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 0 10px #dbdde0;
    margin-top: 25px;
	text-decoration:none;
}
.subtitle {
        text-align: center;
    color: #c2c7cc;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.hmcontc-container .subtitle{ 
	text-align: left;
    color: #6f767e;
    font-weight: 600;
    font-family: Inter;
    font-size: 13px;
}
.hmcontc-container .form-group{
	margin-bottom:10px;
}
.contactus-label{
    color: #6f767e;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: .9vw;
    font-weight: 600;
    font-family: Inter, sans-serif;
}
.hmconInp, .hmconInp:focus{
	width: 100%;
    border: 1px solid #33383f;
    outline: none;
    padding: 15px;
    border-radius: 8px;
    background: none;
    color: #dadde0;
	font-size:14px;
	font-weight:400;
    font-family: Inter, sans-serif;
}
.hmconInp::placeholder {
  color: #dadde0;
  opacity: 0.5;
}
.hmconsbmtbtn, .hmconsbmtbtn:hover{
	width: 100%;
    padding: 12px 24px;
    background: var(--app-color);
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    transition: background .3s ease;
    color: #111315;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.hmcontact-check-container{
	position: relative;
    font-size: 10px;
    color: #dadde0;
    font-weight: 400;
    font-family: Inter, sans-serif;
    display: block;
    margin-bottom: 10px;
	cursor:pointer;
}
.hmchecklabel{
	padding-left: 18px;
}
.hmContCheckBox{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.checkboxspn{
	position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #dadde0;
    background: #fff;
    border-radius: 3px;
}
.checkboxspn::after{
	content: '\2714';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 12px;
    height: 12px;
    background: var(--app-color);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    border: 1px solid var(--app-color);
    border-radius: 3px;
}
.hmContCheckBox:checked ~ .checkboxspn::after{
	display: flex;
}
.home--customer--service{
	background: var(--app-color);
	border-radius:15px;
	padding:15px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.customer--service-left{
	
}
.customer--service-right{
	
}
.customerImg{
	width:100px;
}
.customer-contact, .cstmr--cntct{
	display: flex;
    align-items: center;
    gap: 10px;
}
.customer-contact-imgdv{
	width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cstmr--cntct-imgdv{
	width: 40px;
    height: 40px;
    background: #262626;
    border-radius: 50%;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-contact-img, .cstmr--cntct-img{
	    width: 100%;
}
.customer-content, .cstmr--cntent{
	
}
.customer-contact-title, .customer-contact-by, .cstmr--cntct-title, .cstmr--cntct-by{
	color: #dadde0;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 15px;
	text-decoration:none;
}
.customer-contact-by{
	color:#111315;
}
.cstmr--cntct-title{
	color:#6f767e;
	font-size:14px;
    font-weight: 500;
}
.cstmr--cntct-by{
	font-size:14px;
    font-weight: 500;
}
.tfhrsrc{
	color: #111315;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 18px;
	margin-bottom:15px;
}
.tfhrsrc span{
	color:#fff;
}
.customer-contact-map-div{
	width: 100%;
    margin-top: auto;
	position:relative;
}
.cstmr--cntct--dv{
	background:#111315;
	padding:25px;
	border-radius:20px;
    position: absolute;
    bottom: -20px;
    left: 5px;
    right: 5px;
}
.customer-contact-map-div iframe{
	border-radius:20px;
	overflow:hidden;
}
.contact-service-container{
	display: flex;
    gap: 120px;
    padding: 0px 110px;
	justify-content:center;
}
.customer--container--content{
	width:450px;
}
.customer--container--contact{
	width: calc(100% - 450px);
	display:grid;
}
.mactive{
		display:none;
	}
.show-767{
	display:none;
}
/**/
.list-wraper{
	position: relative;
    background-image: url(../../images/bicon/134003.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    padding: 150px 140px 50px 140px;
    border-radius: 15px;
    overflow: hidden;
	    min-height: 640px;
}
.list-wraper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.list-wraper > .container-fluid{
	width:100%;
}
.discount-Oniduse{
	position: relative;
    padding-left: 50px;
    padding-bottom: 20px;
    background-color: #1a1d1f8f;
    border-radius: 15px;
    text-align: center;
    padding-top: 10px;    
	margin-bottom: 10px;
}
.discount-Oniduse .discount-content{
	font-size: 13px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 10px;
}
.discount-Oniduse .discount-content span{
	color:#9f8039;
}
.discount-Oniduse .disclaimer{
	position: absolute;
    top: 4px;
    right: 10px;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}
.list-dv-option{
	display: flex;
	margin-bottom: 8px;
    gap: 8px;
}
.list-items-dv{
	display: flex;
    justify-content: space-between;
    padding: 24px 24px;
    background: #1a1d1f;
    flex-grow: 1;
    row-gap: 10px;
    border-radius: 15px;
    align-items: center;
}
.list-items{
	width: fit-content;
}
.list-option-dv{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
	background:#1a1d1f; 
    gap: 8px;    
	flex-grow: 1;
    border-radius: 15px;
}
.list-items .date{
	color: #9f8039;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
	text-align:left;
	line-height: 12px;
}
.list-items .info{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: :relative;
}
.lowItems{
    
}
.lowItems1{
        margin-bottom: 25px;
}
.list-items .from{
	display: flex;
    align-items: center;
    gap: 8px;
}
.list-items .airport{
	    color: #9f8039;
    line-height: 32px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.list-items .city{
	color: #dadde0;
    white-space: nowrap;
    text-transform: capitalize;
    font-family: SSP-bold, sans-serif;
    font-size: 16px;
}
.list-items .to{
	display: flex;
    align-items: center;
    gap: 8px;
}

.list-items .city{
	
}
.business.best-deal{
	    position: relative;
    padding: 12px 16px;
    border: 2px solid #8e969e;
    border-radius: 8px;
}
.business.active.best-deal{
	border-color: #9f8039;
}
.dflexBox{
	display: flex;
	justify-content: space-between;
}
.price{
	    color: #9f8039;
    line-height: 24px;
    font-weight: 700;
    font-size: 15px;
    font-family: Inter, sans-serif;
}
.price span{
	    top: 0px;
    left: 0px;
    margin-top: -4px;
    position: relative;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.checkbox{
	background: #fff;
    border-color: transparent;
	    border: 2px solid #8e969e;
    transition: .4s ease-in;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -4px;
}
.capitalize{
	
}
.business.best-deal .classtrip{
	color: #fcfcfc;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.customer-assistant{
	padding: 24px;
    flex-grow: 1;
    background: #1a1d1f8f;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.customer-assistant .servicelive{
	font-size: 10px;
    font-weight: 600;
    line-height: 16px;    
	color: #9f8039;
}
.call-dv-list{
	text-align: center;
}
.call-dv-list > .call{
	    line-height:22px;
    font-weight: 400;
    font-size: 13px;    
	color: #dadde0;
}
.call-dv-list > .phone{
	font-weight: 700;
    font-size: 20px;
	    color: #9f8039;
}
.dflex-passistance{
	display: flex;
    gap: 8px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
}
.dflex-passistance > p{
	font-weight: 600;
	color: #dadde0;
}
.list-wraper-inner{
	
}
.business-form-outer{
	display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
.business-form-outer-left{
	width: 600px;
}
.business-form-outer-right{
	width: 600px;
}
.blsIcn{
	position: absolute;
    left: 15px;
    top: 18px;
	width:15px;
    opacity: 0.7;
}
.business-form-outer-right > .mobile.customer-assistant{
	display:none;
}
.business.best-deal > a{
	color: #9f8039;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 24px;
    font-weight: 700;
    font-size: 15px;
    font-family: Inter, sans-serif;
}
/**/
/*Review css start here*/
.traveler-review-card{
	padding: 25px;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #232323;
    backdrop-filter: blur(15px);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.02);
}
.traveler-review{
	display:flex;
	align-items:center;
	gap:3px;
}
.traveler-review .fa-star{
	color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}
.traveler-review .fa-star.checked{
	color:#ffc107;
}
.traveler-review-description{
	color: #c2c7cc;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-family: "Inter", sans-serif;
}
.traveler-review-name{
	color: #c2c7cc;
    font-weight: 400;
    font-family: Inter, sans-serif;
    font-size: 18px;
	line-height:28px;
}
/*Review css end here*/
/*subscribe start here*/
.subscribe-bg{
	padding-top: 80px;
	background: #232323;
	border-radius: 1rem;
	margin-bottom:80px;
}
.subscribe-container {
        width: 90%;
        max-width: 700px;
        text-align: center;
		margin: auto;
    }

    .subscribe-title {
        margin-bottom: 20px;
		text-align: center;
		color: #c2c7cc;
		font-weight: 500;
		font-family: Poppins, sans-serif;
		font-size: 14px;
		line-height: 24px;
    }

    .subscribe-form-box {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .subscribe-input {
        padding: 12px;
        border: none;
        outline: none;
        border-radius: 4px;
        font-size: 14px;
    }

    .subscribe-phone {
        width: 160px;
    }

    .subscribe-email {
        width: 220px;
    }

    .subscribe-btn {
        padding: 12px 25px;
        background: var(--app-color);
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
    }

    .subscribe-btn:hover {
        background: var(--app-color);
    }

    .subscribe-checkbox-area {
        margin-top: 20px;
		position: relative;
		margin-bottom: 20px;
		text-align: center;
		color: #c2c7cc;
		font-weight: 500;
		font-family: Poppins, sans-serif;
		font-size: 12px;
		line-height: 20px;
    }

    .subscribe-checkbox-area a {
        color: var(--app-color);
        text-decoration: none;
    }

    .subscribe-footer-note {
        text-align: center;
		color: #c2c7cc;
		font-weight: 500;
		font-family: Poppins, sans-serif;
		font-size: 12px;
		line-height: 20px;
    }

    .lock {
        margin-right: 5px;
    }
/*faq start here*/
.accordion-homefaqs{
	background: transparent;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.accordion-homefaqs .accordion-item{
	border:none;
	background:#232323;
	box-shadow: 0px 8px 32px rgba(255, 255, 255, 0.02);
	transition:all ease-in-out 0.4s;
}
.accordion-homefaqs .accordion-item:hover{
	transform:translateY(-4px);
}
.accordion-homefaqs .accordion-button, .accordion-homefaqs .accordion-button:focus{
	color: #c2c7cc;
    background: transparent;
	padding: 25px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.accordion-homefaqs .accordion-button:not(.collapsed) {
    color: #c2c7cc;
    background: transparent;
    border-bottom: 1px solid #c2c7cc42;
    box-shadow: none;
}
.accordion-homefaqs .accordion-body{
	color: #c2c7cc;
	padding: 25px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.accordion-homefaqs .accordion-button::after {
    filter: invert(1);
}
/*new contact*/
.contact-section-card{
	padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #8b8b8b;
    border-radius: 15px;
}
.contact-icon{
	width: 50px;
    height: 50px;
    padding: 15px;
    background: rgb(255 255 255 / 8%);
    backdrop-filter: blur(15px);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}
.contacthomeimgs{
	width:100%;
	filter: invert(1);
}
.card-contact-title{
	color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Frank Ruhl Libre", serif !important;
    text-transform: capitalize;
}
.card-contact-description{
	    color: #c2c7cc;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 24px;
}
.card-contact-btnbox{
	    padding-top: 20px;
    border-top: 1px solid #8b8b8b;
    display: flex;
    align-items: center;
    justify-content: end;
}
.button-rght-contact{
	font-weight: 500;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: var(--app-color);
    text-decoration: none;
}
/*home-modal*/
.modal-content{
	border-radius: 25px;
    overflow: hidden;
	background: transparent;
}
.home-modal-body{
	    display: flex;
    align-items: stretch;
    border-radius: 25px;
    overflow: hidden;
}
.homemodalimg-section{
	width: 50%;
	position:relative;
}

.homemodalimg{
	width:100%;
	height:100%;    
	object-fit: cover;
}
.homemodal-layover{
	padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.3);
}
.home-modal-form{
	width: 50%;
	background:#232323;
	padding: 45px 30px 60px;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.home-modal-badge{
	background: var(--app-color);
    display: inline-flex;
    padding: 0px 10px;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
	line-height:24px;
    font-family: "Frank Ruhl Libre", serif !important;
    text-transform: capitalize;
    width: 130px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}
.home-modal-image-bottom-text{
	display:flex;
	flex-direction:column;
	gap:5px;
}
.image-title{
	color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    font-family: "Frank Ruhl Libre", serif !important;
}
.image-subtitle{
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
}
.exclusiveoffer{
	color: var(--app-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    text-transform: uppercase;
}
.coupon-title{
	color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    font-family: "Frank Ruhl Libre", serif !important;
}
.coupon-title span{
	color:var(--app-color);
}
.discount-lead{
	color: #c2c7cc;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
    letter-spacing: 0.25px;
}
.promo-code-box{
	background:#2b2824;
	padding:10px;
	border: 1px dashed var(--app-color);
    display: flex;
    flex-direction: column;
    gap: 0px;
    border-radius: 15px;
	    margin: 5px 0;
}
.promo-code-title{
	color: #c2c7cc;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
}
.promo-save{
	color: var(--app-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Frank Ruhl Libre", serif !important;
}
.promo-code-save{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.copybtn{
	outline: none;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
    letter-spacing: 0.25px;
}
.copy-icon{
	color:#fff;
}
.homemodal-formbox form{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.homemodal-formbox .form-group{
	
}
.home-modal-forminp{
	width: 100%;
	    height: 40px;
    background: #ffffff0a;
    border: 1px solid #ffffff24;
    padding: 8px 12px;
    border-radius: 8px;
    color: #c2c7cc;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
}
.home-modal-forminp:focus{
	border:1px solid var(--app-color);
	outline:none;
}
.phone-code-numberbox{
	display:flex;
	gap:10px;
}
.phone-code-numberbox .numcode{
	width:30%;
}
.phone-code-numberbox .number{
	width:70%;
}
.home-modal-lblcontainer, .subcrible-label-container{
	display: block;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    color: #c2c7cc;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
}
.subcrible-label-container{
    font-weight: 500;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.home-modal-lblcontainer a, .subcrible-label-container a{
	color:var(--app-color);
}
.homecheckinp, .subscheckinp{
	
}
.checkspan, .checkedsubs{
	width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff0a;
    border: 1px solid #ffffff24;
    border-radius: 5px;
}
.checkspan::after, .checkedsubs::after{
	content: '\2714';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: var(--app-color);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}
.home-modal-lblcontainer:has(.homecheckinp:checked) .checkspan::after, .subcrible-label-container:has(.subscheckinp:checked) .checkedsubs::after{
	display:flex;
}
.modal-submit-btn{
	width:100%;
	height:40px;
	background: #ffffff0a;
	border:1px solid #ffffff0a;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	padding: 8px 12px;
    border-radius: 8px;
    color: #c2c7cc;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
}
.home-modal-body .btn-close{
	position: absolute;
    right: 10px;
    top: 10px;
    background: #ffffff36;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff3d;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
	z-index: 10;
}
.cookiespop{
	position: fixed;
    bottom: -500px;
    left: 20px;
    width: 600px;
    background: #232323;
    padding: 25px;
    z-index: 50;
    border: 1px solid #fff;
    border-radius: 15px;
    transition: all ease-in-out 0.4s;
}
.cookiespop.active{
	bottom:20px;
}
.cookiesbody{
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.cokkies-title{
	color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Frank Ruhl Libre", serif !important;
    text-transform: capitalize;
}
.cokkies-subtitles{
	color: #c2c7cc;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 22px;
}
.cokkies-subtitles a{
	color: var(--app-color);
}
.cookies-button-box{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.onlynecesarybtn, .allowallbtn{
	padding: 4px 25px;
    width: 50%;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
	outline:none;
}
.onlynecesarybtn{
	border: 1px solid var(--app-color);
	background:transparent;
    color: var(--app-color);
}
.allowallbtn{
	border: 1px solid var(--app-color);
    color: white;
    background: var(--app-color);
}
@media only screen and (max-width: 1400px) {
	.contact-service-container {
		padding: 0px 0px;
	}
	.regcntryct {
		width: 991px;
	}
	.form-wraper {
		margin-top: 0px;
	}
	.list-wraper {
		padding: 120px 80px 50px 80px;
	}
	.business-form-outer-right > .mobile.customer-assistant{
		display:flex;
		width:300px;
		height:410px;
	}
	.left-box-div > .desktop.customer-assistant{
		display:none;
	}
	.business-form-outer {
		display: block;
	}
	.business-form-outer-left {
		width: 100%;
	}
	.business-form-outer-right {
		width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
	}
	.business-form-outer-right > .right-box-div{
		width: calc(100% - 300px);
	}
	.business-form-outer-right > .form-divpop{
		width:600px;
	}
	.customer-assistant .servicelive {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 1200px) {
.wraper-section {
    width: 100%;
}
.formwraper {
    width: 100%;
}
.regcntryct {
    width: 100%;
}
.hmcontc-container {
    padding: 40px 0px 64px 0px;
}
.wteps {
    column-gap: 15px;
    justify-content: space-between;
}

}
@media only screen and (max-width: 991px) {
.section-1 {
    margin: 80px 0px 33px 0px;
}
.wteps {
    padding: 0px 70px;
}
	
	
	.form-wraper{
	width:100%;
	margin-top:30px;
}
.hideindesk
{
	display:block;
}
  .wraper-section{
      width:100%;
      margin-top: 75px;
  }
  .hm-about-dv {
    display: block;
}
.hm-abt-txt {
    width: 100%;
}
.hm-about-img {
    width: 100%;
}
.slider-nav2::before {
    left: 20%;
    right: 20%;
}
.htb-div{
    display: flow-root;
    position:relative;
            margin-top: 4rem;
}
.htb-box{
    align-items: center;
    clear: both;
    display: flex;
    flex-direction: column;
    padding-left: 0rem;
    padding-right: 0rem;
    position: relative;
    text-align: center;
    width: 50%;
    position:relative;
            margin-top: -4rem;
}
.htb-box-1{
    float:right;
}
.htb-box-2{
    float:left;
}
.htb-box-3{
    float:right;
}
.htb-box-4{
    float:left;
}
.htb-box-1::after, .htb-box-3::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 20px;
    border-left: 2px dotted var(--app-color);
}
.htb-box-2::after{
    content: '';
    position: absolute;
    right: -2px;
    top: 46px;
    bottom: 18px;
    border-right: 2px dotted var(--app-color);
}
.hw-book-txt p {
    font-size: 12px;
}

.htb-box-1::before, .htb-box-3::before{
    content: '';
    position: absolute;
    top: 48px;
    border-top: 2px dotted var(--app-color);
    left: 0;
    width: 50%;
    z-index: -1;
}
.htb-box-2::before, .htb-box-4::before{
    content: '';
    position: absolute;
    top: 44px;
    border-top: 2px dotted var(--app-color);
    right: 0;
    width: 50%;
    z-index: -1;
}
.bestbox{
    padding:0px 10px;
}
.deals-on-business-container {
    padding: 40px 40px 64px 40px;
}
.sliderdvs {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 15px;
}
    .list-wraper {
        padding: 120px 0px 50px 0px;
    }
	.business-form-outer-right > .mobile.customer-assistant {
        width: 250px;
        zoom: 0.9;
    }
	.business-form-outer-right > .right-box-div {
        width: calc(100% - 250px);
    }
	.home-modal-body {
		align-items: normal;
		flex-direction: column;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.homemodalimg-section {
		width: 100%;
		height: 200px;
	}
	.home-modal-form{
		width:100%;
	}
	.homemodal-layover {
		padding: 15px;
	}
	.image-title {
		font-size: 22px;
		font-weight: 600;
		line-height: 24px;
	}
	.home-modal-form {
		padding: 15px 15px 25px;
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width: 767px) {
	.traveler-review-card, .contact-section-card {
		margin-bottom: 20px;
	}
	.subscribe-phone, .subscribe-email, .subscribe-btn {
		width: 100%;
	}
	.pr-767{
		padding-right:15px!important;
	}
	.pl-767{
		padding-left:15px!important;
	}
	.app-theams {
		padding: 0px;
	}
	.wteps-1, .wteps-2, .wteps-3, .wteps-4{
		width:100%;
		height:unset;
	}
	.stepsNumber {
		font-size: 60px;
		line-height: 60px;
	}
	.main-subtitle {
    color: var(--white-color);
    font-weight: 400;
    font-size: 1.2rem;
}
    .container{
        max-width: 100%;
    }
    .main-wrapper::after{
	background:rgba(0,0,0,0.2);
}
    .main-wrapper{
        padding: 150px 0px 110px 0px;
    }
  .mhide, .turst-customer{
      display:none;
  }
  .border-left-hm{
      border-right:none;
  }
  .hmsubmit i{
    display:none;
}
.hmsubmit span{
    display:block;
	font-size:1.4rem;
}
   
/*.form-to-bg ,.searchbg, .date-bg, .form-top{
     margin-bottom:10px;
}*/
.main-title{
    font-size:2rem;
}
.d-none-767{
    display:none;
}
.b-bottom-767{
    border-bottom:1px solid #dedede;  
}
.form-top {
    padding: 6px 10px;
    border-radius: 10px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.hm-form, .hm-form:focus {
    height: 55px;
}
.hm-inp-from{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.hm-inp-to{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.hm-inp-dep{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.hm-inp-ret{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}*/
.border-right-from, .border-left-to {
    border-right: none;
    border-left: none;
}
.hmsubmit, .seachdv{
    width:100%;
    height:55px;
}
.searchbg {
    background: inherit;
}
.hm-abt-txt {
    padding: 30px 15px;
}
.hmsite-map {
            padding: 0px 0px;
        margin-bottom: 15px;
        border: none;
}
.deals-items {
    min-height: 200px;
    margin-bottom: 15px;
}
.mrg-15{
    margin-bottom:15px!important;
}
.deals-items::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
}
.airlines-uses {
    margin-top: 0px;
    padding: 20px 15px;
}
.airuse-icon img {
    height: 50px;
}
.heading .title {
    font-size: 22px;
}
.regio-list{
    
}
.region-list, .country-list, .city-list{
    display:none;
	        padding: 10px 15px !important;
}
.hmsite-title {
        padding: 0px 15px;
        background: #212121;
        border-radius: 20px;
}
.hmsite-title i{
            position: absolute;
        right: 15px;
        top: 12px;
        font-size: 25px;
        color: var(--app-color);
        display: block;
        transform: rotate(180deg);
}
.section {
    padding-bottom: 50px;
}
.st-border-top{
  
}
.slider-nav2::before {
    display:none;
}
.companybest .slick-prev {
    display: none !important;
}
.companybest .slick-next {
    display: none !important;
}
/*.pass-div {
    width: 100%;
    position: fixed;
    background: rgba(181, 181, 181, 0.8);
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    }*/
.homeTravelBox, .modifytravelerbox{
    position: absolute;
    width: 100%;
    top: -180px;
    left: 0;
    right: 0;
    border: 5px solid #ddd;
}
.travellerboxdata {
    background: #222629;
    width: 94%;
}
.hide-767{
	display:none;
}
.show-767{
	display:block;
}
.sliderdvs {
    grid-template-columns: repeat(1, 1fr);
	        padding: 0 0px
}
    .deals-on-business-container {
        padding: 20px 10px 20px 10px;
    }
    .section-1 {
        margin: 35px 0px 33px 0px;
		padding-bottom: 30px;
    }
.regcntryct--vmore {
    display: none;
}
.contact-service-container {
        padding: 0px 0px;
		display: block;
    }
.customer--container--content {
    width: 100%;
}
.customer--container--contact {
	display:block;
    width: calc(100% - 0px);
}
.hmcontact-form{
	display:none;
}
.customer-contact-map-div iframe {
    display: none;
}
.cstmr--cntct--dv {
    padding: 15px 0px;
    position: relative;
    background: transparent;
	bottom: 0px;
}
.customer-contact{
    display: block;
}
.cstmr--cntct-imgdv {
    margin-bottom: 7px;
}
.contactus-label {
    font-size: 18px;
}
.hmcontc-container .subtitle {
    display: none;
}
.customerImg {
    width: 70px;
}
.customer--service-left {
    width: calc(100% - 70px);
}
.home--customer--service{
	display:none;
}
.list-dv-option {
    display: block;
}
.list-items-dv {
	padding: 10px 10px;
    margin-bottom: 10px;
}
.list-option-dv {
    padding: 10px 10px;
}
.list-items {
    width: 100%;
    border: 1px solid #8e969e;
    border-radius: 10px;
    padding: 10px 15px;
}
.list-items .airport {
    line-height: 18px;
    font-size: 15px;
}
.list-items .city {
    font-size: 15px;
}
.business.best-deal {
    padding: 10px 15px;
}
.checkbox {
    margin: 0;
}
.business-form-outer-right > .mobile.customer-assistant {
    width: 100%;
    zoom:1;
}
.business-form-outer-right > .right-box-div {
    width: 100%;
}
.business-form-outer-right {
    flex-direction: column-reverse;
}
.form-divpop {
    padding: 0px 0px!important;
}
.m-none{
	display:none!important;
}
.popuop-input {
    height: 40px!important;
}
.blsIcn {
    top: 12px;
}
.business-form-outer-right > .mobile.customer-assistant {
    height: fit-content;
}
.list-wraper {
    border-radius: 0px;
}
.wraper-section {
    margin-top: 0px;
}
.discount-Oniduse {
    padding-left: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    padding: 15px;
}
}
@media only screen and (max-width: 700px) {
  /*.formwraper {
    width: 100%;
    padding: 10px 10px 0px!important;
    background: #f5f5f566;
}*/
}
@media only screen and (max-width: 650px) {
	.cookiespop {
		width: 95%;
        left: 50%;
        transform: translateX(-50%);
	}
	.cookies-button-box {
		flex-direction: column;
	}
	.onlynecesarybtn, .allowallbtn{
		width:100%;
	}
}
@media only screen and (max-width: 650px) {
	.dactive{
		display:none;
	}
	.mactive{
		display:block;
	}
	.plane {
		top: calc(50% + -20px);
	}
	.wteps {
    row-gap: 40px;
}
.formwraper {
    padding: 0px;
}
.main-title{
    font-size:1.5rem;
}
.main-wrapper video {
    object-fit: contain;
}
.main-wrapper {
        padding: 67px 0px 0px 0px;
        min-height: fit-content;
    }
.form-wraper {
        margin-top: 40px;
    }
.main-heading {
    margin-bottom: 20px;
}
.main-subtitle {
    font-size: 0.9rem;
}
.form-bg{
    background: rgb(151 151 151 / 70%);
    padding: 10px 10px 5px;
    border-radius: 10px;
}
}
.theme-text
{
	color:#ff7380;
	font-weight:600;
}

:root {
  --dark-gray-color: #3e3e3e;
  --black-color: #000;
  --white-color: #fff;
  --app-color: #9f8039;
  --text-color: #1b2930;
  --app-light-color: #eae0d5;
  --app-gradient: linear-gradient(#9f8039, #FEFAF6);
  --font-family-sanspro: "font-family: "Lato", sans-serif;;
}
/*privacyWraper start here*/
.privacyWraper{
    background: #000;
    height: 300px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 50px;
}
.privSec-heading{
    
}
.privacy-mainTitle{
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    font-family: "Frank Ruhl Libre", serif !important;
    text-transform: capitalize;
    margin: 0px;
    line-height: 55px;
}
.heading .title.black{
    color: #000!important;
}
/*privacyWraper end here*/