@media (min-width: 1200px) and (max-width: 1399px) {}
@media (min-width: 768px) and (max-width: 991px) {}


@media (max-width: 991px) {
    .contact .cell-wrap {
        gap: 20px 30px;
    }
    .contact .cell-wrap .cell {
        width: calc((100% - 30px) / 2);
    }
    .contact .cell-wrap .cell.btn-row {
        width: 100%;
    }
    .driving-experiences .content-cell {
        margin-top: -360px;
    }
    .driving-experiences .content-cell h4 {
        font-size: 60px;
    }
    .driving-experiences .cell-wrap .cell {
        width: calc((100% - 45px) / 4);
    }
    .sec-4 .cell {
        width: calc((100% - 60px) / 2);
    }
    .banner h1 {
        font-size: 60px;
    }
    .banner h1 span {
        font-size: 30px;
    }
    .banner h1 label {
        font-size: 30px;
    }
    .banner {
        min-height: 650px;
    }
    .contact .cell-wrap .cell .submit-btn {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    footer .bottom {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    footer .back-to-top {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    footer {
        padding: 40px 0 10px 0;
    }
    .contact .cell-wrap {
        padding: 40px 30px;
    }
    .contact .cell-wrap .cell {
        width: 100%;
    }
    .contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact p.style1 {
        font-size: 18px;
    }
    .contact h5 {
        font-size: 50px;
    }
    .driving-experiences .content-cell {
        margin-top: -430px;
    }
    .driving-experiences .content-cell h4 {
        font-size: 50px;
        line-height: 1;
    }
    .driving-experiences .cell-wrap .cell {
        width: calc((100% - 30px) / 3);
    }
    .sec-4 {
        gap: 50px 30px;
    }
    .sec-4 .cell {
        width: calc((100% - 30px) / 2);
    }
    .sec-2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec-2 h2 {
        font-size: 50px;
    }
    .sec-2 p {
        font-size: 26px;
        line-height: 1.5;
    }
}
@media (max-width: 575px) {
    .contact .cell-wrap .cell input {
        height: 50px;
    }
    .contact p.style1 {
        font-size: 16px;
        font-weight: 500;
    }
    .contact h5 {
        font-size: 40px;
    }
    .contact .cell-wrap {
        padding: 30px 15px;
        border-radius: 10px;
    }
    .driving-experiences .content-cell {
        margin-top: -440px;
    }
    .driving-experiences .content-cell h4 {
        font-size: 40px;
    }
    .driving-experiences .cell-wrap .cell {
        width: calc((100% - 15px) / 2);
    }
    .sec-4 {
        padding: 50px 15px;
        gap: 30px 30px;
    }
    .sec-4 .cell {
        width: 100%;
    }
    .sec-3 {
        flex-wrap: wrap;
    }
    .sec-3 img {
        width: 50%;
    }
    .sec-2 h2 {
        font-size: 40px;
    }
    .sec-2 p {
        font-size: 24px;
        line-height: 1.4;
    }
    .banner {
        padding: 40px 20px;
    }
    .banner h1 {
        font-size: 45px;
    }
    .banner h1 span {
        font-size: 25px;
    }
    .banner h1 label {
        font-size: 25px;
    }
    .banner {
        min-height: 600px;
    }
    .banner h1 div {
        margin-top: -15px;
    }
    .banner .btn {
        width: 265px;
    }
    .contact .cell-wrap .cell .nice-select {
        line-height: 50px;
    }
    .contact .cell-wrap .cell .nice-select {
        height: 50px;
        line-height: 50px;
    }
    .driving-experiences .content-cell h4 {
        padding-right: 0;
        padding-left: 0;
    }
}