﻿@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');

/*Booking Code Start*/
body .ui-autocomplete {
    z-index: 99999;
    position: absolute;
    border: 1px solid #000;
    top: 100%;
    width: 100px;
    height: auto;
    margin: 30px;
    padding: 0;
    font-weight: 500;
    list-style-type: none;
}
.new-line1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 3;
    justify-content: space-between;
}


.icon-icon {
    display: flex;
    align-items: flex-end;
}


    body .ui-autocomplete .ui-menu-item {
        background-color: #fff;
        border-bottom: 1px solid #000;
        list-style-type: none;
        width: 100%;
        text-align: left !important;
    }

        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: #00f3a5 !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: #ffffff;
    font-family: 'Raleway', sans-serif !important;
}


.navbar{
    background-color: rgba(0, 0, 0, .7);
    box-shadow: none !important;
    position: relative;
    z-index: 999999 !important;
}

.navbar-toggler {
    padding: 2px 10px !important;
    background: #00f3a5 !important;
}

    .navbar-toggler span,
    .navCallBtn img{
        filter: brightness(0);
    }

    .navCallBtn {
        padding: 2px 8px;
        background: #00f3a5;
        border-radius: 5px; 
        margin-left: 5px;
    }

.line2 {
    display: block !important;
}


    .line2 input {
        width: 100% !important;
    }

    .line2 input {
        display: block !important;
    }


@media screen and (min-width: 320px) and (max-width: 767px) {
    .new-line1 {
        display: none !important;
    }
    .line2 {
        display: block !important;
    }
    
    .line2 input {
        display: block !important;
    }
    .call-btn {
        margin-bottom:26px;
    }
    .icon-icon {
        display: unset;
        align-items: unset;
    }
        .icon-icon .imagesIcon {
            margin-top: 25px;
        }
 }
span#txtPricsInformation {
    color: red;
    font-weight: bold;
}

@media only screen and (min-width: 992px) {
    .navbar::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-color: #00f3a5;
            width: 250px;
            height: 100%;
        }
        new-line1 {
            display: none !important;
        }
        .line2 {
            display: block !important;
        }
        }

.navbar-brand{
    position: relative;
    padding-top: 8px !important;
    padding-bottom: 7px !important;
    position: relative;
    top: -2px;
}
@media only screen and (min-width: 991px) {
    .navCallBtn{
        display: none;
    }
}

    @media only screen and (max-width: 991px) {
        .navbar-brand {
            padding: 5px !important;
            background-color: #00f3a5;
            top: 0;
        }

        new-line1 {
            display: none !important;
        }

        .line2 {
            display: block !important;
        }

        .callButton {
            display: none !important;
        }
    }

    .nav-link {
        font-size: 16px;
        font-weight: 500 !important;
        color: #ffffff !important;
        display: block !important;
        transition: all .3s ease-in-out;
    }

        .nav-link:hover {
            color: #00f3a5 !important;
        }

        .nav-link.nav-bg-transparent.nav-dropdown-toggle {
            transform: none !important;
        }

        .nav-link.nav-bg-transparent.px-3.dropdown-toggle {
            transform: none !important;
        }

    .dropdown-menu {
        border: 1px solid #000000 !important;
        border-radius: 0 !important;
        background-color: #ffffff;
        padding: 5px !important;
    }

    .dropdown-item {
        display: block !important;
        background-color: #00f3a5 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #000000 !important;
        transition: all .3s ease-in-out !important;
    }

        .dropdown-item:hover {
            background-color: #000000 !important;
            color: #00f3a5 !important;
        }

    .header-section {
        background: url('images/station-cars-header-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .header-section-opacity {
        background-color: rgba(0, 0, 0, .5);
        padding: 140px 0 200px;
    }

    .header-small-heading {
        font-size: 45px;
        font-weight: 100;
        color: #ffffff;
        margin-bottom: 0;
    }

    @media only screen and (max-width: 360px) {
        .header-small-heading {
            font-size: 30px;
        }

        new-line1 {
            display: none !important;
        }

        .line2 {
            display: block !important;
        }
    }

    .header-heading {
        font-size: 80px;
        font-weight: 900;
        color: #00f3a5;
    }

    @media only screen and (max-width: 280px) {
        .header-heading {
            font-size: 70px;
        }

        new-line1 {
            display: none !important;
        }

        .line2 {
            display: block !important;
        }
    }

    .header-para {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }

    .call-btn {
        /*width:100% !important;*/
        box-shadow: none !important;
        border: 1px solid #ffffff !important;
        border-radius: 0 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        font-family: system-ui;
        color: #ffffff !important;
        background-color: transparent !important;
        margin: 0 !important;
        margin-top: 25px !important;
        margin-right: 25px !important;
        display: inline-block;
        padding: 10px 30px !important;
        position: relative !important;
        overflow: hidden !important;
        z-index: 1;
        text-transform: none !important;
        transition: all 0s ease-out !important;
    }

        .call-btn:hover {
            color: #000000 !important;
            background-color: #ffffff !important;
            transition: all 1s ease-in !important;
        }

        .call-btn::before, .call-btn::after {
            position: absolute;
            content: "";
            background-color: #fff;
            height: 0;
            width: 0;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            z-index: -1;
        }

        .call-btn::before {
            left: 0;
            top: 50%;
        }

        .call-btn::after {
            right: 0;
            bottom: 50%;
        }

        .call-btn:hover::before, .call-btn:hover::after {
            width: 100%;
            height: 100%;
        }

        .call-btn:hover::before {
            left: 50%;
            top: 0;
        }

        .call-btn:hover::after {
            right: 50%;
            bottom: 0;
        }

    .booking-widget {
        margin-top: -100px;
    }

    .main-loading-div {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        z-index: 999999999;
        transform: scale(0);
        transition: all .3s ease-in-out;
    }

    .inner-loading-div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .loading-car {
        animation-name: loading_car_anim;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }

    @keyframes loading_car_anim {
        0% {
            transform: scale(0.8);
            opacity: 0;
        }

        50% {
            transform: scale(1);
            opacity: 1;
        }

        100% {
            transform: scale(.8);
            opacity: 0;
        }
    }

    .loading-span {
        width: 0;
        height: 4px;
        background-color: #ffffff;
        display: block;
        margin-left: auto;
        margin-right: auto;
        animation-name: loading_span_anim;
        animation-duration: .9s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }

    @keyframes loading_span_anim {
        0% {
            width: 0;
        }

        50% {
            width: 150px;
        }

        100% {
            width: 0;
        }
    }

    .loading-heading {
        font-size: 40px;
        font-weight: 500;
        color: #00f3a5;
        margin-bottom: 0;
        margin-top: 10px;
    }

.form-container {
    background-color: #00f3a5;
    padding: 30px 15px !important;
}

    .booking-heading {
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 20px;
        border-left: 4px solid #000000;
        padding-left: 10px;
    }

    .custom-inputs {
        box-shadow: none !important;
        border: none !important;
        border-bottom: 2px solid #000000 !important;
        border-radius: 0 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        background-color: transparent !important;
        color: #000000 !important;
        padding: 10px 5px 2px !important;
        height: auto !important;
    }

        .custom-inputs::placeholder {
            color: #575757 !important;
        }

    #multiple-vias {
        outline: none !important;
        border: none !important;
        border-bottom: 2px solid #000000 !important;
        border-radius: 0 !important;
        padding: 0 13px !important;
        background-color: transparent !important;
    }

    #form-icon {
        filter: brightness(0);
    }

    #multiple-vias:hover > #form-icon {
        filter: brightness(0) invert(1);
    }

    .input-group-text {
        border: none !important;
        border-bottom: 2px solid #000000 !important;
        border-radius: 0 !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        background-color: transparent !important;
    }

        .input-group-text > img {
            filter: brightness(0);
        }

    .custom-btn-2 {
        box-shadow: none !important;
        border: 2px solid #000000 !important;
        border-radius: 0 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #000000 !important;
        background-color: transparent !important;
        margin: 0 !important;
        display: inline-block !important;
        padding: 10px 30px !important;
        position: relative !important;
        overflow: hidden !important;
        z-index: 1;
        transition: all 0s ease-out !important;
    }

        .custom-btn-2::before, .custom-btn-2::after {
            position: absolute;
            content: "";
            background-color: #ffffff;
            height: 0;
            width: 0;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            z-index: -1;
        }

        .custom-btn-2::before {
            left: 0;
            top: 50%;
        }

        .custom-btn-2::after {
            right: 0;
            bottom: 50%;
        }

        .custom-btn-2:hover::before, .custom-btn-2:hover::after {
            width: 100%;
            height: 100%;
        }

        .custom-btn-2:hover::before {
            left: 50%;
            top: 0;
        }

        .custom-btn-2:hover::after {
            right: 50%;
            bottom: 0;
        }

    .modal-content {
        border-radius: 0 !important;
        box-shadow: 0 0 40px 0px #00f3a5 !important;
        background-color: #000000 !important;
    }

    .close {
        outline: none !important;
        background-color: #ffffff !important;
        opacity: .8 !important;
        font-size: 2rem !important;
        padding: 5px 10px !important;
        transition: all .3s ease-in-out;
    }

        .close:hover {
            opacity: 1 !important;
        }

    #via-list {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .vias-labels {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }

    .custom-via-input {
        box-shadow: none !important;
        border: 2px solid #00f3a5 !important;
        border-radius: 0 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #00f3a5 !important;
        background-color: transparent !important;
    }

    .dlt-vias-btn {
        font-size: 30px;
        font-weight: 500;
        color: #ffffff;
        cursor: pointer;
    }

    .modal-heading {
        font-size: 22px;
        font-weight: 700;
        color: #00f3a5;
        margin-bottom: 0;
    }

    .luggage-modal-body {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }

    .treeview-animated-list {
        list-style-image: url('images/folderIcon.webp') !important;
        padding-left: 32px !important;
    }

    .closed {
        border-radius: 0 !important;
    }

        .closed:hover {
            background-color: #5f5f5f !important;
        }

        .closed.open {
            background-color: #00f3a5 !important;
        }

    .open > span {
        color: #000000 !important;
    }

    .luggageHover {
        cursor: pointer;
        transition: all .3s ease-in-out;
    }

        .luggageHover:hover {
            background-color: #5f5f5f;
        }

    .holdluggage {
        margin-bottom: 10px;
    }

    .holddatainput {
        display: flex !important;
        float: left !important;
        width: 85% !important;
        height: 100% !important;
        border: 2px solid #000000 !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        margin-top: 10px !important;
        font-weight: 500 !important;
        color: #000000 !important;
        padding: 5px !important;
    }

    .wait-label {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 0;
    }

    #minwaittime {
        box-shadow: none !important;
        border: 2px solid #00f3a5 !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #ffffff !important
    }

    #mints-label {
        font-size: 16px;
        font-weight: 500;
        color: #00f3a5;
        margin-bottom: 0;
        position: relative;
        top: 50%;
        transform: translate(-15px, -50%);
        padding: 3px 0;
        background-color: #000000;
        z-index: 4;
    }

    .select2 {
        width: 100% !important;
    }

    @media (max-width: 576px) {
        .modal {
            height: 100% !important;
            z-index: 999999 !important;
        }

        .modal-dialog {
            margin: 0 !important;
            width: 100% !important;
            min-height: -webkit-fill-available !important;
            min-height: 100svh;
        }

        .modal-body {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .modal-content {
            min-height: -webkit-fill-available;
            min-height: 100svh;
        }

        .modalBodyInner {
            max-height: 300px;
        }
        .inner-pages-header-heading{
            font-size: 28px !important;
        }
        .airport-pages-header .container{
            padding: 0;
        }
    }

    @media (max-width: 768px){
        .airport-pages-header .mb-5.text-center{
            margin-bottom: 0 !important;
        }
    }

    .custom-btn-1 {
        box-shadow: none !important;
        display: flex !important;
        float: right;
        width: 15%;
        margin: 0 !important;
        height: 100%;
        text-align: right;
        padding: 0 !important;
        padding-left: 9px !important;
        border: none !important;
        margin-top: 10px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #000000 !important;
    }

    .about-section {
        background-color: #ffffff;
        padding: 70px 0;
        overflow: hidden;
    }

    .main-black-headings {
        font-size: 24px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 0;
        letter-spacing: 5px;
    }

    .main-black-headings-span {
        font-weight: 700;
    }

    .green-headings-divider {
        width: 60px;
        height: 2px;
        border: none;
        background-color: #00f3a5;
    }

    .about-paras {
        font-size: 16px;
        font-weight: 500;
        color: #454545;
        line-height: 1.6;
        text-align: justify;
    }

    .sub-headings {
        font-size: 22px;
        font-weight: 500;
        color: #00875c;
    }

    .about-list {
        list-style-type: disclosure-closed;
        padding-left: 21px;
    }

        .about-list > li {
            font-weight: 500;
            color: #454545;
        }

    .tandc-list > li:not(:last-child) {
        margin-bottom: 15px;
    }

    .airport-section {
        background-color: #000000;
        padding: 70px 0;
        overflow: hidden;
    }

    .main-white-headings {
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 0;
        letter-spacing: 5px;
    }

    .main-white-headings-span {
        font-weight: 700;
    }

    .airport-nmbrs {
        display: block;
        font-size: 22px;
        font-weight: 700;
        color: #ffffff;
        padding: 10px 20px;
        border: 2px solid #ffffff;
        border-radius: 100%;
        transition: all .3s ease-in-out;
    }

    .airport-links {
        display: inline-block;
        text-decoration: none !important;
    }

    .airport-headings {
        font-size: 18px;
        font-weight: 700;
        color: #00f3a5;
        margin-bottom: 20px;
        transition: all .3s ease-in-out;
    }

    .airport-paras {
        font-size: 16px;
        font-weight: 500;
        color: #a3a3a3;
        margin-bottom: 0;
        text-align: justify;
    }

    .fleet-section {
        background-color: #ffffff;
        padding: 70px 0;
        overflow: hidden;
    }

    .fleet-imgs-div {
        background-color: #dfdfdf;
        overflow: hidden;
        position: relative;
    }

        .fleet-imgs-div::before, .fleet-imgs-div::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            background-color: #00f3a5;
            transition: all .6s ease-in-out;
        }

        .fleet-imgs-div::before {
            top: 0;
            left: 0;
        }

        .fleet-imgs-div::after {
            bottom: 0;
            right: 0;
        }

    .main-fleet-div:hover > .fleet-imgs-div::before, .main-fleet-div:hover > .fleet-imgs-div::after {
        width: 100%;
        height: 100%;
    }

    .fleet-list-div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 1;
        opacity: 0;
        transition: all .4s ease-in-out;
    }

    .fleet-list > li {
        padding: 10px;
        background-color: rgba(0, 0, 0, .2);
        transition: all .3s ease-in-out;
    }

        .fleet-list > li:hover {
            background-color: rgba(0, 0, 0, .6);
        }

    .fleet-headings {
        font-size: 22px;
        font-weight: 700;
        color: #00875c;
        margin-bottom: 3px;
    }

    .fleet-small-headings {
        font-size: 16px;
        font-weight: 500;
        color: #575757;
        margin-bottom: 0;
    }

    .service-section {
        background-color: #000000;
        padding: 70px 0;
        overflow: hidden;
    }

    .service-links {
        display: inline-block;
        text-decoration: none !important;
    }

    .service-icons {
        filter: brightness(0) invert(1);
        transition: all .5s ease-in-out;
    }

    .service-headings {
        font-size: 24px;
        font-weight: 500;
        color: #00f3a5;
        margin-top: 10px;
        margin-bottom: 15px;
        transition: all .3s ease-in-out;
    }

    .service-paras {
        font-size: 16px;
        font-weight: 500;
        color: #a3a3a3;
        margin-bottom: 0;
    }

    .station-section {
        background-color: #ffffff;
        padding: 70px 0;
        overflow: hidden;
    }

    .station-links {
        display: block;
        text-decoration: none !important;
    }

    .main-station-div {
        background-color: #000000;
        padding: 40px 5px;
        position: relative;
        transition: all .3s ease-in-out;
    }

        .main-station-div::before {
            content: "";
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            height: 100%;
            border: 2px solid #00875c;
            transition: all .3s ease-in-out;
        }

        .main-station-div::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            height: 100%;
            border: 2px solid #00875c;
            transition: all .3s ease-in-out;
        }

        .main-station-div:hover::before {
            animation-name: station_before_anim;
            animation-duration: .6s;
            animation-timing-function: ease-in-out;
            top: 0;
            width: 100%;
        }

        .main-station-div:hover::after {
            animation-name: station_after_anim;
            animation-duration: .9s;
            animation-timing-function: ease-in-out;
            bottom: 0;
            width: 100%;
        }

    @keyframes station_before_anim {
        0% {
            top: -10px;
            width: 90%;
        }

        50% {
            top: 0;
            width: 90%
        }

        100% {
            top: 0;
            width: 100%;
        }
    }

    @keyframes station_after_anim {
        0% {
            bottom: -10px;
            width: 80%;
        }

        50% {
            bottom: 0;
            width: 80%
        }

        100% {
            bottom: 0;
            width: 100%;
        }
    }

    .station-headings {
        font-size: 22px;
        font-weight: 700;
        color: #00f3a5;
        margin-bottom: 0;
        transition: all .3s ease-in-out;
    }

    .store-section {
        padding-top: 100px;
    }

    .store-inner-div {
        background-color: rgba(0, 243, 165, .7);
        padding-top: 70px;
    }

    .store-headings-div {
        padding-bottom: 70px;
    }

    .store-main-heading {
        font-size: 35px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 0;
    }

        .store-main-heading > span {
            font-weight: 700;
        }

    .store-small-heading {
        font-size: 22px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 35px;
    }

    .store-links:not(:last-child) {
        margin-right: 5px;
    }

    .ipad {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    @media only screen and (max-width: 767px) {
        .store-section {
            padding-top: 0;
        }

        .store-inner-div {
            padding-top: 50px;
        }

        .store-headings-div {
            padding-bottom: 50px;
        }

        .ipad {
            position: static;
        }

        .header-section-opacity {
            padding: 90px 0 110px;
        }

        .header-small-heading {
            font-size: 20px;
            font-weight: 500;
        }

        .header-heading {
            font-size: 30px;
        }
    }

    @media only screen and (max-width: 280px) {
        .store-icons {
            width: 122px;
        }

        new-line1 {
            display: none !important;
        }

        .line2 {
            display: block !important;
        }
    }

    .contact-section {
        background-color: #ffffff;
        padding: 70px 0;
        overflow: hidden;
    }

    .contact-list {
        font-size: 16px;
        font-weight: 500;
        color: #454545;
    }

        .contact-list > li {
            display: flex;
        }

            .contact-list > li:not(:last-child) {
                margin-bottom: 8px;
            }

    .contact-icons {
        display: flex;
        float: left;
        filter: brightness(.1);
        margin-right: 10px;
    }

    .contact-spans {
        display: flex;
    }

    .contact-links {
        font-size: 16px;
        font-weight: 500;
        color: #454545;
        vertical-align: middle;
        transition: all .3s ease-in-out;
    }

        .contact-links:hover {
            color: #00875c;
        }

    footer {
        background-color: #000000;
        padding: 25px 0;
    }

    .footer-paras {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-home-link {
        text-decoration: none !important;
        font-weight: 700;
        color: #00f3a5;
    }

        .footer-home-link:hover {
            color: #ffffff;
        }

    .footer-links {
        text-decoration: none !important;
        color: #ffffff;
        vertical-align: text-top;
        transition: all .3s ease-in-out;
    }

        .footer-links:hover {
            color: #00f3a5;
        }

        .footer-links:not(:last-child) {
            margin-right: 10px;
        }

    .social-links {
        text-decoration: none !important;
        display: inline-block;
        transition: all .3s ease-in-out;
    }

        .social-links:hover {
            background-color: #00875c;
        }

    /*404 page styling*/
    .section-404 {
        position: relative;
        height: 100vh;
    }

    .main-404-div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .main-404-heading {
        font-size: 100px;
        font-weight: 700;
        color: #00875c;
    }

    .small-404-heading {
        font-size: 30px;
        font-weight: 700;
        color: #000000;
    }

    .para-404 {
        font-size: 18px;
        font-weight: 700;
        color: #454545;
        margin-bottom: 0;
    }

    .home-404-link {
        text-decoration: none !important;
        color: #00875c;
        transition: all .3s ease-in-out;
    }

        .home-404-link:hover {
            color: #000000;
        }

    /*inner pages styling*/
    .inner-pages-header-section {
        background: url('images/inner-pages-header-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .inner-pages-header-opacity {
        background-color: rgba(0, 0, 0, .5);
        padding: 140px 0 100px;
    }

    .inner-pages-header-heading {
        font-size: 60px;
        font-weight: 700;
        color: #00f3a5;
        margin-bottom: 0;
    }

    @media only screen and (max-width: 375px) {
        .inner-pages-header-heading {
            font-size: 40px;
        }

        new-line1 {
            display: none !important;
        }

        .line2 {
            display: block !important;
        }
    }

    .inner-pages-booking-btn-section {
        background-color: rgba(0, 243, 165, .7);
        padding: 60px 0;
    }

    .appform {
        text-decoration: none !important;
        font-weight: 700;
        color: #00875c;
        transition: all .3s ease-in-out;
    }

        .appform:hover {
            color: #454545;
        }

    .main-areas-list-div {
        box-shadow: 0 0 10px 3px #4545;
    }

    .areas-list > li > a {
        font-size: 16px;
        font-weight: 500;
        color: #454545;
        border-bottom: 2px solid #00f3a5;
        padding: 5px 10px;
        display: inline-block;
        position: relative;
        z-index: 1;
        transition: all .3s ease-in-out;
    }

        .areas-list > li > a::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: 0;
            background-color: #00f3a5;
            z-index: -1;
            transition: all .2s ease-in-out;
        }

        .areas-list > li > a:hover::before {
            height: 100%;
            top: 0;
            bottom: unset;
        }

    /*area pages styling*/
    .area-pages-header-section {
        background: url('images/area-pages-header-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .area-pages-header-opacity {
        background-color: rgba(0, 0, 0, .4);
        padding: 120px 0 160px;
    }

    .area-pages-header-heading {
        font-size: 50px;
        font-weight: 900;
        color: #ffffff;
    }

    @media only screen and (max-width: 280px) {
        .area-pages-header-heading {
            font-size: 40px;
        }

        new-line1 {
            display: none !important;
        }

        .line2 {
            display: block !important;
        }
    }

    .custom-btn-3 {
        box-shadow: none !important;
        border: 2px solid #000000 !important;
        border-radius: 0 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #000000 !important;
        background-color: transparent !important;
        margin: 0 !important;
        display: inline-block !important;
        padding: 10px 30px !important;
        position: relative !important;
        overflow: hidden !important;
        z-index: 1;
        transition: all 0s ease-out !important;
    }

        .custom-btn-3::before, .custom-btn-3::after {
            position: absolute;
            content: "";
            background-color: #00f3a5;
            height: 0;
            width: 0;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            z-index: -1;
        }

        .custom-btn-3::before {
            left: 0;
            top: 50%;
        }

        .custom-btn-3::after {
            right: 0;
            bottom: 50%;
        }

        .custom-btn-3:hover::before, .custom-btn-3:hover::after {
            width: 100%;
            height: 100%;
        }

        .custom-btn-3:hover::before {
            left: 50%;
            top: 0;
        }

        .custom-btn-3:hover::after {
            right: 50%;
            bottom: 0;
        }

    .login-form {
        background-color: #000000;
    }

    .custom-inputs-2 {
        box-shadow: none !important;
        border: none !important;
        border-bottom: 2px solid #00f3a5 !important;
        border-radius: 0 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        background-color: transparent !important;
        color: #ffffff !important;
        padding: 10px 5px 2px !important;
        height: auto !important;
        transition: all .3s ease-in-out, background-color 0s !important;
    }

        .custom-inputs-2::placeholder {
            color: #9f9f9f !important;
        }

        .custom-inputs-2:focus {
            border-color: #ffffff !important;
            color: #00f3a5 !important;
        }

    .custom-inputs-countrycode {
        box-shadow: none !important;
        border: none !important;
        border-bottom: 2px solid #00f3a5 !important;
        border-radius: 0 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        background-color: transparent !important;
        color: #ffffff !important;
        padding: 10px 5px 2px !important;
        height: auto !important;
        transition: all .3s ease-in-out, background-color 0s !important;
    }

        .custom-inputs-countrycode::placeholder {
            color: #9f9f9f !important;
        }

        .custom-inputs-countrycode:focus {
            border-color: #ffffff !important;
            color: #00f3a5 !important;
        }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
        -webkit-text-fill-color: #ffffff !important;
    }

    #show_hide_password > .input-group-addon {
        border-bottom: 2px solid #00f3a5;
        position: absolute; /*Changes*/
        right: 0; /*Changes*/
        top: 12px; /*Changes*/
    }
    /*Changes*/
    label#confirmpassword-error {
        width: 100%;
    }

    label#checkboxTermandcondition-error {
        width: 100%;
        float: left;
    }
    /*Changes*/
    .show_hide_password > .input-group-addon {
        border-bottom: 2px solid #00f3a5;
    }

    .eye-div {
        position: relative;
        top: 50%;
        transform: translateY(-10%); /*Changes*/
        cursor: pointer;
    }

    .eye-closed {
        position: absolute;
        top: 0;
        right: 50%;
        width: 2px;
        height: 100%;
        background-color: #ffffff;
        transform: rotate( 25deg) translateX(50%);
        transition: all .2s ease-in-out;
    }

    .sign-and-forgot {
        font-size: 14px;
        font-weight: 500;
        color: #00f3a5;
        transition: all .3s ease-in-out;
    }

        .sign-and-forgot:hover {
            color: #ffffff;
        }

    .forgot-password-modal-title {
        font-size: 25px;
        font-weight: 500;
        color: #00f3a5;
    }

    .forgot-password-para {
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
    }

    .pr-tables {
        border-bottom: 1px solid #dddddd;
    }

    .pr-labels {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        margin: 0 !important;
    }

    .pr-table-header {
        font-size: 16px;
        font-weight: 500;
        color: #00f3a5;
    }

    .pr-tbody-para {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 0;
    }

    .custom-btn-4 {
        box-shadow: none !important;
        border: 2px solid #910000 !important;
        border-radius: 0 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        background-color: transparent !important;
        margin: 0 !important;
        display: inline-block !important;
        padding: 7px 30px !important;
        position: relative !important;
        overflow: hidden !important;
        z-index: 1;
        transition: all 0s ease-out !important;
    }

        .custom-btn-4::before, .custom-btn-4::after {
            position: absolute;
            content: "";
            background-color: #910000;
            height: 0;
            width: 0;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            z-index: -1;
        }

        .custom-btn-4::before {
            left: 0;
            top: 50%;
        }

        .custom-btn-4::after {
            right: 0;
            bottom: 50%;
        }

        .custom-btn-4:hover::before, .custom-btn-4:hover::after {
            width: 100%;
            height: 100%;
        }

        .custom-btn-4:hover::before {
            left: 50%;
            top: 0;
        }

        .custom-btn-4:hover::after {
            right: 50%;
            bottom: 0;
        }

    .tandc-span {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }

    .tandc-link {
        text-decoration: none !important;
        font-size: 16px;
        font-weight: 500;
        color: #00f3a5;
        transition: all .3s ease-in-out;
    }

        .tandc-link:hover {
            color: #ffffff;
        }

    #mydiv {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: rgba(0, 0, 0, .7);
        z-index: 999;
        transition: all .3s ease-in-out;
    }

    #inner-mydiv {
        background-color: #00f3a5;
        margin-top: 100px;
    }

    /*airport pages styling*/
    .airport-pages-header {
        background: url('images/airport-pg-header-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .airport-pages-header-opacity {
        background-color: rgba(0, 0, 0, .4);
        padding: 100px 0 0;
    }

    /*station pages styling*/
    .station-pages-header {
        background: url('images/station-pg-header-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .station-pages-header-opacity {
        background-color: rgba(0, 0, 0, .4);
        padding: 100px 0 0;
    }

    /*service pages styling*/
    .service-pages-header {
        background: url('images/service-pg-header-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .service-pages-header-opacity {
        background-color: rgba(0, 0, 0, .75);
        padding: 140px 0 100px;
    }

    /*vehicle page styling*/
    .vehicle-pages-header-section {
        background: url('images/vehicle-pg-header-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .vehicle-pages-header-opacity {
        background-color: rgba(0, 0, 0, .75);
        padding: 140px 0 100px;
    }

    .miles-div {
        display: inline-block;
        padding: 10px 20px;
        background-color: #000000;
    }

    .miles-icon-div {
        display: inline-block;
    }

    .miles-info-div {
        display: inline-block;
        padding-left: 10px;
    }

    .miles {
        font-size: 22px;
        font-weight: 500;
        color: #ffffff;
        vertical-align: middle;
    }

    .checkboxes-div {
        padding: 10px 0;
        box-shadow: 0 0 6px 0px #959595;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .checkbox {
        cursor: pointer;
    }

    .checkbox-labels {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        vertical-align: middle;
        cursor: pointer;
    }

    .main-cars-div {
        position: relative;
        height: 100%;
        box-shadow: 9px 9px 0px -4px #8b8b8b;
    }

    .cars-left-div {
        display: block;
        width: 80%;
        height: 100%;
        float: left;
        box-shadow: -6px -6px 8px -3px #00875c;
    }

    .cars-partner-heading-div {
        padding: 10px 4px;
    }

    .cars-partner-heading {
        font-size: 19px;
        font-weight: 700;
        color: #00875c;
        margin-bottom: 0;
        text-align: center;
    }

    .speciality-div {
        display: inline-block;
        background-color: #00875c;
        padding: 5px 6px;
    }

    .special-span {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
    }

    .cars-imgs-div {
        padding: 10px 5px 0;
        position: relative;
    }

    .cars-name-heading-div {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .cars-name-heading {
        font-size: 17px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 0;
        text-align: center;
    }

    .cars-passenger-div {
        background-color: #000000;
        display: inline-block;
        padding: 0 20px;
    }

    .cars-passenger-span {
        font-size: 22px;
        font-weight: 500;
        color: #ffffff;
        vertical-align: middle;
    }

    .cars-right-div {
        display: block;
        width: 20%;
        float: left;
        height: 100%;
    }

    .fares-div {
        background-color: #00f3a5;
        height: 20%;
    }

    .inner-fares-div {
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .rating-div {
        height: 80%;
        background-color: #000000;
    }

    .inner-rating-div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    /*booking details page styling*/
    .booking-details-divs {
        overflow: hidden;
        position: relative;
        border: 2px solid #00875c;
        box-shadow: 0 10px 10px -3px #000000;
    }

    .booking-details-heading-divs {
        background-color: #000000;
        padding: 20px 5px;
    }


    .booking-details-content-divs {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .booking-details-fare-div {
        background-color: #00875c;
        padding: 5px 10px;
        text-align: center;
    }

    .booking-details-fare-span {
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
        vertical-align: middle;
    }

    .booking-details-payment-select-div {
        border: 2px solid #00875c;
        border-bottom: none;
        position: relative;
    }

    .payment-type-span {
        position: relative;
        top: -14px;
        left: 13px;
        display: inline-block;
        background-color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        color: #000000;
        padding: 0 5px;
    }

    /*card details page styling*/
    #card-element {
        width: 100% !important;
    }

    .StripeElement {
        box-sizing: border-box;
        height: 40px;
        padding: 10px 12px;
        border: 2px solid transparent;
        background-color: white;
        box-shadow: 0 1px 3px 0 #e6ebf1;
        -webkit-transition: box-shadow 150ms ease;
        transition: box-shadow 150ms ease;
    }

    .StripeElement--focus {
        box-shadow: 0 1px 3px 0 #cfd7df;
    }

    .StripeElement--invalid {
        border-color: #fa755a;
    }

    .StripeElement--webkit-autofill {
        background-color: #fefde5 !important;
    }

    #card-errors {
        display: block;
        width: 100%;
        padding: 0 15px;
        background: #ffe2e2;
        font-weight: 500;
    }

    /*customer panel styling*/
    .tab {
        background-color: #00f3a5;
        border-bottom: 2px solid #5f5f5f;
    }

    .tablinks {
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        background-color: transparent;
        border: none;
        outline: none !important;
        padding: 15px 5px;
        width: 100%;
        transition: all .2s ease-in-out;
    }

        .tablinks:hover {
            background-color: #00875c;
            color: #ffffff;
        }

        .tablinks.active {
            background-color: #000000;
            color: #00f3a5;
        }

    .nav-tabs {
        border: none !important;
    }

    .nav-tab-items {
        overflow: visible !important;
        margin-bottom: 10px;
    }

        .nav-tab-items:not(:last-child) {
            margin-right: 4px;
        }

    .nav-tab-links {
        border: none !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #ffffff !important;
        background-color: #00875c !important;
        border-radius: 0 !important;
        box-shadow: 0 5px 0px 0px #000000;
        position: relative !important;
        transition: none !important;
    }

        .nav-tab-links:hover {
            color: #ffffff !important;
        }

        .nav-tab-links:active {
            box-shadow: none !important;
            transform: translateY(5px);
        }

        .nav-tab-links.active {
            box-shadow: none !important;
            transform: translateY(5px);
        }

    @media only screen and (min-width: 505px) {
        .nav-tab-links.active:before {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: 2px;
            background-color: #000000;
        }

        .nav-tab-links.active:after {
            content: "";
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%) rotate( 315deg);
            border: 7px solid #000000;
            border-top-color: transparent;
            border-right-color: transparent;
        }

        new-line1 {
            display: none !important;
        }

        .line2 {
            display: block !important;
        }
    }

    .tabcontent {
        display: none;
    }

    .bookings-page-tab-content-div {
        border-top: 2px solid #000000;
        margin-top: 11px;
    }

    .all-bookings-div {
        background-color: #ffffff;
        border: 2px solid #000000;
    }

        .all-bookings-div:not(:last-child) {
            margin-bottom: 30px;
        }

    .all-bookings-div-header {
        background-color: #000000;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .all-bookings-div-heading {
        font-size: 20px;
        font-weight: 700;
        color: #00f3a5;
        margin-bottom: 0;
        font-family: serif;
    }

    .all-bookings-div-datetime-span {
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
    }

    .all-bookings-div-after-datetime-span {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        margin-left: 4px;
        padding: 5px 3px;
        background-color: #00875c;
    }

    @media only screen and (max-width: 767px) {
        .all-bookings-div-after-datetime-span {
            display: block;
            margin-left: 0;
        }

        new-line1 {
            display: none !important;
        }

        .line2 {
            display: block !important;
        }
    }

    .booking-status-div {
        background-color: #00875c;
        padding: 10px 5px;
        height: 100%;
    }

    .booking-status-heading {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        writing-mode: vertical-lr;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .all-booking-car-heading-div {
        background-color: #000000;
    }

    .all-booking-car-heading {
        font-size: 25px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 0;
    }

    .all-booking-price-div {
        background-color: #00875c;
    }

    .all-booking-fare-span {
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
    }

    .all-booking-paytype-span {
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
        background-color: #000000;
        padding: 5px;
    }

    .cust-account-heading-div {
        background-color: #00875c;
        padding: 15px 5px;
        text-align: center;
    }

    .account-details-input-div {
        border: 2px solid #00f3a5;
        border-bottom: none;
        position: relative;
    }

    .account-details-input-span {
        position: relative;
        top: -14px;
        left: 13px;
        display: inline-block;
        background-color: #000000;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        padding: 0 5px;
    }

    .account-details-inputs {
        box-shadow: none !important;
        border: none !important;
        border-bottom: 2px solid #ffffff !important;
        border-radius: 0 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        background-color: transparent !important;
        color: #ffffff !important;
        padding: 10px 10px 8px !important;
        height: auto !important;
    }

        .account-details-inputs::placeholder {
            color: #9f9f9f !important;
        }

    .select2-container--default .select2-selection--single {
        border: 0 !important;
        border-bottom: 2px solid #000 !important;
        border-radius: 0 !important;
        height: 38px !important;
        background: transparent !important;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #000 !important;
            font-weight: 400
        }

        .select2-container--default .select2-selection--single .select2-selection__placeholder {
            color: #000 !important;
            font-weight: 400
        }

    .select2-results__option[aria-selected],
    .select2-results__option {
        color: #000 !important;
        font-weight: 400 !important;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        color: #000 !important;
        font-weight: 400;
        background: #00f3a5 !important;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        outline: 0 !important;
    }

    @media screen and (min-width: 992px) {
        .navbar-brand {
            position: fixed;
            top: -5px;
            left: 80px;
        }
    }