@media only screen and (max-width:600px){
    .getin-touch-content .com-para{
        width:100%;
    }
    #header .logo img{
        width: 100%;
    }
    .down-slide{
        bottom: 10px;
    }
    .product-slide-img figure img{
        width: 100% !important;
    }
    .prod-explorebtn{
        min-width: 222px;
        font: bold 13px/24px Verdana;
    }
    .happy-client-logocontent{
        margin-top: 20px;
    }
    .happy-client-logocontent ul li{
        flex-wrap: wrap;
    }
    .client-content{
        width: 100%;
        margin-left: 0px;
    }
    .ourvaluable-client-slider .owl-carousel .owl-nav .owl-prev{
        right:0px;
        top: 30%;
      }
      .ourvaluable-client-slider .owl-carousel .owl-nav .owl-next{
        left: 0px;
        top: 30%;
      }
}