:root {
  --color-3: #0b1622;
  --color-6: #85a4b6;
  --color-4: #122337;
  --color: white;
  --color-5: #41607f;
  --color-8: #777;
  --color-9: #a3ddff;
  --color-7: #e9ecf0;
  --color-2: #333;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

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

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--color-4);
  text-decoration: none;
}

a:hover {
  color: var(--color-6);
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  color: var(--color);
  background-color: #254057;
}

.dropdown-toggle {
  color: var(--color-4);
  text-transform: none;
  margin-right: 5px;
  padding: 10px 20px 10px 10px;
  font-size: 1em;
  font-weight: 500;
}

.dropdown-toggle:hover {
  color: var(--color-6);
}

.image {
  height: 60px;
}

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

.icon {
  margin-top: 12px;
  margin-right: 0;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--color-3);
}

.button {
  background-color: var(--color-3);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #c3cad7;
  border-radius: 0;
  padding: 15px 30px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--color-5);
  color: var(--color);
  border-radius: 0;
}

.button.phone-top {
  letter-spacing: 0;
  padding: 10px 15px;
  font-size: .9em;
}

.button.phone-top:hover {
  color: var(--color);
}

.button.providers {
  background-color: var(--color-5);
  margin-right: 10px;
}

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

.button.providers {
  letter-spacing: 0;
  padding: 10px 15px;
  font-size: .9em;
}

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

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

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

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

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

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

.button.btm-marg {
  margin-bottom: 5px;
}

.nav-menu {
  align-items: center;
  height: 70px;
  padding-right: 20px;
  display: flex;
}

.dropdown {
  line-height: 1em;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px #c3cad7;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 11px #00000012;
}

.navlink {
  color: var(--color-4);
  padding: 10px 15px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

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

.hero {
  background-image: linear-gradient(#0000 28%, #0000004d 64%, #0000008a), url('../images/building-exterior.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 12%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.hero-header {
  color: var(--color);
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2em;
  line-height: 1.8em;
}

.lg-line {
  font-size: 1.8em;
}

.credit-logos {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 20px auto;
}

.badge {
  max-width: none;
  max-height: 65px;
  margin-right: 20px;
}

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

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

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

.welcome-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.welcome-photo {
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

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

.mission-div {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 50px 0%;
  box-shadow: 0 2px 19px #0003;
}

.block-quote {
  border-left-color: var(--color-8);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-text-div {
  z-index: 1;
  color: #fff;
  width: 35%;
  margin-left: 5%;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.number {
  border: 2px solid var(--color-9);
  color: #ffcc70;
  background-image: url('../images/icons8-location.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 1.5em;
  line-height: 1em;
  display: flex;
}

.number._1 {
  border-color: var(--color-9);
  background-image: url('../images/icons8-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 50px;
  height: 50px;
  margin-top: 0;
}

.number._3 {
  background-image: url('../images/icons8-staff.svg');
}

.vert-white-line {
  background-color: var(--color-9);
  width: 2px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.info-section {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/value-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5%;
  padding-bottom: 4%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.value-items {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 55%;
  display: flex;
  position: relative;
}

.vert-white-line-holder {
  width: 2px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.vert-white-line-holder._2 {
  height: 75px;
}

.vert-white-line-holder._1 {
  height: 90px;
  margin-bottom: 20px;
}

.value-text-div {
  color: #fff;
  background-color: #122337c2;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 125px;
  margin-bottom: 20px;
  padding: 30px;
  font-size: 1.2em;
  line-height: 1.3em;
  display: flex;
}

.values-holder {
  flex-flow: column;
  width: 85%;
  display: flex;
}

.number-column {
  flex-flow: column;
  align-items: center;
  width: 15%;
  display: flex;
}

.lt-blue {
  color: #a3ddff;
}

.lg-title {
  color: var(--color-9);
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5em;
}

.bg-effect-div {
  -webkit-backdrop-filter: grayscale() blur(5px);
  backdrop-filter: grayscale() blur(5px);
  position: absolute;
  inset: 0%;
}

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

._5050-wrap {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._5050-wrap.max {
  max-width: 1600px;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.text-48.top {
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.list-holder {
  background-color: #a3ddff40;
  margin-bottom: 20px;
  padding: 20px 20px 0 0;
}

.photo-48 {
  object-fit: cover;
  width: 48%;
  overflow: hidden;
}

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

.icon-wrapper {
  align-items: center;
  width: 100%;
  margin-left: -55px;
  display: flex;
}

.icon-wrapper._2 {
  margin-top: -10px;
}

.logo-icon {
  width: 50px;
  margin-bottom: -20px;
}

.logo-icon.doc {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
}

.h3-wrapper {
  border-bottom: 1px solid var(--color-6);
  margin-bottom: 12.28px;
  margin-left: -2px;
  padding-left: 12px;
  padding-right: 100px;
}

.h3-wrapper.more-marg {
  margin-bottom: 25px;
}

.signe-of-cataracts {
  background-color: var(--color-7);
  padding-top: 5%;
  padding-bottom: 5%;
}

.signs-wrapper {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.symptom-div {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.symptom {
  flex-flow: column;
  align-items: center;
  width: 19%;
  line-height: 1.5em;
  display: flex;
}

.symptom-image {
  border: 3px solid var(--color-5);
  object-fit: cover;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.cta-holder {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: left;
  background-color: #0b1622b8;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.footer {
  background-image: url('../images/cityscape-md.jpg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: 40vh;
  padding: 0%;
  display: flex;
}

.location-info-div {
  background-color: var(--color-3);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 50px;
  display: flex;
}

.form-div-wrapper {
  flex-flow: row;
  width: 70%;
  padding: 50px;
  display: flex;
}

.brand-2 {
  margin-bottom: 20px;
  margin-left: -10px;
}

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

.h4-less {
  margin-top: -15px;
}

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

.link {
  color: var(--color-9);
  text-transform: none;
  text-decoration: none;
}

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

.logo-footer {
  filter: brightness(500%) saturate(0%);
  height: 80px;
}

.div-block {
  color: var(--color);
  flex-flow: column;
  align-items: center;
  margin-right: 20px;
  font-size: .9em;
  font-style: italic;
  display: flex;
}

.h5-min {
  min-height: 45px;
}

.doc-testimonial-section {
  background-color: var(--color-3);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 50px;
  display: flex;
}

.doc-testimonial-text {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.h4-light-blue {
  color: var(--color-9);
  font-weight: 500;
}

.ip-header {
  background-image: linear-gradient(#122337c4, #122337c4), linear-gradient(#0000009e, #0000009e), url('../images/value-background.jpg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, cover;
  padding-top: 10%;
  padding-bottom: 5%;
  position: relative;
}

.ip-header-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.ip-header-content {
  z-index: 10;
  color: var(--color);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
}

.breadcrumbs {
  background-color: #a3ddff40;
  align-items: center;
  padding: 10px 20px 10px 5%;
  display: flex;
}

.bc-divider {
  margin-left: 15px;
  margin-right: 15px;
}

.link-current:hover {
  color: var(--color-4);
}

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

.ip-section.lt-gray {
  background-color: #0000000d;
}

.wrap-flex {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-flex.links {
  max-width: 1280px;
  margin-top: 30px;
}

.section-for-video {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-5), var(--color-3));
  padding-top: 5%;
  padding-bottom: 5%;
}

.wrap-top-flex {
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-top-flex.white {
  color: var(--color);
  text-align: center;
}

.video-wrap {
  max-width: 50%;
  margin-top: 25px;
}

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

.wrap-full {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.img-float {
  float: right;
  max-width: 350px;
  margin-left: 20px;
}

.related-links {
  background-color: #a3ddff33;
  padding-top: 5%;
  padding-bottom: 5%;
}

.heading {
  text-align: center;
}

.link-holder-30 {
  flex-flow: column;
  width: 33%;
  display: flex;
}

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

  .dropdown-toggle {
    display: block;
  }

  .button.phone-top {
    width: 300px;
    margin-left: 10px;
    display: block;
  }

  .button.providers {
    width: 300px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0;
    display: block;
  }

  .nav-menu {
    background-color: var(--color);
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .dropdown {
    display: block;
  }

  .navlink {
    text-align: left;
    display: block;
  }

  .hero {
    height: 800px;
  }

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

  .credit-logos {
    justify-content: space-around;
    width: 100%;
  }

  .badge {
    margin-right: 0;
  }

  .welcome-section {
    padding-bottom: 8%;
  }

  .welcome-wrapper {
    flex-flow: column;
    width: 85%;
  }

  .welcome-text {
    width: 100%;
    padding-top: 0;
  }

  .welcome-photo {
    width: 100%;
  }

  .mission-div {
    inset: auto -25px -25px 25px;
  }

  .info-text-div {
    font-size: 3em;
  }

  .vert-white-line {
    height: 100%;
  }

  .info-section {
    background-image: linear-gradient(#00000075, #00000075), url('../images/value-background.jpg');
    background-position: 0 0, 50% 100%;
    background-attachment: scroll, scroll;
    padding-top: 3%;
    padding-bottom: 0%;
    padding-right: 3%;
  }

  .vert-white-line-holder {
    height: 120px;
  }

  .vert-white-line-holder._2 {
    height: 70px;
  }

  .vert-white-line-holder._1 {
    height: 100px;
    margin-bottom: 20px;
  }

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

  .lg-title {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  ._5050-wrap {
    flex-flow: column;
    width: 90%;
  }

  .text-48 {
    width: 100%;
    padding-top: 0;
  }

  .photo-48 {
    width: 100%;
  }

  .icon-wrapper.no {
    margin-left: 0;
  }

  .logo-icon.hide {
    display: none;
  }

  .symptom-div {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .symptom {
    width: 31.2%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .symptom-image {
    width: 150px;
    height: 150px;
  }

  .cta-holder {
    padding: 40px;
  }

  .footer {
    background-position: 50% 0;
    background-attachment: scroll;
    flex-flow: column;
  }

  .location-info-div {
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 30px 20px 20px;
  }

  .form-div-wrapper {
    width: 100%;
    padding: 25px;
  }

  .doc-testimonial-section {
    padding: 20px;
  }

  .doc-testimonial-text {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: var(--color-4);
  }

  .ip-header {
    padding-top: 20%;
  }

  .wrap-flex {
    flex-flow: column;
  }

  .video-wrap {
    max-width: 75%;
  }

  .link-holder-30 {
    width: 100%;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .image {
    height: 50px;
  }

  .brand {
    padding-left: 0;
  }

  .button, .button.rev.marg {
    font-size: .9em;
  }

  .hero {
    height: 500px;
  }

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

  .credit-logos {
    bottom: 10px;
  }

  .badge {
    max-height: 40px;
  }

  .badge.zeiss {
    max-height: 40px;
    margin-bottom: 0;
  }

  .welcome-wrapper {
    width: 90%;
  }

  .welcome-text {
    padding-bottom: 20px;
  }

  .mission-div {
    padding: 15px;
    bottom: -10px;
    right: -10px;
  }

  .info-text-div {
    width: 100%;
    margin-bottom: 5%;
    font-size: 2em;
  }

  .info-section {
    flex-flow: column;
  }

  .value-items {
    width: 90%;
  }

  .vert-white-line-holder {
    height: 80px;
  }

  .vert-white-line-holder._2 {
    height: 70px;
  }

  .vert-white-line-holder._1 {
    height: 65px;
  }

  .value-text-div {
    padding: 15px;
    line-height: 1.3em;
  }

  .values-holder {
    width: 90%;
  }

  .number-column {
    width: 10%;
    margin-right: 10px;
  }

  .lg-title {
    font-size: 1em;
  }

  .icon-wrapper {
    margin-left: 0;
  }

  .logo-icon.hide-sm {
    display: none;
  }

  .h3-wrapper.more-marg {
    padding-right: 12px;
  }

  .symptom {
    width: 47%;
    margin-bottom: 4%;
  }

  .cta-holder {
    padding: 20px;
  }

  .div-block {
    font-size: .6em;
  }

  .h4-light-blue {
    font-size: 1.2em;
  }

  .ip-header-content {
    font-size: 2.5em;
  }

  .img-float {
    max-width: 250px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 0;
  }

  .button.rev.marg {
    margin-top: 10px;
    margin-left: 0;
  }

  .hero {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000 28%, #0000004d 64%, #0000008a), url('../images/building-exterior.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 600px;
  }

  .hero-header {
    line-height: 1.4em;
  }

  .lg-line {
    line-height: 1.2em;
  }

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

  .badge, .badge.zeiss {
    max-height: 30px;
  }

  .mission-div {
    box-shadow: none;
    position: static;
  }

  .number, .number._1 {
    background-size: 20px;
    width: 30px;
    height: 30px;
  }

  .info-section {
    margin-left: 0;
    margin-right: 0;
  }

  .value-items {
    padding-left: 10px;
    padding-right: 0;
  }

  .vert-white-line-holder._2 {
    height: 120px;
  }

  .vert-white-line-holder._1 {
    height: 135px;
  }

  .list-holder {
    padding: 20px 20px 0;
  }

  .logo-icon.doc {
    margin-top: -10px;
  }

  .symptom {
    width: 100%;
    margin-bottom: 5%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .symptom-image {
    width: 125px;
    height: 125px;
  }

  .cta-holder {
    padding: 20px;
  }

  .form-div-wrapper {
    padding: 0;
  }

  .logo-footer {
    height: 50px;
  }

  .div-block {
    margin-right: 0;
    font-size: .5em;
  }

  .ip-header {
    padding-top: 25%;
  }

  .ip-header-content {
    font-size: 2em;
  }

  .breadcrumbs {
    flex-flow: wrap;
  }

  .video-wrap {
    max-width: 100%;
    margin-top: 0;
  }

  .img-float {
    max-width: 100%;
    margin-left: 0;
  }
}


