/* mycssStart */

nav .dropdown-menu.show {
    display: flex !important;
}


@media (max-width:991px) {
	nav{
		position: relative !important;
	}
    nav .dropdown-menu.show {
        flex-wrap: wrap !important;
		flex-direction: column;
    }

    nav .dropdown-menu .dropdown-menu-c {
        width: 50%;
    }
}
nav .dropdown-item{
	color: #674594 !important;
	line-height: 32px;
}
nav .dropdown-item:hover{
	background-color: #674594 !important;
	color: white !important;
}


.form-home{
	margin-top: 50px;
}
.inner-page-form .submitbtn {
    margin: 0;
}
.inner-page-form .bannerForm {
    /* background: #674595; */
	background: #a083c6 !important;
}
/* .inner-page-form .submitbtn button{
	background: #40d065;
    border: 1px solid #40d065;
} */
/* mycssEnd */
/*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;
}

.modal-header button {
	background-color: #674595 !important;
}

.bannerFormBody{
	text-align: start !important;
}

.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.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;
}

.call-icon{
	background-color: #674595;
	padding: 3px;
	width: 35px;
	height: 35px;
	transition: all .3s ease-in-out;
}

.call-icon:hover{
	background-color: #006f1d;
}

.navbar{
	background-color: #000000;
}

.navbar-container{
	background-color: #ffffff;
	border-radius: 10px;
}

.nav-link{
	color: #674594 !important;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	border-bottom: 2px solid transparent;
	transition: all .3s ease-in-out;
}

.nav-link:hover{
	color: #000000 !important;
	border-color: #006f1d;
}

.nav-link.active{
	color: #006f1d !important;
	border: none !important;
}

@media only screen and (min-width: 768px){
	.nav-link.active::before{
		content: "";
    border: 2px solid #674594;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0%;

	}
}

.navbar-toggler{
	border: none !important;
    outline: none !important;
    padding: 0 !important;
}

.header-section{
	background: url('images/header-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.header-section-opacity{
	background-color: rgba(0, 0, 0, .6);
	padding-top: 50px;
	padding-bottom: 70px;
}

.header-heading{
	font-size: 60px;
	font-weight: 700;
	/* color: #40d065; */
	color:#fff !important;
	text-align: center;
}

.header-span{
	margin-top: 5px;
	margin-bottom: 12px;
	display: block;
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 5px;
}

.stores-link{
	text-decoration: none !important;
	margin: 0 3px;
}

@media only screen and (max-width: 540px){
	.header-section-opacity{
		padding-top: 10px !important;
		padding-bottom: 70px !important;
	}

	.header-heading{
		font-size: 26px;
	}

	.header-span{
		font-size: 23px;
	}

	.booking-div{
		position: static !important;
		border-radius: 0 !important;
		background-color: rgba(64, 208, 101, .8) !important;
	}

	.get-quotes-btn{
		margin-top: 5px !important;
	}

	.get-quotes-btn:hover{
		color: #000000 !important;
	}

	.about-section{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.service-section{
		position: static !important;
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		background-color: #ffffff !important;
		border-radius: 0 !important;
	}

	.airport-section, .station-section{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}

.booking-div{
	/* position: absolute;
    bottom: -17%;
    margin: auto;
    left: 5%;
    right: 5%;
    background-color: rgba(64, 208, 101, .6);
    padding-top: 10px;
    border-radius: 10px; */
    opacity: 0;
}

.booking-div-anim{
	animation-name: booking_div_anim;
	animation-duration: .5s;
	animation-timing-function: ease-in;
}

@keyframes booking_div_anim{
	0%{
		opacity: 0;
		bottom: -60%;
	}
	100%{
		opacity: 1;
		bottom: -17%;
	}
}

.booking-heading{
	color: #ffffff;
	font-weight: 700;
}

.custom-labels{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}

.custom-inputs{
	box-shadow: none !important;
	border-color: transparent !important;
	border-width: 2px !important;
	border-radius: 7px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	transition: all .3s ease-in-out !important;
}

.custom-inputs::placeholder{
	color: #000000 !important;
}

.custom-inputs:focus, .custom-inputs:focus::placeholder{
	color: #006f1d !important;
	border-color: #000000 !important;
}

.get-quotes-btn{
	box-shadow: none !important;
	background-color: #674594 !important;
	color: #ffffff !important;
	border-color: #674594 !important;
	border-width: 2px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	width: 100%;
	border-radius: 7px !important;
	padding: 4.5px 0 !important;
	margin-top: 32px;
	transition: all .3s ease-in-out !important;
}

.get-quotes-btn:hover{
	background-color: transparent !important;
}

.about-section{
	background-color: #000000;
	padding-top: 120px;
	padding-bottom: 170px;
}

.main-headings{
	color: #c5a4f1;
	font-size: 40px;
	font-weight: 700;
}

.about-para{
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.sub-headings{
	color: #006f1d;
	font-size: 30px;
	font-weight: 700;
}

.service-section{
	background-color: rgba(255, 255, 255, .5);
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	top: -17%;
	left: 5%;
	right: 5%;
	z-index: 1000;
	border-radius: 8px;
}

.main-purple-headings{
	color: #452869;
	font-size: 40px;
	font-weight: 700;
}

.service-images{
	transition: all .3s ease-in-out;
}

.service-images:hover{
	filter: brightness(0);
}

.airport-station-sections{
	background: url('images/airport-station-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.airport-section{
	/*background: rgba(103, 69, 148, .5);*/
	background-color: rgba(0, 0, 0, .8);
	padding-top: 165px;
	padding-bottom: 50px;
}

.main-white-headings{
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
}

.station-section{
	/*background: rgba(0, 111, 29, .5);*/
	background-color: rgba(0, 0, 0, .8);
	padding-top: 165px;
	padding-bottom: 50px;
}

.fleet-section{
	background-color: #000000;
	padding-top: 50px;
	padding-bottom: 50px;
}

.media{
	width: fit-content;
}

.fleet-images{
	background-color: #ffffff;
}

.fleet-headings{
	color: #006f1d;
	font-weight: 700;
}

.fleet-spans{
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	vertical-align: middle;
}

.footer-section{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
}

.footer-headings{
	color: #006f1d;
	font-weight: 700;
}

.footer-para{
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}

.footer-sub-headings{
	font-size: 20px;
	font-weight: 700;
	color: #452869;
}

.social-links, .social-icons{
	text-decoration: none !important;
	background-color: #c5a4f1;
	border-radius: 8px;
	transition: all .3s ease-in-out;
}

.social-links:hover, .social-icons:hover{
	background-color: #84f1a0;
}

.footer-divider{
	border: none !important;
	height: 2px;
	background-color: #452869;
}

.copyright, .privacy{
	font-size: 13px;
	font-weight: 500;
	color: #000000 !important;
	text-decoration: none !important;
	transition: all .3s ease-in-out;
}

.privacy:hover{
	color: #006f1d !important;
}

.top-icon-div{
	width: 40px;
	height: 0;
	position: fixed;
	bottom: 0;
	left: 50%;
	right: 50%;
	background-color: #006f1d;
	opacity: .7;
	z-index: 5000;
	transition: all .3s ease-in-out;
}

.top-icon-div:hover{
	box-shadow: 0 0 15px 2px #000000;
	opacity: 1;
}

.top-icon{
	filter: brightness(0) invert(100%);
}

@media only screen and (max-width: 540px){
	.top-icon-div{
		left: 47% !important;
		margin: auto !important;
	}
}

/*about and contact page styling:*/
.about-contact-section{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #ffffff;
	border-bottom: 2px solid #006f1d;
}

.contact-links{
	text-decoration: none !important;
	color: #000000 !important;
	font-size: 16px;
	font-weight: 500;
	transition: all .3s ease-in-out;
}

.contact-links:hover{
	color: #452869 !important;
}

.contact-form-inputs{
	box-shadow: none !important;
	/*outline: none !important;*/
	border-width: 2px !important;
	border-color: #006f1d !important;
	border-radius: 8px !important;
	color: #000000 !important;
	background-color: transparent !important;
	/*font-size: 16px !important;*/
	font-weight: 600 !important;
	transition: all .3s ease-in-out !important;
}

.contact-form-inputs::placeholder{
	color: #000000 !important;
}

.contact-form-inputs:focus{
	box-shadow: 0 0 10px 0 #000000 !important;
}

.contact-form-inputs:focus, .contact-form-inputs:focus::placeholder{
	border-color: transparent !important;
	color: #006f1d !important;
}

.contact-submit-btn{
	box-shadow: none !important;
	border-radius: 8px !important;
	background-color: #006f1d !important;
	font-size: .875rem !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	transition: all .3s ease-in-out !important;
	border-width: 2px !important;
}

.contact-submit-btn:hover{
	background-color: transparent !important;
	color: #006f1d !important;
	border-color: #006f1d !important;
}

/*404 page styling*/
.heading-404{
	font-size: 15vw;
	font-weight: 700;
}

@media only screen and (max-width: 540px){
	.heading-404{
		font-size: 30vw;
	}
}

.label_chg {
    color: #fff !important;
    font-size: 16px;
    width: 45%;
    text-align: center;
    margin: auto !important;
}
@media screen and (min-width: 250px) and (max-width: 767px) {
    .label_chg {
        width: 100%;
        font-size: 17px;
		filter: brightness(5) !important;
        color: whitesmoke !important;
    }
	.main-purple-headings{
	color: #452869;
	font-size: 20px;
	font-weight: 700;
}
.about-contact-section{
	padding-top: 15px;
	padding-bottom: 70px;
	background-color: #ffffff;
	border-bottom: 2px solid #006f1d;
}
}
#ul_style {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
.showed{
	display: block !important;
}

@media screen and (max-width:768px){
	.header-section{
		background: none !important;
		background-color: #674595 !important;
	}
}

.fleet-section p{
	color: #fff;
	margin-bottom: 30px;
}

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}

#moreModalitem .card-body button, #moreModalitem .card-header button, .modal-footer button {
        color: #fff !important;
    }
    
    