/* Mobile background images here */
.hero-section {
  background-image: url('../images/happy-middle-aged-couple-mob.jpg');
}

.div-block-2.lazy-background {
  background-image: url('../images/ph.jpg');
}

.div-block-2.lazy-background.visible {
  background-image: url('../images/middle-aged-man-mob.jpg');
}

.div-block-2.td.lazy-background {
  background-image: url('../images/ph.jpg');
}

.div-block-2.td.lazy-background.visible {
  background-image: url('../images/active-couple-mob-new.jpg');
}

.div-block-2.pe.lazy-background {
  background-image: url('../images/ph.jpg');
}

.div-block-2.pe.lazy-background.visible {
/*  background-image: url('../images/happy-couple-in-bed-mob.jpg');*/
    background-image: url('../images/sad-young-man-thinking-over-problem-mob.jpg');
}

.div-block-2.ui.lazy-background {
  background-image: url('../images/ph.jpg');
}

.div-block-2.ui.lazy-background.visible {
  background-image: url('../images/happy-young-man-mob-new.jpg');
}

.service-section.lazy-background {
  background-image: url('../images/ph.jpg');
}

.service-section.lazy-background.visible {
  background-image: linear-gradient(rgba(255, 255, 255, .93), rgba(255, 255, 255, .93)), url('../images/large-icon-new-mob.jpg');
}

.parallaxcta-section.lazy-background {
  background-image: url('../images/ph.jpg');
}

.parallaxcta-section.lazy-background.visible {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/couple-holding-hands-mob.jpg');
}

.motivation-image-div.lazy-background {
  background-image: url('../images/ph.jpg');
}

.motivation-image-div.lazy-background.visible {
  background-image: url('../images/happy-couple-mob.jpg');
}

.motivation-image-div-2.lazy-background {
  background-image: url('../images/ph.jpg');
}

.motivation-image-div-2.lazy-background.visible {
  background-image: url('../images/middle-aged-man-portrait-mob.jpg');
}

.parallaxcta-section-2.lazy-background {
  background-image: url('../images/ph.jpg');
}

.parallaxcta-section-2.lazy-background.visible {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/couple-in-bed-happy-mob.jpg');
}

@media (min-width: 480px) {
  /* Desktop here*/
  .hero-section {
    background-image: url('../images/happy-middle-aged-couple.jpg');
  }

  .div-block-2.lazy-background.visible {
    background-image: url('../images/middle-aged-man.jpg');
  }
  
  .div-block-2.td.lazy-background.visible {
    background-image: url('../images/active-couple-new.jpg');
  }
  
  .div-block-2.pe.lazy-background.visible {
/*    background-image: url('../images/happy-couple-in-bed.jpg');*/
      background-image: url('../images/sad-young-man-thinking-over-problem.jpg');
  }
  
  .div-block-2.ui.lazy-background.visible {
/*    background-image: url('../images/happy-young-man.jpg');*/
      background-image: url('../images/happy-young-man-new.jpg');
  }

  .service-section.lazy-background.visible {
    background-image: linear-gradient(rgba(255, 255, 255, .93), rgba(255, 255, 255, .93)), url('../images/large-icon-new.jpg');
  }

  .parallaxcta-section.lazy-background.visible {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/couple-holding-hands.jpg');
  }

  .motivation-image-div.lazy-background.visible {
    background-image: url('../images/happy-couple.jpg');
  }

  .motivation-image-div-2.lazy-background.visible {
    background-image: url('../images/middle-aged-man-portrait.jpg');
  }

  .parallaxcta-section-2.lazy-background.visible {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/couple-in-bed-happy.jpg');
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow-x:  hidden;
}

.navdiv {
  width: 100%;
  max-width: 1600px;
  min-height: 60px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #fff;
  padding: 5px 25px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}

.brand {
  width: 290px;
}

.hero-section {
  height: 100vh;
  min-height: 600px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 100px 50px 93px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-link {
  color: #333;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.nav-link:hover {
  color: #781114;
}

.dropdown-toggle {
  color: #333;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.dropdown-toggle:hover {
  color: #781114;
}

.dropdown-list {
  background-color: #9a0100;
}

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

.ddlink {
  color: #fff;
  text-transform: none;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.ddlink:hover {
  background-color: #626262;
}

.hero-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 65px;
}

.button-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #781114;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.button-2:hover {
  background-color: #626262;
}

.heading-2 {
  color: #fff;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.choose-section {
  background-color: #626262;
  background-image: radial-gradient(circle, rgba(31, 117, 187, 0) 71%, #333);
  padding: 100px 50px;
}

.choose-div {
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

.choose-container {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.choose-block {
  width: 24%;
  min-height: 20px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px 25px;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.welcome-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 100px 50px 20px;
}

.welcome-wrapper {
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.welcome-wrapper .w-row {
  margin: 30px 0 20px 0;
}

.heading-3-ctr {
  width: 80%;
  color: #333;
  text-align: center;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

.text-block {
  color: rgba(51, 51, 51, .2);
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 29px;
}

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

.struggle-section {
  background-color: rgba(51, 51, 51, .05);
  padding-top: 0;
  padding-bottom: 0;
}

.struggle-head-div {
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 15px;
  display: none;
}

.struggle-container {
  justify-content: space-between;
  display: flex;
}

.struggle-block {
  width: 25%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.overlay {
  z-index: 500;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(190deg, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, .84));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #fff;
  letter-spacing: .25px;
  font-size: 25px;
  line-height: 30px;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.heading-3-ctr2 {
  width: 80%;
  color: #333;
  text-align: center;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

.div-block {
  width: 100%;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.image {
  width: 20px;
}

.image-2 {
  width: 50%;
}

.parallaxcta-section {
  min-height: 500px;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.cta-wrapper {
  width: 100%;
  max-width: 1400px;
  min-height: 300px;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-4 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

.divider {
  width: 1px;
  min-height: 20px;
  background-color: rgba(255, 255, 255, .2);
}

.service-section {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
  padding: 150px 50px;
}

.service-div {
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-head-div {
  width: 40%;
  min-height: 50px;
}

.service-block {
  width: 60%;
  min-height: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-left: 10px;
  display: flex;
}

.heading-5 {
  color: #333;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

.servicecontainer {
  width: 32%;
  min-height: 80px;
  color: #fff;
  text-align: center;
  background-color: #781114;
  border: 1px solid #9a0100;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .75s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.servicecontainer:hover {
  background-color: #626262;
  border-color: #1f75bb;
}

.text-block-4 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-white {
  color: rgba(51, 51, 51, .2);
  text-align: left;
  letter-spacing: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.motivation-section {
  padding: 100px 50px;
}

.motivation-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.motivation-text-block {
  width: 50%;
  min-height: 50px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
}

.left-h2 {
  width: auto;
  color: #333;
  text-align: left;
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

.parargraph-left {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 29px;
}

.motivation-image-div {
  width: 50%;
  min-height: 200px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.motivation-text-block-2 {
  width: 50%;
  min-height: 50px;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 0 50px 50px;
  display: flex;
}

.motivation-image-div-2 {
  width: 50%;
  min-height: 200px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 100px 50px;
}

.search_input {
  color: #333;
  background-color: #fff;
  border: 1px rgba(134, 170, 93, .48);
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .65);
}

.search_input::-ms-input-placeholder {
  color: rgba(51, 51, 51, .5);
  font-weight: 700;
}

.search_input::placeholder {
  color: rgba(51, 51, 51, .5);
  font-weight: 700;
}

.address_text {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.phone_link {
  color: #781114;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.phone_link:hover {
  color: #626262;
}

.quick_link_div {
  width: 15%;
}

.footer_div {
  width: 20%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 55px;
  display: flex;
}

.contact_form_div {
  width: 25%;
}

.search_div {
  width: 100%;
  margin-top: 16px;
}

.image-8 {
  width: 200px;
  margin-bottom: 30px;
  position: static;
  top: -30px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.location_div {
  width: 20%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.footer_link {
  color: #333;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.footer_link:hover {
  color: #781114;
}

.footer_label {
  color: #781114;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.contact_form {
  margin-bottom: 0;
}

.wrapper_div {
  width: 75%;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrapper_div.footer {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 50px;
  display: flex;
}

.search_btn {
  display: none;
}

.search {
  margin-bottom: 0;
}

.soc_media_btn {
  width: 28px;
  opacity: 1;
  background-color: #9a0100;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 10px;
}

.soc_media_btn:hover {
  opacity: .5;
  background-color: #781114;
}

.text_field {
  height: 40px;
  text-transform: none;
  background-color: #fff;
  border: 1px rgba(134, 170, 93, .61);
  border-radius: 20px;
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 1em;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .65);
}

.text_field::-ms-input-placeholder {
  color: rgba(51, 51, 51, .5);
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
}

.text_field::placeholder {
  color: rgba(51, 51, 51, .5);
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
}

.text_area {
  min-height: 100px;
  text-transform: none;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 5px;
  padding-left: 15px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .65);
}

.text_area::-ms-input-placeholder {
  color: rgba(51, 51, 51, .5);
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
}

.text_area::placeholder {
  color: rgba(51, 51, 51, .5);
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
}

.social_media_wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.parallaxcta-section-2 {
  min-height: 500px;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.schedule-nav-button {
  text-transform: uppercase;
  background-color: #781114;
  border-radius: 5px;
  padding: 15px 25px;
  font-weight: 700;
}

.schedule-nav-button:hover {
  background-color: #626262;
}

.footer_text {
  max-width: 1400px;
  color: #777676;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.link {
  color: #781114;
}

.link:hover {
  color: #626262;
}

.paragraph-large {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  z-index: 450;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2.td {
  background-position: 0 0;
}

.div-block-2.pe {
  background-position: 50% 100%;
}

.div-block-2.ui {
  background-position: 50% 0;
}

@media screen and (max-width: 991px) {
  .navdiv {
    justify-content: space-between;
  }

  .hero-section {
    height: 600px;
    background-position: 100% 0;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #333;
  }

  .dropdown-toggle {
    color: #fff;
  }

  .dropdown-toggle:hover {
    color: #fff;
    background-color: #333;
  }

  .heading {
    font-size: 40px;
    line-height: 45px;
  }

  .button-2 {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .choose-section {
    padding: 75px 50px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 45px;
  }

  .choose-container {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .choose-block {
    width: 49%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-3-ctr {
    width: 90%;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block {
    margin-bottom: 31px;
  }

  .struggle-container {
    flex-wrap: wrap;
  }

  .struggle-block {
    width: 50%;
  }

  .image-2 {
    width: 25%;
  }

  .parallaxcta-section {
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-wrapper {
    min-height: 300px;
    border-left-width: 10px;
    border-right-width: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .divider {
    display: none;
  }

  .service-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .service-div {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .service-block {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 45px;
  }

  .servicecontainer {
    margin-left: 0;
    margin-right: 5px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .motivation-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .motivation-wrapper {
    flex-direction: column;
  }

  .motivation-text-block {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .left-h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .motivation-image-div {
    width: 100%;
    min-height: 400px;
    order: -1;
  }

  .motivation-text-block-2 {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .motivation-image-div-2 {
    width: 100%;
    min-height: 400px;
  }

  .footer-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .quick_link_div {
    width: 40%;
    margin-top: 20px;
  }

  .footer_div {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 57px;
  }

  .contact_form_div {
    width: 48%;
  }

  .search_div {
    width: 100%;
  }

  .image-8 {
    width: 200px;
    margin-bottom: 15px;
    position: static;
    top: -35px;
  }

  .location_div {
    width: 50%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .wrapper_div {
    width: 85%;
  }

  .wrapper_div.footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .text_field {
    margin-bottom: 7px;
  }

  .text_area {
    min-height: 80px;
  }

  .parallaxcta-section-2 {
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .schedule-nav-button {
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 111px;
  }

  .footer_text {
    opacity: .45;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open, .nav-menu {
    background-color: #626262;
  }

  .container {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    width: 180px;
    padding-left: 0;
  }

  .hero-section {
    height: 400px;
    min-height: 0;
    justify-content: flex-start;
    margin-top: 25px;
    padding: 50px 25px 25px;
  }

  .hero-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .button-2 {
    font-size: 14px;
  }

  .heading-2 {
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
  }

  .choose-section {
    padding: 50px 25px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .choose-block {
    width: 100%;
  }

  .paragraph {
    font-size: 14px;
  }

  .welcome-section {
    padding: 130px 25px 50px;
  }

  .heading-3-ctr {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block {
    margin-bottom: 21px;
    font-size: 15px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .struggle-block {
    width: 100%;
  }

  .struggle-block._2 {
    background-position: 30%;
  }

  .image-2 {
    width: 15%;
  }

  .parallaxcta-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/couple-holding-hands.jpg');
    background-attachment: scroll, scroll;
    padding: 50px 25px;
  }

  .cta-wrapper {
    min-height: 400px;
  }

  .heading-4 {
    font-size: 23px;
    line-height: 32px;
  }

  .service-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/icon.jpg');
    background-position: 0 0, 50%;
    padding: 50px 25px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .servicecontainer {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .motivation-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .left-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-section {
    padding: 50px 25px;
  }

  .address_text, .phone_link {
    text-align: center;
  }

  .quick_link_div {
    width: 100%;
    margin-top: 35px;
  }

  .footer_div {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .contact_form_div {
    width: 100%;
  }

  .search_div {
    width: 50%;
  }

  .image-8 {
    width: 200px;
    position: static;
  }

  .location_div {
    width: 100%;
    align-items: center;
    margin-bottom: 29px;
    padding-top: 0;
  }

  .soc_media_btn {
    margin-right: 0;
  }

  .social_media_wrapper {
    margin-top: 15px;
  }

  .parallaxcta-section-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/couple-in-bed-happy.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 50px 25px;
  }

  .schedule-nav-button {
    padding-left: 15px;
    padding-right: 15px;
    right: 76px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 43px;
  }

  .brand {
    width: 150px;
    padding-top: 11px;
  }

  .hero-section {
    height: 700px;
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .struggle-block {
    width: 100%;
    min-height: 250px;
  }

  .image-2 {
    width: 30%;
  }

  .cta-wrapper {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 30px;
  }

  .servicecontainer {
    width: 100%;
  }

  .text-block-white {
    font-size: 15px;
  }

  .parargraph-left {
    font-size: 14px;
  }

  .motivation-image-div, .motivation-image-div-2 {
    min-height: 300px;
  }

  .address_text {
    font-size: 15px;
    line-height: 28px;
  }

  .quick_link_div {
    width: 100%;
    margin-top: 20px;
  }

  .contact_form_div {
    width: 100%;
    margin-bottom: 20px;
  }

  .search_div, .image-8, .location_div {
    width: 100%;
  }

  .footer_link {
    margin-bottom: 10px;
  }

  .soc_media_btn {
    width: 20px;
  }

  .text_area {
    padding-top: 13px;
  }

  .schedule-nav-button {
    text-align: center;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 29px;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }
}