/*Booking Code Start*/

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 10px;
}

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*Booking Code End*/

html{
    scroll-behavior: smooth;
}

body{
    background-color: #ffffff;
}

#navbar{
	background-color: #ff5d22e0	 ;
	transition: all .3s ease-in-out;
}

.nav-link-div{
	position: relative;
}

.nav-link{
	color: #1d2a44 !important;
	font-size: 16px !important;
	font-weight: 500;
	padding-top: 26px !important;
	padding-bottom: 26px !important;
	transition: all .3s ease-in-out !important;
}

.nav-link-bg-div{
	position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: scaleY(.7);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.nav-link-active-div{
	position: relative;
}

.nav-link-active-bg-div{
	position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.call-icon-div{
	margin-left: 8px;
	position: relative;
}
.call-icon-div a span{
	color: #1d2a44 !important;
	font-weight: 500;
}

.call-icon-link{
	text-decoration: none !important;
	display: flex;
	gap: 5px;
	padding: 9px;
	transition: all .3s ease-in-out;
}

.call-icon-bg-div{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    z-index: -1;
    border: 3px solid #fff;
    transform: scale(.75);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.call-icon{
	/*filter: brightness(0);*/
	transition: all .3s ease-in-out;
}
.inner-page-form{
	padding-bottom: 30px;
}
.dropdown-menu{
	border: 2px solid #1d2a44 !important;
	border-radius: 0 !important;
	overflow: hidden;
}

.dropdown-menu.show{
	display: flex !important;
	left: auto;
	right: 0;
}
@media screen and (max-width: 767px) {
	.call-icon-div a span{
		display: none;
	}
	.area-pages-content-section{
		padding-top: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.call-icon-div a span{
		display: none;
	}
	
}

@media screen and (max-width: 576px) {
	.navbar{
		position: relative !important;
	}
}

@media screen and (max-width: 992px) {
	.dropdown-menu.show{
		flex-wrap: wrap;
	}
	.dropdown-menu-c{
		width: 50%;
		padding: 6px 0;
	}
}

.dropdown-item{
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #1d2a44 !important;
	transition: all .3s ease-in-out !important;
}

.dropdown-item:hover{
	background-color: #FF5D22 !important;
	color: #1d2a44 !important;
}

.dropdown-item.active{
	background-color: #1d2a44 !important;
	color: #ffffff !important;
}

.navbar-toggler{
	border: none !important;
	outline: none !important;
}

.header-section{
	background: url('images/header-section-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.header-section-opacity{
	background-color: rgba(0, 0, 0, .5);
	padding: 110px 0;
}

.header-heading{
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    transition: all .3s ease-in-out;
}

.header-small-heading{
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 5px;
}

@media only screen and (max-width: 1199px){
    .header-heading{
        font-size: 35px;
    }
}

@media only screen and (max-width: 375px){
    .header-heading{
        font-size: 40px;
    }
}

@media only screen and (max-width: 280px){
    .header-heading{
        font-size: 40px;
    }

    .store-icons img{
        width: 100px;
    }

    /*.logo{
        width: 90px;
    }*/
}

.store-icons{
    text-decoration: none !important;
    display: inline-block;
}

.booking-form{
    position: relative;
    transform: scaleY(.6);
    opacity: 0;
    transition: all .6s ease-in-out;
}

.booking-heading{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #1d2a44;
    display: block;
}

.custom-btn-1{
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #1d2a44 !important;
	background-color: #FF5D22 !important;
	padding: 10px 20px !important;
	transition: all .3s ease-in-out !important;
}

.custom-btn-1:hover{
	box-shadow: 0 0 20px 5px #1d2a44 !important;
	color: #ffffff !important;
	background-color: #1d2a44 !important;
}

@media only screen and (min-width: 992px){
	.about-content-div{
		position: absolute !important;
	    top: 50% !important;
	    left: 50% !important;
	    transform: translate(-50%, -50%) !important;
	    width: 80% !important;
	    padding: 0 !important;
	}
}

.about-content-div{
	position: static;
	transform: none;
	width: auto;
	padding: 50px 0;
}

.main-blue-headings{
	font-size: 33px;
	font-weight: 700;
	color: #1d2a44;
}

.about-para{
	font-size: 16px;
	font-weight: 500;
	color: #696969;
}


.close{
	color: #ffffff !important;
	transition: all .3s ease-in-out !important;
	outline: none !important;
}

.close:hover{
	opacity: 1 !important;
}

.about-sub-headings{
	font-size: 27px;
	font-weight: 700;
	color: #1d2a44;
}

.service-section{
    background-color: #F2FAFF;
    padding: 80px 0;
}

.service-main-div{
    padding: 30px 12px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.service-main-div:hover{
    transform: translateY(-10px);
    box-shadow: 0px 14px 10px 5px #ff5d22;
}

.service-headings{
    font-size: 22px;
    font-weight: 700;
    color: #1d2a44;
    margin-top: 20px;
}

.service-paras{
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 0;
}

.station-section{
    background-color: #ffffff;
    padding: 80px 0;
}

.station-img-div{
    border: 2px solid #FF5D22;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.station-imgs{
	position: relative;
	z-index: 1;
	transition: all .3s ease-in-out;
}

.station-imgs-inner-div{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.airport-section{
	background: url('images/airport-section-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.airport-section-opacity{
	background-color: rgba(255, 93, 34, .8);
	padding: 80px 0;
}

.main-airport-div{
	background-color: #F2FAFF;
	position: relative;
	overflow: hidden;
}

.airport-imgs{
	transform: scale(1);
	opacity: 1;
	transition: all .4s ease-in-out;
}

.inner-airport-div{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(2);
    opacity: 0;
    transition: all .4s ease-in-out;
}

.fleet-section{
	background-color: #F2FAFF;
	padding: 80px 0;
}

.fleet-cards{
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.fleet-images-overlay{
	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background-color: rgba(255, 93, 34, .5);
  	overflow: hidden;
  	width: 100%;
  	height: 100%;
  	-webkit-transform: scaleY(0);
  	-ms-transform: scaleY(0);
  	transform: scaleY(0);
  	border-top: 5px solid #FF5D22;
  	border-bottom: 5px solid #FF5D22;
  	opacity: 0;
  	-webkit-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

.fleet-headings{
	color: #ffffff;
  	font-size: 40px;
  	font-weight: 800;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	text-align: center;
}

.fleet-icons-main-div{
	background-color: #ffffff;
	padding: 15px 0;
	margin-top: -1px;
	transition: all .3s ease-in-out;
}

.fleet-icons-div{
	border: 2px solid #FF5D22;
	padding: 5px;
	position: relative;
	transition: all .3s ease-in-out;
}

.fleet-spans{
	color: #1d2a44;
	font-size: 17px;
	font-weight: 700;
	padding: 0px 6px;
	border-radius: 100%;
	background-color: #ffffff;
	position: absolute;
	top: -10px;
	right: -12px;
	transition: all .3s ease-in-out;
}

.fleet-icons{
	width: 30px;
	transition: all .3s ease-in-out;
}

.footer-section{
	background-color: #1d2a44;
	padding: 30px 0;
}

.footer-para{
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	vertical-align: middle;
}

.social-icons-link{
	text-decoration: none !important;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s ease-in-out;
}

.social-icons{
	transition: all .3s ease-in-out;
}

.privacy{
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff !important;
	vertical-align: middle;
	transition: all .3s ease-in-out;
}

.privacy:hover{
	color: #ff5d22 !important;
}

/*inner-pages-styling*/
.inner-pages-header-section{
	background-color: #1d2a44;
	padding: 50px 0;
}

.inner-pages-header-small-heading{
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0;
}

.inner-pages-content-section{
	background: url('images/inner-pages-content-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
}

.inner-pages-content-section-opacity{
	background-color: rgba(0, 0, 0, .6);
	padding: 80px 0;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

.inner-pages-para{
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.contact-spans, .contact-links{
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	vertical-align: middle;
	transition: all .3s ease-in-out;
}

.contact-links:hover{
	color: #ff5d22;
}

/*area pages styling*/
.area-pages-header-section{
	background: url('images/area-pages-header-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px;
	position: relative;
}
.area-pages-header-section:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .50);
}


.area-pages-content-section{
	background-color: #F2FAFF;
	padding: 80px 0;
}

.area-pages-sub-headings{
	font-size: 26px;
	font-weight: 700;
	color: #1d2a44;
}

.area-pages-content-section h4{
	color: #1d2a44;
    font-weight: 700;
    font-size: 21px;
	margin-bottom: 1.5rem;
}






/*404 page styling*/
.body-404{
    background-color: #F2FAFF;
}

.main-404-div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F2FAFF;
}

.inner-404-div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-404{
    font-size: 100px;
    font-weight: 700;
    color: #1d2a44;
}

.sub-heading-404{
    font-weight: 700;
    color: #FF5D22;
}

.para-404{
    font-size: 21px;
    font-weight: 500;
    color: #1d2a44;
}

.link-404{
    text-decoration: none !important;
    color: #ff5d22;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #1d2a44 !important;
}

  
@media screen and (max-width: 991px) {
	.header-section-opacity{
		padding: 30px 0px;
	}
	
}


@media screen and (max-width: 768px) {
	.header-heading{
		font-size: 23px !important;
	}
	.header-section-opacity{
		padding: 20px 0;
	}
	.dropdown-item{
		font-size: 14px !important;
	}
	.header-section{
		background: none !important;
		background-color: #000 !important;
	}
}


@media screen and (min-width:992px){
	.navbar-div{
		padding: 0px !important;
		margin: 0px !important;
	}
}

@media screen and (min-width:992px) and (max-width:1250px) {

	.navbar-light .navbar-nav .nav-link{
		padding: 4px !important;
	}
}



/* para add  */
#para_Cab {
    width: 73%;
    font-size: large;
    text-align: center;
}
#para_Cab {
    width: 73%;
    font-size: large;
    text-align: center;
}
.label_chg {
    color: #ffffff !important;
    font-size: 19px;
    width: 85%;
    /* text-align: center; */
    /* margin: auto !important; */
    /* padding-bottom: 20px !important; */
}
.label_chg {
    color: #ffffff !important;
    font-size: 19px;
    width: 100%;
    /* text-align: center; */
    /* margin: auto !important; */
    /* padding-bottom: 20px !important; */
}

@media screen and (max-width: 768px) {
    .mobile_no {
        display: none !important;
    }
}
.mobile_yes{
    display: none !important;
}
@media screen and (max-width: 768px) {
    .mobile_yes {
        display: block !important;
        width: 100% !important;
        padding-top: 20px !important;
        font-size: 15px !important;
        text-align: start !important;
        text-align: center !important;
        color: #8c8c8c !important;
    }
	.area-pages-header-section{
		padding: 10px !important;
	}
}
/*  para end */


body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}

.modal-header button {
	background-color: #FF713D !important;
}

.field-hd {
    margin-bottom: 5px;
    text-align: start;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
	color: #fff !important;
}

.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}