@media only screen and (max-width: 600px){
     .vision-section .hm-ico-sec {
             border-radius:5px;
    height:auto!important;
            transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
                padding: 20px 15px;
    display: block;
    text-align: center;
   
}
     .product-category .owl-carousel .owl-nav button.owl-prev  {
    position: absolute;
    top: 30%;
    left: 0!important;
    background: gray;
    border-radius: 50%;
    /* padding: 20px; */
    height: 40px;
    width: 40px;
    color: inherit;
    border: none;
    /* padding: 0!important; */
    font: inherit;
}
.product-category  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: 0!important;
    background: gray;
    border-radius: 50%;
    /* padding: 20px; */
    height: 40px;
    width: 40px;
    color: inherit;
    border: none;
    /* padding: 0!important; */
    font: inherit;
}
    
    .col-lg-02{width:100%!important;}
    ul.navbar-nav {
        margin-top: 35px;
        padding: 0 0 20px;
    }

    button.navbar-toggler {
        border: 0;
    }

    button.navbar-toggler:focus, button.navbar-toggler:focus-within, button.navbar-toggler:focus-visible{
        outline: 0;
        border: 0;
        box-shadow: none;
    }

    .main-banner-content {
        width: 80%;
        margin: 30px auto 0;
        text-align: center;
    }

    .btn-dual {
        font-size: 13px;
        margin-bottom: 40px;
        text-align: center;
    }

    .hm-ico-sec {
        margin-bottom: 23px;
        margin-left: 33px;
    }

    .main-title h2 {
        font-size: 35px;
    }

    .prod-img {
        text-align: center;
    }

    a.product-sec {
        margin-bottom: 30px;
        display: inherit;
        text-align: center;
    }

    .video-desc h4 {
        font-size: 1.5em;
        width: 49%;
    }

    .about-desc {
        padding: 20px;
    }

    .main-title{
        padding-left: 20px;
    }

    .abput-pg-img img {
        height: 432px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .footsticky a img {
        max-height: 78px;
    }

    .contact-sec{
        min-height: 100%;
    }
}

