h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  width: auto;
  min-width: 75%;
  color: #1a7abc;
  text-align: center;
  border-bottom: 1px solid #1a7abc;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

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

p {
  margin-bottom: 20px;
}

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

.hero {
  height: 100vh;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .66), rgba(0, 0, 0, .25) 54%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0)), url('../images/senior-woman-friends.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding: 100px 0 75px;
  display: flex;
}

.hero-text-wrapper {
  width: 95%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-sub-text {
  width: auto;
  min-width: 75%;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #1a7abc;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 2em;
  line-height: 1.2em;
}

.button-no-arrow {
  text-transform: uppercase;
  background-color: #1a7abc;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.button-no-arrow:hover {
  background-color: #333;
}

.button-no-arrow.marg {
  background-color: #1a7abc;
  margin-right: 15px;
}

.button-no-arrow.marg:hover {
  background-color: #333;
}

.button-no-arrow.white {
  color: #086098;
  background-color: #fff;
}

.button-no-arrow.white:hover {
  color: #fff;
  background-color: #333;
}

.button-no-arrow.white.marg {
  color: #1a7abc;
}

.button-no-arrow.black {
  background-color: #333;
}

.button-no-arrow.black:hover {
  color: #086098;
  background-color: #fff;
}

.navbar {
  background-color: #fff;
  padding-top: .5%;
  padding-bottom: .5%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 16px rgba(0, 0, 0, .2);
}

.brand {
  width: 225px;
  padding-left: 10px;
}

.brand.w--current {
  width: 225px;
}

.nav-link {
  color: #333;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 1.2em;
}

.nav-link:hover {
  color: #1a7abc;
}

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

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

.self-test-wrapper-div {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.large-set-text {
  margin-bottom: 20px;
  font-size: 1.5em;
}

.blue-bg-blue {
  width: 50%;
  background-color: #333;
  padding: 50px;
  display: flex;
  position: relative;
}

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

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

.white-text-holder {
  width: 125%;
  height: auto;
  background-color: #fff;
  align-items: stretch;
  padding: 35px;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 0%;
}

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

.doc-photo-div {
  width: 20%;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.h2-white {
  color: #fff;
  border-bottom-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}

.h2-white.left {
  text-align: left;
  border-bottom-color: #1a7abc;
  padding-left: 0;
  padding-right: 0;
}

.par-white {
  color: #fff;
}

.why-choose-section {
  height: auto;
  min-height: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/aerial-bel-air-md.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: 100px 0;
  display: flex;
}

.fancy-list-item {
  color: #fff;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 25px;
  display: flex;
}

.fancy-list-item.dark {
  color: #333;
  align-items: flex-start;
  margin-bottom: 10px;
}

.image-4 {
  width: auto;
  height: 35px;
  margin-right: 15px;
}

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

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

.locations-div {
  width: 35%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.image-6 {
  width: 250px;
}

.text-span-2 {
  color: #028aab;
  text-transform: uppercase;
  font-size: 1.5em;
}

.contact-div {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mobile-buttons-div {
  align-items: center;
  display: none;
}

.button-holder-hero {
  align-items: center;
  display: flex;
}

.what-are-cataracts-wrapper {
  width: 90%;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.what-are-cataracts-section {
  height: auto;
  min-height: 0;
  background-image: radial-gradient(circle, #1a7abc, #032f4b);
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
}

.cataract-symptoms-section {
  max-height: 800px;
  min-height: 90vh;
  justify-content: space-between;
  display: flex;
}

.cataract-surgeon-section {
  min-height: 65vh;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/scenic-maryland.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 2%;
  display: flex;
}

.doc-holder {
  width: 100%;
  max-width: 1600px;
  border: 1px #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 0;
  display: flex;
}

.surgeons-wrapper-div {
  width: 96%;
  max-width: none;
  min-height: 400px;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

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

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

.iol-info-wrapper {
  width: 90%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.h2-center.white {
  color: #fff;
  border-bottom-color: #fff;
}

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

.par-center.white {
  color: #fff;
}

.faq2_question {
  cursor: pointer;
  background-color: #1a7abc;
  border-top: 1px rgba(0, 0, 0, 0);
  border-bottom: 2px #004674;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.section_faq2 {
  width: 100%;
}

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

.faq2_answer {
  overflow: hidden;
}

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

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

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

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

.text-size-medium.text-weight-bold {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

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

.faq2_component {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.why-choose-wrapper {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-7 {
  width: 75px;
  margin-bottom: 20px;
}

.testimonials-section {
  max-height: 750px;
  min-height: 600px;
  justify-content: space-between;
  display: flex;
}

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

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

.testimonial-div-50 {
  width: 70%;
  background-image: radial-gradient(circle, #1a7abc, #032f4b);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 5%;
  display: flex;
}

.slider {
  width: 100%;
  min-height: 375px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  display: flex;
}

.slide-div {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 75px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-9 {
  max-width: 150px;
  margin-bottom: 30px;
}

.iol-simulator-section {
  background-color: rgba(51, 51, 51, .05);
  padding: 100px 5%;
}

.tabs-menu {
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-3 {
  text-align: center;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
}

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

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

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

.pane {
  height: 500px;
}

.tab-line {
  height: 10px;
  max-width: 1170px;
  background-color: rgba(51, 51, 51, .15);
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tabs-content {
  height: auto;
}

.tab-link {
  width: 33.34%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 21px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.tab-link.w--current {
  width: 33.33%;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

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

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

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

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

.list-holder {
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.list-48.left {
  margin-right: 25px;
}

.button-holder-body {
  align-items: center;
  display: flex;
}

.doc-bio-text {
  width: 75%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2-left {
  text-align: left;
  border-bottom-color: #1a7abc;
}

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

  .hero {
    height: 800px;
  }

  .hero-sub-text {
    padding-bottom: 10px;
    font-size: 1em;
  }

  .button-no-arrow {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .nav-menu {
    background-color: #fff;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .blue-bg-blue {
    width: 100%;
    padding: 20px;
  }

  .photo-50 {
    display: none;
  }

  .white-text-holder {
    width: auto;
    position: static;
  }

  .doc-photo-div {
    width: 35%;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .why-choose-section {
    min-height: 0;
    position: relative;
  }

  .fancy-list-item {
    margin-left: 0;
  }

  .footer {
    padding-bottom: 80px;
  }

  .footer-wrapper-div {
    width: 90%;
    flex-direction: column;
  }

  .locations-div, .contact-div {
    width: 100%;
  }

  .menu-button {
    padding: 10px;
  }

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

  .icon {
    color: #086098;
  }

  .what-are-cataracts-section {
    min-height: 0;
    position: relative;
  }

  .cataract-symptoms-section {
    max-height: none;
    min-height: 0;
  }

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

  .doc-holder {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

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

  .iol-info-section {
    padding-bottom: 100px;
  }

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

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

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

  .testimonial-photo-div {
    width: 50%;
  }

  .testimonial-div-50 {
    width: 50%;
    padding: 30px;
  }

  .slider {
    min-height: 550px;
  }

  .text-block-3 {
    letter-spacing: 0;
    font-weight: 400;
  }

  .button-holder-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-holder-body.center {
    align-items: stretch;
  }

  .doc-bio-text {
    width: 100%;
  }
}

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

  h3 {
    font-size: 1.5em;
  }

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

  .hero-text-wrapper {
    width: 95%;
  }

  .hero-sub-text {
    letter-spacing: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-no-arrow {
    text-align: center;
  }

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

  .brand {
    width: 175px;
  }

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

  .doc-photo-div {
    max-height: 200px;
  }

  .why-choose-section {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 125px;
  }

  .mobile-buttons-div {
    z-index: 1000;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-holder-hero {
    display: none;
  }

  .what-are-cataracts-section {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cataract-surgeon-section, .iol-info-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

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

  .faq2_icon {
    width: 1.75rem;
  }

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

  .testimonials-section {
    max-height: none;
    min-height: 0;
    flex-direction: column;
  }

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

  .testimonial-div-50 {
    width: 100%;
  }

  .slider {
    min-height: 400px;
  }

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

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

  .pane {
    height: 300px;
  }

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

  .button-holder-body {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
    background-position: 0 0, 50% 0;
  }

  .hero-sub-text {
    letter-spacing: 0;
  }

  .button-no-arrow {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .brand.w--current {
    width: 175px;
  }

  .large-set-text {
    text-align: center;
    font-size: 1.2em;
  }

  .blue-bg-blue {
    padding: 0;
  }

  .white-text-holder {
    padding: 20px;
  }

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

  .why-choose-section {
    padding-bottom: 30px;
  }

  .fancy-list-item {
    align-items: flex-start;
  }

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

  .what-are-cataracts-section {
    padding-bottom: 30px;
  }

  .cataract-surgeon-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .doc-holder {
    padding: 0;
  }

  .faq2_question {
    padding-left: 15px;
    padding-right: 10px;
  }

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

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

  .text-size-medium.text-weight-bold {
    font-size: .8rem;
    line-height: 1.2em;
  }

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

  .slider {
    min-height: 650px;
  }

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

  .slider-pane {
    background-position: 50% 0;
  }

  .list-holder {
    flex-direction: column;
  }

  .list-48.left {
    margin-right: 0;
  }
}


