.vehcileArea .owl-carousel .owl-nav{
    display:none;
}
@media only screen and (max-width: 800px) {
    .seperators:before, .seperators:after {
        display: none;
    }
    ul.listroutes {
        -moz-column-count: 1;
        -ms-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .borderColumnArea .borderColumn {
        border-right: 0px dotted #bcbbcc;
        border-bottom: 2px dotted #bcbbcc;
    }
    .contentArea {
        padding: 20px 10px;
    }
    .heading40 {
        font-size: 30px;
        line-height: 38px;
    }
    .vehcileArea .owl-carousel .owl-nav {
        display: none;
    }

    .navbar-toggler {
        position: static;
        right: auto;
        top: auto;
    }
    .mContryBox.span230,
    .mContryBox.span360 {
        height: 360px;
        margin-bottom:15px;
    }

    .bookingForm {
        margin-top: 0;
        padding: 0;
    }

    .bookingFormContainer {
        padding-left: 12px;
        padding-right: 12px;
    }

    .bookingTabs {
        flex-wrap: wrap;
        gap: 4px;
    }

    .bookingTab {
        flex: 1 1 calc(50% - 4px);
        min-width: calc(50% - 4px);
        justify-content: center;
        border-radius: 8px;
        padding: 10px 8px;
    }

    .bookingTabLine {
        white-space: normal;
        text-align: center;
        font-size: 9px;
    }

    .bookingTabText {
        align-items: center;
    }

    .bookingSearchBar {
        flex-direction: column;
        border-radius: 16px;
        min-height: 0;
        overflow: hidden;
    }

    .locationPair {
        flex-direction: column;
        flex: none;
        width: 100%;
    }

    .locationPair .dropoffField {
        border-left: none;
        border-top: 1px solid #d9d9d9;
        padding-left: 24px;
    }

    .locationPair .pickupField {
        padding-right: 24px;
    }

    .swapBtn {
        position: absolute;
        left: auto;
        right: 24px;
        top: auto;
        bottom: -18px;
        transform: none;
    }

    .searchField {
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
        padding: 14px 20px;
    }

    .searchBtn {
        flex: none;
        width: 100%;
        border-radius: 0;
        min-height: 56px;
        font-size: 22px;
    }

    .bookingForm form {
        display: block !important;
        border-radius: 0 !important;
        padding: 0;
    }
    .bookingForm .fieldsArea {
        display: block !important;
    }
    .bookingForm .fomField {
        margin:0px !important;
        border-bottom:1px solid #bcbbcc;
    }
    .bookingForm .btnArea {
        flex: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
        border-radius: 0;
        padding: 10px;
        background: var(--color-navy);
        height: auto;
        width:100%;
    }
    .bookingForm .fomField:nth-child(2)::after,
    .bookingForm .fomField:nth-child(2)::before{
        display:none;
    }
}

/* Mobile / tablet menu — matches Bootstrap lg (992px) hamburger */
@media only screen and (max-width: 991.98px) {
    .navMenuAreav {
        display: contents !important;
    }

    .mainMenu header {
        flex-wrap: wrap;
        position: relative;
        align-items: center;
    }

    .mainMenu header > a {
        max-width: calc(100% - 70px);
    }

    .mainMenu header > a img,
    .siteHeaderLogo {
        max-height: 40px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .navbar-toggler {
        position: static !important;
        padding: 8px 12px;
        font-size: 18px;
        margin-left: auto;
        z-index: 1100;
    }

    #navbarMenu {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 12px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0, 31, 63, 0.12);
        padding: 8px 0;
        z-index: 1050;
        order: 3;
    }

    #navbarMenu.collapsing,
    #navbarMenu.show {
        display: block !important;
    }

    #navbarMenu ul.menuList {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 0;
        margin: 0 !important;
    }

    #navbarMenu ul.menuList > li {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
    }

    #navbarMenu ul.menuList > li:last-child {
        border-bottom: none;
    }

    #navbarMenu ul.menuList > li:after {
        display: none !important;
    }

    #navbarMenu ul.menuList > li > a.nav-link {
        display: block;
        width: 100%;
        padding: 14px 16px;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Outfit', sans-serif;
        color: var(--color-navy) !important;
        text-align: left;
    }

    #navbarMenu ul.menuList > li > a.nav-link:hover,
    #navbarMenu ul.menuList > li > a.nav-link:focus {
        background: #f8f9fa;
        color: var(--color-gold) !important;
    }

    #navbarMenu .navServicesDropdown .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #navbarMenu .dropdown-menu {
        position: static !important;
        float: none !important;
        inset: auto !important;
        transform: none !important;
        width: 100%;
        min-width: 100%;
        max-height: none;
        margin: 0 !important;
        padding: 0 0 8px;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: #f8fafc;
    }

    #navbarMenu .dropdown-item {
        padding: 11px 16px 11px 28px;
        font-size: 15px;
        border-bottom: 1px solid #eef1f5;
        text-align: left;
        color: var(--color-navy);
    }

    #navbarMenu .dropdown-item:last-child {
        border-bottom: none;
    }

    #navbarMenu .headerLocaleCurrency {
        margin-left: 0 !important;
        margin-top: 0;
        padding: 12px 16px;
        justify-content: flex-start;
        border-top: 1px solid #eee;
        width: 100%;
    }
}
