@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*  Default Css  */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Readex Pro", sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Readex Pro", sans-serif;
  color: #000;
  /* opacity: 70%; */
}

body h1,
body h2,
body h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

body h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

body h5 {
  font-weight: 500;
  font-size: 21px;
  line-height: 27px;
}

body h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  opacity: 70%;
  /* margin-bottom: 7px; */
}

body h2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  opacity: 70%;
}

body h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  color: #000;
  /* margin: 0 0 20px; */
  font-family: "Readex Pro", sans-serif;
  letter-spacing: -0.5px;
  /* opacity: 70%; */
}

ul {
  font-weight: 400;
  font-family: "Readex Pro", sans-serif;
  margin: 0;
  padding: 0;
}

body a {
  color: #000;
}

a {
  transition: all ease-in-out 0.3s;
  color: #000;
  font-size: 14px;
}

body a:hover {
  /* color: #000; */
  /* opacity: 50%; */
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

input:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

.section-wrapper {
  padding: 72px 0;
}

img {
  width: 100%;
  height: auto;
}

.primary-button {
  background-color: #fff;
  padding: 10px 24px;
  border-radius: 10px;
  border: 1px solid #4E5247;
  color: #4E5247;
  cursor: pointer;
}

.secondary-button {
  cursor: pointer;
  background-color: #BA8B57;
  padding: 10px 24px;
  border-radius: 10px;
  border: 1px solid #BA8B57;
  color: #fff;
}

.primary-button:hover,
.secondary-button:hover {
  /* Button Shadow */
  box-shadow: 0px 4px 24px 0px rgba(146, 94, 60, 0.40);
}

.button-container {
  display: flex;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

/* End Default Css  */

/* Header Css  */
.mobile-menu,
.mobile-header-main-div {
  display: none;
}

.header-logo img {
  /* width:173px; */
  width: 137px;
  height: auto;
}

.header-logo {
  width: 150px;
}

.header-container {
  max-width: 1360px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  background: #fff;
  display: grid;
  align-items: center;
  height: 78px;
}

.herder-menu ul#menu-primary-menu,
.herder-menu ul#menu-primary-menu-1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
}

.herder-menu ul#menu-primary-menu li,
.herder-menu ul#menu-primary-menu-1 li {
  padding: 0 12px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
}

.header-wrapper {
  padding: 0px 30px;
  z-index: 9;
  background: transparent;
  transition: all ease-in-out 0.4s;
  height: 78px;
  width: 100%;
  position: fixed;
  top: -20px;
  /* display:none; */
}

.nav-up .header-wrapper {
  /* display: block; */
  top: 20px;
}

.nav-down .header-wrapper {
  /* display: none; */
  top: -120px;
}

.header-main-div {
  position: relative;
  height: 78px;
  background: transparent;
}

.header-wrapper .row {
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.herder-menu ul#menu-primary-menu li a,
.herder-menu ul#menu-primary-menu-1 li a {
  display: block;
  text-align: center;
  position: relative;
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
}

.herder-menu ul#menu-primary-menu li a:hover,
.herder-menu ul#menu-primary-menu-1 li a:hover {
  color: #925E3C;
}

.herder-menu ul#menu-primary-menu li a:before,
.herder-menu ul#menu-primary-menu-1 li a:before {
  position: absolute;
  content: "";
  bottom: -28px;
  transition: 0.5s ease-in-out;
  width: 0px;
  height: 2px;
  background: #925E3C;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  left: 0px;
}

.herder-menu ul#menu-primary-menu li a:hover:before,
.herder-menu ul#menu-primary-menu-1 li a:hover:before {
  width: 100%;
}

.herder-menu ul#menu-primary-menu-1 li.current-menu-item a:before,
.herder-menu ul#menu-primary-menu-1 li.current-menu-parent a:before {
  width: 100%;
}

.header-button {
  margin-right: 15px;
  margin-left: 40px;
}

.header-full-wrapper {
  height: auto;
  /* padding-top: 10px; */
  z-index: 9;
  background: #fff;
  transition: all ease-in-out 0.4s;
  width: 100%;
  position: fixed;
  top: 0;
}


.nav-up .header-full-wrapper {
  top: -160px;
}

.nav-down .header-full-wrapper {
  top: 0px;
}

.header-full-container {
  max-width: 1340px;
  /* padding: 10px 30px; */
  padding: 5px 30px;
}

.header-full-row {
  align-items: center;
}

.header-full-menu-row {
  justify-content: flex-end;
}

.herder-menu ul#menu-primary-menu-1 li a:before {
  /* bottom: -32px; */
  bottom: -22px;
}

.scroll-text-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  text-decoration-color: #fff;
  font-size: 16px;
}

.scroll-text-link:hover {
  text-decoration: underline !important;
}

.header-scrolling-text {
  height: 56px;
  position: relative;
  /* overflow: hidden; */
  /* white-space: nowrap; */
  background-color: #AA7748;
  display: flex;
  align-items: center;
  padding: 14px 0px;
}

.header-scrolling-text p {
  margin: 0px;
  color: #fff;
  display: block;
  padding-left: 100%;
  animation: scrollText 20s linear infinite;
  -webkit-animation: scrollText 36s linear infinite;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  /* will-change: transform;
    will-change: padding;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}




/* End Header Css  */

/* Banner Css */
.banner-main-sec {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  height: 100%;
  padding: 80px 0;
}

.banner-row {
  align-items: center;
}

.banner-background-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(330.24deg, rgba(29, 37, 45, 0) 28.06%, #1D252D 105.93%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-background-image .container {
  z-index: 2;
}

.content-with-container .banner-main-sec .container {
  max-width: 100%;
  padding: 0 60px;
}

.banner-main-sec h1,
.banner-main-sec .sub-heding,
.banner-main-sec p {
  color: #fff;
  max-width: 810px;
}

.banner-main-sec h1 {
  margin-top: 0;
}

.banner-main-sec p {
  font-size: 18px;
}

.sub-heding {
  font-size: 48px;
  color: #925E3C;
  max-width: 1000px;
  text-align: center;
  margin: auto;
  line-height: 64px;
  font-weight: 400;
  padding-top: 148px;
  text-transform: capitalize;
}

.banner-main-sec .button-wrapper {
  margin-top: 40px;
}

.button-wrapper a {
  background: #fff;
  font-style: normal;
  font-weight: 600;
  padding: 7px 20px;
  z-index: 1;
  transition: all 0.3s linear;
  overflow: hidden;
  position: relative;
  width: auto;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.button-wrapper a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.3s linear;
}

.button-wrapper a:hover:before {
  transform: translateX(0);
  z-index: -1;
}

.button-wrapper a:hover {
  color: #fff;
}

.banner-container {
  position: relative;
  max-width: 1360px;
  padding-top: 80px;
  padding-bottom: 34px;
}

.banner-bg-blur {
  position: absolute;
  top: -300px;
  right: 0px;
  width: 812px;
  height: 811px;
  border-radius: 50%;
  background: #D7DAD3;
  filter: blur(159.51885986328125px);
  -webkit-filter: blur(159.51885986328125px);
  transform: translate3d(0, 0, 0);
}

.banner-left {
  padding-left: 95px;
  flex: 0 0 55%;
  max-width: 55%;
}

.banner-right {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
}

.banner-content-wrapper .row {
  justify-content: flex-start;
  gap: 12px;
  margin-left: 0px;
}

.banner-content-wrapper p {
  line-height: 160%;
  max-width: 435px;
  text-align: left;
  font-size: 18px;
  padding: 24px 0px;
  margin: 0px;
}

.animation-image-list {
  list-style-type: none;
}

.animation-image-list li img {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.animation-image-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.animation-image-list>li:nth-child(1) .animation-image-wrapper {
  right: 28px;
  top: 0px;
}

.animation-image-list>li:nth-child(2) .animation-image-wrapper {
  right: 28px;
  top: 70px;
}

.animation-image-list>li:nth-child(3) .animation-image-wrapper {
  right: 110px;
  bottom: 100px;
}

.animation-image-list>li:nth-child(4) .animation-image-wrapper {
  left: -40px;
  bottom: 220px;
}

.animation-image-list>li:nth-child(5) .animation-image-wrapper {
  left: 10px;
  top: 130px;
}

.disc-under-image {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disc-inside {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #BA8B57;
}

.animation-image-list li .show {
  opacity: 1;
  z-index: 3;
}

/* End Banner Css */

/* Footer Css */
.footer-section {
  background: #3C3F38;
}

.footer-container {
  max-width: 1360px;
  padding: 0px 30px
}

.footer-container li,
.footer-container a,
.footer-container p {
  color: #FAFAF9;
}

.footer-menu-heading {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
}

.footer-menu,
.terms-menu,
.footer-contact-container {
  width: 33.33%;
}

.footer-contact-container {
  display: grid;
}

.footer-contact-container a {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.footer-menus-container {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.footer-menu ul#menu-footer-menu {
  display: block;
}

.footer-menu ul,
.terms-menu ul {
  list-style-type: none;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu {
  margin-top: 12px;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu li {
  margin-bottom: 7px;
  margin-right: 0;
}

.footer-logo {
  width: 200px;
  max-width: 230px;
}

.row.footer-row {
  padding: 50px 0 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-menu ul#menu-footer-menu a:hover,
.terms-menu ul#menu-terms-menu a:hover,
.footer-contact-container a:hover {
  opacity: 0.5;
}

.footer-menu ul#menu-footer-menu li a,
.terms-menu ul#menu-terms-menu li a {
  font-family: "Readex Pro";
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu li {
  font-weight: 500;
  font-size: 15px;
}

.footer-social-sec h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}

.footer-social-sec ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-top: 12px;
}

.footer-social-sec ul li {
  margin-right: 6px;
}

.footer-social-sec ul li img {
  height: 27px;
  width: auto;
}

.footer-social-sec ul li a:hover,
.page-terms-links-sec ul#menu-terms-menu li a:hover {
  opacity: 0.5;
}

.page-terms-links-sec ul#menu-terms-menu {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.page-terms-links-sec ul#menu-terms-menu li {
  margin-left: 10px;
  font-size: 14px;
}

.copyright-content p {
  font-size: 14px;
  margin: 0;
  color: #FAFAF9;
  line-height: 140%;
  opacity: 60%;
}

.copyright-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EFF1ED;
  padding: 20px 0;
}

.copyright-content {
  margin: auto;
}

/* Posts Section */
.posts-parent {
  padding-top: 120px;
  padding-bottom: 93px;
  background: linear-gradient(180deg, #FFF 0%, #83887B 100%);
}

.posts-container {
  max-width: 1170px;
}

.posts-subheading {
  font-size: 18px;
  opacity: 80%;
  max-width: fit-content;
  padding: 4px 10px;
  border-radius: 10px;
  background-color: #BA8B57;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}

.three-col-parent .posts-subheading {
  background-color: #EDE4D4;
  color: rgb(60 63 56 / 80%);
}

.faq-parent .posts-subheading {
  background-color: #F8F4EE;
  color: #3C3F38;
  font-weight: 400;
}

.posts-heading {
  text-align: center;
  margin-bottom: 0px;
}

.posts-grid {
  display: block;
  margin-bottom: 84px;
  margin-top: 77px;
  margin-left: 15px;
  margin-right: 15px;
}

.post-card {
  justify-content: space-between;
  align-items: center;
  padding: 64px 32px 0px 64px;
  min-height: 404px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 40px;
}

.post-content {
  padding-right: 76px;
  padding-bottom: 60px;
}

.post-content h2 {
  opacity: 70%;
  ;
  font-size: 57px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.25px;
  margin: 0px;
}

.post-content p {
  margin-bottom: 42px;
  opacity: 100%;
  margin-top: 18px;
}

.post-content a {
  color: #AA7748;
  font-size: 18px;
}

.post-content a:hover {
  text-decoration: underline !important;
}

.post-thumbnail .attachment-post-thumbnail {
  object-fit: contain;
}

.posts-button {
  border-color: #fff;
  margin: auto;
  background: transparent;
}

.post-content p span.read-less-toggle {
  color: #925E3C;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
}

.post-card-links-wrapper {
  display: flex;
  align-items: center;
}

.post-card-links-wrapper a:nth-child(2) {
  padding-left: 30px;
}

/* Two Col Image and Content Section Css */
.two-col-img {
  position: relative;
}

.two-col-img img {
  filter: drop-shadow(0px 0px 120px rgba(145, 95, 61, 0.25));
}

.two-col-img-content-sec {
  padding-top: 120px;
}


.two-col-img-content-sec .row {
  padding-bottom: 0px;
}

.two-col-img-content-sec .row:first-child {
  align-items: center;
}

.two-col-img-content-sec .row {
  height: 100%;
}

.col-sm-6.two-img-col-sec .two-col-img {
  height: 100%;
  display: flex;
}

.two-col-content h2 {
  margin: 0px;
}

.button-wrapper.button-with-white-bg a {
  background: #000;
  color: #fff;
  border: 4px solid #000;
}

.button-wrapper.button-with-white-bg a:before {
  background-color: #fff;
}

.button-wrapper.button-with-white-bg a:hover {
  color: #000;
}

.page-introduction-sec {
  padding-bottom: 0px;
}

.two-img-col-sec {
  flex: 0 0 45%;
  max-width: 45%;
}

.two-content-col-sec {
  flex: 0 0 55%;
  max-width: 55%;
  padding-left: 35px;
  margin-bottom: 136px;
}

.two-col-buttons {
  margin-left: 0px;
  gap: 10px;
}

.two-col-img-content-sec-container {
  max-width: 1230px;
}

.two-col-img-content-sec-container .row {
  flex-wrap: nowrap;
}

.two-col-content p {
  max-width: 428px;
  opacity: 70%;
  margin: 18px 0px;
}


/* Three Col Image and Content */
.three-col-parent {
  background: var(--Muddy-Waters-500, #7A8072);
  padding: 120px 0px;
}

.three-col-container {
  max-width: 1170px;
}

.three-col-heading {
  text-align: center;
  margin: auto;
  max-width: 972px;
  color: #fff;
  opacity: 100%;
  padding-top: 22px;
}


.three-col-grid-wrapper {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(153, 153, 153, 0.00) 100%);
  padding: 2px;
  background-clip: padding-box;
  border-radius: 20px;
}

.three-col-grid {
  justify-content: space-around;
  padding-top: 63px;
  margin-top: 75px;
  display: flex;
  border-radius: 20px;
  background: linear-gradient(180deg, #F3D5AE 0%, rgba(153, 153, 153, 0.00) 100%);
}

.three-col-card-image {
  object-fit: none;
  height: 290px;
}

.three-col-card h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  opacity: 100%;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 53px;
  margin-bottom: 8px;
}

.three-col-card p {
  /* max-width: 320px; */
  padding: 0px 5px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  opacity: 70%;
  margin: 0px;
}

/* About us SEction */
.aboutus-container {
  max-width: 1440px;
}

.aboutus-content {
  display: grid;
  justify-content: flex-end;
  padding-top: 124px;
  padding-bottom: 120px;
  padding-right: 72px;
  padding-left: 135px;
}

.aboutus-subheading {
  margin: 0px;
  opacity: 100%;
}

.aboutus-heading {
  margin: 0px;
  padding-top: 24px;
  text-align: left;
  color: #000;
  opacity: 70%;
}

.aboutus-grid {
  display: block;
  /* grid-template-columns: auto;
    row-gap: 29px; */
  margin-top: 54px;
}

.aboutus-card {
  padding: 24px;
  display: flex;
  max-width: 630px;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  background: #F8F4EE;
  text-align: left;
  margin-bottom: 29px;
}

.aboutus-card p {
  margin: 0px;
  line-height: 140%;
  opacity: 70%;
}

.aboutus-title {
  color: #311B17;
  opacity: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 8px;
}

.aboutus-thumbnail {
  padding-left: 0px;
  padding-right: 0px;
}

.aboutus-Image {
  object-fit: cover;
  height: 100%;
}

/* Faq section */
.faq-parent {
  background: #919689;
  padding: 120px 0px;
}

.faq-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.faq-subheading {
  opacity: 100%;
}

.faq-heading {
  margin: auto !important;
}

.question-sign-wrapper {
  justify-content: space-between;
  padding-left: 15px;
  align-items: center;
}

.faq-card-wrapper {
  margin-top: 60px;
}

.faq-question {
  color: rgba(0, 0, 0, 0.70);
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  max-width: 1020px;
  margin: 0px;
  /* opacity: 70%; */
}



.faq-card {
  padding: 24px 24px;
  background: #FFFAF4;
  border-radius: 10px;
  margin: 10px 0px;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
}

.minusSvg {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  margin-top: 10px;
}

.minus {
  position: absolute;
  top: 0;
}

.plus {
  position: absolute;
  top: 0;
  transition: 0.5s;
  transform: rotate(90deg);
  opacity: 100%;
}

.faq-answer {
  padding-top: 10px;
  max-width: 1024px;
  color: rgba(0, 0, 0, 0.70);
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  display: none;
  margin: 0px;
  opacity: 70%;
}

/* Contact Form Section */
.contact-form-parent {
  background: #fff;
  padding: 120px 0px;
}

.required-label::before {
  position: absolute;
  top: 0px;
  left: 102%;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/icons/Label.svg");
  background-repeat: no-repeat;
}

.contact-form-container {
  background: #EFF1ED;
  padding: 60px;
  border-radius: 20px;
}

.contact-form-right>p:nth-child(2) {
  display: none;
}

.page-id-115 .contact-form-left {
  padding-right: 60px;
}

.contact-form-wrapper .wpcf7-form-control {
  font-size: 14px;
}

.contact-form-left p {
  color: #000;
  text-align: left;
}

.contact-form-left p {
  padding-top: 24px;
  padding-bottom: 46px;
  opacity: 70%;
}

.phone-mail-wrapper {
  display: grid;
  gap: 20px;
  /* max-width: 298px; */
}

.form-phone-mail-wrapper {
  display: none;
}

.phone-mail-container {
  padding: 17px 60px 17px 20px;
  background: #fff;
  width: 100%;
  display: flex;
  border-radius: 5.968px;
}

.phone-mail-container img {
  width: 49px;
  height: auto;
}

.phone-mail-container-wrapper {
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: 15px;
}

.phone-mail-text {
  margin-left: 16px;
}

.phone-mail-text p {
  margin-top: 0px;
}

.static-data-form {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}

.light-text {
  font-size: 14px;
  font-weight: 400;
}

.dark-text {
  font-weight: 500;
  opacity: 70%;
  font-size: 16px;
}

.contact-form-wrapper {
  background-color: #fff;
  padding: 31px;
  display: block;
  border-radius: 10px;
}

.contact-form-wrapper label {
  font-weight: 500;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  border: none;
}

.contact-form-wrapper textarea {
  height: 70px !important;
  width: 100% !important;
  outline: none;
}

.contact-form-info-wrapper {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  margin-bottom: 14px;
}

.contact-form-wrapper .wpcf7-form-control,
.contact-form-wrapper .wpcf7-form-control {
  font-size: 16px;
  /* max-width: 100%; */
  width: 100%;
}

.page-id-115 .contact-form-wrapper .secondary-button {
  width: unset;
  max-width: 100%;
}

.popup-modal-body .contact-form-wrapper .secondary-button {
  width: unset;
  max-width: 100%;
  padding: 0 40px;
}

.contact-form-wrapper .secondary-button {
  width: unset;
  max-width: 100%;
  font-family: "Readex Pro";
}

.contact-form-wrapper>p:nth-child(5) {
  opacity: 100%;
}

.contact-form-heading {
  color: #000;
  line-height: 64px;
  text-align: left !important;
}

.contact-form-label {
  max-width: fit-content;
  font-weight: 500;
  line-height: 16px;
  opacity: 50%;
}

/* Archive Pages Style */
.featured-posts-sec {
  padding: 70px 0 100px;
}

.featured-posts-sec h4 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

span.category-name-sec {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
}

.featured-posts-sec img.post-feat-image {
  min-height: 290px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.featured-posts-sec a:hover {
  opacity: 0.5;
}

a.post-link.post-blog-link {
  width: 100%;
  display: block;
}

.blog-col-section .card-body {
  min-height: 232px;
  padding: 25px 25px 14px;
  position: relative;
}

.blog-col-section .card {
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
  box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
  -webkit-transition: -webkit-box-shadow .25s linear;
  transition: -webkit-box-shadow .25s linear;
  transition: box-shadow .25s linear;
  transition: box-shadow .25s linear, -webkit-box-shadow .25s linear;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.read-story-btn-wrapper span {
  position: absolute;
  bottom: 15px;
}

.card-img-col {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 219px;
}

.blog-col-section img.card-img-top {
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}

.blog-col-section h5.card-title {
  margin: 0 0 10px 0;
  font-weight: 600;
}

.blog-col-section .card:hover {
  -webkit-box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
  box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
  color: rgba(3, 27, 78, .7);
}

a.featured-img-sec.post-link.post-blog-link:hover {
  opacity: 1;
}

.featured-img-sec img.post-feat-image {
  transform: scale(1);
  transition: all 0.5s;
}

a.featured-img-sec {
  overflow: hidden;
  border-radius: 8px;
}

.featured-img-sec:hover img.post-feat-image,
.blog-col-section .card:hover .card-img-col img {
  transform: scale(1.1);
}

.blog-col-section.col-sm-4 {
  margin-bottom: 56px;
}

.read-more-blog-sec {
  margin-top: 50px;
  background: rgb(0 0 0 / 10%);
  padding: 60px 0;
}

.read-more-blog-sec h2 {
  margin-bottom: 40px;
  text-align: center;
}

.blog-detail-section .col-sm-10 {
  margin: auto;
}

.social-btn img {
  height: 28px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-btn {
  text-align: right;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: right;
}

.social-btn a {
  margin-left: 8px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-btn a:hover {
  opacity: 0.5;
}

/* End Archive Pages Style */

/* Blog Card Style */
.blog-card-carousel .blog-col-section.col-sm-4 {
  max-width: 100%;
}

.blog-card-content h2 {
  margin-top: 0;
}

.blog-card-content h3 {
  margin: 10px 0;
}

.blog-card-content {
  text-align: center;
  margin-bottom: 60px;
}

.blog-card-section {
  padding-top: 100px;
}

.owl-carousel-custom-nav button.owl-prev,
.owl-carousel-custom-nav button.owl-next {
  top: 32%;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff !important;
  -webkit-box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
  box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
  transition: all 0.5s;
}

.owl-carousel-custom-nav button.owl-prev {
  left: -7%;
}

.owl-carousel-custom-nav button.owl-next {
  right: -7%;
}

.owl-carousel-custom-nav button.owl-prev.disabled,
.owl-carousel-custom-nav button.owl-next.disabled {
  background: rgb(0 0 0 / 10%) !important;
  opacity: 0.5;
}

/* End Blog Card Style */

.background-with-content-carousel.owl-carousel-custom-nav button.owl-prev {
  left: 45px;
}

.background-with-content-carousel.owl-carousel-custom-nav button.owl-next {
  right: 45px;
}

.background-with-content-carousel.owl-carousel-custom-nav button.owl-next,
.background-with-content-carousel.owl-carousel-custom-nav button.owl-prev {
  top: 50%;
}

.background-with-content-carousel .banner-main-sec {
  height: 100%;
  padding: 100px 0;
}

/* End Blog Card Style */

/* Card Two Col Style */
.card-two-col-icon img {
  /* width: auto; */
  height: auto;
}

.card-two-col-row.row {
  padding-top: 45px;
}

.card-two-col-sec {
  padding: 80px 0;
}

.card-two-col-cta-button {
  text-align: center;
  padding-top: 50px;
}

.card-two-col-cta-button a {
  margin: auto;
}

.card-two-col-row.row .col-sm-6 {
  margin-bottom: 40px;
}

.card-two-col {
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  border-radius: 0.3125rem;
  background-color: #fff;
  color: #182a3c;
  box-shadow: 0 0.625rem 1.25rem rgb(139 133 133 / 16%);
  padding: 30px 30px;
}

.card-two-col-content p {
  font-size: 14px;
}

.card-two-col-content {
  padding: 0;
}

.card-two-col .row {
  margin: 0;
}

.card-two-col-icon {
  padding-right: 0;
}

.card-two-col.card-icon-left-side .col-sm-9.card-two-col-content {
  order: 2;
}

.card-two-col.card-icon-left-side .col-sm-3.card-two-col-icon {
  padding-right: 15px;
  padding-left: 0;
}

.card-two-col-content h3 {
  margin-top: 0;
}

.HoverArrow {
  position: relative;
  top: 1px;
  margin-left: 8px;
  stroke-width: 2px;
  fill: none;
  stroke: currentColor;
}

.HoverArrow__linePath {
  opacity: 0;
  -webkit-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HoverArrow__tipPath {
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.has-hover-svg-icon:hover .HoverArrow__linePath {
  opacity: 1;
}

.has-hover-svg-icon:hover .HoverArrow__tipPath {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.card-two-col-content a {
  font-size: 14px;
}

.card-two-col-sec h2 {
  text-align: center;
  margin: 0;
}

.card-two-col-sec .sub-heding {
  text-align: center;
}

/* End Card Two Col Style */
/* Reviews Style */
img.customer-image {
  max-width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}

.item.client-reviews-wrapper p {
  font-size: 24px;
  max-width: 825px;
  margin: auto;
  margin-bottom: 42px;
}

.reviews-row {
  padding-top: 75px;
}

.reviews-sec {
  text-align: center;
  padding: 120px 0;
}

.client-reviews-wrapper h4 {
  margin: 0;
  font-size: 20px;
}

.client-reviews-wrapper h6 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.reviews-heading {
  padding-top: 20px;
  font-size: 57px;
  line-height: 64px;
  font-weight: 400;
}

.reviews-subheading {
  /* max-width: 240px; */
  opacity: 100%;
}

/* End Reviews Style */

/* Insta Feed Section*/
.insta-parent {
  padding: 120px 0px;
}

.insta-heading {
  font-size: 62px;
  line-height: 68px;
  font-weight: 400;
  margin: 0px;
}

/* End Insta Feed Section*/

/* Lightbox Style */
div#html5box-html5-lightbox-nav {
  display: none !important;
}

div#html5-lightbox-overlay {
  opacity: 1 !important;
  background-color: #202124 !important;
}

.html5-title {
  display: none;
}

div#html5lightbox-watermark {
  display: none !important;
}

.html5-elem-box,
.html5-elem-data-box {
  background-color: transparent !important;
}

.html5-image {
  background-color: #202124 !important;
  padding: 0 !important;
}

.html5-prev,
.html5-next {
  display: block !important;
  opacity: 1 !important;
}

button#html5-close {
  right: 56px !important;
  top: -55px !important;
}

.html5-prev-inside .mh-icon-left,
.html5-next-inside .mh-icon-right {
  color: unset;
  background-color: unset !important;
  line-height: 56px !important;
  width: 56px !important;
  height: 56px !important;
  ;
}

.html5-next-inside {
  right: 40px !important;
}

.html5-prev-inside {
  left: 40px !important;
}

.mh-icon-right:before {
  content: url("/icons/lightbox-right.svg") !important;
  width: 100% !important;
  height: auto;
}

.mh-icon-left:before {
  content: url("/icons/lightbox-left.svg") !important;
  width: 100% !important;
  height: auto;
}

div#html5-lightbox-box {
  width: 100% !important;
}

.lightbox-col img {
  height: 320px;
  object-fit: cover;
  object-position: center;
}

.lightbox-col.col-sm-3 {
  padding: 0 5px 4px;
}

.lightbox-sec h2 {
  margin: 0;
  text-align: center;
}

.lightbox-sec .sub-heding {
  text-align: center;
}

.lightbox-sec {
  padding: 80px 0;
}

.lightbox-row.row {
  padding-top: 50px;
}

/* End Lightbox Style */


/* Popup Style */
.popup-container .contact-form-wrapper {
  padding: 50px 32px 40px 32px;
}

.modal .contact-form-wrapper>p:nth-child(1) {
  color: #925E3C;
  margin-bottom: 34px !important;
  line-height: 26px;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  /* width: 100%; */
  width: fit-content;
  height: fit-content;
  overflow: auto;
  z-index: 98;
  overflow-x: hidden;
  padding: 0px 20px;
  /* background: #fff; */
}

.modal .contact-form-wrapper p {
  margin: 0px;
  font-size: 14px;
}

.modal .contact-form-info-wrapper {
  margin-bottom: 20px;
}

.modal .contact-form-wrapper>p:last-of-type {
  text-align: center;
}


.popup-modal {
  width: 100%;
  height: auto;
}

.close-button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  right: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 99;
}

.popup-modal-body {
  height: 100%;
}

.popup-show-wrapper .modal {
  /* animation: blowUpModal 0.4s forwards;
    -webkit-animation: blowUpModal 0.4s forwards;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function:ease-in-out ; */
  border-radius: 10px;
}

.popup-sec {
  text-align: center;
}

.popup-wrapper a {
  margin: auto;
}

.popup-modal-body .row {
  margin: 0;
  align-items: center;
}

.popup-modal-body .col-sm-6 {
  padding: 0;
}

.col-sm-6.popup-col-content {
  padding: 0 70px;
}

@keyframes blowUpModal {
  0% {
    opacity: 0;
    transform: rotateX(65deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.popup-modal-body .row .col-sm-6,
.popup-img-col,
.popup-img-col img {
  height: 100vh;
}

.popup-img-col img {
  object-fit: cover;
  object-position: center;
}

.medium-popup-size,
.small-popup-size {
  /* height: max-content; */
  /* width: fit-content; */
  max-height: max-content;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.medium-popup-size .popup-modal-body .row .col-sm-6,
.medium-popup-size .popup-img-col,
.medium-popup-size .popup-img-col img,
.small-popup-size .popup-modal-body .row .col-sm-6,
.small-popup-size .popup-img-col,
.small-popup-size .popup-img-col img {
  height: 100%;
}

.medium-popup-size .col-sm-6.popup-col-content {
  padding: 0 30px;
}

.medium-popup-size h2 {
  margin: 0;
  font-size: 40px;
}

.medium-popup-size .sub-heding {
  font-size: 20px;
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(138, 143, 130, 0.60);
  display: none;
  transition: all ease-in-out .4s;
  top: 0;
  left: 0;
  right: 0;
  animation: blowUpModal 0.4s forwards;
  transition-timing-function: ease-in-out;
  z-index: 9;
}


.popup-show-wrapper .popup-overlay {
  display: block;
}

.small-popup-size {
  width: 55%;
}

.small-popup-size .col-sm-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-popup-size .col-sm-6.popup-col-content {
  padding: 30px;
}

.small-popup-size .col-sm-6.popup-col-content h2 {
  margin-top: 0;
}

/* End Popup Style */

/* Content Row Style */

.custom-row-content {
  margin-bottom: 70px;
}

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

.content-row-container img {
  height: 250px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}

.content-row-container .button-wrapper {
  margin-top: 20px;
}

.content-row-col {
  margin-bottom: 65px;
}

/* End Content Row Style */

.partners-carousel img {
  height: 70px !important;
  width: 135px !important;
  object-fit: contain;
  margin: auto;
}

.our-partners-heading-sec {
  margin-bottom: 60px;
}

.margin-0 {
  margin: 0;
}

/* Tab Style */

.tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 100%;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.tab-link {
  margin: 0 1%;
  list-style: none;
  padding: 10px 40px;
  color: #aaa;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
}

.tab-link:hover {
  color: #999;
  border-color: #999;
}

.tab-link.tab-active {
  color: #000;
  border-color: #000;
}

.content-wrapper {
  padding: 40px 80px;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

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

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.tab-heading-sec {
  margin-bottom: 60px;
}

.vertical-tab-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.vertical-tab-row .tab-wrapper {
  -ms-flex: 0 0 25%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

.vertical-tab-row .content-wrapper {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0 15px;
}

.vertical-tab-row .tab-wrapper .tabs {
  display: block;
}

.vertical-tab-row .tab-wrapper .tabs .tab-link {
  padding: 10px 0;
  width: max-content;
}

.vertical-tab-row .content-wrapper .tab-content {
  text-align: left;
}

/* End Tab Style */

/* Submenu style */
ul.sub-menu {
  list-style-type: none;
}

.herder-menu .menu-item-has-children:after {
  position: absolute;
  content: "";
  background-image: url("/icons/menu-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 8px;
  right: 9px;
  top: 0;
  transition: all ease-in-out 0.2s;
  bottom: 0;
  margin: auto;
}

.herder-menu .menu-item-has-children:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.herder-menu ul.sub-menu {
  display: none;
  position: absolute;
  width: auto;
  top: 150%;
  left: -1px;
  z-index: 1;
  text-align: left;
  background: #ffff;
  /* min-width: 145px; */
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding-inline-start: 0;
  list-style-type: none;
}

.herder-menu .menu li .sub-menu li {
  padding: 10px 20px !important;
  margin: 0;
  position: relative;
}

.herder-menu .menu .menu-item-has-children {
  position: relative;
}

.herder-menu .menu li .sub-menu li a {
  text-align: left !important;
  font-size: 14px;
  width: max-content;
}

.herder-menu .menu li .sub-menu li:first-child {
  padding-top: 20px !important;
}

.herder-menu .menu li .sub-menu li:last-child {
  padding-bottom: 20px !important;
}

.herder-menu ul#menu-primary-menu li.current-menu-item a:before,
.herder-menu ul#menu-primary-menu li.current-menu-parent a:before {
  width: 100%;
}

.herder-menu ul#menu-primary-menu li.current-menu-item ul.sub-menu li a:before,
.herder-menu ul#menu-primary-menu li.current-menu-parent ul.sub-menu li a:before {
  width: 0%;
}

.herder-menu ul.sub-menu li.current-menu-item a:before,
.herder-menu ul.sub-menu li a:hover:before {
  width: 100% !important;
}

.footer-menu .menu {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  justify-content: space-around;
}

.footer-menu .menu li {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-right: 50px;
}

.footer-menu .menu li ul.sub-menu {
  margin-top: 12px;
}

.footer-menu .menu li ul.sub-menu li {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
  margin-right: 0;
}

.footer-menu .menu li a:hover {
  opacity: 0.5;
}

/* End Submenu style */


/* Banner Image */
.banner-image-block {
  /* min-height: 550px; */
  min-height: 450px;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-image-block-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(57, 31, 7, 0.72) 0%, rgba(170, 119, 72, 0.00) 100%);
  height: 100%;
  width: 100%;
}

.banner-image-content {
  width: 625px;
  z-index: 2;
  position: relative;
  color: #fff;
  margin: auto;
}

.banner-image-content h1 {
  font-size: 57px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.25px;
  color: #fff;
  margin: 0;
  opacity: 1;
  text-align: center;
}

.banner-image-content p {
  margin-top: 17px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  /* width: 550px; */
  color: #fff;
  opacity: 1;
  text-align: center;
  margin-bottom: 32px;
}

.banner-image-content .button-container .primary-button {
  margin: auto;
}

.two-column-content-with-iconlist {
  /* padding: 120px 0; */
  padding: 90px 0;
}

.profile-info-container {
  border-radius: 19.893px;
  background: #FFF;
  padding: 60px;
}

.profile-information-block h2 {
  margin: 0;
  font-size: 48.69px;
  font-weight: 500;
  line-height: 63.297px;
  margin-bottom: 56px;
}

.profile-info-container .row {
  align-items: center;
}

.profile-person-image img {
  height: 550px;
  object-fit: cover;
}

.contact-icon-blocks {
  display: flex;
  align-items: center;
  max-width: 70%;
  border-radius: 5.968px;
  border: 0.995px solid #FFF;
  background: var(--Muddy-Waters-50, #F8F4EE);
  box-shadow: 0px 0.497px 1.989px 0px rgba(25, 33, 61, 0.10);
  margin-bottom: 16px;
  padding: 16.909px 59.679px 16.909px 19.893px;
}

.contact-name a {
  font-size: 16px;
  font-weight: 500;
}

.page-template-password-protected .two-content-col-sec {
  padding: 0;
  margin-bottom: 0;
}

.contact-image {
  margin-right: 10px;
}

.contact-label h5 {
  font-size: 13.925px;
  font-weight: 400;
  line-height: 19.893px;
  margin: 0px;
}

.page-template-password-protected .two-col-img-content-sec .row:first-child {
  padding-top: 125px;
  padding-bottom: 125px;
}

.page-template-password-protected .two-col-img-content-sec .row:first-child .two-img-col-sec img {
  padding-right: 70px;
}

.page-template-password-protected .two-col-img-content-sec {
  padding-top: 0;
}

form.post-password-form input {
  height: 40px;
  border-radius: 5px;
  font-family: "Readex Pro", sans-serif;
  border: none;
}

form.post-password-form input[type="submit"] {
  width: 80px;
  background: #aa7748;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}

form.post-password-form {
  text-align: center;
  padding: 50px;
  max-width: 50%;
  margin: 80px auto 50px;
  background: #311b17;
  color: #fff;
  border-radius: 6px;
}

form.post-password-form p {
  color: #fff;
  font-size: 17px;
  opacity: 1;
}

/* Banner Heading Pages */
.common-heading {
  font-size: 64px;
  font-weight: 500;
  line-height: 52px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 129px;
  padding-bottom: 124px;
  opacity: 100%;
}

.banner-heading-parent {
  background: #7A8072;
  position: relative;
}

/* Transfer Documents Contaact Form */
.transfer-documents-form-parent {
  margin-top: -40px;
  background: #F8F4EE;
  padding-bottom: 120px;
}

.transfer-documnets-form-wrapper {
  background: #F8F4EE;
  padding: 0px 15px;
}

.transfer-documents-form-container {
  max-width: 842px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 40px 32px;
  border-radius: 10px;
}

.page-id-121 .contact-form-wrapper {
  border-radius: 10px;
  padding-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.page-id-121 .contact-form-wrapper p,
.page-id-125 .contact-form-wrapper p {
  font-size: 14px;
}

.page-id-121 .contact-form-wrapper .wpcf7-form-control,
.page-id-125 .contact-form-wrapper .wpcf7-form-control {
  font-size: 16px;
}

.page-id-121 .contact-form-wrapper .secondary-button,
.page-id-125 .contact-form-wrapper .secondary-button,
.modal .secondary-button {
  font-size: 14px;
  width: 134px;
  height: 54px;
}

.page-id-121 .contact-form-info-wrapper {
  padding: 12px 16px;
  margin-bottom: 20px;
}


.wpcf7-spinner {
  display: none;
}

.page-id-121 .contact-form-wrapper>p:last-of-type {
  text-align: center;
}

.transfer-documents-form-container>p:last-of-type {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  opacity: 70%;
}

.transfer-documents-form-container>p:last-of-type span {
  text-decoration: underline;
}

.page-id-121 input[type="date"] input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  width: 100%;
  /* Example style */
}

/* Contact Us Page */
.page-id-125 .contact-form-parent {
  background: #EFF1ED;
  padding: 0px;
  margin-top: -50px;
  padding-bottom: 20px;
  padding-right: 15px;
}

.page-id-125 .contact-form-container {
  background: transparent;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}

.page-id-125 .contact-form-wrapper {
  border-radius: 10px;
  padding: 0px;
}

.page-id-125 .contact-form-info-wrapper {
  padding: 12px 16px;
  margin-bottom: 20px;
}

.page-id-125 .contact-form-wrapper>p:nth-child(1) {
  color: #4D4B49;
  margin-bottom: 34px !important;
  line-height: 26px;
}

.page-id-125 .contact-form-left {
  padding-top: 96px;
}

.page-id-125 .phone-mail-container {
  flex-wrap: nowrap;
}

.page-id-125 .form-content {
  max-width: none;
  font-size: 18px;
}

/* .page-id-125 .phone-mail-wrapper{
    margin-left: 15px;
} */

.page-id-125 .contact-form-wrapper>p:last-of-type {
  text-align: center;
}

.page-id-125 .contact-form-right>p:nth-child(2) {
  margin: auto;
  max-width: 383px;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  opacity: 70%;
}

.page-id-125 .contact-form-right>p:nth-child(2) span {
  text-decoration: underline;
}

.page-id-125 .contact-form-right {
  background: #fff;
  padding: 50px 32px 40px 32px;
  border-radius: 10px;
}

.form-heading {
  color: #925E3C;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin-bottom: 14px !important;
}

.map-container {
  height: 470px;
}

iframe {
  width: 100%;
  height: 100%;
}


.page-id-117 .posts-parent {
  padding: 140px 0;
  padding-top: 90px;
  /*     background: linear-gradient(180deg, #FFF 37.47%, #AA7748 100%); */
}

.page-id-117 .post-card:first-child {
  box-shadow: 0px 0px 11px 0px #B08359;
  padding-top: 60px;
}

.page-id-117 .post-content {
  padding-right: 40px;
}

.page-id-117 .posts-grid {
  margin-top: 0;
  margin-bottom: 0;
}

.page-id-117 .post-content h2 {
  text-transform: capitalize;
  line-height: 46.8px;
  font-size: 36px;
  font-weight: 500;
}

.icon-text {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 9px;
}

.icon-text img {
  max-width: 20px;
  margin-right: 5px;
}

.feature-list {
  /* margin-bottom: 16px; */
  margin-bottom: 32px;
}

.page-id-117 .post-content p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin: 12px 0;
}

.home .feature-list {
  /* display: none; */
}

.post-content p span.read-more-toggle {
  color: #925E3C;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
}

.page-id-117 .post-content p span.read-less-toggle {
  color: #925E3C;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
}

.icon-text span {
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 20.8px;
}

.page-id-117 .post-thumbnail {
  padding: 0;
}

.page-id-117 .post-content a {
  text-decoration: underline;
}

.page-id-117 .contact-form-parent {
  background: #7A8072;
  padding: 100px 0;
}

.page-id-117 .col-sm-6.contact-form-left {
  padding-right: 50px;
}

.phone-mail-wrapper {
  max-width: 70%;
  margin-left: 0;
}

.page-id-117 .contact-form-container .row {
  /* align-items: center; */
}

.page-id-117 .col-sm-6.contact-form-left h2 {
  font-weight: 400;
  line-height: 63.657px;
  font-size: 48px;
  letter-spacing: -0.249px;
}

.contact-form-wrapper input::placeholder {
  font-size: 13.925px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.893px;
  letter-spacing: 0.249px;
  color: rgba(0, 0, 0, 0.70);
  font-family: "Readex Pro";
}

.contact-form-wrapper textarea::placeholder {
  font-size: 13.925px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.893px;
  letter-spacing: 0.249px;
  color: rgba(0, 0, 0, 0.70);
  font-family: "Readex Pro";
}

.contact-form-wrapper p {
  margin: 0px;
  font-size: 10px;
  font-family: "Readex Pro";
  font-size: 10.941px;
  color: rgba(0, 0, 0, 0.50);
  letter-spacing: 0.497px;
  line-height: 15.914px;
  opacity: 1;
}

.page-id-117 .contact-form-wrapper {
  border-radius: 9.946px;
}

.page-id-117 .contact-form-container.container>.row {
  margin-left: 0px;
  margin-right: 0px;
}

.posts-small-cards-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  margin-bottom: 52px;
  column-gap: 20px;
  row-gap: 20px;
}

.posts-small-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  justify-content: center;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
}

.posts-small-card h3 {
  text-align: center;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #BA8B57;
}

.posts-small-card p {
  text-align: center;
  line-height: 20px;
  margin: 0px;
  opacity: 0.7;
  font-size: 14px;
}

.posts-card-icon {
  width: 48px;
  height: auto;
}

.page-id-117 .contact-form-wrapper>p:nth-child(5) .secondary-button {
  width: auto;
}

.other-services-parent {
  padding: 87px 0px 108px 0px;
}



.other-services-wrapper h2 {
  text-align: center;
  margin: 0px;
  padding-bottom: 44px;
}

.services-cards-container {
  display: flex;
  /* align-items: center; */
}

.services-cards-container .col-sm-6 {
  display: flex;
  width: 100%;
  flex: 100%;
  flex-wrap: wrap;
}

.other-services-right-cards .other-services-card:first-child {
  margin-bottom: 20px;
}


.other-services-right-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.other-services-card {
  padding: 24px;
  background-color: #EFF1ED;
  border-radius: 4px;
  width: 100%;
}

.other-services-card li {
  opacity: 0.7;
  line-height: 140%;
  font-weight: 300;
  color: #3C3F38;
}

.other-services-card h3 {
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-transform: capitalize;
  color: #BA8B57;
  margin-bottom: 8px;
}

.services-cards-container ul {
  list-style-position: inside;
}



/* Terms and Conditions Page */

.terms-parent {
  /* padding: 80px 0px;    */
  padding-top: 40px;
  padding-bottom: 80px;
}

.terms-container {
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 40px;
}

.terms-container a {
  color: #0000ff;
  text-decoration: underline;
}

.terms-container strong {
  opacity: 0.7;
}

.terms-parent p {
  margin: 0px;
}

.terms-parent .container span {
  opacity: 0.7;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  display: block;
  line-height: normal;
}

.terms-parent .container ul {
  list-style-position: inside;
}

.terms-parent .container li {
  font-weight: 300;
}

/* CSS Alliv Changes */

.banner-container h3.sub-heding {
  color: #4E5247 !important;
}

/* === Toggle switch === */
section.pricing-block-section {
  padding: 70px 0;
  background: #EFF1ED;
}

section.pricing-block-section .pricing-switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 32px;
}

section.pricing-block-section .pricing-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

section.pricing-block-section .pricing-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ba8b57;
  transition: 0.4s;
  border-radius: 56px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

section.pricing-block-section .pricing-switch .slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

section.pricing-block-section .pricing-switch input:checked+.slider {
  background-color: #BA8B57;
}

section.pricing-block-section .pricing-switch input:checked+.slider:before {
  transform: translateX(24px);
}

section.pricing-block-section input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #EFF0F6;
  border-radius: 20px;
  outline: none;
}

section.pricing-block-section input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 23px;
  height: 23px;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0;
  border: none;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0px 2px 4px rgba(20, 20, 43, 0.08));
  stroke: #D9DBE9;
  stroke-width: 1.5px;
  fill: #fff;
}


section.pricing-block-section input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #BA8B57;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 2;
}

section.pricing-block-section input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background: #EFF0F6;
}

section.pricing-block-section input[type="range"]::-ms-track {
  height: 6px;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 3px;
}

section.pricing-block-section .unit-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

section.pricing-block-section .unit-output {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

button.price-clear-btn {
  border: none;
  background: transparent;
  color: #ba8b57;
  font-size: 15px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
}

.unit-range-container {
  padding: 44px 130px;
  border-radius: 16px;
  background: #FFF;
}

.unit-range-container h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
}

.unit-range-container {
  position: relative;
  width: 100%;
}

.slider-container {
  position: relative;
  width: 100%;
}

.unit-tooltip {
  position: absolute;
  top: 35px;
  transform: translateX(-50%);
  background: #BA8B57;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  pointer-events: none;
  transition: left 0.1s ease;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.pricing-toggle-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  gap: 15px;
  align-items: center;
}

.pricing-toggle-container span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.plan-block-inner-container {
  display: flex;
  border-radius: 20px;
  border: 1px solid #EFF0F6;
  background: #FFF;
  margin-top: 20px;
  flex-wrap: wrap;
}

.price-plan-block {
  padding: 64px 40px;
  width: 50%;
}

.plan-icon {
  max-width: 60px;
}

.plan-icon-price-container {
  display: flex;
  align-items: center;
  gap: 18px;
}

.plan-icon-price-container h4 {
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

span.unit-count {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.70);
  opacity: 1;
}

strong#priceAmount {
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  color: rgba(0, 0, 0, 0.70);
}

span.billing-label-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.70);
}

.plan-feature-block {
  background: var(--Muddy-Waters-50, #F8F4EE);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  width: 50%;
  border-radius: 0px 20px 20px 0px;
}

.plan-feature-block p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
  margin: 0 0 20px 0;
}

.pricing-block-inner-container {
  max-width: 75%;
  margin: 0 auto;
}

.subscibe-inner-container a {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 17px 0;
  font-size: 13.925px;
  letter-spacing: 0.099px;
  line-height: 19.893px;
}

.plan-feature-block h4 {
  margin: 0 0 27px !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.70);
}

.feature-comparison {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #E6E9F5;
  background: #FFF;
  position: relative;
}

/* .feature-comparison::after {
    content: '';
    height: 100%;
    width: 2px;
    background: #e0e0e0;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
} */

.feature-header,
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 32px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  align-items: center;
  position: relative;
}

.feature-row::after,
.feature-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #e0e0e0;
}

.feature-header {
  background-color: #f5f5f5;
  font-weight: bold;
}

.feature-title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
  margin-bottom: 38px;
}

.feature-value small {
  color: rgba(0, 0, 0, 0.40);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.feature-value {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.feature-value p {
  border-radius: 10px;
  background: #EFF1ED;
  width: max-content;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.70);
  font-family: "Readex Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 14px;
}

.feature-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.70);
}

.pricing-feature-container {
  margin-top: 100px;
}

.page-id-717 .contact-form-parent {
  background: #7A8072;
}

.subscibe-inner-container p {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.70);
  margin: 15px 0 0;
}

.price-info-para p {
  color: rgba(0, 0, 0, 0.70);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.geat-started-container {
  background: #fff;
  padding: 50px 30px;
  border-radius: 9.946px;
  box-shadow: 0px 0.995px 3.979px 0px rgba(25, 33, 61, 0.08);
}

.geat-started-container h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.249px;
  color: #606060;
  opacity: 1;
}

.user-role-selection {
  max-width: 100%;
  margin: 0 auto;
}

.user-role-selection .title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333;
}

.role-option {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: border 0.3s ease, background 0.3s ease;
  border: 2px solid transparent;
}

.role-option.active {
  border: 2px solid #b67839;
  background-color: #fdf6f0;
}

.role-option:hover {
  border-radius: 10px;
  border: 2px solid #BA8B57;
  background: var(--Muddy-Waters-50, #F8F4EE);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
}

.role-option .popup-icon {
  margin-right: 24px;
}

.role-option .popup-icon img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.role-option .popup-text h3 {
  opacity: 1;
  margin: 0;
  font-size: 20px;
  color: #606060;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
}

.role-option .popup-text p {
  margin: 0.2rem 0 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.70);
  opacity: 0.7;
  line-height: 18.2px;
  text-align: left;
}

.role-option .popup-arrow {
  margin-left: auto;
  font-size: 1.5rem;
  color: #b67839;
  margin-top: 10px;
}

.login-link {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.95rem;
  color: #333;
}

.login-link a {
  color: #3366cc;
  text-decoration: none;
}

.login-link a:hover {
  text-decoration: underline;
}

.geat-started-container h2 {
  text-align: center;
}

.geat-started-container p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  color: #888;
  margin-bottom: 34px;
}

.hoa-member-register div#popup-get-started {
  max-width: 70%;
  width: 35%;
  margin: auto;
}

div#popup-get-started {
  max-width: 70%;
  width: 40%;
  margin: auto;
}

p.login-link a {
  color: #BA8B57;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
}

p.login-link {
  color: #2E2E2E;
  font-weight: 500;
  margin-top: 34px;
}

.submit-button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.hoa-member-register div#popup-get-started h3 {
  margin-top: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #231E1E;
  text-align: center;
  margin-bottom: 12px;
}

.hoa-member-register div#popup-get-started p {
  color: #231E1E;
  text-align: center;
  font-family: "Readex Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.hoa-member-register div#popup-get-started img {
  max-width: 64px;
  margin: 0 auto;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.hoa-member-register button#resend-verification {
  border-radius: 9.946px;
  background: #BA8B57;
  font-size: 13.925px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.893px;
  letter-spacing: 0.099px;
  color: #fff;
  width: 100%;
  border: none;
  padding: 18px 20px;
  cursor: pointer;
}

section.token-invalid-wrapper h1 {
  margin: 0;
}

section.token-invalid-wrapper {
  padding: 70px 0px;
  background: rgb(239, 241, 237);
}

section.token-invalid-wrapper p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 15px 0;
}

#resend-verification:disabled {
  opacity: 0.8;
  cursor: not-allowed !important;
}

.token-invalid-cta {
  margin: 23px 0 0 0;
}

.pricing-input-box {
  max-width: 30%;
  margin: 0 auto 10px;
  padding: 12px;
  border-radius: 3.979px;
  border: 0.995px solid rgba(0, 0, 0, 0.50);
}

.pricing-input-box input {
  border: none;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.893px;
  letter-spacing: 0.249px;
  color: rgba(0, 0, 0, 0.70);
  font-family: "Readex Pro";
  padding: 0 !important;
}

.pricing-input-box p {
  font-family: "Readex Pro";
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.914px;
  letter-spacing: 0.249px;
  text-align: center;
  color: rgba(0, 0, 0, 0.50);
  letter-spacing: 0.497px;
  text-transform: capitalize;
}

.custom-radio {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-radio .checkmark {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid #BA8B57;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.custom-radio .tick-icon {
  display: none;
}

.custom-radio input:checked~.checkmark {
  background-color: #BA8B57;
  border-color: #BA8B57;
}

.custom-radio input:checked~.checkmark .tick-icon {
  display: block;
}

.plan-info-details {
  display: flex;
  align-items: center;
}

form#stripe-checkout-form {
  width: 60%;
}

.billing-details input {
  width: 100%;
  border-radius: 3.979px;
  border: 0.995px solid var(--Palette-Transparent-Black-50, rgba(0, 0, 0, 0.50));
  padding: 24px 12px;
  color: var(--Palette-Transparent-Black-50, rgba(0, 0, 0, 0.50));
  font-family: "Readex Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.914px;
  letter-spacing: 0.497px;
}

.field-error {
  margin: 20px 0;
  color: #FF2424;
}

.overview-seperator {
  background: #DEDEDE;
  height: 1px;
  margin: 21px 0;
}

.overview-header img {
  max-width: 150px;
  margin-bottom: 21px;
}

strong#total-label {
  color: #000;
  font-family: "Readex Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  text-transform: uppercase;
}

span#priceDisplay {
  color: #000;
  font-family: "Readex Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

.overview-tax-label p {
  color: rgba(0, 0, 0, 0.60);
  font-family: "Readex Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12px;
  margin: 0 0 12px;
}

.price-breakdown-label p {
  color: #000;
  font-family: "Readex Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  text-transform: uppercase;
}

.annual-saving-container p {
  width: max-content;
  border-radius: 6.265px;
  background: #4E5247;
  padding: 3px 8px;
  color: #F8F4EE;
  text-align: center;
  font-family: 'Readex Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.payment-form .form-group {
  border-radius: 3.979px;
  border: 0.995px solid rgba(0, 0, 0, 0.50);
  padding: 12px;
  margin-bottom: 20px;
}

.payment-form .form-group input {
  color: rgba(0, 0, 0, 0.70) !important;
  font-family: "Readex Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 19.893px;
  letter-spacing: 0.249px;
}

.payment-form .form-group label {
  color: rgba(0, 0, 0, 0.50);
  font-family: "Readex Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.914px;
  letter-spacing: 0.497px;
  text-transform: capitalize;
}

.whats-included-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.feature-icon-plan {
  display: flex;
  align-items: center;
}

.phone-mail-wrapper .phone-mail-container:nth-child(2) a {
  pointer-events: none;
}