:root {
  --greenMain: #7c9059;
}
.define_float {
  width: 100%;
  float: left;
}
.button.wc-forward {
	display: none !important;
}
body {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  background: #faf9ed;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}

.container-extend {
  max-width: 1600px;
}

h1,
.h1 {
  font-size: 70px;
  font-weight: 800;
  line-height: 86px;
}

h6 {
  font-weight: 600;
  font-size: 20px;
}

body.woocommerce-page div#content .entry-meta {
  display: none;
}
body.woocommerce-page div#content .single-product div.product {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 50px;
}
body.woocommerce-page div#content h1 {
  display: block;
  color: var(--greenMain);
}
body.woocommerce-page div#content .entry-summary p.price {
  font-weight: 700;
  color: var(--greenMain);
}
.phone-call-popup p.txt-mobile {
    display: none;
}
body.woocommerce-page div#content .single-product .woocommerce-tabs ul.tabs.wc-tabs::before {
  border: none;
}
body.single.single-product div#content div.product h1.entry-title {
  display: block !important;
  color: var(--greenMain);
  font-size: 70px;
  line-height: 100px;
  margin: 0 0 20px 0;
}
.main-menu-mob nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item.free-trial-mob {
    display: none;
}
body.home section.heading-with-text .wrap-heading-content {
  text-align: left;
}
.inner-images {
    display: flex;
    align-items: center;
    padding: 50px 0 0 0;
    justify-content: center;
}
.wrap-img-right {
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
}
.wrap-img-right img {
    max-height: 120px;
}
.wrap-img-right h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
body.home section.heading-with-text .wrap-heading-content p {
  padding: 0;
}
body.woocommerce-page div#content div#respond label {
  color: var(--greenMain);
  font-weight: bold;
  font-size: 16px;
}
body.woocommerce-page div#content p.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
}
body.woocommerce-page div#content div#respond p.comment-form-cookies-consent label {
  font-weight: 500;
}
body.woocommerce-page div#content div#respond input#wp-comment-cookies-consent {
  height: auto;
  line-height: initial;
  border-radius: initial;
  margin: 10px 10px 0 0;
}
body.woocommerce-page div#content table.variations a.reset_variations {
  margin: 0 0 0 10px;
  color: var(--greenMain);
  font-weight: 600;
  font-size: 15px;
}
body.woocommerce-page div#content div#respond label {
  color: var(--greenMain);
  font-weight: bold;
  font-size: 16px;
  margin: 6px 0;
}
body.woocommerce-page div#content table.variations select#subscription-plan:focus {
  outline: none;
}
body.woocommerce-page div#content .woocommerce-variation-price {
  margin: 0 0 20px 0;
}
body.woocommerce-page div#content .woocommerce-variation-price span.price {
  color: var(--greenMain);
  font-size: 18px;
}
body.woocommerce-page div#content div#respond input {
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border: 1px solid var(--greenMain);
  background: transparent;
}
body.woocommerce-page div#content .single-product .woocommerce-tabs ul.tabs.wc-tabs li#tab-title-additional_information::before {
  box-shadow: none;
  left: 0;
  border-width: inherit;
}
body.woocommerce-page div#content 
 table.variations {
    border: none;
}
body.woocommerce-page div#content .single-product .woocommerce-tabs ul.tabs.wc-tabs li#tab-title-additional_information::after {
  box-shadow: none;
  border: none;
}
body.woocommerce-page div#content table.variations th.label {
  color: var(--greenMain) !important;
  padding: 0 10px 0 0;
  vertical-align: top;
}
body.woocommerce-page div#content table.variations th.label label {
  color: var(--greenMain);
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 28px;
}
body.woocommerce-page div#content table.variations td.value {
  border: none;
  padding: 0;
}
body.woocommerce-page div#content table.variations select#subscription-plan {
  margin: 0;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--greenMain);
  color: var(--greenMain);
  font-weight: 500;
}
body.woocommerce-page div#content div#respond input#submit {
  background-color: var(--greenMain);
  opacity: 1;
  font-family: 'Montserrat';
  padding: 0 20px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  border-radius: 50px;
  transition: all ease 0.3s;
}
body.woocommerce-page div#content button.single_add_to_cart_button {
  background-color: var(--greenMain);
  opacity: 1;
  font-family: 'Montserrat';
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  transition: all ease 0.3s;
}
body.woocommerce-page div#content .single-product .summary.entry-summary {
  width: 45%;
}
body.woocommerce-page div#content div#respond 
 textarea {
    background: transparent;
    border: 1px solid var(--greenMain);
    border-radius: 10px;
    resize: none;
}
body.woocommerce-page div#content div#respond h3#reply-title {
  font-family: 'Montserrat';
}
body.woocommerce-page div#content button.single_add_to_cart_button:hover, body.woocommerce-page div#content div#respond input#submit:hover {
  background-color: #000;
}
body.woocommerce-page div#content .product_meta span, body.woocommerce-page div#content .product_meta a {
  color: var(--greenMain);
  font-weight: 600;
  text-decoration: none;
}
body.woocommerce-page div#content .single-product  .woocommerce-tabs {
  width: 100%;
  float: left;
}
body.woocommerce-page div#content .single-product .woocommerce-tabs ul.tabs.wc-tabs {
  border-bottom: 1px solid #ccc;
  padding: 0;
}
body.woocommerce-page div#content .single-product .woocommerce-tabs ul.tabs.wc-tabs li#tab-title-additional_information {
  background: var(--greenMain);
  color: #fff;
  border: none;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
body.woocommerce-page div#content .single-product .woocommerce-tabs div.panel h2 {
  color: var(--greenMain);
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
body.woocommerce-page div#content .single-product .woocommerce-tabs div.panel table.woocommerce-product-attributes {
  margin: 0;
  border: none;
}
body.woocommerce-page div#content .single-product .woocommerce-tabs div.panel table.woocommerce-product-attributes th {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  width: 25%;
  border: none;
  padding: 0;
}
body.woocommerce-page div#content .single-product .woocommerce-tabs div.panel table.woocommerce-product-attributes th, body.woocommerce-page div#content .single-product .woocommerce-tabs div.panel table.woocommerce-product-attributes td {
  padding: 0;
  vertical-align: middle;
  font-style: normal;
  border: none;
}
body.woocommerce-page div#content .single-product .woocommerce-tabs div.panel table.woocommerce-product-attributes td p {
  margin: 0;
  color: #000;
  font-weight: 600;
}
.content-company-sec {
  float: right;
  width: auto;
  margin: 50px 0 50px 0;
}
.content-company-sec p {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  color: var(--greenMain);
  font-weight: 600;
}




p.bigtext {
  font-size: 40px;
  line-height: 49px;
}

.custom-icon-list {
  list-style-type: none;
  padding: 0px;
}

.row.wrap-items .wrap-item.mibanner:nth-child(odd) {
  margin-top: 300px;
}
.row.wrap-items {
  justify-content: center;
}

.custom-icon-list li {
  font-size: 50px;
  position: relative;
  padding-left: 60px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
}

.custom-icon-list li:not(:last-child) {
  margin-bottom: 60px;
}
.listicons div.h1 {
  font-weight: 800;
}

.custom-icon-list li::before {
  background: url(../images/arrow-list.svg) center center no-repeat;
  width: 30px;
  height: 20px;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text-area-half p {
  color: var(--greenMain);
  margin: 0;
  width: 100%;
  float: left;
  font-size: 30px;
  line-height: 40px;
}

/* Header */
.mainheader {
  position: absolute;
  top: 0;
  padding: 30px 0;
}
.header-btn {
 position: fixed;
    left: auto;
    z-index: 1;
    text-align: right;
    top: 30px;
    right: 30px;
}  
body.page-template-default .mainheader li a {
  color: var(--greenMain);
}
.header-btn a {
  background: #ffff00;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  padding: 15px 60px;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.header-btn a:hover {
  background: var(--greenMain);
  color: #fff;
}
.mainheader li {
  margin-right: 70px;
}
ul#menu-header-menu {
  width: 100%;
  float: left;
  margin: 0 !important;
}
.mainheader li:last-child {
  margin: 0;
}
body.home .mainheader li a,
body.home .mainheader .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 24px;
  color: #fff;
  padding: 0;
  text-decoration: none;
}
.mainheader li a,
.mainheader .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 24px;
  padding: 0;
  text-decoration: none;
  color: var(--greenMain);
}
.mainheader li a:hover,
.mainheader .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--greenMain);
}

/* Banner */
.mainBanner {
  background-size: cover;
  min-height: 1080px;
}

.bannerCaption {
  color: #fff;
}
.custom-icon-list {
  margin: 0;
}
.bannerCaption > span {
  font-size: 37px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.bannerCaption > span::after {
  position: absolute;
  width: 125px;
  height: 2px;
  background: #fff;
  content: "";
  top: 50%;
  left: 210px;
}

/* Under Banner */
.underBanner {
  background-size: cover;
  position: relative;
  width: 100%;
  float: left;
}
.underbanner-img img { 
  height: 1080px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.underbanner-content {
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  text-align: center;  
  padding: 0;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-evenly;
}
/*.underBanner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}*/
.underBanner .h1.text-light {
  position: relative;
  z-index: 1;
}
.default-pages h1 {
  color: var(--greenMain);
  margin: 0 0 30px 0;
}
.underBanner p {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0 0 0;
  color: #fff;
}
/* Steps */
.stepsSection {
  padding: 115px 0;
  width:100%;
  float:left;
}
section.counter_content_image {
  width: 100%;
  float: left;
  padding: 0 0 50px 0;
}
section.counter_content_image .wrap-item.counter_content {
  display: flex;
  align-items: center;
  column-gap: 25px;
  margin: 0 0 40px 0;
}
section.counter_content_image .wrap-item.counter_content .image-text-counter img {
  max-width: 100px;
}
section.counter_content_image .wrap-item.counter_content .content-counter h2, section.counter_content_image .wrap-item.counter_content .content-counter h3 {
  font-weight: bold;
  color: var(--greenMain);
  margin: 0 0 10px 0;
  font-size: 35px;
  line-height: 45px;
}
section.counter_content_image .wrap-text-per .count {
  position: relative;
  margin: 0 6px;
}
section.counter_content_image .wrap-text-per .count::after {
  height: 25px !important;
  width: 4px !important;
  background: #78925d !important;
  display: inline-block;
  transform: rotate(20deg);
  right: -12px;
  position: absolute;
  top: 22px;
  content: '';
}
section.counter_content_image .wrap-item.counter_content .wrap-text-per {
  flex-wrap: wrap;
  justify-content: center;
}
section.counter_content_image .wrap-text-per span.text-span-cstm {
  width: 100%;
  line-height: 0px;
  text-align: center;
}
section.counter_content_image .wrap-item.counter_content .image-text-counter {
  width: 120px;
} 
section.counter_content_image .wrap-text-per span, section.counter_content_image .wrap-text-per .count {
  font-size: 28px;
  color: var(--greenMain);
  line-height: 70px;
}
section.counter_content_image .wrap-item.counter_content .content-counter p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: var(--greenMain);
}
section.caregivers-design.Company {
  padding-bottom: 0;
}
.listicons:not(:last-child) {
  margin-bottom: 90px;
}

.listicons .iconLeft {
  width: 160px;
  height: 160px;
  margin-right: 50px;
  border: 3px solid var(--greenMain);
  border-radius: 50%;
  flex: 0 0 160px;
}

.listicons .iconLeft img {
  max-width: 80px;
}

.listicons .h1,
.listicons p.bigtext {
  font-weight: 400;
  color: var(--greenMain);
}

/* Image & text */
.image-text-section .h1,
.image-text-section li {
  color: var(--greenMain);
}

.image-text-section .h1 {
  margin-bottom: 50px;
}

.text-area-half {
  padding: 70px;
}

/* Reviews Section */
.reviews-section {
  padding: 115px 0;
  display: inline-block;
  width: 100%;
}
section.image-text-section {
  width: 100%;
  float: left;
}
.reviews-section img {
  max-width: 370px;
  border: 12px solid #faf9ed;
  border-bottom: 70px solid #faf9ed;
  box-shadow: rgb(137 137 137 / 40%) 0px 48px 100px 0px;
}

.reviews-section .bigtext {
  color: var(--greenMain);
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}

.reviews-section .bigtext span {
  font-size: 30px;
  font-weight: 300;
  margin-top: 30px;
}

/* Story Section */
.storySection {
  background: var(--greenMain);
}

.story-text {
  max-width: 755px;
}

.story-text .founder {
  font-size: 30px;
}

/* Press Section */
.pressSection {
  padding: 115px 0;
}

.pressSection .h1 {
  color: var(--greenMain);
  margin-bottom: 50px;
}

.pressSlide {
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 23px;
  background: #fff;
  margin: 20px 15px;
  padding: 30px;
  text-align: center;
}

.pressSlide img {
  max-width: 100px;
  margin: 0 auto 20px;
}

.pressSlide p {
  color: var(--greenMain);
}

.sliderMain .slick-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 0;
  margin-bottom: 0px;
}

.sliderMain .slick-dots li {
  cursor: pointer;
}

.sliderMain .slick-dots button {
  width: 12px;
  height: 12px;
  font-size: 0;
  margin: 7px 12px;
  border-radius: 50%;
  border: 0;
  outline: 1px solid #707070;
  outline-offset: 7px;
  background: none;
}

.sliderMain .slick-dots .slick-active button {
  background: #000000;
}
.story-text .h1.text-light {
  margin: 0 0 30px 0;
}
form#contactForm .check-label input::after {
  border: none;
  margin: 0;
}

/* Footer */
.mainFooter {
  background: #000;
  padding: 80px 0 60px;
}
.cstm-text-footer p:empty {
  display: none;
}
.cstm-text-footer p {
  margin: 0 0 50px 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.cstm-text-footer p a {
  color: #fff;
}
.logoFooter,
.linksFooter {
  margin-bottom: 75px;
}

.linksFooter a i {
  width: 65px;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 20px;
  color: #fff;
}

.linksFooter a {
  color: var(--greenMain);
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
}

.linksFooter a + a {
  margin-left: 45px;
}

.footerMenu ul {
  list-style-type: none;
}

.footerMenu ul li {
  margin: 0 15px;
  position: relative;
  line-height: 1;
}

.footerMenu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.footerMenu ul li a:hover {
  color: var(--greenMain);
}

.footerMenu ul li::after {
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  background: #fff;
  width: 1.5px;
  top: 0;
}

.footerMenu ul li:first-child::after {
  display: none;
}

/* Benefits Page CSS*/
.old-women p {
  color: var(--greenMain);
  margin: 0;
  width: 100%;
  float: left;
  font-size: 50px;
  line-height: 69px;
}
section.health-mind h1 {
  color: var(--greenMain);
  padding: 117px 0 76px 0;
  margin: 0;
}
.health-maintanices {
  padding: 0 0 152px 0;
  max-width: 1140px;
  margin: 0 auto;
}
section.pricing-outer table.table > thead > tr > th a {
  text-transform: lowercase;
}
.health-text {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgb(124 144 89 / 32%);
  padding: 30px 0;
  column-gap: 35px;
}
.health-box {
  column-gap: 100px;
}
.health-text h4 {
  margin: 0;
  font-size: 28px;
  line-height: 38px;
  color: var(--greenMain);
  font-weight: 500;
}
.health-maintanices p,
span.sml-text {
  margin: 76px 0 0 0;
  color: var(--greenMain);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
span.sml-text {
  margin: 30px 0 0 0;
  display: inline-block;
}
/* Caregivers Page CSS*/
section.caregivers-design {
  padding: 190px 0 145px 0;
}
section.caregivers-design .caregivers-inner:first-child img {
  width: 450px !important;
  margin: 0 auto;
}
section.caregivers-design h1 {
  color: var(--greenMain);
  padding: 0 50px 0 0;
  margin: 0;
  text-align: left;
}
section.caregivers-design .caregivers-inner:first-child .col-md-6.p-0 {
  text-align: right;
}
section.caregivers-design .caregivers-inner img {
  width: 100% !important;
}
section.caregivers-design .caregivers-inner:first-child {
  padding: 0 0 145px 0;
}
section.caregivers-design .caregivers-inner:last-child {
  margin-bottom: 0;
}
.inner-text p {
  width: 100%;
  float: left;
  margin: 0;
  color: var(--greenMain);
  font-size: 50px;
  line-height: 70px;
  font-weight: 500;
  padding: 0 0 0 127px;
}
section.caregivers-design .caregivers-inner:last-child h2 {
  font-size: 70px;
  font-weight: 800;
  line-height: 86px;
  color: var(--greenMain);
  margin: 0;
  padding: 0 0 0 127px;
}
/* Pricing Page CSS*/
section.pricing-outer td,
section.pricing-outer th {
  padding: 20px;
}
section.pricing-outer td img {
  max-width: 30px;
}
section.pricing-outer {
  padding: 230px 0 267px;
}
section.pricing-outer table.table > thead > tr > th {
  font-size: 30px;
  line-height: 40px;
  color: var(--greenMain);
  text-transform: uppercase;
  border: none;
  padding: 20px;
}
section.pricing-outer table.table > tbody > tr > td {
  text-align: left;
}
section.pricing-outer table.table > tbody > tr > th {
  color: var(--greenMain);
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
}
section.pricing-outer table.table > tbody > tr > th,
section.pricing-outer table.table > tbody > tr > td {
  border-bottom: 1px solid rgb(124 144 89 / 30%);
}
section.pricing-outer .table > thead {
  vertical-align: middle;
}
section.pricing-outer table.table {
  border: 1px solid rgb(124 144 89 / 30%);
}
.table-responsive {
  padding: 0;
}
section.pricing-outer .table > tbody {
  border-top: 1px solid rgb(124 144 89 / 30%);
}

/* Purpose Page CSS*/
section.purpose-outer {
  padding: 230px 0 174px 0;
}
h1.common-heading {
  color: var(--greenMain);
  padding: 0;
}
.purpose-data {
  padding: 60px 0 0 0;
}
.purpose-content {
  padding: 0 130px 0 0;
}
.inner-data li,
.inner-data li a {
  list-style: none;
  color: var(--greenMain);
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.inner-data ul {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.inner-data {
  margin: 73px 0 0 0;
}
.purpose-content p.common-paragraph {
  max-width: 740px;
  margin: 0 0 30px 0;
}
p.common-paragraph {
  color: var(--greenMain);
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  font-weight: 500;
}
.purpose-content a {
  font-size: 30px;
  line-height: 40px;
  color: var(--greenMain);
  font-weight: 300;
  transition: all ease 0.3s;
}
.purpose-content a:hover {
  color: #000;
}

/* FAQ Page CSS*/
section.faq-outer ul li.nav-item {
  width: 100%;
  float: left;
}
section.faq-outer ul li.nav-item button.nav-link.active {
  background: transparent;
}
section.faq-outer ul li.nav-item button.nav-link {
  color: var(--greenMain) !important;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 70px;
  line-height: 86px;
}
section.faq-outer {
  padding: 200px 0 121px 0;
}
.common-heading {
  color: var(--greenMain);
  padding: 0;
  margin: 0;
}
.faq-heading h1:last-child {
  margin: 0;
}
.faq-heading h1 {
  margin: 0 0 20px 0;
  font-weight: 500;
}
.faq-content .accordion-button::after {
  background-image: url(http://evematchmaking.com/wp-content/uploads/2024/05/Icon-ionic-ios-arrow-down@2x-1.png);
  transform: none;
}
.faq-content button.accordion-button.collapsed::after {
  transform: rotate(180deg);
}
.faq-content .accordion-collapse.show {
  display: block;
}
.faq-content .accordion-collapse {
  display: none;
}
.faq-content .accordion-item,
.faq-content .accordion-item button.accordion-button {
  background: transparent;
}
.faq-content .accordion-item {
  border: none;
}
.faq-content .accordion-item .accordion-body,
.faq-content .accordion-item button.accordion-button {
  border-bottom: 1px solid rgb(124 144 89 / 30%);
}
.faq-content .accordion-item .accordion-body {
  border-top: none;
}
.faq-content .accordion-item button.accordion-button {
  font-size: 30px;
  color: var(--greenMain);
  font-weight: 600;
  padding-left: 0;
  padding-right: 10px;
}
.faq-content .accordion-item button.accordion-button:focus {
  box-shadow: none;
}
.faq-content .accordion-item p,
.faq-content .accordion-item a {
  font-size: 20px;
  line-height: 30px;
  color: var(--greenMain);
  font-weight: 500;
  margin: 0;
}

/* Community Page CSS*/
section.community-outer {
  padding: 206px 0 114px 0;
}
.row.community-grid {
  padding: 0;
  margin: 0 0 50px 0;
}
.row.community-grid .text-area-half {
  padding: 0 0 0 50px;
}
.row.community-grid.even .text-area-half {
  padding-left: 0;
}
.row.community-grid .text-area-half h2,
.exixsting-customer h2 {
  font-size: 50px;
  line-height: 60px;
  color: var(--greenMain);
  font-weight: 500;
  margin: 0 0 20px 0;
}
.listicons p.bigtext {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}
section.storySection p.bigtext {
  font-size: 30px;
  line-height: 40px;
}
.row.community-grid .text-area-half p,
.existing-customer-content p,
.existing-customer-content a {
  font-size: 30px;
  line-height: 40px;
  color: var(--greenMain);
  font-weight: 500;
  margin: 0 0 35px 0;
}
.existing-custome-btn {
  width: 100%;
  float: left;
  margin: 0;
}
.existing-custome-btn a {
  width:auto;
  float:none;
  display: inline-block;
  background: var(--greenMain);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  padding: 15px 60px;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.existing-custome-btn a:hover {
  background-color: #000;
}
.row.community-grid .text-area-half a {
  width: auto;
  float: left;
  background-color: var(--greenMain);
  text-decoration: none;
  color: #fff;
  padding: 12px 45px;
  border-radius: 30px;
  transition: all ease 0.3s;
}
.row.community-grid .text-area-half a:hover {
  background-color: #000;
}

section.health-mind {
  padding: 120px 0 0 0;
}
.health-maintanices p:last-child {
  margin: 20px 0 0 0;
}
.default-pages {
  padding: 200px 0 100px 0;
}
.default-pages p {
  font-size: 20px;
  line-height: 35px;
  color: var(--greenMain);
}
.default-pages a {
  color: var(--greenMain);
}

/** 404 PAge CSS **/
body.error404 div#content {
  margin: 0;
}
.post.error404 {
  padding: 180px 0 140px 0;
  text-align: center;
}
#content .post.error404 h1.entry-title {
  color: var(--greenMain);
  font-size: 45px;
  font-weight: bold;
}
form#searchform label.screen-reader-text {
  display: none;
}
#content .post.error404 input#s {
  height: 45px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 15px;
}
#content .post.error404 input#searchsubmit {
  margin: 0;
  height: 45px;
  background-color: var(--greenMain);
  text-decoration: none;
  color: #fff;
  padding: 10px 45px;
  border: none;
  font-size: 15px;
  font-family: "Montserrat";
  right: 0;
  position: relative;
  left: -10px;
  transition: all ease 0.3s;
}
#content .post.error404 input#searchsubmit:hover {
  background: #000;
}

/** Search PAge CSS **/
body.search .search-page.search {
  padding: 180px 0 140px 0;
}
body.search .search-page.search #content h1.page-title,
body.search .search-page.search #content span {
  font-size: 30px;
  color: var(--greenMain);
}
body.search .search-page.search #content h2.entry-title {
  margin: 60px 0 20px 0;
}
body.search .search-page.search #content .entry-summary p {
  margin: 10px 0 20px 0;
  color: var(--greenMain);
}
body.search .search-page.search #content a {
  color: var(--greenMain);
}

body.home .mobile-breadcrumb {
  display: none;
}
.mobile-breadcrumb {
  display: none;
}

/**Popup CSS**/
ody.modal-open .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}
div.contact-popup .modal-dialog {
  max-width: 710px;
  margin: 0 auto;
  justify-content: center;
}
div.contact-popup .modal-dialog .modal-content {
  border: 1px solid #707070;
  border-radius: 26px;
  padding: 50px 62px;
}
body.modal-open .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}
.modal-backdrop.show {
  opacity: 0;
  display: none;
}
div.contact-popup .modal-dialog .modal-content button.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50px;
  border: 3px solid #7c9059;
  opacity: 1;
  font-size: 33px;
  font-family: "Montserrat";
  color: #7c9059;
  justify-content: center;
}
.next-btn .btn-primary:disabled {
  background: #000;
}
.buying-popup .modal-content span {
  margin: 0 0 0 6px;
}

div.contact-popup .modal-dialog .modal-body,
div.contact-popup .modal-dialog .modal-body .container,
div.contact-popup .modal-dialog .modal-footer,
div.contact-popup .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
div.contact-popup .modal-dialog .modal-footer {
  justify-content: center;
  margin: 25px 0 0 0;
  border: none;
}
div.contact-popup .modal-dialog .modal-footer p {
  margin: 0;
  text-align: center;
  color: #7c9059;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.6px;
  width: 65%;
}
.check-content span {
  font-size: 18px;
  line-height: 28px;
  color: #7c9059;
  margin: 0 0 0 6px;
}

div.contact-popup
  .modal-dialog
  .modal-content
  .check-label
  input[type="checkbox"] {
  margin: -2px 0 0 0;
  position: relative;
  border: 1px solid #7c9059;
  cursor: pointer;
  line-height: 0;
  outline: 0;
  padding: 0;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: #fff;
}
div.contact-popup
  .modal-dialog
  .modal-content
  .check-label
  input[type="checkbox"]:checked {
  background-color: #7c9059;
  border: #7c9059;
  opacity: 1;
}
div.contact-popup
  .modal-dialog
  .modal-content
  .check-label
  input[type="checkbox"]::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -2px 0 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.check-content {
  margin: 37px 0 0 0;
}
.next-btn {
  margin: 43px 0 0 0;
}
.next-btn button {
  background: #7c9059;
  border: none;
  height: 46px;
  color: #fff;
  line-height: 46px;
  display: inline-block !important;
  position: inherit !important;
  padding: 0 76px;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  transition: all ease 0.3s;
}
.next-btn button:hover,
.next-btn button:active,
.next-btn button:focus {
  background-color: #000 !important;
  box-shadow: none;
}
.next-btn button:focus {
  box-shadow: none;
}
.modal-content .modal-header h4.modal-title {
  text-align: center;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  color: #7c9059;
  font-weight: bold;
  margin: 0 0 46px 0;
}
.modal-input {
  display: flex;
  margin: 0 0 30px 0;
  align-items: center;
}
div.contact-popup .modal-dialog .modal-body .modal-input + .modal-input {
  margin: 0;
}
.modal-input .check-label {
  width: 20%;
  float: left;
}
.modal-input .check-input {
  width: 80%;
  float: left;
}
.modal-input .check-input input {
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #7c9059;
  border-radius: 50px;
}
.modal-input .check-input input:focus {
  box-shadow: none;
}
.modal-input .check-input input::placeholder {
  color: #b0bc9a;
  font-size: 15px;
  line-height: 25px;
}
.contact-popup .modal-content label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #7c9059;
  margin: 0 0 0 4px;
}
.buying-popup .modal-content label input#myselfCheckbox {
  margin: 0;
}
.buying-popup .modal-content label {
  margin: 0px 0 16px 0;
  display: flex;
  align-items: flex-start;
}
.buying-popup .next-btn button {
  position: inherit !important;
  right: 0 !important;
  display: inline-block !important;
}
.buying-popup .modal-content label p {
  margin: -6px 0 0 10px;
}
div#levelOfServicePopup .modal-dialog .modal-input {
  margin: 0 0 15px 0;
}
div#levelOfServicePopup .modal-dialog {
  max-width: 820px;
	min-height:auto;
}

.wrap-btn-plan {
  display: flex;
  justify-content: space-between;
  padding: 0 150px;
  margin: 50px 0 0 0;
}
.wrap-btn-plan button {
    background: #7C8F59;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    margin: 20px 0 20px 0;
    font-weight: 500;

}
.wrap-btn-plan button:hover{
	background:#000;
}
.wrap-btn-plan p {
  margin: 0;
  font-weight: 500;
}
table.table.popup-table {
  margin: 30px 0 0 0;
  border: 1px solid rgb(124 144 89 / 30%);
}
table.table.popup-table > thead > tr > th:first-child {
  text-align: left;
}
table.table.popup-table > thead > tr > th {
  font-size: 18px;
  line-height: 30px;
  color: var(--greenMain);
  text-transform: uppercase;
  border: none;
  padding: 15px;
  text-align: center;
  border-left: 1px solid rgb(124 144 89 / 30%);
}
.exixsting-customer {
  width: 100%;
  float: left;
  padding: 200px 0;
}
.contact-popup .modal-content label input::after,
div#myModal .check-label input::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-popup .modal-content label input:checked::after,
div#myModal .check-label input:checked::after {
  background: #78925d;
  opacity: 1;
  display: block;
}
.contact-popup .modal-content label input,
div#myModal .check-label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  border: 1.5px solid #78925d;
  top: 3px;
  cursor: pointer;
}
.check-content input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1.5px solid #78925d;
  top: 3px;
  cursor: pointer;
}
.check-content input::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 6px;
  height: 14px;
  border: solid #78925d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.check-content input:checked::after {
  opacity: 1;
}
table.table.popup-table > tbody > tr th {
  color: var(--greenMain);
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  padding: 5px 15px;
}
div#levelOfServicePopup .modal-dialog .modal-input input {
  margin: 1px 10px 0 0;
}
table.table.popup-table > tbody > tr td img {
  width: 20px;
}
table.table.popup-table > tbody > tr td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid rgb(124 144 89 / 30%);
}
.table-container span.sml-text {
  font-weight: 500;
}
.reviews-section .row:nth-child(2) img,
.reviews-section .row:nth-child(4) img {
  transform: rotate(355deg);
}
.reviews-section img {
  width: 75%;
  transform: rotate(4deg);
  margin: 0 auto;
}
.wrap-video-text {
  padding: 200px 0 0 0;
  display: flex;
  align-items: center;
  column-gap: 100px;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.underBanner h2 {
  font-size: 70px;
  font-weight: 800;
  line-height: 86px;
}
div#newPopup .modal-content {
  padding: 20px 62px;
}
div#newPopup .modal-dialog {
  max-width: 850px;
  margin: 0 auto;
  min-height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#levelOfServicePopup .modal-content .next-btn {
  margin: 0;
}
div#levelOfServicePopup .modal-dialog.modal-dialog-centered h4.modal-title {
  margin: 0 0 20px 0;
}
div#levelOfServicePopup .modal-dialog {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
div#levelOfServicePopup
  .modal-dialog.modal-dialog-centered
  table.table.popup-table {
  margin: 20px 0 0 0;
}
div#newPopup .modal-content h4.modal-title {
  margin: 0 0 20px 0;
}
.underbanner-paragraph {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 1;
}
div#newPopup .modal-input {
  margin: 0 0 15px 0;
}
div#newPopup .next-btn {
  margin: 0;
}
.heading-content h2 {
  margin: 0 0 30px 0;
  font-size: 70px;
  line-height: 100px;
  color: var(--greenMain);
  font-weight: bold;
}
.myself-tabel table.table.popup-table tbody tr td:last-child,
.myself-tabel table.table.popup-table tr th:last-child {
  display: none;
}
.wrap-video-text {
  padding: 160px 0 0 0;
  display: flex;
  align-items: center;
  column-gap: 100px;
  flex-flow: row-reverse;
  justify-content: space-between;
}

.wrap-heading-content {
  text-align: center;
  width: 100%;
  float: left;
  margin: 0 0 70px 0;
}
.wrap-heading-content h2 {
  font-size: 70px;
  line-height: 86px;
  color: var(--greenMain);
  font-weight: 800;
  margin: 0 0 30px 0;
}
.wrap-heading-content p {
  margin: 0;
  color: var(--greenMain);
  font-size: 30px;
  padding: 0 30px;
}
div#checkoutpopup h4.modal-title {
  margin: 0 0 20px 0;
}
div#checkoutpopup .next-btn {
  margin: 0;
}
th.cust_head {
  text-align: right;
}

/** Checkout CSS **/
body.woocommerce-page div#content {
  margin: 0;
  padding: 200px 0 60px 0;
}
body.woocommerce-checkout div#content {
  margin: 0;
  width: 100%;
}
.woocommerce div.col2-set .col-1,
.woocommerce-page div.col2-set .col-1 {
  float: left;
  width: 100%;
  max-width: 100%;
}
.woocommerce div.col2-set .col-2,
.woocommerce-page div.col2-set .col-2 {
  float: left;
  width: 70%;
  max-width: 100%;
  padding: 0;
}
.Cuistom-checkout {
  display: flex;
  margin: 0;
}
body.woocommerce-checkout
  #content
  form.checkout.woocommerce-checkout
  .Cuistom-checkout
  span.woocommerce-input-wrapper {
  width: 100%;
}
body.woocommerce-checkout
  #content
  form.checkout.woocommerce-checkout
  .Cuistom-checkout
  input,
body.woocommerce-checkout
  #content
  form.checkout.woocommerce-checkout
  .Cuistom-checkout
  select {
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  border-radius: 50px;
  border: 1px solid;
  color: var(--greenMain);
  width: 100%;
  max-width: 100%;
}
body.woocommerce-checkout
  #content
  form.checkout.woocommerce-checkout
  .Cuistom-checkout
  input::placeholder {
  font-size: 12px;
}
.shipping_address label,
.woocommerce-billing-fields__field-wrapper label,
body.woocommerce-page #content h1.entry-title,
h3#order_review_heading {
  display: none !important;
}
#content .Cuistom-checkout .woocommerce-billing-fields h3,
#content .woocommerce-additional-fields h3 {
  color: var(--greenMain);
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  span {
  width: 80%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  color: var(--greenMain);
  font-size: 20px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}
h3#ship-to-different-address input#ship-to-different-address-checkbox {
  margin: 10px 0 0 0;
  position: relative;
  border: 2px solid #7c9059;
  cursor: pointer;
  line-height: 0;
  outline: 0;
  padding: 0;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  border-radius: 4px;
  background: #fff;
}
h3#ship-to-different-address input#ship-to-different-address-checkbox::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -2px 0 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
h3#ship-to-different-address input#ship-to-different-address-checkbox:checked {
  background-color: #7c9059;
  opacity: 1;
}
.form-row.place-order button#place_order {
  background: #7c9059;
  height: 45px;
}
ul.wc_payment_methods.payment_methods.methods {
  background: #f9f9ee;
  border: 1px solid #7c9059 !important;
}
div#payment .form-row.place-order {
  background: #f9f9ee;
  border: 1px solid #7c9059;
  border-top: none;
  margin: 0;
}
ul.wc_payment_methods li.wc_payment_method label {
  font-size: 16px;
  line-height: 26px;
}
ul.wc_payment_methods.payment_methods.methods label {
  font-family: "Montserrat", sans-serif;
}
ul.wc_payment_methods.payment_methods.methods
  .payment_box.payment_method_stripe {
  background-color: #fff !important;
}
ul.wc_payment_methods.payment_methods.methods
  .payment_box.payment_method_stripe
  label {
  color: #000 !important;
}
ul.wc_payment_methods.payment_methods.methods
  .payment_box.payment_method_stripe
  i.stripe-credit-card-brand {
  right: -38px !important;
}
.Cuistom-checkout div#customer_details {
  width: 100%;
}
ul.wc_payment_methods li.wc_payment_method input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  border: 1.5px solid #78925d;
  top: 3px;
  cursor: pointer;
}
ul.wc_payment_methods li.wc_payment_method input::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}
ul.wc_payment_methods li.wc_payment_method input:checked::after {
  background: #78925d;
  opacity: 1;
  display: block;
}
.Cuistom-checkout div#customer_details .col-1 {
  padding: 0;
  width: 70%;
}
.Cuistom-checkout .checkout-order-cst {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 40%;
}
.Cuistom-checkout .checkout-order-cst h3#order_review_heading {
  margin: 0;
  background: var(--greenMain);
  color: #fff;
  text-align: center;
  font-size: 35px;
  padding: 10px;
  border-radius: 20px 20px 0 0;
}
.Cuistom-checkout .checkout-order-cst h3#order_review_heading {
  margin: 0;
  background: var(--greenMain);
  color: #fff;
  text-align: center;
  font-size: 35px;
  padding: 10px;
  border-radius: 20px 20px 0 0;
}
.Cuistom-checkout .checkout-order-cst .woocommerce-checkout-review-order-table {
  background: #fff;
}
div#checkoutpopup .modal-body p {
  text-align: center;
  font-size: 18px;
  line-height: 31px;
  color: #7c9059;
}
ul.wc_payment_methods.payment_methods.methods
  .payment_box.payment_method_stripe
  a {
  color: #000;
}
.woocommerce-checkout-review-order-table > thead > tr th:last-child,
.woocommerce-checkout-review-order-table > tbody > tr td:last-child,
.woocommerce-checkout-review-order-table > thead > tr th:last-child,
.woocommerce-checkout-review-order-table > tfoot > tr td:last-child {
  text-align: right;
}
#content
  .woocommerce-checkout-review-order-table
  > tfoot
  > tr.order-total
  td
  strong {
  font-weight: normal;
  font-size: 18px;
}
#content .woocommerce-checkout-review-order-table > tfoot > tr.order-total th,
#content .woocommerce-checkout-review-order-table > tfoot > tr.order-total td {
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: var(--greenMain);
  vertical-align: middle;
  border-top: 1px solid #7c9059;
}
#content .woocommerce-checkout-review-order-table tr th,
#content .woocommerce-checkout-review-order-table thead th {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 9px 24px;
  font-family: "Montserrat", sans-serif;
  color: var(--greenMain);
}
#content .woocommerce-checkout-review-order-table > tfoot td {
  font-weight: 400;
  color: var(--greenMain);
}
#content .woocommerce-checkout-review-order-table tr td,
#content .woocommerce-checkout-review-order-table tr th {
  border-top: none;
  padding: 6px 24px;
}
.woocommerce-checkout-review-order-table > tbody td {
  font-size: 16px;
  font-weight: 600;
  color: var(--greenMain);
}
.woocommerce-checkout-review-order-table > tbody td.product-total {
  font-weight: 400;
}
#content .woocommerce-checkout-review-order-table > thead th {
  padding-top: 20px;
}
#content .woocommerce-checkout-review-order-table {
  border: 1px solid #7c9059;
  border-radius: 0 0 20px 20px;
}
.Cuistom-checkout .checkout-order-cst h3#order_review_heading {
  display: block !important;
}

/* Order recieve css */
.woocommerce-order p.woocommerce-notice {
  font-size: 50px;
  line-height: 49px;
  color: var(--greenMain);
  font-weight: bold;
}
.woocommerce ul.woocommerce-order-overview {
  margin: 0;
  padding: 30px;
  border: 1px solid var(--greenMain);
  border-radius: 30px;
  display: flex;
}
.woocommerce ul.woocommerce-order-overview li {
  color: var(--greenMain);
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
.woocommerce ul.woocommerce-order-overview li strong {
  font-size: 18px;
  line-height: 28px;
}
.woocommerce-order p {
  font-size: 40px;
  line-height: 50px;
  color: var(--greenMain);
  font-weight: 700;
  margin: 0 0 30px 0;
}
#content table.woocommerce-table.shop_table > thead > tr > th {
  font-size: 30px;
  line-height: 40px;
  color: var(--greenMain);
  text-transform: uppercase;
  border: none;
  padding: 20px;
}
#content table.woocommerce-table.shop_table tr td {
  color: var(--greenMain);
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  width: 50%;
}
#content table.woocommerce-table.shop_table tr td > a {
  color: var(--greenMain);
  text-decoration: none;
}
#content .woocommerce table.shop_table tr th {
  color: var(--greenMain);
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  width: 50%;
}
#content section.woocommerce-order-details h2.woocommerce-order-details__title {
  font-size: 26px;
  line-height: 50px;
  color: var(--greenMain);
  font-weight: 700;
  margin: 0 0 10px 0;
}

section.content-with-button {
  width: 100%;
  float: left;
  padding: 180px 0 100px 0;
}
section.content-with-button p {
  color: var(--greenMain);
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  margin: 0 0 30px 0;
}
section.content-with-button .wrap-btn {
  display: flex;
  gap: 15px;
  margin: 30px 0 0 0;
}
section.content-with-button .wrap-btn a {
  color: #fff;
  text-decoration: none;
  background: var(--greenMain);
  height: 50px;
  line-height: 50px;
  float: none;
  display: inline-block;
  padding: 0 20px;
  border-radius: 50px;
  font-weight: 600;
}
.wrap-content-btn .content h3 br, .wrap-content-btn .content h5 br{
  display: none;
}
.woocommerce div.product form.cart div.quantity {
  display: flex;
  align-items: center;
  margin: 8px 8px 0 0;
}
.wrap-content-btn .content h3,
.wrap-content-btn .content h5, .wrap-content-btn .content h1 {
  color: var(--greenMain);
  font-weight: 700;
  margin: 0 0 30px 0;
  font-size: 70px;
  line-height: 86px;
	font-weight:800;
}
section.content-with-button.Individuals-btn {
  padding: 180px 0 50px 0;
}
section.Individuals {
  padding: 0 0 100px 0 !important;
}
section.Individuals .inner-text {
  padding: 0 0 0 60px;
  float: left;
  width: 100%;
  text-align:left;
}
section.Individuals .row.caregivers-inner {
  padding: 0 0 60px 0;
}
section.Individuals .row.caregivers-inner h3 {
  margin: 0 0 20px 0;
  color: var(--greenMain);
  font-size: 70px;
  line-height: 100px;
  font-weight: 800;
  padding: 0;
}
section.Individuals .inner-text h2, section.Individuals .inner-text h3 {
  margin: 0 0 20px 0;
  color: var(--greenMain);
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
section.Individuals .inner-text p {
  padding: 0;
  font-size: 30px;
  line-height: 40px;
}
section.Individuals .caregivers-inner:nth-child(2) .inner-text {
  padding: 0 60px 0 0;
}
.wrap-content-btn .content h4 {
  margin: 0;
}
section.caregivers-design.define_float.Individuals
  .caregivers-inner:first-child
  img {
  width: 100% !important;
}
section.middlebanner-cstm {
  background: var(--greenMain);
  padding: 40px 0 0 0;
  width: 100%;
  float: left;
} 
section.middlebanner-cstm.Home.Page .content-middle-ctm {
  width: 100%;
  float: left;
  text-align: right;
  padding: 30px 130px 0 0;
}
section.middlebanner-cstm.Home.Page .content-middle-ctm p {
  margin: 0;
  width: 100%;
  float: left;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}
section.middlebanner-cstm.Company .row.wrap-items div.wrap-item.mibanner {
  margin: 0;
  width: 100%;
}
.last-content p span.cstm-sm-cig {
  margin: 40px 0 0 0;
  width: 100%;
  float: left;
  font-size: 30px;
  line-height: 40px;
}
.last-content p {
  margin: 0;
}
section.middlebanner-cstm.Company .row.wrap-items {
  flex-wrap: wrap;
}
.wrap-item.mibanner p {
  color: #fff;
  font-size: 42px;
  line-height: 52px;
  padding: 0;
  text-align: center;
}
.banner-image-cls img {
  max-width: 120px;
}
section.middlebanner-cstm .container {
  max-width: 100%;
  padding: 0 40px;
}

.image-text-count p {
  font-size: 30px;
  line-height: 56px;
  color: #fff;
  font-weight: 600;
}
/*.wrap-item.mibanner:last-child .count::after {
  position: absolute;
  content: "$";
  top: 0;
  left: -45px;
  font-family: "Georama", sans-serif;
  font-weight: 700;
  font-size: 50px;
}*/
.wrap-text-per span.text-sp {
  margin: 0 0 0 5px;
}
.wrap-item.mibanner:last-child .count {
  position: relative;
}
.row.wrap-items .wrap-item.mibanner {
  width: 40%;
  float: left;
  text-align: center;
}
.row.wrap-items .wrap-item.mibanner:nth-child(2) {
  position: absolute;
  width: 100%;
}
.wrap-text-per .count,
.wrap-text-per span {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
}
.wrap-text-per {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}

/* Responsive */
@media only screen and (max-width: 1699px) {
  .container-extend {
    max-width: 1320px;
  }

  h1,
  .h1,
  section.caregivers-design .caregivers-inner:last-child h2, body.home .wrap-heading-content h2, .wrap-heading-content h2 {
    font-size: 55px;
    line-height: 70px;
  }

  .bannerCaption > span {
    font-size: 30px;
  }

  .bannerCaption > span::after {
    width: 80px;
    left: 175px;
  }

  .mainBanner {
    min-height: 900px;
  }

  .custom-icon-list li {
    font-size: 30px;
  }

  p.bigtext {
    font-size: 30px;
    line-height: 39px;
  }

  .reviews-section .bigtext span {
    font-size: 26px;
  }

  .story-text {
    max-width: 600px;
  }

  .mainheader li {
    margin-right: 55px;
  }
}

@media only screen and (max-width: 1439px) {
  .container-extend {
    max-width: 1140px;
  }

  .mainheader li a,
  .mainheader .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
  }

  .mainheader li {
    margin-right: 40px;
  }

  h1,
  .h1,
  section.caregivers-design .caregivers-inner:last-child h2, body.home .wrap-heading-content h2, .wrap-heading-content h2, section.Individuals .row.caregivers-inner h2, .wrap-content-btn .content h3, .wrap-content-btn .content h5, .wrap-content-btn .content h1 {
    font-size: 52px;
	line-height:62px;
  }
}

@media only screen and (max-width: 1365px) {
  .linksFooter a {
    font-size: 25px;
  }

  .linksFooter a i {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .story-text {
    max-width: 470px;
  }

  h1,
  .h1,
  section.caregivers-design .caregivers-inner:last-child h2, body.home .wrap-heading-content h2,.wrap-heading-content h2, section.Individuals .row.caregivers-inner h2, section.Individuals .row.caregivers-inner h3, .wrap-content-btn .content h3, .wrap-content-btn .content h5 {
    font-size: 50px;
    line-height: 60px;
  }

  p.bigtext {
    font-size: 24px;
    line-height: 35px;
  }

  .mainheader li {
    margin-right: 30px;
  }

  .mainBanner {
    min-height: 750px;
  }

  .custom-icon-list li:not(:last-child) {
    margin-bottom: 50px;
  }

  .custom-icon-list li {
    font-size: 35px;
  }

  .image-text-section .h1 {
    margin-bottom: 35px;
  }

  .reviews-section img {
    max-width: 100%;
  }

  .story-text .founder {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1199px) {
  .mainheader .navbar-brand img {
    max-width: 150px;
  }

  .mainheader li a,
  .mainheader .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
  }

  .mainheader li {
    margin-right: 25px;
  }

  .container-extend {
    max-width: 960px;
  }

  h1,
  .h1,
  section.caregivers-design .caregivers-inner:last-child h2, body.home .wrap-heading-content h2, .wrap-heading-content h2, section.Individuals .row.caregivers-inner h2, .wrap-content-btn .content h3, .wrap-content-btn .content h5 {
    font-size: 40px;
	  line-height:50px;
  }

  .bannerCaption > span {
    font-size: 22px;
  }

  .bannerCaption > span::after {
    width: 55px;
    left: 134px;
  }

  .mainBanner {
    min-height: 700px;
  }

  .listicons .iconLeft {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    flex: 0 0 120px;
  }

  .listicons .iconLeft img {
    max-width: 70px;
  }

  .custom-icon-list li {
    font-size: 24px;
    padding-left: 40px;
  }

  .custom-icon-list li::before {
    width: 30px;
    height: 20px;
  }

  .custom-icon-list li:not(:last-child) {
    margin-bottom: 40px;
  }

  .reviews-section .bigtext span {
    font-size: 20px;
    margin-top: 15px;
  }

  .story-text {
    padding: 30px;
  }

  .story-text .founder {
    font-size: 20px;
  }

  .storySection img {
    height: 100%;
    object-fit: cover;
  }

  .footerMenu ul li a {
    font-size: 16px;
  }

  .footerMenu ul li {
    margin: 0 10px;
  }

  .footerMenu ul li::after {
    left: -10px;
  }

  .pressSection,
  .reviews-section,
  .stepsSection {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 991px) {
  .mainFooter .logoFooter img {
    max-width: 140px;
  }

  .logoFooter,
  .linksFooter {
    margin-bottom: 45px;
  }

  .footerMenu ul li a {
    font-size: 12px;
  }

  .linksFooter a i {
    font-size: 18px;
    margin-right: 10px;
  }

  .linksFooter a {
    font-size: 20px;
  }

  .mainFooter {
    padding: 70px 0;
  }

  .sliderMain .slick-dots button {
    outline-offset: 5px;
  }

  .container-extend {
    max-width: 100%;
  }

  .text-area-half {
    padding: 40px;
  }

  .listicons:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .bannerCaption {
    margin-bottom: 40px;
  }

  .underBanner .h1 {
    font-size: 22px;
    padding-left: 90px;
    line-height: 34px;
    width: auto;
    margin: 0 0 0 auto;
    max-width: 280px;
  }
  .contentIcon {
    text-align: center;
    padding: 0 15px;
    margin-top: 25px;
  }

  .listicons .iconLeft {
    margin-right: 0;
  }

  .contentIcon p.bigtext {
    font-size: 22px;
    line-height: 33px;
    padding: 0 20px;
  }

  .text-area-half {
    padding: 40px 0px;
  }

  .pressSection,
  .reviews-section,
  .stepsSection {
    padding: 50px 0;
  }

  .reviews-section .bigtext {
    color: var(--greenMain);
    margin-top: 25px;
  }

  .container,
  .container-fluid {
    padding: 0 30px;
  }

  .reviews-section {
    padding-top: 0;
  }

  .storySection .container-fluid {
    padding: 0;
  }

  p.bigtext,
  .custom-icon-list li {
    font-size: 20px;
    line-height: 29px;
  }

  .story-text .founder {
    font-size: 16px;
  }

  .pressSection .container {
    padding: 0;
  }

  .pressSection .h1 {
    margin-bottom: 0px;
  }

  .sliderMain .slick-dots button {
    outline-offset: 3px;
  }

  .pressSlide {
    margin: 20px 5px;
  }

  .pressSlide {
    padding: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .sliderMain .slick-dots {
    margin-top: 15px;
  }

  .sliderMain .slick-dots button {
    margin: 7px;
  }

  .footerMenu ul li {
    margin-bottom: 15px;
    width: 100%;
  }

  .footerMenu ul li::after {
    display: none;
  }

  .footerMenu ul li a {
    font-size: 16px;
    line-height: 21px;
  }

  .linksFooter a span {
    font-size: 0;
  }

  .linksFooter a + a {
    margin-left: 15px;
  }

  .linksFooter a i {
    margin: 0px;
  }

  .linksFooter a:hover i {
    background: var(--greenMain);
    border-color: var(--greenMain);
  }

  .mainFooter {
    padding: 50px 0 20px;
  }

  .storySection,
  .pressSection {
    overflow: hidden;
  }

  .mainheader .navbar-brand img {
    max-width: 130px;
  }

  h1,
  .h1 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 413px) {
  .container,
  .container-fluid {
    padding: 0 15px;
  }
}
.default-pages ol li {
  color: var(--greenMain);
  font-size: 24px;
  line-height: 34px;
}
.default-pages ol {
  padding: 0;
  list-style-position: inside;
  margin-left: 0;
}
.default-pages ul li {
  font-size: 20px;
  line-height: 35px;
  color: var(--greenMain);
}
/* .woocommerce-notices-wrapper {
  display: none;
}
.pressSection {
  display: none;
} */

/* .popup-button{
  background: #FFFF00;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  padding: 15px 35px;
  text-transform: uppercase;
  transition: all ease 0.3s;
  position: fixed !important;
  z-index: 1;
  left: 60px;
  text-align: right;
  bottom: 20px;
  border: 0px;
  line-height: normal;
}

.popup-button:hover {
  background: var(--greenMain);
  color: #fff;
} */
.middleBanner img {
  width: 100%;
}

/* CSS */

#customButton img {
  max-width: 50px;
  margin-bottom: 5px;
}

#buttonContainer #customButton {
  position: relative;
  flex-direction: column;
  padding: 10px;
  background: #faf9ed;
  border: 2px solid #78915d;
  border-radius: 100px;
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px #7c905947;
}
#buttonContainer {
  position: fixed;
  bottom: 20px;
  right: 60px;
  z-index: 999;
	width:auto;
}

#buttonContainer #customButton span {
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  color: #000;
}
#buttonContainer #customButton .close-icon {
  position: absolute;
  top: 4px;
  right: 20px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  cursor: pointer;
  font-size: 10px;
  color: #000;
}
#buttonContainer #customButton:hover .close-icon {
  opacity: 1;
}

/* 2nd popup */
.talk-popup {
  max-width: 700px;
  width: 86%;
  padding: 100px 20px !important;
  border-radius: 20px;
}
.talk-popup p {
  margin: 0;
}
.talk-popup .close-icon {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50px;
  border: 3px solid #7c9059;
  opacity: 1;
  font-size: 18px;
  font-family: "Montserrat";
  color: #7c9059;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.talk-popup .talk-popup-eve p {
  font-size: 18px;
  line-height: 28px;
  color: #7c9059;
  font-weight: 500;
}

.talk-popup .talk-popup-eve p a {
  color: #7c9059;
}
.talk-popup p.txt-mobile {
  display: none;
}

/**Cart Page CSS**/
body.woocommerce-cart #content form.woocommerce-cart-form .cart.woocommerce-cart-form__contents {
  background: #f9f9ee;
  border: 1px solid #7c9059 !important;
  margin: 0 0 30px 0;
}
body.woocommerce-cart #content form.woocommerce-cart-form .cart.woocommerce-cart-form__contents th {
  font-size: 24px;
  width: 30%;
}
body.woocommerce-cart #content form.woocommerce-cart-form .cart.woocommerce-cart-form__contents tbody tr td {
  padding: 10px 20px;
  border-top: 1px solid #7c9059;
}
body.woocommerce-cart #content form.woocommerce-cart-form .cart.woocommerce-cart-form__contents tr td a {
  color: var(--greenMain);
  text-decoration: none;
}
body.woocommerce-cart #content form.woocommerce-cart-form .cart.woocommerce-cart-form__contents tr td bdi {
  color: var(--greenMain);
}
body.woocommerce-cart #content form.woocommerce-cart-form .cart.woocommerce-cart-form__contents tbody tr td .coupon input#coupon_code {
  background: transparent;
  border: 1px solid var(--greenMain);
  font-weight: 600;
  border-radius: 4px;
}
body.woocommerce-cart #content form.woocommerce-cart-form .cart.woocommerce-cart-form__contents tbody tr td 
 button.button {
    background-color: var(--greenMain);
    color: #fff;
    font-weight: 600;
    transition: all ease 0.3s;
}
body.woocommerce-cart #content form.woocommerce-cart-form .cart.woocommerce-cart-form__contents tbody tr td 
 button.button:hover{
  background-color: #000000;
 }
 body.woocommerce-cart #content .cart-collaterals .cart_totals h2 {
  color: var(--greenMain);
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 15px 0;
}
body.woocommerce-cart #content .cart-collaterals .cart_totals table {
  border: 1px solid var(--greenMain);
}
body.woocommerce-cart #content .cart-collaterals .cart_totals table tr th {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 20px;
  border-top: 1px solid var(--greenMain);
}
body.woocommerce-cart #content .cart-collaterals .cart_totals table tr:first-child td, body.woocommerce-cart #content .cart-collaterals .cart_totals table tr:first-child th  {
  border-top: 0;
}
body.woocommerce-cart #content .cart-collaterals .cart_totals table tr td span {
  color: var(--greenMain);
}
body.woocommerce-cart #content .cart-collaterals .cart_totals table tr td {
  border-top: 1px solid var(--greenMain);
  vertical-align: middle;
}
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout {
  padding: 0;
}
body.woocommerce-cart #content .wc-proceed-to-checkout a.checkout-button {
  background: var(--greenMain);
  font-size: 20px;
  line-height: 55px;
  padding: 0 20px;
  height: 55px;
  font-style: normal;
  transition: all ease 0.3s;
}
body.woocommerce-cart #content .wc-proceed-to-checkout a.checkout-button:hover, p.return-to-shop a.button:hover{
  background: #000;
  color: #fff;
} 
p.return-to-shop a.button {
  background-color: var(--greenMain);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  transition: all ease 0.3s;
}
.heading-with-text {
  width: 100%;
  float: left;
  padding: 0 0 150px 0;
}
body.home section.heading-with-text {
  width: 100%;
  float: left;
  padding: 120px 0;
}
section.heading-with-text .wrap-heading-content {
  margin: 0;
}
section.heading-with-text .wrap-heading-content .h1 {
  color: var(--greenMain);
  margin: 0 0 50px 0;
}
section.heading-with-text .wrap-heading-content p {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  line-height: 40px;
} 
section.heading-with-text .wrap-heading-content p:last-child{margin-bottom:0;}

@media (max-width: 1600px) {
  #buttonContainer #customButton {
    width: 100px;
    height: 100px;
  }
  #customButton img {
    max-width: 38px;
  }
  #buttonContainer #customButton span {
    font-size: 14px;
    line-height: 1.1em;
  }
  #buttonContainer {
    right: 70px;
  }
}
@media (max-width: 991px) {
  #buttonContainer #customButton {
    left: 0;
  }
  #buttonContainer {
    right: 20px;
    bottom: 10px;
  }
  #customButton img {
    max-width: 35px;
  }
}
@media (max-width: 767px) {
  .talk-popup p.txt-deskt {
    display: none;
  }
  .talk-popup p.txt-mobile {
    display: block;
  }
}

@media (max-width: 599px) {
  #buttonContainer #customButton span {
    font-size: 13px;
  }
  #buttonContainer #customButton {
    width: 120px;
    height: 120px;
  }
  #customButton img {
    max-width: 28px;
  }
  #buttonContainer #customButton .close-icon {
    top: 2px;
    right: 13px;
    font-size: 9px;
  }
}

.woocommerce div.col2-set .col-2,
.woocommerce-page div.col2-set .col-2 {
  display: none;
}
/* .woocommerce-form-coupon-toggle {
  display: none;
} */

#emailForm .modal-body .modal-input input::after {
  border: none;
  margin: 0;
}


/** 29 May 24 start */

.us-cls-cstm {

  padding: 230px 15px 100px !important;

}



.us-cls-cstm div#nav-above {

  display: none;

}



.us-cls-cstm div#nav-below {

  display: none;

}



.us-cls-cstm div#content {

  margin: 0;

}



.us-cls-cstm div#respond {

  margin: 0;

}



.us-cls-cstm p.form-submit {

  margin-bottom: 0 !important;

}



.us-cls-cstm .entry-content {

  padding: 0;

}



.us-cls-cstm .entry-content p, .us-cls-cstm .entry-content h2, .us-cls-cstm .entry-content h3, .us-cls-cstm .entry-content h4, .us-cls-cstm .entry-content h5{

  margin-bottom: 15px !important;

  font-size: 30px;

  font-weight: 400;

  line-height: 40px;

  color: var(--greenMain);

  font-style: normal !important;

}



.us-cls-cstm .entry-content p strong, .us-cls-cstm .entry-content h2, .us-cls-cstm .entry-content h3, .us-cls-cstm .entry-content h4, .us-cls-cstm .entry-content h5, .us-cls-cstm .entry-content ol li strong, .us-cls-cstm .entry-content ul li h4 {

  color: var(--greenMain) !important;

  font-weight: 700;

  font-family: 'Montserrat';

  font-size: 40px;

  line-height: 1.2 !important;

  margin: 20px 0 15px !important;

  display: inline-block;

}



.us-cls-cstm .entry-content p em {

  font-style: normal;

  color: var(--greenMain);

}



.us-cls-cstm h1.entry-title {

font-size: 70px !important;

color: var(--greenMain) !important;

font-weight: 800 !important;

line-height: 1.2 !important;


margin-bottom: 40px !important;

}

.us-cls-cstm .entry-meta {

  /** font-size: 18px; */

  /** color: var(--greenMain); */

  display: none;

}

.us-cls-cstm .entry-meta a {

  color: var(--greenMain);

}

.us-cls-cstm form p label {

  font-size: 18px !important;

  line-height: 28px;

  font-weight: 500 !important;

  color: #7c9059 !important;

  margin: 0 0 0 4px;

  display: inline-block;

  font-family: 'Montserrat' !important;

}

.us-cls-cstm form p span.required {

  font-size: 16px;

  line-height: 28px;

  font-weight: 500;

  color: #7c9059 !important;

}

body .us-cls-cstm form p input {

  height: 55px;

  line-height: 55px;

  padding: 0 15px;

  border-radius: 50px;

  border: 1px solid;

  color: var(--greenMain) !important;

  width: 100%;

  max-width: 100%;

  outline: unset;

}

body .us-cls-cstm form p textarea {

  height: 180px;

  padding: 20px 15px;

  border-radius: 40px;

  border: 1px solid;

  color: var(--greenMain) !important;

  width: 100%;

  max-width: 100%;

  outline: unset;

  resize: none;

}

.us-cls-cstm form p.comment-form-cookies-consent {

  display: flex;

  align-items: center;

  margin: 15px 0 30px !important;

}

.us-cls-cstm form p.comment-form-cookies-consent input {

  height: auto;

  margin: 0 5px 0 0 !important;

}

.us-cls-cstm form p.form-submit input#submit {

  background: #7c9059;

  border: none;

  height: 46px;

  color: #fff !important;

  line-height: 46px;

  display: inline-block !important;

  position: inherit !important;

  padding: 0 76px;

  border-radius: 50px;

  font-weight: 500;

  text-transform: uppercase;

  font-size: 18px;

  transition: all ease 0.3s;

}

.us-cls-cstm .entry-utility {

  display: none;

}

.us-cls-cstm .comment-respond {

  border: none !important;

}

.us-cls-cstm .comment-respond h3#reply-title {

  color: var(--greenMain);

  font-weight: 700;

  font-family: 'Montserrat';

  font-size: 40px;

  line-height: 1.2;

  margin: 20px 0!important;

  display: inline-block;

}

body .us-cls-cstm form p.comment-notes {

  font-size: 25px;

  font-weight: 400;

  line-height: 40px;

  color: var(--greenMain);

  font-style: normal !important;

}

.us-cls-cstm .entry-content ol {

  margin: 0 !important;

  padding: 0;

  list-style: none;

}

.us-cls-cstm .entry-content p a {

  font-style: normal;

  color: var(--greenMain) !important;

  text-decoration-color: var(--greenMain) !important;

}
.us-cls-cstm .entry-content ul li {
	margin-bottom: 15px !important;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	color: var(--greenMain);
	font-style: normal !important;
}

@media (max-width:1699px){

  .us-cls-cstm h1.entry-title {

      font-size: 55px !important;

  }

}

@media (max-width:1439px){

  .us-cls-cstm h1.entry-title {

      font-size: 52px !important;

  }

}

@media (max-width:1365px){

  .us-cls-cstm h1.entry-title {

      font-size: 50px !important;

  }



}

@media (max-width:1199px){

  .us-cls-cstm {

      padding: 120px 15px 50px !important;

  }

  .us-cls-cstm h1.entry-title {

      font-size: 45px !important;

  }

  .us-cls-cstm .entry-content p strong, .us-cls-cstm .entry-content h2, .us-cls-cstm .entry-content h3, .us-cls-cstm .entry-content h4, .us-cls-cstm .entry-content h5, .us-cls-cstm .entry-content ol li strong, .us-cls-cstm .entry-content ul li h4 {

      font-size: 30px;

  }

  .us-cls-cstm h1.entry-title {

    margin-bottom: 20px !important;

  }

}

@media (max-width:991px){

  .us-cls-cstm h1.entry-title {
      font-size: 40px !important;
  }

  body .us-cls-cstm form p textarea {
      height: 150px;
      padding: 15px 15px;
      border-radius: 20px;
  }

  .us-cls-cstm .entry-content p strong, .us-cls-cstm .entry-content h2, .us-cls-cstm .entry-content h3, .us-cls-cstm .entry-content h4, .us-cls-cstm .entry-content h5, .us-cls-cstm .entry-content ol li strong, .us-cls-cstm .entry-content ul li h4 {
      font-size: 27px;
  }

  .us-cls-cstm form p label {
      font-size: 16px !important;
      line-height: 1.2;
}

}

@media (max-width:767px){

  .us-cls-cstm h1.entry-title {
      font-size: 40px !important;
  }

.us-cls-cstm .entry-content p, .us-cls-cstm .entry-content h2, .us-cls-cstm .entry-content h3, .us-cls-cstm .entry-content h4, .us-cls-cstm .entry-content h5 {
	margin-bottom: 10px !important;
	font-size: 26px !important;
	line-height: 36px !important;
}
}



/** 29 May 24 end */


/** 30 May 24 */
section.pressnew {
  padding-bottom: 120px;
}
section.pressnew .wrap-img-link {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}
section.pressnew .wrap-img-link>.press-image {
  width: calc(50% - 8px);
}
section.pressnew .wrap-img-link>.press-image a {
  display: block;
  height: 100%;
  text-align: center;
}
section.pressnew .wrap-img-link>.press-image a img {
 width: auto;
 height: auto;
 max-width: 390px;
 width: 100%;
}
section.pressnew .h1 {
  color: var(--greenMain);
  margin-bottom: 80px;
}
/** 30 May 24 end */


/* 03 june 24 */
/* .mainheader {
	z-index: 1045;
} */
.mainBanner {
  position: relative;
  z-index: -1;
}
.mainBanner .img-banner {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1080px;
}
@media (max-width:1699px){
  .mainBanner .img-banner {
    min-height: 900px;
  }
}
@media (max-width:1365px){
  .mainBanner .img-banner {
    min-height: 750px;
  }
}
@media (max-width:1199px){
  .mainBanner .img-banner {
    min-height: 700px;
  }
}
@media (max-width:767px){
  .mainBanner .img-banner {
    min-height: 650px;
  }
}
/* 03 june 24 end*/


/* 05 May 24 */

.cstm-default-page h1 {
    font-size: 70px !important;
    color: var(--greenMain) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 40px !important;
}
.cstm-default-page h2, .cstm-default-page h3, .cstm-default-page h4, .cstm-default-page h5, .cstm-default-page h6 {
    color: var(--greenMain) !important;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 40px;
    line-height: 1.2 !important;
    margin: 20px 0 15px !important;
    display: inline-block;
}
.cstm-default-page h3{
     font-weight: 600;
}
.cstm-default-page h4, .cstm-default-page h5{
    font-weight: 500;
}
.cstm-default-page h6{
    font-weight: 400;
}
.cstm-default-page p {
    margin-bottom: 15px !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: var(--greenMain);
    font-style: normal !important;
}
.cstm-default-page a {
 font-style: normal;
 color: var(--greenMain) !important;
 text-decoration-color: var(--greenMain) !important;
}
.cstm-default-page a strong {
 font-weight: 400;
 color: var(--greenMain);
}
.cstm-default-page li {
 margin-bottom: 15px !important;
 font-size: 30px;
 font-weight: 400;
 line-height: 40px;
 color: var(--greenMain);
 font-style: normal !important;
}
.cstm-default-page li h3 {
 font-weight: 700;
 padding-right: 10px;
}
.cstm-default-page li h6, .cstm-default-page li h4{
 padding-right: 10px;
}
.cstm-default-page li h6, .cstm-default-page li h2, .cstm-default-page li h3, .cstm-default-page li h4, .cstm-default-page li h5 {
 margin: 0 !important;
 font-weight: 500;
 font-size: 28px;
}

/* 05 May 24 end */


/* 07 May 24 QA css */
section.middlebanner-cstm.Home.Page .content-middle-ctm {
 padding-bottom: 20px !important;
}
.row.community-grid.even .text-area-half {
 padding-right: 20px;
}
div#levelOfServicePopup .modal-dialog .modal-content button.close {
 right: -10px;
 top: -20px !important;
 z-index: 10;
}
div#levelOfServicePopup .modal-dialog .modal-content {
 height: auto;
 overflow-y: auto;
 position: static;
}
div#levelOfServicePopup .modal-dialog form#Plan {
 width: 100%;
 position: relative;
}
section.underBanner .underbanner-content .h1 h2 {
  max-width: 1600px;
  padding: 0 15px;
 }

/* 07 May 24 QA css end */

/* 13 June 24 */
.cstm-default-page li h5 {
	padding-right: 10px !important;
}

/* 08th July */


.page-id-885 .default-pages ol li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
}

.page-id-885 .default-pages ol li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: var(--greenMain);
    border-radius: 50px;
}

.page-id-885 .cstm-default-page a {
	text-decoration: none;
}
.payment_box.payment_method_stripe p {
	display: none;
}
.woocommerce-order-received .woocommerce-customer-details {
	display: none;
}
/* August 30th 2024 */

.wrap-heading-content p a {
	color: var(--greenMain) ;
    text-decoration: none;
}

.text-area-half p span a {
    color: var(--greenMain);
	text-decoration: none !important;
}

.text-area-half p a {
    color: var(--greenMain);
	text-decoration: none !important;
}

.text-area-half p span {
    text-decoration: none !important;
}





/* footer css start*/
.footer_links span.elementor-icon-list-icon {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.footer_links span.elementor-icon-list-icon svg {
    margin: 0 !important;
}


#popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
/* Disable scroll when popup is open */
body.popup-open {
    overflow: hidden;
}



.cstm-recapcha {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#recapthaError {
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
  display: flex;  
  justify-content: center;
  align-items: center;
  width: 100%;
}



@media(min-width:1539px)
{
	
.main-mobile-response {
  position: relative !important;
}

.main-mobile-response .mobile-data-responsive {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    max-width: calc(100% - 145px) !important;
    top: 120px;
}
.main-mobile-response .mobile-menuuu {
	width: 100%;
	max-width: calc(100% - 150px);
	left: 50%;
	transform: translateX(-50%);
	top: 35px;
}
}
@media only screen and (max-width:1538px) and (min-width:1366px)
{

.main-mobile-response .mobile-menuuu {
	max-width: calc(100% - 130px);
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
}
.main-mobile-response .mobile-data-responsive {
	top: 140px;
	max-width: calc(100% - 130px);
	left: 50%;
	transform: translateX(-50%);
}
}
@media only screen and (max-width:1365px) and (min-width:1199px)
{
	.main-mobile-response .mobile-menuuu {
	max-width: calc(100% - 100px);
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 53px;
}
.main-mobile-response .mobile-data-responsive {
	top: 150px;
	max-width: calc(100% - 100px);
	left: 50%;
	transform: translateX(-50%);
}
}
@media(max-width:1199px)
{
.main-mobile-response {
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
}
	.mobile-menuuu {
	width: 100%;
	max-width: calc(100% - 90px);
	left: 50%;
	transform: translateX(-50%);
	top: 53px;
}
	.mobile-data-responsive {
	width: 100% !important;
	max-width: calc(100% - 90px);
	transform: translateX(-50%);
	left: 50%;
		top: 150px;
}
}
@media(max-width:400px)
{
	.mobile-menuuu {
	width: 100%;
	max-width: calc(100% - 55px);
}
	.mobile-data-responsive {
	max-width: calc(100% - 55px);
}
}



