﻿html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    font-family: "Lexend", serif !important;
}

.select2-container .select2-selection--single {
    box-shadow: none !important;
    border-bottom: 3px solid #ffffff !important;
    /* background-color: rgb(255 255 255 / 67%) !important; */
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out !important;
    border-radius: 12px !important;
    height: 50px !important;
    border: 1px solid #07295d36 !important;
    display: flex !important;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
    border: 2px solid #000 !important;
}

li.select2-results__option--highlighted:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #C8102E !important;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}

.container {
    /*width:1200px !important;*/
    margin: 0 auto;
}

/*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;
    list-style-type: none;
}

    body .ui-autocomplete .ui-menu-item {
        background-color: #fff;
        border-bottom: 1px solid #000;
        list-style-type: none;
        width: 100%;
    }

        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: #6693bc !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*/

/*hero section css*/

.top-hd {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: 60px 0px;
    text-align: left;
}

.top-hd-t h1 {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}

.para-top p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}

.top-hd-t strong {
    color: #C8102E;
    font-weight: 900;
}

.hd-para-2 {
    font-size: 12px !important;
    font-weight: 100;
    letter-spacing: 4px;
}


.store-icons-div {
    display: flex;
    gap: 20px;
    /* justify-content: space-evenly; */
    padding: 30px 0 10px;
    border-top: 1px solid #BAB2B25E;
}

.holdluggage {
    display: flex;
    flex-wrap: wrap;
}

.store-img img {
    width: 65px;
    border: solid 2px #C8102E;
    border-radius: 100%;
}

.store-icons-hd span {
    font-size: 20px;
}

.store-icons-hd {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.top-playstore {
    background-color: #fff;
    margin-top: 16px;
}


/*hero section css close*/
#navbar {
    transition: all .3s ease-in-out;
    padding: 10px 0 !important;
}

.navbar {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.navbar-brand {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    color: #C8102E !important;
    margin: 0 30px !important;
}

.navbar-div {
    padding: 0 !important;
}

.secound-lst {
    transition: 0.3s;
}

.first-lst {
    transition: 0.3s;
}

    .first-lst a {
        background-color: #C8102E;
    }

    .first-lst:hover > a {
        color: #C8102E !important;
    }

    .first-lst a {
        color: #fff !important;
    }

        .first-lst a:hover {
            background: #fff;
        }

/*.nav-link-div:before {
    background-color: #C8102E;
    top: -4px;
    content: '';
    left: 0;
    height: 4px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    transition: 0.3s;
}


.nav-link-div:hover:before {
    top:0;
}*/
.navbar-brand > span {
    color: #C8102E !important;
}

.nav-link-div {
    position: relative;
    transition: 0.3s;
}

.new-link:after {
    display: none !important;
}

/*.nav-link-div:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 25px;
    width: 1px;
    height: 2em;
    background-color: #eeebd8;
}*/

.nav-link:hover {
    color: #C8102E !important;
}

.nav-link {
    /* color: #000 !important;
    font-size: 16px !important;
    font-weight: 500;*/
    font-size: 15px;
    font-weight: 500;
    color: #000 !important;
    padding: 15px 20px !important;
    border-radius: 12px;
    text-transform: capitalize;
    display: block !important;
    /*padding-top: 26px !important;
    padding-bottom: 26px !important;*/
    transition: all .3s ease-in-out !important;
}

.navbar {
    padding: 0 !important;
    background-color: #fff !important;
}

.navbar-brand span {
    color: #000 !important;
}

.navbar-brand {
}

.nav-link-yellow {
    color: #C8102E !important;
}

.nav-link-bg-div {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: scaleY(.7);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.call-icon-div {
    position: relative;
}

.call-btn {
    display: none !important;
}

#add-via.call-btn {
    display: flex !important;
}

@media screen and (max-width: 991px) {
    .call-btn {
        display: block !important;
    }
}

.call-icon-link {
    text-decoration: none !important;
    display: inline-block;
    padding: 9px;
    transition: all .3s ease-in-out;
    border: solid 1px #C8102E;
    border-radius: 5px;
}

.call-icon-bg-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: -1;
    border: 3px solid #fff;
    transform: scale(.75);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.call-icon {
    filter: brightness(0) invert(0) !important;
}


.dropdown-menu {
    overflow: hidden;
}

.dropdown-item {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    transition: all .3s ease-in-out !important;
}

    .dropdown-item:hover {
        background-color: #C8102E !important;
        color: #ffffff !important;
    }

.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.header-section {
    padding: 70px 0;
    background: linear-gradient(rgba(7, 41, 93, 0.7), rgba(7, 41, 93, 1)), url('images/yd-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .header-section .callButton {
        display: inline-block;
        background: #c8102e;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 12px;
        font-size: 18px;
        margin-top: 22px;
        margin-bottom: 35px;
    }
/*video {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -10;
    height: 100%;
}*/
/*.header-section-opacity {
    background-color: #07295D;
    opacity: 0.7;
    padding: 100px 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0px;
    z-index: -10;
}*/
@media only screen and (max-width: 991px) {
    .header-section-opacity {
        padding: 50px 0;
    }
}

.header-heading {
    font-size: 65px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    transition: all .3s ease-in-out;
}

.header-small-heading {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.contentSecWrap {
    padding: 80px 0;
}

.sectionStyle {
    position: relative;
    z-index: 1;
}

    .sectionStyle::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(at center center, #c8102e 0%, transparent 50%);
        opacity: 0.3;
        z-index: -1;
    }

.contentSecWrap h2 {
    font-size: 40px;
    font-weight: 600;
    color: #07295D;
    margin-bottom: 20px;
}

.contentSecWrap span {
    color: #C8102E;
}

.contentSecWrap .contentImg {
    background: url(images/yd-banner.jpg) center center/cover no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.servicesWrap.sectionStyle::before {
    opacity: 0.5;
}

.servicesWrap {
    padding: 80px 0;
    background-color: #07295D;
}

    .servicesWrap .serviceCards {
        border: 1px solid #BAB2B25E;
        background: #07295D;
        border-radius: 12px;
        overflow: hidden;
    }

        .servicesWrap .serviceCards .serviceImg {
            background: url(images/yd-banner.jpg) center center/cover no-repeat;
            height: 220px;
        }

        .servicesWrap .serviceCards .txt {
            padding: 20px;
        }

        .servicesWrap .serviceCards .serviceIcon {
            background: #C8102E;
            border-radius: 50%;
            width: 72px;
            height: 72px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: -46px;
            margin-bottom: 15px;
        }

            .servicesWrap .serviceCards .serviceIcon img {
                width: 40px;
                height: 40px;
            }

        .servicesWrap .serviceCards h2 {
            color: #fff;
            font-weight: 700;
            font-size: 30px;
        }

        .servicesWrap .serviceCards p {
            color: #fff;
        }

.bookCarWrap {
    padding: 80px 0;
}

    .bookCarWrap .bookCarInner {
        background: linear-gradient(to right, #c8102ed1, #07295d47), url(images/yd-banner.jpg) center center / cover no-repeat;
        border-radius: 12px;
        padding: 50px;
    }

        .bookCarWrap .bookCarInner .fHead img {
            filter: brightness(0) invert(1);
        }

        .bookCarWrap .bookCarInner h2,
        .bookCarWrap .bookCarInner p {
            width: 50%;
        }

        .bookCarWrap .bookCarInner p {
            color: #fff;
            border-top: 1px solid #BAB2B25E;
            padding-top: 10px
        }

.airportSecWrap {
    padding: 80px 0;
}

    .airportSecWrap .cusAirportCards {
        border: 1px solid #BAB2B25E;
        background: #07295d;
        border-radius: 12px;
        padding: 20px;
        transition: all 0.5s;
    }

        .airportSecWrap .cusAirportCards.active,
        .airportSecWrap .cusAirportCards:hover {
            background: linear-gradient(153deg, #c8102ea6, #07295db3), url(images/yd-banner.jpg) center center / cover no-repeat;
            border-color: #C8102E;
        }

        .airportSecWrap .cusAirportCards .numberingBlock {
            display: flex;
            align-items: center;
            gap: 15px;
        }

            .airportSecWrap .cusAirportCards .numberingBlock .cusLine {
                flex: 1 1 0;
                background: #BAB2B25E;
                height: 1px;
            }

            .airportSecWrap .cusAirportCards .numberingBlock .cusNumber {
                color: #c8102e;
                font-size: 50px;
                font-weight: 600;
                transition: 0.3s;
            }

        .airportSecWrap .cusAirportCards.active .numberingBlock .cusNumber,
        .airportSecWrap .cusAirportCards:hover .numberingBlock .cusNumber {
            color: #fff;
        }

        .airportSecWrap .cusAirportCards h2 {
            color: #fff;
            font-weight: 700;
            font-size: 20px;
            margin-top: 30px;
        }

        .airportSecWrap .cusAirportCards p {
            color: rgba(255 255 255 / 80%);
        }

.stationSecWrap {
    background: #07295d;
    padding: 80px 0;
}

    .stationSecWrap .cusStationCards {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        padding: 15px;
        border-radius: 12px;
        background: #07295d;
    }

        .stationSecWrap .cusStationCards.noMargin {
            margin-bottom: 0;
        }

        .stationSecWrap .cusStationCards.active {
            background: #c8102e;
        }

        .stationSecWrap .cusStationCards .imgTxtWrap {
            display: flex;
            align-items: center;
            gap: 20px;
        }

            .stationSecWrap .cusStationCards .imgTxtWrap .imgWrap {
                background: url(images/yd-banner.jpg) center center / cover no-repeat;
                width: 100px;
                height: 100px;
                border-radius: 12px;
            }

            .stationSecWrap .cusStationCards .imgTxtWrap h2 {
                color: #fff;
                font-weight: 700;
                font-size: 20px;
            }

            .stationSecWrap .cusStationCards .imgTxtWrap span {
                color: #ffffff9e;
                font-weight: 400;
                display: flex;
            }

        .stationSecWrap .cusStationCards a {
            background: #c8102e;
            border-radius: 12px;
            padding: 10px 25px;
            color: #fff;
        }

        .stationSecWrap .cusStationCards.active a {
            background: #07295d;
        }

@media only screen and (max-width: 1199px) {
    .header-heading {
        font-size: 52px;
    }
}

@media only screen and (max-width: 375px) {
    .header-heading {
        font-size: 40px;
    }
}

@media only screen and (max-width: 280px) {
    .header-heading {
        font-size: 38px;
    }

    .store-icons img {
        width: 100px;
    }
}

.call-btn-link {
    box-shadow: none !important;
    border: 2px solid #000000 !important;
    border-radius: 6px !important;
    background-color: #C8102E !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    transition: all .3s ease-in-out !important;
}

    .call-btn-link:hover {
        background-color: transparent !important;
        color: #ffffff !important;
        border-color: #ffffff !important;
    }

.store-icons {
    text-decoration: none !important;
    display: inline-block;
}

.loader-div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.circle-loader {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 99999;
}

    .circle-loader:before,
    .circle-loader:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        border: 10px solid transparent;
        border-top-color: #fda006
    }

    .circle-loader:before {
        z-index: 9999;
        animation: spin 1s infinite
    }

    .circle-loader:after {
        border: 10px solid #a3a4a5
    }

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

table tr {
    border-top: 1px solid #dee2e6;
}

table td, .table th {
    color: #000;
    padding: 12px 0px;
    vertical-align: middle;
    border: none !important;
}

table .form-control {
    border-radius: 5px 0 0 5px !important;
    height: 45px;
    border: 1px solid #C8102E !important;
    box-shadow: none;
}

table td [id*="dlt-via_"] {
    padding: 0 10px;
    background: #C8102E;
    color: #fff;
    border-radius: 0 5px 5px 0;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

table td[id*="lbl_"] {
    display: none !important;
}

.form-container {
    background-color: #f3f5f8 !important;
    padding: 25px 25px !important;
    border-radius: 20px;
}

.form-control {
    box-shadow: none !important;
    border-bottom: 3px solid #ffffff !important;
    background-color: rgb(255 255 255 / 67%) !important;
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out !important;
    border-radius: 12px !important;
    border-top-left-radius: 0 !important;
    height: 50px !important;
    border: 1px solid #07295d36 !important;
}

#minwaittime.form-control {
    border: 1px solid #07295D !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 44px !important;
}

#holdabledata .form-control {
    width: 100% !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    flex: 1 1 0;
}

#holdabledata .custom-btn-1 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 0px 19px !important;
}

.form-control:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

.form-control::placeholder {
    color: #000 !important;
}

#bookingForm .row [class*=col-] {
    padding: 0 5px;
}

.select2-results__option {
    font-size: 13px;
}

.custom-btn-1 {
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 12px !important;
    background-color: #C8102E !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0px 9px !important;
    height: 50px;
    margin: 0 !important;
    transition: all .3s ease-in-out !important;
}

    .custom-btn-1:hover {
        color: #000 !important;
        /*background-color: #ffffff !important;*/
        /*border-color: #000000 !important;*/
    }

#get-quotes {
    margin: 10px 0 0 !important;
}

#multiple-vias {
    height: 50px !important;
    width: 50px !important;
    border: none !important;
    border-radius: 12px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #07295D !important;
}

#add-via {
    background: #07295d;
    border-radius: 12px;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    #add-via .addViaImg {
        width: 15px;
        height: 15px;
        margin-left: 10px;
    }

#updateVia {
    background: #07295d;
    border-radius: 12px;
    color: #fff;
}

#via {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}



.modal .close {
    background: #C8102E;
    opacity: 1;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin: -8px -8px 0 0 !important;
    font-size: 29px;
}

    .modal .close span {
        margin-top: -5px;
    }

.input-group-text {
    background-color: #07295D !important;
    border-bottom: 3px solid #ffffff !important;
    border-radius: 0 !important;
}

.form-container .input-group-text {
    border: none !important;
    border-top: 1px solid #fff !important;
    border-radius: 12px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
}

#Passenger,
#luggage {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#luggage{
    cursor: pointer;
}

.treeview-animated-items{
    cursor: pointer;
}

.custom-via-input {
    box-shadow: none !important;
    border: 1px solid #C8102E !important;
}

    .custom-via-input::placeholder {
        color: grey !important;
    }

#via-list .field {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    position: relative;
}

    #via-list .field input {
        flex: 1 1 0;
        border-radius: 12px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-color: #07295D !important;
    }

#via-list .removeField {
    width: 50px;
    background: #07295D;
    border: none;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
}

.error-message {
    display: none;
    color: red;
    flex: 1 1 100%;
    text-align: left;
    margin-bottom: 6px;
    font-size: 13px;
}

.inputListLoader {
    display: none;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.inputListLoaderInner {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border: 3px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.luggage-modal-body {
    font-weight: 500;
}

.treeview-animated-list {
    list-style-image: url('images/folder-icon.webp') !important;
    padding-left: 32px !important;
}

.luggageHover {
    padding-left: 10px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .3s ease-in-out;
}

    .luggageHover:hover {
        background-color: #000000;
        color: #ffffff;
        cursor: pointer;
    }

.custom-btn-2 {
    border: 2px solid #000000 !important;
    border-radius: 5px !important;
    background-color: #C8102E !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    margin: 0 !important;
    transition: all .3s ease-in-out !important;
}

    .custom-btn-2:hover {
        background-color: #C8102E !important;
        border-color: #000000 !important;
        color: #000000 !important;
    }

.modal-open {
    overflow: hidden !important;
}

.modal-heading {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    vertical-align: middle;
    display: block;
    margin-bottom: 15px;
}

.treeview-animated.border {
    padding: 10px;
    margin-bottom: 15px;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed span {
    font-weight: 600;
}

.modal-header {
    border: none !important;
}

.mLabel {
    margin: 0 -15px !important;
    background: #07295D;
    color: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#timeModal .waves-effect {
    background: #07295D !important;
    color: #fff;
    padding: 14px 20px;
    border-radius: 12px;
}

.modal-header h2 {
    font-size: 23px;
    font-weight: 700;
}

.modal.fade.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-dialog {
    width: 100% !important;
}

.modal-footer {
    border: none !important;
}
/*add vias modal*/
.ad-vias-mdl {
    margin: 10.75rem auto !important;
}

/*add vias modal close*/




/*chart section css*/

.cntainer-sml {
    max-width: 1250px !important;
}

.ch-one-bx:after {
    content: "";
    position: absolute;
    width: 165px;
    background-color: black;
    border: 1px solid;
    left: 45px;
    right: 0;
}

.ch-two-bx-new:after {
    content: "";
    position: absolute;
    width: 230px;
    background-color: black;
    border: 1px solid;
    left: 46px;
    right: 0;
}

.ch-three-bx-new:after {
    content: "";
    position: absolute;
    width: 209px;
    background-color: black;
    border: 1px solid;
    left: 46px;
    right: 0;
}

.chart-section {
    padding: 80px 0;
}

.main-chart {
    width: 100%;
    display: flex;
    align-items: center;
}

.ch-two-bx:after {
    display: none;
}

.ch-three-bx:after {
    display: none;
}

.ch-four-bx:after {
    display: none;
}

/*.line-1 {
    border: 1px solid;
    width: 140px;
    margin: 0px 4px;
}*/
/*.line-2 {
    border: 1px solid;
    width: 200px;
    margin: 0px 10px;
}*/
.main-chart p {
    margin-top: 10px;
    font-size: 14px;
}

.chart-one {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
}

.ch-two-spn {
    display: flex;
    justify-content: center;
}

.chart-three p {
    width: 35%;
    margin-top: 10px !important;
    margin: 0 auto;
}

.chart-four p {
    width: 51%;
    margin: 0 auto;
    margin-top: 10px;
}

.chart-two {
    text-align: center;
}

.chart-three {
    text-align: center;
}

.chart-four {
    text-align: center;
}

.ch-one-bx {
    width: max-content;
    background-color: #C8102E;
    border-radius: 100%;
    position: relative;
    padding: 7px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
}

.ch-four-bx {
    background-color: unset;
    border: 1px solid #C8102E;
}

.ch-one-bx strong {
    font-weight: 600;
    color: #fff;
    font-style: italic;
}

.chart-three-hd span {
    font-weight: 600;
}


.chart-two-hd span {
    font-weight: 600;
}


/*chart section css close*/

.headingStyle img {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.headingStyle .fHead {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #BAB2B25E;
    border-radius: 10px;
    padding: 7px 16px;
    display: inline-block;
}

.headingStyle.others .fHead {
    color: #07295D;
}

.headingStyle .sHead {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
}

.headingStyle.others .sHead {
    color: #07295D;
}

.headingStyle .sHead span {
    color: #C8102E;
}

.bookTaxiBtn {
    display: inline-block;
    background: #c8102e;
    color: #fff !important;
    text-decoration: none;
    padding: 15px 35px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 12px;
    margin-top: 18px;
}

.service-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.main-black-headings {
    font-size: 33px;
    font-weight: 700;
    color: #000;
}

.service-main-div {
    padding: 30px 12px;
    background-color: #ffffff;
    box-shadow: 0 0 11px -6px #000000;
    transition: all .3s ease-in-out;
}

    .service-main-div:hover {
        transform: translateY(-10px);
        box-shadow: 0 7px 15px -6px #000000;
    }

.service-headings {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
}

.service-paras {
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .about-content-div {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 75% !important;
        padding: 0 !important;
    }
}


.abt-pic {
    background-color: #000000;
    padding-bottom: 15px;
}


.about-content-main-div {
    background-color: #fff;
    border-left: 5px solid #C8102E;
}


.about-content-main-div-mn-mn {
    background-color: #fff;
    /*border-left: 5px solid #C8102E;*/
}

    .about-content-main-div-mn-mn .about-para {
        color: #000;
    }

.about-content-div {
    position: static;
    transform: none;
    width: auto;
    padding: 50px 0;
}

.abt-hd {
    color: #000 !important;
}

.about-para {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
}

.ar-para {
    font-size: 1.15em;
    line-height: 1.3em;
    font-weight: 300;
    color: #000;
    text-align: justify;
}
/*carousel css*/

.fleet-main-section {
    margin-top: 75px;
    padding: 195px 0;
    background: url('../content-2/backpicfleet-2.png') no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-inner {
    position: absolute !important;
    top: 30px;
    /* padding:90px 0;
    background: url('../content-2/backpicfleet-2.png') no-repeat;
    background-position:center;
    background-size:contain;*/
}

.caro-big-img {
    width: 40%;
    margin: 0 auto;
}

.carousel-caption {
    position: unset !important;
}

.bottom-black {
    padding: 115px;
    background-color: #000;
}

.carousel {
    width: 100%;
}

.carousel-indicators li {
    background-color: #C8102E !important;
}

.fleet-details {
    display: flex;
    justify-content: center;
    align-items: end;
}

.fleet-inner {
    padding: 0 20px;
}

    .fleet-inner span {
        font-size: 18px;
        color: #c12c39;
        margin-top: 13px;
        display: block;
    }

        .fleet-inner span strong {
            color: #fff;
            font-weight: 800;
        }

.carousel-indicators {
    top: 350px;
    /*display:none !important;*/
}

.carousel .carousel-control-prev-icon {
    background-color: #000;
    padding: 15px;
    display: none;
}

.carousel .carousel-control-next-icon {
    background-color: #000;
    padding: 15px;
    display: none;
}

/*carousel css close*/


/*service section*/

.services-section {
    padding: 75px 0px;
}

.srvc-txt img {
    width: 100%;
    height: 286px;
}

.inner-service {
    background-color: #f9f9f9;
    padding: 40px;
}

    .inner-service span {
        font-size: 30px;
        margin-bottom: 13px;
        display: block;
        color: #C8102E;
    }

    .inner-service ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .inner-service li {
        padding: 5px 0px;
        display: flex;
        align-items: center;
    }

        .inner-service li img {
            margin-right: 15px;
            width: 15px;
        }

    .inner-service a:hover {
        color: #fff;
        background-color: #C8102Ee6;
    }

    .inner-service a {
        padding: 15px 30px;
        margin-top: 23px;
        display: inline-block;
        background-color: #C8102E;
        color: #fff;
        font-size: 18px;
    }

/*service section close*/


.airport-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.airport-links {
    display: block;
    text-decoration: none !important;
}

.main-airport-div {
    border: 2px solid #000000;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}

.airport-imgs {
    transform: scale(1);
    opacity: 1;
    transition: all .4s ease-in-out;
}

.inner-airport-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(2);
    opacity: 0;
    transition: all .4s ease-in-out;
}

.fleet-section {
    background: url('images/service-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.fleet-section-opacity {
    background-color: rgba(247, 183, 29, .8);
    padding: 90px 0;
}

.fleet-below-heading-span {
    font-size: 20px;
    font-weight: 500;
    color: #4e4e4e;
    display: block;
}

.main-fleet-div {
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    overflow: hidden;
}

.fleet-imgs-div {
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
    position: relative;
}

.fleet-heading-div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, .7);
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.fleet-headings {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin: 0 !important;
}

.fleet-info-div {
    padding: 20px;
}

.fleet-list-items {
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.fleet-spans {
    font-weight: 700;
    color: #000000;
    vertical-align: middle;
}

.footer-section {
    background: #07295d;
    font-weight: 400;
}

    .footer-section .footerInner {
        padding: 100px 0 50px;
    }

    .footer-section .footerTop {
        background: #fff;
        border-radius: 12px;
        padding: 40px 25px;
    }

        .footer-section .footerTop .footerTBoxes {
            border-right: 1px solid rgba(0 0 0 / 10%);
        }

            .footer-section .footerTop .footerTBoxes:last-child {
                border: none;
            }

        .footer-section .footerTop .footerTBoxesInner {
            display: flex;
            gap: 10px;
            /*    align-items: center;*/
        }

            .footer-section .footerTop .footerTBoxesInner .ftIcon {
                background: #c8102e;
                border-radius: 50%;
                width: 55px;
                height: 55px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .footer-section .footerTop .footerTBoxesInner .ftIcon img {
                    width: 30px;
                    height: 30px;
                    filter: brightness(0) invert(1);
                }

            .footer-section .footerTop .footerTBoxesInner .txt {
                flex: 1 1 0;
            }

                .footer-section .footerTop .footerTBoxesInner .txt h2 {
                    color: #07295d;
                    font-weight: 700;
                    font-size: 20px;
                    margin-bottom: 5px;
                }

                .footer-section .footerTop .footerTBoxesInner .txt a,
                .footer-section .footerTop .footerTBoxesInner .txt span {
                    color: #07295d;
                    font-size: 14px;
                    line-height: 1;
                    display: block;
                }

.footer-headings {
    font-size: 20px;
    font-weight: 500;
    color: #C8102E;
    font-weight: 600 !important;
    margin-bottom: 30px;
}

.footer-para {
    font-size: 16px;
    color: #ffffff;
}

.social-icons-link {
    display: inline-block;
    padding: 5px;
    border-radius: 100%;
    background-color: #C8102E;
    text-decoration: none !important;
    margin: 5px 0;
    transition: all.3s ease-in-out;
}

    .social-icons-link:hover {
        background-color: rgb(187 60 71);
    }

.footer-list > li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-links {
    text-decoration: none !important;
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

    .footer-links:hover {
        color: #f1b0b5;
    }

.footer-icons-div {
    display: table-cell;
}

.footer-text-div {
    display: table-cell;
}

.footer-text {
    font-size: 16px;
    color: #ffffff;
}

.foter-logo span {
    color: #fff !important;
}

.fotter-div {
    margin-right: 30px;
}

.fotter-div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C8102E;
}

.foter-logo a {
    font-size: 50px !important;
}

.footer-text-div a {
    color: white;
}

    .footer-text-div a:hover {
        color: #f1b0b5;
    }

.footerMid {
    margin-top: 70px;
}

    .footerMid .fLogo h2 {
        color: #fff;
        font-weight: 800;
    }

    .footerMid .fLogo span {
        color: #c8102e;
    }

    .footerMid p {
        color: rgba(255 255 255 / 75%);
        font-weight: 400;
    }

    .footerMid .fHeading {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footerMid .fLinks {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .footerMid .fLinks li {
            margin-bottom: 10px;
            color: rgba(255 255 255 / 75%);
            font-weight: 400;
        }

            .footerMid .fLinks li a {
                color: rgba(255 255 255 / 75%);
                font-weight: 400;
            }

    .footerMid .fSocialLinks {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .footerMid .fSocialLinks a {
            display: block;
            background: #C8102E;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .footerMid .fSocialLinks a img {
                width: 30px;
                height: 30px;
            }

.footer-section .copyrightWrap {
    padding: 20px 0;
    border-top: 1px solid #BAB2B25E;
}

    .footer-section .copyrightWrap a {
        text-decoration: underline !important;
    }

#scroll-up {
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: #C8102E !important;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding-top: 13px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    transform: scale(0);
    z-index: 999999 !important;
    transition: all .3s ease-in-out;
}

.mini-car {
    transition: all .3s ease-in-out;
}

.scroll-span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #000000;
    margin-top: 2px;
}

.wapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #00000036;
    padding: 10px;
    border-radius: 100%;
}

.booking-widget-layout-header-section {
    background-color: #ffffff;
    padding: 70px 0;
}


@media screen and (min-width: 320px) and (max-width: 768px) {

    video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -10;
        height: 100%;
        object-fit: cover;
    }

    .top-playstore {
        margin-bottom: 0;
    }

    .top-widget {
        padding-right: 0 !important;
    }

    .ch-one-bx:after {
        display: none;
    }

    .chart-one {
        width: 60%;
        margin: 0 auto;
    }

    .carousel-inner {
        top: 90px;
    }

    .chart-two {
        width: 100%;
        margin: 20px auto;
    }

    .caro-big-img {
        width: 80%;
        margin: 0 auto;
    }

    .chart-three p, .chart-four p {
        width: 100%;
    }

    .chart-four {
        margin: 20px 0 0 0;
    }

    .chart-three {
        margin: 20px;
    }
}


/*services page inner css*/

.inner-page-img {
    padding: 65px 0;
    background: url(/content-2/inner-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.about-content-div a {
    background-color: #C8102E;
    padding: 13px 50px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-size: 19px;
}

    .about-content-div a:hover {
        color: #000;
    }

.about-content-main-div-2 {
    border-right: 5px solid #C8102E;
}

.ftco-no-pt {
    padding-top: 0% !important;
}

.about-content-main-div-3 {
    border-left: 5px solid #C8102E;
}

.about-content-main-div-4 {
    border-right: 5px solid #C8102E;
}

.about-content-main-div-5 {
    border-left: 5px solid #C8102E;
}

.about-content-main-div-6 {
    border-right: 5px solid #C8102E;
}


.about-content-main-div-7 {
    border-left: 5px solid #C8102E;
}

.img-inner-service {
    width: 35%;
}


/*services page inner css close*/


/*inner services*/


.inner-services-img {
    background: url(/content-2/chauffer-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

/*.back-wg {
    background-color: #000;
}*/

/*inner services close*/



/*airport page css*/

.airprt-section {
    padding-top: 70px !important;
    /*    background-color: #f9f9f9;*/
}

.airprt-vector-img img {
    width: 100%;
}

.airprt-col {
    display: flex;
    align-items: center;
}

.navbar.navbar-dark .navbar-toggler-icon {
    cursor: pointer;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E) !important;
    margin: 0 20px !important;
    background-color: #C8102E !important;
    border: solid #C8102E;
    padding: 18px;
}

.select2-container--default .select2-selection--single {
    background: rgb(255 255 255 / 67%) !important;
}

.treeview-animated-items .closed {
    width: 100%;
    text-align: left;
    margin: 0;
    border: none;
    background: #fff;
}

@media(max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        margin: 0 10px !important;
    }

    h1.arh1, h2 {
        font-size: revert;
    }

    .footer-section .footerTop {
        padding: 15px 15px;
    }

        .footer-section .footerTop .footerTBoxes {
            margin-bottom: 15px;
        }

            .footer-section .footerTop .footerTBoxes:last-child {
                margin-bottom: 0;
            }
}

@media(max-width: 765px) {
    .bookbut {
        margin-top: 15px !important;
    }

    .arinnerimg {
        display: none !important;
    }

    .col-lg-6.col-md-6.col-sm-12.airprt-col {
        display: none !important;
    }

    .img-inner-service {
        display: none !important;
    }

    /*.form-container {
        margin: 30px 20px !important;
     }*/

    .header-section {
        padding: 0 !important;
    }

    .ar-form-container {
        margin: 0 !important;
    }

    .airport-ar {
        padding: 20px 0 !important;
        margin: 0 -11px;
    }

    .form-container {
        padding: 25px 15px !important;
    }

    .area-h1 {
        font-size: xx-large !important;
        padding: 27px !important;
    }
}

.arinnerimg img {
    border-radius: 20px;
    height: auto !important;
}

h1.arh1 {
    margin: 60px 0 !important;
}

.ar-form-inline {
    padding: 30px 15px;
}

@media (max-width: 990px) {
    .ar-form-inline {
        padding: 15px 0 !important;
    }

    h1.arh1 {
        margin: 30px 0 !important;
    }

    .footer-ar {
        display: none !important;
    }

    .ar-alert {
        display: block !important;
    }
}

.ar-alert {
    display: none;
}

@media (max-width: 576px) {


    #exampleModal .modal-dialog,
    #timeModal .modal-dialog,
    #luggagemodel .modal-dialog,
    #myModalitem .modal-dialog {
        width: 100% !important;
        min-height: 100% !important;
        margin: 0 !important;
    }

        #exampleModal .modal-dialog .modal-content,
        #timeModal .modal-dialog .modal-content,
        #luggagemodel .modal-dialog .modal-content,
        #myModalitem .modal-dialog .modal-content {
            height: -webkit-fill-available;
            height: 100svh;
        }

            #exampleModal .modal-dialog .modal-content .modal-body,
            #timeModal .modal-dialog .modal-content .modal-body,
            #luggagemodel .modal-dialog .modal-content .modal-body,
            #myModalitem .modal-dialog .modal-content .modal-body {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

    .treeview-animated {
        max-height: 300px;
    }
}


/*airport page css close*/

/*arbaz- menu*/

/* Aiport icon Css */

.airportlistModalCustom .modal-body {
    padding-top: 0 !important;
}

.airportList {
    width: 50px;
    height: 50px;
}

    .airportList .airportListModal {
        border: none;
        outline: none;
        background-color: #07295D !important;
        border-bottom: none !important;
        box-shadow: none;
        border-left: none !important;
        margin: 0 !important;
        color: #fff;
        border-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }

        .airportList .airportListModal:hover,
        .airportList .airportListModal:focus {
            /*            border: none !important;*/
            outline: none !important;
            box-shadow: none;
            /*            background-color: #AA5E00 !important;*/
            /*            color: #fff !important;*/
        }

        .airportList .airportListModal img {
            width: 30px;
            height: 30px;
            box-shadow: none;
        }

.airportlistModalCustom .modal-dialog {
    max-width: 320px;
}

.airportlistModalCustom .airportNames button {
    width: 100%;
    background: #C8102E;
    color: #fff !important;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 8px;
    box-shadow: none;
    padding: 8px 12px;
    font-weight: 700;
}

    .airportlistModalCustom .airportNames button:last-child {
        margin-bottom: 0;
    }

.airportlistModalCustom .modal-footer button {
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    margin: 0 0 8px !important;
    padding: 6px 20px !important;
}

.close-luggage img {
    width: 15px;
    height: 15px;
}

.select2.select2-container .select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.form-inline{
    justify-content: center;
}
    .form-inline .row{
        width: 100%
    }
    .select2 {
        width: 88% !important;
        flex: 1 1 0;
    }

.airportlistModalCustom {
    z-index: 999999;
}

    .airportlistModalCustom .close {
        margin-top: -4px !important;
        margin-right: -6px !important;
        font-size: 16px;
        background: #C8102E;
        border-radius: 50%;
        padding: 14px !important;
        margin-left: auto !important;
        display: flex;
        align-items: center;
        opacity: 0.5;
    }

        .airportlistModalCustom .close img {
            width: 12px;
            height: 12px;
            /*            filter: brightness(0.5);*/
        }

    .airportlistModalCustom .modal-title {
        color: #000;
        font-size: 22px !important;
    }

@media screen and (max-width: 576px) {
    .airportlistModalCustom .modal-dialog {
        max-width: 100%;
    }

    .airportList {
        width: 14%;
    }

    .select2 {
        width: 86% !important;
    }

    .modal-content {
        height: 100%;
    }

    .stationSecWrap .cusStationCards {
        flex-direction: column;
        align-items: start;
        gap: 25px;
    }

        .stationSecWrap .cusStationCards .imgTxtWrap .imgWrap {
            width: 80px;
            height: 80px;
        }

        .stationSecWrap .cusStationCards .imgTxtWrap h2 {
            font-size: 17px;
            margin-bottom: 3px;
        }

        .stationSecWrap .cusStationCards .imgTxtWrap span {
            display: flex;
            font-size: 14px;
        }

        .stationSecWrap .cusStationCards a {
            width: 100%;
            text-align: center;
        }

    .top-hd {
        padding: 15px 0px;
    }

    .headingStyle .fHead {
        display: none;
    }

    .headingStyle .sHead {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .para-top p {
        font-size: 13px;
        margin-top: 5px;
    }

    .header-section .callButton {
        display: none;
    }

    .store-icons-div,
    .hd-para-2 {
        display: none;
    }

    .contentSecWrap h2 {
        font-size: 20px;
    }

    .contentSecWrap p {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 10px !important;
    }

        .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
            font-size: 13px !important;
        }
}

@media screen and (max-width: 1200px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 10px !important;
    }

        .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
            font-size: 13px !important;
        }
}

/* Aiport icon Css */

.form-container .cusInputMargins {
    margin-bottom: 8px !important;
}

.airportsWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.airportsWrapper, .form-container .input-group {
    flex-wrap: wrap;
}

.field-hd {
    flex: 1 1 100%;
    display: flex;
}

    .field-hd span {
        background: #07295d;
        border-radius: 12px;
        margin-left: 0px;
        padding: 4px 14px 3px;
        font-size: 9px;
        font-weight: 600;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        border-bottom: 0 !important;
    }

#VehicleFormBtnWrap {
    display: none;
}

@media screen and (max-width: 768px) {
    #VehicleFormBtnWrap {
        display: block;
        text-align: center;
    }

    #VehicleFormBtn {
        margin: 6px auto 20px !important;
        height: 30px;
        font-size: 12px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        color: #fff !important;
    }

    #vehiclePageForm .form-container {
        border: 1px solid #07295d;
        margin: 0 5px;
        max-height: 90px;
        padding-top: 8px !important;
        overflow: hidden;
        transition: all 0.5s;
    }

        #vehiclePageForm .form-container.show {
            max-height: 1500px;
            transition: all 0.3s;
        }
}
