.body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -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: #fff;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.08);
}

.brand {
  width: 20%;
}

.nav-link {
  padding: 10px 25px;
  color: #32688f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ff7668;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  padding-right: 50px;
  padding-left: 50px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/Older-Couple-In-Kitchen.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Older-Couple-In-Kitchen.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  -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-header {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 3.25em;
  line-height: 1.2em;
  font-weight: 800;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

.sub-h {
  margin-top: 20px;
  color: #32688f;
  font-size: 20px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 600;
}

.sub-h.hero {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 50px;
  background-color: #32688f;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sub-h.title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}

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

.cataract-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-header {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #32688f;
  font-size: 35px;
  line-height: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
}

.section-header.white {
  color: #fff;
  text-align: center;
}

.section-header.white.left {
  text-align: left;
}

.text-holder {
  width: 60%;
  padding: 0px;
}

.image-holder {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  min-height: 350px;
  margin-right: 50px;
  -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;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph {
  margin-bottom: 15px;
}

.paragraph.address {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 300;
}

.image-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.test-section {
  padding: 100px 200px;
  background-color: #32688f;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.2), transparent);
}

.test-wrapper {
  width: 100%;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
}

.symptom-checker-section {
  padding: 100px 200px;
}

.symptom-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.tab-image {
  min-height: 500px;
  background-image: url('../images/night.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.tab-image.yellow {
  background-image: url('../images/yellow.jpg');
}

.tab-image.double {
  background-image: url('../images/double.jpg');
}

.tab-image.blur {
  background-image: url('../images/cloudy.jpg');
}

.tab-image.halo {
  background-image: url('../images/halos.jpg');
}

.tab-image.glare {
  background-image: url('../images/glare.jpg');
}

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

.tab-link2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 15%;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #c6c8ca;
  border-radius: 50px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.3)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.3));
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: none;
}

.tab-link2-2:hover {
  background-color: rgba(59, 94, 167, 0.12);
  background-image: none;
  color: #333;
}

.tab-link2-2.w--current {
  min-height: 16.66%;
  -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: #32688f;
  background-image: none;
  color: #fff;
}

.tabs-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 0px;
  margin: 40px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs-menu-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 350px;
  margin-right: 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;
}

.divider-line {
  width: 100%;
  height: 2px;
  margin-top: 100px;
  background-color: rgba(51, 51, 51, 0.1);
}

.freedom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.image-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 85% 50%;
  object-position: 85% 50%;
}

.eval-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: 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: #ff7668;
}

.eval-section:hover {
  background-color: #ff7668;
}

.eval-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-decoration: none;
}

.decorative-header {
  margin: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.icon-div {
  margin-right: 35px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: 75px;
  margin-right: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 200px;
  -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;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-icon-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: -25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-section {
  padding: 100px 200px;
  background-color: #32688f;
}

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

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  min-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.video-2 {
  width: auto;
  height: auto;
}

.technology-section {
  padding: 100px 50px;
  background-image: linear-gradient(235deg, transparent 27%, hsla(0, 0%, 100%, 0.5) 59%, #fff 92%), url('../images/Older-man-Smiling-at-Camera.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tech-wrapper {
  width: 55%;
  margin-right: 0px;
  margin-left: 0px;
}

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

.button {
  margin-right: 15px;
  padding: 10px 30px;
  background-color: #ff7668;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32688f;
}

.button.right {
  margin-right: 0px;
  background-color: #ff7668;
}

.button.right:hover {
  background-color: #32688f;
}

.simulator-section {
  min-height: 85vh;
  padding: 100px 200px;
  background-color: rgba(50, 104, 143, 0.2);
}

.simulator-wrapper {
  margin-right: auto;
  margin-left: auto;
}

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

.tab-link {
  display: block;
  width: 33%;
  padding: 20px 0px 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;
  background-color: transparent;
}

.tab-link.w--current {
  background-color: transparent;
}

.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: rgba(50, 104, 143, 0.5);
}

.text-block {
  line-height: 1.4em;
  text-align: center;
  text-transform: uppercase;
}

.nav-link-2 {
  margin-right: 10px;
  padding: 7px 20px;
  background-color: #ff7668;
  text-decoration: none;
}

.nav-link-2:hover {
  background-color: #32688f;
}

.text-block-2 {
  color: #fff;
  text-transform: uppercase;
}

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

.dot.on {
  background-color: #ff7668;
}

.tabs-content-5 {
  height: 600px;
  margin-bottom: 10px;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.tab-pane-tab-2 {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.tab-pane-tab-3 {
  height: 600px;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.tech-holder {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0px 0px 0px 25px;
  border-left: 5px solid #32688f;
}

.link-text {
  color: #32688f;
  font-size: 18px;
  line-height: 2.25em;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.link-text:hover {
  color: #ff7668;
  text-decoration: none;
}

.link-text.more-space {
  margin-top: 15px;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-div {
  width: 100%;
  padding: 50px;
  background-color: #32688f;
}

.field-label {
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
}

.submit {
  margin-top: 15px;
  padding: 10px 25px;
  background-color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit:hover {
  background-color: #ff7668;
}

.link {
  margin-top: 15px;
  color: #32688f;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #ff7668;
}

.text-field {
  margin-bottom: 20px;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -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;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-9 {
  opacity: 0.35;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.eval-div {
  width: 100%;
  padding: 25px 200px;
  background-color: #ff7668;
  text-decoration: none;
}

.eval-div:hover {
  background-color: #32688f;
}

.footer {
  padding: 50px 200px;
}

.footer-text {
  margin-bottom: 0px;
  color: #32688f;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}

.link-2 {
  color: #32688f;
  text-decoration: none;
}

.link-2:hover {
  color: #32688f;
  text-decoration: underline;
}

.location-container-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.location-container {
  width: 20%;
  padding: 15px;
}
.paragraph.address.location-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .brand {
    width: 38%;
  }

  .hero-section {
    height: 750px;
    padding-top: 75px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/Older-Couple-In-Kitchen.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/Older-Couple-In-Kitchen.jpg');
    background-position: 0px 0px, 50% 100%;
  }

  .hero-header {
    margin-bottom: 10px;
    font-size: 2.75em;
    line-height: 1.1em;
  }

  .sub-h.hero {
    margin-bottom: 0px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 14px;
  }

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

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

  .section-header {
    margin-bottom: 15px;
  }

  .text-holder {
    width: 100%;
  }

  .image-holder {
    width: 100%;
    min-height: 200px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .paragraph {
    margin-bottom: 10px;
  }

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

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

  .tab-image {
    min-height: 400px;
  }

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

  .tab-link2-2 {
    margin-bottom: 5px;
    padding: 10px 10px 10px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0px;
    text-transform: none;
  }

  .tabs-5 {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu-5 {
    width: 100%;
    min-height: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .divider-line {
    margin-top: 50px;
  }

  .freedom-wrapper {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .decorative-header {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .icon-div {
    margin-right: 25px;
  }

  .image-4 {
    width: 50px;
  }

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

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

  .logo-icon-div {
    right: 1%;
    bottom: -11%;
    width: 200px;
    height: 200px;
  }

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

  .video {
    width: 45%;
    min-height: 0px;
    margin-bottom: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .video-holder {
    margin-top: 35px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .technology-section {
    padding-right: 35px;
    padding-left: 35px;
    background-image: linear-gradient(235deg, transparent 14%, hsla(0, 0%, 100%, 0.77) 51%, #fff 85%), url('../images/Older-man-Smiling-at-Camera.jpg');
    background-position: 0px 0px, 65% 20%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .tech-wrapper {
    width: 75%;
  }

  .button {
    font-size: 15px;
  }

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

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

  .tabs-content-5 {
    height: 450px;
  }

  .tab-pane-tab-3 {
    height: 450px;
  }

  .location-div {
    padding: 40px;
  }

  .contact-div {
    padding: 40px;
  }

  .div-block {
    width: 200px;
    height: 200px;
  }

  .eval-div {
    padding: 20px 150px;
  }

  .menu-button {
    padding: 10px;
  }

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

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

  .footer {
    padding: 30px 100px;
  }

  .footer-text {
    margin-bottom: 0px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .location-container {
    width: 100%;
  }

  .navbar {
    padding-right: 25px;
    padding-left: 25px;
  }

  .brand {
    width: 47%;
  }

  .hero-section {
    height: 500px;
  }

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

  .sub-h {
    font-size: 18px;
  }

  .sub-h.hero {
    margin-bottom: 0px;
    letter-spacing: 2px;
  }

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

  .section-header {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .image-holder {
    height: 300px;
    min-height: auto;
  }

  .paragraph.address {
    font-size: 18px;
  }

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

  .symptom-checker-section {
    padding: 50px 25px;
  }

  .tab-image.double {
    min-height: 300px;
  }

  .tab-link2-2 {
    min-height: 12%;
    font-size: 16px;
    line-height: 1.2em;
  }

  .tabs-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider-line {
    margin-top: 35px;
  }

  .freedom-wrapper {
    margin-top: 35px;
  }

  .icon-div {
    margin-right: 20px;
  }

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

  .logo-icon-div {
    bottom: -10%;
    width: 150px;
    height: 150px;
  }

  .testimonial-section {
    padding: 81px 25px 50px;
  }

  .technology-section {
    padding: 50px 25px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), linear-gradient(235deg, transparent 14%, hsla(0, 0%, 100%, 0.77) 51%, #fff 85%), url('../images/Older-man-Smiling-at-Camera.jpg');
    background-position: 0px 0px, 0px 0px, 65% 20%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .tech-wrapper {
    width: 100%;
  }

  .button {
    font-size: 14px;
    line-height: 1.6em;
  }

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

  .tabs-content-5 {
    height: 400px;
  }

  .tab-pane-tab-3 {
    height: 400px;
  }

  .tech-holder {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .link-text.more-space {
    margin-top: 5px;
  }

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

  .location-div {
    width: 100%;
    padding: 50px 25px;
  }

  .contact-div {
    width: 100%;
    padding: 50px 25px;
  }

  .eval-div {
    padding-right: 75px;
    padding-left: 75px;
  }

  .form {
    margin-top: 15px;
  }

  .footer-text {
    margin-bottom: 0px;
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding: 7px 5px;
  }

  .brand {
    width: 60%;
    padding-left: 5px;
  }

  .hero-section {
    height: 700px;
    padding-top: 110px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Older-Couple-In-Kitchen.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Older-Couple-In-Kitchen.jpg');
    background-position: 0px 0px, 60% 100%;
  }

  .hero-header {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 800;
  }

  .sub-h {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.3em;
  }

  .sub-h.hero {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    letter-spacing: 0px;
  }

  .sub-h.title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .cataract-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-header {
    font-size: 26px;
    line-height: 1.3em;
  }

  .image-holder {
    height: 250px;
  }

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

  .symptom-checker-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-image {
    min-height: 200px;
  }

  .tab-image.double {
    min-height: 200px;
  }

  .tabs-content-4 {
    min-height: 200px;
  }

  .tab-link2-2 {
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-5 {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .divider-line {
    margin-top: 25px;
  }

  .freedom-wrapper {
    margin-top: 25px;
  }

  .decorative-header {
    font-size: 17px;
    letter-spacing: 0px;
  }

  .icon-div {
    margin-right: 15px;
  }

  .image-4 {
    width: 35px;
  }

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

  .logo-icon-div {
    bottom: -5%;
    width: 100px;
    height: 100px;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .video {
    width: 100%;
    margin-bottom: 10px;
  }

  .video-holder {
    margin-top: 25px;
  }

  .technology-section {
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), linear-gradient(235deg, transparent 14%, hsla(0, 0%, 100%, 0.77) 51%, #fff 85%), url('../images/Older-man-Smiling-at-Camera.jpg');
    background-position: 0px 0px, 0px 0px, 80% 20%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

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

  .simulator-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block {
    font-size: 14px;
  }

  .dot {
    width: 20px;
    height: 20px;
  }

  .tabs-content-5 {
    height: 300px;
  }

  .tab-pane-tab-3 {
    height: 300px;
  }

  .tech-holder {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    border-left-style: none;
  }

  .link-text {
    font-size: 17px;
    line-height: 1.8em;
  }

  .location-div {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(50, 104, 143, 0.1);
  }

  .contact-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .submit {
    margin-top: 10px;
    font-size: 14px;
  }

  .text-field {
    margin-bottom: 15px;
  }

  .div-block {
    width: 100px;
    height: 100px;
  }

  .eval-div {
    padding: 15px;
  }

  .menu-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer {
    padding: 25px;
  }

  .footer-text {
    font-size: 12px;
  }
}