/*media css*/
@media all and (min-width: 1024px){
    .sub-arrow{
        display: none !important;
    }
}

@media all and (max-width: 1120px) {
    .slide-pagination-box{
        /* width: 33% !important; */
        padding: 0 !important;
    }
}

@media all and (max-width: 920px) {
    h1{
        font-size: 30px !important;
    }

    .slide-pagination-container{
        display: none !important;
    }

    .brocar-main-slider .swiper-wrapper .swiper-slide .swiper-slide-inner .swiper-slide-contents{
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}

@media all and (max-width: 767px) {
    .hover-img-efect{
        height: 200px !important;
    }
}
