@media (max-width: 767px){
    .navbar-light .navbar-brand {
        max-width: 70px;
    }
    .navbar-light .navbar-toggler {
        top: 50%;
        right: 0;
        display: flex;
        justify-content: right;
    }
    .quality_section_wrap{
      background-repeat: repeat;
      background-size: contain;
    }
    .category_section{
      padding: 60px 0;
    }
    .category_section.p0{
      padding: 0px 0;
    }
    .contact_us_info{
      padding: 0;
    }
    .contact_us_info .container>.row{
      margin: 0;
    }
    .contact_top_cont a, .contact_top_cont a button{
      width: 100%;
    }
    .heroSlide{
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .banner4_btn a, .banner4_btn a button{width: 100%;}
      .row-reverse-sm{
        flex-direction: row-reverse;
      }
      .product_ctg_section .container, .product_ctg_section .container .col{
        padding: 0;
      }
      .product_ctg_content_wrap{
        padding: 20px;
      }
      .product_ctg_items_icon{
        min-height: 50px;
        min-width: 50px;
      }
      .serviceCard>div {
        padding: 10px 5px;
  background: #fff3dd;
      }
      .banner10_img img{
        padding: 0;
      }
      .product9_inner_cont{
        margin: 0 0 0 30px;
      }
      .testimonial_author img{
        max-height: 10rem;
        max-width: 10rem;
        box-shadow: rgb(255 175 0 / 20%) -10px 0px 0px 0px;
      }

      .testimonial_layout_1{
        gap: 20px;
      }
      .contact_us_sec, .address_sec{
        padding: 50px 0;
      }
      #mapBox{
        min-height: 300px;
      }
      .product_section_content{
        padding: 0;
      }
      .about_section_content .product_section_desc{
        padding: 0;
      }
      .quality_img{
        height: 48px;
        width: 48px;
        min-height: 48px;
        min-width: 48px;
      }
      .quality_section{
        padding-top: 0;
      }
      .store_item{
        border-radius: 50px;
        margin: 8px !important; 
        padding-right: 6px !important;
      }
      .store_item_title{
        text-align: left;
        margin-left: 6px;
      }

  .store_item_title span {
    font-size: 12px;
    font-weight: 500;
  }
      .zoom-gallery > li {
        width: 50%;
      }
      .faqs_sec_cont2 .accordion-button{
        font-size: 16px;
      }
      .faqs_sec_cont2 .accordion-body{
        font-size: 14px;
      }
      .footer_top_subs button{
        width: 100%;
        top: 110%;
      }
      .footer_top_social {
        margin-top: 60px;
    }
    .footer_bootom_copyright{
        text-align: center;
    }
    .pb-sm0{
        padding-bottom: 0;
    }
    .pt-sm0{
        padding-top: 0;
    }
}