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

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

    .top_phone_mail li {
        padding-right: 25px !important;
    }

    .carousel-control {
        width: 6% !important;
    }

    .about {
        padding: 80px 0;
    }

    .products {
        padding: 80px 0;
    }

    .innerpages {
        padding: 80px 0;
    }

    .partners {
        padding: 80px 0;
    }

    .company_counter {
        padding: 60px 0;
    }

    .c_counter_box {
        padding: 25px 0;
    }
    .sprs_box{
        flex-direction: column;
        gap: 30px;
        border-radius: 25px;
    }
    .sprs_inner{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 5px;
        justify-content: center;
    }
    .sprs_b_icon{
        text-align: center;
    }



}

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

    #top_bar {
        display: block;
    }

    .top_phone_mail {
        display: none !important;
    }

    .pull-right {
        text-align: center;
        float: none !important;
    }

    .header {
        padding: 10px 0;
    }

    /* .bs_box{
        flex-direction: column;
    }
    .bsb_img{
        width: 100%;
    }
    .bsb_content{
        width: 100%;
        text-align: center;
    } */



}

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

    .carousel-control {
        width: 8% !important;
    }

    .carousel-control i {
        font-size: 20px;
    }

    .home_products {
        margin-top: 70px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 38px;
        height: 38px;
        top: -12%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        right: 50px;
    }

    .header .item-right a {
        font-size: 18px;
        margin-left: 12px;
    }

    .logo {
        padding-left: 15px;
        font-size: 18px;
    }

}

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

    .logo {
        padding-left: 10px;
        font-size: 17px;
    }
    .header .mobile-menu-trigger{
        width: 36px;
        height: 36px;
        margin-left: 10px;
    }
    .header .item-right a{
        font-size: 16px;
        margin-left: 10px;
    }

}