.hero-section {
  display: flex;
  height: 75vh;
  padding-top: 100px;
  padding-right: 75px;
  padding-left: 75px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(circle farthest-corner at 50% 0%, transparent 29%, rgba(0, 0, 0, 0.44)), url('../images/Closeup-of-woman-with-green-eyes.jpg');
  background-position: 0px 0px, 0px 0px, 50% 17%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.hero-wrapper {
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.candidate-btn{
    background-color: #3898EC !important;
    margin-right: 0 !important;
}

.candidate-btn:hover{background-color: transparent !important;
    color: #3c6fb9 !important;
border:2px solid #3898EC; }

.hero-header {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hero-subh {
  margin-top: 0px;
  color: #fff;
  font-size: 3em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.button-holder {
  display: flex;
  width: 65%;
  margin-top: 10px;
  justify-content: center;
}

.button {
  margin-right: 50px;
  padding: 15px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
  text-transform: uppercase;
}

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

.button.right {
  margin-right: 0px;
}

.what-section {
  padding: 50px 150px;
  background-color: transparent;
}

.what-wrapper {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.section-header {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #3c6fb9;
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 400;
}

.section-header.centered {
  text-align: center;
}

.subh {
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 1.2em;
  font-weight: 300;
}

.subh.centered {
  margin-top: 50px;
  text-align: center;
}

.subh.centered.ba {
  color: #63b4d8;
  font-size: 28px;
  font-weight: 700;
}

.subh.centered.ba.green {
  color: #00997b;
}

.subh.centered.ba.honey {
  color: #a96318;
}

.subh.location {
  margin-bottom: 10px;
  color: #3c6fb9;
}

.doc-wrapper {
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: auto;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0px 0px;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  background-color: #fff;
}

.doc-wrapper.wrapper-alt{
  border-top: unset;
  padding-top: unset;
  margin-top: unset;
}

.doc-image {
  display: flex;
  width: 30%;
  max-height: none;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image {
  width: auto;
  height: auto;
  max-height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

.doc-text {
  width: 65%;
}

.example-section {
  padding: 50px 150px;
  background-color: rgba(60, 111, 185, 0.05);
}

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

.slider-holder {
  display: flex;
  margin-top: 35px;
  margin-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.slider-holder.horz {
  margin-top: 0px;
  margin-bottom: 50px;
}

.slider-holder.horz.btm {
  margin-bottom: 0px;
}

.slider-holder.less-space {
  margin-bottom: 0px;
}

.before-after-slider {
  width: 300px;
  height: 400px;
  margin: 5px;
  background-color: transparent;
}

.before-after-slider.horiz {
  width: 45%;
  height: 250px;
  max-width: 500px;
}

.left-arrow {
  width: 30px;
  height: 50px;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.icon {
  color: rgba(51, 51, 51, 0.5);
  font-size: 18px;
}

.right-arrow {
  width: 30px;
  height: 50px;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.icon-2 {
  color: rgba(51, 51, 51, 0.5);
  font-size: 18px;
}

.slide {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-7 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-8 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-9 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-10 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-11 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-12 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-13 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-14 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-15 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-16 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-17 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-18 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-19 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-20 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-21 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.slide-nav-4 {
  display: none;
}

.slide-nav-5 {
  display: none;
}

.slide-nav-6 {
  display: none;
}

.slide-nav-7 {
  display: none;
}

.slide-nav-8 {
  display: none;
}

.slide-nav-9 {
  display: none;
}

.slide-nav-10 {
  display: none;
}

.centered {
  text-align: center;
}

.promo-section {
  display: flex;
  height: auto;
  padding: 50px 100px;
  justify-content: center;
  align-items: flex-start;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.promo-image {
  width: 75%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: #3c6fb9;
}

.how-section {
  position: static;
  padding: 50px 150px;
  background-color: transparent;
}

.card-holder {
  position: static;
  left: 0%;
  top: -15%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: auto;
  max-width: none;
  min-height: 0px;
  margin-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
}

.card {
  display: flex;
  width: 33.33%;
  min-height: 300px;
  padding: 50px 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #3c6fb9;
}

.card.light {
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(60, 111, 185, 0.9), rgba(60, 111, 185, 0.9));
}

.card-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.card-text {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

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

.form-block {
  width: 100%;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 4px;
}

.contact-form {
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 4px;
  background-color: transparent;
}

.form {
  display: flex;
  padding: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: transparent;
}

.recovery-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.faq-section {
  padding: 50px 150px;
  background-color: rgba(60, 111, 185, 0.05);
}

.faq-wrapper {
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.work-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-holder {
  width: 100%;
  max-width: 1600px;
  margin-top: 35px;
}

.trigger-div {
  display: flex;
  padding: 20px 30px;
  justify-content: space-between;
  align-items: center;
  background-color: #3c6fb9;
}

.faq-title {
  width: 80%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

.trigger-icon {
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
}

.plus {
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.faq-text {
  padding: 0px 30px 10px;
}

.minus {
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.answer-div {
  overflow: hidden;
  margin-top: 10px;
  padding: 0px;
}

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

.image-23 {
  margin-bottom: 0px;
}

.section-header-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #3c6fb9;
  font-size: 37px;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
}

.section-header-2.left {
  text-align: left;
}

.section-header-2.left.smaller {
  font-weight: 400;
}

._40-div {
  display: flex;
  width: 35%;
  min-height: 20px;
  margin-right: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._60-div {
  display: flex;
  width: 55%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.social-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3c6fb9;
  background-image: url('../images/youtubewhite.png');
  background-position: 0px 0px;
  background-size: auto;
}

.social-circle.instagram {
  background-image: url('../images/Instagram_logo_white.png'), url('../images/instagramBK.png');
  background-position: 50% 50%, 50% 50%;
  background-size: 20px, cover;
  background-repeat: no-repeat, no-repeat;
}

.social-circle.youtube {
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-circle.facebook {
  background-image: url('../images/facebookwhite.png');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.social-circle.linkedin {
  background-image: url('../images/Linkedin-white.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-circle.twitter {
  background-color: #1ea1f3;
  background-image: url('../images/Twitter-white.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.contact-wrapper-2 {
  display: flex;
  width: 100%;
  min-height: 0px;
  justify-content: space-between;
}

.phone-link {
  margin-top: 5px;
  color: #000;
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
}

.address-text {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.address-text.centered {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}

.subheader {
  margin-bottom: 15px;
  color: #3c6fb9;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: none;
}

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

.submit-button-2 {
  margin-top: 14px;
  padding: 15px 20px;
  background-color: #333;
  letter-spacing: 1px;
}

.submit-button-2:hover {
  background-color: #6fc044;
}

.logo-div-2 {
  display: flex;
  width: 80%;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.social-holder {
  display: flex;
  width: 90%;
  min-height: 20px;
  margin-top: 15px;
  justify-content: space-around;
}

.number-div {
  display: flex;
  width: 80%;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}

.form-block-2 {
  margin-top: 10px;
}

.bold-subheader {
  color: #3c6fb9;
  font-size: 20px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.bold-subheader.more-space {
  margin-top: 20px;
}

.bold-subheader.black {
  margin-top: 5px;
  color: #000;
}

.video-div {
  width: 800px;
  min-height: auto;
  margin-top: 35px;
  box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.1);
}

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

.contact-div {
  width: 60%;
}

.address-div {
  display: flex;
  width: 30%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.addy {
  margin-bottom: 20px;
}

.link-block {
  display: flex;
  width: 40%;
  min-height: auto;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-24 {
  max-width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-25 {
  max-width: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-holder {
  display: flex;
  margin-top: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.financing-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.financing-section {
  padding: 50px 150px;
  background-color: rgba(60, 111, 185, 0.05);
}

.work-section {
  padding: 50px 150px;
}

.nav-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  padding: 10px 25px;
  background-color: #fff;
  box-shadow: 0 2px 11px 3px rgba(0, 0, 0, 0.1);
}

.brand {
  width: 18%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link {
  margin-left: 10px;
  padding: 10px 25px;
}

.nav-link:hover {
  color: #3c6fb9;
}

.nav-link.blue {
  margin-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #3c6fb9;
  background-color: #3c6fb9;
  color: #fff;
}

.nav-link.blue:hover {
  background-color: transparent;
  color: #3c6fb9;
}

.image-26 {
  max-height: 70px;
}


.patients-say-section {
  background-image: radial-gradient(circle at center center,rgb(60,111,185) 0%,rgb(7,53,90) 100%);
  padding: 25px 50px;
}

.patients-say-section h2.white-header{
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 600;
  font-family: Montserrat;
  color:#fff;
}

.patients-say-section h3.white-header{
  margin-bottom: 30px;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500;
  font-family: Montserrat;
  color: #fff;
}

.patients-say-section img.stars{
  max-width: 150px;
}

.patients-say-section p.white-header{
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  font-family: Montserrat;
  color: #fff;
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 42.25%;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.flex-col {
    width: 50%;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.flex-row {
    display: flex;
}

.flex-img-col {
  padding: 8px;
}

@media screen and (max-width: 991px) {
  .flex-col{
    width: 100%;
    padding: 5px 10px;
  }
  .flex-row {
    flex-wrap: wrap;
  }
  .flex-img-col{
    width: 50%;
  }
  .flex-img-row{
    flex-wrap: nowrap;
  }
  .patients-say-section {
    padding: 10px;
  }
  padding: 10px;
  .hero-section {
    height: 600px;
    padding-right: 50px;
    padding-left: 50px;
    background-image: linear-gradient(180deg, null, null), radial-gradient(circle farthest-corner at 50% 0%, transparent 29%, rgba(0, 0, 0, 0.44)), url('../images/Closeup-of-woman-with-green-eyes.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0%;
  }

  .hero-header {
    margin-bottom: 10px;
  }

  .hero-subh {
    font-size: 2em;
  }

  .button {
    margin-right: 20px;
  }

  .what-section {
    padding-right: 70px;
    padding-left: 70px;
  }

  .section-header {
    margin-bottom: 15px;
  }

  .subh {
    margin-bottom: 15px;
  }

  .doc-wrapper {
    margin-top: 35px;
    padding-top: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .doc-image {
    width: 45%;
    margin-bottom: 15px;
  }

  .doc-text {
    width: 100%;
  }

  .example-section {
    padding-right: 70px;
    padding-left: 70px;
  }

  .slider-holder.horz {
    flex-direction: column;
  }

  .before-after-slider.horiz {
    width: 100%;
  }

  .promo-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .promo-image {
    width: 100%;
  }

  .how-section {
    padding-right: 70px;
    padding-left: 70px;
  }

  .card-holder {
    margin-top: 30px;
    flex-direction: column;
  }

  .card {
    width: 100%;
    min-height: auto;
    padding: 35px 19px;
  }

  .card.light {
    width: 100%;
    min-height: auto;
  }

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

  .recovery-wrapper {
    margin-top: 35px;
    padding-top: 35px;
  }

  .faq-section {
    padding-right: 70px;
    padding-left: 70px;
  }

  .dropdown-holder {
    margin-top: 15px;
  }

  .trigger-div {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact-section {
    padding-right: 70px;
    padding-left: 70px;
  }

  .form-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-header-2 {
    position: static;
    font-size: 35px;
  }

  ._40-div {
    width: 100%;
    min-height: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    align-items: center;
  }

  ._60-div {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-wrapper-2 {
    min-height: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo-div-2 {
    display: flex;
    width: 60%;
    justify-content: center;
    align-items: center;
  }

  .social-holder {
    width: 75%;
    min-height: 0px;
  }

  .number-div {
    width: 60%;
  }

  .form-block-2 {
    width: 90%;
  }

  .video-div {
    width: 600px;
    margin-top: 25px;
  }

  .contact-div {
    width: 100%;
  }

  .address-div {
    width: 100%;
    align-items: flex-start;
  }

  .image-25 {
    margin-bottom: 15px;
  }

  .link-holder {
    margin-top: 20px;
    flex-direction: column;
  }

  .financing-section {
    padding-right: 69px;
    padding-left: 69px;
  }

  .work-section {
    padding-right: 70px;
    padding-left: 70px;
  }

  .brand {
    width: 30%;
  }

  .nav-link {
    margin-left: 0px;
  }

  .nav-link.blue {
    margin-left: 0px;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #3c6fb9;
  }

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

@media screen and (max-width: 767px) {
  .hero-section {
    height: 400px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-header {
    font-size: 2em;
  }

  .hero-subh {
    font-size: 1.5em;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

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

  .section-header {
    font-size: 2em;
  }

  .subh {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .doc-wrapper {
    margin-top: 25px;
    padding-top: 5px;
  }

  .doc-image {
    width: 50%;
    margin-bottom: 10px;
  }

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

  .before-after-slider.horiz {
    width: 80%;
  }

  .promo-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .card {
    padding: 20px;
  }

  .recovery-wrapper {
    margin-top: 25px;
    padding-top: 25px;
  }

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

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

  .trigger-div {
    padding: 10px;
  }

  .faq-title {
    width: 90%;
  }

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

  .section-header-2 {
    margin-bottom: 5px;
    font-size: 30px;
  }

  ._40-div {
    margin-bottom: 35px;
  }

  ._60-div {
    align-items: flex-start;
  }

  .submit-button-2 {
    margin-top: 10px;
  }

  .number-div {
    width: 70%;
  }

  .form-block-2 {
    width: 100%;
  }

  .video-div {
    width: 400px;
    margin-top: 10px;
  }

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

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

  .navbar {
    padding: 5px 20px;
  }

  .brand {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 450px;
    margin-top: 20px;
    padding-top: 45px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .hero-header {
    margin-bottom: 5px;
    font-size: 1.5em;
  }

  .hero-subh {
    font-size: 0.95em;
  }

  .button-holder {
    margin-top: 5px;
    flex-direction: column;
    align-items: center;
  }

  .button {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .what-section {
    padding: 40px 20px;
  }

  .section-header {
    margin-bottom: 10px;
    font-size: 1.6em;
  }

  .subh {
    font-size: 18px;
  }

  .subh.centered.ba {
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .subh.centered.ba.green {
    margin-top: 5px;
  }

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

  .example-section {
    padding: 40px 15px;
  }

  .slider-holder {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .slider-holder.horz {
    margin-bottom: 20px;
  }

  .slider-holder.horz.btm {
    align-items: center;
  }

  .before-after-slider.horiz {
    width: 100%;
  }

  .promo-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .promo-image {
    width: 100%;
    padding: 5px;
  }

  .how-section {
    padding: 40px 20px;
  }

  .card-holder {
    margin-top: 15px;
  }

  .card {
    padding: 20px;
  }

  .card-title {
    margin-bottom: 10px;
  }

  .contact-form {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .recovery-wrapper {
    margin-top: 20px;
    padding-top: 20px;
  }

  .faq-section {
    padding: 40px 20px;
  }

  .faq-title {
    font-size: 16px;
    line-height: 1.4em;
  }

  .faq-text {
    margin-bottom: 5px;
  }

  .contact-section {
    padding: 40px 20px;
  }

  ._40-div {
    margin-bottom: 30px;
  }

  .social-circle.instagram {
    width: 40px;
    height: 40px;
    margin-top: 0px;
  }

  .social-circle.youtube {
    width: 40px;
    height: 40px;
    margin-top: 0px;
  }

  .social-circle.facebook {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }

  .social-circle.linkedin {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }

  .social-circle.twitter {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }

  .submit-button-2 {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-div-2 {
    width: 65%;
    margin-bottom: 15px;
  }

  .social-holder {
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .number-div {
    width: 90%;
  }

  .link-block {
    width: 100%;
  }

  .image-24 {
    width: 250px;
    max-width: none;
  }

  .image-25 {
    width: 250px;
    max-width: none;
  }

  .financing-section {
    padding: 40px 20px;
  }

  .work-section {
    padding: 40px 20px;
  }

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

  .brand {
    width: 60%;
  }

  .image-26 {
    max-height: 80px;
  }

  .paragraph {
    font-size: 15px;
  }

  .textarea {
    min-height: 100px;
  }

  .textarea-2 {
    height: auto;
    max-height: none;
  }
}