@import url("https://fonts.googleapis.com/css2?family=Exo:wght@200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BlackIt.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BoldIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiboldIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLightIt.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-It.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
* a {
  text-decoration: none;
}

.common-form .form-label {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
  margin-bottom: 6px;
}
.common-form .form-control {
  border-radius: 0;
  border: 1px solid #9B9B9B;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 14px;
}
.common-form .submit-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border: 0;
}
.common-form .submit-btn:hover {
  background: #497349;
}
.common-form .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
}
.common-form .form-check .form-check-input {
  border: 1px solid #656565;
  border-radius: 0;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.common-form .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../images/checkbox-check-icon.svg);
  background-size: auto;
  background-color: white;
}
.common-form .form-check .form-check-input:focus {
  border-color: #2a9c2a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(42, 156, 42, 0.25);
}
.common-form .form-check .form-check-label {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}
.common-form .form-check .form-check-label a {
  color: #2A9C2A;
}
.common-form textarea {
  min-height: 145px;
}
.common-form .dark-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
  background-color: #15222B;
}
.common-form .dark-btn:hover {
  background: #497349;
}
.common-form select {
  background: url(../images/select-control.svg) no-repeat center right 20px;
  background-color: white;
}

.qty-wrap {
  display: flex;
  align-items: center;
}
.qty-wrap h6 {
  color: #3C3C3C;
  /* p */
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
.qty-wrap #myform {
  border-radius: 4px;
  border: 1px solid #ECECEE;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 8px;
}
.qty-wrap #myform input[type=button] {
  text-align: center;
  background: transparent;
  border: 0;
  padding: 0;
}
.qty-wrap #myform input[type=text] {
  text-align: center;
  width: 33px;
  border: 0 !important;
  outline: 0 !important;
  color: #0E0E0E;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}
.qty-wrap #myform .minus {
  background: url(../images/previous-icon.svg) no-repeat center !important;
  width: 16px;
  height: 16px;
}
.qty-wrap #myform .plus {
  background: url(../images/next-icon.svg) no-repeat center !important;
  width: 16px;
  height: 16px;
}

.qty-wrap #option-choice-form {
  border-radius: 4px;
  border: 1px solid #ECECEE;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 8px;
}
.qty-wrap #option-choice-form input[type=button] {
  text-align: center;
  background: transparent;
  border: 0;
  padding: 0;
}
.qty-wrap #option-choice-form input[type=text] {
  text-align: center;
  width: 33px;
  border: 0 !important;
  outline: 0 !important;
  color: #0E0E0E;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}
.qty-wrap #option-choice-form .minus {
  background: url(../images/previous-icon.svg) no-repeat center !important;
  width: 16px;
  height: 16px;
}
.qty-wrap #option-choice-form .plus {
  background: url(../images/next-icon.svg) no-repeat center !important;
  width: 16px;
  height: 16px;
}

.filter-select {
  gap: 20px;
}
.filter-select select {
  max-width: 196px;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  color: #0E0E0E;
  padding: 13px 24px;
  border-radius: 10px;
  border: 1px solid #15222B;
  background: url(../images/select-control.svg) no-repeat center right 20px;
  background-color: white;
}

.card-product {
  max-width: 309px;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
}
.card-product .card-product-content {
  padding: 16px;
  background: #F4F4F4;
  border-radius: 0 0 8px 8px;
}
.card-product .card-product-content small {
  color: "Source Sans Pro";
  /* Small */
  font-family: "Exo", sans-serif;
  font-size: 12.003px;
  font-style: normal;
  font-weight: 500;
  line-height: 156%;
  /* 18.725px */
}
.card-product .card-product-content h5,
.card-product .card-product-content h6 {
  color: #3C3C3C;
  /* Large */
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 31.5px */
}
.card-product .card-product-content h6 {
  color: #2A9C2A;
}
.card-product .card-product-content p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}
.card-product .card-product-content a {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.card-product .card-product-content a:hover {
  background: #497349;
}

header {
  background: #FFF;
  box-shadow: 0px 5.55625px 4.625px 0px rgba(0, 0, 0, 0.01), 0px 25.4px 13px 0px rgba(0, 0, 0, 0.02);
  padding: 16px 0;
  position: sticky;
  z-index: 1050;
  width: 100%;
  top: 0;
}
header .lg-nav {
  max-width: 1254px;
  margin: auto;
}
header .lg-nav .lg-nav-items ul {
  gap: 40px;
}
header .lg-nav .lg-nav-items ul li:last-child a img {
  margin-right: 7px;
}
header .lg-nav .lg-nav-items ul a {
  color: #3C3C3C;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
}
header .lg-nav .lg-nav-items ul a:hover {
  color: #9FC39F;
}
header .lg-nav .lg-nav-items .dropdown .dropdown-wrap {
  width: -moz-fit-content;
  width: fit-content;
}
header .lg-nav .lg-nav-items .dropdown .dropdown-menu {
  border: 1px solid #D0D0D0;
  background: #FFF;
  border-radius: 0;
  min-width: auto;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 62px !important;
}
header .lg-nav .lg-nav-items .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #D0D0D0;
  color: #3C3C3C;
  margin-bottom: 21px;
  display: block;
  padding: 0;
  padding: 16px 24px;
  margin-bottom: 0;
}
header .lg-nav .lg-nav-items .dropdown .dropdown-menu .dropdown-item:hover {
  background: #9FC39F;
}
header .lg-nav .lg-nav-items .dropdown .dropdown-menu .dropdown-item:active {
  background: #9FC39F;
}
header .lg-nav .lg-nav-items .dropdown .dropdown-menu .active {
  background: #9FC39F;
}
header .lg-nav .lg-nav-items .dropdown .gbp-link[aria-expanded=true] {
  color: #2A9C2A;
}
header .lg-nav .lg-nav-items .dropdown .gbp-link[aria-expanded=true] .gbp-open {
  display: inline-block;
}
header .lg-nav .lg-nav-items .dropdown .gbp-link[aria-expanded=true] .gbp-close {
  display: none;
}
header .lg-nav .lg-nav-items .dropdown .gbp-open {
  display: none;
}

footer {
  padding: 64px 0 48px 0;
  background: #FBFBFB;
}
footer .footer-wrap {
  max-width: 1172px;
}
footer .footer-wrap h4 {
  color: #9B9B9B;
  /* H4 */
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 12px;
}
footer .footer-wrap .nav-items-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
footer .footer-wrap .nav-items-wrap .nav-items a {
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  color: #3C3C3C;
  display: block;
  line-height: 1;
}
footer .footer-wrap .nav-items-wrap .nav-items address {
  color: #3C3C3C;
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
footer .footer-wrap .nav-items-wrap .nav-contact a {
  display: block;
  color: #3C3C3C;
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
footer .footer-bottom {
  margin-top: 64px;
}
footer .footer-bottom p,
footer .footer-bottom a {
  color: #656565;
  /* Small */
  font-family: "Exo", sans-serif;
  font-size: 12.003px;
  font-style: normal;
  font-weight: 500;
  line-height: 156%;
  /* 18.725px */
  margin-bottom: 0;
}
footer .footer-bottom p a,
footer .footer-bottom a a {
  color: #3C3C3C;
}

.welcome-sec {
  position: relative;
}
.welcome-sec .welcome-sec-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 436px;
  width: 100%;
  margin-left: 84px;
}
.welcome-sec .welcome-sec-content h1 {
  color: #0E0E0E;
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.welcome-sec .welcome-sec-content p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 32px;
}
.welcome-sec .welcome-sec-content .btn-wrap {
  gap: 24px;
}
.welcome-sec .welcome-sec-content .btn-wrap .common-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.welcome-sec .welcome-sec-content .btn-wrap .common-btn:hover {
  background: #497349;
}
.welcome-sec .welcome-sec-content .btn-wrap .common-btn img {
  display: inline-block;
  vertical-align: sub;
}
.welcome-sec .welcome-sec-content .btn-wrap .secondary-btn {
  color: #2A9C2A;
  padding: 13px 0;
}

.our-library-sec {
  padding: 13px 0 18px 0;
}
.our-library-sec .our-library-content {
  max-width: 525px;
  margin: 0 0 0 auto;
}
.our-library-sec .our-library-content h2 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3C3C3C;
}
.our-library-sec .our-library-content p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.our-library-sec .our-library-content a {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
  margin-top: 24px;
}
.our-library-sec .our-library-content a:hover {
  background: #497349;
}

.our-Products-sec {
  padding: 57px 0;
  background: #FBFBFB;
}
.our-Products-sec .our-product-content {
  max-width: 83%;
  margin-left: auto;
}
.our-Products-sec .our-product-content h2 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3C3C3C;
  margin-bottom: 49px;
}
.our-Products-sec .owl-carousel .owl-item img {
  display: inline-block;
  width: unset;
  margin-top: -3px;
}
.our-Products-sec .owl-carousel .owl-nav {
  top: -79px;
  right: 21%;
  position: absolute;
}
.our-Products-sec .owl-carousel .owl-nav .owl-prev {
  font-size: 0px;
  width: 16px;
  height: 16px;
  background: url(../images/owl-prev-icon.svg) no-repeat center;
  background-size: contain;
}
.our-Products-sec .owl-carousel .owl-nav .owl-next {
  font-size: 0px;
  width: 16px;
  height: 16px;
  background: url(../images/owl-next-icon.svg) no-repeat center;
  background-size: contain;
  margin-left: 4px;
}
.our-Products-sec .owl-carousel .owl-dots {
  top: -65px;
  right: 25%;
  position: absolute;
  display: flex;
  gap: 8px;
}
.our-Products-sec .owl-carousel .owl-dots button {
  border-radius: 32px;
  opacity: 0.3;
  background: #2A9C2A;
  width: 8px;
  height: 8px;
}
.our-Products-sec .owl-carousel .owl-dots button.active {
  width: 32px;
  height: 8px;
  opacity: 1;
}
.our-Products-sec .secondary-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
  background-color: #15222B;
  margin-top: 49px;
}
.our-Products-sec .secondary-btn:hover {
  background: #497349;
}
.our-Products-sec .secondary-btn img {
  display: inline-block;
  vertical-align: top;
}

.alongside-sec {
  padding: 58px 0;
  background-color: #F4F4F4;
}
.alongside-sec .alongside-sec-wrap {
  position: relative;
  background-color: white;
  padding: 79px 76px;
  border-radius: 10px;
  max-width: 1258px;
  margin: auto;
}
.alongside-sec .alongside-sec-wrap::before {
  content: "";
  position: absolute;
  background: url(../images/alongside-img-before.svg) no-repeat center;
  background-size: contain;
  width: 38.49px;
  height: 72.09px;
  top: -21px;
  left: -20px;
}
.alongside-sec .alongside-sec-wrap::after {
  content: "";
  position: absolute;
  background: url(../images/alongside-img-after.svg) no-repeat center;
  background-size: contain;
  width: 38.49px;
  height: 72.09px;
  bottom: -21px;
  right: -22px;
}
.alongside-sec .alongside-sec-wrap .alogside-sec-content {
  max-width: 477px;
}
.alongside-sec .alongside-sec-wrap .alogside-sec-content h5 {
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #0E0E0E;
}
.alongside-sec .alongside-sec-wrap .alogside-sec-content p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}
.alongside-sec .alongside-sec-wrap .alogside-sec-content a {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
  margin-top: 32px;
}
.alongside-sec .alongside-sec-wrap .alogside-sec-content a:hover {
  background: #497349;
}
.alongside-sec .alongside-sec-wrap .alongside-right-img {
  position: relative;
}
.alongside-sec .alongside-sec-wrap .alongside-right-img .alongside-right-before {
  position: absolute;
  bottom: -39px;
  left: -104px;
}

.secure-Payment-sec {
  padding: 56px 0 76px 0;
}
.secure-Payment-sec .secure-Payment-flex img {
  max-width: 180px;
}
.secure-Payment-sec .secure-payment-wrap {
  max-width: 1194px;
}
.secure-Payment-sec .secure-payment-wrap .secure-Payment-flex {
  margin-bottom: 15px;
}
.secure-Payment-sec .secure-payment-wrap h4 {
  /* H4 */
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #0E0E0E;
}
.secure-Payment-sec .secure-payment-wrap p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}

.consectetur-sec .consectetur-wrap {
  padding: 148px 0 148px 150px;
  background: url(../images/consectetur-bg.png) no-repeat top right;
  background-size: cover;
  background-color: #15222B;
  max-width: 96%;
  margin-left: auto;
}
.consectetur-sec .consectetur-wrap .consectetur-content {
  max-width: 620px;
}
.consectetur-sec .consectetur-wrap .consectetur-content h6 {
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: white;
}
.consectetur-sec .consectetur-wrap .consectetur-content p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: white;
}
.consectetur-sec .consectetur-wrap .consectetur-content a {
  margin-top: 32px;
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.consectetur-sec .consectetur-wrap .consectetur-content a:hover {
  background: #497349;
}
.consectetur-sec .consectetur-lg-img {
  max-width: 123%;
  position: relative;
}

.popup-sec {
  text-align: center;
}
.popup-sec .modal-dialog {
  max-width: 690px;
}
.popup-sec .modal-body {
  padding: 66px 0;
}
.popup-sec .cross-icon {
  position: absolute;
  right: 16px;
  top: 16px;
}
.popup-sec h4 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  color: #0E0E0E;
}
.popup-sec p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
  margin-bottom: 16px;
}
.popup-sec a {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.popup-sec a:hover {
  background: #497349;
}
.popup-sec .dark-btn {
  background-color: #15222B;
}

#popup-2 .modal-content-sec {
  max-width: 460px;
  margin: auto;
}

#popup-4 h5 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #2A9C2A;
  margin-left: 40px;
}

.product-main-sec .product-main-content {
  padding: 87px 0;
  background: #F4F4F4;
}
.product-main-sec .product-main-content .product-main-content-wrap {
  max-width: 530px;
}
.product-main-sec .product-main-content .product-main-content-wrap small {
  /* Small */
  font-family: "Exo", sans-serif;
  font-size: 12.003px;
  font-style: normal;
  font-weight: 500;
  line-height: 156%;
  /* 18.725px */
  color: #3C3C3C;
}
.product-main-sec .product-main-content .product-main-content-wrap h1 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3C3C3C;
}
.product-main-sec .product-main-content .product-main-content-wrap h5 {
  color: #3C3C3C;
  /* Large */
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 31.5px */
}
.product-main-sec .product-main-content .product-main-content-wrap p {
  color: #3C3C3C;
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.product-main-sec .product-main-content .product-main-content-wrap .read-more {
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  color: #2A9C2A;
  display: inline-block;
  margin-bottom: 47px;
}
.product-main-sec .product-main-content .product-main-content-wrap h4 {
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #2A9C2A;
}
.product-main-sec .product-main-content .product-main-content-wrap .primary-btns {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.product-main-sec .product-main-content .product-main-content-wrap .primary-btns:hover {
  background: #497349;
}

.product-secure-payment-sec {
  padding: 56px 0 76px 0;
}

.faq-sec {
  max-width: 890px;
  padding: 40px 0;
}
.faq-sec h5 {
  /* h3 */
  font-family: "Quicksand", sans-serif;
  font-size: 37.897px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #3C3C3C;
  margin: 29px 0;
}
.faq-sec .accordion {
  border: 0;
}
.faq-sec .accordion .accordion-item {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  margin: 24px 0;
}
.faq-sec .accordion .accordion-item .accordion-button {
  color: #0E0E0E;
  background-color: #DEF4DE;
  box-shadow: unset;
  border-radius: 0;
  /* H4 */
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 20px 40px 24px 40px;
}
.faq-sec .accordion .accordion-item .accordion-button::after {
  background: url(../images/faq-dropdown.svg) no-repeat center right;
}
.faq-sec .accordion .accordion-item .accordion-button[aria-expanded=true] {
  background-color: #B3E0B3;
}
.faq-sec .accordion .accordion-item .accordion-collapse {
  background-color: #B3E0B3;
}
.faq-sec .accordion .accordion-item p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}
.faq-sec .accordion .accordion-body {
  padding: 0 40px 20px 40px;
}

.oneOn-top-sec .oneON-top-content {
  max-width: 507px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.oneOn-top-sec .oneON-top-content h1 {
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #0E0E0E;
}
.oneOn-top-sec .oneON-top-content p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}

.how-does-sec {
  padding-bottom: 64px;
}
.how-does-sec .how-img-sec {
  gap: 40px;
}
.how-does-sec .how-img-sec .img-wrap {
  flex: 1 1 auto;
  color: white;
}
.how-does-sec .how-img-sec .img-wrap img {
  width: 100%;
}
.how-does-sec .how-does-content {
  max-width: 635px;
  padding: 64px;
  border-radius: 10px;
  background: #FFF;
  margin-top: -88px;
  position: relative;
  box-shadow: 0.21322px 0.25858px 0.4293px 0px rgba(0, 0, 0, 0.01), 0.91851px 1.11389px 0.80937px 0px rgba(0, 0, 0, 0.01), 2.21426px 2.68528px 1.35352px 0px rgba(0, 0, 0, 0.02), 4.19889px 5.09208px 2.275px 0px rgba(0, 0, 0, 0.02), 6.97081px 8.45366px 3.78711px 0px rgba(0, 0, 0, 0.02), 10.62844px 12.88934px 6.10313px 0px rgba(0, 0, 0, 0.03), 15.27018px 18.51848px 9.43633px 0px rgba(0, 0, 0, 0.03), 20.99445px 25.46042px 14px 0px rgba(0, 0, 0, 0.04);
}
.how-does-sec .how-does-content h2 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0E0E0E;
}
.how-does-sec .how-does-content p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}
.how-does-sec .how-does-content a {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.how-does-sec .how-does-content a:hover {
  background: #497349;
}

.expert-sec {
  padding: 80px 0;
  min-height: 1187px;
  background: url(../images/expert-sec-img.png) no-repeat center right #f4f4f4;
}
.expert-sec h6 {
  /* H3 */
  font-family: "Exo", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3C3C3C;
  margin-bottom: 16px;
}
.expert-sec h5 {
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #3C3C3C;
}
.expert-sec h5 span {
  color: #2A9C2A;
}
.expert-sec p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
  margin-bottom: 8px;
}
.expert-sec small {
  /* Small */
  font-family: "Exo", sans-serif;
  font-size: 12.003px;
  font-style: normal;
  font-weight: 500;
  line-height: 156%;
  /* 18.725px */
  color: #9B9B9B;
}
.expert-sec .request-call-sec {
  max-width: 572px;
  margin-top: 80px;
}
.expert-sec .request-call-sec h4 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 26px;
}
.expert-sec .request-call-sec .form-group {
  margin-bottom: 11px;
}
.expert-sec .request-call-sec .form-textarea {
  margin-bottom: 26px;
}

.common-top-sec .common-top-content {
  top: 50%;
  transform: translateY(-50%);
}
.common-top-sec .common-top-content h1 {
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #3C3C3C;
}
.common-top-sec .common-top-content p {
  color: #3C3C3C;
  /* Large */
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 31.5px */
}

.web-story-sec .web-story-content {
  max-width: 421px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 85px;
}
.web-story-sec .web-story-content h2 {
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #0E0E0E;
}
.web-story-sec .web-story-content p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}

.why-learn-sec {
  display: flex;
}
.why-learn-sec .why-learn-content {
  position: relative;
}
.why-learn-sec .why-learn-content .why-learn-text {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  max-width: 620px;
  right: 10%;
}
.why-learn-sec .why-learn-content .why-learn-text h5 {
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: white;
}
.why-learn-sec .why-learn-content .why-learn-text p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: white;
  margin-bottom: 32px;
}
.why-learn-sec .why-learn-content .why-learn-text a {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.why-learn-sec .why-learn-content .why-learn-text a:hover {
  background: #497349;
}
.why-learn-sec .img-wrap {
  position: relative;
  width: 110%;
  margin-top: 5%;
}
.why-learn-sec .why-right-img {
  position: relative;
  width: 50%;
}

.contact-details {
  padding: 150px 0;
}
.contact-details .contact-details-wrap {
  max-width: 1012px;
}
.contact-details h5 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3C3C3C;
}
.contact-details h6 {
  /* H3 */
  font-family: "Exo", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #2A9C2A;
}
.contact-details address,
.contact-details a {
  color: #3C3C3C;
  /* Large */
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 31.5px */
}

.drop-mess-wrap {
  padding: 65px 0 45px 0;
}
.drop-mess-wrap .drop-message-sec {
  max-width: 600px;
  margin-left: auto;
  margin-right: 11%;
}
.drop-mess-wrap .drop-message-sec h5 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3C3C3C;
  margin-bottom: 24px;
}
.drop-mess-wrap .drop-message-sec .common-form .form-group {
  margin-bottom: 11px;
}
.drop-mess-wrap .drop-message-sec .common-form .form-textarea {
  margin-bottom: 26px;
}
.drop-mess-wrap .drop-content-sec {
  max-width: 60%;
  background: url(../images/contact-form-bg.png) no-repeat right bottom;
  background-size: cover;
  border-radius: 10px 10px 0px 10px;
  box-shadow: 0.21322px 0.25858px 0.4293px 0px rgba(0, 0, 0, 0.01), 0.91851px 1.11389px 0.80937px 0px rgba(0, 0, 0, 0.01), 2.21426px 2.68528px 1.35352px 0px rgba(0, 0, 0, 0.02), 4.19889px 5.09208px 2.275px 0px rgba(0, 0, 0, 0.02), 6.97081px 8.45366px 3.78711px 0px rgba(0, 0, 0, 0.02), 10.62844px 12.88934px 6.10313px 0px rgba(0, 0, 0, 0.03), 15.27018px 18.51848px 9.43633px 0px rgba(0, 0, 0, 0.03), 20.99445px 25.46042px 14px 0px rgba(0, 0, 0, 0.04);
  padding: 48px 0;
}
.drop-mess-wrap .drop-right-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
}

.shopping-cart-sec {
  padding: 72px 0;
}
.shopping-cart-sec .shopping-wrap {
  max-width: 1310px;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap {
  max-width: 712px;
  margin-left: 45px;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table {
  border: 1px solid #D0D0D0;
  background: #FBFBFB;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table p {
  margin-bottom: 0;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table thead tr th {
  padding: 18px 0 25px 0;
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  font-weight: bold;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table thead tr th:first-child {
  padding-left: 39px;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table thead tr th:last-child {
  padding-right: 39px;
  text-align: right;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table tbody tr td {
  padding: 25px 0;
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table tbody tr td:first-child {
  padding-left: 39px;
  width: 46%;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table tbody tr td:first-child p {
  max-width: 237px;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table tbody tr td:last-child {
  padding-right: 39px;
  text-align: right;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table tbody tr td:nth-child(2) {
  width: 11%;
}
.shopping-cart-sec .shopping-wrap .shopping-table-wrap .table tbody tr td:nth-child(3) {
  width: 11%;
}
.shopping-cart-sec .shopping-wrap .subtotal-wrap {
  max-width: 420px;
  border-radius: 5px;
  border: 1px solid #D0D0D0;
  background: #FBFBFB;
  margin-left: auto;
}
.shopping-cart-sec .shopping-wrap .subtotal-wrap .subtotal-items {
  padding: 24px 36px;
  border-bottom: 1px solid #D0D0D0;
}
.shopping-cart-sec .shopping-wrap .subtotal-wrap .subtotal-items h6 {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  font-weight: bold;
  color: #2A9C2A;
}
.shopping-cart-sec .shopping-wrap .subtotal-wrap .subtotal-items h5 {
  /* H3 */
  font-family: "Exo", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3C3C3C;
}
.shopping-cart-sec .shopping-wrap .subtotal-wrap .subtotal-items span {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  font-weight: bold;
  color: #2A9C2A;
}
.shopping-cart-sec .shopping-wrap .subtotal-wrap .subtotal-items h4 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3C3C3C;
}
.shopping-cart-sec .shopping-wrap .subtotal-wrap .subtotal-items .primary-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.shopping-cart-sec .shopping-wrap .subtotal-wrap .subtotal-items .primary-btn:hover {
  background: #497349;
}
.shopping-cart-sec .shopping-wrap .subtotal-wrap .subtotal-items a {
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  color: #2A9C2A;
}
.shopping-cart-sec .shopping-wrap .shopping-sm-table {
  border: 1px solid #D0D0D0;
  background: #FBFBFB;
}
.shopping-cart-sec .remove-wrap span,
.shopping-cart-sec .edit-wrap span {
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  color: #C81414;
}
.shopping-cart-sec .edit-wrap span {
  color: #2A9C2A;
}

.secure-checkout-sec {
  padding: 75px 0;
}
.secure-checkout-sec h2 {
  /* H3 */
  font-family: "Exo", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0E0E0E;
}
.secure-checkout-sec .your-details-wrap {
  max-width: 712px;
  border: 1px solid #D0D0D0;
  background: #FBFBFB;
}
.secure-checkout-sec .your-details-wrap h2 {
  padding: 26px 39px;
}
.secure-checkout-sec .your-details-wrap .form-wraper {
  padding: 26px 39px;
}

.order-Summary-sec {
  border: 1px solid #D0D0D0;
  background: #FBFBFB;
  max-width: 420px;
  margin-left: auto;
}
.order-Summary-sec .order-wrap {
  padding: 24px 36px;
  align-items: center !important;
}
.order-Summary-sec .order-wrap h6 {
  color: #2A9C2A;
}
.order-Summary-sec .order-wrap h4 {
  /* H3 */
  font-family: "Exo", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3C3C3C;
}
.order-Summary-sec .order-wrap h5 {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #2A9C2A;
}
.order-Summary-sec .order-wrap h3 {
  color: #3C3C3C;
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.order-summary-table th {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  font-weight: bold;
}
.order-summary-table th:last-child {
  text-align: end;
}
.order-summary-table th:nth-child(2) {
  text-align: center;
}
.order-summary-table td {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  padding: 24px 0 0 0;
}
.order-summary-table td:last-child {
  text-align: end;
}
.order-summary-table td:nth-child(2) {
  text-align: center;
}
.order-summary-table td:first-child {
  width: 55%;
}
.order-summary-table td:first-child p {
  max-width: 198px;
}
.order-summary-table td p {
  margin-bottom: 0;
}

.congratulations-sec {
  padding: 24px 0;
  background: url(../images/payment-successful-bg.png) no-repeat center right;
}
.congratulations-sec .congratulations-sec-wrap .order-Summary-sec {
  margin-left: 0;
  max-width: 542px;
}
.congratulations-sec .congratulations-sec-wrap .order-Summary-sec h2 {
  /* H3 */
  font-family: "Exo", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.congratulations-sec .congratulations-sec-wrap .order-Summary-sec .primary-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
  display: inline-block;
}
.congratulations-sec .congratulations-sec-wrap .order-Summary-sec .primary-btn:hover {
  background: #497349;
}

.shop-sec {
  padding: 40px 0;
}
.shop-sec .dark-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
  background-color: #15222B;
}
.shop-sec .dark-btn:hover {
  background: #497349;
}
.shop-sec .shop-card-items {
  margin-top: 32px;
}
.shop-sec .pagination-sec {
  margin-top: 32px;
}
.shop-sec .pagination-sec .pagination {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #D0D0D0;
  border-radius: 6px;
}
.shop-sec .pagination-sec .page-item {
  padding: 4px;
  display: flex;
}
.shop-sec .pagination-sec .page-link {
  color: #0E0E0E;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  vertical-align: middle;
  /* 114.286% */
  border: 0;
  border-radius: 4px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  box-shadow: unset;
}
.shop-sec .pagination-sec .page-item.active .page-link {
  border-color: #2A9C2A;
  background-color: #2A9C2A;
  background-clip: padding-box;
  color: white;
}
.shop-sec .filter-top-wrap {
  margin-bottom: 32px;
}
.shop-sec .filter-type-sm-wrap {
  padding: 24px;
}
.shop-sec .filter-type-sm-wrap .accordion-button {
  /* Large */
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 31.5px */
  color: #3C3C3C;
  margin-bottom: 21px;
}
.shop-sec .filter-type-sm-wrap .accordion-button::after {
  background-image: url(../images/plus-icon-dark.svg);
}
.shop-sec .filter-type-sm-wrap .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-icon.svg);
  background-position: center;
}
.shop-sec .filter-type-sm-wrap .primary-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.shop-sec .filter-type-sm-wrap .primary-btn:hover {
  background: #497349;
}
.shop-sec .filter-type-sm-wrap .accordion {
  border: 0;
}
.shop-sec .filter-type-sm-wrap .accordion .accordion-item {
  border: 0;
  border-radius: unset;
}
.shop-sec .filter-type-sm-wrap .accordion .accordion-item .accordion-button {
  padding: 0;
  color: #0E0E0E;
  background-color: white;
  box-shadow: unset;
  border-radius: 0;
}

.login-sec {
  padding: 64px 0;
  background-color: #F4F4F4;
}
.login-sec .login-sec-wrap {
  max-width: 1108px;
}
.login-sec .login-sec-wrap .login-content {
  padding: 39px;
  background-color: white;
  border: 1px solid #D0D0D0;
  max-width: 522px;
}
.login-sec .login-sec-wrap .login-content h2 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0E0E0E;
  margin-bottom: 26px;
}
.login-sec .login-sec-wrap .login-content .forgot-btn {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #005BB9;
}

.reset-pass-wrap {
  padding: 64px 0;
  background-color: #F4F4F4;
}
.reset-pass-wrap .reset-pass-wrap {
  padding: 39px;
  background-color: white;
  border: 1px solid #D0D0D0;
  max-width: 522px;
}
.reset-pass-wrap .reset-pass-wrap h1 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0E0E0E;
  margin-bottom: 26px;
}
.reset-pass-wrap .reset-pass-wrap p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 26px;
  color: #3C3C3C;
}
.reset-pass-wrap .reset-pass-wrap .form-group {
  margin-bottom: 11px;
}
.reset-pass-wrap .reset-pass-wrap .submit-btn {
  margin-top: 26px;
}

.term-condition-sec {
  padding: 64px 0;
  background-color: #F4F4F4;
}
.term-condition-sec .term-condition-wrap {
  max-width: 1196px;
  background-color: white;
  border: 1px solid #D0D0D0;
}
.term-condition-sec .term-condition-wrap h1 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0E0E0E;
  font-size: 50.517px;
  padding: 39px 0 26px 39px;
  border-bottom: 1px solid #D0D0D0;
}
.term-condition-sec .term-condition-wrap .text-wrap {
  padding: 39px 26px;
}
.term-condition-sec .term-condition-wrap .text-wrap p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}

.error-sec .error-sec-content {
  max-width: 484px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-sec .error-sec-content h1 {
  color: #262F35;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 13px;
  /* 240px */
}
.error-sec .error-sec-content h2 {
  margin-bottom: 13px;
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.error-sec .error-sec-content p {
  /* Large */
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 31.5px */
  margin-bottom: 13px;
  color: #3C3C3C;
}
.error-sec .error-sec-content a {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.error-sec .error-sec-content a:hover {
  background: #497349;
}

.filter-type {
  padding: 39px 0;
  border: 1px solid #D0D0D0;
  border-width: 1px 0;
  background: #FBFBFB;
}
.filter-type h2 {
  /* Large */
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 31.5px */
  color: #3C3C3C;
  margin-bottom: 21px;
}
.filter-type p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}
.filter-type .filter-type-wrap {
  border-right: 1px solid #D0D0D0;
  padding: 0 72px;
  max-width: 652px;
}
.filter-type .filter-type-wrap .common-form {
  width: 218px;
}
.filter-type .primary-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.filter-type .primary-btn:hover {
  background: #497349;
}
.filter-type .clear-filter-btn {
  gap: 43px;
}

.filter-clear-wrap .primary-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.filter-clear-wrap .primary-btn:hover {
  background: #497349;
}

.dashboard-sec {
  padding: 78px 0;
  background-color: #F4F4F4;
}
.dashboard-sec h1 {
  /* H1 */
  font-family: "Exo", sans-serif;
  font-size: 50.517px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #3C3C3C;
  margin-bottom: 32px;
}
.dashboard-sec h3 {
  /* H2 */
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 18px;
  color: #0E0E0E;
}
.dashboard-sec h3 span {
  color: #2A9C2A;
}
.dashboard-sec p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}
.dashboard-sec .dashboard-content-sec {
  max-width: 430px;
}
.dashboard-sec .not-test-wrap p {
  /* Large */
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 31.5px */
}
.dashboard-sec .not-test-wrap p a {
  color: #C81414;
}
.dashboard-sec .dashborad-card {
  width: 300px;
  height: 435px;
  background: #FFF;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  padding-top: 20px;
  overflow: hidden;
}
.dashboard-sec .dashborad-card .nav-list a {
  display: block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  padding: 14px 14px 14px 24px;
  line-height: 1;
  color: #94cd94;
  border-left: 4px solid #eaf6ea;
}
.dashboard-sec .dashborad-card .nav-list a.active {
  color: #2A9C2A;
  border-left: 4px solid #2A9C2A;
}
.dashboard-sec .dashborad-card .logout-btn {
  border-top: 1px solid #D0D0D0;
  background-color: #F4F4F4;
}
.dashboard-sec .dashborad-card .logout-btn a {
  padding: 16px;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  color: #3C3C3C;
  line-height: 1;
}
.dashboard-sec .dashboard-flex {
  gap: 68px;
}
.dashboard-sec .account-order-table {
  width: 833px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #D0D0D0;
}
.dashboard-sec .account-order-table th {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
  font-weight: bold;
  padding: 10px 0 11px 0;
  text-align: center;
}
.dashboard-sec .account-order-table th:first-child {
  padding-left: 31px;
  text-align: left;
}
.dashboard-sec .account-order-table td {
  padding: 21px 0;
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  text-align: center;
}
.dashboard-sec .account-order-table td:first-child {
  padding-left: 31px;
  color: #2A9C2A;
  text-align: left;
  width: 10%;
}
.dashboard-sec .account-order-table td:last-child {
  text-align: end;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  color: #2A9C2A;
  padding-right: 31px;
  width: 24%;
}
.dashboard-sec .dashboard-address-sec p {
  /* Large */
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 31.5px */
  color: #3C3C3C;
  margin-bottom: 32px;
}
.dashboard-sec .dashboard-address-sec .billing-address-wrap-flex {
  gap: 39px;
  flex-wrap: wrap;
}
.dashboard-sec .dashboard-address-sec .billing-address-wrap {
  background-color: white;
  flex: 1 1 247px;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
}
.dashboard-sec .dashboard-address-sec .billing-address-wrap h6 {
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  color: #3C3C3C;
}
.dashboard-sec .dashboard-address-sec .billing-address-wrap a {
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  color: #2A9C2A;
}
.dashboard-sec .dashboard-address-sec .billing-address-wrap p {
  /* Standard */
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #3C3C3C;
}
.dashboard-sec .dashboard-address-sec .billing-address-wrap p span {
  font-weight: 600;
}
.dashboard-sec .dashboard-account-details-wrap {
  width: 522px;
  padding: 39px;
  background-color: white;
  border: 1px solid #D0D0D0;
}

.dashboard-btn-wrap button {
  background-color: #15222B;
  border: none;
  padding: 20px 36px;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  color: white;
}

#filterinfo .card-body {
  padding: 0px;
  border: none;
  box-shadow: none;
}

.filterbtn {
  background: #15222B;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px 24px;
  color: #FFF;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
}
.filterbtn::after {
  content: "";
  background: url(../images/filters-img.svg) no-repeat top center;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 19px;
  left: 90px;
}
.filterbtn:hover {
  color: #FFF;
}

div#mobilefilter {
  position: fixed;
  bottom: 0;
  height: 100%;
  top: 74px;
  background: #fff;
  z-index: 9;
  overflow-y: scroll;
  padding-bottom: 140px;
}
div#mobilefilter .filter-type-sm-wrap {
  padding: 24px;
}
div#mobilefilter .filter-type-sm-wrap .accordion-button {
  /* Large */
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 31.5px */
  color: #3C3C3C;
  margin-bottom: 21px;
}
div#mobilefilter .filter-type-sm-wrap .accordion-button::after {
  background-image: url(../images/plus-icon-dark.svg);
}
div#mobilefilter .filter-type-sm-wrap .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-icon.svg);
  background-position: center;
}
div#mobilefilter .filter-type-sm-wrap .primary-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
div#mobilefilter .filter-type-sm-wrap .primary-btn:hover {
  background: #497349;
}
div#mobilefilter .filter-type-sm-wrap .accordion {
  border: 0;
}
div#mobilefilter .filter-type-sm-wrap .accordion .accordion-item {
  border: 0;
  border-radius: unset;
}
div#mobilefilter .filter-type-sm-wrap .accordion .accordion-item .accordion-button {
  padding: 0;
  color: #0E0E0E;
  background-color: white;
  box-shadow: unset;
  border-radius: 0;
}
div#mobilefilter .dark-btn {
  border-radius: 10px;
  background: #2A9C2A;
  padding: 13px 24px;
  color: #FFF;
  display: inline-block;
  /* Btns */
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
  text-transform: uppercase;
  text-align: center;
  border: 0;
  background-color: #15222B;
}
div#mobilefilter .dark-btn:hover {
  background: #497349;
}
div#mobilefilter .card-body {
  padding: 0px;
  border: none;
  border-radius: 0;
}

.shopmobilefilter .hidefilter {
  display: none;
}
.shopmobilefilter a[aria-expanded=true] .hidefilter {
  display: block;
}
.shopmobilefilter a[aria-expanded=true] .showfilter {
  display: none;
}/*# sourceMappingURL=style.css.map */