@media only screen and (max-width: 1400px) {
    .header .bottom-header .link {
        margin-right: 20px;
    }

    .dubai-shop .about-shop .about-wrapper h3 {
        font-size: 20px;
    }

    .dubai-shop .about-shop .about-wrapper p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .brands .brands-logo {
        grid-template-columns: repeat(5, 1fr);
    }

    .brands .brands-logo .logo-b {
        text-align: center;
    }
}

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

    .web-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .banner .banner-form {
        position: unset !important;
/*         margin-top: -90px; */
    }

    .banner-form form {
        position: relative;
        z-index: 9;
    }

    .banner-container {
        box-shadow: 0px 0px 5px #c3c3c3f7;
        padding: 0px;
    }

    .banner-form form .Button button {
        width: 100%;
    }

    .banner-form .info-message {
        display: none !important;
    }

    .banner-form .nav-item .nav-link {
        font-size: 12px;
    }

    .banner-form .nav-item .nav-link img {
        width: 17px;
    }

    .title {
        width: 100%;
    }

    .dubai-shop .about-wrapper .num-letter {
        display: none;
    }

    .dubai-shop .about-shop {
        padding: 30px;
    }

    .brands .brands-logo {
        grid-template-columns: repeat(3, 1fr);
    }
    .order-no2{
        order: 2;
    }
    .order-no1{
        order: 1;
    }
}

@media only screen and (max-width: 767px) {.banner-form #pills-tabContent #pills-profile form .fields input{   margin-bottom: 15px;}
    .brands .brands-logo {
        grid-template-columns: repeat(2, 1fr);
    }

    .offer .img-offers img {
        width: 100%;
    }

    .offer .slick-next {
        right: 0px !important;
        top: 50% !important;
    }

    .offer .slick-prev {
        left: 0px;
        top: 50% !important;
        right: auto !important;
        z-index: 99;
    }

    .offer .slick-prev:before,
    .offer .slick-next:before {
        background-size: 50px;
        height: 50px;
        width: 50px;
    }

    .services {
        display: none;
    }

    .web-tyre {
        display: none;
    }

    .mob-tyre-slider {
        display: block !important;
    }

    .online-tyre {
        padding-top: 50px;
    }

    .web-logo {
        display: none !important;
    }

    .mob-logo {
        display: block;
    }

    .footer .footer-links {
        grid-template-columns: 1fr;
    }

    .fs48 {
        font-size: 38px;
    }

    .process .process-wrapper.p-1::after,
    .process .process-wrapper.p-2::after {
        content: none !important;
    }

    .cta .cta-content {
        padding: 80px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .level-up .inner-banner {
        padding: 30px;
    }

    .fs48 {
        font-size: 32px;
    }
    .cta .cta-content {
        padding: 50px 30px;
    }
.mob-fcolumn {
	flex-direction: column;
	}
}


@media only screen and (max-width: 475px) {

    .brands .brands-logo {
        grid-template-columns: repeat(2, 1fr);
    }
    .checkboxes{   grid-template-columns: 1fr 1fr 1fr;}

    .footer .subs-fields {
        flex-direction: column;
        align-items: self-start !important;
    }

    .footer .subs-fields button {
        margin-top: 10px;
        margin-left: 0px !important;
    }

    .offer .slick-prev {
        left: 7px !important;
    }

    .offer .slick-next {
        right: 30px !important;
    }


}@media only screen and (max-width: 375px){   .checkboxes{   grid-template-columns: 1fr 1fr;}}