@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  color: #2C2E33;
  font-weight: 600;
}

h6 {
  font-size: 18px;
}

p {
  font-family: "Public Sans", sans-serif;
  color: #0d2910e5;
}

.btn {
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 70px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
}

main {
  margin: 4rem 0;
  font-family: "Public Sans", sans-serif;
  min-height: 70vh;
}

.btn-primary {
  background-color: #2f920f;
  color: #fff;
  border: 0;
}

.btn-primary:hover {
  background-color: #2f920f;
  opacity: 0.9;
}

a {
  color: #2C2E33;
  transition: all 0.3s;
}

.btn-link-primary {
  color: #2f920f;
  padding: 0;
  margin: 10px 0;
}

.archive-title {
  font-size: 44px;
}

img {
  max-width: 100%;
  height: auto;
}
section {
  position: relative;
}
.heading-title h3 {
  color: #2C2E33;
  font-family: "Outfit", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
}
.heading-title h4 {
  color: #2C2E33;
  font-family: "Outfit", Sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
}
/*header*/
.header-search-keywork {
  position: relative;
  display: inline-block;
  width: 100%;
}

.header-search-keywork button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  left: 13px;
  color: #b8b8b8;
}
.header-search-form {
  padding: 15px 30px;
}
.header-search-keywork .input_search {
  border: 1px solid #efefef;
  border-radius: 35px;
  padding: 10px 24px 10px 48px;
  width: 100%;
  max-width: 100%;
  background: #f1f2f3;
}
.header-search-keywork .input_search:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.header-search-keywork .input_search::-moz-placeholder {
  color: rgba(13, 41, 16, 0.58);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.header-search-keywork .input_search::placeholder {
  color: rgba(13, 41, 16, 0.58);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
#search_popup .btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
}
.header-wrapper {
  box-shadow: 0px 8px 20px 0px
    rgba(12.999999999999996, 24.00000000000001, 40.99999999999999, 0.06);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.header-wrapper .navbar-brand {
  padding: 10px;
}
.header-wrapper .navbar-brand img {
  width: 100%;
  height: 47px;
  object-fit: cover;
  object-position: center center;
}
.header-wrapper .navbar ul li.current-menu-item a,
.header-wrapper .navbar ul li a:hover {
  color: #274273;
  background-color: #aee9ff;
}
.header-wrapper .navbar ul li a {
  color: #274273;
  padding: 13px 20px !important;
  font-size: 14px;
  font-family: "Public Sans";
  margin: 0 5px;
  line-height: 1.2;
  border-radius: 30px;
}
.header-wrapper .navbar li.dropdown:after {
  width: 100%;
  height: 22px;
  content: "";
  position: absolute;
  z-index: 999;
}
.header-wrapper .navbar li.dropdown > a {
  padding-right: 35px !important;
}
.header-wrapper .navbar li.dropdown > a:before {
  content: "\f078";
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  padding: 10px 0 10px 0px;
  display: flex;
  align-items: center;
  top: 7px;
}
.header-wrapper .navbar li.dropdown > ul {
  position: absolute;
  top: 100%;
  left: 5px;
  display: flex;
  padding: 0;
  width: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 63px 5px rgba(0, 0, 0, 0.18);
  border-radius: 8px 8px 8px 8px;
  border: none;
  margin-top: 20px;
}
.header-wrapper .navbar li.dropdown > ul li {
  width: 100%;
}
.header-wrapper .navbar li.dropdown > ul li a {
  margin: 0;
}
.header-wrapper .navbar li.dropdown > ul li a:hover,
.header-wrapper .navbar li.dropdown > ul li.current-menu-item a {
  border-radius: 0;
}
.header-wrapper .navbar li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
  box-shadow: 0px 0px 63px 5px rgba(0, 0, 0, 0.18);
}
.header-icons-link img,
.header-icons-link svg {
  width: auto;
  height: 20px;
  object-fit: fill;
}
.header-icons-link ul li {
  align-items: center;
  display: flex;
}
.header-icons-link ul li a {
  padding: 0 15px;
}
.header-mini-cart {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.header-mini-cart .custom-button-icon-qty {
  display: block;
  position: absolute;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  top: -4px;
  right: 8px;
  border-radius: 100%;
  color: #fff;
  background-color: #d9534f;
  text-align: center;
  font-size: 10px;
}
.roshan-menu-cart__product-remove {
  color: #69727d;
  width: 16px;
  height: 16px;
  border-radius: 22px;
  border: 1px solid #0d2910;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: 0.3s;
}
.roshan-menu-cart__product-remove:after,
.roshan-menu-cart__product-remove:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  top: 50%;
  left: 25%;
  margin-top: -1px;
  background: #0d2910;
  z-index: 1;
  transition: 0.3s;
}
.roshan-menu-cart__products {
  max-height: calc(100vh - 250px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.roshan-menu-cart__product-remove:after {
  transform: rotate(-45deg);
}
.roshan-menu-cart__product-remove:before {
  transform: rotate(45deg);
}
.roshan-menu-cart__product-remove > a.remove_from_cart_button {
  display: block;
}
.roshan-menu-cart__product-remove > a {
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.roshan-menu-cart__subtotal {
  font-family: "Public Sans", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  color: #2f920f;
  border-top: 1px solid #d5d8dc;
  border-bottom: 1px solid #d5d8dc;
}
.roshan-menu-cart__footer-buttons {
  font-size: 20px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 20px;
}
.roshan-menu-cart__footer-buttons,
.roshan-menu-cart__product:not(:first-of-type),
.roshan-menu-cart__subtotal {
  padding-top: 20px;
}
.roshan-menu-cart__footer-buttons a {
  border-radius: 50px;
  font-family: "Public Sans", Sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2em !important;
  padding: 15px;
  transition: all 0.3s;
}
.roshan-menu-cart__footer-buttons a.roshan-button--view-cart {
  border: 1px solid #00000066;
}
.roshan-menu-cart__footer-buttons a.roshan-button--view-cart:hover {
  border-color: #2f920f;
  background-color: #2f920f;
  color: white;
}
.roshan-menu-cart__footer-buttons a.roshan-button--checkout {
  border: 1px solid #2f920f;
  background-color: #2f920f;
  color: white;
}
.roshan-menu-cart__footer-buttons a.roshan-button--checkout:hover {
  opacity: 0.8;
}
.roshan-menu-cart__product,
.roshan-menu-cart__subtotal {
  padding-bottom: 20px;
}
.roshan-menu-cart__product {
  padding-right: 30px;
}
.roshan-menu-cart__product {
  display: grid;
  grid-template-columns: 28% auto;
  grid-template-rows: auto auto;
  position: relative;
  border-width: 0;
  border-bottom: 1px solid #d5d8dc;
}
.roshan-menu-cart__product-image {
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
}
.roshan-menu-cart__product-image img {
  height: auto !important;
}
.roshan-menu-cart__product-name,
.roshan-menu-cart__product-price {
  font-size: 14px;
  padding-left: 20px;
  font-weight: 600;
}

.roshan-menu-cart__product-name {
  grid-column-start: 2;
  grid-column-end: 3;
  margin: 0;
}
.roshan-menu-cart__product-name a {
  color: #0d2910;
  font-size: 14px;
  font-weight: 400;
}
body .header-wrapper:not(.menu-cart-shown) .rp-menu-cart__container {
  background-color: transparent;
  transform: scale(0);
  transition: background-color 0.4s, transform 0s 0.4s;
}
#header-menu-cart__toggle_button {
  cursor: pointer;
}
.rp-menu-cart__container {
  transform: scale(1);
  overflow: hidden;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.4s, transform 0s;
  text-align: left;
}
body .header-wrapper:not(.menu-cart-shown) .rp-menu-cart__main {
  overflow: hidden;
  opacity: 0;
  transform: translateX(100%);
}
.rp-menu-cart__main {
  position: fixed;
  left: auto;
  right: 0;
  transform: translateX(0);
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 14px;
  min-height: 200px;
  width: 350px;
  max-width: 100%;
  transition: 0.3s;
  padding: 20px 30px;
  background-color: #82afbf;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-style: none;
  border-radius: 0;
  margin-top: 0;
}
.rp-menu-cart__close-button {
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 0 20px;
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
}
.rp-menu-cart__close-button:before {
  transform: rotate(45deg);
}
.rp-menu-cart__close-button:after {
  transform: rotate(-45deg);
}
.rp-menu-cart__close-button:after,
.rp-menu-cart__close-button:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #69727d;
  border-radius: 1px;
  transition: 0.3s;
}
/*homepage banner*/
.home-banner-section {
  background-color: #d3ffc5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 180px 0px 180px 0px;
  position: relative;
}
.home-banner-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
    background-image: linear-gradient(90deg, #0b9fd5 10%, #f2295b00 70%);
    opacity: 1;

}
.home-banner-section:after {
  position: absolute;
  content: "";
  background-image: url(../images/Subtract-1.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 191px;
  height: 100%;
  left: 0px;
  z-index: 99;
  right: 0;
  bottom: -140px;
}
.banner-content-wrapper {
  position: relative;
  z-index: 999;
}
.banner-content-wrapper h2 {
  color: #ffffff;
  font-family: "Outfit", Sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -1.86px;
  width: 80%;
}
.banner-content-wrapper h2:before {
  position: absolute;
  content: "";
  background-image: url(../images/Subtract-2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 77px;
  height: 77px;
  left: -30px;
  z-index: 99;
  right: 0;
  top: -30px;
  bottom: 0;
}
.banner-content-wrapper p {
  color: #ffffff;
  font-family: "Public Sans", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6em;
  text-shadow: 0px 0px 4px
    rgba(112.19999999999999, 112.19999999999999, 112.19999999999999, 0.3);
}
/*syj section*/
.syj-section .syj-content-inner {
  background-color: #f1ffed;
  padding: 50px;
  border-radius: 20px;
}
a.custom-btn-primary {
  font-family: "Public Sans";
  font-size: 14px;
  background-color: #272f41;
  border-style: solid;
  border-color: transparent;
  border-width: 1px 1px 1px 1px;
  border-radius: 30px 30px 30px 30px;
  padding: 16px 32px 16px 32px;
  color: white;
  transition: all ease-in-out 0.3s;
  margin-top: 20px;
  font-weight: 600;
  display: inline-block;
}
.custom-btn-primary {
  font-family: "Public Sans";
  font-size: 14px;
  background-color: #272f41;
  border-style: solid;
  border-color: transparent;
  border-width: 1px 1px 1px 1px;
  border-radius: 30px 30px 30px 30px;
  padding: 16px 32px 16px 32px;
  color: white;
  transition: all ease-in-out 0.3s;
  margin-top: 20px;
  font-weight: 600;
  display: inline-block;
}
a.custom-btn-primary:hover,
a.custom-btn-primary:focus {
  color: #134e00;
  background-color: #20680900;
  border-color: #134e00;
}
.custom-btn-primary:hover,
.custom-btn-primary:focus {
  color: #134e00;
  background-color: #20680900;
  border-color: #134e00;
}
a.custom-btn-primary.hover-bg:hover {
  background-color: white !important;
  color: #272f41 !important;
  border-color: transparent;
}
.custom-btn-primary.hover-bg:hover {
  background-color: white !important;
  color: #272f41 !important;
border-color: #000000;
}
.custom-btn-secondary {
  font-family: "Public Sans";
  font-size: 14px;
  background-color: #272f41;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 30px 30px 30px 30px;
  padding: 16px 54px 16px 54px;
  color: white;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  display: inline-block;
}
.custom-btn-secondary:hover,
.custom-btn-secondary:focus {
  color: #272f41;
  background-color: #20680900;
  border-color: #272f41;
}
.custom-btn-link {
  color: #2f920f;
  text-decoration: none;
}
.ppc-button-wrapper #ppc-button-ppcp-gateway .paypal-buttons iframe {
  border-radius: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #eee !important;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #eee !important;
}
/*mobile side menu*/
.sidemenu_btn {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 40px;
  padding: 6px;
  margin-right: 1rem;
  margin-top: 1px;
  right: 20px;
  display: none !important;
}
.sidemenu_btn > span {
  background: #000 !important;
  opacity: 0.7;
}

.sidemenu_btn > span {
  height: 2px;
  width: 100%;
  display: block;
}

.sidemenu_btn > span:nth-child(2) {
  margin: 4px auto 4px 0;
  width: 75%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.sidemenu_btn > span:nth-child(3) {
  margin-right: auto;
  width: 45%;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
}

.sidemenu_btn:hover > span:nth-child(2),
.sidemenu_btn:hover > span:nth-child(3) {
  width: 100%;
}

.side-menu .btn-close {
  height: 24px;
  width: 24px;
  -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  margin-right: 1.5rem;
  margin-top: 0;
  right: 0;
  top: 24px;
  z-index: 12;
  cursor: pointer;
  background: none;
  opacity: 0.7;
}
.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
}

.side-menu .btn-close.btn-close-no-padding {
  top: 24px;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  left: 16px;
  height: 24px;
  width: 2px;
  background: #000;
  top: 5px;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  content: "";
}

.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.side-menu {
  width: 40%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1610;
  height: 100vh;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
  overflow: hidden;
}

.side-menu {
  background: #e8f6ff;
}

.side-menu.side-menu-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

.side-menu .inner-wrapper {
  padding: 5.5rem 2rem;
  height: 100vh;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-menu .side-nav {
  margin-bottom: 30px;
  display: block;
}

.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 0.5rem 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  margin-top: 0;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side-nav .navbar-nav .nav-item:last-child {
  margin-bottom: 0;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #000 !important;
  padding: 5px 0 !important;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
}

.side-nav .navbar-nav .nav-link.collapsePagesSideMenu:hover::before {
  width: 0;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link::before {
  display: none;
}

.side-nav .navbar-nav .nav-link.active::before {
  width: 100%;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover {
  margin-left: 5px;
}
.side-nav .navbar-nav ul.sub-menu {
  padding-left: 1rem !important;
}
.side-nav .navbar-nav .sub-menu li:before {
  position: absolute;
  left: -15px;
  content: "-";
  top: 4px;
}
.side-menu p {
  font-size: 13px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  z-index: 1031;
  opacity: 0.5;
  cursor: pointer;
}

.sidemenu_btn > span {
  height: 2px;
  width: 100%;
  display: block;
}

/* 
    Laws of health
    Slider Styles

*/
.single-loh-top-wrapper {
  padding: 60px 0;
  background-color: #e8f6ff;
}
.single-loh-top-wrapper h1.entry-title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-loh-top-wrapper .post-thumbnail img {
  margin-top: 38px;
  border-radius: 12px;
  max-height: 500px;
  object-fit: cover;
}
.single-loh-top-wrapper .tag-line-loh {
  text-align: center;
  color: #0d2910e6;
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}
.loh-section {
  margin: 80px 0 50px 0;
}
.single-loh-wrapper {
  margin: 50px 0 20px 0;
}
.single-loh-wrapper header {
  margin-bottom: 30px;
}
.single-loh-wrapper .pdf-download a {
  border-radius: 30px 30px 30px 30px;
  padding: 16px 42px 16px 42px;
  background-color: #2f920f;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #2f920f;
  transition: all ease-in-out 0.3s;
  white-space: nowrap;
}
.single-loh-wrapper .pdf-download a:hover {
  background-color: white;
  color: #2f920f;
}
.single-loh-wrapper h2 {
  font-family: "Outfit", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
}
.loh-section .section-desc {
  color: #272F41;
  font-size: 16px;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
  width: 90%;
}
.law-nav-buttons {
  text-align: right;
  margin-right: 30px;
}
.law-nav-buttons button {
  background-color: transparent;
  border: none;
  color: #0b9fd5;
  font-size: 20px;
  padding: 0px 10px;
}

.laws-of-health-slider .slick-slide {
  margin: 0 46px;
}
.laws-of-health-slider .slick-list {
  margin: 0 -46px;
}
.laws-of-health-slider .text-content a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #272f41;
  margin: 0px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.laws-of-health-slider .text-content a:before {
  content: "";
  background: #272f41;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.laws-of-health-slider .text-content a:hover {
  background-position: 0;
}
.laws-of-health-slider .text-content a:hover:before {
  width: 100%;
}
.laws-of-health-slider .text-content i {
  padding-left: 10px;
}

.laws-of-health .slick-slide,
.laws-of-health-slider .law {
  position: relative;
  height: 450px;
  width: 350px;
}

.laws-of-health-slider .featured-image img {
  height: 260px;
  width: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.laws-of-health-slider .text-content {
  position: absolute;
  right: -30px;
  width: 285px;
  padding: 36px 24px;
  margin-top: -94px;
  background: #fff;
  opacity: 1;
  border-radius: 4px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
}

.laws-of-health-slider .text-content h3 {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #0d2910;
  line-height: 1.5;
}

.laws-of-health-slider .text-content p {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(13, 41, 16, 0.9);
}
/*maa-section */
.maa-section {
  padding: 100px 0;
  margin-top: 4rem;
  background-color: #daf4fe;
}
.maa-section .maa-image img,
.goal-content .goal-image img {
  border-radius: 15px;
  max-width: 100%;
}
.maa-section .maa-content-wrapper {
  padding-right: 30%;
}
.maa-section .section-desc ul {
  list-style: none;
  position: relative;
  padding-left: 24px;
}
.maa-section .section-desc ul li {
  display: flex;
  align-items: center;
  line-height: 35px;
  font-size: 14px;
}
.maa-section .section-desc ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/list-style.svg?v1.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  left: 0;
}
/*blog*/
.blog-section {
  padding: 100px 0;
}
.blog-section .section-desc {
  color: rgba(13, 41, 16, 0.9);
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 32px;
}
.blog-section .blog-nav-buttons a {
  margin-bottom: 32px;
  color: #42bdeb;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  text-decoration-line: underline;
}
.blog-single-box .post-thumbnail-image {
  position: relative;
  padding-top: 74%;
  margin-bottom: 24px;
}
.blog-single-box .post-thumbnail-image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.post-content-wrap .post-grid-meta {
  color: rgba(13, 41, 16, 0.58);
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.post-content-wrap h3.post-title a {
  color: #0d2910;
  /* Heading/Heading-H6 */
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
}
.post-content-wrap .post-grid-excerpt {
  color: rgba(13, 41, 16, 0.9);
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.related-articles-section {
  padding: 100px 0;
}
.related-articles-section h3.section-title {
  color: #0d2910;
  font-family: "Outfit", Sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
  padding-bottom: 20px;
}
.related-articles-section .post-content-wrap h3.post-title a {
  font-size: 24px;
}
.related-articles-section .blog-single-box .post-thumbnail-image {
  margin-bottom: 15px;
}
/* 
    Recipe Archive Page Designs

*/
.recipe-description {
  margin: 20px 0;
  color: rgba(13, 41, 16, 0.8980392157);
  width: 535px;
  font-family: "public Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.recipes header {
  margin: 23px 0 12px;
  text-align: left;
}

#recipe {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.recipe-content {
  font-family: "Public Sans", sans-serif;
  color: rgba(13, 41, 16, 0.8980392157);
  margin: 0 0 20px;
  line-height: 26px;
}

a {
  text-decoration: none;
}

.content-area {
  padding-top: 50px;
}

.slider-counter {
  position: absolute;
  font-family: "Outfit", Sans-serif;
  top: 5px;
  left: 17px;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
  color: rgba(13, 24, 41, 0.4);
}

.recipe-filter {
  align-items: center !important;
}

.recipe-filter a {
  text-decoration: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.004em;
  color: #0d2910;
  transition: all ease-in-out 0.3s;
}

.recipe-filter a.active,
.recipe-filter a:hover {
  border-color: #2f920f;
  background: #f1ffed;
}

#recipe {
  margin-bottom: 50px;
}


#recipe a {
  color: #0d2910 !important;
}

.related-recipe #recipe article {
  margin-top: 0rem;
}

.related-recipe #recipe h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
  margin-bottom: 0rem;
}

#recipe article {
  margin: 3rem 0;
}

.serving-section ul {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 3px;
  column-gap: 3px;
}

.serving-section ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(13, 41, 16, 0.9);
}

.recipes h1 {
  font-size: 44px;
  font-weight: 600;
}

.recipe-image-wrapper {
  padding-top: 120%;
  position: relative;
}

.recipes .post-thumbnail img {
  height: 100%;
  min-height: 400px !important;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  position: absolute;
}

#recipe .recipe-image-wrapper .check-recipe-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 8px;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

#recipe .recipe-image-wrapper .check-recipe-wrapper:hover {
  opacity: 1;
}

#recipe .recipe-image-wrapper .check-recipe-wrapper a {
  background: #2f920f;
  border-radius: 70px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #ffffff !important;
  padding: 13px 35px;
}

/* Category Pills */
.categories {
  margin: 30px 0 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

a.pills {
  border: 1px solid #a3a3a9;
  border-radius: 45px;
  padding: 10px 20px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0d2910;
  cursor: pointer;
  margin: 0;
  display: inline-block;
}

.product-cat-filter {
  display: inline-block;
  position: relative;
}

.product-cat-filter a.active,
.product-cat-filter a:hover {
  border-color: #2f920f;
  background: #f1ffed;
}

.product-search-keywork {
  position: relative;
  display: inline-block;
}

.product-search-keywork button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  left: 13px;
  color: #b8b8b8;
}

.product-search-keywork .input_search {
  border: 1px solid #e9e9e9;
  border-radius: 45px;
  padding: 8px 24px 8px 48px;
  width: 378px;
  max-width: 100%;
}

.product-search-keywork .input_search::-moz-placeholder {
  color: rgba(13, 41, 16, 0.58);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.product-search-keywork .input_search::placeholder {
  color: rgba(13, 41, 16, 0.58);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

/* Recipe Single Page */
.btn-print {
  color: #0d2910;
  cursor: pointer;
}
.btn-print:hover {
  color: #2e920e;
  text-decoration: underline;
}

.recipe-timer {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.recipe-timer i {
  font-size: 20px;
  margin-right: 10px;
}

.recipe-search-keywork {
  position: relative;
  display: inline-block;
}

.recipe-search-keywork button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  left: 13px;
  color: #b8b8b8;
}

.recipe-search-keywork .input_search {
  border: 1px solid #e9e9e9;
  border-radius: 45px;
  padding: 8px 24px 8px 48px;
  width: 378px;
  max-width: 100%;
}

.recipe-search-keywork .input_search:focus {
  border-color: #2f920f;
  box-shadow: none;
  outline: none;
}

.recipe-search-keywork .input_search::-moz-placeholder {
  color: rgba(13, 41, 16, 0.58);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.recipe-search-keywork .input_search::placeholder {
  color: rgba(13, 41, 16, 0.58);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

#clear-search {
  font-size: 14px;
  margin-left: 10px;
}

.reset-btn {
  font-size: 14px;
  color: #2e920e !important;
}
.reset-btn.active,
.reset-btn:hover {
  background: none !important;
  font-weight: bold;
}

.single-recipe .featured-image img {
  border-radius: 8px;
  max-width: 100%;
}

.single-recipe .description h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 130%;
  color: #0d2910;
}

.single-recipe .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(13, 41, 16, 0.9);
}

.single-recipe .post-meta {
  font-family: "public sans", sans-serif;
  color: rgba(13, 41, 16, 0.5803921569);
  font-size: 14px;
  font-weight: 400;
}

.single-recipe .recipe-metadata {
  background-color: #fdf3f4;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
}

.single-recipe .recipe-metadata:nth-child(1) {
  background-color: #e6f2ff;
}

.single-recipe .recipe-metadata:nth-child(2) {
  background-color: #def5ec;
}

.list-icon {
  width: 3%;
  margin-right: 10px;
  margin-top: -5px;
}

.step-count {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #43b41e;
}

.tips-card {
  border: none;
  background-color: rgba(0, 0, 0, 0.0392156863);
  padding: 16px 20px;
}

.tips-card h4 {
  position: relative;
}

.tips-card h4:after {
  background-image: url(../images/target.svg?50be08bcefe8798f6386eecf682a2bf6);
  background-position: left;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 46px;
  height: 47px;
  top: -15px;
  left: 60px;
}

.tips-card .card-body ul {
  padding-left: 1rem !important;
}

.tips-card .card-body ul li {
  margin-bottom: 20px;
  color: rgba(13, 41, 16, 0.8980392157);
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* Blog Post */
.single-post p#breadcrumbs {
  margin-bottom: 0px;
  margin-top: 32px;
}
.single-post .entry-header h1 {
  font-family: "Outfit", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
  color: #0d2910;
  padding: 32px 0 15px 0;
  margin-bottom: 0px;
}
.single-post .entry-meta .posted-on {
  color: rgba(13, 41, 16, 0.58);
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 24px;
  display: block;
}
.single-post .post-thumbnail img {
  border-radius: 8px;
  margin-bottom: 10px;
}
.single-post .original-source {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  font-style: italic;
  color: #555555;
}
.single-post .original-source strong {
  font-style: normal;
}
.single-post .original-source a:hover {
  color: #2f920f;
  opacity: 0.8;
}
.single-post .entry-content p {
  color: rgba(13, 41, 16, 0.9);
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.blog-description h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 130%;
  color: #0d2910;
  position: relative;
  margin-bottom: 10px;
}

.blog-description p {
  margin-bottom: 0px;
}

.blog-description h3:before {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 130%;
  color: rgba(13, 24, 41, 0.09);
  left: -20px;
  top: -10px;
}

.blog-description h3:after {
  content: "\f10e";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 130%;
  color: rgba(13, 24, 41, 0.09);
  right: 35%;
  bottom: -15px;
}

.blog-search-keywork {
  position: relative;
}

.blog-search-keywork button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  left: 13px;
  color: #b8b8b8;
}

.blog-search-keywork .input_search {
  border: 1px solid #e9e9e9;
  border-radius: 45px;
  padding: 8px 24px 8px 48px;
  width: 100%;
  max-width: 100%;
}

.blog-search-keywork .input_search:focus {
  border-color: #2f920f;
  box-shadow: none;
  outline: none;
}

.blog-search-keywork .input_search::-moz-placeholder {
  color: rgba(13, 41, 16, 0.58);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.blog-search-keywork .input_search::placeholder {
  color: rgba(13, 41, 16, 0.58);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.blog-image-wrapper {
  padding-top: 70%;
  position: relative;
}

#blog_post .post-thumbnail img {
  height: 100%;
  min-height: 243px !important;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  position: absolute;
}

#blog_post .blog-title-wrapper .blog-timer {
  margin: 16px 0 12px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(13, 41, 16, 0.58);
  min-height: 22px;
}

.blog-post-title a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #0d2910;
}

.blog-post-title a:hover {
  color: #2e920e;
}

.blog-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.blog-meta img {
  border-radius: 100%;
  margin-right: 8px;
}

.blog-title {
  font-size: 36px;
}

.blog-meta span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(13, 41, 16, 0.9);
}

.blog-post {
  width: 350px;
  height: auto;
}

.blog-post img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.no-results-wrapper {
  min-height: 50vh;
}

.no-result-page-header {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 130%;
  color: #0d2910;
}

.no-results p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: rgba(13, 41, 16, 0.9);
}

/**pagination**/
#blog_post .content ul.pagination,
ul.products .content ul.pagination,
#recipe .content ul.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

#blog_post ul.pagination li a,
#blog_post ul.pagination li a.next,
#recipe ul.pagination li a,
#recipe ul.pagination li a.next,
ul.products ul.pagination li a,
ul.products ul.pagination li a.next {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2e920e;
  margin-right: 10px;
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  color: #2f920f !important;
}

#blog_post ul.pagination li span,
#blog_post ul.pagination li a:hover,
#recipe ul.pagination li span,
#recipe ul.pagination li a:hover,
ul.products ul.pagination li span,
ul.products ul.pagination li a:hover {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2e920e;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #2e920e;
  color: white !important;
}

#breadcrumbs a {
  color: rgba(13, 41, 16, 0.58);
}

#breadcrumbs span.breadcrumb_last {
  color: rgba(13, 41, 16, 0.9);
  font-weight: 600;
}

#breadcrumbs i {
  color: rgba(13, 41, 16, 0.58);
}

/*search page*/
.search-result-wrapper {
  min-height: 60vh;
}

.search-result-wrapper .page-header {
  margin-bottom: 30px;
}

.search-result-wrapper img {
  height: 100%;
  min-height: 200px !important;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  position: absolute;
}

.search-result-wrapper .search-image-wrapper {
  padding-top: 70%;
  position: relative;
}

.search-result-wrapper h2 {
  line-height: 20px;
  margin-top: 10px;
}

.search-result-wrapper h2 a {
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  color: #0d2910;
  font-weight: 600;
}

.search-result-wrapper article {
  margin-bottom: 30px;
}

.search-result-wrapper .no-results {
  text-align: center;
}

/* comments */
.comment {
  flex: 0 0 100%;
}

.comment .reply {
  display: none;
}

.comment .img-thumbnail {
  flex: 0 0 46px;
}

textarea#comment,
.comment-form-author input[type="text"],
.comment-form-email input[type="email"] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

textarea#comment:focus,
.comment-form-author input[type="text"]:focus,
.comment-form-email input[type="email"]:focus {
  border-color: #2f920f;
  outline: none;
  box-shadow: none;
}

textarea#comment {
  width: 100%;
  padding: 20px;
}

.comment-form-author input[type="text"],
.comment-form-email input[type="email"] {
  height: 45px;
  margin-right: 15px;
  width: 100%;
  padding: 0 20px;
}

form#commentform input[type="submit"] {
  background: #2f920f;
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font-family: "Public Sans", sans-serif;
  border: 1px solid #2f920f;
}

p.comment-form-author {
  float: left;
  width: 49%;
}

p.comment-form-email {
  float: right;
  width: 49%;
}

p.comment-form-cookies-consent {
  clear: both;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text textarea {
  padding: 5px 15px !important;
  background-color: white !important;
}

.woocommerce form .form-row .input-text:focus,
.woocommerce-page form .form-row .input-text textarea:focus {
  border-color: #2f920f !important;
  outline: none;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #2f920f !important;
  outline: none;
  box-shadow: none !important;
}

label.focus {
  color: #2f920f !important;
}

.focus-span-wrapper > label {
  color: #2f920f !important;
}

.woocommerce #review_form #respond .form-submit input {
  background: #2f920f;
  border-radius: 30px;
  padding: 12px 25px;
  color: #fff;
  font-family: "Public Sans", sans-serif;
  border: 1px solid #2f920f;
  font-size: 14px;
  font-weight: 500;
}

woocommerce-Price-amount {
  font-weight: 600;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 32px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 6px;
  width: calc(25% - 9px) !important;
}

.woocommerce div.product div.images .flex-control-thumbs li:first-child {
  margin-left: 0px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1 !important;
}

.woocommerce
  div.product
  div.images
  .flex-control-thumbs
  img.flex-active:has(li) {
  background: #f1ffed;
}

p.comment-form-cookies-consent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.comment-form-cookies-consent input {
  margin-right: 10px;
}

.comment-form-cookies-consent label {
  font-size: 14px;
}

#comments h2.woocommerce-Reviews-title,
#description h2 {
  font-size: 18px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #2f920f;
  color: white;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.info-box {
  background: #e8f6ff;
  border-radius: 4px;
  padding: 24px 30px;
}

.info-box h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: rgba(13, 41, 16, 0.9);
}

.info-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(13, 41, 16, 0.9);
}

.info-box a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  border-bottom: 1px solid #2f920f;
  color: #2f920f;
}

.info-box a:hover {
  color: #2f920f !important;
}

.login-form-wrapper h2 {
  font-family: "Outfit", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 44px !important;
  line-height: 130% !important;
  color: #0d2910 !important;
  margin-bottom: 12px !important;
}

.login-form-wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(13, 41, 16, 0.9);
}

.woocommerce .login-form-wrapper form.login {
  padding: 0 !important;
  border: none !important;
}

.remember-forget-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p.woocommerce-LostPassword {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  border-bottom: 1px solid #2f920f;
  color: #2f920f;
}

.woocommerce-form-login__rememberme {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(13, 41, 16, 0.9);
}

.woocommerce form .form-row label,
.register-page form .form-row label {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  margin-bottom: 10px !important;
  color: rgba(13, 41, 16, 0.95) !important;
}

.woocommerce-privacy-policy-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(13, 41, 16, 0.9);
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
  background: #2f920f !important;
  padding: 15px 70px !important;
  transition: all ease-in-out 0.3s !important;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account
  .woocommerce-form-register
  .woocommerce-form-register__submit {
  background-color: #2f920f !important;
  color: #fff !important;
  font-family: "Public Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  border-radius: 30px !important;
  padding: 16px 32px;
}

.reset-password-form-wrapper .woocommerce-Button {
  background: #2f920f !important;
  padding: 15px 70px !important;
  transition: all ease-in-out 0.3s;
  color: #fff !important;
  font-family: "Public Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  border-radius: 30px !important;
}

.woocommerce-account
  .woocommerce-form-login
  .woocommerce-form-login__submit:hover {
  color: white;
  opacity: 0.9;
}
/*my account page*/
.woocommerce-account.logged-in .entry-content .woocommerce ul:not(.woocommerce-error) {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  padding-right: 30px;
}
.woocommerce-account.logged-in .entry-content .woocommerce ul li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  margin: 2px 0;
}
.woocommerce-account.logged-in .entry-content .woocommerce ul li a {
  font-family: "Public Sans", Sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #69727d;
  display: block;
  padding: 12px 20px;
  text-align: start;
  background: #f9fafa;
  border-radius: 0;
  border: 0 1px transparent;
}
.woocommerce-account .entry-content .woocommerce ul li.is-active a,
.woocommerce-account .entry-content .woocommerce ul li a:hover {
  background-color: #2f920f;
  color: #fff;
}
.woocommerce-account
  .entry-content
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-MyAccount-content-wrapper {
  padding: 16px 30px;
  border: 1px solid #d5d8dc;
  border-radius: 3px;
}
.woocommerce-account .addresses .title h3 {
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-account
  .entry-content
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-MyAccount-content-wrapper
  a.woocommerce-Button {
  color: white;
  border-radius: 30px;
  padding: 13px 24px;
  background-color: #2f920f;
}
.woocommerce-account .addresses .title .edit {
  font-weight: bold;
}
.woocommerce-customer-details h2.woocommerce-column__title {
  font-size: 20px;
}
.back-to-login-form-link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: rgba(13, 41, 16, 0.9);
  display: block;
}
.back-to-login-form-link i {
  margin-right: 4px;
}

.reset-password-form-wrapper form {
  max-width: 430px;
}

#her-healthage-report .healthage-report-view h1.report-header {
  font-size: 32px !important;
}

.recommendations-container h2 {
  font-size: 28px;
}

#her-healthage-plugin .report-divider {
  height: 5px;
  margin: 10px 0;
}

#her-healthage-plugin #her-healthage-report .report-for-name {
  background-color: green;
  color: white;
  padding: 5px 25px 5px 20px;
  border-radius: 20px;
  font-weight: 600;
}

#her-healthage-plugin #her-healthage-report .report-result {
  font-size: 2.5em;
  background-color: #eaeaea;
  padding: 15px 19px;
  border-radius: 100%;
  background: green;
  color: white;
  height: 80px;
  width: 80px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  font-weight: 600;
  margin-bottom: 10px;
}

#her-healthage-report-actions button {
  outline: none !important;
  background-color: #2f920f;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border: none;
  border-radius: 30px;
}

#her-healthage-form .her-header {
  grid-template-areas: "name name gender bmi" "height weight age bmi" !important;
  background: #e8f6ff;
  border-radius: 4px;
  padding: 24px 30px;
  color: #0d2910 !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

#her-healthage-form .her-userdata {
  color: #0d2910 !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

#her-healthage-form .her-userdata select {
  margin-top: 10px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 50px;
}

.her-header input[type="text"],
#her-healthage-form .her-userdata input[type="text"] {
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 8px 8px;
  margin-top: 5px;
  height: 46px;
  margin-bottom: 15px;
}

.her-header input[type="text"]:focus,
#her-healthage-form .her-userdata input[type="text"]:focus {
  filter: none;
  box-shadow: none;
  outline: none;
  border-color: #2f920f;
}

#her-healthage-form .her-question input[type="radio"] {
  margin-right: 8px;
}

#her-healthage-form .her-footer input[type="checkbox"] {
  margin-right: 8px;
}

#her-healthage-form .her-footer label {
  font-size: 14px;
  font-weight: 600;
}

#her-healthage-form .her-question label {
  font-size: 14px;
  font-weight: 600;
}

#her-healthage-form .her-footer .her-interest-heading {
  font-size: 18px;
  padding-bottom: 10px;
}

#her-healthage-form .her-actions button {
  border: 1px solid #272f41;
  background-color: #272f41;
  color: #fff;
  border-radius: 50px;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding: 16px 32px;
  transition: all ease-in-out 0.3s;
  margin-top: 16px;
}

#her-healthage-form .her-actions button:hover {
  background-color: transparent;
  color: rgba(13, 41, 16, 0.9);
  border-color: rgba(13, 41, 16, 0.9);
}

.her-questions .her-question .her-options {
  margin-top: 10px;
}

.her-questions .her-options {
  padding-left: 0;
}
.her-options input[type="radio"]:checked + label {
  color: #2f920f !important;
}

.her-footer input[type="checkbox"]:checked + label {
  color: #2f920f !important;
}

.tribe-events-event-image img {
  max-width: 100%;
  border-radius: 8px;
}

.tribe-events-schedule i {
  margin-right: 10px;
}

.tribe-events-schedule h2 {
  font-weight: bold;
  color: #272f41;
}

.event-title-date h1.tribe-events-single-event-title {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 40px;
  margin-top: 14px;
  margin-bottom: 12px;
}

.event-tickets .tribe-common-h4,
.event-tickets .tribe-common-h2 {
  font-weight: 600;
  color: #3ebbe9 ;
}

.event-tickets .tribe-tickets__commerce-order-footer-link,
.event-tickets .tribe-tickets__commerce-order-footer-link:focus,
.event-tickets .tribe-tickets__commerce-order-footer-link:hover,
.event-tickets .tribe-tickets__commerce-order-footer-link:visited {
  color: #3ebbe9  !important;
}

.event-tickets .tribe-tickets__commerce-checkout-header-link-back-to-event,
.event-tickets
  .tribe-tickets__commerce-checkout-header-link-back-to-event:focus,
.event-tickets
  .tribe-tickets__commerce-checkout-header-link-back-to-event:hover,
.event-tickets
  .tribe-tickets__commerce-checkout-header-link-back-to-event:visited,
.event-tickets .tribe-tickets__commerce-checkout-header-link-modify-attendees,
.event-tickets
  .tribe-tickets__commerce-checkout-header-link-modify-attendees:focus,
.event-tickets
  .tribe-tickets__commerce-checkout-header-link-modify-attendees:hover,
.event-tickets
  .tribe-tickets__commerce-checkout-header-link-modify-attendees:visited,
.tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event,
.tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event:focus,
.tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event:hover,
.tribe-common
  .tribe-tickets__commerce-checkout-header-link-back-to-event:visited,
.tribe-common .tribe-tickets__commerce-checkout-header-link-modify-attendees,
.tribe-common
  .tribe-tickets__commerce-checkout-header-link-modify-attendees:focus,
.tribe-common
  .tribe-tickets__commerce-checkout-header-link-modify-attendees:hover,
.tribe-common
  .tribe-tickets__commerce-checkout-header-link-modify-attendees:visited {
  color: #2f920f !important;
}

.tribe-common .tribe-common-anchor-alt {
  border-color: #2f920f !important;
}

.tickets-page {
  min-height: 65vh;
  margin-bottom: 50px;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common button.tribe-common-c-btn {
  width: auto !important;
  background-color: #272f41 !important;
  border-radius: 30px !important;
  padding: 11px 20px !important;
}

.event-tickets .tribe-tickets__rsvp-actions-success-going-check-icon {
  background-color: #2f920f !important;
}

.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common button.tribe-common-c-btn:hover {
  background-color: #2f920f !important;
  border-radius: 30px;
  padding: 11px 20px !important;
}

.event-tickets .tribe-tickets__rsvp-wrapper,
.entry .entry-content .event-tickets .tribe-tickets__tickets-form,
.event-tickets .tribe-tickets__tickets-form {
  max-width: 100% !important;
}

.event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn,
.entry
  .entry-content
  .event-tickets
  .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.entry
  .entry-content
  .event-tickets
  .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled,
.event-tickets
  .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
  background-color: #2f920f;
  border-radius: 30px;
  padding: 11px 20px !important;
}

.tribe-common a.tribe-common-c-btn--small,
.tribe-common button.tribe-common-c-btn--small,
.tribe-common input[type="button"].tribe-common-c-btn--small,
.tribe-common input[type="submit"].tribe-common-c-btn--small {
  background-color: #2f920f !important;
  border-radius: 30px !important;
  padding: 11px 20px !important;
}

.event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn:hover {
  background-color: #2f920f;
  border-radius: 30px;
}

.tribe-common .tribe-common-cta--alt,
.tribe-common .tribe-common-cta--alt:hover {
  color: #2f920f;
  border-color: #2f920f;
}

.tribe-events-schedule {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #2f920f;
}

.event-sidebar-area
  .tribe-events-meta-group
  .tribe-events-single-section-title {
  color: #272f41;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tribe-events-notices ul {
  font-weight: 600;
  color: #2f920f;
}

.tribe-events-venue-map {
  width: 100% !important;
}

.tribe-events-venue-map > div,
.tribe-events-venue-map > iframe {
  max-height: 300px;
  border-radius: 8px;
}

.tribe-events-meta-group a {
  color: #3ebbe9  !important;
}

#tribe-events-pg-template {
  padding-bottom: 0px;
  padding-top: 60px;
}

.event-details__info {
  position: relative;
  display: block;
  background-color: #e8f6ff;
  border-radius: 8px;
  padding: 30px 30px 40px;
  border-top: 4px solid #2f920f;
  color: #000;
}

.tribe-events-meta-group {
  padding-top: 0px !important;
}

.tribe-events-meta-group a {
  word-break: break-all;
}

.event-details__info-list {
  position: relative;
  display: block;
}

.event-details__info-list li + li {
  margin-top: 27px;
}

.event-details__info-list li span {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.event-details__info-list li p {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  line-height: 19px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: #272f41;
  color: white;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 30px;
  padding: 10px 35px 10px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: white;
  opacity: 0.9;
}

.events-wrapper {
  font-family: "Public Sans";
  font-style: normal;
  margin-bottom: 50px;
}
.events-wrapper .event-image {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 70%;
}
.events-wrapper .event-image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.events-wrapper .event-date {
  font-size: 14px;
  color: #a3a3a9;
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.events-wrapper .event-title {
  font-weight: 600;
  font-size: 16px;
  color: #0d2910;
  margin-top: 10px;
  line-height: 1.6;
}
.events-wrapper .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(13, 41, 16, 0.8980392157);
  margin-top: 10px;
}
.events-wrapper .event-link a {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  border-bottom: 1px solid #2C2E33;
  color: #2C2E33;
  margin-top: 10px;
  position: relative;
}
.events-wrapper .event-link a:after {
  content: "\f061";
  position: absolute;
  right: -20px;
  font-family: "Font Awesome 5 Free";
  top: 2px;
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 30px auto;
  position: relative;
  border-radius: 8px;
}

.white-popup-block h4 {
  font-family: "Satoshi-Black";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.white-popup-block p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.white-popup-block img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.white-popup-block-event {
  background: #fff;
  text-align: left;
  max-width: 485px;
  margin: 30px auto;
  position: relative;
  border-radius: 8px;
}

.event-popup-inner-wrapper {
  padding: 30px 40px;
}

.white-popup-block-event h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 43px;
  margin-bottom: 10px;
  color: #0d2910;
}

.white-popup-block-event p {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #545454;
}

.white-popup-block-event img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.event-details-wrapper {
  margin-top: 10px;
}

.event-details-wrapper svg {
  max-width: 20px;
}

.event-details-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.event-details-wrapper ul li {
  line-height: 40px;
  font-weight: 400;
}

.event-details-wrapper ul li > i,
.event-details-wrapper ul li > svg {
  margin-right: 10px;
  font-size: 20px;
}

.event-details-wrapper li.calendar-with-btn a {
  float: right;
}

.event-details-wrapper .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

.event-filters ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 60px 0 32px 0;
}

.event-filters ul li {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  margin-right: 12px;
  font-size: 16px;
  line-height: 160%;
  display: inline-block;
  color: #0d2910;
  cursor: pointer;
  padding: 0 10px;
}

.event-filters ul li:hover {
  color: #0b9fd5;
}

.event-filters ul li.is-checked {
  border-bottom: 1px solid #0b9fd5;
  color: #0b9fd5;
}

.event-filters ul li:last-child {
  margin-right: 0;
}

.btn-tranparent {
  border: 2px solid #2f920f;
  box-sizing: border-box;
  border-radius: 31px;
  font-size: 14px;
  font-weight: 600;
  color: #2f920f !important;
}

.btn-tranparent:hover {
  background-color: #2f920f;
  color: #fff !important;
}

.related.products {
  width: 100%;
}

.product-title-price-wrapper {
  min-height: 94px;
}

.woocommerce ul.products li.product .star-rating {
  float: right;
}

.product-image-wrapper {
  padding-top: 114%;
  position: relative;
  margin-bottom: 15px;
}

.product-image-wrapper img {
  top: 0;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#contact-form-wrapper label.focus {
  color: #2f920f;
}
#contact-form-wrapper label {
  color: #0d2910f2;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 11px;
}

.quantity__button {
  cursor: pointer;
}

.quantity-wrapper label {
  font-size: 14px;
  color: rgba(13, 41, 16, 0.9);
  font-weight: 600;
  line-height: 160%;
}

.quantity-wrapper svg {
  max-width: 18px;
}

.woocommerce-cart .product-quantity .quantity {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-cart .product-quantity .quantity svg {
  max-width: 18px;
}

.woocommerce-cart .product-quantity .quantity input {
  padding: 5px 10px;
  font-family: "Public Sans", sans-serif;
  border: none;
  padding: 5px 10px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button {
  width: auto !important;
  background-color: #2f920f !important;
  border-radius: 30px !important;
  padding: 11px 20px !important;
  color: white !important;
  font-weight: 600;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding-left: 20px !important;
  border-radius: 30px;
}

.empty-cart-page-wrapper {
  min-height: 60vh;
}

.single-recipe .container {
  max-width: 990px;
}

h2.comments-title {
  margin-bottom: 2rem;
}

.comment {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.comment ol.comment-list {
  padding-left: 0 !important;
}
.comment .date {
  color: rgba(13, 41, 16, 0.58);
  font-size: 14px;
  margin-bottom: 0;
}
.comment .img-thumbnail {
  flex: 0 0 2.5em;
  border-radius: 50%;
}
.comment .img-thumbnail img {
  border-radius: 50%;
}
.comment .reply {
  font-size: 14px;
}
.comment .comment-block p {
  word-break: break-all;
}
/*404 page*/
.error-404 {
  padding: 5rem 0 7rem 0;
  background-color: #e8f6ff;
}
.error-404 h1.page-404-extra-large-title {
  color: rgba(0, 77, 119, 0.04);
  text-align: center;
  font-size: 173.995px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 260.992px */
}
.error-404 h2 {
  color: #0d2910;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 57.2px */
}
.error-404 p {
  color: rgba(13, 41, 16, 0.9);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
/*footer*/
.error404 footer {
  margin-top: 0px;
}
footer {
  margin-top: 50px;
}
.disclaimer-content-wrapper {
  background-color: #e8f6ff;
  padding: 27px 0;
}
.disclaimer-content-wrapper .disclaimer-title {
  color: #0d2910;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: right;
}
.disclaimer-content-wrapper .disclaimer-content {
  color: rgba(13, 41, 16, 0.9);
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.footer-copyright {
  padding: 24px 0;
}
.footer-copyright p {
  color: rgba(13, 41, 16, 0.58);
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.14px;
  margin-bottom: 0px;
}

/* About Page Styles */
.about-banner {
  min-height: 400px;
  background-color: #0b9fd5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.bg-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}
.banner-text {
  position: relative;
  color: #fff;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.goal-content,
.animated-heading,
.contact-section {
  margin: 5rem 0;
}
.goal-content .goal-image {
  text-align: center;
}
.about-main-heading {
  margin-bottom: 40px;
}
.about-main-heading h2 {
  font-size: 44px;
  font-weight: 600;
}

.about-main-content {
  max-width: 484px;
}

.animated-heading h3 {
  font-size: 36px;
}
.animated-text-wrapper,
.animated-text {
  position: relative;
}
.animated-text-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.programs {
  background-color: #e8f6ff;
  padding: 3rem 0;
}
.programs h2 {
  line-height: 1.5em;
}

.programs .program-image {
  text-align: center;
}

.contact-section h4 {
  line-height: 36px;
}
.subtitle-text p {
  line-height: 26px;
}

.address-details {
  background-color: #e8f6ff;
  border-radius: 8px;
  color: #7a7a7a;
  font-family: "Public Sans";
  font-size: 14px;
  margin-top: 20px;
  line-height: 27px;
  padding: 48px 100px 48px 20px;
  background-image: url(../images/address_pin.png);
  background-position: 92% 50%;
  background-repeat: no-repeat;
  background-size: 88px auto;
}
.address-icon {
  width: 88px;
}

.contact-page .contact-image {
  text-align: center;
}
.contact-page .contact-image img {
  width: 74%;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #2f920f;
}