@media (max-width: 1299px) {
    .main-slider-buttons {
        display: none;
    }
}

@media (max-width: 1199px) {
    .slide-banner {
        padding-top: calc(800 / 1920 * 100%);
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1540px;
    }
}

@media (min-width: 992px) {
    .slider-form {
        background: none !important;
    }
}

@media (max-width: 991px) {
    .nav-top {
        display: none;
    }
    .ftr-top {
        display: none;
    }
    .ftr-payment {
        justify-content: flex-start;
    }

    .car-item .desc {
        padding: 0;
        border: none;
        margin-bottom: 10px;
    }

    .rsv-table td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100% !important;
        margin-bottom: -1px;
    }
    .rsv-table td.mobile-none {
        display: none;
    }
    .rsv-table td.rsvt-head-td {
        background: #fbfbfb;
        border: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        z-index: 10;
        position: relative;
    }
    .rsv-table td.rsvt-head-td .rsvt-label {
        font-weight: 600;
        color: #ec008c;
    }
    .rsvt-label {
        margin-right: 10px;
    }
    .rsv-table td > .form-group,
    .rsv-table td > .form-group-time {
        width: 200px;
    }
    .tooltip-box > .tooltip-content {
        width: 300px;
    }

    .page-banner {
        padding-top: calc(720 / 1280 * 100%);
    }

    .bcrumb-flex > .links {
        display: none;
    }

    .rsv-extras td > .form-group {
        width: 100px;
    }

    .rsv-table .mobile-column-flex {
        flex-direction: column;
    }

    .rsv-table .mobile-column-flex > .form-group {
        width: 100%;
    }
    .rsvt-caption {
        text-align: right;
    }
    #main_slider {
        display: none;
    }
    .slider-form {
        position: relative;
        top: 0;
        transform: none;
        margin: 0;
        padding: 40px 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .slider-form:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.2;
        z-index: 2;
    }
    .slider-form > .container {
        z-index: 10;
        position: relative;
    }
    .slider-bottom {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .burger-nav .bn-flex {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .burger-nav .bn-logo {
        margin-bottom: 10px;
    }
    .form-panes,
    .page-form {
        padding: 5px;
    }
    .form-panes .form-group,
    .page-form .form-group {
        margin-bottom: 5px;
    }
    .showcase > img.left-img,
    .showcase > img.right-img {
        width: 200px;
    }

    .car-item .img {
        border: solid 1px #ddd;
        border-radius: 4px;
        margin-bottom: 20px;
    }
    .result-top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .result-top .title {
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .nav-dropdown > .dropdown-toggle {
        font-size: 12px;
        line-height: 18px;
    }
    .burger-nav .bn-flex > .right .dml {
        margin-left: 10px;
    }
    .showcase > img.left-img,
    .showcase > img.right-img {
        display: none;
    }
    .content-box-inner {
        padding: 10px;
    }
    .payment-tabs {
        width: 100%;
    }
    .payment-tabs > .tab {
        width: 100%;
        margin-right: 0;
    }

    .blog-item {
        flex-direction: column;
    }
    .blog-item > .img {
        width: 100%;
        margin-right: 0;
    }
    .nav-dropdown > .dropdown-menu {
        left: 0 !important;
        right: unset !important;
    }
    .burger-nav .bn-logo > img {
        width: 150px;
    }
}

@media (max-width: 449px) {
}
