@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  #main_header{
    display: none;
  }
  .small nav {
    padding: 15px 0;
  }
.small img {
    width: 194px;
}
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .menu-2{
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }
.small nav .sidebar {
    position: fixed;
    top: 0;
    left: -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 {
    left: 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-size: 14px;
  }
  
  .small {
    display: block;
  }
  h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 25px;
}
 p {
    margin: 0;
    line-height: 34px;
    margin-bottom: 25px;
    font-size: 20px;
}

h1 {
    font-size: 44px !important;
}
h2 {
  font-size: 35px;
 
} 
h3 {
  font-size: 30px;
 
} 
.small .sub-menu-1,
 .small  .sub-menu-2 {
    display: none;
    padding-left: 15px;
  }

 .small  li.open> .small .sub-menu-1,
 .small  li.open> .small  .sub-menu-2 {
    display: block;
  }

 .small  .sidebar ul li {
    padding: 10px 0;
    position: relative;
  }

 .small  .sidebar ul li 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  .sidebar ul li a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    width: calc(100% - 24px);
  }

  .small li.level-1.open .sub-menu-1 , .small li.level-2.open .sub-menu-2{
    display: block;
  }


p br{
  display: none;
}

header#main_header {
  display: none;
}
section{
  padding: 50px 0;
}
.fixed-bottom{
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.m-backtotop.active {
    bottom: 55px;
    opacity: 1;
    z-index: 99999;
}
.banner_sec {
    padding-top: 180px;
    position: relative;
}
.banner_sec .container {
    position: relative;
    z-index: 11;
}
.banner_sec::before {
    background-color: #00000061;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
}
.product-box .bottom-box {
    display: flex;
    gap: 9px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.product-box .content-box h6 {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}
.product-box .content-box p.sku {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.product-box .bottom-box .left-box .price {
    margin-bottom: 8px;
    font-size: 23px;
}
.product-box .bottom-box .left-box span {
    font-size: 15px;
    letter-spacing: 0;
}
.product-box .bottom-box .rignt-box a {
    font-size: 19px;
 
    margin-top: 21px;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 17px 21px;
    text-align: center;
}
.home_sec_4 .service-box img{
  height: 850px;
  object-fit: cover;
}
.home_sec_4 .service-box  {
  text-align: center;
}
.home_sec_4 .service-box .over-lay{
  top: 50px;
}
.footer .heading  h5 {
    font-size: 27px;
}
.footer{
  background: #000!important;
}
.footer .heading .ft-list li a {
    color: #fff;
    font-size: 22px;
}
.home_sec_1 .cat-box h5 {
    font-size: 26px;
}
.banner_sec h2 {
   font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}
.product-box .content-box {
  text-align: center;
}
.product-box .content-box h6 a {
    color: var(--theme-color-second);
    font-size: 32px;
}
.product-box .content-box h6 {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.6;
}
}

/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


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


/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



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

/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}

/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




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

/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

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

/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

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

/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

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

}

/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

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

}



















/* =======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px */

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

}




















/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

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

















