:root {
  --white: white;
  --black: #333;
  --green: #105f52;
  --cream: #f6f8ea;
  --white-2: white;
  --black-2: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h2 {
  color: var(--white);
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Arsenal, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  color: var(--black);
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Arsenal, sans-serif;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--green);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h5 {
  color: var(--cream);
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Arsenal, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Arsenal, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  margin-bottom: 15px;
}

.hero-section {
  height: 100vh;
  object-fit: cover;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6), rgba(255, 255, 255, 0) 69%), url('../images/Older-couple-with-yoga-mats.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.innerpage {
  height: 35vh;
  background-image: linear-gradient(rgba(246, 248, 234, .45), rgba(246, 248, 234, .45)), url('../images/hilly-landscape.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
  padding-left: 0%;
  display: block;
  position: static;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 6px;
}

.body {
  background-color: var(--cream);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 2em;
}

.navbar {
  z-index: 5000;
  height: 100px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: space-between;
  align-items: center;
  padding: 15px 2%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  z-index: 1;
  width: auto;
  height: 150px;
  background-color: var(--cream);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 4%;
  right: auto;
  overflow: hidden;
}

.brand.w--current {
  z-index: 1;
  width: auto;
  height: 150px;
  justify-content: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.nav-div {
  width: 100%;
}

.nav-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 25px 30px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.nav-link.dropdown {
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 40px 10px 30px;
  font-size: 14px;
  font-weight: 400;
}

.icon {
  font-size: 12px;
  font-weight: 400;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #f6f8ea;
}

.hero-wrapper {
  z-index: 10;
  width: 35%;
  border: 2px none var(--cream);
  background-color: rgba(246, 248, 234, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: absolute;
}

.button {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--cream);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 5px;
  padding: 15px 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.button:hover {
  border-color: var(--cream);
  color: var(--cream);
  background-color: rgba(16, 95, 82, 0);
}

.button.reverse {
  border-color: var(--black);
  color: var(--black);
  background-color: rgba(16, 95, 82, 0);
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button.reverse:hover {
  color: var(--cream);
  background-color: #105f52;
}

.drop-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(16, 95, 82, .1);
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.drop-link:hover {
  background-color: rgba(16, 95, 82, .31);
}

.nav-menu {
  z-index: 1;
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.welcome-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 0;
  padding: 12% 0 100px;
  position: relative;
}

.welcome-wrapper {
  width: 85%;
  max-width: none;
  min-height: auto;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-div {
  width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.header-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 35px;
  display: flex;
}

.service-section {
  background-image: linear-gradient(rgba(246, 248, 234, .9), rgba(246, 248, 234, .9)), url('../images/feather.png');
  background-position: 0 0, -5% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 90%;
  padding-top: 12%;
  padding-bottom: 8%;
  position: static;
}

.service-wrapper {
  width: 88%;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.service-holder {
  width: 100%;
  justify-content: space-around;
  margin-top: 70px;
  display: flex;
}

.service-div {
  width: 23%;
  min-height: 400px;
  background-color: rgba(16, 95, 82, 0);
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-image {
  height: 85%;
  position: static;
  overflow: hidden;
}

.service-title {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 0;
  font-family: Arsenal, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  text-decoration: none;
  position: static;
}

.service-title-div {
  width: 100%;
  height: auto;
  border: 1px solid var(--black);
  border-radius: 2px;
  align-items: center;
  padding: 20px 10px 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: -3%;
}

.line-box {
  z-index: 1;
  width: 50%;
  height: 85%;
  border: 1px solid var(--black);
  outline-offset: 0px;
  border-radius: 6px;
  outline: 3px #333;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.line-box.cream {
  width: 80%;
  height: 70%;
  border-color: var(--cream);
  top: -9%;
  bottom: auto;
  left: -9%;
  right: auto;
  overflow: visible;
}

.line-box.innerpage {
  width: 35%;
  height: 80%;
  top: auto;
  bottom: -3%;
  left: -2%;
  right: auto;
}

.welcome-image {
  z-index: 3;
  width: 44%;
  height: 90%;
  object-fit: cover;
  border-radius: 4px;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.arrow-div {
  width: auto;
  min-height: auto;
  margin-left: 15px;
}

.arrow {
  width: 25px;
}

.cta-section {
  min-height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/hilly-landscape.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-bar {
  width: 80%;
  min-height: auto;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: static;
  top: auto;
  bottom: -20%;
  left: 0%;
  right: 0%;
}

.doctor-section {
  background-color: var(--green);
  background-image: linear-gradient(rgba(16, 95, 82, .9), rgba(16, 95, 82, .9)), url('../images/feather2.png');
  background-position: 0 0, -5% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 90%;
  padding-top: 8%;
  padding-bottom: 125px;
}

.cta-box {
  z-index: 4;
  width: 20%;
  min-height: 150px;
  border: 1px none var(--cream);
  color: var(--green);
  text-align: center;
  background-color: rgba(246, 248, 234, 0);
  padding: 5%;
  font-size: 22px;
  text-decoration: none;
  position: relative;
}

.cta-box:hover {
  text-decoration: none;
}

.cta-line {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--cream);
  padding: 25px;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: -5%;
}

.icon-div {
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
}

.cta-text {
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: var(--green);
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.arrow-div-2 {
  width: 95%;
  object-fit: contain;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.doc-wrapper {
  width: 90%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.light {
  color: var(--white);
}

.light-center {
  color: var(--cream);
  text-align: center;
}

.cream {
  color: var(--cream);
}

.doc-container {
  width: 90%;
  margin-top: 85px;
}

.slide-content {
  width: 100%;
  height: 95%;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.doc-div {
  width: 30%;
  max-width: 400px;
  min-height: auto;
  position: relative;
}

.doc-image {
  z-index: 5;
  width: 100%;
  height: 425px;
  min-height: auto;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.doc-title {
  z-index: 4;
  width: 95%;
  min-height: auto;
  color: var(--cream);
  border: 1px solid #f6f8eb;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 20px 20px;
  font-size: 1.2em;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -4%;
}

.doc-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Arsenal, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  text-decoration: none;
}

.phone-link {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--cream);
  border-radius: 4px;
  margin-left: 10px;
  padding: 10px 0px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.phone-link:hover {
  color: var(--green);
  background-color: rgba(16, 95, 82, 0);
}

.hover-color {
  z-index: 1;
  background-image: linear-gradient(rgba(16, 95, 82, .1), rgba(246, 248, 234, .2));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-container {
  width: 75%;
  max-width: none;
  min-height: auto;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
}

.testimonial-section {
  min-height: 50vh;
  background-color: var(--green);
  padding-top: 10%;
  padding-bottom: 10%;
}

.testimonial-image {
  z-index: 3;
  width: 35%;
  max-height: none;
  min-height: 350px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 5%;
  position: relative;
  top: 4%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.testimonial-text {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-2 {
  max-height: 300px;
  background-color: var(--green);
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide-nav-2 {
  top: auto;
  bottom: -10%;
  left: 1%;
  right: auto;
}

.image-testimonial {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.testimonial-content {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.testimonial {
  color: var(--cream);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2em;
}

.contact-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-bottom: 8%;
  position: relative;
}

.contact-wrapper {
  width: 75%;
  max-width: 1400px;
  min-height: auto;
  border: 1px solid var(--black);
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0 25px;
  display: flex;
}

.form-block {
  width: 90%;
  margin-top: 30px;
}

.field-label {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.text-field {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  margin-bottom: 10px;
}

.form-div {
  width: 100%;
}

.submit-button {
  border: 1px none var(--black);
  background-color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Arsenal, sans-serif;
  line-height: 1em;
}

.submit-button:hover {
  color: var(--white);
  background-color: rgba(51, 51, 51, .6);
  border-style: none;
}

.split-form {
  justify-content: space-between;
  display: flex;
}

._48-div {
  width: 48%;
}

.recaptcha {
  margin-top: 20px;
}

.footer {
  background-color: var(--green);
  background-image: linear-gradient(rgba(16, 95, 82, .9), rgba(16, 95, 82, .9)), url('../images/feather2.png');
  background-position: 0 0, 100% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 110%;
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative;
}

.footer-wrapper {
  width: 85%;
  max-width: 1800px;
  min-height: auto;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.leaf-absolute {
  z-index: 5;
  min-height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-2 {
  height: 100px;
}

.social-holder {
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.social-link {
  width: 30px;
  height: 30px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.social-link:hover {
  opacity: .4;
}

.footer-header {
  color: var(--cream);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arsenal, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.split-div {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

._40-div {
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.light-h4 {
  color: var(--cream);
}

.quick-link {
  color: var(--cream);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.8em;
  text-decoration: none;
}

.quick-link:hover {
  opacity: .5;
  text-decoration: none;
}

._25-div {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2%;
  margin-right: 0%;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-bar {
  width: 70%;
  margin-top: 15px;
  margin-bottom: 0;
}

.search-input {
  margin-bottom: 0;
}

.affiliated-div {
  color: var(--cream);
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Arsenal, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.footer-text {
  color: var(--cream);
  line-height: 1.8em;
}

._20-div {
  width: 20%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-large {
  height: auto;
  position: static;
}

.phone-text-link {
  color: var(--cream);
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}

.phone-text-link:hover {
  color: rgba(246, 248, 234, .5);
}

.contact-div {
  width: 100%;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.text-block {
  color: var(--cream);
  font-weight: 700;
  line-height: 1.3em;
}

.h4-cream {
  color: var(--cream);
  font-size: 35px;
}

.service-text-div {
  width: 55%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.testimonial-name {
  color: var(--cream);
  margin-bottom: 0;
  font-weight: 700;
}

.menu-button {
  z-index: 1;
}

.mobile-image {
  display: none;
}

.innerpage-section {
  padding-top: 8%;
  padding-bottom: 8%;
}

.innerpage-content {
  width: 85%;
  min-height: auto;
  margin: 0 auto 8%;
  padding-top: 0;
}

.innerpage-content._50-50-holder {
  min-height: auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

._45-div {
  width: 55%;
}

._45-div._50image {
  z-index: 5;
  width: 40%;
  height: auto;
  max-height: 600px;
  min-height: auto;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.nav-bg-color-div {
  background-color: var(--cream);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 10px;
    font-size: 3.5em;
  }

  h3 {
    margin-bottom: 15px;
    font-size: 2em;
  }

  h4 {
    margin-bottom: 15px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    margin-bottom: 10px;
    line-height: 1.8em;
  }

  .hero-section {
    height: 800px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .6) 20%, rgba(255, 255, 255, 0) 80%), url('../images/Older-couple-with-yoga-mats.jpg');
    background-position: 0 0, 60% 20%;
    background-size: auto, cover;
  }

  .hero-section.innerpage {
    height: 25vh;
  }

  .navbar {
    height: 80px;
    background-color: var(--cream);
  }

  .brand {
    width: 12%;
    height: 80px;
  }

  .brand.w--current {
    width: 18%;
    height: 125px;
    box-shadow: none;
    padding-top: 0;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.dropdown {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-wrapper {
    width: 50%;
  }

  .button.reverse {
    margin-top: 10px;
  }

  .nav-menu {
    background-color: var(--cream);
  }

  .welcome-section {
    padding-top: 8%;
    padding-bottom: 50px;
  }

  .welcome-wrapper {
    width: 92%;
  }

  .text-div {
    width: 55%;
  }

  .service-section {
    background-image: linear-gradient(rgba(246, 248, 234, .92), rgba(246, 248, 234, .92)), url('../images/feather.png');
    background-position: 0 0, -10% 60%;
    padding-top: 8%;
    padding-bottom: 2%;
  }

  .service-wrapper {
    width: 92%;
  }

  .service-holder {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .service-div {
    width: 48%;
    min-height: 350px;
    margin-bottom: 10px;
  }

  .service-title {
    font-size: 1.2em;
  }

  .service-title-div {
    padding-bottom: 8px;
  }

  .line-box {
    width: 50%;
    height: 55%;
    top: 22%;
    left: -8%;
  }

  .line-box.cream {
    width: 90%;
    height: 80%;
    top: -7%;
    left: -8%;
  }

  .welcome-image {
    width: 42%;
    height: 60%;
    top: 15%;
    left: -2%;
  }

  .arrow {
    width: 30px;
  }

  .cta-section {
    min-height: 50vh;
  }

  .button-bar {
    width: 85%;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 0;
  }

  .doctor-section {
    padding-top: 8%;
  }

  .cta-box {
    width: 48%;
    min-height: 150px;
    margin-bottom: 35px;
    padding: 2%;
  }

  .cta-line {
    bottom: -8%;
    right: -4%;
  }

  .icon-div {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }

  .cta-text {
    padding: 20px;
  }

  .doc-wrapper {
    width: 95%;
  }

  .doc-container {
    width: 100%;
    margin-top: 30px;
  }

  .slide-content {
    justify-content: space-between;
  }

  .doc-div {
    width: 32%;
  }

  .doc-image {
    height: 300px;
  }

  .doc-title {
    padding: 25px 10px 10px;
    bottom: -20%;
  }

  .doc-name {
    font-size: 1em;
  }

  .phone-link {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .testimonial-container {
    width: 90%;
    align-items: center;
  }

  .testimonial-section {
    padding-top: 7%;
    padding-bottom: 12%;
  }

  .testimonial-image {
    width: 40%;
    height: 350px;
    min-height: auto;
  }

  .testimonial-text {
    width: 55%;
  }

  .testimonial-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .testimonial {
    font-size: 16px;
    line-height: 2em;
  }

  .contact-section {
    padding-top: 9%;
    padding-bottom: 6%;
  }

  .contact-wrapper {
    width: 92%;
    padding-top: 30px;
  }

  .form-block {
    width: 90%;
    margin-top: 20px;
  }

  .footer {
    background-image: linear-gradient(rgba(16, 95, 82, .9), rgba(16, 95, 82, .9)), url('../images/feather2.png');
    background-position: 0 0, 110% 20%;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .footer-wrapper {
    width: 90%;
  }

  .image-2 {
    height: 80px;
  }

  .social-holder {
    margin-top: 5px;
  }

  .footer-header {
    font-size: 1.5em;
  }

  .split-div {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }

  ._40-div {
    width: 60%;
  }

  .quick-link {
    margin-bottom: 10px;
    font-size: 14px;
  }

  ._25-div {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .search-bar {
    width: 80%;
  }

  .affiliated-div {
    font-size: 15px;
  }

  .footer-text {
    font-size: 14px;
  }

  ._20-div {
    width: 30%;
  }

  .logo-large {
    display: block;
    margin-top:10px;
  }

  .h4-cream {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .service-text-div {
    width: 70%;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--green);
  }

  .dropdown-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.75em;
  }

  h3, h4 {
    margin-bottom: 10px;
  }

  p {
    line-height: 1.7em;
  }

  .hero-section {
    height: 500px;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 0;
    padding-left: 4%;
  }

  .navbar {
    height: 70px;
    padding: 0 1%;
  }

  .brand {
    width: 16%;
    height: 70px;
    background-color: #f6f8ea;
    left: 0%;
  }

  .brand.w--current {
    width: 18%;
    height: 110px;
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
  }

  .hero-wrapper {
    width: 55%;
  }

  .button {
    padding: 10px 15px;
    font-size: 12px;
  }

  .button.reverse {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .welcome-section {
    padding-top: 50px;
  }

  .welcome-wrapper {
    width: 90%;
    flex-direction: row;
    padding-top: 0;
  }

  .text-div {
    width: 100%;
  }

  .service-section {
    background-image: linear-gradient(rgba(246, 248, 234, .9), rgba(246, 248, 234, .9)), url('../images/feather.png');
    background-position: 0 0, -45% 60%;
  }

  .service-holder {
    justify-content: space-between;
    margin-top: 20px;
  }

  .service-div {
    min-height: 300px;
  }

  .service-title-div {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .line-box {
    width: 85%;
    height: 45%;
    display: none;
    top: 11%;
  }

  .welcome-image {
    width: 75%;
    height: 50%;
    display: none;
    top: 4%;
  }

  .cta-section {
    min-height: 50vh;
  }

  .button-bar {
    width: 90%;
  }

  .doctor-section {
    padding-bottom: 100px;
  }

  .cta-box {
    width: 46%;
  }

  .doc-container {
    margin-top: 20px;
  }

  .doc-image {
    height: 200px;
  }

  .doc-title {
    padding-top: 15px;
    bottom: -23%;
  }

  .doc-name {
    font-size: .7em;
  }

  .testimonial-container {
    width: 100%;
    justify-content: space-between;
  }

  .testimonial-section {
    min-height: auto;
    padding-top: 4%;
    padding-bottom: 12%;
  }

  .testimonial-image {
    width: 42%;
    margin-right: 2%;
  }

  .testimonial-text {
    width: 52%;
    margin-right: 2%;
  }

  .slider-2 {
    max-height: 250px;
  }

  .image-testimonial {
    left: -3%;
  }

  .testimonial {
    font-size: 15px;
    line-height: 1.8em;
  }

  .contact-section {
    padding-top: 8%;
  }

  .form-block {
    width: 95%;
  }

  .image-2 {
    height: 70px;
  }

  .h4-cream {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.3em;
  }

  .service-text-div {
    width: 80%;
  }

  .testimonial-name {
    font-size: 13px;
  }

  .mobile-image {
    width: 90%;
    height: 275px;
    object-fit: cover;
    object-position: 50% 50%;
    margin-bottom: 35px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .mobile-outline {
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    position: absolute;
    top: 4%;
    bottom: auto;
    left: 3%;
    right: auto;
  }

  .mobile-image-cover {
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .innerpage-content {
    width: 90%;
  }

  .innerpage-content._50-50-holder {
    align-items: stretch;
  }

  ._45-div {
    width: 60%;
  }

  ._45-div._50image {
    width: 35%;
    max-height: 700px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 2.5em;
  }

  h3 {
    letter-spacing: 8px;
    font-size: 1.75em;
    line-height: 1.1em;
  }

  h4 {
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 1.4em;
  }

  .hero-section {
    height: 600px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7) 20%, rgba(255, 255, 255, 0) 73%), url('../images/Older-couple-with-yoga-mats.jpg');
    background-position: 0 0, 80% 20%;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 45px;
  }

  .hero-section.innerpage {
    padding-bottom: 0;
  }

  .navbar {
    height: 100px;
  }

  .brand {
    width: 28%;
    height: 85px;
  }

  .brand.w--current {
    width: 32%;
    height: 100px;
  }

  .hero-wrapper {
    width: 100%;
    align-items: center;
  }

  .welcome-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .header-holder {
    margin-bottom: 0;
  }

  .service-section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .service-holder {
    margin-top: 10px;
  }

  .service-div {
    width: 98%;
    min-height: 275px;
  }

  .service-title {
    font-size: 1.1em;
  }

  .arrow {
    width: 25px;
  }

  .cta-section {
    min-height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .doctor-section {
    padding-bottom: 40px;
  }

  .cta-box {
    width: 95%;
    min-height: 130px;
    padding: 0%;
  }

  .cta-text {
    padding: 15px;
  }

  .doc-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-content {
    width: 90%;
    flex-direction: column;
  }

  .doc-div {
    width: 90%;
    margin-bottom: 50px;
  }

  .doc-image {
    height: 250px;
  }

  .doc-title {
    width: 110%;
    padding-top: 5px;
    bottom: -12%;
    right: -13%;
  }

  .doc-name {
    font-size: .8em;
  }

  .testimonial-container {
    flex-direction: column;
  }

  .testimonial-section {
    padding-bottom: 15%;
  }

  .testimonial-image {
    width: 90%;
    height: 250px;
    margin-right: 0%;
  }

  .testimonial-text {
    width: 85%;
    margin-top: 20px;
    margin-right: 0%;
  }

  .image-testimonial {
    left: 0%;
  }

  .contact-section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .contact-wrapper {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .form-block {
    margin-top: 15px;
  }

  .field-label {
    line-height: 1.8em;
  }

  .footer {
    background-image: linear-gradient(rgba(16, 95, 82, .95), rgba(16, 95, 82, .95)), url('../images/feather2.png');
    background-position: 0 0, -80% 0;
    background-size: auto, auto 90%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .leaf-absolute {
    min-height: 40px;
  }

  .image-2 {
    height: 60px;
  }

  .split-div {
    flex-direction: column;
  }

  ._40-div {
    width: 100%;
  }

  ._25-div {
    margin-top: 0;
  }

  ._20-div {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .service-text-div {
    width: 100%;
  }

  .mobile-image {
    width: 95%;
    height: 250px;
  }

  .mobile-outline {
    top: 5%;
    left: 4%;
  }

  .heading-3 {
    margin-bottom: 5px;
  }

  .div-block {
    height: auto;
  }

  .innerpage-content._50-50-holder {
    flex-direction: column;
  }

  ._45-div {
    width: 100%;
  }

  ._45-div._50image {
    width: 100%;
    max-height: 200px;
    margin-bottom: 20px;
  }
}


