h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #1f3a60;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #5c7d9e;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1f3a60;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  text-align: left;
}

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

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 100px 100px 100px 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/active-senior-woman.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom: 5px solid rgba(92, 125, 158, 0.23);
  background-color: #fff;
}

.brand {
  width: auto;
  padding: 10px;
}

.brand.w--current {
  width: auto;
  height: auto;
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2em;
}

.nav-link:hover {
  color: #5c7d9e;
}

.nav-link.call {
  margin-left: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 50px;
  background-color: #5c7d9e;
  color: #fff;
}

.nav-link.call:hover {
  background-color: #1f3a60;
}

.nav-menu {
  padding-top: 35px;
  padding-right: 20px;
}

.hero-wrapper-div {
  max-width: 50%;
}

.button {
  padding: 12px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #1f3a60;
  border-radius: 50px;
  background-color: rgba(31, 58, 96, 0);
  color: #1f3a60;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #1f3a60;
  color: #eee;
}

.button.white {
  border-color: #fff;
  color: #fff;
}

.button.white:hover {
  background-color: #fff;
  color: #1f3a60;
}

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

.button.white.top-marg {
  margin-top: 20px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.blue {
  background-color: #1f3a60;
}

.section.blue.footer {
  padding-bottom: 50px;
}

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

.wrapper-div.center {
  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;
}

.wrapper-div._50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-div._30-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.st_text {
  margin-bottom: 30px;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
}

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

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

.heading {
  color: #fff;
  text-align: left;
}

.paragraph {
  color: #fff;
}

.buttons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.img_bg_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85vh;
  padding: 0px 0px 100px 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: url('../images/senior-woman-outdoors.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.img_bg_section.left {
  padding: 100px 100px 100px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.39)), to(transparent)), url('../images/cataract-srugery.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.39), transparent), url('../images/cataract-srugery.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.symptoms-wrapper-div {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 45%;
  margin-top: 100px;
  margin-right: 0%;
  padding: 25px;
  background-color: #1f3a60;
  mix-blend-mode: hard-light;
}

.heading-2 {
  color: #fff;
  text-align: left;
}

.list-side-by-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

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

.heading-3 {
  text-align: left;
}

.doc-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doc-photo {
  overflow: hidden;
  width: 25%;
  -o-object-fit: cover;
  object-fit: cover;
}

.doc-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
}

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

.heading-4 {
  color: #fff;
}

.faq2_component {
  border-bottom: 1px none transparent;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.padding-section-large {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.section_faq2 {
  width: 100%;
  margin-top: 50px;
}

.faq2_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 15px 40px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 50px;
  cursor: pointer;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2em;
}

.faq2_accordion {
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.padding-global {
  padding-right: 0%;
  padding-left: 0%;
}

.faq2_icon {
  width: 2rem;
  margin-left: 1.5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.faq2_answer {
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-right: 40px;
  padding-left: 40px;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-2 {
  color: #fff;
}

.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;
}

.text-block-3 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

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

.tabs {
  width: 100%;
  max-width: none;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

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

.pane {
  height: 700px;
}

.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;
}

.tabs-content {
  height: auto;
}

.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;
}

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

.slider-pane.lens {
  background-image: url('../images/afteradvlens.jpg');
}

.slider-pane.after {
  background-image: url('../images/aftercatsurgery.jpg');
}

.tech-wrapper {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 70%;
  margin-top: 100px;
  margin-right: 0%;
  padding: 50px 50px 50px 75px;
  background-color: #1f3a60;
  mix-blend-mode: hard-light;
}

.testimonial-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial {
  width: 32%;
  padding: 20px 20px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #5c7d9e;
  border-radius: 20px;
}

.image-4 {
  width: 125px;
  margin-bottom: 20px;
}

.location-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-photo {
  width: 100%;
  min-height: 250px;
  margin-bottom: 20px;
  background-image: url('../images/Screenshot-2023-02-16-at-1.07.09-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  width: 100%;
}

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

.text-field:focus {
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

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

.textarea:focus {
  color: #fff;
}

.textarea::-webkit-input-placeholder {
  color: #fff;
}

.textarea:-ms-input-placeholder {
  color: #fff;
}

.textarea::-ms-input-placeholder {
  color: #fff;
}

.textarea::placeholder {
  color: #fff;
}

.text-block-4 {
  color: #fff;
  text-align: center;
}

.image-5 {
  max-height: 100px;
}

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

  .hero {
    height: 800px;
    padding: 20px 20px 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 93.3%, 0.76)), color-stop(51%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0))), url('../images/active-senior-woman.jpg');
    background-image: linear-gradient(0deg, hsla(0, 0%, 93.3%, 0.76), hsla(0, 0%, 100%, 0) 51%, hsla(0, 0%, 100%, 0)), url('../images/active-senior-woman.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .nav-menu {
    padding: 0px 10px 10px 0px;
    background-color: #fff;
  }

  .hero-wrapper-div {
    max-width: none;
  }

  .section {
    padding-bottom: 70px;
  }

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

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

  .text-48 {
    width: 100%;
    margin-bottom: 30px;
  }

  .photo-48 {
    width: 100%;
  }

  .img_bg_section {
    min-height: 0px;
    padding: 0px;
  }

  .img_bg_section.left {
    padding: 0px;
  }

  .symptoms-wrapper-div {
    max-width: none;
    margin-top: 0px;
    padding: 100px 5%;
    background-color: #5c7d9e;
    mix-blend-mode: normal;
  }

  .doc-holder {
    min-height: 250px;
  }

  .doc-photo {
    width: 30%;
  }

  .doc-text {
    width: 65%;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-section-large {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .section_faq2 {
    margin-top: 0px;
  }

  .tabs {
    margin-top: 0px;
  }

  .pane {
    height: 500px;
  }

  .tech-wrapper {
    max-width: none;
    margin-top: 0px;
    padding: 100px 5%;
    background-color: #5c7d9e;
    mix-blend-mode: normal;
  }

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

  .testimonial {
    width: 100%;
    min-height: 250px;
    margin-bottom: 30px;
  }

  .location-30 {
    width: 100%;
  }

  .map-photo {
    min-height: 300px;
  }

  .form-70 {
    width: 100%;
  }

  .image-5 {
    max-height: 75px;
  }

  .menu-button {
    padding-top: 35px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    color: #5c7d9e;
  }
}

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

  h2 {
    font-size: 2em;
  }

  .hero {
    height: 500px;
    padding-bottom: 20px;
  }

  .brand.w--current {
    padding: 5px;
  }

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

  .section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

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

  .buttons-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .symptoms-wrapper-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list-side-by-side {
    padding-left: 20px;
  }

  .image-2 {
    width: 30px;
  }

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

  .doc-photo {
    width: 45%;
    max-height: 200px;
    margin-bottom: 20px;
  }

  .doc-text {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-section-large {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .faq2_question {
    padding: 10px 20px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .faq2_icon {
    width: 1.75rem;
  }

  .max-width-large {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .pane {
    height: 300px;
  }

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

  .tech-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-5 {
    max-height: 65px;
  }

  .menu-button {
    padding: 10px;
  }
}

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

  .hero {
    height: 600px;
    padding: 10px;
    background-position: 0px 0px, 80% 0%;
  }

  .brand {
    padding: 5px;
  }

  .button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .doc-photo {
    width: 100%;
    max-height: 350px;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .text-size-medium.text-weight-bold {
    font-size: 1rem;
  }

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

  .testimonial {
    min-height: 350px;
  }

  .menu-button {
    padding-top: 25px;
  }
}

