.caret-wrap.caret.\33 {
    cursor: pointer;
}
ul#menu-about-us li:hover a {
    color: #33eb95;
}
p.hover_sectionp:hover span, p.hover_sectionp:hover a, footer .footer-detail a:hover p, .cont-info:hover a {
    color: #33eb95;
}
footer .footer-detail a:hover img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(68%) saturate(409%) hue-rotate(98deg) brightness(95%) contrast(105%);
}
.commity_slider_wrapper {
    position: relative;
}
.commity_slider_wrapper .slider-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 88%;
    top: 23%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 11;
}
.commity_slider_wrapper .slider-navigation .co-right-arrow {position: unset; }
.cont-info:hover img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(68%) saturate(409%) hue-rotate(98deg) brightness(95%) contrast(105%);
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 40px;
    background: #ffffff33;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 1px 1px 15px #000000b3;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.custom-model-main .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 20px;
}
.custom-model-main input.gform_button.button:hover {
    background: #055f5a;
    color: #fff;
}

@media screen and (min-width:800px){
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}




footer .widget ul.menu li:hover a, .hover_sectionp:hover a {
    color: #33eb95;
}

.category .category-listing {display: none;}

/*category banner section*/
.category-hero-section.categorybanner {height: 600px; background-size: cover; background-position: center;     position: relative;}
.category-hero-section.categorybanner:before {content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #00000045; }

.product-category-hero-section .product-cate-hero-img img {height: 600px; object-fit: cover; }
.products-cate-banner:before {content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #00000052; }
.products-cate-banner {position: relative; }
.product-category-hero-section {position: relative; }
.product-category-hero-row .main-head {text-align: center; margin-bottom: 0; }

/*product categories page*/
.product-category-hero-row {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
    display: flex;
    padding-top: 60px;
    margin: 0 auto !important;
}


@media screen and (min-width: 2500px) { 
.product-category-hero-section .product-cate-hero-img img, .category-hero-section.categorybanner {height: 750px;}



}

@media (max-width: 1600px) {
.category-hero-section.categorybanner, .product-category-hero-section .product-cate-hero-img img {height: 500px;}



}

@media (max-width: 1400px) {
    .category-hero-section.categorybanner, .product-category-hero-section .product-cate-hero-img img {height: 450px; }


}

@media (max-width: 1100px) {
    .category-hero-section.categorybanner {height: 350px; }
.category-hero-section.categorybanner, .product-category-hero-section .product-cate-hero-img img { height: 400px;}

}

@media (max-width: 960px) {
    .category-hero-section.categorybanner {height: 300px; }
    
}


@media (max-width: 767px) {
      .category-hero-section.categorybanner, .product-category-hero-section .product-cate-hero-img img {height: 320px; }
}



/*megamnu*/
@media (min-width: 960px) {
.site-header .header--row .nv-nav-wrap .primary-menu-ul .neve-mega-menu>.sub-menu {transform: unset !important; background: #055f5a; max-width: 600px; right: 14px !important; 
  left: auto !important; backdrop-filter: blur(20px); -webkit-box-shadow: 8px 15px 19px -13px #ffffff17; -moz-box-shadow: 8px 15px 19px -13px #ffffff17; box-shadow: 8px 15px 19px -13px #ffffff17; gap: 15px; }
.header-main .row--wrapper .hfg-slot.right {position: relative; }
.header .builder-item--primary-menu .sub-menu {border-radius: 10px;}     
.header .header--row .nv-nav-wrap .primary-menu-ul .neve-mm-description {padding: 0; color: #fff; }
.header .header--row .nv-nav-wrap .primary-menu-ul .neve-mega-menu .neve-mm-col:not(:last-child) {border-right: none !important; }
.header .neve-mega-menu>.sub-menu .sub-menu > li .wrap a {padding: 10px 15px;  background: #00000026; border-radius: 5px; min-height: 65px; }
.header .neve-mega-menu>.sub-menu .sub-menu > li:hover .wrap a{background: #31eb97b3;}
.header .neve-mega-menu>.sub-menu .sub-menu > li {margin-bottom: 15px; }

.header .header--row .nv-nav-wrap .primary-menu-ul .neve-mega-menu>.sub-menu{padding: 25px;}
.neve-mega-menu>.sub-menu > li {padding: 0 !important; }
.neve-mega-menu>.sub-menu .sub-menu > li:last-child {margin-bottom: 0; }

.menu-description {font-size: 14px; }
.menu-title {font-weight: 400; margin-bottom: 2px; }


}
@media (max-width: 960px) {
.commity_slider_wrapper .slider-navigation img {max-width: 20px; }


}

@media (max-width: 767px) {
.commity_slider_wrapper .slider-navigation {width: 82%; top: 15%;}
.commity_slider_wrapper .slider-navigation img {max-width: 25px; }

/*popup*/
.custom-model-wrap {padding: 25px; max-width: 90%; max-height: calc(100vh - 100px); }


}