@charset "UTF-8";
/*
Theme Name: Top Peak Digital® Theme
Theme URI: https://www.toppeakdigital.com
Author: Top Peak Digital® Team
Author URI: https://www.toppeakdigital.com
Description: This Custom Theme is Unique and Designed with Soul and Care in a Single Copy only for %COMPANY NAME% by Top Peak Digital® Team.
Version: 1.0
License: Commercial
License URI: https://www.toppeakdigital.com
Tags: custom development
Text Domain: toppeakdigitaltheme twenty-twenty-one-child

© All Rights Reserved Top Peak Digital
*/
@import 'fonts.css';
.close-popup-btn-supplier, .close-popup-btn, .manufacturing:after, .product-categories:after, .header-phone:before, .header-social-link, .header-logo, .footer-phone:before, .footer-logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tc-page-container .privacy-page-inner-text-tc h2, .privacy-page-inner .privacy-page-inner-text h2, .related-products-heading, .product-title, .custom-post-title, .post-content h2, .manufacturing-popup-heading-apply, .values-heading, .fulfillment-heading, .graph-heading, .custom-manufacturing-main-heading-label-page, .capitalize-heading, .manufacturing-process-heading, .custom-manufacturing-main-heading, .resent-blog-heading, .manufacturing-main-heading, .manufacturing-popup-heading, .inner-facilities-heading, .manufacturing-heading, .inner-features-heading, .inner-product-categories-heading, .inner-brand-partner-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #22372B;
}

@media screen and (max-width: 1025px) {
  .tc-page-container .privacy-page-inner-text-tc h2, .privacy-page-inner .privacy-page-inner-text h2, .related-products-heading, .product-title, .custom-post-title, .post-content h2, .manufacturing-popup-heading-apply, .values-heading, .fulfillment-heading, .graph-heading, .custom-manufacturing-main-heading-label-page, .capitalize-heading, .manufacturing-process-heading, .custom-manufacturing-main-heading, .resent-blog-heading, .manufacturing-main-heading, .manufacturing-popup-heading, .inner-facilities-heading, .manufacturing-heading, .inner-features-heading, .inner-product-categories-heading, .inner-brand-partner-heading {
    font-size: 28px;
    line-height: 30px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1330px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #4A4A4A;
}

strong {
  font-family: "Poppins-SemiBold", sans-serif;
}

.the-space {
  height: 136px;
}

.page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: auto;
  background-color: #CAD787;
}

.footer-inner {
  max-width: 1710px;
  padding: 59px 5px 0 5px;
  margin: 0 auto;
  min-height: 311px;
  display: flex;
  justify-content: space-between;
}

.footer-logo-block .social-icons-wrapper {
  padding-top: 17px;
  width: 75px;
}
.footer-logo-block .social-icons-wrapper .header-social-link {
  width: 30px;
  height: 30px;
}

.footer-logo {
  width: 245px;
  height: 75px;
  /* background-image: url("../img/evora-logo.svg"); */
  background-image: url("../img/inSpecV2.svg");
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
}

.footer-phone {
  font-family: "Poppins-SemiBold", sans-serif;
  text-decoration: none;
  color: #22372B;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  letter-spacing: -0.2px;
}
.footer-phone:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/phone-ico.svg");
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.footer-menu-wrapper {
  width: 49.5%;
}

.footer-inner-ul-wrapper {
  width: 100%;
}

.footer-menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-menu-list li {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.footer-menu-list li .sub-menu {
  margin-top: 15px;
}
.footer-menu-list li .sub-menu li {
  width: 100%;
}
.footer-menu-list li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.9px;
  color: #48594F;
}

.footer-under {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C0CC81;
  padding: 0 5% 0 5%;
}

.footer-under-text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.9px;
  color: #5C6337;
  text-align: center;
}

.footer-sing-up-form {
  max-width: 395px;
}
.footer-sing-up-form .form-heading {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 18px;
  line-height: 12px;
  font-weight: 600;
  color: #22372B;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}
.footer-sing-up-form .form-description {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #48594F;
  margin-bottom: -3px;
}
.footer-sing-up-form .gfield label {
  color: #4A4A4A;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px !important;
  line-height: 22px;
  margin-bottom: 4px !important;
}
.footer-sing-up-form .gfield label .gfield_required {
  font-size: 0;
}
.footer-sing-up-form .gfield .ginput_container_email input {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #8FAA3D;
  outline: none;
  padding: 0 10px 0 10px !important;
}
.footer-sing-up-form .gfield .ginput_container_email input::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  color: #999999;
}

#gform_submit_button_5 {
  border: none;
  background: #8faa3d;
  background: linear-gradient(270deg, #8faa3d 0%, #8faa3d 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 42px;
  border-radius: 34px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Poppins-Medium", sans-serif;
  font-weight: 600;
  margin-top: -7px;
  margin-left: 4px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
#gform_submit_button_5:hover {
  background: #7c9627;
  background: linear-gradient(270deg, #7c9627 0%, #7c9627 100%);
}

@media screen and (max-width: 1367px) {
  .footer-menu-wrapper {
    padding: 0 10px 0 15px;
  }
}
@media screen and (max-width: 1281px) {
  .footer-menu-wrapper {
    flex-wrap: wrap;
  }

  .footer-menu-list li {
    width: 150px;
  }
}
@media screen and (max-width: 1025px) {
  .footer-menu-list {
    justify-content: center;
  }
  .footer-menu-list li {
    width: 180px;
  }

  .footer-sing-up-form .form-heading {
    line-height: 28px;
  }
}
@media screen and (max-width: 769px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .footer-menu-wrapper {
    width: 100%;
    padding: 20px 15px 0 15px;
  }
}
@media screen and (max-width: 426px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    padding: 20px 5px 20px 5px;
  }

  .footer-logo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-logo-block .social-icons-wrapper {
    display: flex;
    width: 58px;
    margin-right: 0;
  }
  .footer-logo-block .social-icons-wrapper .header-social-link {
    width: 24px;
    height: 24px;
  }

  .footer-sing-up-form {
    padding-top: 20px;
  }

  .footer-logo {
    width: 154px;
    height: 46px;
    margin-bottom: 28px;
  }

  .footer-menu-wrapper {
    padding-top: 20px;
  }

  .footer-menu-list {
    align-items: center;
  }
  .footer-menu-list li {
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
  }
  .footer-menu-list li a {
    text-align: center;
  }
  .footer-menu-list li .sub-menu {
    margin-top: 10px;
  }
  .footer-menu-list li:last-child {
    margin-bottom: 0;
  }

  .footer-under {
    padding: 0 8% 0 8%;
  }
}
.header {
  padding-top: 10px;
  background-color: #F7F8F3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

.header-main {
  background-color: #fff;
}

.header-logo {
  width: 245px;
  height: 75px;
  background-image: url("../img/evora-logo.svg");
  display: flex;
  justify-content: center;
}

.header-inner {
  max-width: 1710px;
  padding: 0 5px 0 5px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.header-inner-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  max-width: 845px;
}

.social-icons-wrapper {
  display: flex;
  justify-content: space-between;
  width: 58px;
}

.header-social-link {
  width: 24px;
  height: 24px;
}

.linkedin {
  background-image: url("../img/icons/linked-ico.svg");
}

.facebook {
  background-image: url("../img/icons/facebook-ico.svg");
}

.header-phone {
  font-family: "Poppins-SemiBold", sans-serif;
  text-decoration: none;
  color: #22372B;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  letter-spacing: -0.2px;
  margin-left: 40px;
}
.header-phone:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/phone-ico.svg");
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.header-popups-wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
}

.header-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 42px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 11px 30px 11px 30px;
  border-radius: 35px;
  letter-spacing: 0.57px;
  transition: 0.2s;
}

.header-popup-dark {
  background-color: #22372B;
}
.header-popup-dark:hover {
  background-color: #4A4A4A;
}

.header-popup-green {
  background-color: #8FAA3D;
  margin-left: 20px;
}
.header-popup-green:hover {
  background-color: #CAD787;
}

.header-inner-nav {
  border-top: 1px solid #D9D9D6;
  margin-top: 10px;
  padding-top: 12px;
}
.header-inner-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1220px;
}
.header-inner-nav ul li {
  margin-right: 40px;
  position: relative;
  padding-bottom: 10px;
}
.header-inner-nav ul li .sub-menu {
  position: absolute;
  width: max-content;
  top: 35px;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #8FAA3D;
  padding: 13px 15px 15px 20px;
}
.header-inner-nav ul li .sub-menu li {
  margin-bottom: 3px;
  transition: 0.2s;
}
.header-inner-nav ul li .sub-menu li:hover a {
  color: #22372B;
}
.header-inner-nav ul li .sub-menu li a {
  color: #fff;
}
.header-inner-nav ul li:hover .sub-menu {
  display: flex;
  z-index: 1;
}
.header-inner-nav ul li:hover a {
  color: #8FAA3D;
  border-bottom: 2px solid #8FAA3D;
}
.header-inner-nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  color: #22372B;
  letter-spacing: 0.45px;
  transition: 0.2s;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.header-inner-nav ul li:last-child {
  margin-right: 0;
}
.header-inner-nav ul .current-menu-item a {
  color: #8FAA3D;
  border-bottom: 2px solid #8FAA3D;
}

.menu-btn {
  display: none;
}

.header-popup-hidden {
  display: none;
}

.social-icons-wrapper-hidden {
  display: none;
}

@media screen and (max-width: 1471px) {
  .header-inner-nav ul {
    max-width: 845px;
  }
}
@media screen and (max-width: 1105px) {
  .header-inner-top {
    max-width: 720px;
  }

  .header-popups-wrapper {
    margin-left: 10px;
  }

  .header-popup {
    font-size: 12px;
  }

  .header-phone {
    margin-left: 10px;
    font-size: 16px;
  }

  .header-inner-nav ul {
    max-width: 780px;
  }
}
@media screen and (max-width: 1025px) {
  .header {
    padding-top: 0;
  }

  .header-popup {
    display: none;
  }

  .header-popups-hidden-wrapper {
    padding-top: 25px;
    margin: 0 auto;
    justify-content: space-between;
    height: 123px;
  }

  .header-popup-hidden {
    display: flex;
    font-size: 14px;
    width: 290px;
    letter-spacing: -0.4px;
  }

  .header-popup-green {
    background-color: #fff;
    color: #8FAA3D;
  }

  .header {
    min-height: 110px;
  }

  .header-logo {
    width: 185px;
    margin-right: 5%;
  }

  .header-phone {
    position: absolute;
    top: 35px;
    right: 18px;
  }

  .header-inner-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    min-width: 322px;
    min-height: 100vh;
    background-color: #8FAA3D;
    z-index: 10;
    align-items: flex-start;
    transform: translateX(100%);
    transition: 0.2s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    overflow: scroll;
  }

  .header-inner-wrapper-active {
    overflow: hidden;
  }

  .header-overlay {
    position: relative;
  }
  .header-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200vh;
    z-index: 2;
    background-color: #22372B;
    opacity: 0.4;
  }

  .header-inner-nav {
    border-top: none;
  }
  .header-inner-nav ul {
    flex-direction: column;
  }
  .header-inner-nav ul li {
    padding-bottom: 5px;
    margin-bottom: 4px;
    width: 100%;
    border-bottom: 1px solid #819C30;
    position: relative;
  }
  .header-inner-nav ul li:after {
    content: "";
    display: block;
    width: 500%;
    height: 1px;
    background-color: #819C30;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  .header-inner-nav ul li a {
    color: #fff;
  }
  .header-inner-nav ul li .sub-menu {
    display: none !important;
  }
  .header-inner-nav ul .current-menu-item:after {
    background-color: #F7F8F3;
  }
  .header-inner-nav ul .current-menu-item a {
    color: #F7F8F3;
    border-bottom: 2px solid transparent;
  }

  .header-inner-wrapper-active {
    transform: translateX(0);
  }

  .social-icons-wrapper {
    display: none;
  }

  .header-popups-hidden {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .social-icons-wrapper-hidden {
    display: flex;
    padding-top: 23px;
    margin: 0 auto;
  }

  .header-phone {
    color: #fff;
  }
  .header-phone:before {
    background-image: url("../img/icons/phone-ico-white.svg");
  }

  .header-inner {
    padding-right: 7%;
    padding-left: 3%;
    position: relative;
    min-height: 100px;
  }

  .header-inner-top {
    min-height: auto;
    height: auto;
    align-items: center;
  }

  .linkedin-header {
    background-image: url("../img/icons/linkedin-mobile-ico.png");
  }

  .facebook-header {
    background-image: url("../img/icons/facebook-mobile-ico.png");
  }

  .menu-active {
    display: flex;
  }

  .menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 16px;
    top: 50px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border: 2px solid #8FAA3D;
    border-radius: 4px;
    z-index: 50;
  }

  .burger-btn {
    width: 17px;
    height: 2px;
    background-color: #8FAA3D;
    border-radius: 6px;
    position: fixed;
  }
  .burger-btn:before {
    content: "";
    display: block;
    width: 17px;
    height: 2px;
    background-color: #8FAA3D;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.2s;
    border-radius: 6px;
  }
  .burger-btn:after {
    content: "";
    display: block;
    width: 17px;
    height: 2px;
    background-color: #8FAA3D;
    position: absolute;
    left: 0;
    top: -7px;
    transition: 0.2s;
    border-radius: 6px;
  }

  .header-popups-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .header-popup-green {
    margin-left: 0;
    margin-top: 10px;
  }

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

  .close-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 15px;
    top: 55px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 4px;
    z-index: 50;
  }

  .close-menu-burger-btn {
    width: 17px;
    height: 2px;
    background-color: #8FAA3D;
    border-radius: 6px;
    position: fixed;
  }
  .close-menu-burger-btn:before {
    content: "";
    display: block;
    width: 17px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
    transform: rotate(495deg);
    top: 0;
    transition: 0.2s;
    border-radius: 6px;
  }
  .close-menu-burger-btn:after {
    content: "";
    display: block;
    width: 17px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
    transform: rotate(405deg);
    top: 0;
    transition: 0.2s;
    border-radius: 6px;
  }
}
@media screen and (max-width: 806px) {
  .social-icons-wrapper {
    display: none;
  }

  .header-inner {
    padding-right: 10%;
  }
}
@media screen and (max-width: 575px) {
  .header-popups-wrapper {
    display: none;
  }

  .social-icons-wrapper-hidden {
    display: flex;
  }

  .header {
    height: 85px;
  }
}
.main {
  padding-top: 99px;
  background-color: #F7F8F3;
  background-image: url("../img/home-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: -28px;
  overflow: hidden;
  position: relative;
}
.main:after {
  content: "";
  display: block;
  width: 710px;
  height: 435px;
  background-image: url("../img/leaf-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: -7px;
}

.inner-main {
  padding: 96px 0 280px 0;
}

.main-heading {
  font-family: "Georgia-Bold", sans-serif;
  color: #22372B;
  font-size: 48px;
  line-height: 66px;
  max-width: 630px;
  margin-bottom: 29px;
}

.main-underheading {
  font-family: "Poppins-Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.85px;
  max-width: 630px;
}

@media screen and (max-width: 1441px) {
  .main {
    background-position-x: 490px;
  }
}
@media screen and (max-width: 769px) {
  .inner-main {
    padding: 96px 0 135px 0;
  }

  .main:after {
    opacity: 0.4;
  }
}
@media screen and (max-width: 426px) {
    .home .main{
        padding-bottom: 115px;
    }
    .home.page-id-9 .main:before{
        width: 90vw;
    }
  .header-logo {
    width: 153px;
  }

  .main-heading {
    font-size: 37px;
    line-height: 50px;
  }

  .header-inner {
    padding-left: 17px;
  }

  .menu-btn {
    top: 50px;
  }

  .header-phone {
    top: 25px;
  }

  .close-menu-btn {
    top: 40px;
  }

  .main:after {
    opacity: 0.1;
  }

  .inner-main {
    padding: 96px 0 75px 0;
  }

  .header-inner-wrapper {
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 30px;
  }

  .header-inner-nav {
    margin-top: 0;
    padding-top: 0;
    padding-top: 40px;
  }
}
.brand-partner {
  padding: 120px 0 105px 0;
}

.inner-brand-partner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.inner-brand-partner-banner {
  max-width: 550px;
  max-height: 655px;
}

.inner-brand-partner-texts {
  max-width: 645px;
  padding-left: 15px;
}

.inner-brand-partner-heading {
  margin-bottom: 19px;
}

.inner-brand-partner-underheading {
  font-family: "Georgia-Italic", sans-serif;
  color: #8FAA3D;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}

.inner-brand-partner-main-text p {
  color: #4A4A4A;
  letter-spacing: 0.85px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1025px) {
  .inner-brand-partner-banner {
    max-width: 380px;
  }

  .brand-partner {
    padding: 45px 0 45px 0;
  }

  .inner-brand-partner-underheading {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .inner-brand-partner-main-text p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .inner-brand-partner-banner {
    display: none;
  }

  .inner-brand-partner-texts {
    max-width: 100%;
    padding-left: 0;
  }
}
.product-categories {
  background-color: #F7F8F3;
  padding: 105px 0 120px 0;
  background-image: url("../img/categories-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 0;
  position: relative;
  min-height: 730px;
}
.product-categories:before {
  content: "";
  display: block;
  width: 200px;
  height: 160px;
  background-image: url("../img/Leaf6.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -64px;
  right: 141px;
}
.product-categories:after {
  content: "";
  display: block;
  width: 300px;
  height: 179px;
  background-image: url("../img/Leaf7.png");
  position: absolute;
  bottom: -25px;
  right: 511px;
}

.text-list-column {
  max-width: 680px;
  position: relative;
  z-index: 10;
}

.inner-product-categories-heading {
  margin-bottom: 19px;
}

.inner-product-categories-text {
  color: #4A4A4A;
  letter-spacing: 0.85px;
  margin-bottom: 15px;
}

.view-all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 42px;
  text-decoration: none;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  color: #8FAA3D;
  border: 2px solid #8FAA3D;
  border-radius: 30px;
  background: transparent;
}
.view-all-btn:hover {
  background: #f7f8f3;
  background: linear-gradient(180deg, #f7f8f3 45%, #cad787 100%);
}

@media screen and (max-width: 1595px) {
  .product-categories {
    background-size: 630px;
  }
}
@media screen and (max-width: 1281px) {
  .product-categories {
    background-size: 485px;
  }
  .product-categories:after {
    opacity: 0.2;
  }
}
@media screen and (max-width: 1149px) {
  .product-categories {
    background-image: none;
    min-height: max-content;
    padding: 30px 0 20px 0;
  }
}
@media screen and (max-width: 769px) {
  .product-categories {
    background-image: none;
  }
  .product-categories:before {
    display: none;
  }
  .product-categories:after {
    display: none;
  }
}
.features {
  padding: 120px 0 80px 0;
}

.inner-features-heading {
  text-align: center;
}

.features-cards-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  padding: 70px 10px 0 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.features-card {
  width: 30.3%;
  min-width: 400px;
  min-height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 4px solid #C6D97A;
  padding: 26px 25px 20px 55px;
  margin: 0 20px 40px 20px;
}

.features-card-icon {
  margin: 0 auto;
}

.features-card-heading {
  margin: 0 auto;
  font-family: "Georgia-Italic", sans-serif;
  color: #8FAA3D;
  font-size: 24px;
  line-height: 36px;
  padding: 20px 0 15px 0;
}

.features-card-item {
  position: relative;
  color: #4A4A4A;
  letter-spacing: 0.85px;
  padding-left: 16px;
  margin-bottom: 15px;
}
.features-card-item:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8FAA3D;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

@media screen and (max-width: 1025px) {
  .features {
    padding: 45px 0 45px 0;
  }

  .features-cards-wrapper {
    padding-top: 45px;
  }

  .features-card {
    padding: 20px 20px 20px 20px;
  }

  .features-card-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 461px) {
  .features-card {
    min-width: 310px;
    margin: 0 0 20px 0;
    min-height: max-content;
  }

  .features-card {
    padding: 10px 10px 10px 10px;
  }

  .features-card-item {
    margin-bottom: 5px;
    line-height: 24px;
  }

  .inner-product-categories-text {
    font-size: 16px;
  }
}
.manufacturing {
  background-color: #22372B;
  padding: 120px 0 87px 0;
  background-image: url("../img/manufacturing-bg.png");
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0;
  position: relative;
}
.manufacturing:before {
  content: "";
  display: block;
  width: 200px;
  height: 160px;
  background-image: url("../img/Leaf6.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -70px;
  left: 247px;
}
.manufacturing:after {
  content: "";
  display: block;
  width: 300px;
  height: 179px;
  background-image: url("../img/Leaf7.png");
  position: absolute;
  bottom: -32px;
  left: 17px;
}

.manufacturing-inner {
  display: flex;
  justify-content: flex-end;
}

.manufacturing-texts {
  color: #fff;
}

.manufacturing-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 312px;
  height: 42px;
  text-decoration: none;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  color: #fff;
  border: 2px solid #8FAA3D;
  border-radius: 30px;
  background: #8FAA3D;
  transition: 0.2s;
}
.manufacturing-btn:hover {
  border: 2px solid #CAD787;
}

.manufacturing-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
}

.manufacturing-heading {
  margin-bottom: 30px;
}

.manufacturing-text {
  margin-bottom: 30px;
}

.manufacturing-item {
  width: 48.5%;
  position: relative;
  color: #fff;
  letter-spacing: 0.85px;
  padding-left: 16px;
  margin-bottom: 15px;
}
.manufacturing-item:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

@media screen and (max-width: 1441px) {
  .manufacturing {
    background-position-x: -200px;
  }
}
@media screen and (max-width: 1281px) {
  .manufacturing {
    background-position-x: -310px;
  }
  .manufacturing:after {
    opacity: 0.2;
  }
}
@media screen and (max-width: 1025px) {
  .manufacturing {
    background-position-x: -475px;
  }
  .manufacturing:after {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .manufacturing {
    background-image: none;
    padding-bottom: 45px;
  }
  .manufacturing:before {
    left: 155px;
  }

  .manufacturing-inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 426px) {
  .manufacturing-item {
    width: 99.5%;
    margin-bottom: 10px;
  }
}
.facilities {
  padding: 120px 0 80px 0;
}

.inner-facilities-heading {
  text-align: center;
}

.facilities-wrapper {
  padding: 70px 0 40px 0;
}

.facilities-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}

.facilities-block:last-child {
  margin-bottom: 0;
}

.facilities-image {
  width: 550px;
  height: 390px;
  border: 4px solid #CAD787;
}

.facilities-block-Left {
  flex-direction: row;
}

.facilities-block-Right {
  flex-direction: row-reverse;
}

.facilities-block-texts {
  max-width: 650px;
  padding: 0 10px 0 10px;
}

.facilities-block-icon {
  display: block;
  margin: 0 auto;
}

.facilities-block-heading {
  text-align: center;
  font-family: "Georgia-Italic", sans-serif;
  color: #8FAA3D;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.facilities-block-text p {
  margin-bottom: 14px;
  color: #4A4A4A;
  letter-spacing: 0.85px;
}

@media screen and (max-width: 1281px) {
  .facilities-image {
    width: 410px;
    height: auto;
  }

  .facilities-block {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 813px) {
  .facilities-image {
    width: 310px;
  }
}
@media screen and (max-width: 769px) {
  .facilities {
    padding-bottom: 40px;
  }

  .facilities-image {
    width: 410px;
    height: auto;
    margin-bottom: 25px;
  }

  .facilities-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 461px) {
  .manufacturing-item {
    font-size: 16px;
  }

  .facilities {
    padding: 45px 0 35px 0;
  }

  .facilities-wrapper {
    padding: 45px 0 0 0;
  }

  .facilities-block {
    margin-bottom: 40px;
  }

  .facilities-block-text p {
    font-size: 16px;
  }

  .facilities-block-texts {
    padding: 15px 5px 0 5px;
  }
}
@media screen and (max-width: 426px) {
  .facilities-image {
    width: 300px;
    border: 2px solid #CAD787;
  }
}
.request-manufacturing {
  height: 220px;
  background-image: url("../img/request-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request-manufacturing-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #22372B;
  border-radius: 30px;
  min-width: 317px;
  height: 42px;
  border: 2px solid #22372B;
  transition: 0.2s;
}
.request-manufacturing-btn:hover {
  border: 2px solid #F7F8F3;
}

@media screen and (max-width: 769px) {
  .request-manufacturing {
    height: 115px;
  }
}
@media screen and (max-width: 375px) {
  .request-manufacturing-btn {
    min-width: 280px;
  }

  .manufacturing-btn {
    width: 280px;
  }

  .manufacturing {
    padding-top: 45px;
  }
  .manufacturing:before {
    display: none;
  }
}
.manufacturing-popup-wrapper {
  display: none;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
  height: 100vh;
  background: rgba(30, 41, 35, 0.8);
  z-index: 1002;
  padding: 70px 0 70px 0;
}

.manufacturing-popup-wrapper-active {
  display: flex;
}

.manufacturing-popup {
  display: none;
  background-color: #fff;
  padding: 53px 7.5% 75px 7.5%;
  max-width: 850px;
  min-height: 450px;
  position: relative;
}

.manufacturing-popup-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 12;
  height: max-content;
}

.close-popup-btn {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 45px;
  top: 45px;
  background-image: url("../img/icons/popup-close.svg");
}

.manufacturing-popup-heading {
  text-align: center;
  margin-bottom: 41px;
}

.page-top {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-top-heading {
  font-family: "Georgia-Bold", sans-serif;
  color: #22372B;
  font-size: 48px;
  line-height: 66px;
  text-align: center;
}

.manufacturing-main {
  padding: 102px 0 75px 0;
  overflow: hidden;
}

.manufacturing-middle {
  overflow: hidden;
}

.manufacturing-main-heading {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 970px;
}

.manufacturing-main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 69px;
}

.manufacturing-main-content-text {
  padding-top: 25px;
  max-width: 48%;
}
.manufacturing-main-content-text p {
  margin-bottom: 15px;
  letter-spacing: 0.85px;
}

.manufacturing-main-content-banner {
  width: 50%;
  min-height: 50px;
  position: relative;
}
.manufacturing-main-content-banner:before {
  content: "";
  display: block;
  min-width: 755px;
  min-height: 463px;
  position: absolute;
  top: 0;
  left: 31.7%;
  background-color: #748C2C;
}
.manufacturing-main-content-banner:after {
  content: "";
  display: block;
  min-width: 675px;
  min-height: 365px;
  position: absolute;
  top: 74px;
  left: 8px;
  background-image: url("../img/image1.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .manufacturing-main-content {
    flex-direction: column;
    padding-top: 40px;
  }

  .manufacturing-main-content-text {
    min-width: 100%;
  }

  .manufacturing-main-content-banner {
    min-height: 250px;
  }
  .manufacturing-main-content-banner:after {
    min-width: 495px;
    min-height: 265px;
    top: 50px;
    left: 60px;
  }
}
@media screen and (max-width: 426px) {
  .manufacturing-main-content-text {
    max-width: 100%;
  }
  .manufacturing-main-content-text p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .page-top {
    padding: 0 1% 0 1%;
  }

  .page-top-heading {
    font-size: 38px;
  }
}
.manufacturing-middle-inner {
  padding: 40px 0 0 0;
}

.manufacturing-quote {
  margin: 0 auto;
  max-width: 745px;
  text-align: center;
  color: #8FAA3D;
  font-size: 48px;
  line-height: 55px;
  font-family: "Georgia-Italic", sans-serif;
  padding: 39px 0 39px 0;
  border-top: 1px solid #D9D9D6;
  border-bottom: 1px solid #D9D9D6;
}

.manufacturing-middle-content-row {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  align-items: center;
}

.manufacturing-middle-content-banner {
  width: 50%;
  min-height: 464px;
  position: relative;
}
.manufacturing-middle-content-banner:before {
  content: "";
  display: block;
  min-width: 755px;
  min-height: 463px;
  position: absolute;
  top: 0;
  right: 27.6%;
  background-color: #748C2C;
}
.manufacturing-middle-content-banner:after {
  content: "";
  display: block;
  min-width: 776px;
  min-height: 596px;
  position: absolute;
  top: -60px;
  right: 22px;
  background-image: url("../img/image2.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.manufacturing-middle-content-text {
  padding-top: 25px;
  width: 48%;
}
.manufacturing-middle-content-text p {
  margin-bottom: 15px;
  letter-spacing: 0.85px;
}

.row-pre-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #8FAA3D;
  text-align: center;
  margin: 0 auto;
  max-width: 1050px;
  padding-top: 80px;
}

.manufacturing-middle-content-row-reversed .manufacturing-middle-content-banner-second:before {
  content: "";
  display: block;
  min-width: 755px;
  min-height: 463px;
  position: absolute;
  top: 0;
  left: 31.7%;
  background-color: #748C2C;
}
.manufacturing-middle-content-row-reversed .manufacturing-middle-content-banner-second:after {
  content: "";
  display: block;
  min-width: 930px;
  min-height: 536px;
  position: absolute;
  top: -33px;
  left: 18px;
  background-image: url("../img/image3.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .manufacturing-middle-content-text {
    width: 100%;
  }

  .manufacturing-middle-content-row {
    padding-top: 10px;
    flex-direction: column-reverse;
  }

  .manufacturing-middle-content-row-reversed {
    flex-direction: column;
  }

  .manufacturing-middle-content-banner {
    min-height: 250px;
  }
  .manufacturing-middle-content-banner:before {
    min-height: 325px;
    right: -60.4%;
  }
  .manufacturing-middle-content-banner:after {
    min-width: 495px;
    min-height: 325px;
    top: 3px;
    left: 0;
  }

  .row-pre-heading {
    padding-top: 100px;
    max-width: 80%;
  }

  .manufacturing-middle-content-row-reversed .manufacturing-middle-content-banner-second:before {
    min-height: 325px;
  }
  .manufacturing-middle-content-row-reversed .manufacturing-middle-content-banner-second:after {
    min-width: 526px;
    min-height: 334px;
    position: absolute;
    top: -9px;
    left: 150px;
  }
}
@media screen and (max-width: 426px) {
  .manufacturing-middle-content-banner:after {
    top: 3px;
    left: -60px;
  }

  .manufacturing-middle-content-row-reversed .manufacturing-middle-content-banner-second:after {
    top: -9px;
    left: 9px;
  }

  .manufacturing-middle-content-text p {
    font-size: 16px;
  }
}
.resent-blog {
  background-color: #F7F8F3;
}

.resent-blog-heading {
  text-align: center;
  margin: 0 auto;
}

.request-manufacturing-green-bg {
  background-image: url("../img/manufacturing-bg2.png");
}

.custom-manufacturing-main {
  overflow: hidden;
}

.custom-manufacturing-main-inner {
  padding: 100px 0 0 0;
}

.custom-manufacturing-main-heading {
  text-align: center;
  margin-bottom: 68px;
}

.custom-manufacturing-main-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.custom-manufacturing-row-text {
  max-width: 50%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  padding-top: 50px;
}
.custom-manufacturing-row-text p {
  margin-bottom: 15px;
  letter-spacing: 0.85px;
}

.custom-manufacturing-row-image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 463px;
  position: relative;
}
.custom-manufacturing-row-image:before {
  content: "";
  width: 755px;
  height: 463px;
  display: block;
  position: absolute;
  top: 0;
  left: 105px;
  background: white;
  background: linear-gradient(90deg, white 0%, #e5f2bd 100%);
}

.custom-manufacturing-main-row-left {
  flex-direction: row-reverse;
}
.custom-manufacturing-main-row-left .custom-manufacturing-row-image {
  justify-content: flex-end;
}
.custom-manufacturing-main-row-left .custom-manufacturing-row-image:before {
  content: "";
  width: 755px;
  height: 463px;
  display: block;
  position: absolute;
  top: 0;
  left: -305px;
  background: white;
  background: linear-gradient(270deg, white 0%, #e5f2bd 100%);
}

.custom-manufacturing-row-img {
  max-width: 550px;
  max-height: 343px;
  z-index: 1;
}

@media screen and (max-width: 1025px) {
  .custom-manufacturing-row-img {
    max-width: 370px;
  }

  .custom-manufacturing-row-image:before {
    width: 350px;
    height: 463px;
  }

  .custom-manufacturing-main-row-left .custom-manufacturing-row-image:before {
    width: 350px;
    height: 463px;
    left: -105px;
  }
}
@media screen and (max-width: 769px) {
  .custom-manufacturing-main-row {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .custom-manufacturing-row-text {
    max-width: 100%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    padding-top: 15px;
  }

  .custom-manufacturing-row-image:before {
    width: 750px;
  }

  .custom-manufacturing-row-img {
    max-width: 450px;
  }
}
@media screen and (max-width: 426px) {
  .custom-manufacturing-row-text p {
    font-size: 16px;
  }
}
.capabilities-inner {
  padding: 0 0 120px 0;
}

.capabilities-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 22px;
  line-height: 36px;
  max-width: 590px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.capabilities-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 16px;
}

.capability-card {
  width: 225px;
  min-height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 71px;
}

.capability-card:nth-child(5) {
  margin-right: 0;
}

.capability-icon {
  width: 74px;
  height: 60px;
  margin-bottom: 20px;
}

.capability-name {
  font-family: "Georgia-Italic", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #8FAA3D;
  text-align: center;
}

.capabilities-paragr {
  max-width: 625px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.85px;
}

@media screen and (max-width: 1281px) {
  .capabilities-wrapper {
    justify-content: space-evenly;
  }

  .capability-card {
    margin-right: 0;
  }
}
@media screen and (max-width: 426px) {
  .capability-card {
    width: 175px;
    margin-bottom: 20px;
  }

  .capabilities-paragr {
    font-size: 16px;
  }
}
.manufacturing-process {
  padding: 122px 0 120px 0;
  background-color: #22372B;
}

.manufacturing-process-heading {
  color: #fff;
}

.manufacturing-process-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manufacturing-process-image {
  margin-top: 67px;
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 769px) {
  .manufacturing-process {
    padding: 45px 0 45px 0;
  }

  .manufacturing-process-image {
    margin-top: 15px;
    height: 275px;
  }
}
@media screen and (max-width: 426px) {
  .manufacturing-process-heading {
    font-size: 22px;
    text-align: center;
  }

  .manufacturing-process-image {
    margin-top: 0;
    height: 225px;
  }

  .manufacturing-process {
    padding: 45px 0 0 0;
  }
}
.capitalize {
  padding: 120px 0 120px 0;
}

.capitalize-heading {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 29px;
  max-width: 1070px;
}

.capitalize-under-heading {
  text-align: center;
  margin: 0 auto;
  max-width: 1070px;
  margin-bottom: 70px;
}

.capitalize-sub-heading {
  font-family: "Georgia-Bold", sans-serif;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  line-height: 36px;
}

.capitalize-cards-wrapper {
  padding: 60px 0 10px 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.capability-card {
  width: 200px;
  min-height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}

.capitalize-text {
  text-align: center;
  margin: 0 auto;
  max-width: 1070px;
}

@media screen and (max-width: 769px) {
  .capitalize {
    padding: 45px 0 45px 0;
  }
}
@media screen and (max-width: 426px) {
  .capitalize-text {
    font-size: 16px;
  }

  .capability-card {
    margin-bottom: 20px;
    width: 135px;
  }

  .capability-name {
    font-size: 17px;
  }

  .capitalize-under-heading {
    margin-bottom: 30px;
  }
}
.manufacturing-middle-content-banner4:after {
  content: "";
  display: block;
  min-width: 636px;
  min-height: 524px;
  position: absolute;
  top: -21px;
  right: -55px;
  background-image: url("../img/image4.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.manufacturing-middle-content-banner-second5:after {
  content: "";
  display: block;
  min-width: 353px !important;
  min-height: 527px !important;
  position: absolute;
  top: -64px !important;
  left: 25px !important;
  background-image: url("../img/image5.png") !important;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.manufacturing-middle-content-banner6:after {
  content: "";
  display: block;
  min-width: 636px;
  min-height: 524px;
  position: absolute;
  top: -12px;
  right: 93px;
  background-image: url("../img/image6.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-manufacturing-main-inner-lab-page .custom-manufacturing-row-text {
  padding-top: 11px;
}

.custom-manufacturing-main-inner-lab-page .custom-manufacturing-main-row {
  align-items: center;
}
.custom-manufacturing-main-inner-lab-page .custom-manufacturing-main-heading {
  padding-top: 50px;
  display: block;
  margin-bottom: 70px !important;
}
.custom-manufacturing-main-inner-lab-page .manufacturing-middle-content-row {
  padding-top: 0;
  margin-bottom: 70px;
  align-items: center;
}
.custom-manufacturing-main-inner-lab-page .manufacturing-middle-content-row:last-child {
  margin-bottom: 0;
}

.capabilities-heading2 {
  max-width: 660px;
}

.capitalize-cards-wrapper2 {
  padding-top: 0;
}

.capabilities-inner2 {
  padding-bottom: 0;
}

.manufacturing-middle-content-row-third {
  padding-top: 24px;
  margin-bottom: 95px;
}

.custom-manufacturing-main-inner-lab-page {
  padding-top: 50px;
}

@media screen and (max-width: 813px) {
  .custom-manufacturing-main-inner-lab-page .custom-manufacturing-main-row {
    align-items: flex-start;
  }
}
@media screen and (max-width: 769px) {
  .manufacturing-middle-content-banner4:after {
    content: "";
    display: block;
    min-width: 370px !important;
    min-height: 310px !important;
    position: absolute;
    top: 18px !important;
    right: 0 !important;
    background-image: url("../img/image4.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .manufacturing-middle-content-banner-second5:after {
    min-width: 370px !important;
    min-height: 310px !important;
    position: absolute;
    top: 18px !important;
    right: 0 !important;
  }

  .manufacturing-middle-content-row-reversed .manufacturing-middle-content-banner-second5:before {
    left: -170px;
  }

  .capabilities-heading2 {
    margin-top: 25px;
  }

  .manufacturing-middle-content-row-third {
    padding-top: 0;
  }

  .manufacturing-middle-content-banner6:after {
    min-width: 350px;
    min-height: 250px;
    top: 0;
    right: 0;
  }

  .manufacturing-middle-content-banner6:before {
    right: -44.4%;
  }
  .capabilities {
    overflow: hidden;
  }
}
@media screen and (max-width: 426px) {
  .manufacturing-middle-content-banner6:before {
    right: -80%;
  }

  .manufacturing-middle-content-banner6:after {
    left: -115px;
  }

  .manufacturing-middle-content-banner-second5:after {
    min-width: 210px !important;
  }

  .manufacturing-middle-content-banner4:after {
    min-width: 300px !important;
  }
}
.custom-manufacturing-main-heading-label-page {
  text-align: center;
  margin: 0 auto;
  max-width: 780px;
  margin-bottom: 71px !important;
}

.custom-manufacturing-main-row-label-page {
  margin-bottom: 60px;
}

.facilities-label-page {
  padding: 40px 0 10px 0;
}
.facilities-label-page .facilities-wrapper {
  padding: 0 0 40px 0;
}
.facilities-label-page .facilities-wrapper .facilities-image {
  width: 440px;
}
.facilities-label-page .facilities-wrapper .facilities-block-texts {
  max-width: 740px;
}

@media screen and (max-width: 813px) {
  .facilities-label-page .facilities-wrapper .facilities-image {
    width: 310px;
  }

  .facilities-second-label-page .facilities-wrapper .facilities-image {
    width: 310px;
  }
}
.categories-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #4A4A4A;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}

.categories-paragr {
  max-width: 1070px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.categories-paragr p {
  letter-spacing: 0.85px;
  margin-bottom: 15px;
}

.facilities-second-label-page {
  padding: 40px 0 0 0;
}
.facilities-second-label-page .facilities-wrapper {
  padding: 0 0 40px 0;
}
.facilities-second-label-page .facilities-wrapper .facilities-image {
  width: 440px;
}
.facilities-second-label-page .facilities-wrapper .facilities-block-texts {
  max-width: 750px;
}
.facilities-second-label-page .facilities-wrapper .facilities-block {
  margin-bottom: 78px;
}

@media screen and (max-width: 769px) {
  .manufacturing-list-wrapper {
    padding: 25px 0 10px 0;
  }

  .facilities-second-label-page .facilities-wrapper .facilities-block-texts {
    padding-top: 15px;
  }

  .facilities-label-page .facilities-wrapper .facilities-block-texts {
    padding-top: 15px;
  }

  .facilities-second-label-page .facilities-wrapper .facilities-block {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 545px) {
  .facilities-label-page .facilities-wrapper .facilities-image {
    width: 250px;
  }

  .facilities-second-label-page .facilities-wrapper .facilities-image {
    width: 250px;
  }

  .categories-paragr p {
    font-size: 16px;
  }
}
.manufacturing-middle-content-banner7:after {
  background-image: url("../img/image7.png");
  min-width: 578px;
  min-height: 460px;
  position: absolute;
  top: 3px;
  right: 61px;
}

#manufacturing-middle-content-banner-second6:after {
  content: "";
  display: block;
  min-width: 611px;
  min-height: 416px;
  position: absolute;
  top: 47px;
  left: 133px;
  background-image: url("../img/image8.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-categories-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 47px;
  padding-left: 19px;
  padding-top: 17px;
}
.product-categories-list li {
  width: 33%;
  margin-bottom: 14px;
}
.product-categories-list li::marker {
  color: #8FAA3D;
}

.manufacturing-middle-content-banner8:after {
  background-image: url("../img/image9.png");
  min-width: 578px;
  min-height: 460px;
  position: absolute;
  top: 3px;
  right: 9px;
}

.manufacturing-middle-content-text h2, .manufacturing-middle-content-text h3, .manufacturing-middle-content-text h4, .manufacturing-middle-content-text h5 {
  font-size: 22px;
  font-family: "Georgia-Bold", sans-serif;
  line-height: 36px;
  color: #22372B;
  margin-bottom: 29px;
}
.manufacturing-middle-content-text ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 30px;
  padding-left: 15px;
}
.manufacturing-middle-content-text ul li {
  width: 36%;
  margin-bottom: 14px;
}
.manufacturing-middle-content-text ul li::marker {
  color: #8FAA3D;
}
.manufacturing-middle-content-text em {
  font-family: "Georgia-Italic", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #8FAA3D;
  letter-spacing: 0;
}

.manufacturing-middle-content-row-custom .manufacturing-middle-content-text {
  padding-top: 19px;
  width: 48%;
  padding-left: 44px;
}

.manufacturing-cbd-page {
  padding-bottom: 148px;
  margin-top: -1px;
  background-position-x: 143px;
  background-position-y: 266px;
  background-image: url("../img/manufacturing-cbd-bg.png");
}
.manufacturing-cbd-page:before {
  display: none;
}
.manufacturing-cbd-page:after {
  display: none;
}
.manufacturing-cbd-page .manufacturing-inner {
  display: block;
}
.manufacturing-cbd-page .manufacturing-inner .manufacturing-heading {
  display: block;
  margin: 0 auto;
  max-width: 1070px;
  text-align: center;
}
.manufacturing-cbd-page .manufacturing-item-cbd {
  width: 100%;
}
.manufacturing-cbd-page .manufacturing-item-cbd:before {
  margin-top: 0;
  top: 13px;
  background-color: #8FAA3D;
}
.manufacturing-cbd-page .manufacturing-list-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 70px 0 10px 0;
}
.manufacturing-cbd-page .manufacturing-items-wrapper-cbd {
  max-width: 630px;
}

.graph {
  padding: 121px 0 93px 0;
}

.graph-heading {
  text-align: center;
  margin-bottom: 28px;
}

.graph-text {
  max-width: 1070px;
  margin: 0 auto;
  letter-spacing: 0.75px;
}

.graph-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 1605px) {
  .manufacturing-cbd-page {
    background-position-x: 10px;
  }
}
@media screen and (max-width: 1441px) {
  .manufacturing-cbd-page {
    background-position-x: -110px;
  }
}
@media screen and (max-width: 1189px) {
  .manufacturing-cbd-page {
    background-size: 45%;
    background-position-x: -75px;
  }
}
@media screen and (max-width: 813px) {
  .facilities-second-label-page .facilities-wrapper .facilities-image {
    width: 310px;
  }
}
@media screen and (max-width: 769px) {
  .manufacturing-cbd-page {
    background-image: none;
  }

  .manufacturing-middle-content-banner7:after {
    min-width: 346px;
    min-height: 324px;
    position: absolute;
    top: 21px;
  }

  #manufacturing-middle-content-banner-second6:before {
    left: -171.3px;
  }
  #manufacturing-middle-content-banner-second6:after {
    min-width: 359px;
    min-height: 243px;
    top: 82px;
    left: 120px;
  }

  .manufacturing-middle-content-row-custom .manufacturing-middle-content-text {
    width: 100%;
  }

  .manufacturing-middle-inner {
    padding-bottom: 76px;
  }

  .manufacturing-middle-content-banner8:after {
    min-width: 500px;
    min-height: 300px;
    top: 25px;
  }

  .manufacturing-cbd-page .manufacturing-list-wrapper {
    justify-content: center;
  }

  .manufacturing-cbd-page {
    padding: 25px 0 25px 0;
  }

  .graph {
    padding: 45px 0 45px 0;
  }
}
.fulfillment {
  padding: 100px 0 85px 0;
  overflow: hidden;
}

.fulfillment-heading {
  text-align: center;
  margin-bottom: 70px;
}

.content-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 67px;
}

.content-section-text {
  max-width: 650px;
}
.content-section-text p {
  font-size: 18px;
  letter-spacing: 0.85px;
  margin-bottom: 15px;
}
.content-section-text p em {
  font-family: "Georgia-Italic", sans-serif;
  color: #8FAA3D;
  font-size: 22px;
}

.content-section-image {
  max-width: 700px;
  display: flex;
  position: relative;
  padding-left: 73px;
}
.content-section-image:before {
  content: "";
  display: block;
  width: 755px;
  height: 463px;
  background-image: url("../img/content-bg-green-dash.png");
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 259px;
  z-index: -1;
}
.content-section-image .content-section-img {
  display: block;
  flex-shrink: 0;
  min-width: 690px;
  max-width: 690px;
  height: 542px;
}

.fulfilment-sub-heading {
  display: block;
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 36px;
  color: #8FAA3D;
  font-family: "Georgia-Bold", sans-serif;
  padding-bottom: 37px;
}

@media screen and (max-width: 1281px) {
  .content-section-image {
    max-width: 640px;
  }
}
@media screen and (max-width: 1025px) {
  .content-section {
    flex-direction: column-reverse;
  }
  .content-section .content-section-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .content-section .content-section-image {
    max-width: 100%;
    height: 463px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 35px;
  }
  .content-section .content-section-image:before {
    top: 0;
    left: 0;
  }
  .content-section .content-section-image .content-section-img {
    min-width: 400px;
    max-width: 400px;
    height: 342px;
  }
}
@media screen and (max-width: 426px) {
  .content-section .content-section-image {
    height: 225px;
    margin-bottom: 60px;
  }
  .content-section .content-section-image:before {
    height: 225px;
  }
}
.page-top-about {
  min-height: 455px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 78px 0 38px 0;
}

.top-page-title {
  padding-top: 70px;
}
.top-page-title h1 {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 96px;
  line-height: 87px;
  color: #8FAA3D;
}
.top-page-title em {
  font-family: "Georgia-Italic", sans-serif;
  font-size: 54px;
  line-height: 66px;
  color: #4A4A4A;
}

.top-page-video {
  width: 630px;
  max-height: 356px;
}
.top-page-video iframe {
  width: 100%;
}

.the-quote {
  max-width: 743px;
  padding: 40px 0 40px 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #D9D9D6;
  border-bottom: 1px solid #D9D9D6;
}
.the-quote p {
  color: #999;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.85px;
}
.the-quote blockquote p {
  font-size: 48px;
  line-height: 55px;
  font-family: "Georgia-Italic", sans-serif;
  font-style: italic;
  color: #8FAA3D;
  letter-spacing: -0.05px;
  margin-bottom: 20px;
}

.about-us-sub-heading {
  font-size: 22px;
  line-height: 36px;
  font-family: "Georgia-Bold", sans-serif;
  color: #8FAA3D;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 120px;
}

.custom-manufacturing-main-inner-about-us-page {
  padding-top: 70px;
}

.manufacturing-about-us-page {
  min-height: 847px;
  background-image: url("../img/manufacturing-about-us-page.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.manufacturing-about-us-page:before {
  top: -50px;
  left: 371px;
}
.manufacturing-about-us-page:after {
  bottom: -53px;
  left: 11px;
}

.manufacturing-about-us-page .text-list-column {
  color: #fff;
  width: 622px;
}

.our-products-heading {
  font-size: 36px;
  line-height: 54px;
  font-family: "Georgia-Bold", sans-serif;
  margin-bottom: 71px;
}

.our-products-sub-heading {
  font-size: 22px;
  line-height: 36px;
  font-family: "Georgia-Bold", sans-serif;
  margin-bottom: 29px;
}

.our-products-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.our-products-list-item {
  width: 47%;
  line-height: 32px;
  letter-spacing: 0.85px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
}
.our-products-list-item:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8FAA3D;
  position: absolute;
  left: 0;
  top: 12px;
}

.our-products-text {
  letter-spacing: 0.85px;
}

@media screen and (max-width: 1541px) {
  .manufacturing-about-us-page .text-list-column {
    background-color: rgba(30, 56, 42, 0.8);
    padding: 20px 20px 20px 20px;
    max-width: 642px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 1025px) {
  .top-page-video {
    width: 445px;
  }
}
@media screen and (max-width: 769px) {
  .manufacturing-about-us-page:before {
    display: none;
  }

  .page-top-inner {
    flex-direction: column;
  }

  .top-page-video {
    width: 100%;
    margin-top: 25px;
  }

  .top-page-title {
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
  }

  .manufacturing-about-us-page .manufacturing-inner {
    justify-content: center;
  }

  .our-products-list-item {
    width: 250px;
  }
}
@media screen and (max-width: 426px) {
  .the-quote blockquote p {
    font-size: 26px;
    line-height: 40px;
  }

  .custom-manufacturing-row-image {
    height: 380px;
  }

  .custom-manufacturing-row-image:before {
    height: 375px;
  }

  .custom-manufacturing-main-inner-about-us-page {
    padding-top: 40px;
  }

  .the-quote {
    border-top: none;
  }

  .the-space {
    height: 100px;
  }

  .top-page-title h1 {
    font-size: 60px;
  }

  .custom-manufacturing-main-heading-label-page {
    margin-bottom: 25px !important;
  }

  .about-us-sub-heading {
    margin-bottom: 30px;
  }

  .our-products-sub-heading {
    font-size: 20px;
  }

  .our-products-list-item {
    font-size: 16px;
  }

  .our-products-heading {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .manufacturing-about-us-page {
    padding-top: 30px;
  }
}
.values-inner {
  padding: 121px 0 120px 0;
}

.values-heading {
  text-align: center;
}

.values-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 70px;
}

.value-card {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin-bottom: 62px;
}

.value-image {
  width: 74px;
  height: 60px;
  margin-bottom: 19px;
}

.value-heading {
  font-size: 24px;
  line-height: 36px;
  font-family: "Georgia-Italic", sans-serif;
  color: #8FAA3D;
  padding-bottom: 27px;
  position: relative;
}

.value-heading-border-top:after {
  display: none;
}
.value-heading-border-top:before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #8FAA3D;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 2px;
}

.value-heading-border-bottom:before {
  display: none;
}
.value-heading-border-bottom:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #8FAA3D;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 15px;
}

.value-text {
  letter-spacing: 0.85px;
}

.values-under-text {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.85px;
  margin-top: -22px;
}

.values-under-text-italic {
  font-family: "Georgia-Italic", sans-serif;
  color: #4A4A4A;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

@media screen and (max-width: 1240px) {
  .values-cards {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 769px) {
  .custom-manufacturing-main-inner-lab-page .custom-manufacturing-main-heading {
    padding-top: 0;
    margin-bottom: 0 !important;
  }

  .custom-manufacturing-main-inner-lab-page .custom-manufacturing-main-heading-pt {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 426px) {
  .values-inner {
    padding: 35px 0 35px 0;
  }

  .value-text {
    font-size: 16px;
  }

  .values-cards {
    padding-top: 35px;
  }

  .value-card {
    margin-bottom: 35px;
  }

  .values-under-text {
    margin-top: 0;
  }
}
.manufacturing-popup-active .gchoice .gfield-choice-input {
  display: none !important;
}
.manufacturing-popup-active .gchoice label {
  position: relative;
  padding-left: 35px;
}
.manufacturing-popup-active .gchoice label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #BDBDBD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.manufacturing-popup-active .gchoice label:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/checkbox-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -5px;
  display: block;
  transition: 0.2s;
  opacity: 0;
}
.manufacturing-popup-active .gchoice .gfield-choice-input:checked + label::after {
  opacity: 1;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields {
  width: 630px;
  padding-top: 58px;
  grid-column-gap: 4.4%;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield_radio .gfield-choice-input {
  display: none;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield_radio label {
  position: relative;
  padding-left: 35px;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield_radio label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-image: none;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield_radio label:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -5px;
  display: block;
  transition: 0.2s;
  background-image: none;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield_radio .gfield-choice-input:checked + label::after {
  background-color: #8FAA3D;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields label {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #4A4A4A;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields input {
  max-width: 300px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #BDBDBD;
  padding-left: 11px;
  outline: none;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields input::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #999;
  letter-spacing: 1px;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield--width-full {
  width: 630px;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield--width-full input {
  max-width: 100%;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields fieldset legend {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #4A4A4A;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields fieldset input {
  max-width: 300px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #999;
  padding-left: 11px;
}
.manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields fieldset input::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #999;
  letter-spacing: 1px;
}
.manufacturing-popup-active #field_1_3 {
  margin-bottom: 18px;
}
.manufacturing-popup-active #field_1_6 {
  margin-top: 16px;
}
.manufacturing-popup-active #field_1_7 {
  margin-top: 27px;
}
.manufacturing-popup-active #field_1_8 {
  margin-top: 14px;
}
.manufacturing-popup-active #field_1_9 {
  margin-top: 14px;
}
.manufacturing-popup-active #field_1_11 {
  margin-top: 10px;
}
.manufacturing-popup-active #field_1_13 {
  margin-top: 24px;
}
.manufacturing-popup-active #field_1_14 {
  margin-top: 14px;
}
.manufacturing-popup-active .gchoice {
  margin-bottom: 7px;
}
.manufacturing-popup-active .ginput_container textarea {
  border-radius: 4px;
  resize: none;
  height: 199px !important;
  border: 1px solid #999;
  padding-left: 11px !important;
  outline: none;
}
.manufacturing-popup-active .ginput_container textarea::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #999;
  letter-spacing: 1px;
}
.manufacturing-popup-active #gform_submit_button_1 {
  outline: none;
  margin-top: 5px;
  border: none;
  width: 115px;
  height: 42px;
  border-radius: 30px;
  background-color: #8FAA3D;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins-Medium", sans-serif;
  letter-spacing: 0.85px;
}

.gform_confirmation_message {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 58px 0 44px 0;
}
.gform_confirmation_message h2 {
  font-size: 36px;
  line-height: 54px;
  font-family: "Georgia-Bold", sans-serif;
  color: #22372B;
}
.gform_confirmation_message h2 img {
  margin-bottom: 12px;
}
.gform_confirmation_message p {
  margin-top: -13px;
  font-family: "Poppins-Regular", sans-serif;
}
.gform_confirmation_message .back-to-home-btn {
  margin-top: -21px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 5px 30px 5px 30px;
  color: #fff;
  background-color: #8FAA3D;
  font-family: "Poppins-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 30px;
}

.supplier-popup-wrapper {
  display: none;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
  height: 100vh;
  background: rgba(30, 41, 35, 0.8);
  z-index: 11;
  padding: 70px 0 70px 0;
}

.manufacturing-popup-wrapper-active {
  display: flex;
}

.supplier-popup {
  display: none;
  background-color: #fff;
  padding: 53px 7.5% 75px 7.5%;
  max-width: 850px;
  min-height: 450px;
  position: relative;
}

.manufacturing-popup-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 12;
  height: max-content;
}
.manufacturing-popup-active .manufacturing-popup-text-apply {
  display: none;
}

.close-popup-btn-supplier {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 45px;
  top: 45px;
  background-image: url("../img/icons/popup-close.svg");
}

.manufacturing-popup-heading-apply {
  text-align: center;
  margin-bottom: 19px;
}

.manufacturing-popup-text-apply {
  color: #000;
  letter-spacing: 0.85px;
  margin-bottom: 39px;
}

#field_3_6 {
  margin-bottom: 23px;
}

#field_3_3 {
  margin-bottom: 17px;
}

#field_3_11 {
  margin-top: 17px;
}

#gform_submit_button_3 {
  outline: none;
  margin-top: 5px;
  border: none;
  width: 115px;
  height: 42px;
  border-radius: 30px;
  background-color: #8FAA3D;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins-Medium", sans-serif;
  letter-spacing: 0.85px;
}

@media screen and (max-width: 769px) {
  .manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields {
    width: 350px;
  }

  .manufacturing-popup-text-apply {
    max-width: 350px;
    font-size: 16px;
  }

  #field_3_11 {
    width: 300px;
  }

  .manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield--width-full input {
    width: 300px;
  }

  .manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield--width-full {
    width: 350px;
  }

  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 426px) {
  .supplier-popup {
    padding: 15px 0.5% 60px 0.5%;
  }

  .close-popup-btn-supplier {
    top: 20px;
    right: 20px;
  }

  .manufacturing-popup-text-apply {
    font-size: 14px;
    margin-bottom: 5px;
  }

  #gform_3 {
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 376px) {
  .manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields {
    width: 290px;
  }

  .manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield--width-full {
    width: 290px;
  }

  .manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields {
    padding-top: 40px;
  }

  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 11 !important;
  }

  .manufacturing-popup-active .gform_wrapper.gravity-theme .gform_fields .gfield--width-full input {
    width: 262px;
  }

  #field_3_11 {
    width: 262px;
  }

  .ginput_recaptcha iframe {
    width: 280px;
  }
  .ginput_recaptcha .rc-anchor-logo-portrait {
    padding: 9px 0 0 0;
  }
}
#low-bottom-margin {
  margin-bottom: 20px !important;
}

.capabilities {
  padding-top: 69px;
}

.main-post-inner {
  display: flex;
  justify-content: space-between;
}

.post-main {
  max-width: 850px;
  padding-top: 27px;
}

.post-side-bar {
  width: 410px;
  padding-top: 130px;
}

.next-post-wrapper {
  width: 100%;
}

.post-inner-headings {
  transition: 0.3s;
}

.element-sticky {
  transform: translateY(15vh);
  position: sticky;
  top: 8vh;
}

.next-post-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 36px;
  line-height: 54px;
  color: #22372B;
  margin-bottom: 40px;
}

.next-post {
  width: 100%;
  position: relative;
}

.next-post-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 265px;
}

.next-post-info {
  width: 370px;
  min-height: 270px;
  background-color: #fff;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -185px;
  padding: 26px 30px 10px 31px;
  box-shadow: 0 4px 25px rgba(64, 64, 64, 0.05);
}

.next-post-date {
  font-size: 16px;
  margin-bottom: 16px;
}

.next-post-title {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #22372B;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #D9D9D6;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.next-post-title:before {
  content: "";
  display: block;
  width: 85px;
  height: 3px;
  background-color: #8FAA3D;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.next-post-title:after {
  content: "Read More";
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #22372B;
  position: absolute;
  left: 1px;
  bottom: -46px;
  letter-spacing: 0.05em;
}

.post-breadcrumbs {
  margin-bottom: 56px;
}
.post-breadcrumbs a {
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.post-breadcrumbs .post-breadcrumbs-title {
  color: #8FAA3D;
}

.post-info {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
}
.post-info span {
  position: relative;
  padding-left: 15px;
  margin-left: 11px;
}
.post-info span:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #8FAA3D;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
}
.post-info .post-author {
  color: #8FAA3D;
}

.post-image {
  padding: 20px 0 20px 0;
}

.post-title {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 48px;
  line-height: 66px;
  color: #22372B;
}

.post-img {
  margin-top: 29px;
  max-width: 100%;
  height: auto;
}

.first-paragraph {
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 40px;
  border-bottom: 1px solid #C6D97A;
}
.first-paragraph:before {
  content: "";
  display: block;
  width: 85px;
  height: 3px;
  background-color: #8FAA3D;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.first-paragraph p {
  line-height: 32px;
  letter-spacing: 0.85px;
}
.first-paragraph p strong {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 72px !important;
  color: #22372B;
  line-height: 80px;
  padding-right: 20px;
  float: left;
}

.post-content h2 {
  margin-bottom: 19px;
  margin-top: 59px;
}
.post-content h2:first-child {
  margin-top: 40px;
}
.post-content p {
  letter-spacing: 0.85px;
  margin-bottom: 14px;
}
.post-content p strong {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 22px;
  color: #22372B;
  line-height: 60px;
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 6px;
  letter-spacing: 0px;
}
.post-content ul {
  padding-top: 5px;
}
.post-content ul li {
  padding-left: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.85px;
  position: relative;
}
.post-content ul li::marker {
  color: transparent;
}
.post-content ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8FAA3D;
  position: absolute;
  left: 0;
  top: 12px;
}
.post-content .blocks-gallery-grid {
  padding: 24px 0 20px 0;
}
.post-content .blocks-gallery-grid li {
  padding-left: 0;
}
.post-content .blocks-gallery-grid li:before {
  display: none;
}

.question-block {
  background-color: #F7F8F3;
  position: relative;
  border: 1px solid #8FAA3D;
  padding: 30px 25px 15px 109px;
  margin-top: 60px;
}
.question-block:before {
  content: "";
  display: block;
  width: 77px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EDF1DD;
  border-right: 1px solid #8FAA3D;
}
.question-block:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/icons/question-ico.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 19px;
}

.question-block-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #000;
  margin-bottom: 14px;
}

.info-block {
  background-color: #F7F8F3;
  position: relative;
  border: 1px solid #8FAA3D;
  padding: 30px 25px 15px 109px;
  margin-top: 40px;
}
.info-block:before {
  content: "";
  display: block;
  width: 77px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EDF1DD;
  border-right: 1px solid #8FAA3D;
}
.info-block:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/icons/info-ico.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 19px;
}

.info-block-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #000;
  margin-bottom: 14px;
}

.recommendation-block {
  border: 2px solid #8FAA3D;
  padding: 58px 18px 10px 28px;
  margin-top: 40px;
  position: relative;
}
.recommendation-block:before {
  content: "Recommendation";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  background-color: #8FAA3D;
  font-family: "Poppins-Regular", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 67px;
  padding: 6px 21px 6px 21px;
  letter-spacing: 0.75px;
}

.recommendation-block-text p {
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
}

.recommendation-author {
  display: flex;
  justify-content: flex-start;
  padding-top: 3px;
  padding-left: 2px;
}

.recommendation-author-name {
  text-transform: uppercase;
  font-size: 14px;
  color: #22372B;
  font-family: "Poppins-Medium", sans-serif;
}

.recommendation-author-title {
  color: #999;
  font-size: 16px;
  padding-left: 23px;
  position: relative;
  letter-spacing: -0.05px !important;
}
.recommendation-author-title:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #8FAA3D;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -2.5px;
}

.left-border-block {
  background-color: #F7F8F3;
  border-left: 2px solid #8FAA3D;
  padding: 30px 25px 16px 27px;
  margin-top: 40px;
}

.post-content blockquote {
  background-color: #F7F8F3;
  border: 1px solid #8FAA3D;
  margin-left: 20px;
  position: relative;
  padding: 29px 48px 25px 70px;
  margin-top: 60px;
}
.post-content blockquote:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../img/icons/quote-ico.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 23px;
  left: -21px;
}
.post-content blockquote p {
  font-size: 24px;
  line-height: 36px;
  font-family: "Georgia-Italic", sans-serif;
  color: #8FAA3D;
  letter-spacing: 0px;
}
.post-content blockquote cite {
  text-transform: uppercase;
  font-size: 14px;
  color: #22372B;
  font-family: "Poppins-Medium", sans-serif;
  font-style: normal;
  display: inline-block;
  margin-top: 11px;
  letter-spacing: 0.5px;
}

.fast-facts-block {
  position: relative;
  border: 2px dashed #8FAA3D;
  background-color: #F7F8F3;
  padding: 45px 18px 10px 28px;
  margin-top: 57px;
}
.fast-facts-block:before {
  content: "Fast Facts";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  background-color: #8FAA3D;
  font-family: "Poppins-Regular", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 176px;
  top: -20px;
  left: 50%;
  margin-left: -88px;
  letter-spacing: 0.75px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.facts-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #000;
  margin-bottom: 14px;
}

.single-fact {
  display: flex;
  justify-content: flex-start;
}

.single-fact-heading {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #8FAA3D;
  letter-spacing: 1px;
  margin-right: 5px;
}

.image-text-block {
  padding: 20px 20px 20px 20px;
  background-color: #F7F8F3;
  margin-top: 40px;
}

.image-text-block-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-text-block-inner-left {
  flex-direction: row;
}

.image-text-block-inner-right {
  flex-direction: row-reverse;
}

.image-text-block-heading {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0.85px;
}

.inner-block-text {
  padding-left: 31px;
  padding-top: 10px;
}
.inner-block-text p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}

.block-inner-image {
  max-width: 280px;
  height: auto;
}

.blog-navigation {
  padding: 60px 0 120px 0;
}

.blog-navigation-inner {
  padding-top: 90px;
  max-width: 850px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #8FAA3D;
}

.flex-end-for-nav {
  justify-content: flex-end;
}

.blog-pagination-href {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 22px;
  line-height: 36px;
  max-width: 300px;
  text-decoration: none;
  color: #22372B;
  padding-top: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-top: 1px solid #D9D9D6;
  position: relative;
}

.blog-pagination-href-prev:before {
  content: "";
  display: block;
  width: 85px;
  height: 3px;
  background-color: #8FAA3D;
  position: absolute;
  left: 0;
  top: -2px;
}
.blog-pagination-href-prev:after {
  content: "PREVIOUS";
  font-family: "Poppins-Regular", sans-serif;
  display: block;
  height: 24px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  left: 0;
  padding-left: 35px;
  color: #8FAA3D;
  background-image: url("../img/icons/left-arrow-ico.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.blog-pagination-href-next:before {
  content: "";
  display: block;
  width: 85px;
  height: 3px;
  background-color: #8FAA3D;
  position: absolute;
  right: 0;
  top: -2px;
}
.blog-pagination-href-next:after {
  content: "NEXT";
  font-family: "Poppins-Regular", sans-serif;
  display: block;
  height: 24px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  right: 0;
  padding-right: 35px;
  color: #8FAA3D;
  background-image: url("../img/icons/right-arrow-ico.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.post-inner-headings {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.post-header-href {
  font-family: "Poppins-Regular", sans-serif;
  color: #999;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 31px;
  position: relative;
  transition: 0.2s;
  margin-bottom: 20px;
  cursor: pointer;
}
.post-header-href:before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #8FAA3D;
  position: absolute;
  left: 1px;
  top: 10px;
  opacity: 0;
  transition: 0.2s;
}

.post-header-href-active {
  color: #8FAA3D;
}
.post-header-href-active:before {
  opacity: 1;
}

.post-image {
  position: relative;
}

.social-share-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: max-content;
  position: absolute;
  bottom: -95px;
  left: -62px;
}

.social-share-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.twitter-share {
  background-image: url("../img/icons/twitter-ico.png");
}

.facebook-share {
  background-image: url("../img/icons/facebook-ico.png");
}

.linkedin-share {
  background-image: url("../img/icons/linked-ico.png");
}

@media screen and (max-width: 1431px) {
  .social-share-wrapper {
    top: -65px;
    left: 0;
    flex-direction: row;
  }

  .social-share {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1281px) {
  .main-post-inner {
    justify-content: flex-start;
  }

  .post-main {
    max-width: 740px;
  }

  .post-side-bar {
    width: 270px;
    margin-left: 35px;
  }

  .next-post-info {
    width: 250px;
    min-height: 210px;
    top: 115px;
    margin-left: -125px;
  }

  .post-side-bar {
    padding-top: 175px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 769px) {
  .post-side-bar {
    width: 185px;
    margin-left: 30px;
  }

  .next-post-info {
    width: 160px;
    min-height: 170px;
    top: 85px;
    margin-left: -80px;
    padding: 10px;
  }

  .next-post-date {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .next-post-title {
    font-size: 17px;
    padding-bottom: 10px;
  }
  .next-post-title:after {
    font-size: 11px;
  }

  .next-post-heading {
    font-size: 20px;
    margin-bottom: 0;
  }

  .post-info {
    font-size: 12px;
  }

  .post-title {
    font-size: 38px;
  }

  .post-content p {
    font-size: 16px;
  }
  .post-content p strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 721px) {
  .post-side-bar {
    display: none;
  }

  .image-text-block-inner-left {
    flex-direction: column;
  }
  .image-text-block-inner-left .inner-block-text {
    padding-left: 0;
  }

  .post-content ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 541px) {
  .question-block {
    padding: 30px 25px 15px 50px;
  }
  .question-block:before {
    width: 35px;
  }
  .question-block:after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    left: 5px;
  }

  .info-block {
    padding: 30px 25px 15px 50px;
  }
  .info-block:before {
    width: 35px;
  }
  .info-block:after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    left: 5px;
  }

  .post-content blockquote {
    padding: 25px 20px 25px 50px;
  }
  .post-content blockquote:before {
    width: 40px;
    height: 40px;
    top: 23px;
    left: -7px;
  }
  .post-content blockquote p {
    font-size: 17px;
  }

  .fast-facts-block {
    padding: 30px 10px 10px 10px;
  }

  .single-fact {
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  .question-block {
    padding: 50px 8px 15px 8px;
  }
  .question-block:before {
    width: 100%;
    height: 35px;
  }
  .question-block:after {
    margin-top: 0;
    left: 50%;
    margin-left: -12px;
    top: 5px;
  }

  .info-block {
    padding: 50px 8px 15px 8px;
  }
  .info-block:before {
    width: 100%;
    height: 35px;
  }
  .info-block:after {
    margin-top: 0;
    left: 50%;
    margin-left: -12px;
    top: 5px;
  }

  .recommendation-block {
    padding: 45px 8px 10px 8px;
  }

  .recommendation-author-name {
    font-size: 12px;
  }

  .recommendation-author-title {
    font-size: 12px;
  }

  .left-border-block {
    padding: 30px 8px 16px 8px;
  }

  .post-content blockquote {
    margin-left: 0;
    padding: 30px 8px 20px 8px;
  }
  .post-content blockquote:before {
    top: -20px;
    left: 10px;
  }

  .fast-facts-block {
    padding: 25px 8px 10px 8px;
  }

  .image-text-block {
    padding: 20px 8px 20px 8px;
  }
}
@media screen and (max-width: 321px) {
  .container {
    padding: 0 20px 0 11px;
  }
}
.resent-blog-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
}

.resent-post-card {
  max-width: 410px;
  position: relative;
}

.resent-post-image {
  max-width: 100%;
  height: 280px;
}

.resent-post-info {
  width: 370px;
  min-height: 305px;
  background-color: #fff;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -185px;
  padding: 26px 30px 10px 31px;
  box-shadow: 0 4px 25px rgba(64, 64, 64, 0.05);
}
.resent-post-info .next-post-title {
  padding-bottom: 55px;
  min-height: 165px;
}

@media screen and (max-width: 1281px) {
  .resent-blog-wrapper {
    justify-content: space-evenly;
  }

  .resent-post-card {
    max-width: 290px;
  }

  .resent-post-image {
    height: 200px;
  }

  .resent-post-info {
    width: 240px;
    margin-left: -120px;
    top: 120px;
    min-height: 1px;
    height: max-content;
    padding-bottom: 55px;
  }
  .resent-post-info .next-post-title {
    padding-bottom: 20px;
    min-height: auto;
  }
}
@media screen and (max-width: 1025px) {
  .resent-post-card {
    max-width: 230px;
  }

  .resent-post-image {
    height: 160px;
  }

  .resent-post-info {
    width: 190px;
    margin-left: -95px;
    padding: 10px 10px 55px 10px;
  }
  .resent-post-info .next-post-date {
    font-size: 11px;
  }

  .resent-blog-wrapper {
    padding-top: 50px;
  }
}
@media screen and (max-width: 769px) {
  .resent-blog-wrapper {
    flex-wrap: wrap;
  }

  .resent-post-info {
    top: 60px;
  }

  .resent-post-card {
    flex-shrink: 0;
    padding-bottom: 160px;
  }
}
.blog-page-top {
  padding: 11px 0 0 0;
}

.main-blog-wrapper {
  width: 100%;
}

.main-blog-posts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.main-blog-posts .resent-post-card {
  padding-bottom: 240px;
}

.blog-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-size: 48px;
  line-height: 66px;
  color: #22372B;
  margin-bottom: 28px;
}

.custom-blog-page-post-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 40px 60px 40px;
  background-color: #F7F8F3;
}

.custom-post-image {
  max-width: 630px;
  height: auto;
}

.custom-post-info {
  max-width: 510px;
}

.custom-post-date {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
}

.custom-post-title {
  margin-bottom: 18px;
}

.the-excerpt {
  letter-spacing: 0.85px;
  margin-bottom: 22px;
}

.read-more-btn {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #22372B;
  position: relative;
  padding-bottom: 5px;
  letter-spacing: 0.6px;
}
.read-more-btn:after {
  content: "";
  display: block;
  width: 85px;
  height: 2px;
  background-color: #8FAA3D;
  position: absolute;
  bottom: 0;
  left: 0;
}

.latest-posts-heading {
  font-size: 36px;
  line-height: 54px;
  color: #22372B;
  font-family: "Georgia-Bold", sans-serif;
  margin-bottom: 40px;
  margin-top: 70px;
}

.blog-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

.resent-blog-inner {
  padding: 121px 0 300px 0;
}

.blog-pagination-inner {
  display: flex;
  justify-content: space-between;
  padding: 21px 0 35px 0;
}
.blog-pagination-inner .navigation {
  background-color: #E7F2B9;
  border-radius: 40px;
  margin: 0 10px;
}
.blog-pagination-inner .prev {
  text-decoration: none;
}
.blog-pagination-inner .next {
  text-decoration: none;
}
.blog-pagination-inner .nav-links {
  min-width: 100px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.blog-pagination-inner .nav-links .page-numbers {
  text-decoration: none;
  width: 47px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 43%;
  color: #718633;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.blog-pagination-inner .nav-links .page-numbers:hover {
  background-color: #8FAA3D;
  color: #fff;
}
.blog-pagination-inner .nav-links .current {
  background-color: #8FAA3D;
  color: #fff;
}

.page-pagination-href {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 40px;
  background-color: #E7F2B9;
  border-radius: 43%;
  color: #718633;
  transition: 0.2s;
}
.page-pagination-href:hover {
  background-color: #8FAA3D;
  color: #fff;
}

.hidden-btn {
  display: none;
}

.main-blog-wrapper-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.blog-categories-wrapper form {
  display: flex;
  flex-wrap: wrap;
}

.cat-box {
  display: none;
}

.cat-box-default {
  display: none;
}

.cat-label-default {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 15px 4px 15px;
  border-radius: 38px;
  font-family: "Poppins-Medium", sans-serif;
  color: #718633;
  background-color: #E7F2B9;
  font-size: 14px;
  line-height: 22px;
  margin-right: 15px;
  transition: 0.2s;
  margin-bottom: 15px;
}

.cat-label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 15px 4px 15px;
  border-radius: 38px;
  font-family: "Poppins-Medium", sans-serif;
  color: #718633;
  background-color: #E7F2B9;
  font-size: 14px;
  line-height: 22px;
  margin-right: 15px;
  transition: 0.2s;
  margin-bottom: 15px;
}

.cat-label-active {
  background-color: #8FAA3D;
  color: #fff;
}

.post-margin {
  margin-right: 30px;
}

@media screen and (max-width: 1281px) {
  .main-blog-posts {
    justify-content: space-evenly;
  }

  .custom-post-image {
    max-width: 500px;
  }

  .resent-blog-inner {
    padding-bottom: 165px;
  }
}
@media screen and (max-width: 1025px) {
  .resent-blog-inner {
    padding-top: 50px;
  }

  .custom-post-image {
    max-width: 375px;
  }

  .custom-blog-page-post-wrapper {
    padding: 45px 15px 45px 15px;
  }

  .custom-post-info {
    padding-left: 10px;
  }
}
@media screen and (max-width: 769px) {
  .resent-blog-inner {
    padding-bottom: 0;
  }

  .custom-blog-page-post-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .custom-post-info {
    padding-left: 0;
    padding-top: 30px;
    max-width: 100%;
  }

  .main-blog-posts .resent-post-card {
    padding-bottom: 115px;
  }
}
@media screen and (max-width: 426px) {
  .custom-post-image {
    max-width: 285px;
  }

  .the-excerpt {
    font-size: 16px;
  }

  .latest-posts-heading {
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 321px) {
  .custom-post-image {
    max-width: 260px;
  }
}
.product-tags {
  display: flex;
  flex-wrap: wrap;
}

.tag-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 15px 4px 15px;
  border-radius: 38px;
  font-family: "Poppins-Medium", sans-serif;
  color: #718633;
  background-color: #E7F2B9;
  font-size: 14px;
  line-height: 22px;
  margin-right: 15px;
  transition: 0.2s;
  margin-bottom: 15px;
}

.product-tags-text {
  display: flex;
  margin-bottom: 11px;
}

.product-gallery {
  max-width: 630px;
  height: 650px;
  display: flex;
  justify-content: space-between;
}

.product-gallery-slider {
  width: 100px;
  max-height: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.product-gallery-slider .slick-list {
  padding: 0 !important;
  max-height: 100%;
}
.product-gallery-slider .slick-track {
  display: flex;
  flex-direction: column;
}

.product-active-slide {
  max-width: 100%;
  overflow: hidden;
  outline: none;
}
.product-active-slide .slick-track {
  display: flex;
  height: 647px;
}

.product-gallery-item-wrapper {
  outline: none;
  width: 100px;
  height: 123px;
  border: 1px solid #D9D9D6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.product-gallery-item-wrapper.slick-current {
  border: 1px solid #8FAA3D;
}

.product-gallery-item {
  max-width: 90%;
  height: auto;
}

.product-active-slide-wrapper {
  max-width: 520px;
  height: 100%;
  position: relative;
}
.product-active-slide-wrapper .slick-arrow {
  display: block;
  width: 30px;
  height: 30px;
  outline: none;
  font-size: 0;
  border: none;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s;
}
.product-active-slide-wrapper .slick-arrow:hover {
  background-size: 90%;
}
.product-active-slide-wrapper .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 20px;
  z-index: 1000;
  background-image: url("../img/icons/slick-next-ico.png");
}
.product-active-slide-wrapper .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 20px;
  z-index: 1000;
  background-image: url("../img/icons/slick-prev-ico.svg");
}

.product-gallery-main-item-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D9D9D6;
  cursor: pointer;
  position: relative;
}

.product-gallery-main-item {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery-main-item-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-gallery-main-item-popup img {
  display: none;
}

.product-main-info {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 15px 0;
}

.product-main-text-wrapper {
  max-width: 550px;
}

.tag-label-text {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

.product-title {
  margin-bottom: 30px;
}

.product-main-text p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.product-main-text p strong {
  font-family: "Poppins-Medium", sans-serif;
  letter-spacing: 0;
  color: #4A4A4A;
}
.product-main-text ul {
  padding-left: 16px;
  margin-top: -5px;
  max-width: 410px;
  margin-bottom: 30px;
}
.product-main-text ul li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.product-main-text ul li::marker {
  color: #8FAA3D;
}

.get-a-quote-btn {
  display: flex;
  width: 100%;
  height: 42px;
  margin-top: 39px;
  text-decoration: none;
  font-family: "Poppins-Medium", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  background-color: #8FAA3D;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.get-a-quote-btn:hover {
  background-color: #CAD787;
}

.product-tabs {
  padding: 50px 0 50px 0;
}

.product-tabs-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F7F8F3;
}

.product-tabs-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #C6D97A;
  padding-top: 29px;
}

.product-tab-button {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
  color: #22372B;
  transition: 0.2s;
  position: relative;
  margin: 0 19px;
}
.product-tab-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.product-tab-button-active {
  color: #8FAA3D;
}
.product-tab-button-active:after {
  background-color: #8FAA3D;
}

.product-tabs-info {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  position: relative;
}

.product-tab {
  display: none;
  padding: 40px 0 58px 0;
}
.product-tab p {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 28px;
  margin-bottom: 10px;
}
.product-tab p strong {
  font-family: "Poppins-Medium", sans-serif;
  font-weight: 600;
}

.product-tab-active {
  display: block;
  max-width: 850px;
  margin: 0 auto;
  height: max-content;
}

.related-products {
  padding: 72px 0 120px 0;
}

.related-products-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 68px;
}

.related-products-heading {
  text-align: center;
}

.related-product-card {
  width: 300px;
  min-height: 462px;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.02);
  -moz-box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.02);
  box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0 0 0;
  transition: 0.3s;
  position: relative;
  margin-bottom: 30px;
}
.related-product-card:hover {
  -webkit-box-shadow: 0px 7px 8px 9px rgba(34, 60, 80, 0.05);
  -moz-box-shadow: 0px 7px 8px 9px rgba(34, 60, 80, 0.05);
  box-shadow: 0px 7px 8px 9px rgba(34, 60, 80, 0.05);
}

.hidden-product-permalink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.related-product-image {
  width: 240px;
  height: 240px;
  object-fit: cover; /* ensures image covers the container without stretching */
}

.related-product-title {
  font-family: "Poppins-Medium", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.85px;
  color: #22372B;
}

.related-product-tags {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.related-product-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px 30px 30px;
  margin-top: 13px;
  position: relative;
}
.related-product-info:before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: #8FAA3D;
  position: absolute;
  top: 0;
  left: 0;
}

.related-product-tag {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

.show-more-inner {
  padding: 100px 0 0 0;
}

.show-more-tags {
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  max-width: 65%;
  justify-content: flex-start;
}

.product-gallery-main-item-wrapper-inactive {
  width: 490px;
  height: 500px;
}

@media screen and (max-width: 1245px) {
  .product-gallery {
    max-width: 555px;
  }

  .product-active-slide-wrapper {
    max-width: 440px;
  }

  .product-main-text-wrapper {
    max-width: 630px;
    padding-left: 15px;
  }

  .related-products-wrapper {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .related-product-card {
    margin-bottom: 20px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1025px) {
  .product-main-info {
    flex-direction: column;
    align-items: center;
  }

  .product-gallery {
    max-width: 630px;
  }

  .product-active-slide-wrapper {
    max-width: 520px;
  }

  .product-main-text-wrapper {
    max-width: 100%;
    padding: 30px 12% 0 0;
  }

  .get-a-quote-btn {
    max-width: 550px;
  }

  .product-tab-active {
    max-width: 100%;
    padding: 2% 3% 2% 3%;
  }
}
@media screen and (max-width: 661px) {
  .product-gallery {
    max-width: 555px;
  }

  .product-active-slide-wrapper {
    max-width: 440px;
  }
}
@media screen and (max-width: 567px) {
  .product-gallery {
    max-width: 435px;
    height: 390px;
  }

  .product-active-slide .slick-track {
    height: 385px;
  }

  .product-active-slide {
    height: 385px;
  }

  .product-active-slide-wrapper {
    max-width: 320px;
  }

  .product-gallery-main-item {
    max-width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .product-gallery-slider {
    width: 60px;
  }

  .product-gallery-item-wrapper {
    width: 55px;
    height: 70px;
  }

  .product-gallery {
    max-width: 435px;
    height: 305px;
  }

  .product-main-text-wrapper {
    padding: 30px 2% 0 0;
  }

  .product-active-slide .slick-track {
    height: 305px;
  }

  .product-active-slide {
    height: 305px;
  }

  .product-active-slide-wrapper {
    max-width: 320px;
  }

  .product-gallery-main-item {
    max-width: 87%;
  }

  .related-products {
    padding: 20px 0 35px 0;
  }
}
@media screen and (max-width: 376px) {
  .product-gallery-slider {
    display: none;
  }

  .product-active-slide-wrapper .slick-prev {
    left: 5px;
  }
  .product-active-slide-wrapper .slick-next {
    right: 5px;
  }

  .product-tabs-buttons {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
  }

  .product-tab-button {
    margin: 10px 10px;
  }

  .product-gallery-main-item {
    max-width: 70%;
  }
}
@media screen and (max-width: 331px) {
  .product-active-slide-wrapper {
    max-width: 280px;
  }

  .product-gallery-main-item-wrapper {
    width: 280px;
  }
}
.product-archive-top-banner {
  width: 100%;
  min-height: 300px;
  background-color: #C6D97A;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.product-archive-top-banner:before {
  content: "";
  display: block;
  width: 485px;
  height: 389px;
  background-image: url("../img/all-products-banner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: 67px;
  z-index: 2;
}
.product-archive-top-banner:after {
  content: "";
  display: block;
  width: 330px;
  height: 188px;
  background-image: url("../img/all-products-object.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 22px;
  left: -3px;
}

.product-archive-top-banner-wrapper {
  max-width: 520px;
  padding-top: 75px;
  margin-right: 8.4%;
}

.top-banner-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 66px;
  color: #22372B;
  margin-bottom: 14px;
}

.top-banner-text {
  letter-spacing: 1px;
}

.all-products-inner {
  display: flex;
  justify-content: space-between;
  padding: 123px 0 0 0;
}

.search-panel {
  width: 300px;
  height: max-content;
  background-color: #F7F8F3;
  padding: 31px 30px 55px 29px;
}

.product-tag-label {
  font-size: 14px;
  line-height: 24px;
  color: #4A4A4A;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.product-tag-label:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #BDBDBD;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: -2px;
  cursor: pointer;
}
.product-tag-label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icons/checked-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  left: 6px;
  top: 4px;
}

.product-tag-label-default {
  font-size: 14px;
  line-height: 24px;
  color: #4A4A4A;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.product-tag-label-default:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #BDBDBD;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: -2px;
  cursor: pointer;
}
.product-tag-label-default:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icons/checked-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  left: 6px;
  top: 4px;
}

.product-tag-box {
  display: none;
}

.product-tag-label-active {
  font-size: 14px;
  line-height: 24px;
  color: #4A4A4A;
  position: relative;
  padding-left: 34px;
}
.product-tag-label-active:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #BDBDBD;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: -2px;
}
.product-tag-label-active:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icons/checked-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: 0.2s;
  position: absolute;
  left: 6px;
  top: 4px;
}

.product-tag-box-default {
  display: none;
}

.search-panel-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #22372B;
  margin-bottom: 23px;
}

.products-wrapper {
  width: 960px;
}

.product-cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.products-pagination {
  margin-top: 60px;
}

.less-then-three-post {
  justify-content: flex-start;
}

.mobile-filter-btn {
  display: none;
}

@media screen and (max-width: 1281px) {
  .search-panel {
    width: 255px;
  }

  .product-cards-wrapper {
    justify-content: space-evenly;
  }
  .product-cards-wrapper .related-product-card {
    width: 255px;
  }
}
@media screen and (max-width: 1153px) {
  .product-archive-top-banner:before {
    left: -137px;
  }
}
@media screen and (max-width: 1025px) {
  .product-archive-top-banner-wrapper {
    margin-right: 1%;
  }

  .product-cards-wrapper {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .product-cards-wrapper .related-product-card {
    width: 210px;
    min-height: 340px;
    margin-left: 20px;
  }
  .product-cards-wrapper .related-product-card .related-product-info {
    padding: 5px 15px 20px 15px;
  }
  .product-cards-wrapper .related-product-card .related-product-image {
    width: 165px;
    min-height: auto;
  }

  .products-pagination {
    margin-top: 15px;
  }
}
@media screen and (max-width: 868px) {
  .product-archive-top-banner:before {
    left: -215px;
  }

  .product-archive-top-banner:after {
    left: -160px;
  }
}
@media screen and (max-width: 769px) {
  .product-archive-top-banner:before {
    display: none;
  }

  .product-archive-top-banner:after {
    left: -4px;
    top: -76px;
  }

  .product-archive-top-banner-wrapper {
    padding-top: 105px;
  }

  .product-cards-wrapper .related-product-card {
    margin-left: 10px;
    padding: 7px 0 0 0;
    min-height: 324px;
  }

  .all-products-inner {
    padding: 40px 0 0 0;
  }

  .search-panel {
    width: 200px;
    flex-shrink: 0;
    padding: 15px 15px 20px 10px;
  }

  .search-panel-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 701px) {
  .all-products-inner {
    padding: 40px 0 0 50px;
  }

  .search-panel {
    position: absolute;
    left: 0;
    transform: translate(-155px);
    transition: 0.2s;
  }

  .search-panel-active {
    transform: translate(0px);
    z-index: 999;
  }

  .mobile-filter-btn {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 15px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 621px) {
  .product-cards-wrapper {
    padding-left: 0;
  }

  .product-archive-top-banner {
    padding: 0 15px 0 15px;
  }

  .top-banner-heading {
    font-size: 34px;
  }

  .top-banner-text {
    font-size: 16px;
  }

  .product-cards-wrapper .related-product-card {
    width: 140px;
    min-height: 260px;
  }
  .product-cards-wrapper .related-product-card .related-product-image {
    width: 110px;
  }
  .product-cards-wrapper .related-product-card .related-product-tag {
    font-size: 10px;
  }
  .product-cards-wrapper .related-product-card .related-product-title {
    font-size: 13px;
    line-height: 24px;
  }

  .all-products-inner {
    padding: 40px 0 0 35px;
  }
}
@media screen and (max-width: 426px) {
  .less-then-three-post {
    justify-content: center;
  }
}
@media screen and (max-width: 376px) {
  .product-archive-top-banner:after {
    width: 225px;
    left: 0px;
    top: -54px;
  }
}
@media screen and (max-width: 321px) {
  .product-cards-wrapper {
    justify-content: center;
  }

  .all-products-inner {
    padding: 40px 0 0 0;
  }

  .product-cards-wrapper .related-product-card {
    width: 180px;
  }

  .header-inner-nav {
    padding-top: 100px;
  }
}
.privacy-page-inner {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.privacy-page-inner .post-side-bar-policy-page {
  padding-top: 0;
}
.privacy-page-inner .privacy-page-inner-text {
  max-width: 850px;
}
.privacy-page-inner .privacy-page-inner-text .p-bottom-margin {
  display: inline-block;
  margin-bottom: 22px;
}
.privacy-page-inner .privacy-page-inner-text h1 {
  font-size: 48px;
  line-height: 66px;
  color: #22372B;
  font-family: "Georgia-Bold", sans-serif;
  margin-bottom: 19px;
}
.privacy-page-inner .privacy-page-inner-text h2 {
  margin-bottom: 19px;
  margin-top: 60px;
}
.privacy-page-inner .privacy-page-inner-text h3 em {
  font-size: 24px;
  line-height: 36px;
  color: #8FAA3D;
  font-family: "Georgia-Italic", sans-serif;
  font-weight: 400;
  padding-bottom: 30px;
  display: inline-block;
}
.privacy-page-inner .privacy-page-inner-text h4 {
  font-size: 22px;
  line-height: 36px;
  color: #22372B;
  font-family: "Georgia-Bold", sans-serif;
  display: inline-block;
  padding: 17px 0 19px 0;
}
.privacy-page-inner .privacy-page-inner-text ul {
  padding-left: 20px;
  margin-bottom: 32px;
}
.privacy-page-inner .privacy-page-inner-text ul li {
  margin-bottom: 14px;
  letter-spacing: 0.85px;
}
.privacy-page-inner .privacy-page-inner-text ul li strong {
  margin-left: -3px;
}
.privacy-page-inner .privacy-page-inner-text ul li a {
  text-decoration: none;
  color: #8FAA3D;
}
.privacy-page-inner .privacy-page-inner-text ul li::marker {
  color: #8FAA3D;
}
.privacy-page-inner .privacy-page-inner-text a {
  text-decoration: none;
  color: #8FAA3D;
  word-break: break-word;
}
.privacy-page-inner .privacy-page-inner-text p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
  letter-spacing: 0.9px;
  color: #4A4A4A;
}
.privacy-page-inner .privacy-page-inner-text p em {
  display: inline-block;
  font-family: "Georgia-Italic", sans-serif;
  font-weight: 400;
  color: #22372B;
  font-size: 24px;
  line-height: 36px;
  padding: 15px 0 15px 0;
  letter-spacing: 0;
}

.tc-page-container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}

.privacy-page-inner-text-tc {
  max-width: 1070px;
  margin: 0 auto;
}

.tc-page-container .privacy-page-inner-text-tc .p-bottom-margin {
  display: inline-block;
  margin-bottom: 22px;
}
.tc-page-container .privacy-page-inner-text-tc h1 {
  font-size: 48px;
  line-height: 66px;
  color: #22372B;
  font-family: "Georgia-Bold", sans-serif;
  margin-bottom: 19px;
}
.tc-page-container .privacy-page-inner-text-tc h2 {
  margin-bottom: 19px;
  margin-top: 60px;
}
.tc-page-container .privacy-page-inner-text-tc h3 em {
  font-size: 24px;
  line-height: 36px;
  color: #8FAA3D;
  font-family: "Georgia-Italic", sans-serif;
  font-weight: 400;
  padding-bottom: 30px;
  display: inline-block;
}
.tc-page-container .privacy-page-inner-text-tc h4 {
  font-size: 22px;
  line-height: 36px;
  color: #22372B;
  font-family: "Georgia-Bold", sans-serif;
  display: inline-block;
  padding: 17px 0 19px 0;
}
.tc-page-container .privacy-page-inner-text-tc ul {
  padding-left: 20px;
  margin-bottom: 32px;
}
.tc-page-container .privacy-page-inner-text-tc ul li {
  margin-bottom: 14px;
  letter-spacing: 0.85px;
}
.tc-page-container .privacy-page-inner-text-tc ul li strong {
  margin-left: -3px;
}
.tc-page-container .privacy-page-inner-text-tc ul li a {
  text-decoration: none;
  color: #8FAA3D;
}
.tc-page-container .privacy-page-inner-text-tc ul li::marker {
  color: #8FAA3D;
}
.tc-page-container .privacy-page-inner-text-tc a {
  text-decoration: none;
  color: #8FAA3D;
  word-break: break-word;
}
.tc-page-container .privacy-page-inner-text-tc p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
  letter-spacing: 0.9px;
  color: #4A4A4A;
}
.tc-page-container .privacy-page-inner-text-tc p em {
  display: inline-block;
  font-family: "Georgia-Italic", sans-serif;
  font-weight: 400;
  color: #22372B;
  font-size: 24px;
  line-height: 36px;
  padding: 15px 0 15px 0;
  letter-spacing: 0;
}

@media screen and (max-width: 1025px) {
  .post-side-bar-policy-page {
    flex-shrink: 0;
    margin-left: 20px;
  }
  .post-side-bar-policy-page .post-header-href {
    font-size: 12px;
  }

  .privacy-page-inner-text {
    flex-shrink: 1;
  }
}
@media screen and (max-width: 769px) {
  .privacy-page-inner .privacy-page-inner-text {
    max-width: 100% !important;
  }
  .privacy-page-inner .privacy-page-inner-text p {
    font-size: 16px;
    line-height: 28px;
  }
  .privacy-page-inner .privacy-page-inner-text p em {
    font-size: 20px;
    line-height: 36px;
  }
  .privacy-page-inner .privacy-page-inner-text h1 {
    font-size: 33px;
    line-height: 54px;
    color: #22372B;
    font-family: "Georgia-Bold", sans-serif;
    margin-bottom: 19px;
  }
  .privacy-page-inner .privacy-page-inner-text h3 em {
    font-size: 24px;
    line-height: 36px;
  }

  .privacy-page-inner-text {
    flex-shrink: unset;
  }

  .post-side-bar-policy-page {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .privacy-page-inner .privacy-page-inner-text h1 {
    font-size: 27px;
    line-height: 54px;
    margin-bottom: 0;
  }
  .privacy-page-inner .privacy-page-inner-text h3 em {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 5px;
  }
  .privacy-page-inner .privacy-page-inner-text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .privacy-page-inner .privacy-page-inner-text p em {
    font-size: 18px;
    line-height: 36px;
  }
}
.tab-switcher {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 77px 0 60px 0;
}
.tab-switcher.switcher-active{
    display: flex;
}
.form-name {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.85px;
  color: #4A4A4A;
  width: 260px;
  cursor: pointer;
}

.form-name-active {
  color: #8FAA3D;
}

.switcher {
  cursor: pointer;
  width: 60px;
  height: 20px;
  background-color: #F2F2F2;
  border-radius: 20px;
  margin: 0 30px;
  position: relative;
}
.switcher:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #8FAA3D;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  transition: 0.2s;
  box-shadow: 0px 5px 10px rgba(138, 157, 173, 0.1);
}

.switched:before {
  left: 30px;
}

.contact-us-page-tabs {
  display: flex;
  max-width: 850px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  height: max-content;
  background-color: #F7F8F3;
  padding: 61px 0 56px 0;
}

.form-tab {
  width: 630px;
  height: max-content;
  display: none;
}
.form-tab #gform_fields_3 .manufacturing-popup-text-apply {
  margin-bottom: 18px;
}
.form-tab #gform_fields_3 .ginput_container_textarea textarea {
  height: 200px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  resize: none;
  outline: none;
  padding: 11px;
}
.form-tab #gform_fields_3 .ginput_container_textarea textarea::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.form-tab #gform_fields_3 .gfield--width-full .gfield_label {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins-Medium", sans-serif;
  color: #4A4A4A;
}
.form-tab #gform_fields_3 .gfield--width-full input {
  height: 48px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding-left: 10px;
  outline: none;
}
.form-tab #gform_fields_3 .gfield--width-full input::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.form-tab #gform_fields_3 .gfield--width-half .gfield_label {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins-Medium", sans-serif;
  color: #4A4A4A;
}
.form-tab #gform_fields_3 .gfield--width-half input {
  height: 48px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  max-width: 300px;
  padding-left: 10px;
  outline: none;
}
.form-tab #gform_fields_3 .gfield--width-half input::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-tab form .manufacturing-popup-heading {
  margin-bottom: 19px;
}
.form-tab form .manufacturing-popup-text-apply {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.9px;
  color: #4A4A4A;
  margin-bottom: 23px;
}
.form-tab form #gform_submit_button_1 {
  outline: none;
  margin-top: 5px;
  border: none;
  width: 115px;
  height: 42px;
  border-radius: 30px;
  background-color: #8FAA3D;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins-Medium", sans-serif;
  letter-spacing: 0.85px;
}
.form-tab form #field_1_14 {
  margin-top: 13px;
}
.form-tab form #field_1_9 {
  margin-top: 15px;
}
.form-tab form #field_1_11 {
  margin-top: 6px;
}
.form-tab form #input_1_11 {
  height: 200px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  resize: none;
  outline: none;
  padding: 11px;
}
.form-tab form #input_1_11::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.form-tab form #gform_fields_1 .gchoice {
  margin-bottom: 6px;
}
.form-tab form #gform_fields_1 .gchoice .gfield-choice-input {
  display: none !important;
}
.form-tab form #gform_fields_1 .gchoice label {
  position: relative;
  padding-left: 35px;
}
.form-tab form #gform_fields_1 .gchoice label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #BDBDBD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.form-tab form #gform_fields_1 .gchoice label:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/checkbox-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -5px;
  display: block;
  transition: 0.2s;
  opacity: 0;
}
.form-tab form #gform_fields_1 .gchoice .gfield-choice-input:checked + label::after {
  opacity: 1;
}
.form-tab form #gform_fields_1 .gfield_radio {
  margin-bottom: 6px;
}
.form-tab form #gform_fields_1 .gfield_radio .gfield-choice-input {
  display: none;
}
.form-tab form #gform_fields_1 .gfield_radio label {
  position: relative;
  padding-left: 35px;
}
.form-tab form #gform_fields_1 .gfield_radio label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-image: none;
}
.form-tab form #gform_fields_1 .gfield_radio label:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -5px;
  display: block;
  transition: 0.2s;
  background-image: none;
}
.form-tab form #gform_fields_1 .gfield_radio .gfield-choice-input:checked + label::after {
  background-color: #8FAA3D;
}
.form-tab form #gform_fields_1 .gfield--width-half {
  margin-bottom: 19px;
}
.form-tab form #gform_fields_1 .gfield_label {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins-Medium", sans-serif;
  color: #4A4A4A;
}
.form-tab form #gform_fields_1 input {
  height: 48px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  max-width: 300px;
  padding-left: 10px;
  outline: none;
}
.form-tab form #gform_fields_1 input::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.form-tab form #gform_fields_1 #input_1_6 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.form-tab-active {
  display: block;
}

@media screen and (max-width: 769px) {
  .switcher {
    margin: 0 5px;
  }

  .form-tab form #gform_fields_1 input {
    max-width: 100%;
  }

  .form-tab #gform_fields_3 .gfield--width-half input {
    max-width: 100%;
  }

  #contact-tabs #gform_fields_3 #field_3_11 {
    width: 100%;
  }

  .form-tab {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .form-tab form .manufacturing-popup-text-apply {
    max-width: 100%;
  }
}
@media screen and (max-width: 621px) {
  .tab-switcher {
    flex-direction: column;
    text-align: center;
  }
  .tab-switcher .switcher {
    margin: 15px 5px;
  }
}
@media screen and (max-width: 426px) {
  .tab-switcher {
    margin: 20px 0 20px 0;
  }

  .form-tab {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.not-found-page {
  padding: 45px 0 70px 0;
}

.not-found-inner {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.not-found-inner .search-form {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.not-found-inner .search-form label {
  font-size: 0;
}
.not-found-inner .search-form .search-field {
  position: absolute;
  width: 100%;
  outline: none;
  height: 48px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding-left: 10px;
}
.not-found-inner .search-form .search-field::placeholder {
  color: #999;
  font-size: 16px;
  font-family: "Poppins-Regular", sans-serif;
}
.not-found-inner .search-form .search-submit {
  position: absolute;
  right: 0;
  width: 100px;
  height: 48px;
  background-color: #8FAA3D;
  font-size: 0;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  background-image: url("../img/icons/search-ico.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.not-found-inner-image {
  display: block;
  max-width: 850px;
  height: auto;
  margin: 0 auto;
}

.not-found-heading {
  font-family: "Georgia-Bold", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 66px;
  color: #22372B;
  text-align: center;
  margin-bottom: 23px;
}

.not-found-under-text {
  letter-spacing: 0.9px;
  color: #4A4A4A;
  margin-bottom: 14px;
}

.ajax-search {
  list-style: none;
}

.ajax-search__item a {
  text-decoration: none;
  font-size: 20px;
  color: #22372B;
  font-family: "Georgia", sans-serif;
}

@media screen and (max-width: 1025px) {
  .not-found-inner-image {
    max-width: 480px;
  }
}
@media screen and (max-width: 769px) {
  .not-found-heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .not-found-inner-image {
    max-width: 320px;
  }

  .not-found-heading {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 360px) {
  .not-found-inner-image {
    max-width: 280px;
  }
}

.form-tab #gform_fields_6 .manufacturing-popup-text-apply {
  margin-bottom: 18px;
}
.form-tab #gform_fields_6 .ginput_container_textarea textarea {
  height: 200px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  resize: none;
  outline: none;
  padding: 11px;
}
.form-tab #gform_fields_6 .ginput_container_textarea textarea::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.form-tab #gform_fields_6 .gfield--width-full .gfield_label {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins-Medium", sans-serif;
  color: #4A4A4A;
}
.form-tab #gform_fields_6 .gfield--width-full input {
  height: 48px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding-left: 10px;
  outline: none;
}
.form-tab #gform_fields_6 .gfield--width-full input::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.form-tab #gform_fields_6 .gfield--width-half .gfield_label {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins-Medium", sans-serif;
  color: #4A4A4A;
}
.form-tab #gform_fields_6 .gfield--width-half input {
  height: 48px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  max-width: 300px;
  padding-left: 10px;
  outline: none;
}
.form-tab #gform_fields_6 .gfield--width-half input::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.form-tab form #gform_submit_button_6 {
  outline: none;
  margin-top: 5px;
  border: none;
  width: 115px;
  height: 42px;
  border-radius: 30px;
  background-color: #8FAA3D;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins-Medium", sans-serif;
  letter-spacing: 0.85px;
}

.form-tab form #gform_fields_6 .gchoice {
  margin-bottom: 6px;
}
.form-tab form #gform_fields_6 .gchoice .gfield-choice-input {
  display: none !important;
}
.form-tab form #gform_fields_6 .gchoice label {
  position: relative;
  padding-left: 35px;
}
.form-tab form #gform_fields_6 .gchoice label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #BDBDBD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.form-tab form #gform_fields_6 .gchoice label:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/checkbox-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -5px;
  display: block;
  transition: 0.2s;
  opacity: 0;
}
.form-tab form #gform_fields_6 .gchoice .gfield-choice-input:checked + label::after {
  opacity: 1;
}
.form-tab form #gform_fields_6 .gfield_radio {
  margin-bottom: 6px;
}
.form-tab form #gform_fields_6 .gfield_radio .gfield-choice-input {
  display: none;
}
.form-tab form #gform_fields_6 .gfield_radio label {
  position: relative;
  padding-left: 35px;
}
.form-tab form #gform_fields_6 .gfield_radio label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-image: none;
}
.form-tab form #gform_fields_6 .gfield_radio label:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -5px;
  display: block;
  transition: 0.2s;
  background-image: none;
}
.form-tab form #gform_fields_6 .gfield_radio .gfield-choice-input:checked + label::after {
  background-color: #8FAA3D;
}
.form-tab form #gform_fields_6 .gfield--width-half {
  margin-bottom: 19px;
}
.form-tab form #gform_fields_6 .gfield_label {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins-Medium", sans-serif;
  color: #4A4A4A;
}
.form-tab form #gform_fields_6 input {
  height: 48px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  max-width: 300px;
  padding-left: 10px;
  outline: none;
}
.form-tab form #gform_fields_6 input::placeholder {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*# sourceMappingURL=style.css.map */
