@media only screen and (max-width:1920px) {
    .box2.odd:last-child a {
        height: 31.5vh;
    }

}
@media only screen and (max-width:1536px) {
    
    .box2.odd:last-child a {
        height: 31vh;
    }
    .counting {
        padding-top: 30px;
    }
    .bikes {
        padding: 150px 0 80px;
    }
    .bikes::before {
        height: calc(100% - 75px);
    }
    
}
@media only screen and (max-width:1600px) {

}
@media only screen and (max-width:1440px) {
    
}
@media only screen and (max-width:1366px) {
    
}
@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1135px) {
    .btn {
        font-size: 14px;
    }
    .fbox span i {
        font-size: 34px;
    }
    .fbox strong {
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .fbox {
        font-size: 14px;
    }
    .fbox2::after {
        right:5px;
    }
    .heading h3::before , .heading.reverse h3::before {
        position: absolute;
        top: 15px;
    }
    .featured .swiper-button-next, .featured .swiper-button-prev {
        top: 7px;
    }
    .featured .brands .swiper-button-next, .featured .brands .swiper-button-prev {
        top: 38px;
    }
}
@media only screen and (max-width:1024px) {
    .box2 a {
        height: 28vh;
    }
    .bikes::before {
        height: calc(100% - 65px);
    }
    .box2.odd a {
        height: 26vh;
    }
    .box2.odd:last-child a {
        height: 26vh;
    }
    .heading::before {
        top: -14px;
    }
    .heading::after {
        left: 32px;
        top: -11px;
    }
    .shop {
        padding: 15px 0 30px;
    }
    .c_icon img {
        width: 49px;
    }
    .c_icon {
        padding-right: 15px;
    }
    .testi {
        padding-top: 45px;
    }
    
}