.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.nav-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  max-width: 200px;
  min-width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu {
  font-size: 16px;
}

.nav-link {
  margin-right: 5px;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Montserrat, sans-serif;
  color: #174677;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

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

.nav-link.phone {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f0cd31;
}

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

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-top: 30px;
  padding: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(97deg, rgba(0, 0, 0, 0.7), transparent 43%), url('../images/shutterstock_1360312859.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.heading {
  width: 45%;
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 85px;
  font-weight: 400;
}

.bottom-buttons {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  padding: 20px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #174677;
}

.bbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24.5%;
  min-height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.bbutton:hover {
  border-color: #f0cd31;
  background-color: #f0cd31;
  color: #174677;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.design-section {
  position: relative;
  overflow: hidden;
  padding: 200px 100px;
}

.design-wrapper {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.design-div {
  width: 50%;
  min-height: 50px;
}

.h2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #174677;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
}

.paragraph {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.button {
  min-width: 300px;
  padding: 20px;
  background-color: #f0cd31;
  font-family: Montserrat, sans-serif;
  color: #174677;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

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

.choose-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #174677;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/womanyellowcoat.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/womanyellowcoat.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.choose-wrapper {
  width: 100%;
  max-width: 1400px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.h2-white {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
}

.h2-white.alter {
  width: 45%;
  font-size: 30px;
  line-height: 35px;
  text-align: left;
}

.choose-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.choose-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  min-height: 0px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(23, 70, 119, 0.66);
}

.choose-h3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

.block-button {
  width: 100%;
  min-width: 300px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0cd31;
  background-color: #f0cd31;
  font-family: Montserrat, sans-serif;
  color: #174677;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.block-button:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.afford-section {
  padding: 100px;
}

.afford-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.afford-div {
  width: 50%;
  min-height: 50px;
}

.h3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #174677;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/208.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 70px 40px 70px 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/calculator.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 200px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-h3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #174677;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.button-blue {
  min-width: 300px;
  margin-top: 15px;
  padding: 20px;
  background-color: #174677;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-blue:hover {
  background-color: #f0cd31;
  color: #000;
}

.cta2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 70px 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/schedule.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.doc-section {
  margin: 0px;
  padding: 100px;
}

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

.dr-div {
  width: 100%;
  min-height: 50px;
}

.image-3 {
  width: 500px;
  margin-right: 50px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
}

.outcomes-section {
  padding: 100px;
  background-color: #174677;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 70, 119, 0.82)), to(rgba(23, 70, 119, 0.82))), url('../images/shutterstock_1039905697.jpg');
  background-image: linear-gradient(180deg, rgba(23, 70, 119, 0.82), rgba(23, 70, 119, 0.82)), url('../images/shutterstock_1039905697.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.outcomes-wrapper {
  width: 100%;
  max-width: 1400px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.outcomes-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 35px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 75%;
}

.test-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-section {
  padding: 100px;
  background-color: #fff;
}

.image-5 {
  width: 800px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.h2-ctr {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #174677;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
}

.footer_logo {
  width: 200px;
  margin-bottom: 20px;
}

.text-block-6 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.contact-info {
  max-width: none;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 2px;
}

.contact-info.phone-foot {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #000;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 3px;
}

.contact-info.footer-contact {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
}

.image-6 {
  padding-top: 25px;
}

.form-block {
  width: auto;
  margin-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.success-message {
  background-color: transparent;
  color: #fff;
}

.field_text {
  height: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 400;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 0px;
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  color: #f0cd31;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 100px 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#174677), to(#174677));
  background-image: linear-gradient(180deg, #174677, #174677);
}

.form {
  padding: 0px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.fsection {
  width: 100%;
  max-width: 1400px;
  min-height: 500px;
}

.fdiv50 {
  width: 45%;
  min-height: 50px;
}

.h2-wh-left {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.map {
  width: 50%;
  background-image: url('../images/map.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.exp-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vid-duv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.vid-txt-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 150px 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6f7fd;
}

.image-7 {
  position: absolute;
  left: -11%;
  top: -1%;
  right: auto;
  bottom: auto;
  z-index: 400;
  width: 50%;
  opacity: 0.1;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper.vertical.reverse_layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright {
  max-width: 65%;
  margin-top: 44px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0px;
}

.h3-white {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
}

.image-9 {
  width: 25px;
  margin-right: 7px;
}

.image-9-copy {
  width: 18px;
  margin-right: 7px;
}

.image-10 {
  width: 20px;
  margin-right: 7px;
}

.before-after {
  position: relative;
  overflow: hidden;
  height: 500px;
  min-height: 50px;
  margin: 15px;
  background-image: url('../images/harborba.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: col-resize;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  width: 200px;
  margin-right: 30px;
}

.image-12 {
  width: 300px;
}

.smile-wrapper {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.smile-div {
  width: 50%;
  min-height: 50px;
}

.smile-section {
  position: relative;
  overflow: hidden;
  padding: 200px 100px;
  background-image: linear-gradient(107deg, hsla(0, 0%, 100%, 0) 29%, hsla(0, 0%, 100%, 0.9) 70%), url('../images/shutterstock_1309799347.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.image-13 {
  display: none;
}

.testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #174677;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.18);
}

.paragraph-3 {
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
}

.text-block-7 {
  margin-right: 6px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.image-14 {
  width: 25px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  width: 45%;
}

.vid-duv-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.html-embed-3 {
  width: 100%;
  height: auto;
}

.vid-txt-div-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 50px 100px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(203, 208, 223, 0.3);
}

.exp-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.before-after-label {
  position: absolute;
  left: 0%;
  top: 45%;
  right: auto;
  bottom: auto;
  z-index: 2;
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #174677;
  font-size: 14px;
  font-weight: 300;
}

.before-after-label.l2 {
  left: auto;
  top: 45%;
  right: 0%;
  bottom: auto;
}

.list {
  margin-bottom: 25px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .nav-cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    width: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu {
    margin-top: 0px;
    background-color: #fff;
    color: #fff;
    text-align: left;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  }

  .nav-link:hover {
    background-color: rgba(23, 70, 119, 0.11);
  }

  .nav-link.phone {
    margin-right: 0px;
  }

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

  .icon {
    padding-top: 0px;
  }

  .hero-section {
    height: 80vh;
    padding: 50px;
  }

  .heading {
    width: 60%;
    font-size: 65px;
    line-height: 70px;
  }

  .h2-white.alter {
    width: 60%;
  }

  .bottom-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bbutton {
    width: 49%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .bbutton.h {
   display: none;
  }

  .design-section {
    padding: 100px 50px 20px;
  }

  .design-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .design-div {
    width: 100%;
  }

  .h2 {
    margin-bottom: 15px;
    font-size: 55px;
    line-height: 60px;
  }

  .choose-section {
    min-height: 0px;
    padding: 50px;
  }

  .h2-white {
    font-size: 55px;
    line-height: 60px;
  }

  .choose-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .choose-blocks {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(23, 70, 119, 0.8);
  }

  .block-button {
    width: auto;
  }

  .afford-section {
    padding: 50px;
  }

  .afford-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .afford-div {
    width: 100%;
  }

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

  .div-block-2 {
    width: 100%;
    min-height: 500px;
  }

  .cta-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-1 {
    width: 100%;
    min-height: 450px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }

  .cta2 {
    width: 100%;
    min-height: 450px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .doc-section {
    padding: 50px;
  }

  .dr-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .outcomes-section {
    padding: 50px;
  }

  .test-section {
    padding: 50px;
  }

  .image-5 {
    width: 100%;
  }

  .h2-ctr {
    font-size: 55px;
    line-height: 60px;
  }

  .contact-info.phone-foot {
    margin-top: 0px;
  }

  .contact-info.footer-contact {
    margin-bottom: 15px;
  }

  .form-block {
    width: 100%;
  }

  .footer {
    padding: 50px;
  }

  .form {
    padding-left: 0px;
  }

  .h2-wh-left {
    font-size: 55px;
    line-height: 60px;
  }

  .div-block-4 {
    margin-top: 43px;
  }

  .exp-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vid-duv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vid-txt-div {
    width: 100%;
    padding: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }

  .wrapper.vertical {
    padding-right: 3%;
    padding-left: 3%;
  }

  .wrapper.vertical.reverse_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .copyright {
    max-width: 100%;
    padding-top: 10px;
    font-size: 10px;
    text-align: center;
  }

  .h3-white {
    font-size: 30px;
    line-height: 40px;
  }

  .before-after {
    display: block;
    height: 300px;
    margin: 10px;
  }

  .image-11 {
    width: 25%;
  }

  .image-12 {
    width: 35%;
  }

  .smile-div {
    width: 50%;
  }

  .smile-section {
    padding: 50px;
    background-position: 0px 0px, 50% 50%;
  }

  .testimonial-block {
    width: 75%;
  }

  .image-17 {
    width: 100%;
  }

  .vid-duv-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .vid-txt-div-left {
    width: 100%;
    padding: 50px 50px 50px 26px;
  }

  .exp-section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .before-after-label {
    top: 40%;
    padding: 10px;
    font-size: 11px;
  }

  .before-after-label.l2 {
    top: 40%;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 130px;
    margin-left: 10px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .nav-link.phone {
    padding-left: 15px;
  }

  .menu-button {
    padding: 12px;
  }

  .hero-section {
    height: 500px;
    padding: 25px;
  }

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

  .h2-white.alter {
    font-size: 25px;
    line-height: 30px;
  }

  .bottom-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .design-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .design-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 25px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .design-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }

  .h2.left {
    text-align: left;
  }

  .paragraph {
    text-align: center;
  }

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

  .h2-white {
    margin-bottom: 21px;
    font-size: 40px;
    line-height: 45px;
  }

  .choose-block-wrapper {
    margin-top: 25px;
  }

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

  .afford-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h3 {
    margin-top: -5px;
    text-align: center;
  }

  .cta-1 {
    min-height: 300px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .cta-container {
    width: 60%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cta-h3 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .button-blue {
    min-width: 250px;
    margin-top: 0px;
  }

  .cta2 {
    min-height: 300px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .doc-section {
    padding: 25px;
  }

  .dr-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .image-4 {
    width: 100%;
  }

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

  .image-5 {
    width: 100%;
  }

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

  .contact-info {
    max-width: none;
    text-align: center;
  }

  .contact-info.footer-contact {
    margin-bottom: 6px;
  }

  .form-block {
    width: 100%;
    margin-top: 19px;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fdiv50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2-wh-left {
    margin-bottom: 11px;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }

  .div-block-4 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map {
    width: 100%;
    height: 350px;
  }

  .vid-txt-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }

  .wrapper.vertical.reverse_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .copyright {
    padding-top: 10px;
    line-height: 25px;
    text-align: center;
  }

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

  .before-after {
    height: 200px;
  }

  .div-block-5 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .smile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .smile-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .smile-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: linear-gradient(107deg, hsla(0, 0%, 100%, 0) 29%, hsla(0, 0%, 100%, 0.9) 70%);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .image-13 {
    display: block;
    margin-bottom: 20px;
  }

  .testimonial-block {
    width: 100%;
  }

  .image-17 {
    width: 100%;
  }

  .vid-duv-2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .vid-txt-div-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .exp-section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .before-after-label {
    padding-right: 10px;
    padding-left: 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
  }
}

.mbl-btn{
        display: none;
    }

@media screen and (max-width: 479px) {
    
    
    .mbl-btn{
        display: block;
        margin-bottom: 5px;
    }
    .mbl-bg{
        background-color: #f0cd31 !important;
        color: #174677 !important;
    }
    
    .mbl-bg:hover{
        background-color: #174677 !important;
    color: #fff !important;
    }
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-cont {
    margin-top: 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    width: 150px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .icon {
    padding-top: 0px;
  }

  .hero-section {
    height: 100vh;
    min-height: 600px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: linear-gradient(180deg, transparent 61%, rgba(0, 0, 0, 0.9)), linear-gradient(13deg, rgba(0, 0, 0, 0.7), transparent 43%), url('../images/shutterstock_1360312859-479.jpg');
    background-position: 0px 0px, 0px 0px, 80% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .hero-wrapper {
    padding: 55px 20px 150px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 70, 119, 0)), color-stop(86%, rgba(23, 70, 119, 0.98)));
    background-image: linear-gradient(180deg, rgba(23, 70, 119, 0), rgba(23, 70, 119, 0.98) 86%);
  }

  .heading {
    width: 100%;
    color: #fff;
    text-align: center;
  }

  .h2-white.alter {
    width: 100%;
    text-align: center;
  }

  .bottom-buttons {
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bbutton {
    width: 100%;
    min-height: 30px;
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .design-wrapper {
    padding-top: 50px;
  }

  .h2 {
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 29px;
  }

  .button {
    width: 100%;
    min-width: 0px;
    padding: 15px;
    font-size: 15px;
  }

  .h2-white {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 29px;
  }

  .block-button {
    width: 100%;
    min-width: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .afford-section {
    padding-bottom: 19px;
  }

  .h3 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-2 {
    min-height: 300px;
  }

  .cta-1 {
    min-height: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 205, 49, 0.75)), to(rgba(240, 205, 49, 0.75))), url('../images/calculator.jpg');
    background-image: linear-gradient(180deg, rgba(240, 205, 49, 0.75), rgba(240, 205, 49, 0.75)), url('../images/calculator.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .cta-container {
    width: 100%;
  }

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

  .button-blue {
    width: 100%;
    font-size: 15px;
  }

  .cta2 {
    min-height: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.66)), to(hsla(0, 0%, 100%, 0.66))), url('../images/schedule.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.66), hsla(0, 0%, 100%, 0.66)), url('../images/schedule.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .outcomes-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .outcomes-div {
    margin-top: 15px;
  }

  .test-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-5 {
    width: 100%;
  }

  .h2-ctr {
    font-size: 35px;
    line-height: 40px;
  }

  .contact-info.footer-contact {
    font-size: 15px;
    line-height: 29px;
  }

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

  .footer {
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .vid-duv {
    min-height: 250px;
  }

  .wrapper.vertical.reverse_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .copyright {
    padding-top: 10px;
    font-size: 9px;
    line-height: 17px;
    text-align: center;
  }

  .h3-white {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .before-after {
    display: block;
  }

  .div-block-5 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-11 {
    width: 60%;
    margin-right: 0px;
  }

  .image-12 {
    width: 80%;
  }

  .smile-wrapper {
    padding-top: 25px;
  }

  .testimonial-block {
    padding: 14px;
  }

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

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

  .vid-duv-2 {
    min-height: 250px;
  }

  .before-after-label {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 100px;
    min-height: 20px;
    padding: 2px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    text-align: center;
  }

  .before-after-label.l2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .list {
    padding-left: 20px;
    font-size: 15px;
    line-height: 29px;
  }

  .list-item {
    font-size: 16px;
    line-height: 28px;
  }
}

