@media screen and (max-width: 992px) {
  html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
  
  }
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
	
  #main_header{
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small img {
    width: 75px;
  }
  .small .d-flex{
    gap: 15px;
  }
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 400;
  }
  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }
  .small.show .sidebar {
   right: 0;
  }
  
  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }
  
  .small nav .sidebar>ul>li {
    padding: 10px;
   
  }
  
  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }
  
  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }
  
  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }
  
  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }
  
  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }
  
  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }
  
  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }
  
  .small {
    display: block;
  }

  h1 {
    font-size: 48px;
    text-transform: uppercase;
    /* font-weight: 400; */
  }
  h2 {
    font-size: 37px;
    font-weight: 400;
  }

  p br{
  display: none;
  }

  section {
    padding: 50px 0px;
  }
	.whatsapp {
    top: inherit;
    bottom: 10px;
    left: 10px;
}
	
.small .d-flex {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
	.small .d-flex a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
	.small .d-flex a:last-child {
    position: relative;
    top: -10px;
}
  
}

@media screen and (max-width: 767px) {

 .banner_sec #item-1 {
    background-position: 80% !important;
    text-align: center;
  }

  .banner_sec #item-1 .heading{
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px 15px;
    border-radius: 10px;
    border: 1px solid #fff;
  }

  .home_sec2 {
    background: url(../image/quality-mobile-bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;
  }
  .home_sec2 .heading {
    background-color: rgba(255, 255, 255, 0.19);
    padding: 35px 15px;
    border-radius: 5px;
    border: 1px solid #fff;
  }

  .home_sec5 .infotitle {
    font-family: omnes-pro, sans-serif;
    text-align: center;
    font-size: 1.525rem;
    line-height: 120%;
    color: #363636;
    margin: 1rem 0 0.5rem;
    height: 41px;
  }
  .home_sec3 .content p {
    height: inherit;
  }

  .home-sec2 h2 {
    font-size: 37px;
  }
  .home-sec2 {
    text-align: center;
  }
  .owl-testimonial{
    text-align: center;
  }
  .owl-testimonial .owl-nav {
    display: none!important;
    position: absolute;
    top: 39%;
    left: -30px;
    display: flex;
    width: 107%;
    justify-content: space-between;
    transform: translate(0px);
  }

  .review-box img {
    width: 169px !important;
    margin-bottom: 7px;
    margin: 0 auto;
    margin-bottom: 12px;
  }

  .review-box .date-and-user-info-wrapper {
    /* display: -ms-flexbox; */
    display: flex;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    justify-content: center;
    margin-bottom: 24px;
  }

  .footer {
    padding: 60px 0;
    border-top: 1px solid #484848;
  
  }

  .footer .social {
    display: flex;
    gap: 8px;
    align-items: center;
    
  }

  
.product-info .tab-content ul {
  padding-left: 0;
  margin-bottom: 0;
  column-count: 1!important;
}

.product-info .nav-pills .nav-link {
	color: #484848;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	width: 100%;
	font-size: 15px;
	padding: 20px 0;
}

.product-info #pills-tab {
	border-bottom: 1px solid #bbb;
	flex-direction: column;
}
.product-form {
	padding-bottom: 41px;
	text-align: center;
}
.product-form .quantity-counter {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.product-form .quantity-counter .increment, .product-form .quantity-counter .decrement {
	border: 0;
	cursor: pointer;
	color: #000;
	border: 1px solid #666;
	background: transparent;
	border: none;
	padding: 0px 14px;
}
.product-form .div-flex {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.product-form .div-flex label {
	width: 100%;
	font-weight: 600;
	color: #363636;
	text-transform: uppercase;
}
.product-form .btn-1 {
	background-color: #363636;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	border: 0 none;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 15px;
}

.catagory-2 .img-box-2 {
	display: flex;
	gap: 5px;
	width: 220px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.selling_info-2.selling_info {
	text-align: center;
}
}

@media screen and (max-width: 567px) {}

@media screen and (max-width: 320px) {}