@font-face {
    font-family: 'gt_walsheim_prolight';
    src: url('fonts/gtwalsheimpro-light-webfont.woff2') format('woff2'),
         url('fonts/gtwalsheimpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;font-display: swap;

}

@font-face {
    font-family: 'GT Walsheim Pro Thin';
    src:url('fonts/GTWalsheimPro-Thin.woff2') format('woff2'),
        url('fonts/GTWalsheimPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro Bold';
    src:url('fonts/GTWalsheimPro-Bold.woff2') format('woff2'),
        url('fonts/GTWalsheimPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro Regular';
    src:url('fonts/GTWalsheimPro-Regular.woff2') format('woff2'),
        url('fonts/GTWalsheimPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro Medium';
    src: url('fonts/GTWalsheimPro-Medium.woff2') format('woff2'),
        url('fonts/GTWalsheimPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;font-display: swap;
}


#main-wrapper {overflow: hidden;position: relative;max-width: 1900px;margin: 0 auto;width: 100%;}
a:focus,a:hover{text-decoration: none;outline: none;}
a{text-decoration: none;}
.container{max-width:1140px;}

.txt-center{text-align: center;}
.txt-left{text-align: left;}
.color-white{color: #fff;}
.color-red{color: #B60309;}
.color-ash{color: #6A6A6A;}
.color-green{color: #6AC27B;}
.color-black{color: #1a1a1a;}
.color-brwn{color: #3E2524;}
.color-ylw{color: #F6B825;}



h1{font-family: 'GT Walsheim Pro Bold';font-size: 65px;margin:0;}
h2{font-family: 'GT Walsheim Pro Medium';font-size: 58px;}
h3{font-family: 'GT Walsheim Pro Bold';font-size: 42px;}
h4{font-family: 'GT Walsheim Pro Regular';font-size: 35px;}
h5{font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;font-size: 25px;margin:0;}
h6{font-family: 'GT Walsheim Pro Thin';font-size: 33px;margin:0;}
p{font-family: 'GT Walsheim Pro Regular';font-size: 21px;}


.sgnup {
    font-family: 'gt_walsheim_prolight';
    font-size: 18px;
    color: #6A6A6A;
    border-right: 2px solid #afafaf;
    padding: 0px 7px 1px 0;
}

/*header{margin: 0;padding: 24px 0 9px;float: left;width: 100%;position: absolute;background: transparent;z-index: 99;top: 0;left: 0;}*/
header{margin: 0;padding: 0 0 9px;float: left;width: 100%;position: absolute;background: transparent;z-index: 99;top: 0;left: 0;}


.menu-part{margin: 0 0px 0 0;padding: 0 0px 0 0;border-radius:45px;background-color: transparent;}

/*-----------------------css for menu part----------------------*/

.new-menu ul li.current-menu-item a{color: #B60309;}

.new-menu{width: 100%;float: right;/*margin: 0 0 0 24px;*/margin: 0px 0 0;padding: 0;}
ul.menu{margin: 0 0 0 0px;padding:0 0 0 0;list-style: none;float:left;overflow: visible;height: 49px;}
ul.menu li {
    margin: 0 15px 0;
    list-style: none;
    float: left;
    position: relative;
    padding: 0 3px 6px;
    transition: ease-in-out 1s;
    height: auto;
    z-index: 9;
    text-align: center;
    width: auto;
}


ul.menu li a {font-family: 'GT Walsheim Pro Medium';font-optical-sizing: auto;font-size: 20px;color:#000;display: block;text-decoration: none;z-index: 9;transition:ease-in-out 1s;}

ul.menu li:hover a{color: #B60309;transition:ease-in-out 1s;}

ul.menu {clear: both;max-height: 0;transition: max-height .2s ease-out;}
.new-menu .menu-icon {cursor: pointer;display: inline-block;float: right;padding: 28px 20px;position: relative;user-select: none;}

 .menu-icon .navicon {background: #333;display: block;height: 2px;position: relative;transition: background .2s ease-out;width: 18px;}
.menu-icon .navicon:before,
 .menu-icon .navicon:after {background: #333;content: '';display: block;height: 100%;position: absolute;transition: all .2s ease-out;width: 100%;}

.new-menu .menu-icon .navicon:before {top: 5px;}

.new-menu .menu-icon .navicon:after {top: -5px;}

/* menu btn */

.new-menu .menu-btn {display: none;}

.new-menu .menu-btn:checked ~ .menu {max-height: 240px;}
.new-menu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}

.new-menu .menu-btn:checked ~ .menu-icon .navicon:before {transform: rotate(-45deg);}

.new-menu .menu-btn:checked ~ .menu-icon .navicon:after {transform: rotate(45deg);}

.new-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.new-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {top: 0;}
/* =========================================
   WordPress Menu Dropdown Fix
   ========================================= */

/* 1. PARENT MENU ITEM (Top Level) 
   We set position: relative here so the dropdown knows where to appear.
*/
.menu-item-has-children {
    position: relative;
}

/* 2. THE SUBMENU (Hidden by default) 
   We use position: absolute to make it float over other content.
*/
.sub-menu {
    position: absolute;
    top: 100%;       /* Pushes it right below the parent */
    left: 0;         /* Aligns it to the left edge of the parent */
    min-width: 220px; /* Gives it a standard width */
    background-color: #ffffff; /* White background */
    visibility: hidden; /* Hide it visually */
    opacity: 0;         /* Make it transparent */
    transform: translateY(10px); /* Small slide effect position */
    transition: all 0.3s ease;   /* Smooth animation */
    z-index: 9999;      /* Ensure it sits on top of everything */
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1); /* Nice shadow */
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

/* 3. SHOW SUBMENU ON HOVER 
   When you hover over the LI, show the UL inside it.
*/
.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); /* Slide up into place */
    display: flex;
}

/* 4. SUBMENU LINKS STYLING */
.sub-menu li {
    display: block;
    width: 100% !important;
    text-align: left !important;
    margin: 0px !important;
}

.sub-menu li a {
    width: 100% !important;
    color: #000 !important;
    padding:4px 10px !important;
    &:hover {
      color: #B60309 !important;
    }
}

.sub-menu li:last-child a {
    border-bottom: none;
}

.sub-menu li a:hover {
    background-color: #f8f9fa; /* Light grey on hover */
    color: #000; /* Darker text on hover */
}

/* =========================================
   OPTIONAL: 3rd Level Menu (Sub-submenu)
   If you have a menu inside a menu, this moves it to the right.
   ========================================= */
.sub-menu .menu-item-has-children > .sub-menu {
    top: 0;
    left: 100%; /* Move it to the right side */
    margin-left: 5px; /* Tiny gap */
}
/* 48em = 768px */

@media (min-width: 48em) {
  .new-menu li {float: left;}
  .new-menu li a {padding: 0 1px;}
  .new-menu .menu {clear: none;float: right;max-height: none;/*padding: 17px 0px 0 0;*/width: 100%;margin: 0 0;}
  .new-menu .menu-icon {display: none;}
}
img.logopic {
    width: 196px;
    height: 94px;
    object-fit: contain;
}

section#banner-part {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}
.banner-caption h5 {
    margin: 21px 0 21px 0;
}
img.bnrimage {
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: center center;
    height: 780px;
}
#banner-part::after {
    content: "";
    position: absolute;
    top: 352px;
    left: 0;
    width: 100%;
    height: 848px;
    background: url(images/banneronr.png) no-repeat;
    background-size: cover;
    z-index: 1;
    bottom: 0;
    max-height: 900px;
}
.banner-caption {
    position: absolute;
    left: 0;
    top: 200px;
    z-index: 9;
    width: 1108px;
    right: 0;
    margin: 0 auto;
    float: none;
    display: table;
    text-align: center;
}

a.cntus , .wc-block-cart__submit-button, .wc-block-components-button {
    margin: 19px auto 0;
    padding: 9px 21px;
    float: none;
    font-size: 20px;
    color: #fff;
    font-family: 'gt_walsheim_prolight';
    transition: ease-in-out 1s;
    background-color: #B60309;
    border-radius: 12px;
    text-decoration: none;
    width: auto;display: table;
}
a.cntus:hover {transition:ease-in-out 1s;background-color: #6AC27B;color:#000;}

section#before-best-part {
    padding-top: 0;
    margin: 0 0 257px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.potprt {
    position: absolute;
    left: 0;
    width: 90%;
    right: 0;
    margin: 0 auto;
    float: none;
    bottom: 0;
    z-index: 9;
    top: 794px;
}
.each-pot{float: left;width:100%;border-radius: 12px;}
.each-pot img{float: right;width:150px;height:120px;object-fit: contain;}
.potprt .col-sm-4:nth-child(odd) .each-pot{background-color: #6AC27B;}
.potprt .col-sm-4:nth-child(even) .each-pot{background-color: #F5B213;}
.pot-text {
    float: left;
    width: 184px;
    padding: 8px 0 0px 15px;
}
.pot-text p{margin: 0;}
.pot-text h3{margin: 0;}
.each-pot img {
    float: right;
    width: 147px;
    height: 167px;
    object-fit: contain;
}

section#best-prducts {
    margin: 0;
    padding: 4% 0 4%;
    float: left;
    width: 100%;
    position: relative;
    z-index: 8;
}
section.bstprdt{ margin: 0;
    padding: 18% 0 4% !important;
    float: left;
    width: 100%;
    position: relative;
    z-index: 8;}
.bstprdct{font-size: 50px;font-family: 'GT Walsheim Pro Bold';}
.prdct-name{font-family: 'GT Walsheim Pro Bold';font-size: 25px;color:#6A6A6A;}
.prdct-descrpt{font-family: 'GT Walsheim Pro Medium';font-size: 18px;color:#6A6A6A;}
.prdct-price{font-family: 'gt_walsheim_prolight';font-size: 18px;color:#6A6A6A;}
a.crtbtn{font-family: 'GT Walsheim Pro Regular';font-size: 18px;color:#fff;background-color: #B60309;border-radius: 12px;padding: 12px 12px;}
.secbtn{
  font-family: 'GT Walsheim Pro Regular' !important;
  font-size: 18px !important;
  color:#6a6a6a !important;
  background-color: #f8f8f8 !important;
  border-radius: 12px !important;
  padding: 12px 12px !important;
  border: 1px solid #95d1a0 !important; 
  display: flex !important;
  align-items: center !important;
  gap: 3px !important;
  transition: 0.3s ease-in-out !important;
  &:hover {
    background-color: #eaeaea !important;
    color: #3b3b3b !important;
  }
}

img.prdct-pictr {
    border-radius: 12px;
    margin: 0 0 15px 0;
    width: 100%;
    height: 266px;
    object-fit: contain;
}
.product-template-default.single-product.single  {
 .cart {
      display: flex;
    flex-direction: column;
    gap: 10px;
}
a.crtbtn {
    padding: 8px 12px;
}
}
section#about-part{margin:0;padding: 4% 0;float: left;width: 100%;background:url("images/abt-bck.jpg") no-repeat;background-size: cover;background-position: center center;}
section#about-part a.cntus{margin: 19px 0 0;float: left;}
.about-text {
    float: left;
    width: 64%;
    padding: 0 0px 0 0;
}

section#deal-part{margin:0;padding:0% 0 4%;float: left;width: 100%;}
.each-lorem {
    background-color: #eaefe9;
    padding: 0;
    float: left;
    width: 100%;
}
.text-lorem {
    float: left;
    width: 267px;
/*    padding: 30px 16px 0;*/
    padding: 78px 16px 0;
}
.text-lorem p {
    color: #6A6A6A;
    font-size: 18px;
}
.text-lorem a{color: #B60309;font-size: 20px;font-family: 'GT Walsheim Pro Medium';margin: 0 auto;float: none;display: table;}
h3.lrm-rd{
  color: #B60309;
/*  font-size: 36px;*/font-size:45px;
  span {
    font-family: 'gt_walsheim_prolight';

  }
}
.each-lorem img {
    float: right;
    width: 262px;
    height: 252px;
    object-fit: contain;
}
.products-card {
  background: #f8f8f8;
  padding: 10px;
  border-radius: 10px;
  .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    .secbtn , .crtbtn {
      border-radius: 8px;
      padding: 8px 13px !important;
      font-size: 16px;
    }
  }
}
/*section#distrb-part{margin:0;padding: 4% 0;float: left;width: 100%;background:url("images/distbck.jpg") no-repeat;background-size: cover;background-position: center center;}*/
section#distrb-part{margin:0;padding: 4% 0;float: left;width: 100%;background:url("images/canbck.jpg") no-repeat;background-size: cover;background-position: center center;}
section#distrb-part .about-text h2{text-align: center;}
section#distrb-part .about-text h4{text-align: center;}
section#distrb-part .about-text p{text-align: center;}
section#distrb-part .about-text a.cntus{text-align: center;margin: 19px auto 0;
    float: none;display: table;}
section#distrb-part .about-text{width: 100%;padding: 0 130px;}


p.adrstext{font-family: 'gt_walsheim_prolight';font-size: 24px;color:#6A6A6A;color: #fff;}
p.adrstext a{font-family: 'gt_walsheim_prolight';font-size: 24px;color:#6A6A6A;color: #fff;}

footer{margin: 0;padding:4% 0;float: left;width: 100%;background:url("images/footerbck.jpg") no-repeat;background-size: cover;background-position: center center;}

img.btmlogoimage {
    margin: 0 auto 21px;
    float: none;
    display: table;
    width: 287px;
    height: 134px;
    object-fit: contain;
}
ul.btm-menu-part {
    margin: 33px auto 19px;
    padding: 0;
    float: none;
    width: auto;
    display: table;
}
ul.btm-menu-part li {
    margin: 0 18px;
    padding: 0;
    float: left;
    list-style: none;
}
ul.btm-menu-part li a{margin:0;padding:0;float:left;list-style: none;color:#fff;font-size: 18px;font-family: 'gt_walsheim_prolight';transition:ease-in-out 1s;text-decoration: none;}
ul.btm-menu-part li:hover a{color:#F6B825;transition:ease-in-out 1s;}
ul.btm-menu-part li.current-menu-item a{color:#F6B825;transition:ease-in-out 1s;}

p.copyright{font-size: 12px;font-family: 'gt_walsheim_prolight';color:#fff;text-align: center;}


.page-template-template-about #banner-part::after {
    content: "";
    position: absolute;
    top: 37%;
    left: 0;
    width: 100%;
    height: 753px;
    background: url(images/banner_bck_inside.webp) no-repeat;
    background-size: cover;
    z-index: 1;
}

.page-template-template-about img.bnrimage {
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: center center;
    height: 647px;
}

.page-template-template-about .banner-caption {
    position: absolute;
    left: 63px;
    top: 200px;
    z-index: 9;
    width: 564px;
    right: 0;
    margin: 0;
    float: left;
    display: initial;
    text-align: left;
}

.page-template-template-about .potprt {
    position: absolute;
    left: 0;
    width: 90%;
    right: 0;
    margin: 0 auto;
    float: none;
    bottom: 0;
    z-index: 9;
    top: 677px;
}

/*section#puprdct-about{margin:360px 0 0 0;padding:4% 0;float: left;width: 100%;background: url("images/prdct_bck_last.jpg") no-repeat;background-size: cover;position: relative;
    z-index: 8;}*/

section#puprdct-about{margin:344px 0 0 0;padding:42px 0 52px;float: left;width: 100%;background: url("images/abtseconbcknewest.jpg") no-repeat;background-size: cover;position: relative;
    z-index: 8;}

section#how-work{margin:0 0 0 0;padding:4% 0;float: left;width: 100%;}
section#highest-quality{margin:0 0 0 0;padding:4% 0;float: left;width: 100%;background-color: #fcfcfe;}


.steps-section {
  margin-top: 50px;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.step {
  flex: 1;
  position: relative;
  padding: 0 20px;
}

.circle {
  width: 60px;
  height: 60px;
  background-color: #b60309; /* red circle */
  color: #fff;
  font-size: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
  z-index: 1;font-family: 'GT Walsheim Pro Regular';
}

/* connecting lines */
.step::after {
    content: "";
    position: absolute;
    top: 30px;
    right: -38%;
    width: 76%;
    height: 1px;
    background-color: #b30000;
    z-index: 0;
}

.step:last-child::after {
  display: none;
}

.step h4 {
  color: #b60309;
  margin-bottom: 5px;font-family: 'GT Walsheim Pro Medium';font-size: 23px;text-align: center;
}

.step p {
  color: #3e2524;
  margin: 0;
  font-size: 17px;font-family: 'GT Walsheim Pro Regular';text-align: center;
}
.prdctone{font-size:50px;}

.feature-item {
    margin-bottom: 40px;
    flex: initial;
    width: 20%;
}

.icon-circle {
    width: 124px;
    height: 120px;
    background-color: #33843e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: transform 0.3s 
ease, background-color 0.3s 
ease;
}

.icon-circle img {
    width: 72px;
    height: 73px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.feature-item h5 {
  color: #b60309;
  margin-bottom: 8px;font-family: 'GT Walsheim Pro Medium';font-size: 25px;text-align: center;
}

.feature-item p {
  color: #3e2524;
  font-size: 17px;
  margin: 0;font-family: 'GT Walsheim Pro Regular';text-align: center;
}

/* hover effect */
.icon-circle:hover {
  background-color: #1b5e20;
  transform: scale(1.05);
}

img.whowearepic {
    width: 494px;
    height: 300px;
    object-fit: contain;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link , #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: auto;
    padding: 0px 10px;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    border: 0;
    border-radius: 0px;
    font-family: 'GT Walsheim Pro Medium';
    font-optical-sizing: auto;
    font-size: 20px;
    color: #000;
    display: block;
    text-decoration: none;
    z-index: 9;
    transition: ease-in-out 1s;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
      margin: 0 15px 0;
    list-style: none;
    float: left;
    position: relative;
    padding: 0 3px 6px;
    transition: 
ease-in-out 1s;
    height: auto;
    z-index: 9;
    text-align: center;
    width: auto;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
      background: transparent;
    color: #b30000;
    font-weight: normal;
    text-decoration: none;
    border-color: unset;
}


.header-cart {
    position: relative;
    display: inline-block;
}

.header-cart .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #B60309;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
}

.page-template-template-contactus #banner-part::after {
    content: "";
    position: absolute;
    top: 37%;
    left: 0;
    width: 100%;
/*    height: 918px;*/
    background: url(images/banner_bck_inside.webp) no-repeat;
    background-size: cover;
    z-index: 1;
}

.page-template-template-contactus img.bnrimage {
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: center center;
    height: 647px;
}

.page-template-template-contactus .banner-caption {
    position: absolute;
    left: 63px;
    top: 200px;
    z-index: 9;
    width: 564px;
    right: 0;
    margin: 0;
    float: left;
    display: initial;
    text-align: left;
}

.page-template-template-contactus .potprt {
    position: absolute;
    left: 0;
    width: 90%;
    right: 0;
    margin: 0 auto;
    float: none;
    bottom: 0;
    z-index: 9;
    top: 677px;
}

.page-template-template-contactus section#puprdct-about {
    margin: 472px 0 0 0;}
img.payimage {
    width: 291px;
    height: 251px;
    object-fit: contain;
    margin: 6px auto 0;
    float: none;
    display: table;
}

form.form2{float: left;width: 96%;margin: 11px 0 0 0;}
.inpt-fld-new{width: 100%;
line-height: 51px;
padding: 0 0 0 17px;
margin: 5px 10px 0 0px;
color: #000;
font-size: 15px;
font-family: 'GT Walsheim Pro Regular';
font-weight: 400;
transition: all 1s;
/*background-color: #f0e3ca;*/
float: left;
border: 1px solid #000;
border-radius: 0px;background: transparent;}
textarea.inpt-fld-new{width: 100%;
line-height: 50px;
padding: 0 0 0 17px;
margin: 5px 10px 13px 0px;
color: #000;
font-size: 15px;
font-family: 'GT Walsheim Pro Regular';
font-weight: 400;
transition: all 1s;

float: left;
border: 1px solid #000;
border-radius: 0px;
height: 58px;background: transparent;}
.sb-btn-cntct-new{font-family: 'GT Walsheim Pro Regular';
font-weight: 400;
font-size: 21px;
color: #fff;
background-color: #B60309;
padding: 9px 17px;
margin: 19px 0 0;
float: left;
transition: ease-in-out 1s;
border-radius: 0;
cursor: pointer;border:1px solid transparent;
}
.sb-btn-cntct-new:hover{background-color:#6AC27B !important;transition: 1s ease-in-out;text-decoration: underline;color: #000;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:  1;color: #000;font-size: 21px;font-family: 'GT Walsheim Pro Regular';font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity:  1;color: #000;font-size: 21px;font-family: 'GT Walsheim Pro Regular';font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity:  1;color: #000;font-size: 21px;font-family: 'GT Walsheim Pro Regular';font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  opacity:  1;color: #000;font-size: 21px;font-family: 'GT Walsheim Pro Regular';font-weight: 400;
}
::placeholder { color: #000;font-size: 21px;font-family: 'GT Walsheim Pro Regular';font-weight: 400;}

.notice-part {
    background-color: #fff;
    padding: 0% 0;
    margin: 0 0 14px 0;
}
.notice-part p {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0;
    text-align: center;
    padding: 9px 0;
}

/*RESPONSIVE STARTS HERE*/

@media only screen and (min-width: 993px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus , #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
      background: transparent;
    color: #b30000;
    font-weight: normal;
    text-decoration: none;
    border-color: unset;
    }
}


@media (max-width: 992px) {
 /* #menu-header-menu-1 {
    float: unset;
    clear: unset;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    li {
      margin: 0px;
      text-align: left;
      width: 100%;
    }
 }
  .menu-item-has-children > a {
    position: relative;
  }
  .menu-item-has-children > a:after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
    .menu-item-has-children .sub-menu {
    display: none;
  }

  .menu-item-has-children.submenu-open .sub-menu {
    display: block !important;
  } */
   
}
@media only screen and (max-width: 992px) {
    #mega-menu-wrap-header-menu .mega-menu-toggle {

        background: #b30000;

    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
      color: #fff;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
      background-color: #1a1a1a;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
      background-color: #1a1a1a;
    }
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .icon-circle {
    width: 90px;
    height: 90px;
  }
  .icon-circle img {
    width: 45px;
  }
  .feature-item h5 {
    font-size: 16px;
  }
  .feature-item p {
    font-size: 14px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    align-items: center;
  }

  .step {
    padding: 0;
    margin-bottom: 40px;
  }

  .step::after {
    width: 2px;
    height: 40px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* larger screens */
@media (min-width: 1440px) {
  .potprt {
    top: 881px !important;
}

.page-template-template-about .potprt {
        top: 696px !important;
    }

.page-template-template-contactus .potprt {
        top: 699px !important;
    }
}

@media (min-width: 1920px) {
  .potprt {
    top:978px !important
}
.page-template-template-about .potprt {
        top: 758px !important;
    }

    img.whowearepic {
    width: 424px;
    height: 204px;
    object-fit: contain;
}
section.bstprdt {padding: 25% 0 4% !important;}
.page-template-template-contactus .potprt {
        top: 751px !important;
    }
}

@media (min-width: 2560px) {
  .potprt {
    top: 989px !important;
}
.page-template-template-about .potprt {
        top: 777px !important;
    }
    img.whowearepic {
    width: 424px;
    height: 204px;
    object-fit: contain;
}
.page-template-template-contactus .potprt {
        top: 769px !important;
    }
}

@media (min-width: 3840px) {
  .potprt {
    top: 926px !important;
}

.page-template-template-contactus .potprt {
        top: 742px !important;
    }
.page-template-template-about .potprt {
        top: 774px !important;
    }
    img.whowearepic {
    width: 424px;
    height: 204px;
    object-fit: contain;
}
}



  @media (max-width: 1440px) { 
    
  }

  @media (max-width: 1199px) { 
    .each-pot img {
        float: right;
        width: 100px;
        height: 153px;
        object-fit: contain;
    }
  }

  @media (max-width: 991px) { 
  img.bnrimage {
    height: 600px;
  }
  .banner-caption {
      top: 170px;
      width: 100%;
  }
  #banner-part::after {
top: 323px;
        height: 533px;
        max-height: 634px;
  }
  .potprt {
      position: relative;
      width: 100%;
      top: unset;
  }
  .pot-text {
    width: 50%;
  }
  h3 {
    font-size: 35px;
  }
      .banner-caption {
        top: 210px;
        width: 100%;
    }

  section.bstprdt {
    padding: 4% 0 4% !important;
  }
  .products-card {
    .prdct-name {
      font-size: 20px;
    }
    .prdct-descrpt {
      font-size: 16px;
      margin-bottom: 0px;
    }
    img.prdct-pictr {
        margin: 0 0 10px 0;
        width: 100%;
        height: 150px;
    }
    .action {
      flex-direction: column;
      gap: 10px;
      a {
        text-align: center;
        width: 100%;
      }
    }
  }
  h2 {
    font-size: 48px;
  }
  .bstprdct {
    font-size: 48px;
   }
   .text-lorem {
    width: 100%;
   }
   .each-lorem img {
    float: unset;
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 0px auto;
    display: block;
}
    .page-template-template-about #banner-part::after {
        top: 36%;
        width: 100%;
        height: 540px;
    }
.page-template-template-about .potprt {
      position: relative;
      top: unset;
      width: 100%;
}
section#puprdct-about {
  margin: 0px 0 0 0;
}
.page-template-template-contactus img.bnrimage {
    height: 574px;
}
.page-template-template-contactus #banner-part::after {
    /* content: "";
    position: absolute; */
    /* top: 37%;
    left: 0;
    width: 100%;
 
    background: url(images/banner_bck_inside.webp) no-repeat;
    background-size: cover;
    z-index: 1; */
    top: 50%;
            height: 553px;
        max-height: 634px;
}
.page-template-template-contactus .potprt {
    top: 600px;
}
.page-template-template-contactus section#puprdct-about {
    margin: 340px 0 0 0;
}













}
  @media (max-width: 767px) { 
   h2 {
    font-size: 36px;
   }
   h4 {
    font-size: 30px;
   }
   .bstprdct {
    font-size: 36px;
   }
   header {
    .d-block {
      &>.gap-3 {
        margin-top: -72px;
      }
    }
   }
   .pot-text {
        float: left;
        width: 100%;
        padding: 8px 0 0px 6px;
        h3 {
          font-size: 30px;
        }
        p {
          font-size: 18px;
          line-height: 130%;
        }
    }
    .each-pot img {
        float: right;
        width: 100px;
        height: 116px;
        object-fit: contain;
    }
    .products-card {
        & .action {
            .secbtn, .crtbtn {
                text-align: center;
                width: 100%;
                padding: 8px 6px !important;
                font-size: 16px;
                justify-content: center;
            }
        }
    }
.about-text {
    float: left;
    width: 86%;
    padding: 0 0px 0 0;
}
section#distrb-part .about-text {
    width: 100%;
    padding: 0 40px;
}
ul.btm-menu-part {
    margin: 33px auto 19px;
    padding: 0;
    float: none;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
.page-template-template-about .banner-caption {
    position: absolute;
    left: 30px;
    top: 200px;
    z-index: 9;
    width: 90%;
    right: 0;
    margin: 0;
    float: left;
    display: initial;
    text-align: left;
    background: #ffffffc9;
    padding: 20px;
}
.page-template-template-contactus .banner-caption , .page-template-template-about .banner-caption  {
    position: absolute;
    left: 30px;
    top: 200px;
    z-index: 9;
    width: 90%;
    right: 0;
    margin: 0;
    float: left;
    display: initial;
    text-align: left;
    background: #ffffffc9;
    padding: 20px;
}
.page-template-template-about img.bnrimage {
    height: 460px;
}
.page-template-template-about #banner-part::after {
        top: 19%;
        width: 100%;
        height: 540px;
    }
    .page-template-template-contactus .potprt {
        top: 400px;
    }
    .page-template-template-contactus section#puprdct-about {
        margin: 450px 0 0 0;
    }



  }
  @media (max-width: 576px) {
    .products-card {
      .prdct-name {
        font-size: 20px;
      }
      .prdct-descrpt {
        font-size: 16px;
        margin-bottom: 0px;
      }
      img.prdct-pictr {
          margin: 0 0 10px 0;
          width: 100%;
          height: 150px;
      }
      .action {
        flex-direction: column;
        gap: 10px;
        .secbtn, .crtbtn {
          text-align: center;
          width: 100%;
          padding: 8px 6px !important;
            font-size: 16px;
            justify-content: center;
        }
      }
    }
    h2 {
    font-size: 34px;
   }
   
   h4 {
    font-size: 26px;
   }
   .bstprdct {
    font-size: 34px;
   }
   header {
    padding: 10px 0 9px;
   }
   img.logopic {
        width: 130px;
        height: 50px;
        object-fit: contain;
    }
    h1 {
      font-size: 46px;
    }
        .banner-caption {
        top: 150px;
        width: 100%;
    }
    a.cntus, .wc-block-cart__submit-button, .wc-block-components-button {
      padding: 6px 16px;
    }

    img.bnrimage {
        height: 400px;
    }
    .each-pot {
      margin-bottom: 12px;
    }
   .pot-text {
        float: left;
        width: 100%;
        padding: 8px 0 0px 6px;
        h3 {
          font-size: 26px;
        }
        p {
          font-size: 16px;
          line-height: 130%;
        }
    }
    .each-pot img {
        float: right;
        width: 100px;
        height: 90px;
        object-fit: contain;
    }
    #banner-part::after {
              top: 281px;
        height: 323px;
        max-height: 633px;

    }
.about-text {
    width: 100%;
}

section#distrb-part .about-text {
    width: 100%;
    padding: 0 0px;
}
p.adrstext a , p.adrstext  {
  font-size: 16px;

}
p.adrstext span {
  font-size: 16px;
}
.notice-part p {
  font-size: 15px;
}
header {
  padding: 0px 0 9px;
}
    header {
        & .d-block {
            &>.gap-3 {
                margin-top: -53px;
            }
        }
    }
    .page-template-template-about .banner-caption , .page-template-template-contactus .banner-caption {   
        left: 15px;
        width: 92%;
    }
    .page-template-template-about img.bnrimage {
        height: 390px;
    }
.page-template-template-about #banner-part::after {
        top: 24%;
        width: 100%;
        height: 300px;
    }
   .page-template-template-about #puprdct-about {
    padding: 0px 0px;
    .row {
      background: #ffffffb0;
      padding-top: 40px;
      padding-bottom: 40px;
    }
   }
   .page-template-template-about {
    #highest-quality {
      .row.mt-4 {
        justify-content: center;
        .feature-item {
          width: 32%;
          margin-bottom: 10px;
        }
      }
    }
   }
    .page-template-template-contactus section#puprdct-about {
        margin: 532px 0 0 0;
    }
        .page-template-template-contactus img.bnrimage {
        height: 400px;
    }
        .page-template-template-contactus #banner-part::after {
        top: 51%;
        height: 385px;
        max-height: 634px;
    }
        .page-template-template-contactus .potprt {
        top: 360px;
    }
        .page-template-template-contactus section#puprdct-about {
        margin: 670px 0 0 0;
    }
    .pot-text {
        h3 {
            font-size: 20px;
        }
    }
    #highest-quality {
      .prdctone {
        font-size: 35px;
        margin-bottom: 0px;
      }
      h2 {
        span {
          font-size: 28px;
        }
      }
    }

  }