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

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

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

.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: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 55px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

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

.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, 94, 138, .61), rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, .79), rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0)), linear-gradient(147deg, rgba(255, 255, 255, .33), rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0)), url('../images/couple-canoing.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding: 100px 0% 5%;
  display: flex;
}

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

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

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

.hero-button-holder {
  align-items: center;
  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;
}

.large-text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5em;
}

.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: 50px;
  margin-bottom: 50px;
  display: flex;
}

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

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

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

._50-50-split {
  min-height: 500px;
  justify-content: space-between;
  display: flex;
}

.text-50 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 75px 50px;
  display: flex;
}

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

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

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

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

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

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

  .hero {
    height: 700px;
  }

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

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

  .small-hero-line {
    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-div {
    padding: 10px;
  }

  ._50-50-split {
    min-height: 0;
    flex-direction: column;
  }

  .text-50 {
    width: 100%;
  }

  .photo-50 {
    width: 100%;
    max-height: 500px;
  }

  .photo-50._1 {
    display: none;
  }

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

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

  .hero {
    height: 500px;
  }

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

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

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

  .text-50 {
    padding: 50px 5%;
  }

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

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
    background-image: linear-gradient(to top, rgba(0, 94, 138, .73), rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, .67), rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0)), url('../images/couple-canoing.jpg');
    background-position: 0 0, 0 0, 80% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    align-items: flex-end;
    padding: 0 0 20px;
  }

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

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

  .small-hero-line {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 1em;
  }

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

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

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

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


/* Lasik Cost Section */

.cost-section {
  /* color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>); */
  padding-top: 5%;
  padding-bottom: 5%;
}

.cost-5050 {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cost-5050._1 {
  margin-bottom: 5%;
}

.dark-grid-card {
  background-color: #005E89;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px 40px 20px;
  display: flex;
}

.cost-white-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  display: flex;
}

.cost-list {
  color: #000;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.2em;
  display: flex;
}

.cost-list.bottom {
  margin-bottom: 0;
}

.cost-icon-div {
  background-color: #005E89;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
}

.cost-txt {
  color: #005E89;
  font-weight: 700;
}

.button.white {
  background-color: #FFF;
  color: #005E89;
}

.button.white:hover {
  background-color: #17468f;
  border: 1px solid #17468f;
  color: #FFF;
}

.total-line {
  border-bottom: solid 2px #005E89;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .cost-white-50 {
    padding: 20px;
  }

  .cost-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .dark-grid-card {
    padding: 20px;
  }

  .cost-icon-div {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cost-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .cost-5050 {
    flex-flow: column;
  }

  .cost-5050._1 {
    flex-flow: column;
    margin-bottom: 0%;
  }

  .dark-grid-card {
    width: 100%;
    padding-top: 20px;
  }

  .cost-white-50 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .dark-grid-card {
    padding: 20px 20px 0;
  }

  .cost-list {
    flex-flow: column;
    align-items: flex-start;
  }

  .cost-icon-div {
    margin-bottom: 10px;
    margin-right: 0;
  }
}