/** @format */
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Elsie+Swash+Caps:wght@400;900&family=Maven+Pro:wght@400..900&display=swap");
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
  scroll-behavior: smooth;
}

body {
  margin: 0rem;
  padding: 0rem;
  background: #fff;
  color: #000;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}

p {
  padding: 0rem;
  margin: 0rem 0 1.25rem;
  color: #000;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}

p:last-child {
  margin: 0;
}

h1 {
  margin: 0;
  color: #000;
  font-family: "Elsie Swash Caps";
  font-size: clamp(1.875rem, 2.602vw + 0.628rem, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(3.125rem, 2.602vw + 1.878rem, 5rem);
  /* 133.333% */
  margin-bottom: 0.875rem;
}

h2 {
  margin: 0;
  padding: 0rem;
  color: #000;
  font-family: "Elsie Swash Caps";
  font-size: clamp(1.625rem, 1.214vw + 1.043rem, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(2rem, 1.214vw + 1.418rem, 2.875rem);
  /* 133.333% */
  margin-bottom: 0.875rem;
}

h3 {
  margin: 0rem 0rem clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem);
  padding: 0rem;
  color: #000;
  font-family: "Elsie Swash Caps";
  font-size: clamp(1.25rem, 0.434vw + 1.042rem, 1.563rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: #000;
  font-family: "Elsie Swash Caps";
  font-size: clamp(1.125rem, 0.173vw + 1.042rem, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h5 {
  color: #000;
  font-family: "Elsie Swash Caps";
  margin-bottom: 8px;
}

h6 {
  margin: 0rem 0rem 1rem;
  font-family: "Elsie Swash Caps";
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

a {
  color: #112b46;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #335c88;
}

.btn {
  position: relative;
  display: inline-flex;
  padding: clamp(0.938rem, 0.434vw + 0.73rem, 1.25rem) clamp(1.25rem, 1.908vw + 0.335rem, 2.625rem);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green, #236053);
  border-radius: 63px;
  background: var(--green, #236053);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
.btn:hover {
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
.btn.whtBtn {
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
.btn.whtBtn:focus, .btn.whtBtn:active:focus {
  outline: 0;
  box-shadow: none;
  background: #154137;
  border: 1px solid #154137;
  color: #fff;
}
.btn.whtBtn:hover {
  background: #154137;
  border: 1px solid #154137;
  color: #fff;
}
.btn.whtBorderBtn {
  border: 1px solid #fff;
}
.btn.whtBorderBtn:focus, .btn.whtBorderBtn:active:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  border: 1px solid #fff;
  color: #236053;
}
.btn.whtBorderBtn:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #236053;
}
.btn.creamBorderBtn {
  border: 1px solid #ffc88e;
  background: var(--Beige, #f8eadc);
  color: #000;
}
.btn.creamBorderBtn:focus, .btn.creamBorderBtn:active:focus {
  outline: 0;
  box-shadow: none;
  background: #ffc88e;
  border: 1px solid #ffc88e;
  color: #000;
}
.btn.creamBorderBtn:hover {
  background: #ffc88e;
  border: 1px solid #ffc88e;
  color: #000;
}
.btn.lightGnBorderBtn {
  border: 1px solid var(--Soft-green, #a8d5ba);
  background: transparent;
  color: #000;
}
.btn.lightGnBorderBtn:focus, .btn.lightGnBorderBtn:active:focus {
  outline: 0;
  box-shadow: none;
  background: var(--Soft-green, #a8d5ba);
  border: 1px solid var(--Soft-green, #a8d5ba);
  color: #000;
}
.btn.lightGnBorderBtn:hover {
  background: var(--Soft-green, #a8d5ba);
  border: 1px solid var(--Soft-green, #a8d5ba);
  color: #000;
}
.btn.normalBorder {
  border: 1px solid var(--green, #236053);
  background: var(--Beige, #f8eadc);
  color: #000;
}
.btn.normalBorder:focus, .btn.normalBorder:active:focus {
  outline: 0;
  box-shadow: none;
  background: var(--green, #236053);
  border: 1px solid var(--green, #236053);
  color: #fff;
}
.btn.normalBorder:hover {
  background: var(--green, #236053);
  border: 1px solid var(--green, #236053);
  color: #fff;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: var(--Body-Text, #5d5d5d);
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--Body-Text, #5d5d5d);
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input:not([type=submit], [type=radio], [type=checkbox], [type=file]),
textarea {
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 250% */
  letter-spacing: 0.48px;
  width: 100%;
  padding: 1.25rem;
  border-radius: 4px;
  border: none;
  border-bottom: 1px solid rgba(35, 96, 83, 0.3);
  background: rgba(35, 96, 83, 0.04);
  margin: 0 0 1rem;
}
input:not([type=submit], [type=radio], [type=checkbox], [type=file]):focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  margin: 0 0 clamp(0.938rem, 2.168vw - 0.102rem, 2.5rem);
  height: 10.125rem;
}

label {
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 250% */
  letter-spacing: 0.48px;
  margin: 0 0 0.75rem;
}

select {
  position: relative;
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* Custom border */
  padding: 0.88rem 1.13rem;
  /* Add padding for better UI */
  background-color: rgba(217, 217, 217, 0.08);
  /* Background color */
  background-image: url("../images/select-black-icon.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  width: 100%;
  border-radius: 0rem;
  color: #000;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: auto;
  cursor: pointer;
  margin-bottom: 1.5rem;
  font-family: "Maven Pro";
  border: none;
  border-radius: 4px;
  border-bottom: 1px solid rgba(35, 96, 83, 0.3);
  background: rgba(35, 96, 83, 0.04);
  padding: 0.9688rem;
  height: 59px;
  text-align: left !important;
}

select:focus {
  border: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  background-color: rgba(217, 217, 217, 0.08);
}

select option {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  background: rgb(35, 96, 83);
  line-height: 25px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 59px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 4px;
  border: none;
  border-bottom: 1px solid rgba(35, 96, 83, 0.3);
  background: rgba(35, 96, 83, 0.04);
  transition: all 0.2s ease-in;
  text-align: left !important;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #313131 transparent transparent transparent;
  position: absolute;
  top: 28px;
  right: 15px;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 22px;
  border-color: transparent transparent #313131 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgb(35, 96, 83);
}

.select-options li {
  color: #fff;
  margin: 0;
  font-size: 16px;
  padding: 10px 0;
  text-indent: 15px;
  transition: all 0.15s ease-in;
}

.select-options li:hover,
.select-options li.is-selected {
  color: #fff;
  background: #57b797;
}

.select-options li[rel=hide] {
  display: none;
}

.select-options li {
  text-align: left;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: rgba(217, 217, 217, 0.2);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #fff;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
  /* Windows High Contrast Mode */
  background-color: #fff;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: none;
  outline-offset: none;
}

input[type=checkbox]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: #fff;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
  outline: none;
  outline-offset: none;
}

input[type=radio]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 4px;
  border-bottom: 1px solid rgba(35, 96, 83, 0.3);
  background: rgba(35, 96, 83, 0.04);
  padding: 0;
  /* Add padding for better UI */
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 35px;
}

.select2-dropdown {
  border: none;
  border-radius: 4px;
  border-bottom: 1px solid rgba(35, 96, 83, 0.3);
  background: rgb(35, 96, 83);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #57b797;
}

.select2-container--default .select2-results__option--selected {
  background-color: #57b797;
}

.select2-container {
  margin: 0 0 clamp(0.938rem, 0.714rem + 0.595vw, 1.25rem);
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #5d5d5d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 16px;
  height: 16px;
  border: none;
  background: url(../images/arrow-select.svg) no-repeat;
  background-size: contain;
  margin-left: -6px;
  margin-top: -6px;
}

.select2-results__option {
  color: #fff;
}

span.select2-dropdown.select2-dropdown--below {
  border: none;
}

span.select2-results {
  background: #236053;
  border: none;
}

header.hm_header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  margin: 0;
  padding: 1.25rem 0;
}
header.hm_header .d-flex {
  justify-content: space-between;
  align-items: center;
}
header.hm_header .logo {
  width: 100%;
  max-width: 7.1875rem;
}
header.hm_header .logo a {
  display: block;
}
header.hm_header .logo a img {
  width: 100%;
}
header.hm_header .right-header {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1.5rem;
}
header.hm_header .right-header .cart-icon {
  width: 1.5rem;
  position: relative;
}
header.hm_header .right-header .cart-icon img {
  width: 100%;
}
header.hm_header .right-header .cart-icon .cart-count {
  width: auto;
  height: 18px;
  background: #fff;
  color: #154137;
  right: -8px;
  top: -4px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  padding: 8px 6px;
}
header.hm_header .right-header a.menu-clicker {
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5625rem;
}
header.hm_header .right-header a.menu-clicker span {
  width: 100%;
  height: 0.3125rem;
  border-radius: 0.9375rem;
  background: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -500px;
  width: 28.5rem;
  height: 100lvh;
  height: 100svh;
  height: 100dvh;
  background: var(--green, #236053) url(../images/slide_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  box-shadow: -40px 0px 20px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease-in-out;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}
.side-menu .slide_logo {
  width: 6.25rem;
  margin: 1.875rem 1.25rem 1.25rem;
}
.side-menu .close-btn {
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 1.25rem;
  color: #fff;
}
.side-menu .navBar {
  height: calc(100% - 17.875rem);
  margin: 0;
  overflow: auto;
}
.side-menu .navBar ul li a {
  display: block;
  color: #fff;
  font-family: "Elsie Swash Caps";
  font-size: clamp(1.125rem, 0.52vw + 0.876rem, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 1.5rem 1.25rem;
}
.side-menu .navBar ul li a:hover {
  color: #00b991;
}
.side-menu .navBar ul li.has-children {
  position: relative;
}
.side-menu .navBar ul li.has-children .arrow-toggle {
  position: absolute;
  color: #fff;
  top: 13px;
  right: 20px;
  cursor: pointer;
  padding: 10px 15px;
  transition: transform 0.3s ease;
}
.side-menu .navBar ul li.has-children.open > .arrow-toggle {
  transform: rotate(180deg);
}
.side-menu .navBar ul li ul.submenu {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  padding-left: 15px;
}
.side-menu .bottom_links {
  position: absolute;
  width: 100%;
  padding: 0 1.25rem 2.375rem;
  margin-top: auto;
  display: flex;
  gap: 1.25rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.side-menu .bottom_links > * {
  flex: 1 0 0%;
}

.side-menu.active {
  right: 0;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.defaultPadding {
  padding: clamp(1.875rem, 4.337vw - 0.204rem, 5rem) 0;
}

section.banner_hm {
  position: relative;
  width: 100%;
  height: clamp(31.25rem, 32.09vw + 15.867rem, 54.375rem);
  z-index: 1;
}
section.banner_hm img.banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: relative;
  z-index: -1;
}
section.banner_hm::before {
  content: "";
  height: 17.5rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(1, 50, 40, 0) 28.05%, rgba(7, 56, 46, 0.7) 75%);
  z-index: 1;
}
section.banner_hm::after {
  content: " ";
  height: 29.0625rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(1, 50, 40, 0) 28.05%, rgba(7, 56, 46, 0.7) 75%);
  z-index: 1;
}
section.banner_hm .bannerTxt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3.75rem;
  z-index: 2;
  text-align: center;
}
section.banner_hm .bannerTxt h1,
section.banner_hm .bannerTxt p {
  color: #fff;
}
section.banner_hm .bannerTxt h1 {
  margin: 0 0 0.875rem;
}
section.banner_hm .bannerTxt h1 + p {
  margin: 0 auto clamp(1.25rem, 3.209vw - 0.288rem, 3.563rem);
}
section.banner_hm .bannerTxt p {
  max-width: 783px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
section.banner_hm .bannerTxt .going_on {
  margin: auto;
  width: 39px;
}
section.banner_hm .bannerTxt .going_on a {
  position: relative;
  display: flex;
  width: 100%;
  height: 72px;
  padding: 12px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  border: 2px solid #fff;
  overflow: hidden;
}
section.banner_hm .bannerTxt .going_on a span {
  width: 0.5625rem;
  height: 0.5625rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  border-radius: 3.125rem;
  animation: moveDownLoop 3s linear infinite;
  transition: all 0.3s ease-in-out;
}
@keyframes moveDownLoop {
  0% {
    top: 10px;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 150%;
  }
}
section.banner_hm.innerBanner {
  height: 18.75rem;
}
section.banner_hm.innerBanner .bannerTxt h1 {
  color: #fff;
  font-size: clamp(1.875rem, 0.867vw + 1.459rem, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.banner_hm.innerBanner .bannerTxt .breadCrumb ul {
  display: flex;
  justify-content: center;
}
section.banner_hm.innerBanner .bannerTxt .breadCrumb ul li {
  color: #fff;
  text-align: center;
  font-family: "Maven Pro";
  font-size: clamp(1rem, 0.173vw + 0.917rem, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 111.111% */
}
section.banner_hm.innerBanner .bannerTxt .breadCrumb ul li a {
  color: #fff;
}
section.banner_hm.innerBanner .bannerTxt .breadCrumb ul li a:hover {
  color: #00b991;
}
section.banner_hm.innerBanner .bannerTxt .breadCrumb ul li + li::before {
  content: "/";
  color: #fff;
  text-align: center;
  font-family: "Maven Pro";
  font-size: clamp(1rem, 0.173vw + 0.917rem, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 111.111% */
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

section.meetAws {
  padding: clamp(2.188rem, 5.117vw - 0.266rem, 5.875rem) 0 clamp(2.188rem, 10.755vw - 2.968rem, 9.938rem);
  background: var(--Beige, #f8eadc) url(../images/paper_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
section.meetAws h2 {
  margin: 0 0 1rem;
}
section.meetAws h2 + p {
  margin: 0 0 clamp(1.25rem, 1.735vw + 0.418rem, 2.5rem);
}
section.meetAws p {
  max-width: 38.1875rem;
}
section.meetAws .meetAwsImg {
  mix-blend-mode: multiply;
  position: relative;
  width: calc(100% + 238px);
  margin-left: -5.125rem;
  z-index: -1;
}

section.serAws {
  position: relative;
  z-index: 1;
}
section.serAws .d-flex {
  align-items: end;
  justify-content: space-between;
}
section.serAws .d-flex.mb-45 {
  margin-bottom: clamp(1.25rem, 2.168vw + 0.211rem, 2.813rem);
}
section.serAws::before {
  content: " ";
  position: absolute;
  width: 7.9375rem;
  height: 22.5625rem;
  background: url(../images/plants_before.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: 7.5rem;
  z-index: -1;
}

.headingTxt .iconHead {
  width: 3.6798rem;
  margin: 0 0 0.75rem;
}
.headingTxt h2 {
  margin: 0 0 0.75rem;
}
.headingTxt.centerItem {
  text-align: center;
}
.headingTxt.centerItem .iconHead {
  margin: 0 auto 0.75rem;
}
.headingTxt.mb-40 {
  margin: 0 0 clamp(0.938rem, 2.168vw - 0.102rem, 2.5rem);
}

.serAwsItem {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #d4af37;
  background: #fff url(../images/design-bg.svg) no-repeat;
  box-shadow: 0px 4px 20px 0px rgba(212, 175, 55, 0.08);
  padding: clamp(0.938rem, 1.301vw + 0.314rem, 1.875rem);
  background-position: right -104px bottom -88px;
}
.serAwsItem .serCircle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #d4af37;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  margin-bottom: 1rem;
}
.serAwsItem h3 {
  font-size: clamp(1.5rem, 0.347vw + 1.334rem, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0.75rem;
}
.serAwsItem p {
  max-width: 23rem;
  margin-bottom: 5.875rem;
}
.serAwsItem a.links {
  margin-top: auto;
  color: #d4af37;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.serAwsItem a.links:hover {
  color: #000;
}

section.wysAws {
  background: url(../images/paper_bg.png), url(../images/uw_design.png);
  background-size: cover, 15.5rem;
  background-repeat: no-repeat, no-repeat;
  background-position: center, right bottom;
  padding: clamp(1.875rem, 7.979vw - 1.95rem, 7.625rem) 0;
}
section.wysAws .mb-60 {
  margin-bottom: clamp(1.25rem, 3.469vw - 0.413rem, 3.75rem);
}
section.wysAws .headingTxt p {
  max-width: 43.875rem;
  margin: auto;
}
section.wysAws .yoga_woman_img {
  width: 100%;
  max-width: 35.75rem;
  position: relative;
}
section.wysAws .yoga_woman_img img.woman_stand {
  position: absolute;
  left: -62px;
  right: 0;
  bottom: 60px;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  z-index: 1;
  animation: yogaUp 10s ease-in-out infinite;
  transition: all 0.6s ease-in-out;
}
section.wysAws .yoga_woman_img img.woman_bg {
  width: 100%;
}
@keyframes yogaUp {
  0% {
    bottom: 3.75rem;
  }
  35% {
    bottom: 7.8rem;
  }
  50% {
    bottom: 7.8rem;
  }
  85% {
    bottom: 3.75rem;
  }
  100% {
    bottom: 3.75rem;
  }
}
section.wysAws .nav.nav-pills {
  color: #fff;
  background-color: transparent;
  gap: 2.6813rem;
  margin: 0 0 1.5rem;
}
section.wysAws .nav.nav-pills .nav-link {
  color: var(--Body-Text, #5d5d5d);
  text-align: center;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 0 0 0.875rem;
  line-height: normal;
  /* 375% */
  border-bottom: transparent;
  border-radius: 0;
}
section.wysAws .nav.nav-pills .nav-link.active {
  background: transparent;
  border-bottom: 1px solid #000;
}
section.wysAws .reg_lists li {
  border-bottom: 1px solid rgba(189, 145, 98, 0.3);
  margin-bottom: 0.75rem;
}
section.wysAws .reg_lists li .regItem {
  display: grid;
  grid-template-columns: 7.8125rem 1fr 9.125rem;
  gap: 1rem;
  align-items: center;
  padding: 0.875rem 0;
}
section.wysAws .reg_lists li .regItem .reg_date {
  display: flex;
  flex-direction: column;
  width: 125px;
  height: auto;
  padding: 36px 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-mint, #c1e1c5);
  background: rgba(255, 255, 255, 0.39);
}
section.wysAws .reg_lists li .regItem .reg_date p {
  color: var(--Body-Text, #5d5d5d);
  text-align: center;
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 428.571% */
  margin: 0 0 0.25rem;
}
section.wysAws .reg_lists li .regItem .reg_date h3 {
  color: #000;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* 250% */
  margin: 0;
  padding: 0;
}
section.wysAws .reg_lists li .regItem .reg_dt h4 {
  color: #000;
  font-family: "Maven Pro";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* 300% */
  margin: 0 0 0.625rem;
}
section.wysAws .reg_lists li .regItem .reg_dt p {
  color: var(--Body-Text, #5d5d5d);
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
section.wysAws .reg_lists li .regItem .reg_btn .btn {
  padding: 1.25rem 1.2rem;
}

section.ctsAreSay {
  position: relative;
  z-index: 1;
  padding: clamp(1.875rem, 12.489vw - 4.112rem, 10.875rem) 0 clamp(1.875rem, 5.464vw - 0.744rem, 5.813rem);
  background-size: cover !important;
  overflow: hidden;
}
section.ctsAreSay h2,
section.ctsAreSay p {
  color: #fff;
}
section.ctsAreSay h2 + p {
  max-width: 43.875rem;
}
section.ctsAreSay .mb-45 {
  margin-bottom: clamp(1.25rem, 2.168vw + 0.211rem, 2.813rem);
}
section.ctsAreSay::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 37.09%, #000 100%);
  z-index: -1;
}
section.ctsAreSay::after {
  content: " ";
  position: absolute;
  width: 317.333px;
  height: 209.151px;
  background: url(../images/plants_before2.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -3.75rem;
  bottom: -13.75rem;
  top: 0;
  z-index: -1;
  margin: auto;
}

.clientItem .clientComments {
  position: relative;
  border: 1px solid #fff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1) url(../images/design-bg2.png) no-repeat;
  background-position: top right;
  padding: 2.375rem 1.25rem 5rem;
  margin-bottom: 2.625rem;
}
.clientItem .clientComments::before {
  content: " ";
  position: absolute;
  width: 51px;
  height: 30px;
  background: url(../images/arrow_down_clients.png) no-repeat;
  background-size: contain;
  left: 3.8125rem;
  bottom: -1.875rem;
  z-index: 1;
}
.clientItem .clientComments p {
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 175% */
}
.clientItem .clients_user {
  display: grid;
  grid-template-columns: 3.875rem 1fr;
  gap: 0.6875rem;
  align-items: center;
}
.clientItem .clients_user .user-pic {
  width: 3.875rem;
  height: 3.875rem;
}
.clientItem .clients_user .user-heading h5 {
  color: var(--white, #fff);
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  margin: 0;
  padding: 0;
}
.clientItem .clients_user .user-heading h6 {
  color: var(--white, #fff);
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  margin: 0;
  padding: 0;
}

section.connectAws {
  position: relative;
  background: var(--Beige, #f8eadc) url(../images/paper_bg2.png) no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
section.connectAws .cntAws_img {
  width: 100%;
  max-width: 35.625rem;
}
section.connectAws .cntAws_img img {
  width: 100%;
}
section.connectAws .gp_form {
  background: #fff;
  padding: 1.25rem;
}
section.connectAws .gp_form .icon_img {
  width: 58.877px;
  height: 57.104px;
}
section.connectAws .gp_form h2 {
  margin: 0 0 1.25rem;
}
section.connectAws .rigPlantImg {
  width: 17.75rem;
  height: 22.5rem;
  position: absolute;
  right: -150px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}

section.pd_spirtual {
  padding: clamp(1.875rem, 8.673vw - 2.283rem, 8.125rem) 0 clamp(1.875rem, 7.719vw - 1.825rem, 7.438rem);
  background: url(../images/design_big_bg.png) no-repeat;
  background-size: 56.25rem;
  background-position: center;
}
section.pd_spirtual .mb-40 {
  margin: 0 0 clamp(0.938rem, 2.168vw - 0.102rem, 2.5rem);
}

.prdItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #d4af37;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(212, 175, 55, 0.08);
}
.prdItem .prdFm {
  width: 100%;
  height: 18.9375rem;
  border-radius: 12px;
  background: #f6f6f6;
  overflow: hidden;
}
.prdItem .prdFm a {
  display: block;
  width: 100%;
  height: 100%;
}
.prdItem .prdFm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prdItem .prdDet {
  padding: 1.25rem;
}
.prdItem .prdDet h3 {
  margin: 0 0 0.875rem;
  color: #000;
  font-size: clamp(1.125rem, 0.607vw + 0.834rem, 1.563rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 30px */
}
.prdItem .prdDet h3 a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  /* 30px */
}
.prdItem .prdDet p {
  color: #7a7a7a;
  line-height: 24px;
  /* 150% */
}
.prdItem .prdDet h6 {
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
  padding: 0;
}
.prdItem .prdDet h6 strong {
  color: var(--green, #236053);
  font-family: "Maven Pro";
  font-size: clamp(1rem, 0.694vw + 0.667rem, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 100% */
}

.button-below {
  display: flex;
}
.button-below.centerItem {
  justify-content: center;
}

footer {
  position: relative;
  padding: clamp(1.875rem, 2.602vw + 0.628rem, 3.75rem) 0;
  z-index: 1;
  overflow: hidden;
  background: var(--green, #236053);
}
footer img.ft_bg {
  width: 80rem;
  height: auto;
  position: absolute;
  left: -0.6875rem;
  bottom: -16.0625rem;
  z-index: -1;
  opacity: 0.1;
}
footer .pl-30 {
  padding-left: 1.875rem;
}
footer .first_footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.5rem;
}
footer .first_footer h2 {
  color: #fff;
}
footer .first_footer .subscribe_fill {
  display: flex;
  padding: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  border-radius: 0.25rem;
  margin: 0;
}
footer .first_footer .subscribe_fill form {
  position: relative;
  width: 100%;
}
footer .first_footer .subscribe_fill form input:not([type=submit]) {
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  text-transform: capitalize;
  padding: 1.125rem 4.6875rem 1.125rem 1rem;
  background-color: transparent;
  margin: 0;
}
footer .first_footer .subscribe_fill form input:not([type=submit])::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
footer .first_footer .subscribe_fill form input:not([type=submit])::placeholder {
  color: #fff;
  opacity: 1;
}
footer .first_footer .subscribe_fill form input[type=submit] {
  position: absolute;
  border-radius: 0.25rem;
  right: 0.3125rem;
  top: 0.3438rem;
  width: 3.125rem;
  height: 3.125rem;
  background: #fff url(../images/submit_icon.svg) no-repeat center;
  border: none;
  margin: auto;
  color: transparent;
  font-size: 0;
}
footer .first_footer .subscribe_fill form .wpcf7-spinner {
  display: none;
}
footer .first_footer .subscribe_fill form span.wpcf7-not-valid-tip {
  margin: 0.625rem 0 0.6rem;
}
footer .first_footer .subscribe_fill form .wpcf7-response-output {
  padding: 6px;
  color: #fff;
  margin: 0;
}
footer .middle_footer {
  padding: 1.875rem 0;
}
footer .middle_footer .row {
  gap: 1.25rem 0;
}
footer .middle_footer .ft_logo {
  width: 100%;
  max-width: 7rem;
  margin: 0 0 1.4375rem;
}
footer .middle_footer .ft_logo a {
  display: block;
}
footer .middle_footer .ft_logo img {
  width: 100%;
}
footer .middle_footer p {
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.4375rem;
}
footer .middle_footer .ft_social ul {
  display: flex;
  gap: 0.9375rem;
}
footer .middle_footer .ft_social ul li a {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
footer .middle_footer .ft_social ul li a:hover {
  background-color: #fff;
  color: #000000;
}
footer .middle_footer h3 {
  color: #fff;
  margin: 0 0 1.25rem;
}
footer .middle_footer h4 {
  color: var(--White, #fff);
  line-height: 120%;
  /* 24px */
  margin: 0 0 1.25rem;
}
footer .middle_footer .ft_item ul {
  display: flex;
  gap: 0.9375rem;
  flex-direction: column;
}
footer .middle_footer .ft_item ul li a {
  word-wrap: break-word;
  color: #fff;
}
footer .middle_footer .ft_item ul li a:hover {
  color: #00b991;
}
footer .middle_footer .followGrids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.875rem;
}
footer .middle_footer .followGrids .followItem {
  width: 100%;
  height: 100%;
}
footer .middle_footer .followGrids .followItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .copyright_ft {
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .copyright_ft p {
  color: #fff;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.abt_sec1 {
  position: relative;
  z-index: 2;
}
section.abt_sec1 .row {
  gap: 15px 0;
}
section.abt_sec1 .icon_head {
  width: 58.877px;
  height: 57.104px;
  margin: 0 0 1.1875rem;
}
section.abt_sec1 h2 {
  margin: 0 0 0.4375rem;
}
section.abt_sec1 h6 {
  color: var(--black, #000);
  font-family: "Maven Pro";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 428.571% */
}
section.abt_sec1 p + .btn {
  margin: clamp(1rem, 2.082vw + 0.002rem, 2.5rem) 0 0;
}
section.abt_sec1 .right_img_plants1 {
  width: 6.5rem;
  height: 19.875rem;
  position: absolute;
  right: 0;
  bottom: -5rem;
  z-index: -1;
  background: url(../images/plants_after1.png);
  background-repeat: no-repeat;
}
section.abt_sec1 .left_img_plants1 {
  width: 7.625rem;
  height: 22.5625rem;
  position: absolute;
  left: 0;
  top: -230px;
  z-index: -1;
  background: url(../images/plants_before.png);
  background-repeat: no-repeat;
  opacity: 0.8;
}

section.abt_sec2 {
  background: url(../images/paper_bg.png) repeat, url(../images/design_big_bg.png) no-repeat;
  background-size: cover, 45%;
  background-position: center, center;
}
section.abt_sec2 .row {
  gap: 15px 0;
}
section.abt_sec2 .mt-88 {
  margin-top: clamp(0rem, 7.632vw - 3.659rem, 5.5rem);
}
section.abt_sec2 .button-below {
  position: relative;
  z-index: 1;
  margin-top: -2rem;
}

.colItem {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  padding: 14px 12.731px 21px 13px;
}
.colItem .colItemFm {
  height: clamp(22.5rem, 8.5vw + 18.426rem, 28.625rem);
  overflow: hidden;
  margin: 0 0 1.25rem;
}
.colItem .colItemFm a {
  height: 100%;
  width: 100%;
  display: block;
}
.colItem .colItemFm a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.colItem .colItem_heading {
  text-align: center;
}
.colItem .colItem_heading h4 {
  margin: 0;
}

.abtFm,
.psy_fm {
  width: 100%;
}
.abtFm img,
.psy_fm img {
  width: 100%;
}

section.abt_sec1.psy_sec1 .right_img_plants1 {
  bottom: -12rem;
}

section.connectAws.abt_sec3 {
  background: #fff url(../images/paper_bg.png);
}
section.connectAws.abt_sec3 .gp_form {
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
section.connectAws.abt_sec3 .row {
  gap: 15px 0;
}
section.connectAws span.wpcf7-not-valid-tip {
  margin: 0 0 0.8rem;
}
section.connectAws span.wpcf7-spinner {
  display: none;
}

section.abt_sec2.psy_sec2 {
  background: url(../images/paper_bg.png) repeat;
}
section.abt_sec2.psy_sec2 .icon_head {
  width: 58.877px;
  height: 57.104px;
  margin: 0 0 1.1875rem;
}
section.abt_sec2.psy_sec2 h2 {
  margin: 0 0 0.4375rem;
}
section.abt_sec2.psy_sec2 h6 {
  color: var(--black, #000);
  font-family: "Maven Pro";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 428.571% */
}
section.abt_sec2.psy_sec2 p:last-child {
  margin: 0;
}
section.abt_sec2.psy_sec2 p + .btn {
  margin: clamp(1rem, 2.082vw + 0.002rem, 2.5rem) 0 0;
}

section.abt_sec1.psy_sec3 .left_img_plants1 {
  top: unset;
  bottom: 0;
}

ul.circle_list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 0 clamp(1rem, 2.082vw + 0.002rem, 2.5rem);
}
ul.circle_list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.625rem;
}
ul.circle_list li span {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 13px 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 22px;
  background: var(--white, #fff);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
ul.circle_list li p {
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
}

section.ctsAreSay.psy_sec4::after {
  display: none;
}

section.abt_sec1.psy_sec5 .right_img_plants1 {
  display: none;
}

section.ft_blog {
  background: url(../images/paper_bg.png);
}
section.ft_blog .row {
  gap: clamp(1.25rem, 1.735vw + 0.418rem, 2.5rem) 0;
}
section.ft_blog .mb-40 {
  margin-bottom: clamp(0.938rem, 2.168vw - 0.102rem, 2.5rem);
}
section.ft_blog.blgDtSec2 {
  background: #fff;
}
section.ft_blog.blgDtSec2 .headingTxt p {
  max-width: 48.3125rem;
  margin: auto;
}
section.ft_blog.blgDtSec2 .left_img_plants1 {
  top: -700px;
}
section.ft_blog.blgDtSec2 .right_img_plants1 {
  bottom: 400px;
}

.blgItem {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blgItem .blgFm {
  border: 1.875rem solid #fff;
  background: #fff;
  overflow: hidden;
  margin: 0 0 1.25rem;
}
.blgItem .blgFm img {
  width: 100%;
  height: clamp(20rem, 14.744vw + 12.932rem, 30.625rem);
  transition: all 0.6s ease-in-out;
}
.blgItem .date_number {
  border-radius: 50px;
  background: #fff;
  display: inline-flex;
  padding: 0.625rem 1.25rem;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.blgItem .date_number p {
  color: #000;
  /* Title */
  font-family: "Elsie Swash Caps";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.blgItem .blgTxt h3 {
  color: #000;
  line-height: 120%;
  /* 30px */
  margin: 0 0 0.25rem;
}
.blgItem .blgTxt h3 a {
  color: #000;
}
.blgItem .blgTxt p {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0 0 0.5rem;
}
.blgItem .blgTxt a.links {
  color: var(--green, #236053);
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
}
.blgItem:hover .blgFm img {
  transform: scale(1.15);
}

.pg_number ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  flex-wrap: wrap;
}
.pg_number ul.page-numbers li a, .pg_number ul.page-numbers li > .page-numbers {
  display: flex;
  width: 39.245px;
  height: 39.245px;
  padding: 12.264px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 50px;
  border: 1px solid #f1f1f1;
  background: #fff;
  color: #333;
  font-size: 0.9964rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.pg_number ul.page-numbers li a.prev, .pg_number ul.page-numbers li a.next, .pg_number ul.page-numbers li > .page-numbers.prev, .pg_number ul.page-numbers li > .page-numbers.next {
  width: auto;
  padding: 12.264px 4.906px;
  border-radius: 9.811px;
  background: #fff;
  border: none;
}
.pg_number ul.page-numbers li a.dots, .pg_number ul.page-numbers li > .page-numbers.dots {
  border-radius: 9.811px;
}
.pg_number ul.page-numbers li a:hover, .pg_number ul.page-numbers li a.active, .pg_number ul.page-numbers li a.current, .pg_number ul.page-numbers li > .page-numbers:hover, .pg_number ul.page-numbers li > .page-numbers.active, .pg_number ul.page-numbers li > .page-numbers.current {
  background: var(--green, #236053);
  color: #fff;
}
.pg_number ul.page-numbers li a.disbale, .pg_number ul.page-numbers li > .page-numbers.disbale {
  color: #ccc;
}
li .pg_number ul.page-numbers li > .prev.page-numbers,
li .pg_number ul.page-numbers li > .next.page-numbers {
  width: auto;
  padding: 12.264px 4.906px;
  border-radius: 9.811px;
  background: #fff;
  border: none;
}

section.abt_sec1.bg_sec1 .right_img_plants1 {
  bottom: -8rem;
}

section.ft_blog {
  position: relative;
}
section.ft_blog .left_img_plants1 {
  width: 7.625rem;
  height: 22.5625rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: url(../images/plants_before.png);
  background-repeat: no-repeat;
  opacity: 0.8;
}
section.ft_blog .right_img_plants1 {
  width: 6.5rem;
  height: 19.875rem;
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  z-index: -1;
  background: url(../images/plants_after1.png);
  background-repeat: no-repeat;
}

section.blgDtSec1 h2 {
  font-size: clamp(1.625rem, 1.127vw + 1.085rem, 2.438rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(2rem, 1.214vw + 1.418rem, 2.875rem);
  margin: 0 0 clamp(1.25rem, 1.041vw + 0.751rem, 2rem);
}
section.blgDtSec1 .blg_dt_img {
  margin: 0 0 clamp(1.25rem, 0.867vw + 0.834rem, 1.875rem);
}
section.blgDtSec1 h4 {
  color: var(--Heading, #4a4a4a);
}
section.blgDtSec1 p + h2 {
  margin-top: 1.875rem;
  margin: 0 0 0.75rem;
}

section.eventPg {
  position: relative;
  background: url(../images/paper_bg.png);
}
section.eventPg .headingTxt {
  text-align: center;
  max-width: 702px;
  margin: auto;
}
section.eventPg .mb-40 {
  margin-bottom: clamp(0.938rem, 2.168vw - 0.102rem, 2.5rem);
}
section.eventPg .row {
  gap: clamp(1.25rem, 1.342vw + 0.389rem, 2rem) 0;
}
section.eventPg .left_img_plants1 {
  width: 7.625rem;
  height: 22.5625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/plants_before.png);
  background-repeat: no-repeat;
  opacity: 0.8;
}

.eventsItem {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  padding: 1.25rem;
}
.eventsItem .eventsFm {
  overflow: hidden;
  margin: 0 0 1.25rem;
}
.eventsItem .eventsFm a {
  display: block;
  width: 100%;
  height: 100%;
}
.eventsItem .eventsFm img {
  width: 100%;
  height: 17rem;
}
.eventsItem .place_info {
  border-radius: 50px;
  background: #fff;
  display: inline-flex;
  padding: 0.625rem 1.25rem;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.eventsItem .place_info p {
  color: #000;
  /* Title */
  font-family: "Elsie Swash Caps";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.eventsItem .eventsTxt ul.event_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 2.237vw - 0.81rem, 1.875rem);
  margin: 0 0 0.75rem;
}
.eventsItem .eventsTxt ul.event_list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 6px;
  align-items: center;
}
.eventsItem .eventsTxt h3 {
  color: #000;
  line-height: 120%;
  /* 30px */
  margin: 0 0 0.25rem;
}
.eventsItem .eventsTxt h3 a {
  color: #000;
}
.eventsItem .eventsTxt p {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0 0 0.75rem;
}
.eventsItem .eventsTxt a.links {
  color: var(--green, #236053);
  font-family: "Maven Pro";
  font-size: clamp(1rem, 0.447vw + 0.713rem, 1.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(1.25rem, 0.447vw + 0.963rem, 1.5rem);
  /* 120% */
}

.quantity-selector,
.qib-button-wrapper {
  float: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-radius: 3px;
  border: 1px solid var(--Gray-00, #fff);
  border-radius: 4px;
  overflow: hidden;
  background-color: #225c4f;
  justify-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.quantity-selector a,
.quantity-selector .qib-button,
.qib-button-wrapper a,
.qib-button-wrapper .qib-button {
  padding: 0.8em 1em !important;
  font-size: 1.2rem !important;
  background: transparent !important;
  border: none !important;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: auto !important;
}
.quantity-selector a::-moz-selection, .quantity-selector .qib-button::-moz-selection, .qib-button-wrapper a::-moz-selection, .qib-button-wrapper .qib-button::-moz-selection {
  background: transparent;
}
.quantity-selector a::selection,
.quantity-selector .qib-button::selection,
.qib-button-wrapper a::selection,
.qib-button-wrapper .qib-button::selection {
  background: transparent;
}
.quantity-selector a:hover,
.quantity-selector .qib-button:hover,
.qib-button-wrapper a:hover,
.qib-button-wrapper .qib-button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.quantity-selector .quantity,
.qib-button-wrapper .quantity {
  width: 100%;
  padding: 0 !important;
  text-align: center;
  border: none;
  background: transparent;
  color: white;
  font-size: 1.2rem;
  pointer-events: none;
  margin: 0 !important;
  height: auto;
}
.quantity-selector .quantity input,
.qib-button-wrapper .quantity input {
  width: 100% !important;
  padding: 0 !important;
  height: auto !important;
  text-align: center !important;
  border: none !important;
  background: transparent !important;
  color: white;
  font-size: 1.2rem !important;
  pointer-events: none;
  margin: 0 !important;
}

section.eventDetailPg {
  position: relative;
}
section.eventDetailPg .mb-80 {
  margin-bottom: clamp(1.25rem, 5.204vw - 1.245rem, 5rem);
}
section.eventDetailPg .mb-40 {
  margin-bottom: clamp(1.25rem, 1.735vw + 0.418rem, 2.5rem);
}
section.eventDetailPg .mb32 {
  margin-bottom: clamp(0.938rem, 1.474vw + 0.231rem, 2rem);
}
section.eventDetailPg .gap13 {
  gap: 13px 0;
}
section.eventDetailPg .eventImg {
  width: 100%;
  margin: 0 0 clamp(0.938rem, 1.474vw + 0.231rem, 2rem);
}
section.eventDetailPg .eventRec {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 0.75rem;
  padding: 14px 10px;
  align-items: center;
  gap: 12px;
  border-radius: 2px;
  background: rgba(35, 96, 83, 0.08);
  justify-items: start;
  align-content: center;
}
section.eventDetailPg .eventRec .eventCircle {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.125rem;
}
section.eventDetailPg .eventRec .eventHeading p {
  color: var(--Body-Text, #5d5d5d);
  line-height: 120%;
  /* 19.2px */
  margin: 0 0 0;
}
section.eventDetailPg .eventRec .eventHeading h4 {
  color: var(--black, #000);
  /* Title Medium */
  font-family: "Maven Pro";
  font-size: clamp(0.875rem, 0.52vw + 0.626rem, 1.25rem);
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin: 0;
  padding: 0;
}
section.eventDetailPg .aside_panel {
  position: sticky;
  top: 1.875rem;
}
section.eventDetailPg .aside_panel .selectBx {
  display: grid;
  grid-template-columns: 2.125rem 1fr;
  gap: 0.375rem;
  padding: 0 0 0 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin: 0 0 0.875rem;
}
section.eventDetailPg .aside_panel .selectBx select {
  padding: 0.625rem;
  margin: 0;
  background-color: #fff;
  background-image: url(../images/black_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1.5rem;
  color: #000;
  /* Paragraph Regular */
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  height: 44px;
}
section.eventDetailPg .aside_panel .ticketPrice {
  padding: 1.25rem;
  border-radius: 4px;
  background: var(--green, #236053);
  margin: 0 0 1.3125rem;
}
section.eventDetailPg .aside_panel .ticketPrice h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  /* H5 Medium */
  font-family: "Maven Pro";
  font-size: clamp(1.25rem, 0.434vw + 1.042rem, 1.563rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 30px */
  margin-bottom: clamp(0.938rem, 0.781vw + 0.563rem, 1.5rem);
  padding-bottom: clamp(0.938rem, 0.781vw + 0.563rem, 1.5rem);
}
section.eventDetailPg .aside_panel .ticketPrice .listing_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 clamp(0.938rem, 0.781vw + 0.563rem, 1.5rem);
}
section.eventDetailPg .aside_panel .ticketPrice .listing_price h4 {
  color: #fff;
  /* H5 Medium */
  font-family: "Maven Pro";
  font-size: clamp(1.25rem, 0.434vw + 1.042rem, 1.563rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 30px */
  margin: 0;
  padding: 0;
}
section.eventDetailPg .aside_panel .ticketPrice .btn {
  display: block;
  width: 100%;
}
section.eventDetailPg .aside_panel .aside_item {
  border-radius: 4px;
  background: #f8f8f8;
  margin: 0 0 1.3125rem;
  padding: 20px;
}
section.eventDetailPg .aside_panel .aside_item h3 {
  color: var(--black, #000);
  margin: 0 0 0.875rem;
  padding: 0 0 0.875rem;
  border-bottom: 1px solid rgba(35, 96, 83, 0.45);
  /* H5 Medium */
  font-family: "Maven Pro";
  font-size: clamp(1.125rem, 0.607vw + 0.834rem, 1.563rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 30px */
}
section.eventDetailPg .aside_panel .aside_item h4 {
  color: var(--black, #000);
  /* Title Medium */
  font-family: "Maven Pro";
  font-size: clamp(1rem, 0.347vw + 0.834rem, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin: 0 0 0.6875rem;
}
section.eventDetailPg .aside_panel .aside_item p {
  margin: 0 0 0.6875rem;
}
section.eventDetailPg .headingTxt p {
  max-width: 43.875rem;
  margin: auto;
}
section.eventDetailPg .left_img_plants1 {
  width: 7.625rem;
  height: 22.5625rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: url(../images/plants_before.png);
  background-repeat: no-repeat;
  opacity: 0.8;
}

section.servicesPg {
  background-position: center;
}
section.servicesPg .row {
  gap: 1.5rem 0;
}
section.servicesPg .serDt_fm {
  width: 100%;
  height: 100%;
}
section.servicesPg .serDt_fm .woocommerce-product-gallery {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
section.servicesPg .serDt_fm .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  height: 100% !important;
}
section.servicesPg .serDt_fm .woocommerce-product-gallery .woocommerce-product-gallery__wrapper div {
  height: 100% !important;
}
section.servicesPg .serDt_fm .woocommerce-product-gallery .woocommerce-product-gallery__wrapper div a {
  height: 100% !important;
}
section.servicesPg .serDt_fm img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
section.servicesPg h2 {
  color: #000;
  font-size: clamp(1.125rem, 0.607vw + 0.834rem, 1.563rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 30px */
  margin: 0 0 0.25rem;
}
section.servicesPg p {
  color: #000;
  line-height: 24px;
  /* 150% */
}
section.servicesPg .woocommerce-product-details__short-description {
  margin: 0rem 0 1.25rem;
}
section.servicesPg ul.circle_list {
  margin: 0 0 clamp(1.125rem, 0.52vw + 0.876rem, 1.5rem);
}
section.servicesPg ul.circle_list li {
  align-items: center;
}
section.servicesPg h3 {
  color: var(--green, #236053);
  font-family: "Maven Pro";
  font-size: clamp(1.125rem, 1.214vw + 0.543rem, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 75% */
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 1.5rem;
}
section.servicesPg h3 small {
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
}
section.servicesPg .button-below {
  display: flex;
  gap: 1.875rem;
  margin: 0 0 1.25rem;
  align-items: flex-end;
}
section.servicesPg .button-below > * {
  flex: 1 0 0%;
}
section.servicesPg .button-below .btn {
  border-radius: 0.5rem;
  width: 100% !important;
}
section.servicesPg .button-below form.cart {
  width: 100%;
  margin: 0;
  padding: 0;
}
section.servicesPg .button-below form.cart .quantity-selector {
  margin: 0 0 1.25rem;
}
section.servicesPg .button-below form.cart button.btn {
  width: 100%;
}
section.servicesPg .button-below form.cart button.single_add_to_cart_button.button.alt {
  position: relative;
  display: inline-flex;
  padding: clamp(0.938rem, 0.434vw + 0.73rem, 1.25rem) clamp(1.25rem, 1.908vw + 0.335rem, 2.625rem);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green, #236053);
  border-radius: 0.625rem;
  background: var(--green, #236053);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
  width: 100%;
}
section.servicesPg .button-below form.cart button.single_add_to_cart_button.button.alt:focus, section.servicesPg .button-below form.cart button.single_add_to_cart_button.button.alt:active:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
section.servicesPg .button-below form.cart button.single_add_to_cart_button.button.alt:hover {
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
section.servicesPg .text-center {
  gap: 0.75rem;
}
section.servicesPg .text-center p {
  color: #636363;
  margin: 0;
  padding: 0;
}

.serItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  height: 100%;
  background: #fff;
  height: 100%;
}
.serItem .serFm {
  width: 100%;
  height: clamp(16.25rem, 9.714vw + 11.593rem, 23.25rem);
  background: #f6f6f6;
  overflow: hidden;
}
.serItem .serFm a {
  display: block;
  width: 100%;
  height: 100%;
}
.serItem .serFm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serItem .serDet {
  padding: 1.25rem 0 0;
  min-height: 177px;
  max-height: 177px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.serItem .serDet h3 {
  margin: 0 0 0.875rem;
  color: #000;
  font-size: clamp(1.125rem, 0.607vw + 0.834rem, 1.563rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 30px */
}
.serItem .serDet h3 a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  /* 30px */
}
.serItem .serDet p {
  color: #000;
  line-height: 24px;
  /* 150% */
}
.serItem .serDet .below_ft {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.serItem .serDet .below_ft h6 {
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
  padding: 0;
}
.serItem .serDet .below_ft h6 strong {
  color: var(--green, #236053);
  font-family: "Maven Pro";
  font-size: clamp(1rem, 0.694vw + 0.667rem, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 100% */
}
.serItem .serDet .below_ft a {
  color: #d4af37;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

section.servicesPg {
  position: relative;
}
section.servicesPg .right_img_plants1 {
  width: 6.5rem;
  height: 19.875rem;
  position: absolute;
  right: 0;
  top: 3.75rem;
  z-index: -1;
  background: url(../images/plants_after1.png);
  background-repeat: no-repeat;
}
section.servicesPg .left_img_plants1 {
  width: 7.625rem;
  height: 22.5625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/plants_before.png);
  background-repeat: no-repeat;
  opacity: 0.8;
}

.modal.thankYou {
  text-align: center;
}
.modal.thankYou .modal-dialog .modal-content .modal-body {
  padding: 1.875rem;
}
.modal.thankYou .modal-dialog .modal-content .modal-body .closed_modal {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 30px;
}
.modal.thankYou .modal-dialog .modal-content .modal-body img.thankImg {
  width: 150px;
  height: 150px;
  margin: 0 0 0.8125rem;
}
.modal.thankYou .modal-dialog .modal-content .modal-body h2 {
  color: #000;
  font-size: clamp(1.125rem, 1.127vw + 0.585rem, 1.938rem);
  line-height: 120%;
  /* 37.2px */
}
.modal.thankYou .modal-dialog .modal-content .modal-body h6 {
  color: #000;
  text-align: center;
  /* Paragraph SemiBold */
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  margin: 0 0 1.25rem;
}
.modal.thankYou .modal-dialog .modal-content .modal-body p {
  color: #555;
  line-height: 24px;
  /* 150% */
}
.modal.thankYou .modal-dialog .modal-content .modal-body a.btn {
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  padding: 1.25rem;
}

section.prdPg {
  position: relative;
}
section.prdPg .row {
  gap: 1.5rem 0;
}
section.prdPg .right_img_plants1 {
  width: 6.5rem;
  height: 19.875rem;
  position: absolute;
  right: 0;
  top: 3.75rem;
  z-index: -1;
  background: url(../images/plants_after1.png);
  background-repeat: no-repeat;
}
section.prdPg .left_img_plants1 {
  width: 7.625rem;
  height: 22.5625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/plants_before.png);
  background-repeat: no-repeat;
  opacity: 0.8;
}

section.servicesPg.prdDtPg .sound_speak a {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: clamp(0.938rem, 1.301vw + 0.314rem, 1.875rem);
}
section.servicesPg.prdDtPg .qtyNo {
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  justify-items: center;
}
section.servicesPg.prdDtPg .qtyNo h3 {
  margin: 0;
}
section.servicesPg.prdDtPg .quantity-selector,
section.servicesPg.prdDtPg .qib-button-wrapper {
  border-radius: 3px;
  border: 2px solid var(--Gray-100, #e4e7e9);
  background: var(--Gray-00, #fff);
  margin: 0 0 1rem;
  width: 100%;
}
section.servicesPg.prdDtPg .quantity-selector input,
section.servicesPg.prdDtPg .qib-button-wrapper input {
  color: var(--Gray-700, #475156);
  text-align: center;
  font-family: "Maven Pro";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  width: 100%;
}
section.servicesPg.prdDtPg .quantity-selector a,
section.servicesPg.prdDtPg .quantity-selector .qib-button,
section.servicesPg.prdDtPg .qib-button-wrapper a,
section.servicesPg.prdDtPg .qib-button-wrapper .qib-button {
  color: #191c1f;
}
section.servicesPg.prdDtPg .quantity-selector a:hover,
section.servicesPg.prdDtPg .quantity-selector .qib-button:hover,
section.servicesPg.prdDtPg .qib-button-wrapper a:hover,
section.servicesPg.prdDtPg .qib-button-wrapper .qib-button:hover {
  background: #e9e9e9 !important;
}

.qib-button-wrapper button.qib-button:hover {
  background: #e9e9e9;
}

section.allFillForm {
  position: relative;
}
section.allFillForm h2 {
  font-size: clamp(1.625rem, 0.52vw + 1.376rem, 2rem);
  margin: 0 0 0.375rem;
}
section.allFillForm h2 + p {
  margin: 0 0 clamp(1.25rem, 1.041vw + 0.751rem, 2rem);
}
section.allFillForm .row {
  gap: clamp(0.938rem, 1.301vw + 0.314rem, 1.875rem) 0;
}
section.allFillForm .nav.nav-pills {
  gap: 20px;
  border-radius: 50px;
  padding: 0.625rem;
  background: #f6f6f6;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto clamp(1.25rem, 1.041vw + 0.751rem, 2rem);
}
section.allFillForm .nav.nav-pills .nav-item .nav-link {
  width: 10.9375rem;
  color: #9c9aa5;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 1rem;
  padding: 0.6rem 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
  background: transparent;
  display: inline-block;
}
section.allFillForm .nav.nav-pills .nav-item .nav-link.active {
  border-radius: 50px;
  background: var(--green, #236053);
  color: #fff;
}
section.allFillForm .login_fm {
  border-radius: 0px;
  width: 100%;
  overflow: hidden;
}
section.allFillForm .login_fm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.allFillForm .fm_gp {
  position: relative;
  margin: 0 0 1rem;
}
section.allFillForm .fm_gp label {
  color: var(--black, #000);
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0.5rem;
}
section.allFillForm .fm_gp input:not([type=submit]) {
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(93, 93, 93, 0.2);
  background: #fff;
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.2156rem 1.25rem;
}
section.allFillForm .fm_gp input:not([type=submit])::-moz-placeholder {
  color: #646464;
}
section.allFillForm .fm_gp input:not([type=submit])::placeholder {
  color: #646464;
}
section.allFillForm .fm_gp .passwordToggle {
  position: relative;
}
section.allFillForm .fm_gp .passwordToggle .toggle-password {
  position: absolute;
  right: 1.25rem;
  top: 22px;
  bottom: 0;
  margin: 0;
  height: 1.25rem;
}
section.allFillForm .fm_gp.submitBtn {
  margin: 0;
}
section.allFillForm .fm_gp.submitBtn .btn {
  width: 100%;
}
section.allFillForm .fm_gp .label_txt {
  display: inline-block;
  color: var(--Dark-Grey, #7a7a7a);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.75rem;
}
section.allFillForm .fm_gp .adjust_chk_pss {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 clamp(1.25rem, 1.041vw + 0.751rem, 2rem);
}
section.allFillForm .fm_gp .adjust_chk_pss a.password_link {
  color: var(--green, #236053);
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
section.allFillForm .fm_gp .adjust_chk_pss a.password_link:hover {
  color: #000;
}
section.allFillForm .fm_gp .adjust_chk_pss .checkbox label {
  margin: 0;
  padding: 0;
}
section.allFillForm .fm_gp.otp-inputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.938rem, 1.301vw + 0.314rem, 1.875rem);
  padding-right: 4.375rem;
  margin: 0 0 clamp(1.25rem, 1.041vw + 0.751rem, 2rem);
}
section.allFillForm .fm_gp.otp-inputs .otp-input {
  text-align: center;
  line-height: 45px;
  padding: 0;
  height: 80px;
  border-radius: 4px;
  border: 1px solid #fcebda;
  background: rgba(241, 218, 194, 0.16);
}
section.allFillForm .fm_gp.mb32 {
  margin-bottom: clamp(1.25rem, 1.041vw + 0.751rem, 2rem);
}
section.allFillForm .fm_gp.mb24 {
  margin-bottom: clamp(1.25rem, 0.347vw + 1.084rem, 1.5rem);
}
section.allFillForm .register_bx .fm_gp .adjust_chk_pss .checkbox label {
  align-items: center;
  color: #545454;
  font-weight: 400;
}
section.allFillForm .register_bx .fm_gp .adjust_chk_pss .checkbox label a {
  font-weight: 500;
  color: var(--green, #236053);
}
section.allFillForm .register_bx .fm_gp .adjust_chk_pss .checkbox input:checked + label:after {
  top: 1.25rem;
}
section.allFillForm .click_login {
  text-align: center;
}
section.allFillForm .click_login p a {
  text-decoration: none;
  color: var(--green, #236053);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  transition: all 0.3s ease-in-out;
}
section.allFillForm .click_login p a:hover {
  color: #000;
}
section.allFillForm .click_login p span {
  color: var(--green, #236053);
  font-weight: 500;
}
section.allFillForm.setPassPg .fm_gp {
  margin: 0 0 3rem;
}
section.allFillForm .left_img_plants1 {
  width: 7.625rem;
  height: 22.5625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/plants_before.png);
  background-repeat: no-repeat;
  opacity: 0.8;
}

.checkbox {
  display: inline-block;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: var(--Dark-Grey, #7a7a7a);
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 0.5rem;
  text-align: left;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.0625rem solid #ccc;
  padding: 0.6255rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  top: 0;
}
.checkbox label a {
  text-decoration: none;
  color: #236053;
}
.checkbox input:checked + label::before {
  background-color: #236053;
  border: 0.0625rem solid #236053;
}
.checkbox input:checked + label:after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  left: 0.375rem;
  font-size: 0.8125rem;
  top: 0.3125rem;
  color: #fff;
}

.login_bx #error_msg {
  display: block;
  margin-bottom: 10px;
  margin-top: -10px;
}

.register_bx span.error-msg {
  display: block;
  margin-top: 10px;
}

section.comn_cartcheck .woocommerce form.login {
  padding: 0;
  border: none;
}
section.comn_cartcheck .woocommerce form.login label {
  color: var(--black, #000);
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0.5rem;
}
section.comn_cartcheck .woocommerce form.login input:not([type=submit], [type=checkbox], [type=radio]) {
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(93, 93, 93, 0.2);
  background: #fff;
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.2156rem 1.25rem;
}
section.comn_cartcheck .woocommerce form.login input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder {
  color: #646464;
}
section.comn_cartcheck .woocommerce form.login input:not([type=submit], [type=checkbox], [type=radio])::placeholder {
  color: #646464;
}
section.comn_cartcheck .woocommerce form.login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide + .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: inline-flex;
  margin: 20px 0;
  gap: 0.5rem;
}
section.comn_cartcheck .woocommerce form.login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide + .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input[type=checkbox]::before {
  box-shadow: inset 1em 1em #236053;
  background-color: #236053;
}
section.comn_cartcheck .woocommerce form.login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide + .form-row .woocommerce-button button.woocommerce-form-login__submit {
  float: none;
}
section.comn_cartcheck .woocommerce form.login button.woocommerce-button.button.woocommerce-form-login__submit {
  position: relative;
  display: inline-flex;
  padding: clamp(0.938rem, 0.434vw + 0.73rem, 1.25rem) clamp(1.25rem, 1.908vw + 0.335rem, 2.625rem);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green, #236053);
  border-radius: 63px;
  background: var(--green, #236053);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
}
section.comn_cartcheck .woocommerce form.login p.woocommerce-LostPassword.lost_password {
  color: #236053;
}

section.comn_cartcheck {
  padding: clamp(1.875rem, 4.337vw - 0.204rem, 5rem) 0;
}
section.comn_cartcheck nav.woocommerce-MyAccount-navigation {
  background: var(--green, #236053);
  padding: 20px;
}
section.comn_cartcheck nav.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
section.comn_cartcheck nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #fff;
  font-family: "Elsie Swash Caps";
  font-size: clamp(1rem, 0.347vw + 0.834rem, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
section.comn_cartcheck a {
  color: #236053;
}
section.comn_cartcheck a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
section.comn_cartcheck button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
section.comn_cartcheck button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  position: relative;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green, #236053);
  border-radius: 63px;
  background: var(--green, #236053);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
}
section.comn_cartcheck a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:focus, section.comn_cartcheck a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:active:focus,
section.comn_cartcheck button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:focus,
section.comn_cartcheck button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:active:focus,
section.comn_cartcheck button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:focus,
section.comn_cartcheck button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:active:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
section.comn_cartcheck a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
section.comn_cartcheck button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover,
section.comn_cartcheck button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover {
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
section.comn_cartcheck button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained .wc-block-components-button__text {
  padding: 0;
}
section.comn_cartcheck .wc-block-components-text-input label {
  color: var(--black, #000);
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0.5rem;
}
section.comn_cartcheck .wc-block-components-text-input input:not([type=submit], [type=checkbox], [type=radio]),
section.comn_cartcheck .wc-block-components-text-input select,
section.comn_cartcheck .wc-block-components-text-input textarea {
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(93, 93, 93, 0.2);
  background: #fff;
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.2156rem 1.25rem;
}
section.comn_cartcheck .wc-block-components-text-input input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder, section.comn_cartcheck .wc-block-components-text-input select::-moz-placeholder, section.comn_cartcheck .wc-block-components-text-input textarea::-moz-placeholder {
  color: #646464;
}
section.comn_cartcheck .wc-block-components-text-input input:not([type=submit], [type=checkbox], [type=radio])::placeholder,
section.comn_cartcheck .wc-block-components-text-input select::placeholder,
section.comn_cartcheck .wc-block-components-text-input textarea::placeholder {
  color: #646464;
}
section.comn_cartcheck .wc-blocks-components-select__container select {
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(93, 93, 93, 0.2);
  background: #fff;
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 7px 10px;
  height: auto;
}
section.comn_cartcheck .wc-blocks-components-select__container select::-moz-placeholder {
  color: #646464;
}
section.comn_cartcheck .wc-blocks-components-select__container select::placeholder {
  color: #646464;
}
section.comn_cartcheck .wc-blocks-components-select__container textarea {
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(93, 93, 93, 0.2);
  background: #fff;
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.2156rem 1.25rem;
}
section.comn_cartcheck .wc-blocks-components-select__container textarea::-moz-placeholder {
  color: #646464;
}
section.comn_cartcheck .wc-blocks-components-select__container textarea::placeholder {
  color: #646464;
}
section.comn_cartcheck .wp-block-woocommerce-checkout {
  margin: 0;
  padding: 0;
}
section.comn_cartcheck tr.wc-block-cart-items__row {
  padding-top: 0;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  border: none;
  background: transparent;
  padding: 0;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:focus {
  outline: none;
}

.woocommerce-info {
  border-top-color: #236053;
}

.woocommerce-info::before {
  color: #236053;
}

a.woocommerce-Button.wc-forward.button,
a.button.wc-forward {
  position: relative;
  display: inline-flex;
  padding: 0.9375rem 1.25rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green, #236053);
  border-radius: 63px;
  background: var(--green, #236053);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label {
  color: var(--black, #000);
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0.5rem;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input:not([type=submit], [type=checkbox], [type=radio]) {
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(93, 93, 93, 0.2);
  background: #fff;
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.9375rem 0.9375rem;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder {
  color: #646464;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input:not([type=submit], [type=checkbox], [type=radio])::placeholder {
  color: #646464;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .span#account_display_name_description {
  margin-top: 0.625rem;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.woocommerce-Button.button,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button {
  position: relative;
  display: inline-flex;
  padding: 10px 0.9375rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green, #236053);
  border-radius: 63px;
  background: var(--green, #236053);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.woocommerce-Button.button:focus, .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.woocommerce-Button.button:active:focus,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:focus,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:active:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.woocommerce-Button.button:hover,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:hover {
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
.woocommerce-MyAccount-content .u-columns .woocommerce-Address {
  border: 1px solid #236053;
  background: #d0f8ef;
  padding: 20px;
  border-radius: 5px;
}
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses h2 {
  display: inline-block;
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: #000;
  font-family: "Elsie Swash Caps";
  font-size: clamp(1.125rem, 0.173vw + 1.042rem, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper button.button {
  position: relative;
  display: inline-flex;
  padding: 10px 0.9375rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green, #236053);
  border-radius: 63px;
  background: var(--green, #236053);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper button.button:focus, .woocommerce-address-fields .woocommerce-address-fields__field-wrapper button.button:active:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper button.button:hover {
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(93, 93, 93, 0.2);
  background: #fff;
  color: #000;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.9375rem 0.9375rem;
}
.woocommerce form .form-row .input-text::-moz-placeholder, .woocommerce form .form-row select::-moz-placeholder {
  color: #646464;
}
.woocommerce form .form-row .input-text::placeholder,
.woocommerce form .form-row select::placeholder {
  color: #646464;
}

section.comn_cartcheck .wc-block-grid__products {
  gap: 14px;
}
section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #d4af37;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(212, 175, 55, 0.08);
  flex: 1 0 24%;
  max-width: 24%;
}
section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
  width: 100%;
  display: block;
}
section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image {
  width: 100%;
}
section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 0.625rem;
  overflow: hidden;
}
section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-title {
  font-family: "Elsie Swash Caps";
  margin: 0 0.625rem 0.875rem 14px;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}
section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  /* margin: 0 12px !important; */
  padding: 0 15px;
  color: var(--green, #236053);
  font-family: "Maven Pro";
  font-size: clamp(1rem, 0.694vw + 0.667rem, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart {
  width: 100%;
  padding: 0 15px;
}
section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button {
  position: relative;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green, #236053);
  border-radius: 63px;
  background: var(--green, #236053);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
}
section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button:focus, section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button:active:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
section.comn_cartcheck .wc-block-grid__products li.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button:hover {
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}

.tribe-events-single > .tribe_events {
  overflow: visible;
}

button.tribe-events-c-subscribe-dropdown__button-text {
  outline: none;
}

section.eventDetailPg .aside_panel .ticketPrice .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus-within {
  background: #fff;
  outline: none;
}

section.eventDetailPg h2.tribe-events-single-section-title {
  color: #fff !important;
  font-family: "Maven Pro";
}

address.tribe-events-address,
dd.tribe-venue {
  font-family: "Maven Pro";
}

section.eventDetailPg h2.tribe-events-single-section-title {
  font-family: "Maven Pro";
  font-size: clamp(1.125rem, 0.607vw + 0.834rem, 1.563rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.postid-115 .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
  width: 100%;
}
.postid-115 .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix .tribe-events-meta-group.tribe-events-meta-group-venue {
  font-size: 1rem;
}

section.eventDetailPg .aside_panel .ticketPrice .tribe-common.event-tickets.tribe-tickets__tickets-wrapper,
.tribe-common-h7.tribe-common-h6--min-medium.tribe-tickets__tickets-item-content-title,
div#tribe__details__content--206,
.tribe-common-b3.tribe-tickets__tickets-item-extra-available,
span.tribe-amount,
button.tribe-tickets__tickets-item-quantity-add,
button.tribe-tickets__tickets-item-quantity-remove {
  font-family: "Maven Pro";
}

input#tribe-tickets__tickets-item-quantity-number--206 {
  margin: 0;
  outline: none;
}

button.tribe-tickets__tickets-item-quantity-add,
button.tribe-tickets__tickets-item-quantity-remove {
  outline: none !important;
}

button#tec-tc-gateway-free-checkout-button {
  position: relative;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green, #236053);
  border-radius: 63px;
  background: var(--green, #236053);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
}
button#tec-tc-gateway-free-checkout-button:focus, button#tec-tc-gateway-free-checkout-button:active:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}
button#tec-tc-gateway-free-checkout-button:hover {
  background: #fff;
  border: 1px solid #236053;
  color: #236053;
}

footer.tribe-tickets__commerce-order-footer {
  background: transparent;
}

a.tribe-common-anchor-alt.tribe-tickets__commerce-order-footer-link.tribe-tickets__commerce-order-footer-link--browse-events,
a.tribe-common-anchor-alt.tribe-tickets__commerce-order-footer-link.tribe-tickets__commerce-order-footer-link--back-home,
a.tribe-common-anchor-alt.tribe-tickets__commerce-checkout-header-link-back-to-event {
  position: relative;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-family: "Maven Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green, #236053);
  border-radius: 63px;
  background: var(--green, #236053);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
}
a.tribe-common-anchor-alt.tribe-tickets__commerce-order-footer-link.tribe-tickets__commerce-order-footer-link--browse-events:focus, a.tribe-common-anchor-alt.tribe-tickets__commerce-order-footer-link.tribe-tickets__commerce-order-footer-link--browse-events:active:focus,
a.tribe-common-anchor-alt.tribe-tickets__commerce-order-footer-link.tribe-tickets__commerce-order-footer-link--back-home:focus,
a.tribe-common-anchor-alt.tribe-tickets__commerce-order-footer-link.tribe-tickets__commerce-order-footer-link--back-home:active:focus,
a.tribe-common-anchor-alt.tribe-tickets__commerce-checkout-header-link-back-to-event:focus,
a.tribe-common-anchor-alt.tribe-tickets__commerce-checkout-header-link-back-to-event:active:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  border: 1px solid #236053;
  color: #236053 !important;
}
a.tribe-common-anchor-alt.tribe-tickets__commerce-order-footer-link.tribe-tickets__commerce-order-footer-link--browse-events:hover,
a.tribe-common-anchor-alt.tribe-tickets__commerce-order-footer-link.tribe-tickets__commerce-order-footer-link--back-home:hover,
a.tribe-common-anchor-alt.tribe-tickets__commerce-checkout-header-link-back-to-event:hover {
  background: #fff;
  border: 1px solid #236053;
  color: #236053 !important;
}

.tribe-common-b1.tribe-tickets__commerce-order-details {
  font-family: "Maven Pro";
}

section.tribe-tickets__commerce-checkout section.agent div#tribe-tickets__commerce-checkout-footer-notice-error--no-gateway {
  padding: 0 0 0 3.125rem !important;
}

section.agent footer.tribe-tickets__commerce-checkout-footer div#tribe-tickets__commerce-checkout-footer-notice-error--no-gateway {
  padding: 0 0 0 3.125rem !important;
  text-align: left;
}/*# sourceMappingURL=style.css.map */