
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
  font-family: "Nunito", sans-serif !important;
}


p{
	color: #4c4c4c;
    font-weight: 500;
	text-align:justify;
	font-family: "Nunito", sans-serif !important;
}
header{
	position:fixed;
	left:0;
	top:0;
	right:0;
	z-index:9895;
}
.header{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 10px 0px;
}

.logo--nav{
	display: flex;
    align-items: center;
	gap:250px;
}
.topLogo--sec{
	display:inline-block;
	width:200px;
}
.topLogo{
	width:100%;
}
.navList--sec{
	
}
.dropdown-toggle::after{
    display: none;
}
.navList--sec .navList{
	display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navList--sec .navList .nav-items{
	
}
.navList--sec .navList .nav-items .nav-link{
	padding: 0;
	font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
	text-transform: uppercase;
}
.navList--sec .navList .nav-items{
	
}
.navList--sec .navList .nav-items{
	
}
.navList--sec .navList .nav-items{
	
}
.topCall--mytrips{
	display: flex;
    align-items: center;
    gap: 20px;
}
.topCall--sec{
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 15px 4px 5px;
	border: 2px solid #ffffff;
    border-radius: 30px;
}
.topCall--sec .callImg--sec{
	width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #df3d1c;
}
.topCall--sec .callImg--sec .callImg{
	width:100%;
}
.topCall--sec .callNum--sec{
	display: inline-block;
}
.topCall--sec .callNum--sec .callSubTitle{
	font-family: "Nunito", sans-serif;
    color: #ddd;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;    
	margin-bottom: 1px;
}
.topCall--sec .callNum--sec .callTitle{
	font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.topCall--mytrips .mytrips--sec{
	
}
.topCall--mytrips .mytrips--sec .mytripsBtn{
	font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
	text-transform: capitalize;
	border: 2px solid #b9b9b9;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
}
header.active{
	background: #000;
}
header.active .header{
	padding: 10px 0px;
}
header.active .navList--sec .navList .nav-items .nav-link{
	color: #fff;
}
header.active .topCall--sec .callNum--sec .callSubTitle{
	color: #fff;
}
header.active .topCall--sec .callNum--sec .callTitle{
	color: #ff5a37;
	font-size: 16px;
}
header.active .topCall--sec{
    border: 1px solid #F44336;
    border-radius: 30px;
}
header.active .topCall--mytrips .mytrips--sec .mytripsBtn{
    color: #fff;
    border: 1px solid #fff;
}
header.active{
	
}
header.active{
	
}
header.active{
	
}
header.active{
	
}
.section--padding{
	padding:55px 15px 5px;
}
.color--padding{
	padding:70px 20px;
}
.colorBg{
	background:#ffcdca;
}
.color-border-radius{
	border-radius:20px;
}
.page--heading{
	margin-bottom: 25px;
}
.page--heading .page--title{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}
.page--heading .page--title span {
    color: #df3d1c;
}
.main-wrapper {
    position: relative;
	background-image: url(../../images/30913.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 170px;
    z-index: 0;    
	height: 550px;
	z-index:10;
}
.main-wrapper::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(30,38,50,0.7);
	z-index:-1;
}
.main-wrapper video {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.new_form_bg {
    background: #fff;
    padding: 8px 10px 8px;
    position: relative;
    border-radius: 50px;
	width: 80%;
	margin:auto;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;*/
}
.home-form-inner{
	display: flex;
    align-items: center;
    gap: 10px;
}
.home-form-inner .homeSearchBox{
	position:relative;
}
.home-form-inner .homeSearchBox1{
	width:25%;
}
.home-form-inner .homeSearchBox2{
	width:25%;
}
.home-form-inner .homeSearchBox3{
	width:20%;
}
/*.home-form-inner .homeSearchBox4{
	width: calc(100% - 75% - 90px);
}*/
.home-form-inner .homeSearchBoxOneway{
	width: calc(100% - 70% - 90px);
}
.home-form-inner .homeSearchBoxRound{
    width: calc(100% - 75% - 90px);
}
.home-form-inner .homeSearchBox5{
	width:60px;
}
.homeSearchBoxexchange{
	position:relative;
	width: 30px
}
.homeSearchBoxexchange i{
	position:relative;
	border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	background:#fff;
	    z-index: 1;
}
.homeSearchBoxexchange::after{
	content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    bottom: -15px;
    width: 1px;
    background: #ddd;
    transform: translateX(-50%);
}
.finpn, .finpn:focus {
    width: 100%;
    height: 60px;
    padding: 10px 10px 0px 40px;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 16px !important;
    color: #000;
	overflow: hidden !important;
	border-radius:50px;
}
.finpn:focus, .finpn:hover{
	background:#f5f5f5;
}
.new_form_bg .form-group{
    position:relative;
    margin-bottom: 0px;
}
.new_form_bg .form-group label{
    position: absolute;
    left: 35px;
    top: 20px;
    pointer-events: none;
    font-family: "Nunito", sans-serif;
    color: #111;
    font-weight: 400;
	transition:all ease-in-out 0.5s;
}

.finpn:focus ~ label, .finpn:not(:placeholder-shown).finpn:not(:focus) ~ label {
    left: 40px !important;
    top: 4px !important;
    color: red !important;
}
.sbmtn{
    border: none;
    outline: none;
    background: #df3d1c;
    color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0 black;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbmtn i{
    font-size:24px;
	text-align: center;
    margin-left: 0px;
}
.travellerbox{
	/*position: absolute;
    left: 0;
    right: 0;
	bottom:63px;*/
    background: #fff;
    padding: 25px !important;
    border-radius: 5px;
    box-shadow: 0 1px 9px #ffbeb9;
    width: 315px;
    z-index: 10;
}
.cabin-margin
{
	margin-bottom: 10px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.hmMain-header{
	margin-bottom: 60px;
}
.hmMain-header .hmMain-title{
	font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 20x;
}
.hmMain-header .hmMain-subTitle{
	font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-size: 1.3rem;
    line-height: 20px;
    margin: 0;
    margin-bottom: 25px;
	text-shadow: 1px 2px 4px #F44336;
}
.tripTypeSection{
	width: 250px;
    border: 2px solid #c3bcbc;
    border-radius: 50px;
    margin: 0px auto 10px;
    padding: 5px 5px 8px;
}
.trptp{
	display:flex;
	align-items:center;
	gap:5px;
}
.trptp li{
	width: calc(50% - 3px);
}
.trptp .nav-item .nav-link{
	border-radius: 30px;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    padding: 0px;
}
.trptp .nav-item .nav-link.active{
	position:relative;
	background:#df3d1c;
	color:#fff;
	overflow:hidden;
	box-shadow: 0 3px #b31700;
	transition:all ease-in-out 0.3s;
}
.travelerbox-title{
	font-family: "Nunito", sans-serif;
    color: #F44336;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
}
.travellerbox .btn-default{
	background: #eeeeee;
    border: none;
    font-size: 15px;
    border-radius: 10%;
    color: #333 !important;
}
.travellerbox .form-control{
	border:none;    
	font-size: 15px;
}
.travellerbox .btn-default span.fa{
	
}
.trustPilot-outer{
	margin-top:50px;
}
.trustPilot-outer .trustPilotInner{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:15px;
}
.trustPilotInner .trustPilotwidget{
	font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.trustPilot-outer .trustPilotInner .trustpilotImg{
	
}
.trustPilot-outer .trustPilotInner .trustPilotInfo{
	font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
.expawdta{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:15px;
	width:50%;
	margin:auto;
	margin-top: 100px;
}
.expawdta .expBox{
	text-align:center;
}
.expawdta .expawdtaTitle{
	font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}
.expawdta .expawdtaTitle span{
	color: #df3d1c;
}
.expawdta .expawdtaTxt{
	font-family: "Nunito", sans-serif;
    color: #ddd;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.expawdta .expBox{
	
}
.expawdta .expBox{
	
}
.rlbldealsList{
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.rlbldeals--sec--img{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:50px;
}
.rlbldeals--sec--img .rlbldeals--content{
	
}
.rlbldeals--sec--img .rlbldeals--content{
	
}
.rlbldeals--sec--img .rlbldeals--content{
	
}
.rlbldeals--sec--img .rlbldeals--content{
	width: calc(100% - 300px);
}
.rlbldeals--sec--img .rlbldeals--img--sec{
	width:300px;
}
.rlbldeals--sec--img .rlbldeals--img--sec .rlbldealsImg{
	width:100%;
}
.rlbldeals-title{
	font-family: "Nunito", sans-serif;
    color: #222;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}
.rlbldeals-title span{
	color: #df3d1c;
}
.cheapFlightOffer--Box{
	display:block;
	border-radius: 10px;
	border: 1px solid #dbdbdb;
    overflow: hidden;    
}
.chpoffrImg--sec{
	height: 200px;
    position: relative;
    overflow: hidden;
}
.chpoffrImg--sec .chpofrImg{
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.chpofr--body{
	background:#fff;
	padding:20px;
}
.frmIcnTo{
	display: flex;
    align-items: center;
	justify-content: space-between;
    gap: 10px;
}
.frmIcnTo .frmTitle--sec{
	
}
.frmIcnTo .frmTitle--sec .frmTitle, .frmIcnTo .toTitle--sec .toTitle{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
	margin:0;
}
.frmIcnTo .frmTitle--sec .frmTitle{
	
}
.frmIcnTo .frmtoIcn{
    color: #222;
    font-size: 18px;
}
.frmIcnTo .toTitle--sec{
	
}
.frmIcnTo .toTitle--sec .toTitle{
	
}
.frmtodt{
	justify-content: space-between;
    margin: 15px 0px;
    background: #fff1f0;
    padding: 10px 15px;
    border-radius: 5px;
    border-bottom: 1px solid #dddddd7d;
}
.frmsubTitle, .tosubTitle{
	font-family: "Nunito", sans-serif;
    color: #555;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.frmsubTitle{
	
}
.tosubTitle{
	
}
.frmIcnTo p{
	color: #222;
    text-transform: capitalize;
    line-height: 14px;
    font-size: 12px;
}
.hmflight-details{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
}
.hmduration{
	color: #222;
    text-transform: capitalize;
    line-height: 14px;
    font-size: 13px;
}
.hmairline{
	color:#b31700;
	font-weight:600;
}
.chpofrBookbtn{
	display:block;
	text-align: center;
    padding: 10px;
    background: #db3828;
    font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 30px;
    cursor: pointer;
	border: none;
    outline: none;
    width: 100%;
    box-shadow: 0 4px #b31700;
    margin-top: 15px;
}
.exdeals--section{
	display:flex;
	align-items:center;
	justify-content:center;
}
.exdeals--section .exdealsImg--sec{
	width:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.exdeals--section .exdealsImg--sec .exdealsImg{
	 width: 550px;
    height: 451px;
    object-fit: contain;
}
.exdeals--section .exdeals--content{
	width:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.exdeals--section .exdealsInner--content{
	width:60%;
	margin:auto;
}

.exdeals--section .exdealsInner--content h3{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 500;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    margin: 0 auto 20px;
    text-transform: capitalize;
}
.exdeals--section .exdealsInner--content p{
	font-family: "Nunito", sans-serif;
    color: #222;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
	line-height: 20px;
    margin: 0 auto 30px;
    text-transform: capitalize;
}
.exdeals--section .exdealsInner--content{
	
}
.exdeals--section .exdealsInner--content{
	
}
.hmsaveupto{
	width: 206px;
    font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    margin: 0 auto 20px;
    background: #db3828;
    padding: 8px 10px;
    border-radius: 30px;
    box-shadow: 0 2px #b31700;
}
.hmexdealnumtxt--sec{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 50px;
	position:relative;
}
.hmexdealnumtxt--sec .hmexdealnumcontent{
	
}
.hmexdealnumtxt--sec .hmexdealnum{
	display: block;
    font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    margin: 0;
    background: #db3828;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 2px #b31700;
    text-decoration: none;
	position: relative;
    right: -11px;
    top: -1px;
}
.hmexdealnumtxt--sec .hmexdlintrstd{
	display: block;
    font-family: "Nunito", sans-serif;
    color: #222;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}
.hmexdealnumtxt--sec .hmexdlyctry{
	display: block;
    font-family: "Nunito", sans-serif;
    color: #222;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}
.hmexdealnumtxt--sec{
	
}
.hmexdealnumtxt--sec{
	
}
.hmexdealnumtxt--sec{
	
}
.hmexdealnumtxt--sec{
	
}
.trust--hmsec{
	display: flex;
    align-items: center;
    gap: 15px;
	padding: 10px;
    background: #ffff;
    box-shadow: 0 2px 12px #c1c1c1;
	border-radius:4px;
}
.trust--hmItems{
	width:33.33%;
	display: flex;
    align-items: center;
    gap: 15px;
}
.trust--img{
	width: 35px;
}
.trust-hmcontent{
	
}
.trust-hmcontent h5{
	font-family: "Nunito", sans-serif;
    color: #df3d1c;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom:5px;
}
.trust-hmcontent p{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; 
    margin-bottom: 0px;
}

.hmRoute{
	
}
.hmRountaHeader{
	padding:10px 0px;
	margin-bottom:10px;
	position:relative;
}
.hmRountaHeader::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:-1px;
	background: #db3828;
	width:100px;
	height:2px;
}
.hmRouteTitle{
	font-family: "Nunito", sans-serif;
    color: #db3828;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}
.hmRouteList{
	padding:0px 0px;
	margin:0;
	list-style:none;
}
.hmRouteList li{
	display: block;
    margin-bottom: 10px;
}
.hmRouteList li a{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
.hmRouteList li a:hover{
	color: #db3828;
	text-decoration: underline;
}
.hmReveiw{
	
}
.hmReveiwBox{
	padding: 15px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
	min-height: 235px;
	max-height: 235px;
}
.hmReveiwICON{
	width: 100px;
	margin-bottom:10px;
}
.hmReveiwICON img{
	width:100%;
}
.hmReveiwNameDate{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:10px;
}
.hmReveiwNameDate .hmReveiwName{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
}
.hmReveiwNameDate .hmReveiwDate{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
}
.hmReveiwContent{
	
}
.hmReveiwContent .hmReveiwTitle{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
}
.hmReveiwContent .hmReveiwtxt{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}
.hmRevrdmore, .hmRevrdmore:hover{
	display: block;
    margin-top: 10px;
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
	text-decoration:underline;
}
.theme-slider .slick-initialized .slick-slide{
	margin: 0px 8px;
}
/* Dark theme footer styles */
    .custom-footer {
      background-color: #333;
      color: #ddd;
      padding: 3rem 1rem 2rem;
      font-family: Nunito, sans-serif;
      font-size: 0.9rem;
	  margin:60px 0px 0px;
    }
    .custom-footer a {
      color: #bbb;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .custom-footer a:hover,
    .custom-footer a:focus {
      color: #fff;
      text-decoration: underline;
    }
    .custom-footer h5 {
      font-weight: 600;
      margin-bottom: 0px;
	  margin-top: 1rem;
      color: #fff;
	  Font-family:Nunito; 
	  
    }
    .custom-footer .footer-section {
      margin-bottom: 2rem;
	  border-bottom: 1px solid hsla(0, 0%, 85%, .2);
    }
    .custom-footer .footer-bottom {
      border-top: 1px solid #333;
      padding-top: 1.5rem;
      font-size: 0.85rem;
      color: #888;
    }
    .custom-footer .subscribe-form input[type="email"] {
      max-width: 300px;
      background-color: #222;
      border: 1px solid #444;
      color: #eee;
    }
    .custom-footer .subscribe-form input[type="email"]::placeholder {
      color: #aaa;
    }
    .custom-footer .subscribe-form input[type="email"]:focus {
      background-color: #111;
      border-color: #007bff;
      color: #fff;
      outline: none;
      box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    }
    .custom-footer .subscribe-form button {
      color: #ffffff;
      background-color: #db3828;
      border-color: #db3828;
      transition: background-color 0.3s ease;
    }
    .custom-footer .subscribe-form button:hover,
    .custom-footer .subscribe-form button:focus {
      background-color: #084298;
      border-color: #084298;
      color: #fff;
    }
    .custom-footer .social-icons a {
      font-size: 1.25rem;
      margin-right: 1rem;
      color: #bbb;
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      transition: color 0.3s ease;
    }
    .custom-footer .social-icons a:hover,
    .custom-footer .social-icons a:focus {
      color: #db3828;
      text-decoration: none;
    }
    .custom-footer .app-icons img {
      height: 40px;
      margin-right: 1rem;
      filter: brightness(0.9);
      transition: filter 0.3s ease;
    }
    .custom-footer .app-icons a:hover img,
    .custom-footer .app-icons a:focus img {
      filter: brightness(1);
    }
    .custom-footer ul.list-inline li.list-inline-item a {
      color: #bbb;
    }
    .custom-footer ul.list-inline li.list-inline-item a:hover,
    .custom-footer ul.list-inline li.list-inline-item a:focus {
      color: #fff;
      text-decoration: underline;
    }
    .custom-footer p,
    .custom-footer small {
      color: #bbb;
    }
    .custom-footer p.mb-0 {
      color: #888;
    }
    .custom-footer img.footer-logo {
      height: 40px;
      margin-top: 0.5rem;
    }
	.list-unstyled{
		padding: 10px 0px 20px 0;
	}

@media only screen and (max-width: 1400px) {
  .chpofr--body {
    padding: 10px;
}
.frmIcnTo .frmTitle--sec .frmTitle, .frmIcnTo .toTitle--sec .toTitle {
    font-size: 15px;
	font-weight:600;
}
.frmtodt {
    margin: 15px 0px;
    padding: 8px 10px;
}
.frmsubTitle, .tosubTitle {
    font-size: 12px;
}
.chpofrBookbtn {
    padding: 6px;
    font-size: 14px;
}
.exdeals--section .exdealsInner--content {
    width: 80%;
}
}
@media only screen and (max-width: 1300px) {
  .logo--nav {
    gap: 150px;
}
}
@media only screen and (max-width: 1200px) {
  .logo--nav {
    gap: 75px;
}
}
@media only screen and (max-width: 1100px) {
  .navList--sec {
    display: none;
}
}
@media only screen and (max-width: 991px) {
	
  .hmMain-header{
    margin-bottom: 30px;
}
.tripTypeSection {
    width: 91%;
}
.new_form_bg {
    width: 100%;
	background:transparent;
}
.home-form-inner {
    gap: 3px;
    flex-direction: column;
}
.home-form-inner .homeSearchBox1 {
    width: 100%;
}
.home-form-inner .homeSearchBox2 {
    width: 100%;
}
.home-form-inner .homeSearchBox3{
    width: 100%;
}
.home-form-inner .homeSearchBox4{
    width: 100%;
}
.home-form-inner .homeSearchBox5 {
    width: 100%;
}
.home-form-inner .homeSearchBoxexchange {
    position: absolute;
    right: 20px;
    top: 0;
}
.homeSearchBoxexchange::after {
	display:none;
}
.homeSearchBoxexchange i {
    position: absolute;
    border: 3px solid #db3828;
	width:45px;
	height:45px;	
    top: 49px;
    right: 20px;
    transform: rotate(90deg);
}
.sbmtn {
    width: 100%;
    border-radius: 0px;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.finpn, .finpn:focus {
    border-radius: 0px;
}
.top-finpn, .top-finpn:focus{
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.trust--hmsec {
    flex-direction: column;
}
.trust--hmItems {
    width: 100%;
	border-bottom: 1px solid #e5e5e5;
	border-right:none !important;
	
}
.trust--hmItems:last-child
{
	border-bottom: 0px solid #e5e5e5;
}
.cheapFlightOffer--Box {
    margin-bottom: 15px;
}
.hmMain-header .hmMain-title {
    font-size: 1.7em;
    line-height: 30px;
}
.navList--sec {
    display: none;
}
.topCall--mytrips .mytrips--sec {
    display: none;
}
.topCall--sec .callNum--sec {
    display: block;
}
.exdeals--section {
    flex-direction: column;
    gap: 20px;
	padding-bottom: 30px;
}
.exdeals--section .exdeals--content {
    width: 100%;
}
.exdeals--section .exdealsImg--sec {
    width: 35%;
}
.exdeals--section .exdealsImg--sec .exdealsImg {
    width: 300px;
    height: 300px;
}
}
@media only screen and (max-width: 768px) {
	.exdeals--section .exdealsInner--content {
    width: 97%;
}
	.header{
	
	padding: 10px 0px;
}
	.topCall--sec .callNum--sec .callTitle {
    font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 15px;
}
	.topCall--sec .callNum--sec .callSubTitle
	{
    font-family: "Nunito", sans-serif;
    color: #ddd;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 12px !important;
    margin-bottom: 1px;
    text-align: right;
	}
	.topCall--sec {
    display: flex;
    align-items: center;
    gap: 3px !important;
    padding: 3px 8px 4px 5px !important;
    border: 1px solid #ffffff;
    border-radius: 30px;
}
	.trust-hmcontent {
    margin-bottom: 10px;
}

	.mpadding
	{
		padding:0 !important;
	}
	.finpn:focus ~ label, .finpn:not(:placeholder-shown).finpn:not(:focus) ~ label {
    left: 50px !important;
    top: 4px !important;
    color: red !important;
}

  .main-wrapper {
	height:auto;
    padding: 70px 0px 50px;
}
.tab-content .form-group {
    margin-bottom: 0px !important;
}
.exdeals--section .exdealsImg--sec .exdealsImg {
    width: 200px;
    height: 200px;
}
.slick-next, .slick-prev {
    display: none!important;
}
}
@media only screen and (max-width: 680px) {
	 .dhide
{
	display:block !important;
}
.new_form_bg .form-group label {
    position: absolute;
    left: 50px;
	display:block !important;
    top: 20px;
    pointer-events: none;
    font-family: "Nunito", sans-serif;
    color: #717171;
    font-weight: 400;
    transition: all 
ease-in-out 0.5s;
}
.cheapFlightOffer--Box {
    display: flex;
    gap: 20px;
}
.chpoffrImg--sec {
    width: 150px;
}
.chpofr--body {
    padding: 10px;
    width: calc(100% - 150px);
}
.chpofrBookbtn {
    width: 100px;
    float: right;
}
}
@media only screen and (max-width: 450px) {
    .hmexdealnumtxt--sec {
    flex-direction: column;
}
}
@media only screen and (max-width: 400px) {
    .topLogo--sec {
        width: 150px;
    }
    .topCall--sec {
        padding: 0px 6px 0px 0px !important;
    }
}
.dhide
{
	display:none;
}
.trust--hmItems 
{
	border-right:1px solid #e5e5e5;
}
.trust--hmItems :last-child
{
	border-right:0px solid #e5e5e5 !important;
	margin-right:10px;
}
.new_form_bg .form-group img {
   position: absolute;
    bottom: 20px;
    white-space: nowrap;
    display: block;
    left: 9px;
    width: 20px;
	opacity:0.5;
	pointer-events: none;
}
.finpn:focus ~ label, .finpn:not(:placeholder-shown).finpn:not(:focus) ~ img {

	opacity:0.9 !important;
}

.allreviewsbox {
    background: #f5f5f5;
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.mdflex
{
	display:flex;
	justify-content:space-between;
}
.img_allrevie img {
    display: block;
    width: auto;
}
.img_allrevie p {
    font-size: 20px;
    font-weight: 600;
    color: green;
}

.img_allrevie img {
    display: block;
    width: auto;
}
.img_allrevie img {
    height: auto;
    margin-bottom: 4px;
}
.img_allrevie {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.starrting {
    width: 70px !important;
    height: auto !important;
}
.hmRouteSec{
	    max-height: 250px;
    overflow: auto;
    scrollbar-width: none; 
}
.reviewmobilet{
    display: none;
}
@media only screen and (max-width: 768px) {
  .reviewmobilet{
    display: block;
}
}