.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom: 20px solid #a6c2cd;
  background-color: #fff;
}

.body {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.75em;
}

.nav-link {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #004f71;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #90adb9;
}

.nav-link.w--current {
  color: #999;
}

.nav-link.phone {
  color: #90adb9;
}

.nav-link.phone:hover {
  color: #004f71;
}

.brand {
  max-width: 22%;
  min-width: 450px;
  padding: 20px 10px;
}

.nav-menu {
  padding-top: 0.5%;
}

.button {
  padding: 15px 30px;
  background-color: #004f71;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #90adb9;
  color: #004f71;
}

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

.button.reverse {
  background-color: #90adb9;
  color: #004f71;
}

.button.reverse:hover {
  background-color: #004f71;
  color: #fff;
}

.self-test-section {
  padding: 100px 200px;
}

.self-test-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.h3 {
  margin-top: 0px;
  color: #999;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

.h2-main {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #004f71;
  font-size: 3.5em;
  line-height: 1.2em;
  text-align: center;
}

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

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

.image {
  width: 100%;
}

.parallax {
  min-height: 45vh;
  background-image: url('../images/senior-couple-walking-the-beach.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.about-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 50vh;
  padding: 100px 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-wrapper-div {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  margin-bottom: 20px;
}

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

.paragraph.center-white {
  margin-bottom: 0px;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}

.paragraph.center-white.footer {
  margin-bottom: 10px;
}

.eye-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40%;
  background-image: url('../images/logo-symbol.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.eye-div.footer {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-position: 100% 0%;
}

.docs-section {
  padding: 100px 200px;
  background-color: #e8f2f6;
}

.docs-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.doc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 400px;
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px;
  -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;
  box-shadow: 0 0 20px 7px rgba(51, 51, 51, 0.11);
}

.image-2 {
  max-height: 300px;
  max-width: none;
  margin-bottom: 20px;
}

.h4, .h3 {
  margin-top: 0px;
  color: #004f71;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
}

.h3 {
  font-size: 1.4em;
  text-transform: unset;
  letter-spacing: 0px;
}

.h4.caps, .h3.caps {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.advanced-lasik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75vh;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0))), url('../images/senior-man-surfing.jpg');
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/senior-man-surfing.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.advanced-lasik-wrapper-div {
  max-width: 45%;
}

.life-changing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75vh;
  padding: 100px;
  -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: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(57%, hsla(0, 0%, 100%, 0.63)), to(hsla(0, 0%, 100%, 0))), url('../images/grandfather-and-grandson-playing-outdoors2.jpg');
  background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0.63) 57%, hsla(0, 0%, 100%, 0)), url('../images/grandfather-and-grandson-playing-outdoors2.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.why-choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75vh;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0))), url('../images/senior-couple-sitting-on-front-steps.jpg');
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/senior-couple-sitting-on-front-steps.jpg');
  background-position: 0px 0px, 90% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact-section {
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  padding: 100px 200px;
  background-color: #004f71;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59));
}

.contact-wrapper-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -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;
}

.form-block {
  width: 80%;
  max-width: none;
  margin-top: 50px;
}

.field-label {
  color: #fff;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.textarea {
  min-height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.link {
  color: #a6c2cd;
}

.link:hover {
  color: #fff;
}

.mobile-view-phone {
  display: none;
}

.list {
  margin-bottom: 30px;
}

.cataract-vision-simulator-section {
  padding: 100px 200px;
  background-color: hsla(0, 0%, 60%, 0.13);
}

.pane {
  height: 500px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dot {
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #004f71;
}

.tab-link {
  display: block;
  width: 33.34%;
  padding-top: 21px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link.w--current {
  width: 33.33%;
  background-color: transparent;
  font-weight: 700;
}

.tabs-content {
  height: auto;
}

.slider-pane {
  width: 100%;
  height: 100%;
  background-image: url('../images/cataract-vision-simulation.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-pane.lens {
  background-image: url('../images/cataract-vision-after-lifestyle-lens-implants.jpg');
}

.slider-pane.after {
  background-image: url('../images/cataract-vision-after-standard-cataract-removal.jpg');
}

.tab-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  max-width: 1170px;
  margin-bottom: 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;
  background-color: #e1eaf5;
}

.ondot {
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #90adb9;
}

.text-block-3 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  text-align: center;
}

.tabs {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.sumulation-wrapper-div {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.hero-button {
  margin-right: 15px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #90adb9;
  background-color: #fff;
  color: #90adb9;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #90adb9;
  color: #fff;
}

.hero-button.right {
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #90adb9;
  background-color: #fff;
}

.hero-button.right:hover {
  background-color: #90adb9;
  color: #fff;
}

.hero-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: Satisfy, sans-serif;
  color: #fff;
  font-size: 125px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 5px #11619e;
}

.h2-hero-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #11619e;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  margin-top: 45px;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(185deg, transparent 31%, rgba(0, 79, 113, 0.63) 56%, rgba(0, 79, 113, 0.9) 81%), url('../images/senior-couple-hugging-at-home.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h3-hero {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 1.25em;
  font-weight: 300;
  text-align: center;
}

.hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  margin-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;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 0px;
  -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;
}

.button-holder {
  margin-top: 20px;
}

.tab-pane {
  width: auto;
  min-height: 100px;
  padding: 0px 30px 30px 40px;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-content-2 {
  width: 70%;
  min-width: 0px;
}

.h2-section-header {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #13619e;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.body-text {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}

.body-text.address {
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.location-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #13619e;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.tab:hover {
  color: rgba(17, 97, 158, 0.65);
}

.tab.w--current {
  border-radius: 6px;
  background-color: #13619e;
  color: #fff;
  font-weight: 300;
}

.tab.w--current:hover {
  background-color: rgba(17, 97, 158, 0.47);
}

.location-section {
  padding: 100px 200px;
}

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

.map-placeholder {
  max-width: 65%;
  min-height: 400px;
  background-image: url('../images/Screen-Shot-2022-05-11-at-11.21.16-AM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map-placeholder._2 {
  background-image: url('../images/Screen-Shot-2022-05-11-at-11.23.07-AM.png');
  background-position: 50% 0%;
}

.map-placeholder._3 {
  background-image: url('../images/Screen-Shot-2022-05-11-at-11.24.18-AM.png');
  background-position: 50% 0%;
}

.map-placeholder._4 {
  background-image: url('../images/Screen-Shot-2022-05-11-at-11.25.17-AM.png');
  background-position: 50% 0%;
}

.map-placeholder._5 {
  background-image: url('../images/Screen-Shot-2022-05-11-at-11.27.05-AM.png');
}

.map-placeholder._6 {
  background-image: url('../images/Screen-Shot-2022-05-11-at-11.28.08-AM.png');
}

.map-placeholder._7 {
  background-image: url('../images/Screen-Shot-2022-05-11-at-11.28.52-AM.png');
}

.map-placeholder._8 {
  background-image: url('../images/Screen-Shot-2022-05-11-at-11.29.41-AM.png');
}

.map-placeholder._9 {
  background-image: url('../images/Screen-Shot-2022-05-11-at-11.31.30-AM.png');
  background-position: 50% 0%;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block;
    -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;
  }

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

  .self-test-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .h2-main {
    font-size: 3em;
  }

  .parallax {
    background-position: 30% 0%;
  }

  .about-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .eye-div {
    width: 60%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .docs-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .doc-div {
    margin-bottom: 20px;
    -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;
  }

  .doc {
    width: 80%;
    margin: 0px 0px 30px;
  }

  .advanced-lasik {
    min-height: 0px;
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(28%, #fff), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0))), url('../images/senior-man-surfing.jpg');
    background-image: linear-gradient(90deg, #fff 28%, hsla(0, 0%, 100%, 0)), linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/senior-man-surfing.jpg');
    background-position: 0px 0px, 0px 0px, 55% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }

  .life-changing-section {
    min-height: 0px;
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0))), url('../images/grandfather-and-grandson-playing-outdoors2.jpg');
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0)), linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/grandfather-and-grandson-playing-outdoors2.jpg');
    background-position: 0px 0px, 0px 0px, 5% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .why-choose {
    min-height: 0vh;
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0))), url('../images/senior-couple-sitting-on-front-steps.jpg');
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)), linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/senior-couple-sitting-on-front-steps.jpg');
    background-position: 0px 0px, 0px 0px, 85% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }

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

  .contact-wrapper-div {
    margin-bottom: 50px;
  }

  .form-block {
    width: 100%;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    -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: #90adb9;
  }

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

  .lottie-animation {
    -webkit-transform: translate(0px, -14px) scale(3);
    -ms-transform: translate(0px, -14px) scale(3);
    transform: translate(0px, -14px) scale(3);
  }

  .cataract-vision-simulator-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero-button {
    margin-right: 10px;
    margin-bottom: 0px;
    text-align: center;
  }

  .hero-header {
    margin-top: 0px;
    font-size: 100px;
    line-height: 1em;
    text-align: center;
  }

  .h2-hero-2 {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.75em;
  }

  .hero-section {
    height: 700px;
    margin-top: 0px;
    padding-bottom: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: linear-gradient(183deg, transparent 48%, rgba(0, 79, 113, 0.69) 61%, rgba(0, 79, 113, 0.8) 77%), url('../images/senior-couple-hugging-at-home.jpg');
    background-position: 0px 0px, 50% 0%;
  }

  .h3-hero {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 1.75em;
    text-align: center;
  }

  .hero-div {
    width: 100%;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-wrapper {
    margin-top: 115px;
  }

  .button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-pane {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .tabs-menu-2 {
    width: 30%;
  }

  .tab {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .location-section {
    padding: 50px;
  }

  .location-wrapper {
    max-width: none;
  }

  .map-placeholder {
    max-width: none;
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    border-bottom-width: 10px;
  }

  .brand {
    min-width: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand.w--current {
    min-width: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .button.marg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .self-test-section {
    padding: 50px 20px;
  }

  .h2-main {
    font-size: 2.5em;
  }

  .parallax {
    min-height: 35vh;
  }

  .about-section {
    padding: 50px 20px;
  }

  .docs-section {
    padding: 50px 20px;
  }

  .doc-div {
    margin-top: 0px;
  }

  .doc {
    width: 100%;
  }

  .advanced-lasik {
    padding: 50px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec)), url('../images/young-man-surfing.jpg');
    background-image: linear-gradient(180deg, #ececec, #ececec), url('../images/young-man-surfing.jpg');
    background-position: 0px 0px, 70% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .advanced-lasik-wrapper-div {
    max-width: none;
  }

  .life-changing-section {
    padding: 50px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/young-woman-happy-at-home.jpg');
    background-image: linear-gradient(180deg, #fff, #fff), url('../images/young-woman-happy-at-home.jpg');
    background-position: 0px 0px, 18% 20%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .why-choose {
    padding: 50px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f2f6), to(#e8f2f6)), -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0))), url('../images/young-couple-on-the-beach-sunset.jpg');
    background-image: linear-gradient(180deg, #e8f2f6, #e8f2f6), linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)), linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/young-couple-on-the-beach-sunset.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 90% 0%;
    background-size: auto, auto, auto, cover;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, fixed;
  }

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

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

  .menu-button {
    margin: 10px 5px 5px;
  }

  .mobile-view-phone {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    padding: 20px;
    background-color: #004f71;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .mobile-view-phone:hover {
    background-color: #90adb9;
  }

  .cataract-vision-simulator-section {
    padding: 50px 20px;
  }

  .pane {
    height: 300px;
  }

  .dot {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }

  .tab-link {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
  }

  .ondot {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }

  .hero-button {
    width: 50%;
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: #004f71;
    background-color: #004f71;
    color: #fff;
  }

  .hero-button.right {
    border-color: #004f71;
    background-color: #004f71;
  }

  .hero-header {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    font-size: 70px;
    line-height: 1em;
  }

  .h2-hero-2 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 27px;
    line-height: 1.75em;
  }

  .hero-section {
    height: 600px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, transparent), color-stop(64%, rgba(0, 79, 113, 0.71)), color-stop(91%, rgba(0, 79, 113, 0.8))), url('../images/senior-couple-hugging-at-home.jpg');
    background-image: linear-gradient(180deg, transparent 39%, rgba(0, 79, 113, 0.71) 64%, rgba(0, 79, 113, 0.8) 91%), url('../images/senior-couple-hugging-at-home.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .h3-hero {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.5em;
  }

  .hero-div {
    margin-left: 0px;
  }

  .hero-wrapper {
    margin-top: 120px;
  }

  .button-holder {
    width: 100%;
    margin-top: 15px;
  }

  .tab-pane {
    padding: 10px 0px 0px;
  }

  .tabs-2 {
    margin-top: 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;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .h2-section-header {
    margin-top: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .body-text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
  }

  .location-title {
    font-size: 20px;
    line-height: 25px;
  }

  .tabs-menu-2 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab {
    width: 100%;
    padding: 5px 10px;
    text-align: center;
  }

  .location-section {
    padding: 25px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    max-width: 40%;
    min-width: 250px;
    padding: 17px 5px 5px;
  }

  .brand.w--current {
    min-width: 200px;
    padding-top: 20px;
  }

  .button {
    text-align: center;
  }

  .button.w--current {
    text-align: center;
  }

  .button.marg {
    margin-right: 0px;
    text-align: center;
  }

  .h3 {
    font-size: 1em;
  }

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

  .h2-main {
    font-size: 2em;
  }

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

  .parallax {
    background-position: 35% 50%;
  }

  .paragraph {
    text-align: center;
  }

  .eye-div {
    width: 100%;
  }

  .doc {
    padding: 20px;
  }

  .advanced-lasik-wrapper-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;
  }

  .text-block-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .hero-button {
    width: 100%;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.25em;
  }

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

  .hero-header {
    margin-bottom: 0px;
    font-size: 55px;
    line-height: 1em;
  }

  .h2-hero-2 {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .hero-section {
    margin-top: 0px;
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, rgba(0, 79, 113, 0.8))), url('../images/senior-couple-hugging-at-home.jpg');
    background-image: linear-gradient(180deg, transparent, rgba(0, 79, 113, 0.8) 90%), url('../images/senior-couple-hugging-at-home.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .h3-hero {
    margin-top: 5px;
    line-height: 1.2em;
  }

  .hero-div {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-wrapper {
    margin-top: 120px;
  }

  .button-holder {
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-2 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-content-2 {
    width: 100%;
    margin-top: 10px;
  }

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

  .body-text.address {
    text-align: center;
  }

  .location-title {
    margin-bottom: 10px;
    text-align: center;
  }

  .tabs-menu-2 {
    width: 100%;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab {
    margin-bottom: 5px;
  }

  .location-section {
    padding: 15px;
  }

  .map-placeholder {
    min-height: 200px;
  }
}

