.about-contact-content-section ul li{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    margin-left: -10px;
}
header{
    position: fixed;
    width: 100%;
    z-index: 999;
}
.header-section-opacity{
    padding-top: 180px !important;
    padding-bottom: 70px !important;
}

.navbar-nav>div.services-main ul.dropdown-menu{
	box-shadow: none;
    background: none;
    border: none;
}
.navbar-nav>div.dropdown .dropdown-menu .services-menu-p{
	position: fixed;
    top: 126px;
	left: 0px;
	right: 0px;
    background: #1F2833;
    border: none;
    width: 100%;
	display: flex;	
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.navbar-nav>div.dropdown .dropdown-menu .services-menu-p-2{
    width: 225px;
    display: block;
    position: absolute;
    top: 17px;
}
.navbar-nav>div.dropdown .dropdown-menu .services-menu-p .services-menu-c{
	width: 25%;
	padding: 20px;
	
}
.navbar-nav>div.dropdown .dropdown-menu .services-menu-p .services-menu-c2{
    width: 100%;
}
.navbar-nav>div.dropdown .dropdown-menu .services-menu-p .services-menu-c ul{
	padding: 0;
	margin: 0;
}
.navbar-nav>div.dropdown .dropdown-menu .services-menu-p .services-menu-c ul li{
	list-style: none;
	padding-bottom: 15px;
}
.navbar-nav>div.dropdown .dropdown-menu .services-menu-p .services-menu-c ul li a{
	text-decoration: none;
    color: #66FCF1;
}
.about-contact-header-opacity-a{
    padding-top: 200px !important;
}

.about-contact-content-section ul li{
    list-style: none;
    display: flex;
    align-items: center;
}
.about-contact-content-section ul li::before{
    content: '';
    height: 26px;
    width: 26px;
    background-image: url(./images/next-arrow_.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
}

@media (max-width: 768px){
    header{
        position: relative;
    }
	.navbar-nav>div.dropdown .dropdown-menu .services-menu-p {
		display: block;
		position: relative;
		top: 0;
		box-shadow: none;
        border: none;
	}
	
	.navbar-nav>div.dropdown .dropdown-menu .services-menu-p .services-menu-c {
		width: 100%;
		/* padding: 10px 10px 0px 30px; */
        
	}
    .navbar-nav>div.dropdown .dropdown-menu .services-menu-p .services-menu-c ul li{
	padding-bottom: 10px;
    }
	.navbar-nav>div.dropdown .dropdown-menu .services-menu-p .services-menu-c ul li a{
		color: #66FCF1;
	}
    .about-contact-header-opacity-a {
        padding-top: 70px !important;
    }
    .about-contact-header-opacity{
        padding-top: 70px !important;
    }
    .header-section-opacity{
        padding-top: 20px !important;
    }
}
/* 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;
}


.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;
}

.top-div {
    background-color: #1F2833;
    z-index: 6000 !important;
    transition: all .3s ease-in-out;
}

.top-div-icons {
    display: block;
    text-decoration: none !important;
    padding: 10px 4px;
    transition: all .3s ease-in-out;
}

.top-div-icons:hover {
    background-color: #000000;
}

.top-list-icons:not(:last-child) {
    margin-right: -4px !important;
}

@media only screen and (max-width: 320px) {
    .top-div-icons {
        padding: 6px !important;
    }

    .top-icons {
        width: 20px;
    }
}

.navbar {
    background-color: #45A29E;
    position: relative;
    opacity: 0;
    z-index: 2000;
}

.navbar-anim {
    animation-name: navbar-anim;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
}

@keyframes navbar-anim {
    0% {
        opacity: 0;
        top: -56px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.nav-link {
    color: #1F2833 !important;
    font-weight: 600 !important;
    border-bottom: 2px solid transparent;
    padding: 8px 16px !important;
    transition: all .3s ease-in-out;
}

.nav-link:hover {
    /* color: #000000 !important; */
    border-bottom: 2px solid #1F2833;
}

.nav-link.active {
    color: #C5C6C7 !important;
    background-color: #1F2833;
}

.navbar-toggler {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
}

.header-section {
    background: url('images/header-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /*opacity: 0;*/
}

.header-section-anim {
    animation-name: header-anim;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes header-anim {
    0% {
        opacity: 0;
        top: -100vh;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.header-section-opacity {
    background-color: rgba(0, 0, 0, .6);
    padding-top: 70px;
}

.header-heading {
    font-size: 65px;
    font-weight: 700;
    text-align: center;
    color: #66FCF1;
    margin-bottom: 70px;
    position: relative;
    opacity: 0;
}

.header-heading-anim {
    animation-name: header-heading-anim;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    /*animation-delay: .5s;*/
}

@keyframes header-heading-anim {
    0% {
        opacity: 0;
        top: -80vh;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.header-small-heading {
    display: block;
    font-size: 35px !important;
    color: #ffffff !important;
    letter-spacing: 6px;
}

@media only screen and (max-width: 414px) {
    .header-section-opacity {
    background-color: rgba(0, 0, 0, .6);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
}

.form-div {
    background-color: rgba(69, 162, 158, .5);
    padding: 20px 10px;
    position: relative;
    opacity: 0;
}

.form-div-anim {
    animation-name: form-div-anim;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    /*animation-delay: .3s;*/
}

@keyframes form-div-anim {
    0% {
        opacity: 0;
        top: -150vh;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.main-headings {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}
.custom-inputs::placeholder {
    color: #66FCF1 !important;
}

.modal-header button {
	background-color: #45A29E !important;
}
.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

#submit {
    width: 100%;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: rgba(31, 40, 51, .7) !important;
    border: 2px solid #1F2833 !important;
    color: #66FCF1 !important;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    transition: all .3s ease-in-out !important;
}



.header-h1 {
    padding: 20px;
}
@media screen and (min-width:767px) {
    .header-h1 h1{
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        letter-spacing: 6px;
    }
}

@media screen and (max-width:767px) {
    .header-h1 h1{
    background-color: #45A29E;
    font-size: 20px;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
 }

}
#submit:hover {
    background-color: rgba(31, 40, 51, 1) !important;
    color: #ffffff !important;
}

.about-section {
    background-color: #1F2833;
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-green-headings {
    font-size: 35px;
    font-weight: 700;
    color: #66FCF1;
    margin-bottom: 20px;
}

.about-para {
    font-size: 16px;
    font-weight: 500;
    color: #b7b7b7;
}

.about-sub-headings {
    font-size: 27px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 10px;
}

.read-more-content {
    display: none;
}

.read-more-less-btns {
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #66FCF1 !important;
    color: #1F2833 !important;
    border: none !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out !important;
}

.read-more-less-btns:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

#read-less {
    display: none;
}

.service-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #45A29E;
}

.main-blue-headings {
    font-size: 35px;
    font-weight: 700;
    color: #1F2833;
    margin-bottom: 20px;
}

.service-media {
    background-color: #45A29E;
    box-shadow: 0 0 17px #000000;
    padding: 10px;
    transition: all .3s ease-in-out;
}

.service-media:hover {
    background-color: #b7b7b7;
    box-shadow: none;
}

.service-media-headings {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
}

.service-media-paras {
    font-weight: 500;
    color: #000000;
    margin-bottom: 0 !important;
}

.service-images {
    transition: all .3s ease-in-out;
}

.airport-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.main-black-headings {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.airport-images {
    transition: all .3s ease-in-out;
}

.airport-images:hover {
    box-shadow: 0 0 17px #66FCF1;
}

.airport-images-anim {
    animation-name: airport_images_anim;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}

@keyframes airport_images_anim {
    0% {
        transform: skew(0deg, 0deg);
    }

    35% {
        transform: skew(30deg, 10deg);
    }

    70% {
        transform: skew(-30deg, -10deg);
    }
}

.station-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #1F2833;
}

.station-images-anim {
    animation-name: station_images_anim;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}

@keyframes station_images_anim {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(360deg);
    }
}

.center-form-all{
    justify-content: center;
    margin: auto;
}

.fleet-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.fleet-header {
    background-color: #1F2833 !important;
    padding: 10px 0;
    margin-bottom: 8px;
    transform: scale(1.1);
    width: 90%;
    margin: auto;
    opacity: 0;
    transition: all .6s ease-in-out;
}

.fleet-headings {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0 !important;
}

.fleet-images-div {
    border: 2px solid #1F2833;
    border-bottom: none;
    overflow: hidden;
}

.fleet-images {
    position: relative;
    left: -47%;
    transition: all .7s ease-in-out;
}

.fleet-footer {
    background-color: #45A29E;
    padding: 10px 0 !important;
    border: 2px solid #1F2833;
    border-top: none;
}

.fleet-list {
    margin-bottom: 0 !important;
}

.fleet-spans {
    color: #1F2833;
    font-weight: 500;
    vertical-align: middle;
}

.footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #45A29E;
}

.footer-headings {
    font-size: 26px;
    font-weight: 700;
    color: #1F2833;
    margin-bottom: 20px;
}

.footer-para {
    font-weight: 500;
    color: #000000;
    margin-bottom: 0 !important;
    text-align: justify;
}

.footer-spans {
    font-weight: 500;
    color: #000000 !important;
    text-decoration: none !important;
    vertical-align: middle;
    font-size: 15px;
}

.footer-list-items:nth-child(1) {
    padding-bottom: 6px;
}

.footer-list-items:nth-child(2) {
    padding: 6px 0;
    border: 2px solid #b7b7b7;
    border-left: none;
    border-right: none;
}

.footer-list-items:nth-child(3) {
    padding-top: 6px;
}

.copyright-section {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1F2833;
}

.copyright-para {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

a.copyright-para:hover {
    color: #66FCF1 !important;
}

.scroll-up {
    position: fixed;
    right: 10px;
    bottom: 20px;
    padding: 2px 10px 8px;
    background-color: #000000;
    border: 2px solid #ffffff;
    transform: scale(0);
    opacity: .6;
    transition: all .3s ease-in-out;
}

.scroll-up:hover {
    opacity: 1;
}

/*About and Contact Page Styling*/
.about-contact-header {
    background: url('images/about-contact-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.about-contact-header-opacity {
    background-color: rgba(0, 0, 0, .5);
    padding-top:180px;
    padding-bottom: 70px;
}

.about-contact-headings {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0 !important;
}

.ab-co-header-links {
    font-size: 16px;
    font-weight: 500;
    color: #66FCF1;
    margin-bottom: 0 !important;
}

.ab-co-header-links a {
    color: #45A29E !important;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

.ab-co-header-links a:hover {
    color: #66FCF1 !important;
}

.about-contact-content-section {
    background-color: #1F2833;
    padding-top: 70px;
    padding-bottom: 70px;
}

.about-page-paras {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    text-align: justify;
}

.contact-labels {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.contact-form-inputs {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    border-radius: 0 !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #b7b7b7 !important;
    transition: all .3s ease-in-out !important;
}

.contact-form-inputs::placeholder {
    color: #1F2833 !important;
    transition: all .3s ease-in-out !important;
}

.contact-form-inputs:focus {
    background-color: #ffffff !important;
}

.contact-submit-btn {
    box-shadow: 0 0 20px #000000 !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background-color: #1F2833 !important;
    transition: all .3s ease-in-out !important;
    margin-top: 10px;
}

.contact-submit-btn:hover {
    transform: translateY(-5px);
}

.label_chg{
    color: #fff !important;
    font-size: 20px;
    width: 45%;
    text-align: center;
    margin: auto !important;
    /* font-family: normal !importan; */
}

@media screen and (min-width:320px) and (max-width:767px) {
    .label_chg{
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .header-section{
        background: none !important;
        background-color: aqua !important;
    }
    .header-heading {
        font-size: 35px !important;
        margin-top: 10px;
    }

    .header-small-heading {
        font-size: 15px !important
    }
}
