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

h2 {
  width: auto;
  min-width: 75%;
  color: #268195;
  text-align: left;
  border-bottom: 1px solid #94bc76;
  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: 18px;
  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-couple-in-park.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: 90%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.button-no-arrow.marg {
  margin-right: 15px;
}

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

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

.button-no-arrow.purple {
  background-color: #262262;
}

.button-no-arrow.purple:hover {
  color: #262262;
  background-color: #fff;
}

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

.brand, .brand.w--current {
  width: auto;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  left: 1%;
}

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

.nav-link:hover {
  color: #51afc3;
}

.nav-menu {
  padding-top: 1%;
  padding-bottom: 1%;
}

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

.heading-2 {
  width: auto;
  min-width: 75%;
  color: #268195;
  text-align: center;
  border-bottom: 1px solid #94bc76;
  font-family: Montserrat, sans-serif;
}

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

.blue-bg-blue {
  width: 50%;
  background-color: #262262;
  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: 135%;
  height: auto;
  min-height: 80vh;
  background-color: #fff;
  align-items: stretch;
  padding: 35px;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 0%;
}

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

.doc-photo-div {
  width: 200px;
  height: 275px;
  max-height: none;
  max-width: none;
  min-height: 0;
  object-fit: cover;
  background-color: #fff;
  background-image: url('../images/Garcia-sq-copy1.jpeg');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: 20px;
  overflow: hidden;
}

.doc-photo-div._2 {
/*  background-image: url('../images/KarishmaHabbu-small-Head-Shot-copy.png');*/
     background-image: url('../images/dr-Kommana.jpg');
  background-position: 50% 0%;
}

.h2-white, .par-white {
  color: #fff;
}

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

.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-baltimore.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;
  margin-bottom: 10px;
}

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

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

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

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

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

.image-6 {
  width: 250px;
}

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

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

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

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

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 3.8em;
}

.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, #51afc3, #084957);
  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/mountain-in-maryland.jpg');
  background-position: 0 0, 0 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: 48%;
  border: 1px solid #94bc76;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

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

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

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

.iol-info-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.faq2_question {
  cursor: pointer;
  background-color: #262262;
  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: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}

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

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

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

.testimonial-div-50 {
  width: 50%;
  background-image: radial-gradient(circle, #51afc3, #084957);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.slider {
  width: 100%;
  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: #268195;
  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: #262262;
  border: 5px solid #fff;
  border-radius: 50%;
}

.pane {
  height: 500px;
}

.tab-line {
  height: 10px;
  max-width: 1170px;
  background-color: rgba(4, 78, 162, .14);
  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: 50%;
  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;
}

.div-block {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 100%;
  padding: 3px;
  overflow: hidden;
}

.locations {
  background-image: radial-gradient(circle, #268195, #084957);
  padding-top: 100px;
  padding-bottom: 100px;
}

.location-holder {
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.location-div {
  width: 30%;
}

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

  h2 {
    font-size: 2em;
  }

  .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: 10px;
    margin-right: 0;
  }

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

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

  .heading-2 {
    font-size: 2em;
  }

  .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;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px;
    display: flex;
  }

  .h2-white {
    font-size: 2em;
  }

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

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

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

  .locations-div {
    width: 90%;
  }

  .contact-div {
    width: 100%;
  }

  .menu-button {
    padding: 10px;
  }

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

  .icon {
    color: #268195;
  }

  .button-holder-hero {
    flex-direction: column;
  }

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

  .heading-3 {
    font-size: 2em;
  }

  .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%;
    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-div-50 {
    padding: 30px;
  }

  .slider {
    min-height: 350px;
  }

  .text-block-3 {
    letter-spacing: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.2em;
  }

  .location-holder {
    flex-flow: column;
    align-items: center;
  }

  .location-div {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  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;
  }

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

  .doc-photo-div {
    max-height: 250px;
    max-width: none;
    min-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;
  }

  .heading-3 {
    font-size: 2em;
  }

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

  .par-center.white {
    width: 100%;
  }

  .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: 350px;
  }

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

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

  .locations {
    padding-bottom: 120px;
  }

  .location-div {
    width: 100%;
  }
}

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

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

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

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

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

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

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

  .doc-photo-div {
    width: 65%;
  }

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

  .footer {
    padding-bottom: 50px;
  }

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

  .heading-3 {
    font-size: 1.8em;
  }

  .surgeon-header-wrapper {
    width: 90%;
  }

  .faq2_question {
    padding-left: 20px;
    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: 100%;
  }

  .slider {
    min-height: 400px;
  }

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

  .locations {
    padding-bottom: 150px;
  }
}


