:root {
  --color-5: #0197cc;
  --color: white;
  --color-3: #01222e;
  --color-4: #00465e;
  --color-6: black;
  --color-2: #333;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-5);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

.navbar {
  background-color: var(--color);
  padding-left: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, .2);
}

.brand {
  max-width: 250px;
}

.nav-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
}

.nav-link:hover {
  color: var(--color-5);
}

.nav-link.phone {
  color: #0197cc;
  background-image: url('../images/icons8-phone.svg');
  background-position: 7px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 45px;
  font-weight: 700;
}

.nav-link.phone:hover {
  color: var(--color-3);
}

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

.hero {
  height: 92vh;
  background-image: url('../images/music-girl.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-top: 8vh;
  padding: 5% 5% 5% 3%;
  display: flex;
  position: relative;
}

.hero-wrapper {
  z-index: 10;
  width: 48%;
  position: relative;
}

.hero-large-text {
  color: var(--color);
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-buttons {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.hero-button {
  width: 49%;
  color: var(--color);
  text-align: center;
  background-color: #e03591;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.hero-button:hover {
  background-color: var(--color-5);
}

.hero-button.marg {
  background-color: #e03591;
  margin-right: 10px;
}

.hero-button.marg:hover, .hero-button.light-blue {
  background-color: var(--color-5);
}

.hero-button.light-blue:hover {
  background-color: var(--color-4);
}

.top-span {
  font-size: 1.2em;
  font-weight: 700;
}

.image {
  width: 35px;
  margin-bottom: 10px;
}

.iol-choice-section {
  min-height: 50vh;
  background-image: linear-gradient(125deg, #2c1228, #813a74);
  justify-content: space-between;
  align-items: stretch;
  padding: 5%;
  display: flex;
  position: relative;
}

.choosing-iol-div {
  z-index: 2;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.large-white-text {
  color: var(--color);
  margin-bottom: 20px;
  font-size: 1em;
}

.large-white-text.small {
  margin-bottom: 0;
  font-size: .7em;
  line-height: 1.2em;
}

.button {
  background-color: var(--color-6);
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-3);
}

.button.white {
  background-color: var(--color);
  color: var(--color-3);
}

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

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

.button.light-blue {
  background-color: var(--color-5);
  color: var(--color);
}

.button.light-blue:hover {
  background-color: var(--color);
  color: var(--color-3);
}

.important-rle-section {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.when-rle-wrapper {
  width: 90%;
  max-width: 1400px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-center {
  color: #0197cc;
  text-align: center;
}

.h2-white-center, .p-white-center {
  color: var(--color);
  text-align: center;
}

.questions-boxes {
  width: 100%;
  max-height: 500px;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.question-div {
  width: 32%;
  flex-direction: column;
  display: flex;
}

.question-text-div {
  background-color: var(--color);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.small-center {
  color: var(--color-5);
  text-align: center;
  margin-bottom: 0;
}

.center-larger {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.question-photo-div {
  width: auto;
  object-fit: cover;
  overflow: hidden;
}

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

.body-buttons {
  width: 75%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.experience-section {
  justify-content: space-between;
  display: flex;
}

.text-div-45 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 50px 30px;
  display: flex;
}

.team-photo-div {
  width: 50%;
  object-fit: cover;
  overflow: hidden;
}

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

.not-matter-section {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.no-matter-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.blue {
  color: var(--color-5);
}

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

.step-div {
  width: 32%;
  color: var(--color);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.number-circle {
  width: 75px;
  height: 75px;
  background-color: var(--color);
  color: var(--color-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.h4-center-white {
  color: var(--color);
  text-align: center;
  font-size: 1.5em;
}

.basic-body-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.age-section {
  background-color: rgba(1, 34, 46, .1);
  justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 5%;
  display: block;
}

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

.age-left-div {
  width: 40%;
}

.age-options {
  width: 55%;
  justify-content: space-between;
  display: flex;
}

.age-div {
  width: 33.3%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.age-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.age-holder.center {
  border-left: 1px solid rgba(1, 34, 46, .2);
  border-right: 1px solid rgba(1, 34, 46, .2);
  padding-top: 20px;
  padding-bottom: 20px;
}

.age-large {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

.testimonial-section {
  min-height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/aerial-skyline.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

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

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

.testimonial-holder {
  width: 32%;
  background-color: var(--color);
  padding: 20px 20px 0;
}

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

.about-dr-dell-section {
  background-image: linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .86)), url('../images/burst-blue.png');
  background-position: 0 0, 120% -90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.dell-photo-div {
  width: 30%;
  object-fit: cover;
  overflow: hidden;
}

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

.dell-bio-text-div {
  width: 65%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.schedule {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 4%;
}

.schedule-wrapper {
  width: 90%;
  justify-content: space-between;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.schedule-text-div {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.field-label {
  color: var(--color);
}

.text-block {
  color: var(--color);
  margin-left: 5%;
  margin-right: 5%;
}

.mobile-button-holder {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.mobile-button {
  width: 49%;
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.mobile-button:hover {
  background-color: var(--color-5);
}

.mobile-hero-img {
  display: none;
}

.fancy-list-div {
  color: var(--color);
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.image-9 {
  width: 40px;
  margin-right: 15px;
}

.logo-holder {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.feature-img {
  max-width: 75px;
  opacity: .33;
  filter: grayscale();
  margin-right: 50px;
}

.curious-about-section {
  min-height: 55vh;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/man-looking-at-cellphone.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  padding: 5%;
  display: flex;
}

.curious-wrapper-div {
  width: 45%;
}

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

.iol-image-holder-2 {
  width: 45%;
  border: 1px solid var(--color);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 25px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-11 {
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-12 {
  width: auto;
  height: auto;
  max-height: 250px;
  object-fit: contain;
}

.logo-and-lens-holder {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.rx-sight-text-div {
  width: 100%;
}

.hero-sub-line {
  color: #e03591;
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-gradient-div {
  background-image: linear-gradient(to right, var(--color-6), rgba(0, 11, 16, .66) 38%, rgba(1, 34, 46, 0) 74%, rgba(1, 34, 46, 0));
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  color: #a8025b;
}

.heading {
  margin-bottom: 10px;
}

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

  h3 {
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .brand {
    max-width: 175px;
  }

  .nav-menu {
    background-color: var(--color);
  }

  .hero {
    height: 800px;
    background-image: url('../images/music-girl.jpg');
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    padding: 0%;
  }

  .hero-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, .65);
    padding: 15px;
  }

  .hero-large-text {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .hero-buttons {
    margin-top: 0;
  }

  .iol-choice-section {
    flex-direction: column;
  }

  .choosing-iol-div {
    width: 100%;
  }

  .large-white-text {
    font-size: 1em;
  }

  .questions-boxes {
    max-height: 300px;
    margin-top: 0;
    margin-bottom: 2%;
  }

  .body-buttons {
    width: 100%;
  }

  .experience-section {
    flex-direction: column;
  }

  .text-div-45 {
    width: 100%;
    padding: 5% 5% 3%;
  }

  .team-photo-div {
    width: 100%;
    max-height: 400px;
  }

  .no-matter-wrapper {
    width: 95%;
  }

  .number-circle {
    width: 50px;
    height: 50px;
    font-size: 2em;
  }

  .h4-center-white {
    font-size: 1.2em;
  }

  .age-wrapper-div {
    flex-direction: column;
  }

  .age-left-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .age-options {
    width: 100%;
  }

  .testimonial-section {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/aerial-skyline.jpg');
    background-attachment: scroll, scroll;
    padding-bottom: 3%;
  }

  .testimonial-blocks {
    flex-direction: column;
    margin-top: 0;
  }

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

  .about-dr-dell-section {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/burst-blue.png');
    background-position: 0 0, 140% -50%;
  }

  .dell-wrapper-div {
    flex-direction: column;
  }

  .dell-photo-div {
    width: 40%;
  }

  .dell-bio-text-div {
    width: 100%;
    margin-top: 20px;
  }

  .schedule-wrapper {
    margin-bottom: 50px;
  }

  .schedule-text-div {
    width: 100%;
  }

  .icon {
    color: var(--color-5);
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--color);
  }

  .fancy-list-div {
    font-size: 1.2em;
  }

  .logo-holder {
    width: 100%;
    justify-content: space-between;
  }

  .feature-img {
    margin-right: 0;
  }

  .curious-about-section {
    min-height: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/man-looking-at-cellphone.jpg');
    background-attachment: scroll, scroll, scroll;
  }

  .iol-image-holder-2 {
    width: 100%;
    margin-top: 20px;
  }

  .image-11 {
    margin-top: 50px;
  }

  .image-12 {
    margin-bottom: 20px;
  }

  .hero-sub-line {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .hero-gradient-div {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    display: none;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .navbar {
    padding-left: 5px;
  }

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

  .hero {
    height: 500px;
  }

  .hero-wrapper {
    background-color: rgba(0, 0, 0, .65);
    padding-bottom: 0;
  }

  .hero-large-text {
    font-size: 1.8em;
  }

  .hero-buttons {
    display: none;
  }

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

  .iol-choice-section {
    flex-direction: column;
  }

  .choosing-iol-div {
    width: 100%;
  }

  .button {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
    line-height: 1.2em;
  }

  .small-center {
    font-size: .9em;
  }

  .center-larger {
    font-size: 1em;
  }

  .question-photo-div {
    max-height: 150px;
  }

  .body-buttons {
    display: none;
  }

  .steps-holder {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .age-options {
    flex-direction: column;
  }

  .age-div {
    width: 100%;
  }

  .age-holder.center {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: rgba(1, 34, 46, .2);
    border-bottom-width: 1px;
    border-bottom-color: rgba(1, 34, 46, .2);
  }

  .image-6 {
    max-width: 25px;
    margin-bottom: 10px;
  }

  .about-dr-dell-section {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .schedule {
    padding-bottom: 150px;
  }

  .schedule-wrapper {
    margin-bottom: 20px;
  }

  .menu-button {
    padding: 10px;
  }

  .mobile-button-holder {
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-button {
    width: 100%;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 25%;
    padding-right: 0%;
  }

  .mobile-button.top {
    background-color: var(--color-5);
  }

  .mobile-button.top:hover {
    background-color: var(--color-3);
  }

  .fancy-list-div {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .image-9 {
    width: 30px;
  }

  .feature-img {
    max-width: 50px;
  }

  .curious-wrapper-div {
    width: 50%;
  }

  .iol-image-holder-2 {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    position: static;
  }

  .image-12 {
    max-height: 250px;
  }
}

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

  .navbar {
    height: 5vh;
  }

  .brand {
    max-width: 125px;
  }

  .hero {
    height: auto;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    margin-top: 0%;
    padding-top: 4vh;
  }

  .hero-wrapper {
    background-color: var(--color-3);
  }

  .hero-large-text {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .choosing-iol-div {
    width: 100%;
  }

  .large-white-text {
    font-size: 1em;
  }

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

  .questions-boxes {
    max-height: none;
    flex-direction: column;
  }

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

  .center-larger {
    font-size: 1.2em;
  }

  .question-photo-div {
    max-height: 300px;
  }

  .basic-body-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .dell-photo-div {
    width: 100%;
  }

  .schedule {
    padding-bottom: 175px;
  }

  .mobile-button, .mobile-button.top {
    padding-left: 5%;
  }

  .mobile-hero-img {
    display: block;
  }

  .fancy-list-div {
    align-items: flex-start;
    line-height: 1.2em;
  }

  .feature-img {
    max-width: 40px;
  }

  .curious-wrapper-div {
    width: 100%;
  }

  .iol-image-holder-2 {
    flex-direction: column;
    display: flex;
  }

  .image-11 {
    margin-top: 0;
  }

  .image-12 {
    max-height: 200px;
    margin-bottom: 0;
    transform: rotate(50deg);
  }

  .logo-and-lens-holder {
    flex-direction: column;
  }

  .hero-sub-line {
    font-size: 1em;
    font-weight: 600;
  }

  .hero-gradient-div {
    display: none;
  }
}


