@media(max-width:1356px){
        .shHero_wtch{
            left: 0;
            transform: translate(0);
            padding-left: 15px;
        }
          .colmn-20{
        flex: 0 0 20%;
    }
}
@media(max-width:1024px){
    /* .navBar{
        background-color: #000;
        width: 100%;
        height: 100%;
    }
    .navBar ul{
        display: block;
    } */
     .navBar ul li a{
        color: #fff;
     }
    .wtch-col{
        width: 100% ;
    }
    .prCnt h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .prImg img {
        width: 150px;
    }
    .banr {
        width: 70px;
    }
    .smTxt h3 {
        font-size: 19px;
    }
    .smImg img{
        object-position: 0;
    }
         .watch-contain{
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 15px;
        justify-content: left;
    }
    .colmn-20{
        flex: 0 0 30%; /* width of items in scroll */
    }
    .wtch-Txt p{
        max-width: 100%;
    }
    .wtchImg1 img{
    width: 150px;
}

}
@media(max-width:999px){
    .smTxt {
        left: 16px;
    }
    .content h6 {
        font-size: 19px;
        line-height: 1.5;
    }
   
}
@media(max-width:768px){
    .tf-grid-layout {
    display: block !important;
    }
     .colmn-20{
        flex: 0 0 50%; /* width of items in scroll */
    }

    .hero_image img{
        height: 400px;
    }
    .heroTxt h1{
        margin-bottom: 10px;
    }
    .pr-row {
        justify-content: center;
    }
    .col-33 {
        width: 50%;
        padding: 5px;
        margin-bottom: 0;
    }
    /* FOOTER */
    .ftr-cnt{
        width: 30%;       
    }    
    .ftr-col{
        padding:10px 0 25px ;
    }
}
@media(max-width:600px){
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .heroTxt {
        left: 30px;
        padding-left: 0;
    }
    .heroTxt h1{
    font-size: 32px;
    margin-bottom: 5px;
}
    .col-33 {
        width: 100%;
    }
    .box_search{
        width: 300px;
    }
    .ftr-cnt{
        width: 50%;       
    } 
    .case-det p{
        display: none;
    }
    .cartBtn a{
        display: none;
    }
    .resCart a{
        display: block;
    }

}
@media(max-width:425px){
    .box_search{
        width: 100%;
    }
    .ftr-cnt{
        width: 100%;       
    } 
}