.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}
.text-75 {
  width: 55%;
        margin-top: 100px;
}

.bg-section{
        background-image: radial-gradient(circle, #005e8a, #003650);
        padding-bottom: 40px !important;
}

h2 {
  color: #005e8a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: #005e8a;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  /* font-size: 24px; */
  font-weight: 700;
  /* line-height: 30px; */
}

h4 {
  color: #005e8a;
  /* text-align: center; */
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  /* text-align: center; */
  margin-bottom: 20px;
}

.h2-main {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #004f71;
    font-size: 3.5em;
    line-height: 1.2em;
    text-align: center;
}

.h3-main {
  text-align: center;
  margin-top: 0px;
  color: #004f71;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: unset;
  letter-spacing: 0px;
}

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

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

.nav-link {
  color: #005e8a;
  background-image: url('../images/icons8-test.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  line-height: 1.2em;
}

.new-iol-section-title {
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
}
.show-on-mobile {
  display: none;
}

.nav-link:hover {
  opacity: .42;
  color: #005e8a;
}

.nav-link.consult {
  background-image: url('../images/icons8-calendar.svg');
}

.nav-link.call {
  background-image: url('../images/icons8-phone.svg');
}

.nav-link.lens {
  background-image: url('../images/icons8-eyes.svg');
}

.brand {
  max-width: 225px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
}

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

.hero {
  height: 100vh;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .51), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0)), linear-gradient(to top, #005e8a, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0)), url('../images/senior-woman-kayaking.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding: 100px 5% 75px;
  display: flex;
}

.hero-wrapper-div {
  width: 90%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-text-bold {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Satisfy, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1.2em;
}

.small-hero-line {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1.2em;
}

.small-hero-line.caps {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.hero-button-holder {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-color: #005e8a;
  padding: 15px 30px;
  line-height: 1.2em;
}

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

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

.button.white {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button.white:hover {
  color: #005e8a;
  background-color: #fff;
}

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

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

.about-section {
  min-height: 50vh;
  background-image: radial-gradient(circle, #005e8a, #003650);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.about-wrapper-div {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.doctor-section {
  background-image: url('../images/bg-doctors.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.doc-holder {
  width: 100%;
  justify-content: space-between;
  margin-top: 1.5%;
  margin-bottom: 0;
  display: flex;
}

.doc-holder.bottom {
  margin-bottom: 50px;
margin-top:50px;
}

.doc-div {
  width: 24%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px 0;
  display: flex;
}

.doc-photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

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

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

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

.p-left {
  text-align: left;
}

.p-left.white {
  color: #fff;
}

.locations-section {
  background-color: #f3efef;
  padding-top: 100px;
  padding-bottom: 100px;
}

.map-div-2 {
  min-height: 300px;
  background-image: url('../images/map_placeholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-name-2 {
  color: #4d4d4f;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
}

.tabs-menu-mn {
  width: 25%;
  flex-direction: column;
  display: flex;
}

.text-block-6 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.phone-link {
  color: #381b4f;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: none;
}

.phone-link:hover {
  color: #a993c6;
}

.location-content-wrapper {
  padding: 0 0 0 50px;
}

.tabs-2-mn {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.tabs-content-2 {
  width: 75%;
}

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

.tablink-2 {
  color: #13619e;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding-left: 20px;
  font-weight: 400;
}

.tablink-2:hover {
  color: #fff;
  background-color: #99c3e5;
  font-weight: 400;
}

.tablink-2.w--current {
  color: #fff;
  background-color: #13619e;
  border-radius: 5px;
}

.contact {
  background-color: #005e8a;
  padding-top: 100px;
  padding-bottom: 20px;
}

.contact-wrapper-div {
  width: 90%;
  max-width: 1600px;
  /* margin-bottom: 75px; */
  margin-left: auto;
  margin-right: auto;
}

.field-label, .radio-button-label {
  color: #fff;
}

.radio-holder {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.footer-text {
  color: #eaeef6;
  text-align: center;
  margin-top: 50px !important;
}

.image-3 {
  margin-top: 30px;
}

.what-are-section {
  min-height: 75vh;
/*  background-image: url('../images/senior-man-jogging.jpg');*/
    background-image: url('../images/Cataracts-img.jpg');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.what-are-wrapper-div {
  width: 50%;
    background-color: rgb(0 0 0 / 44%);
    padding: 20px 20px;
}

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

.fancy-list.bottom {
  margin-bottom: 30px;
}

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

.list-holder {
  justify-content: space-between;
  display: flex;
}

.list-48 {
  width: 48%;
}

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

/* .iol-wrapper-div {
  width: 90%;
  max-width: 1600px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.iol-wrapper-div.vert {
  flex-direction: column;
} */

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

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

.text-block-3 {
  /* color: #333; */
  text-align: center;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
}

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

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

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

.pane {
  height: 750px;
}

.tab-line {
  height: 10px;
  max-width: 1170px;
  background-color: #e1eaf5;
  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;
}



.image-5-b{
    max-width: 100%;
    min-width: 0;
}

.slider-pane {
  width: 100%;
  height: 100%;
  background-image: url('../images/cataract-simulatorbefore.jpg');
  background-position: 0 30%;
  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');
}

.new-iol-section {
  min-height: 0;
  background-image: url('../images/happy-woman-outside.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.new-iol-wrapper {
  width: 50%;
  background-color: rgba(255, 255, 255, .68);
  padding: 20px;
}

.tabs-2 {
  width: 100%;
  min-height: 350px;
  display: flex;
}

.tabs-menu-2 {
  width: 40%;
  flex-direction: column;
  display: flex;
}

.tabs-content-3 {
  width: 60%;
}

.tab-pane-iol {
  height: 100%;
  background-color: #fff;
  padding: 20px;
}

.tab-link-iol {
  height: 20%;
  color: #fff;
  background-color: #005e8a;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2em;
  display: flex;
}

.tab-link-iol:hover {
  color: #068dcc;
  background-color: #fff;
}

.tab-link-iol.w--current {
  background-color: #1bb3fa;
}

.tab-link-iol-2 {
  height: 20%;
  color: #fff;
  background-color: #068dcc;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2em;
  display: flex;
}

.tab-link-iol-2:hover {
  color: #068dcc;
  background-color: #fff;
}

.tab-link-iol-2.w--current {
  background-color: #1bb3fa;
}

.h4-left {
  text-align: left;
}

.text-48 {
  width: 48%;
}

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

.photo-20 {
  width: 25%;
  object-fit: cover;
  overflow: hidden;
        margin-left: 10%;
}


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


.mySlides {display: none}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.button-container .button, .what-are-section .button.white {
  margin-right: 15px;
  margin-bottom: 15px;
}

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

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

  .hero {
    height: 700px !important;
    padding-bottom: 2%;
  }

  .hero-wrapper-div {
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-text-bold {
    font-size: 4em;
  }

  .small-hero-line {
    text-align: center;
    font-size: 1.5em;
  }

  .hero-button-holder {
    flex-direction: row;
    align-items: stretch;
  }

  .button {
    text-align: center;
  }

  .button.marg {
    margin-bottom: 15px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .doc-div {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .tabs-menu-mn {
    width: 30%;
  }

  .location-content-wrapper {
    padding-left: 19px;
  }

  .tabs-content-2 {
    width: 70%;
  }

  .icon {
    color: #005e8a;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .what-are-section {
    min-height: 0;
    background-image: linear-gradient(#005e8a, #005e8a), url('../images/senior-man-jogging.jpg');
    background-position: 0 0, 20% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .what-are-wrapper-div {
    width: 100%;
  }

  .iol-section {
    padding-top: 0;
  }

  /* .iol-wrapper-div {
    flex-direction: column;
  } */

  .new-iol-section {
    padding: 0;
  }

  .new-iol-wrapper {
    width: 100%;
    background-color: #fff;
  }

  .text-48 {
    width: 100%;
    padding-bottom: 20px;
  }

  .photo-48 {
    width: 100%;
  }
  .h2-main {
        font-size: 3em;
    }

    .iol-block-2.inner-copy {
      margin-left: 0;
      margin-right: 0;
    }
}

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

  .hero {
    height: 500px;
  }

  .hero-wrapper-div {
    width: 100%;
  }

  .hero-text-bold {
    font-size: 3em;
  }

  .small-hero-line {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .small-hero-line.caps {
    margin-bottom: 10px;
  }

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

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

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

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

  .doc-div {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .tabs-menu-mn {
    width: 100%;
    margin-bottom: 22px;
  }

  .location-content-wrapper {
    padding-left: 0;
  }

  .tabs-2-mn {
    flex-direction: column;
    margin-top: 8px;
  }

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

  .tablink-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact {
    padding-top: 50px;
  }

  .what-are-section, .iol-section, .simulation-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;
  }
  .h2-main {
        font-size: 2.5em;
    }

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

@media screen and (max-width: 479px) {
    
     .hero {
    height: 900px !important;
    padding-bottom: 2%;
  }
    
    .prev, .next,.text {font-size: 11px}
        .photo-20 {
  width: 50%;
  object-fit: cover;
  overflow: hidden;
        margin: 0 auto;
}

.text-75 {
  width: 100%;
 margin-top:30px;
}

.h2-main {
        font-size: 2em;
    }
    .h3-main {
      font-size: 1em;
    }
    
}
    

  .hero {
/*    height: 800px;*/
    background-image: linear-gradient(to top, #003650, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, .72), rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 102%), url('../images/senior-woman-kayaking.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    align-items: flex-end;
    padding: 0;
  }

  .show-on-mobile {
    color: #005e8a;
    text-align: left;
    display: block !important;
  }
  
  .hid-on-mobile {
    display: none !important;
  }

  .hero-wrapper-div {
    max-width: 100%;
    align-items: stretch;
          bottom: 10%;
    position: absolute;
  }

  .hero-text-bold {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2.2em;
  }

  .small-hero-line {
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .small-hero-line.caps {
    margin-bottom: 5px;
    font-size: 1em;
  }

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

  .button.marg {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
  }

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

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

  .doc-holder {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2-left {
    font-size: 1.9em;
  }

  .locations-wrapper {
    margin-top: 0;
  }

  .footer-text {
    padding-left: 2%;
    padding-right: 2%;
    line-height: 1.2em;
  }

  .heading {
    font-size: 1.9em;
  }

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

  .list-48 {
    width: 100%;
  }

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

  .tabs-2 {
    flex-direction: column;
  }

  .tabs-menu-2, .tabs-content-3 {
    width: 100%;
  }

  .tab-pane-iol {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
  }
}


