/*Booking Code Start*/
body .ui-autocomplete {
    z-index: 1000;
    position: absolute;
    border: 1px solid #000;
    top: 100%;
    width: 100px;
    height: auto;
    margin: 30px;
    padding: 0;
    list-style-type: none;
}
body .ui-autocomplete .ui-menu-item {
    background-color: #fff;
    border-bottom: 1px solid #000;
    list-style-type: none;
    width: 100%;
}
body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    background-color: #fff;
    padding: 5px;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 10px;
}
.ui-autocomplete {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.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: #3D3997 !important;
}

.info-div{
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #3D3997;
	z-index: 5000 !important;
}

.icons-link{
	text-decoration: none !important;
}

.icons-div{
	display: inline-block;
	background-color: #48D183;
	border-radius: 50%;
}

.icons{
	transition: all .3s ease-in-out;
}

.top-spans{
	margin-left: 5px;
	color: #ffffff;
	font-weight: 600;
	vertical-align: middle;
}

@media only screen and (max-width: 767px){
	.top-spans{
		display: none;
	}
}

#navbar{
	width: 83%;
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all .3s ease-in-out;
	background-color: #ffffff;
	top: 52px !important;
}

.nav-link{
	color: #3b396d !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	border-radius: 30px;
	padding: 10px 20px !important;
	transition: all .3s ease-in-out;
}

.nav-link:hover{
	background-color: #48D183;
	color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link.active{
	background-color: #48D183;
	color: #000000 !important;
}

.navbar-toggler{
	background-color: rgba(0, 0, 0, .7) !important;
	outline: none !important;
}

.header-section{
	background: url('images/header-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 240px;
	padding-bottom: 60px;
}

.form-div{
	background-color: rgba(72,209,131, .5);
}

.custom-inputs{
	box-shadow: none !important;
	outline: none !important;
	background-color: #DCDBDC !important;
	border-radius: 100px !important;
	padding: 25px 25px !important;
	/*border: 2px solid #DCDBDC !important;*/
	color: #5F596C !important;
	font-weight: 600 !important;
	border-width: 2px !important;
	border-color: transparent !important;
	text-align: center !important;
	transition: all .3s ease-in-out !important;
}

.custom-inputs::placeholder{
	color: #5F596C !important;
}

.custom-inputs:focus, .custom-inputs:focus::placeholder{
	background-color: transparent !important;
	border-width: 2px !important;
	border-color: #DCDBDC !important;
	color: #ffffff !important;
}

.get-quotes-btn{
	box-shadow: none !important;
	/*background-color: rgba(61,57,151, .5) !important;*/
	background-color: #3D3997 !important;
	border-width: 2px !important;
	border-color: #3D3997 !important;
	border-radius: 100px !important;
	width: 100% !important;
	padding: 12px 20px !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	transition: all .3s ease-in-out !important;
}

.get-quotes-btn:hover{
	background-color: transparent !important;
	color: #3D3997 !important;
	font-weight: 700 !important;
}

.heading-div{
	background-color: rgba(61,57,151, .5);
	padding-top: 7%;
	padding-bottom: 7%;
}

.header-heading{
	font-size: 50px;
	font-weight: 700 !important;
	color: #ffffff;
}

.header-span{
	display: block;
	font-size: 30px;
	color: #48D183 !important;
}

@media only screen and (max-width: 387px){
	.header-heading{
		font-size: 35px !important;
	}
	.header-span{
		font-size: 20px !important;
	}
}

.about-section{
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
}

.main-blue-headings{
	color: #3B396D;
	font-size: 35px !important;
	font-weight: 700 !important;
}

.green-divider{
	background-color: #48D183;
	background-size: 7px 7px;
	height: 3px;
	width: 80px;
	border: none !important;
}

.about-headings{
	font-size: 25px !important;
	font-weight: 700 !important;
	color: #3D3997;
}

.about-para{
	font-size: 16px;
	color: #2A2A2A;
	font-weight: 500;
}

.custom-green-btn{
	box-shadow: none !important;
	background-color: #48D183 !important;
	color: #000000 !important;
	font-weight: 500 !important;
	border: 2px solid #48D183 !important;
	border-radius: 100px !important;
	transition: all .3s ease-in-out !important;
}

.custom-green-btn:hover{
	background-color: transparent !important;
	color: #3D3997 !important;

}

.modal{
	z-index: 6000 !important;
}

.modal-content{
	background-color: #EEEEEE !important;
}

.modal-header{
	border-color: #48D183 !important;
}

.modal-title{
	font-size: 30px !important;
	font-weight: 700 !important;
	color: #3B396D !important;
}

.close{
	border: none !important;
	outline: none !important;
}

.modal-footer{
	border-color: #48D183 !important;
}

.modal-btn{
	box-shadow: none !important;
	background-color: #3D3997 !important;
	border: 2px solid #3D3997 !important;
	color: #48D183 !important;
	font-weight: 700 !important;
	border-radius: 100px !important;
 }

 .service-section{
 	padding-top: 50px;
 	padding-bottom: 50px;
 	background-color: #3D3997;
 }

 .main-white-headings{
	color: #ffffff;
	font-size: 35px !important;
	font-weight: 700 !important;
}

.services-div{
	background-color: #EEEEEE;
	border-radius: 100%;
	transition: all .3s ease-in-out;
}

.services-div:hover{
	background-color: #48D183;
}

.airport-station-section{
	/*padding-top: 50px;
	padding-bottom: 50px;*/
}

.airport-section{
    background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.station-section{
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
}

.blue-divider{
	background-color: #3D3997;
	background-size: 7px 7px;
	height: 3px;
	width: 80px;
	border: none !important;
}

.main-green-headings{
	color: #2f8855;
	font-size: 35px !important;
	font-weight: 700 !important;
}

.airport-images-div{
	background-color: #EEEEEE;
	transition: all .3s ease-in-out;
}

.airport-images-div:hover{
	background-color: #ffffff;
	box-shadow: 0 0 20px #48D183;
}

.station-images-div{
	background-color: #ffffff;
	transition: all .3s ease-in-out;
}

.station-images-div:hover{
	background-color: #EEEEEE;
	box-shadow: 0 0 24px #3D3997;
}

.fleet-section{
	background-color: #3D3997;
	padding-top: 50px;
	padding-bottom: 50px;
}

.fleet-cards, .fleet-images{
	transition: all .3s ease-in-out;
}

.card-title{
	color: #2f8855;
	font-size: 25px;
	font-weight: 700;
	margin: 0 !important;
	background-color: #ffffff;
}

.card-footer{
	background-color: #EEEEEE !important;
}

.card-footer-heading{
	color: #3D3997 !important;
	margin-bottom: 20px !important;
	font-size: 1rem !important;
}

.fleet-icons-div{
	border: 2px solid #3D3997;
	border-radius: 100%;
	position: relative;
	transition: all .3s ease-in-out;
}

.fleet-spans{
	color: #3D3997;
	font-size: 17px;
	font-weight: 700;
	padding: 0px 6px;
	border-radius: 100%;
	background-color: #EEEEEE;
	position: absolute;
	top: -10px;
	left: -12px;
	transition: all .3s ease-in-out;
}

.footer-section{
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-para{
	margin-top: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #2A2A2A;
}

.social-links{
	text-decoration: none !important;
	/*background-color: #3D3997;*/
}

.social-icons-div{
	background-color: #3D3997;
	border-radius: 100%;
	transition: all .3s ease-in-out;
}

.social-icons{
	transition: all .3s ease-in-out;
}

.footer-heading{
	font-weight: 700 !important;
	color: #3B396D;
}

.footer-list{
	margin-top: 15px;
	margin-bottom: 0 !important;
}

.list-group-item{
	background-color: transparent !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}

.footer-sub-headings{
	font-weight: 600 !important;
	/*color: #2f8855;*/
	color: #3D3997;
}

.footer-links{
	text-decoration: none !important;
	font-weight: 600 !important;
	color: #2A2A2A !important;
	transition: all .3s ease-in-out;
}

.footer-links:hover{
	color: #3D3997 !important;
}

.copyright-section{
	background-color: #ffffff;
}

.copyright{
	font-size: 16px;
	font-weight: 600;
	color: #2A2A2A;
}

/*about page styling*/
.heading-section{
	background: url('images/about-contact-page-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 230px;
	padding-bottom: 90px;
}

.content-section{
    background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-para{
	font-size: 18px;
	font-weight: 600;
	color: #2A2A2A;
}

/*contact page styling*/
.contact-form-inputs{
	background-color: #DCDBDC !important;
	border: 2px solid transparent !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 30px 27px !important;
	border-radius: 50px !important;
	color: #5F596C !important;
	transition: all .3s ease-in-out !important;
	font-weight: 600 !important;
}

.contact-form-inputs::placeholder{
	color: #5F596C !important;
}

.contact-form-inputs:focus, .contact-form-inputs:focus::placeholder{
	background-color: transparent !important;
	border-width: 2px !important;
	border-color: #3D3997 !important;
	color: #3D3997 !important;
}

.contact-submit-btn{
	box-shadow: none !important;
	background-color: #3D3997 !important;
	border-width: 2px !important;
	border-color: #3D3997 !important;
	border-radius: 100px !important;
	width: 100% !important;
	padding: 16px 20px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	transition: all .3s ease-in-out !important;
}

.contact-submit-btn:hover{
	background-color: transparent !important;
	color: #3D3997 !important;
	font-weight: 700 !important;
}