@media (min-width: 1440px) and (max-width: 3000px) {
    header .container-fluid {
        max-width: 1920px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    header {
        background-color: #fff;
    }
    header #menu-main-menu li a {
        margin-left: 0;
    }

    header #menu-main-menu li a {
        color: #000;
    }
    header a.bordered-btn {
        color: #000000;
        border-color: #000;
    }
    ul.navbar-nav.header-btns {
        margin-left: 0;
        margin-top: 30px;
    }
    
    header a.solid-btn {
        margin-left: 0;
        margin-top: 15px;
    }
    
    header #menu-main-menu li {
        margin-bottom: 15px;
    }
    
    header #menu-main-menu li:last-child {
        margin-bottom: 0;
    }
    ul#menu-main-menu {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    header {
        background-color: #fff;
    }
    header #menu-main-menu li a {
        margin-left: 0;
    }
    header #menu-main-menu li a {
        color: #000;
    }
    header a.bordered-btn {
        color: #000000;
        border-color: #000;
    }
    ul.navbar-nav.header-btns {
        margin-left: 0;
        margin-top: 30px;
    }
    
    header a.solid-btn {
        margin-left: 0;
        margin-top: 15px;
    }
    
    header #menu-main-menu li {
        margin-bottom: 15px;
    }
    
    header #menu-main-menu li:last-child {
        margin-bottom: 0;
    }
    ul#menu-main-menu {
        padding-top: 30px;
    }
    .footer-box {
        margin-bottom: 30px;
    }
    
    footer {
        /*padding-top: 50px;*/
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .footer-box {
        margin-bottom: 30px;
        border-bottom: 2px solid #f2f8fd
    }
    .footer-box {
        /*padding-bottom: 30px;*/
    }
    .footer-box.customer-footer ul:first-child {
        margin-bottom: 15px;
    }
    .footer-box.terms-condition {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .footer-bottom-menu ul li a {
        margin-bottom: 15px;
    }
    form.vin-form input[type=submit] {
        display: inline-block;
        width: 100%;
        padding: 20px 30px;
    }
    
}

@media only screen and (min-width: 360px) and (max-width: 767px) {

}

@media only screen and (min-width: 375px) and (max-width: 767px) {

}

@media only screen and (min-width: 414px) and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {
    img.custom-logo {
        max-width: 150px;
        height: auto;
    }
    .footer-bottom-menu ul li a {
        margin-bottom: 15px;
    }
    .incremental-counter .num {
        font-size: 30px;
        height: 50px;
        width: 38px;
        line-height: 50px;
    }
    .counter-area {
        padding: 100px 0;
    }
    .video-area {
        padding: 80px 0;
    }
    
    .counter-area {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 1020px) {
            .form-field {
                width: 100% !important;
            }
            .credit {
                display: none !important;
            }
            .wc-credit-card-form th {
                display: table-cell;
                position: relative;
                margin: 0 auto;
            }
            .elementor-224 .elementor-element.elementor-element-e85ffb4 > .elementor-element-populated {
                margin: 0px 0px 0px 0px !important;
            }
            .elementor-section.elementor-section-boxed>.elementor-container {
                margin: 5px !important;
            }
            .rcredit,
            .rexpireDate,
            .rsecurityCode {
                display: table-row !important;
            }
}