/*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;
}

.header-section{
    background: url('images/header-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80%;
}

.header-section-opacity{
    /* background-color: rgba(0, 0, 0, .5) !important; */
    /* background-color: rgb(0 0 0 / 49%) !important; */
}

.top-div{
    background-color: rgba(24,54,80, .7);
    padding: 4px 0;
    /*position: absolute;
    top: 0;
    width: 100%*/
}

.contact-links{
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
    transition: all .3s ease-in-out !important;
}

.contact-links:not(:last-child){
    margin-right: 5px;
}

.contact-spans{
    vertical-align: middle;
}

@media only screen and (max-width: 320px){
    .contact-icons{
        display: none;
    }
}

.store-icons{
    display: inline-block;
}

.navbar{
    transition: all .3s ease-in-out;
}

.navbar-div{
    border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 768px){
    .navbar-div{
        border: none !important;
    }
}

.custom-dropdown-menu.show{
    display: flex;
}

@media screen and (max-width:992px) {
    .custom-dropdown-menu.show{
        flex-wrap: wrap;
    }
    .dropdown-menu-c{
        width: 50%;
        padding: 6px 0;
    }
}

.nav-link{
    /*padding-top: 34px !important;
    padding-bottom: 30px !important;*/
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: all .3s ease-in-out !important;
}

.nav-link:hover{
    border-color: #34CCFF;
}

.nav-link.active{
    border-color: #34CCFF;
}

.dropdown-item:hover{
    background: #34CCFF !important;
}

.dropdown-item.active{
    background: #34CCFF !important;
}


.navbar-toggler{
    border: none !important;
    outline: none !important;
}

.header-content-div{
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width:992px) {
    .header-content-div{
        padding-top: 0px;
    }
}

.booking-form{
    padding: 30px 30px;
    background-color: rgba(24,54,80, .7);
}

.booking-heading{
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}


.input-group-text{
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.custom-inputs{
    box-shadow: none !important;
    outline: none !important;
    border: 2px sloid #fff !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out !important;
}

.custom-inputs::placeholder{
    color: #caf0fd !important;
    transition: all .3s ease-in-out !important;
}

.custom-inputs:focus{
    color: #ffffff !important;
}

.custom-inputs:focus::placeholder{
    color: #34CCFF !important;
}

#submit{
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-bottom: 3px solid #ffffff !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin-top: 5px;
    width: 100%;
    color: #34CCFF !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out !important;
}

#submit:hover{
    background-color: #ffffff !important;
    color: #183650 !important;
}

.header-heading-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;
}

@media only screen and (max-width: 767px){
    .header-heading-div{
        position: static;
        transform: none;
    }
}

.header-heading{
    font-size: 50px;
    /* font-weight: 700; */
    color: #ffffff;
}

.header-small-heading{
    font-size: 22px;
    /* font-weight: 600; */
    color: #caf0fd;
}

@media only screen and (max-width: 1199px){
    .header-heading{
        font-size: 40px;
    }

    .header-small-heading{
        font-size: 21px;
    }
}

@media only screen and (max-width: 375px){
    .header-heading{
        font-size: 35px;
    }
}

.service-section{
    background-color: #183650;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-white-headings{
    font-weight: 600;
    color: #ffffff;
}

.service-headings-div{
    padding: 20px 0;
}

.service-imgs{
    transition: all .3s ease-in-out;
}

.service-headings{
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0 !important;
    transition: all .3s ease-in-out;
}

.about-section{
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-section ul li{
    color: #737373;
}

.blue-divider{
    background-color: #34CCFF;
    height: 3px !important;
    width: 50px;
    border: none !important;
    margin-left: 0;
}

.main-headings{
    font-weight: 600;
    color: #183650;
}

.about-para{
    font-size: 15px;
    font-weight: 500;
    color: #737373;
    text-align: justify;
}

.about-para:not(:last-child){
    margin-top: 20px;
}

.about-sec-imgs-div{
    position: relative;
    transition: all .3s ease-in-out;
}


.close{
    border: none !important;
    outline: none !important;
    color: #ffffff !important;
    opacity: .7 !important;
    transition: all .3s ease-in-out;
}

.close:hover{
    opacity: 1 !important;
}

.airport-section{
    background-color: #34CCFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dark-blue-divider{
    background-color: #184650;
    height: 3px !important;
    width: 50px;
    border: none !important;
    margin-left: 0;
}

.station-section{
    background-color: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fleet-section{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fleet-main-div{
    position: relative;
    border-bottom: 5px solid #34CCFF;
}

.fleet-left-overlay-div{
    background-image: linear-gradient(to left,transparent 15%,#183650 82%);
    position: absolute;
    width: 0;
    text-align: left;
    top: 0;
    left: 0;
    height: 100%;
    transition: all .3s ease-in-out;
}

.fleet-headings{
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 15px;
    margin-bottom: 0 !important;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.fleet-right-overlay-div{
    background-image: linear-gradient(to right,transparent 15%,#183650 82%);
    position: absolute;
    width: 0;
    text-align: right;
    top: 0;
    right: 0;
    height: 100%;
    transition: all .3s ease-in-out;
}

.fleet-list{
    font-weight: 600;
    color: #34CCFF;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 56%;
    width: 100%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    /* padding-right: 15px; */
    margin-bottom: 0 !important;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.fleet-spans{
    vertical-align: middle;
}

.footer-section{
    background-color: #183650;
}

.footer-content-div{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.footer-headings{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.footer-para{
    font-size: 15px;
    font-weight: 500;
    color: #C7C7C7;
    margin-bottom: 0 !important;
    text-align: justify;
}

.footer-list{
    font-size: 15px;
    font-weight: 500;
    color: #C7C7C7 !important;
    margin-bottom: 0 !important;
}

.footer-list-item{
    margin-bottom: 8px;
}

.footer-icons{
    filter: brightness(0) invert(1);
}

.footer-spans{
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    color: #C7C7C7 !important;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

.footer-spans:hover{
    color: #34CCFF !important;
}

.copyright-div{
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright{
    font-size: 14px;
    font-weight: 500;
    color: #C7C7C7;
}

.privacy{
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    color: #C7C7C7 !important;
    transition: all .3s ease-in-out;
}

.social-icons{
    display: inline-block;
    background-color: #737373;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.social-icons:hover{
    background-color: #34CCFF;
}

.social-icons:not(:last-child){
    margin-right: 5px;
}

.privacy:hover{
    color: #34CCFF !important;
}

#scroll-up{
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #737373;
    /*padding: 0;*/
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.up-arrow{
    transition: all .3s ease-in-out;
}

/*about and contact page styling*/
.about-header-section{
    background: url('images/about-contact-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-header-content-div{
    padding-top: 70px;
    padding-bottom: 70px;
}

.about-header-para{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    top: 50%;
    right: -57px;
    transform: translate(-50%, -50%);
    display: inline-block;
    margin-bottom: 0 !important;
}

.home-link{
    text-decoration: none !important;
    color: #34CCFF !important;
    transition: all .3s ease-in-out;
}

.home-link:hover{
    color: #ffffff !important;
}

.inner-pages-content-section{
    background-color: #F7F7F7;
    padding-top: 70px;
    padding-bottom: 70px;
}

.about-list{
    padding-left: 18px !important;
    font-size: 15px;
    font-weight: 500;
    color: #737373;
    text-align: justify;
}

.contact-labels{
    font-size: 15px;
    font-weight: 500;
    color: #737373;
}

.contact-form-inputs{
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
    border: 2px solid #34CCFF !important;
    background-color: #F7F7F7 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #737373 !important;
    transition: all .3s ease-in-out !important;
}

.contact-form-inputs::placeholder{
    color: #737373 !important;
    transition: all .3s ease-in-out;
}

.contact-form-inputs:focus, .contact-form-inputs:focus::placeholder{
    background-color: #ffffff !important;
    color: #183650 !important;
}

.contact-submit-btn{
    width: 100%;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 2px solid #34CCFF !important;
    background-color: #34CCFF !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #183650 !important;
    transition: all .3s ease-in-out !important;
}

.contact-submit-btn:hover{
    background-color: transparent !important;
    border-color: #183650 !important;
}

/*404 page styling*/
.body-404{
    background-color: #F7F7F7;
}

.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: #34CCFF;
}

.sub-heading-404{
    font-weight: 700;
    color: #183650;
}

.para-404{
    font-size: 21px;
    font-weight: 600;
    color: #212121;
}

.link-404{
    text-decoration: none !important;
    background-color: #183650;
    padding: 0 10px;
    color: #34CCFF;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #183650 !important;
    background-color: #34CCFF;;
}


@media screen and (max-width:768px) {
    #mobile_center{
        justify-content: center !important;
    } 
}




#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: 85%;
    /* 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: #C7C7C7 !important;
    }
}


.navbar-light .navbar-toggler {
    color: rgb(255 255 255) !important;
    border-color: rgba(0, 0, 0, .1) !important;
    background: rgb(228 228 229) !important;
}


@media screen and (max-width:768px) {
    #navbar{
        background-color: #414242cf !important;
    }
    .header-section{
        background: none !important;
        background-color: #000 !important;
    }
}

@media screen and (max-width:340px) {
    .dropdown-menu-c{
        width: 100% !important;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .navbar-div{
        padding: 0px !important;
        margin: 0% !important;
    }
    #navbar{
        padding: 0px !important;
        margin: 0% !important;
    }
    .navbar-light .navbar-nav .nav-link{
        padding: 0px !important; 
    }
}


#mobile_center a:hover {
color: transparent !important;
}

.main-headings{
    text-transform: uppercase !important;
}

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}

.modal-header button {
	background-color: #183650 !important;
}

.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;
}