@media screen and (max-width:1400px){
}
@media screen and (max-width:1200px){
    .hidden-c-lg{
        display: none!important;
    }
    .show-c-lg{
        display: block!important;
    }
    .header_logo img{
        height: 55px!important;
        width: auto!important;
    }
    .row{
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}
.show-c-lg{
    display: none;
}
@media screen and (max-width:990px){
    .hidden-c-block{
        display: none;
    }
    .home-col-4{
        padding: 0!important;
    }
    .slider .slick-prev{
        left: 1rem!important;
        height: 4rem!important;
        width: 4rem!important;
    }
    .slider .slick-next{
        right: 1rem!important;
        height: 4rem!important;
        width: 4rem!important;
    }
    .home-block-3 .slick-next {
       transform: translate(0,0)!important;
       right: 5%!important;
    }
    .home-block-3 .slick-prev {
        transform: translate(0,0)!important;
        left: 5%!important;
     }
    .products-btn button{
        margin-right: 0px!important;
    }
    .news-btn button{
        margin-right: 0px!important;
    }
}
@media screen and (max-width:700px){
    .contact-row-1{
        flex-direction: column;
        align-items: center;
    }
    .contact-iconbox{
        width: 100%!important;
    }
}