:root {
  --color-3: #1c1d1d;
  --color-4: #216e92;
  --color-6: #003147;
  --color: white;
  --color-5: #26abe2;
  --color-2: #333;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--color-4);
  margin-top: -20px;
  margin-bottom: 25px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.hero {
  background-image: linear-gradient(-90deg, #0000 1% 20%, #1c1d1db8), url('../images/happy-middle-aged-woman.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 8% 5% 5%;
  display: flex;
}

.button-holder-hero {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.new-what-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.new-what-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.what-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.image-holder {
  object-fit: cover;
  margin-bottom: 0;
  overflow: hidden;
}

.image-holder._2 {
  width: 100%;
  height: 100%;
}

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

.what-is-text-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 45%;
  padding-bottom: 0;
  display: flex;
}

.lens-section {
  background-color: #26abe21a;
  padding-top: 5%;
  padding-bottom: 4%;
}

.lens-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.lens-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.lens-holder-div {
  background-color: var(--color-6);
  color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 20px;
  display: flex;
}

.lens-holder-div._2 {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.button-2 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #003147;
  padding: 15px 30px 13px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
}

.button-2:hover, .button-2._2 {
  background-color: #216e92;
}

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

.button-2._2.hover-white {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-2._2.hover-white:hover {
  background-color: var(--color);
  color: var(--color-6);
}

.button-2.hover-white {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-2.hover-white:hover {
  background-color: var(--color);
  color: var(--color-6);
}

.hero-top-line {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
}

.hero-content-div-2 {
  width: 510px;
}

.hero-mid-line-2 {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 5.55em;
  font-weight: 400;
  line-height: 1em;
}

.third-line-2 {
  color: #fff;
  text-align: right;
  background-image: url('../images/wave.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 185px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3.5em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

.other-treatments-section {
  background-color: var(--color-6);
  padding-top: 5%;
  padding-bottom: 3%;
}

.other-treatments-wrap {
  color: var(--color);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  display: flex;
}

.image {
  height: 70px;
}

.navbar {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 10px #0003;
}

.nav-link-custom-2 {
  color: #003147;
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px 10px 10px;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.nav-link-custom-2:hover {
  color: #216e92;
}

.nav-link-custom-2.phone {
  color: #fff;
  background-color: #003147;
}

.nav-link-custom-2.phone:hover {
  color: #26abe2;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-2 {
  width: 25px;
  margin-right: 10px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #003147;
  font-size: .9em;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #216e92;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.location-holder {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.image-3 {
  width: 25px;
  margin-right: 10px;
}

.image-3.loc {
  margin-bottom: 15px;
  margin-right: 0;
}

.sched-holder {
  background-color: #216e921a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding: 40px;
  display: flex;
}

.self-test-title-holder {
  z-index: 5;
  color: #fff;
  background-color: #003147;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 50px;
  display: flex;
  position: relative;
}

.self-test-title-holder.center {
  color: #fff;
  text-align: center;
  align-items: center;
  width: 30%;
  padding: 30px;
}

.custom-list-item {
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.2em;
  display: flex;
}

.custom-list-item.white {
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: auto;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.schedule {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: 0;
  margin: 0%;
  padding: 0%;
  display: flex;
  position: relative;
}

.image-9 {
  max-width: 200px;
  margin-bottom: 30px;
}

.testimonial-section {
  background-image: linear-gradient(#00314769, #00314769), url('../images/mountain-view.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.h2-center.white {
  color: #fff;
}

.testimonial-holder {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.testimonial-view {
  background-color: #fff;
  border-bottom: 5px solid #26abe2;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  padding: 20px 20px 25px;
  display: flex;
}

.name {
  color: #216e92;
  font-weight: 700;
}

.why-choose-section {
  background-color: #003147;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.why-choose-photo-div {
  object-fit: cover;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.why-choose-wrapper {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin-top: -10%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  box-shadow: 0 5px 12px #0000000d;
}

.p-center {
  text-align: center;
}

.button {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #003147;
  padding: 15px 30px 13px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
}

.button:hover {
  background-color: #216e92;
}

.button.marg {
  margin-right: 10px;
}

.h2-special {
  border-left: 5px solid var(--color-5);
  color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-style: italic;
  font-weight: 400;
}

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

.tab-pane-div {
  background-color: #fff;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tabs-content {
  width: 70%;
  height: auto;
}

.tabs {
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 65vh;
  margin: 50px auto 30px;
  display: flex;
  position: relative;
}

.pane-img-div {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  width: 40%;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.pane-text-div {
  color: #333;
  background-color: #0031470d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
}

.tab-pane {
  float: right;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tabs-menu {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.tab-links {
  color: #fff;
  background-color: #1c1d1d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2em;
  line-height: 1.3em;
  display: flex;
}

.tab-links:hover {
  color: #fff;
  background-color: #216e92;
}

.tab-links.w--current {
  color: #fff;
  background-color: #216e92;
  font-size: 1.2em;
  font-weight: 700;
}

.video-div {
  width: 50%;
  margin-top: 20px;
}

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

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

  h4 {
    margin-top: 0;
  }

  .hero {
    background-position: 0 0, 100% 0;
    justify-content: flex-end;
    height: 700px;
    padding: 2%;
  }

  .button-holder-hero {
    flex-flow: column;
    align-items: stretch;
  }

  .new-what-wrapper {
    flex-flow: column;
  }

  .what-column {
    width: 100%;
  }

  .image-holder._2 {
    max-height: 450px;
    margin-bottom: 20px;
  }

  .lens-holder {
    flex-flow: column;
  }

  .lens-holder-div {
    width: 100%;
  }

  .button-2._2 {
    margin-top: 5px;
  }

  .hero-top-line {
    font-size: 2em;
  }

  .hero-content-div-2 {
    flex-flow: column;
    width: 400px;
    display: flex;
  }

  .hero-mid-line-2 {
    font-size: 4.35em;
  }

  .third-line-2 {
    background-size: 150px;
    font-size: 2.5em;
  }

  .nav-text {
    display: none;
  }

  .nav-menu {
    height: 80px;
  }

  .nav-link-custom-2 {
    padding-right: 10px;
  }

  .brand {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-2 {
    margin-right: 0;
  }

  .sched-holder {
    padding: 25px;
  }

  .self-test-title-holder {
    width: 100%;
    padding: 25px;
  }

  .testimonial-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/mountain-view.jpg');
    background-attachment: scroll, scroll;
    padding-bottom: 3%;
  }

  .testimonial-holder {
    flex-flow: column;
    margin-top: 0;
  }

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

  .why-choose-section {
    padding-top: 0%;
  }

  .why-choose-photo-div {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .why-choose-wrapper {
    width: 90%;
    padding: 25px;
  }

  .tab-pane-div {
    padding: 10px;
    position: relative;
  }

  .tabs-content {
    width: 100%;
    height: auto;
  }

  .tabs {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 600px;
    margin-top: 0;
  }

  .tab-pane {
    height: auto;
    position: relative;
  }

  .tabs-menu {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 0 0, 50% 100%;
    background-size: auto, auto 120%;
    height: 500px;
    padding: 5%;
  }

  .new-what-wrapper {
    flex-flow: column;
  }

  .what-column {
    width: 100%;
  }

  .image-holder._2 {
    display: none;
  }

  .hero-top-line {
    font-size: 1.8em;
  }

  .hero-content-div-2 {
    width: 350px;
  }

  .hero-mid-line-2 {
    font-size: 3.8em;
  }

  .third-line-2 {
    background-size: 125px;
    font-size: 2.2em;
  }

  .nav-menu {
    height: 60px;
  }

  .image {
    height: 50px;
  }

  .nav-link-custom-2 {
    padding: 5px;
  }

  .brand {
    padding-left: 0;
  }

  .sched-holder {
    width: 100%;
  }

  .self-test-title-holder {
    width: 100%;
    padding: 15px;
  }

  .self-test-title-holder.center {
    width: 100%;
  }

  .schedule {
    flex-flow: column;
  }

  .why-choose-wrapper {
    padding: 15px;
  }

  .h2-special {
    font-size: 1.5em;
  }

  .tab-pane-div {
    flex-flow: column;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .pane-img-div {
    width: 100%;
    max-height: 250px;
  }

  .pane-text-div, .tabs-menu {
    width: 100%;
  }
}

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

  h3 {
    font-size: 1.2em;
    font-weight: 600;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero {
    background-color: var(--color-6);
    background-image: linear-gradient(180deg, #00314700, var(--color-6) 57%), url('../images/happy-middle-aged-woman.jpg');
    background-position: 0 0, 80% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 65%;
    height: 600px;
    padding: 5%;
  }

  .lens-holder-div {
    padding: 15px;
  }

  .button-2 {
    line-height: 1.2em;
  }

  .hero-content-div-2 {
    width: 100%;
  }

  .hero-mid-line-2 {
    font-size: 3.1em;
  }

  .third-line-2 {
    background-size: 100px;
    font-size: 2em;
  }

  .h2-special {
    padding-left: 10px;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .tabs {
    height: auto;
    margin-top: 0;
  }

  .pane-img-div {
    margin-bottom: 15px;
  }

  .pane-text-div {
    padding: 15px;
  }

  .tab-links, .tab-links.w--current {
    font-size: 1.1em;
  }

  .video-div {
    width: 100%;
  }
}


