/*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: #ffffff;
}

.nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #6b1515 !important;
    transition: all .3s ease-in-out;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-link:hover{
    color: #0e267b !important;
    border-top-color: #6b1515 !important;
}

.dropdown-menu{
    background-color: #dc3545;
}

.customDropdownMenu.show{
    display: flex !important;
    left: auto;
    right: 0;
}

@media screen and (max-width:992px) {
    .customDropdownMenu.show{
        flex-wrap: wrap;
        flex-direction: column;
        scroll-behavior: smooth !important;
    }
    .dropdown-menu-c{
        width: 50%;
        padding: 6px 0;
    }
}

.dropdown-item{
    color: #fff !important;
    background-color: transparent !important;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s;
}
.dropdown-item:hover{
    color: #dc3545 !important;
    background-color: #000 !important;
}

.nav-link.active{
    border-bottom-color: #0e267b !important;
}
.dropdown-item.active{
    color: #dc3545 !important;
    background-color: #000 !important;
}



.header-section{
    /* background: url('images/header-bg.webp'); */
    background: url('images/header-bg-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-section-opacity{
    background-color: rgba(0 ,0 ,0, .6);
    padding-top: 60px;
    padding-bottom: 60px;
}

.header-content-div{
    position: relative;
    left: 0;
    opacity: 0;
}

.header-content-anim{
    animation-name: header_content_anim;
    animation-duration: .7s;
    animation-timing-function: ease-in;
}
@keyframes header_content_anim{
    0%{
        opacity: 0;
        left: -50%;
    }
    100%{
        opacity: 1;
        left: 0;
    }
}

.header-heading{
    font-size: 50px;
    /* font-weight: 700; */
    color: #fff !important;
    margin-bottom: 0 !important;
}

.header-span{
    /* color: #007bff; */
    color: #fff;
    display: block;
    font-size: 20px;
    /* letter-spacing: 5px; */
    margin-bottom: 10px;
}

.stores-link{
    text-decoration: none !important;
    margin: 2px;
}

.booking-form{
    background-color: rgba(220, 53, 69, .5);
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    padding: 10px;
    position: relative;
    left: 0;
    opacity: 0;
}

.form-div{
    animation-name: booking_form_anim;
    animation-duration: .5s;
    animation-timing-function: ease-in;
}
@keyframes booking_form_anim{
    0%{
        opacity: 0;
        left: -90%;
    }
    100%{
        opacity: 1;
        left: 0;
    }
}

.booking-heading{
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.input-group-text{
    background-color: #dc3545 !important;
    border-color: #000000 !important;
    border-radius: 0 !important;
    padding: 7.5px 12px !important;
}

.custom-inputs{
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #6b1515 !important;
    font-weight: 600 !important;
    transition: all .3s ease-in-out !important;
}

.custom-inputs::placeholder{
    color: #6b1515 !important;
}

.custom-inputs:focus, .custom-inputs:focus::placeholder{
    color: #0e267b !important;
}

#submit{
    box-shadow: none !important;
    border-radius: 0 !important;
    border-width: 2px !important;
    border-color: #000000 !important;
    font-size: 16px;
    font-weight: 600;
    color: #007bff !important;
    width: 100%;
    background-color: #000000 !important;
    transition: all .3s ease-in-out !important;
}

#submit:hover{
    background-color: transparent !important;
    border-color: #0e267b !important;
    color: #ffffff !important;
}

.about-img{
    width: 100%;
    height: 100%;
}
.about-section{
    padding: 30px 0;
}
.about-content{
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
    padding-right: 138px !important;
    padding-left: 80px !important;
    /* text-align: justify; */
}

.about-section h3{
    font-size: 20px;
    color: #6b1515;
    font-weight: 700;
}

@media only screen and (max-width: 1024px){
    .about-content{
        /* padding-top: 5px !important; */
        /* padding-bottom: 15px !important; */
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
}

@media only screen and (max-width: 540px){
    .about-content{
        padding-left: 15px !important;
        padding-right: 15px !important;
        /* padding-bottom: 40px !important; */
        /* padding-top: 40px !important; */
    }
    .header-heading{
        font-size: 35px;
        font-weight: normal;
    }
}

@media screen and (min-width: 992px) {
    .header-heading{
        padding-top: 50px;
    }
}

.main-headings{
    font-size: 37px;
    font-weight: 500;
    color: #6b1515;
}

.about-para{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.read-more-btn{
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #6b1515 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    border-color: #6b1515 !important;
    border-width: 2px !important;
    transition: all .3s ease-in-out !important;
}

.read-more-btn:hover{
    background-color: transparent !important;
    color: #6b1515 !important;
}

.sub-headings{
    font-size: 28px;
    font-weight: 700;
    color: #6b1515;
    margin-top: 20px;
}

.service-section{
    background: url('images/service-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.service-section-opacity{
    background-color: rgba(0, 0, 0, .7);
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-red-headings{
    font-size: 37px;
    font-weight: 700;
    color: #DC3545;
}
.service-section a {
    text-decoration: none;
}

.service-media{
    background-color: rgba(255, 255, 255, .5);
    transition: all .3s ease-in-out;
    align-items: center;
    padding: 10px;
}

.service-media:hover{
    background-color: #ffffff;
}

.service-media-body{
    padding: 8px 8px 8px 0;
}

.service-media-headings{
    font-size: 18px;
    font-weight: 700;
    color: #6b1515;
}

.service-media-paras{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0 !important;
}

.airport-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.airport-images{
    box-shadow: 0 0 10px #000000;
    transition: all .3s ease-in-out;
}

.airport-images:hover{
    box-shadow: 0 20px 9px #000000;
    transform: translateY(-9px);
}

.station-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #6b1515;
}

.main-white-headings{
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
}

.station-images{
    filter: invert(1);
    box-shadow: 0 0 8px #ffffff;
    transition: all .3s ease-in-out;
}

.station-images:hover{
    box-shadow: 0 -12px 10px #ffffff;
    transform: translateY(10px) scale(1.1);
}

.fleet-section{
    background: url('images/fleet-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.fleet-section-opacity{
    background-color: rgba(0, 0, 0, .7);
    padding-top: 50px;
    padding-bottom: 50px;
}

.fleet-cards{
    position: relative;
}

.fleet-header{
    background-color: #0e267b;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}

.fleet-headings{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0 !important;
}

.fleet-images-div{
    background-color: #ffffff;
    padding: 40px 15px;
    background-color: rgba(255, 255, 255, .6);
    transition: background-color .3s ease-in-out;
}

.fleet-footer{
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
}

.fleet-list{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 !important;
}

.fleet-spans{
    vertical-align: middle;
}

.footer-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.social-icons-link{
    display: block;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

 .social-icons{
    transition: all .3s ease-in-out;
 }


.download-app-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
}
 .footer-para{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0 !important;
 }

 .footer-divider{
    border: none !important;
    height: 2px;
    background-color: #6b1515;
    margin: 0 !important;
 }

 .copyright-section{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #6b1515;
}

 .privacy, .copyright-para{
    margin-bottom: 0 !important;
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none !important;
 }

 .call-icon{
    /*width: 40px;
    height: 0;*/
    padding: 20px;
    position: fixed;
    /* top: 50%; */
    bottom: 0;
    left: 0;
    background-color: #0e267b;
    /*opacity: .7;*/
    z-index: 5000;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

.call-icon:hover{
    box-shadow: 0 0 15px 2px #000000;
    /*opacity: 1;*/
    transform: translateX(5px);
}

.scroll-up{
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: .7;
    text-decoration: none !important;
    width: 0;
    transition: all .3s ease-in-out;
}

.scroll-up:hover{
    opacity: 1;
    box-shadow: 0 0 15px 2px #000000;
    transform: translateY(-5px);
}

/*about and contact page styling:*/
.about-contact-header-section{
    background: url('images/about-contact-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-contact-header-opacity{
    background-color: rgba(0, 0, 0, .7);
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-contact-para{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.form-div{
    background-color: rgba(255, 255, 255, .6);
}

.contact-form-inputs{
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 2px solid #000000 !important;
    background-color: transparent !important;
    transition: all .3s ease-in-out !important;
    font-weight: 500 !important;
    color: #000000 !important;
}

.contact-form-inputs::placeholder{
    color: #000000 !important;
}

.contact-form-inputs:focus, .contact-form-inputs:focus::placeholder{
    background-color: #000000 !important;
    border: none !important;
    color: #ffffff !important;
}

.contact-submit-btn{
    box-shadow: none !important;
    background-color: #000000 !important;
    font-size: .875rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    border: 2px solid #000000 !important;
    width: 100%;
    transition: all .3s ease-in-out !important;
}

.contact-submit-btn:hover{
    background-color: transparent !important;
    color: #000000 !important;
}

.contact-spans{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
}

/*404 page styling*/
.div-404{
    position: fixed;
    top: 34%;
    left: 0;
    right: 0;
}

.heading-404{
    font-size: 80px;
    font-weight: 700;
    color: #6b1515;
}

.not-found{
    font-size: 38px;
    font-weight: 700;
    color: #0e267b;
}

.para-404{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.home-link{
    text-decoration: none !important;
    color: #6b1515 !important;
    font-weight: 700 !important;
    transition: all .3s ease-in-out;
}
.home-link:hover{
    color: #0e267b !important;
}




.label_chg {
    color: #ffffff !important;
    font-size: 19px;
    width: 85%;
    /* text-align: center; */
    /* margin: auto !important; */
    /* padding-bottom: 20px !important; */
}

@media screen and (min-width: 250px) and (max-width: 767px) {
    .label_chg {
        width: 100%;
        font-size: 14px;
        filter: brightness(5) !important;
        color: rgb(255, 255, 255) !important;
        /* display: block !important; */
    }
}




#para_Cab{
    width: 55%;
    font-size: medium;
}
#heading_head{
    padding-top: 0px !important;
}

@media screen and (max-width:768px) {
    #para_Cab{
        width: 100%;
        font-size: medium;
        display: none !important;
    }
    .header-section{
        background: none !important;
        background-color: #000 !important;
    }
    .header-section-opacity{
        padding: 20px 0;
    }
    .header-heading{
        font-size: 27px !important;
        margin-bottom: 10px !important;
    }
    .header-span{
        font-size: 15px !important;
        margin-bottom: 0 !important;
    }
    .label_chg{
        font-size: 12px !important;
    }
    .fleet-section, .service-section{
        background-image: none !important;
    }
    .fleet-section-opacity, .service-section-opacity{
        background-color: #000;
    }
    .mobile-none{
        display: none;
    }
}

.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}

#moreModalitem .card-header button {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
}

.modal-footer button {
    width: 200px;
    margin: 5px auto;
    color: #fff !important; 
}

.modal-header button {
	background-color: #DC3545 !important;
}