:root {
  --black: #000;
  --blue: #1595d3;
  --white: white;
  --dark-blue: #112137;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: quiche-display, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: quiche-display, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

h3 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: quiche-display, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: quiche-display, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: quiche-display, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2rem;
}

p {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.6rem;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 1.6rem;
}

li {
  margin-bottom: 15px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 3px #00000012;
}

.logo {
  width: 27%;
  margin-right: auto;
}

.navlink {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: quiche-display, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.navlink:hover {
  background-image: linear-gradient(323deg, #14396b, var(--blue));
  color: var(--white);
}

.hero-section {
  background-color: #fff0;
  background-image: linear-gradient(#00000040, #00000040);
  justify-content: flex-start;
  align-items: flex-end;
  height: 100svh;
  padding-left: 0%;
  display: block;
}

.bg_video {
  height: 100%;
}

.main_tagline_wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 20%;
}

.main_tagline_img {
  width: 50%;
}

.welcome_section {
  background-color: #f0f0f0;
  padding: 7% 10%;
}

.welcome_headline {
  color: var(--blue);
  letter-spacing: 10px;
}

.welcome_grid {
  padding: 0;
}

.welcome_img_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.logo_decor {
  opacity: .23;
  width: 100%;
  height: 100%;
}

.welcome_img_top_wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.welcome_top_img_div {
  border-radius: 250px;
  width: 280px;
  height: 280px;
  overflow: hidden;
  box-shadow: 0 0 20px 6px #0000001c;
}

.welcome_img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.welcome_cell {
  justify-content: flex-start;
  align-items: flex-start;
}

.quote_headline {
  color: var(--dark-blue);
  letter-spacing: 3px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.services_section {
  background-color: #f0f0f0;
  padding: 5% 10% 10%;
}

.center_header_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.center_header_wrapper.nomargin {
  margin-bottom: 0%;
}

.services_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.services_headline {
  width: 60%;
}

.hp_subheadline {
  color: var(--dark-blue);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.services_cell {
  flex-flow: row;
  align-items: stretch;
}

.services_btn {
  color: var(--dark-blue);
  text-align: center;
  background-color: #fff0;
  border: 1px solid #00000030;
  border-radius: 200px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0% 0 0;
  font-family: quiche-display, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
}

.services_btn:hover {
  color: var(--blue);
  background-color: #fff;
}

.services_img_div {
  background-color: #414141;
  border-radius: 200px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  box-shadow: 0 0 17px 1px #0000001f;
}

.services_text_wrapper {
  margin-top: 15%;
}

.services_small_text {
  color: var(--dark-blue);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.service_btn_wrapper {
  border: 1px #00000080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15% 28px 20%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.services_name {
  height: 90px;
}

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

.services_img._4 {
  object-position: 70% 0%;
}

.choose_section {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 7% 10%;
}

.doc_section {
  padding: 5% 10%;
}

.doc_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.doc_img_cell {
  align-items: stretch;
  padding-right: 5%;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
}

.button {
  background-color: var(--dark-blue);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 16px 29px;
  font-size: .9rem;
}

.button:hover {
  background-color: var(--blue);
}

.button.lightblue {
  background-color: var(--blue);
  text-align: center;
  font-weight: 500;
}

.button.lightblue:hover {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.button.middle {
  text-align: center;
  background-color: #066ea0;
  margin: 0 20px;
  font-weight: 500;
}

.button.middle:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.last {
  text-align: center;
  background-color: #014668;
  font-weight: 500;
}

.button.last:hover {
  background-color: var(--white);
  color: var(--black);
}

.hp_h2 {
  color: var(--blue);
  margin-top: -18px;
}

.age_text_wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
  position: absolute;
  inset: 5% auto auto 10%;
}

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

.age_section {
  background-color: var(--blue);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--blue), var(--dark-blue));
  padding: 5% 5% 0%;
  overflow: hidden;
}

.ages_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 2%;
  padding: 0;
}

.age_headline {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 35%;
  font-size: 2.6em;
  line-height: 1.1em;
}

.age_number {
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: quiche-display, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3em;
}

.age_img_div {
  z-index: 10;
  width: auto;
  height: auto;
  margin-left: 46%;
  margin-right: -23px;
  position: relative;
  overflow: hidden;
}

.age_wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.age_header_wrapper {
  text-align: center;
  margin-left: 0%;
  padding-right: 0%;
}

.white_text {
  color: #fff;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 500;
}

.age_text {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-left: 0;
  font-size: 1.05rem;
  font-weight: 500;
}

.age_headline2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: -20px;
  padding-left: 24%;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 200;
}

.age_number_wrapper {
  background-color: var(--dark-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 15px;
  display: flex;
}

.lens_section {
  padding: 5% 10%;
}

.arrow {
  width: 20px;
  margin-top: -13px;
}

.lenses_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.lenses_text_cell {
  justify-content: center;
  align-items: flex-start;
}

.lenses_headline {
  margin-bottom: 0;
}

.lenses_img_cell {
  align-items: stretch;
}

.appointment_section {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 7% 20%;
}

.choose_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.choose_hadline {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.callout_cell {
  justify-content: flex-start;
  align-items: flex-start;
}

.callout_headline {
  margin-bottom: 0;
  font-family: quiche-display, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.callout_text {
  margin-bottom: 0;
}

.callout_icon {
  width: 50px;
  margin-bottom: 20px;
}

.choose_text_cell {
  padding-right: 10%;
}

.callouts_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.consultation_headline2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.paragraph {
  text-align: center;
}

.footer_section {
  color: var(--white);
  background-color: #091629;
  padding: 7% 10%;
}

.phone_icon {
  width: 24px;
  margin-right: 5px;
}

.phone_icon.footer {
  width: 20px;
}

.footer_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.quick_links_cell {
  border-left: 1px #ffffff54;
  padding-left: 0%;
}

.footer_headline {
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 500;
}

.quick_link {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 300;
  text-decoration: none;
}

.address_text {
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 300;
}

.footer_phone_btn {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0%;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer_phone_btn:hover {
  color: var(--blue);
}

.contact_cell {
  align-items: stretch;
  padding-right: 10%;
}

.label_text {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  display: none;
}

.text_field {
  color: var(--white);
  background-color: #00000059;
  border: 1px solid #ffffff1f;
  border-radius: 50px;
  height: 50px;
  min-height: auto;
  margin-bottom: 20px;
  padding-left: 24px;
  font-weight: 300;
}

.text_field::placeholder {
  color: var(--white);
}

.text_area {
  color: var(--white);
  background-color: #00000059;
  border: 1px solid #ffffff1f;
  border-radius: 25px;
  min-height: 120px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 25px;
  font-size: .9rem;
}

.text_area::placeholder {
  color: var(--white);
  font-weight: 300;
}

.submit_btn {
  background-color: var(--blue);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: .9rem;
}

.submit_btn:hover {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.footer_logo {
  width: 280px;
  margin-bottom: 30px;
}

.footer_text {
  font-size: .8rem;
  font-weight: 300;
}

.footer_div {
  margin-left: 92px;
}

.desclaimer_text {
  font-size: .8rem;
  font-weight: 200;
}

.footer_link {
  color: var(--white);
  text-decoration: none;
}

.footer_link:hover {
  color: var(--blue);
}

.links_div {
  flex-flow: column;
  margin-top: 25%;
  display: flex;
}

.surgery_section {
  background-color: #f0f0f0;
  padding: 7% 10%;
}

.surgery_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.surgery_text_cell {
  justify-content: center;
  align-items: flex-start;
}

.dr_bio_section {
  background-color: #f0f0f0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 8% 10% 10%;
  display: flex;
  overflow: hidden;
}

.innerpage_section {
  object-position: 50% 50%;
  background-color: #fff;
  padding: 10% 10% 7%;
}

.doc_hero_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.hero_text_cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5%;
  padding-bottom: 10%;
  padding-left: 5%;
}

.meet_headline_inner_img {
  width: 60%;
}

.inner_main_headline {
  color: var(--blue);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.inner_hero_img_cell {
  justify-content: flex-end;
  align-items: flex-end;
}

.inner_page_title {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.doc_inner_hero_img_div {
  width: 100%;
  height: auto;
  margin-right: -61px;
  overflow: hidden;
}

.doc_innerhero_img {
  object-fit: cover;
  object-position: 50% 8%;
  width: 100%;
  height: 100%;
}

.doc_bio_wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: 7%;
  position: relative;
  top: auto;
  box-shadow: 0 11px 30px 4px #00000017;
}

.p_nomargin {
  margin-bottom: 0;
}

.doc_inner_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.list_no_bottom_margin {
  margin-bottom: 0;
  line-height: 1.4rem;
}

.doc_subheadline {
  color: var(--blue);
  letter-spacing: 0;
}

.middle_cell {
  border-left: 1px solid #1595d373;
  border-right: 1px solid #1595d373;
  padding-left: 40px;
  padding-right: 40px;
}

.left_cell {
  padding-right: 40px;
}

.rigth_cell {
  padding-left: 40px;
}

.innerpage_hero_section {
  box-sizing: border-box;
  background-color: #f0f0f0;
  justify-content: flex-start;
  align-items: flex-end;
  height: 70svh;
  padding-bottom: 5%;
  padding-left: 10%;
  display: flex;
}

.inner_hero_tagline_div {
  width: 42%;
}

._2_columns_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

._2_columns_grid.top_margin {
  margin-top: 10%;
}

.text_cell {
  justify-content: center;
  align-items: flex-start;
}

.inner_img_round_div {
  border-radius: 500px;
  width: 500px;
  height: 500px;
  overflow: hidden;
  box-shadow: 0 0 30px 10px #0000001a;
}

.cataract_img {
  width: 100%;
}

.cataract_symptoms_wrapper {
  margin-top: 0%;
}

.faq-title {
  color: var(--dark-blue);
  width: 80%;
  margin-bottom: 0;
  font-family: quiche-display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.trigger-div {
  background-color: #0f254e00;
  border: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.trigger-div:hover {
  border-color: #000;
}

.minus {
  color: var(--blue);
  text-align: center;
  font-family: quiche-display, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.plus {
  color: var(--blue);
  text-align: center;
  font-family: quiche-display, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1em;
}

.trigger-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.answer-div {
  margin-top: 10px;
  padding: 0;
  overflow: hidden;
}

.faq-text {
  padding: 0 30px 10px 20px;
  line-height: 1.8em;
}

.tabs-content {
  z-index: 0;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
  height: 100%;
  display: flex;
  right: 0;
}

.tab_pane1 {
  z-index: 10;
  background-image: url('../images/blurry-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 600px;
  width: 500px;
  height: 500px;
}

.symptoms_tablink {
  color: #4e4e4e;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #4e4e4e4d;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 35%;
  text-decoration: none !important;
}

.symptoms_tablink:hover {
  color: var(--black);
  background-color: #0000;
  border-bottom-color: #000;
}

.symptoms_tablink.w--current {
  border-bottom-color: var(--blue);
  color: var(--blue);
  background-color: #1595d300;
  font-weight: 600;
}

.tab_pane6 {
  background-image: url('../images/glasses-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 600px;
  width: 500px;
  height: 500px;
}

.tab_pane2 {
  opacity: 1;
  background-image: radial-gradient(circle, #0000, #00000073), url('../images/nightdriving-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 600px;
  width: 500px;
  height: 500px;
}

.tab_pane5 {
  background-image: url('../images/faded-colors-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 600px;
  width: 500px;
  height: 500px;
}

.tab_pane4 {
  background-image: url('../images/ajax-double-vision-img.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 600px;
  width: 500px;
  height: 500px;
}

.symptoms_tabs_menu {
  z-index: 0;
  border-radius: 5px;
  flex-direction: column;
  width: 65%;
  display: flex;
  position: absolute;
  inset: 52px auto auto 0%;
}

.symptoms_ajax {
  background-color: #3e485200;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab_pane3 {
  background-image: url('../images/glare-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 600px;
  width: 500px;
  height: 500px;
}

.symptoms_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 0;
}

.cell-4 {
  align-items: stretch;
}

.iols_section {
  color: #fff;
  text-align: center;
  background-image: radial-gradient(circle at 50% 0, #004668, #0b1d36);
  padding: 10%;
}

.iols_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 0;
}

.iols_cell {
  background-color: #0000003b;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 5% 10%;
}

.iols_headline {
  letter-spacing: 2px;
}

.contact_btn_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.inner_callout_section {
  text-align: center;
  background-image: linear-gradient(#ffffff70, #ffffff70), url('../images/bg-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10% 20% 10% 25%;
}

.inner_callout_headline {
  font-size: 3.6rem;
  font-weight: 500;
}

.inner_callout_text {
  margin-bottom: 0;
  font-weight: 500;
}

.inner_img_cell {
  justify-content: center;
  align-items: flex-start;
}

.inner_img_div {
  width: 100%;
  overflow: hidden;
}

.inner_img {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  height: 100% !important;
}

.inner_img._3 {
  object-position: 100% 50%;
}

.inner_img._2 {
  object-position: 65% 50%;
}

.inner_img._1 {
  object-position: 30% 50%;
}

.lens_img {
  height: 100px !important;
  margin-bottom: 20px;
}

.inner_hero_img_wrapper {
  z-index: 10;
  width: 35%;
  position: absolute;
  inset: 12% 10% auto auto;
}

.logos_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10%;
  display: flex;
}

.doc_logo {
  width: auto;
  height: 50px !important;
}

.doc_logo._2 {
  width: auto;
  height: 90px !important;
}

.doc_logo._3 {
  height: 80px !important;
}

.doc_logo._4 {
  height: 70px !important;
}

.footer_text a {
  color: #fff;
}

.gl-top-level > li:hover, .gl-top-level > li.current-menu-item > a  {
  background-image: linear-gradient(323deg, #14396b, var(--blue)) !important;
  color: var(--white);
}

.button.lightblue.w-button, .button.middle.w-button, .button.last.w-button {
  color: #fff !important;
  text-decoration: none !important;
}

.button.lightblue.w-button:hover, .button.middle.w-button:hover, .button.last.w-button:hover {
  color: #000 !important;
  text-decoration: none !important;
}

p.faq-title {
  margin: 0 !important;
  line-height: unset !important;
}

#menu-primary-navigation li {
  margin-bottom: 0px;
}

.top_phone_btn {
  color: var(--dark-blue);
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.gl-top-level > .top_phone_btn:hover {
  color: var(--blue);
  background: transparent !important; 
  background-image: unset !important;
}

.top_phone_btn a {
  color: var(--dark-blue) !important;
  display:flex;
  align-items: center;
  font-weight: 600 !important;
  letter-spacing: unset !important;
}

.top_phone_btn a:hover {
  color: var(--blue) !important;
}

.top_phone_btn a::before {
  content: ' ';
  width: 24px;
  height: 24px;
  background: url('../images/phone-icon-footer.svg');
  background-size: contain;
  background-position: center;
  margin-right: 5px;;
}

.pillar-link-grid a.ui-button, a.ui-button:hover {
  background-position: center !important;
}

  .w-background-video > video {
    background-image: url('../images/mobile-img.jpg');
  }

@media screen and (max-width: 991px) {
  .logo {
    width: 45%;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 43px;
  }

  .main_tagline_img {
    width: 80%;
  }

  .welcome_cell {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5%;
  }

  .services_headline {
    width: 80%;
  }

  .choose_section, .doc_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .doc_img_cell {
    justify-content: center;
    align-items: stretch;
  }

  .button.middle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .top_phone_btn {
    margin-left: 0;
    margin-right: 20px;
  }

  .age_text_wrapper {
    width: auto;
    position: static;
  }

  .age_cell {
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .ages_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10%;
  }

  .age_headline {
    width: 80%;
  }

  .age_number {
    text-align: center;
    margin-bottom: 5px;
    font-size: 2em;
  }

  .age_img_div {
    height: auto;
    margin-top: auto;
    margin-left: 0%;
    margin-right: 0;
  }

  .age_wrapper {
    height: 100%;
  }

  .lens_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .appointment_section {
    padding: 10%;
  }

  .choose_text_cell {
    padding-right: 0%;
  }

  .location_cell {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5%;
  }

  .menu_btn {
    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
  }

  .menu_btn:hover {
    background-color: var(--dark-blue);
    color: var(--white);
  }

  .menu_btn.w--open {
    border-color: var(--blue);
    background-color: var(--blue);
    color: var(--white);
  }

  .navmenu {
    background-color: #fff;
  }

  .links_div {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 0%;
    margin-left: 25%;
  }

  .dr_bio_section {
    padding-top: 15%;
  }

  .innerpage_section {
    padding-bottom: 10%;
  }

  .hero_text_cell {
    padding-left: 0%;
  }

  .doc_bio_wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .middle_cell {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--blue);
    border-bottom-width: 1px;
    border-bottom-color: var(--blue);
    padding: 40px 0;
  }

  .left_cell {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .rigth_cell {
    padding-top: 40px;
    padding-left: 0;
  }

  .innerpage_hero_section {
    height: 550px;
  }

  .inner_hero_tagline_div {
    width: 90%;
  }

  .inner_img_round_div {
    width: 400px;
    height: 400px;
  }

  .tabs-content {
    width: 350px;
  }

  .tab_pane1 {
    background-image: linear-gradient(#0000006e, #0000006e), url('../images/glare-img.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 350px;
    height: 350px;
  }

  .symptoms_tablink {
    padding: 10px 42% 10px 10px;
    font-size: .9rem;
  }

  .tab_pane6 {
    background-image: linear-gradient(#00000063, #00000063), url('../images/faded-colors-img.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 350px;
    height: 350px;
  }

  .tab_pane2 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/blurry-img.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 350px;
    height: 350px;
  }

  .tab_pane5 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/glasses-img.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 350px;
    height: 350px;
  }

  .tab_pane4 {
    background-image: linear-gradient(#0000004f, #0000004f), url('../images/halos-img.jpg');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 350px;
    height: 350px;
  }

  .symptoms_tabs_menu {
    width: 70%;
    top: 41px;
  }

  .symptoms_ajax {
    height: 400px;
  }

  .tab_pane3 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/nightdriving-img.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 350px;
    height: 350px;
  }

  .symptoms_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .iols_grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .iols_headline {
    letter-spacing: 1px;
  }

  .contact_btn_wrapper {
    flex-flow: column;
  }

  .inner_callout_section {
    padding-left: 15%;
    padding-right: 15%;
  }

  .inner_callout_headline {
    font-size: 3rem;
  }

  .inner_img_cell {
    justify-content: center;
    align-items: center;
  }

  .inner_hero_img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .inner_hero_img_wrapper {
    background-image: url('../images/grey-bg.svg');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto 70%;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

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

  .logos_wrapper {
    flex-flow: wrap;
  }

  .doc_logo {
    margin-bottom: 20px;
    margin-left: 14px;
    margin-right: 14px;
  }
}

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

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .logo {
    width: 70%;
    padding-left: 0;
  }

  .hero-section {
    height: 450px;
  }

  .main_tagline_wrapper {
    top: 267px;
    bottom: auto;
  }

  .main_tagline_img {
    bottom: auto;
  }

  .welcome_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .welcome_cell {
    padding-bottom: 20%;
  }

  .center_header_wrapper {
    text-align: center;
  }

  .services_headline {
    width: 100%;
  }

  .services_btn {
    font-size: 1.2rem;
  }

  .services_name {
    height: 90px;
  }

  .choose_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .cell {
    padding-left: 0%;
  }

  .top_phone_btn {
    font-size: 1.2rem;
  }

  .top_phone_btn:hover {
    opacity: .66;
  }

  .age_text_wrapper {
    text-align: center;
  }

  .age_section {
    padding-top: 15%;
  }

  .ages_grid {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }

  .age_img_div {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .age_wrapper {
    border-bottom: 2px solid var(--white);
    justify-content: flex-start;
    align-items: stretch;
  }

  .age_wrapper.last {
    border-bottom-style: none;
  }

  .lens_section, .appointment_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .choose_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer_section {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .phone_icon {
    width: 30px;
  }

  .location_cell {
    justify-content: space-between;
  }

  .phone_text {
    display: none;
  }

  .links_div {
    margin-left: 0%;
    margin-right: 10%;
  }

  .surgery_section {
    padding-bottom: 10%;
  }

  .dr_bio_section {
    padding-top: 140px;
    overflow: hidden;
  }

  .hero_text_cell {
    padding-top: 0%;
  }

  .inner_main_headline {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .inner_page_title {
    font-size: 1.4rem;
  }

  .innerpage_hero_section {
    height: auto;
    padding-top: 108px;
  }

  .inner_img_round_div {
    width: 350px;
    height: 350px;
  }

  .inner_img_round_div.mobile {
    display: none;
  }

  .symptoms_tabs_menu {
    top: 394px;
  }

  .inner_callout_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .inner_callout_headline {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .logos_wrapper {
    justify-content: space-around;
  }

  .doc_logo {
    margin-left: 19px;
    margin-right: 19px;
  }
}

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

  .logo {
    width: 200px;
  }

  .main_tagline_img {
    width: 90%;
  }

  .welcome_headline {
    font-size: 2.4rem;
  }

  .welcome_top_img_div {
    width: 220px;
    height: 220px;
  }

  .quote_headline {
    font-size: 1.3rem;
  }

  .services_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .services_grid {
    margin-top: 10%;
  }

  .hp_subheadline {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .services_name {
    height: auto;
    margin-bottom: 20px;
  }

  .doc_section {
    padding-bottom: 15%;
  }

  .hp_h2 {
    margin-top: -3px;
    font-size: 2rem;
  }

  .top_phone_btn {
    margin-right: 5px;
  }

  .age_section {
    padding-top: 10%;
  }

  .age_headline, .age_number {
    font-size: 2em;
  }

  .age_img_div {
    height: auto;
  }

  .age_wrapper {
    border-bottom-color: #ffffff36;
  }

  .white_text {
    font-size: 1rem;
  }

  .age_headline2 {
    margin-top: -20px;
    padding-left: 41%;
    font-size: 1.2rem;
  }

  .appointment_section {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .paragraph {
    font-size: .9rem;
  }

  .footer_section {
    padding-top: 15%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .phone_icon {
    width: 26px;
    margin-right: 0;
  }

  .location_cell {
    flex-flow: column;
  }

  .contact_cell {
    padding-right: 0%;
  }

  .footer_logo {
    width: 220px;
    margin-left: -32px;
  }

  .footer_div {
    margin-left: 40px;
  }

  .paragraph-2 {
    font-size: .9rem;
  }

  .links_div {
    margin-top: 25%;
    margin-right: 0%;
  }

  .surgery_section {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .dr_bio_section {
    padding-top: 100px;
  }

  .innerpage_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .meet_headline_inner_img {
    width: 80%;
  }

  .inner_main_headline {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .inner_page_title {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .doc_inner_hero_img_div {
    margin-right: 0;
  }

  .doc_bio_wrapper {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .doc_subheadline {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .inner_img_round_div {
    width: 250px;
    height: 250px;
  }

  .trigger-div, .faq-text {
    padding-left: 0;
  }

  .tabs-content {
    width: 250px;
  }

  .tab_pane1 {
    width: 250px;
    height: 250px;
  }

  .symptoms_tablink {
    padding: 15px;
    font-size: .9em;
  }

  .tab_pane6, .tab_pane2, .tab_pane5, .tab_pane4 {
    width: 250px;
    height: 250px;
  }

  .symptoms_tabs_menu {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }

  .symptoms_ajax {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .tab_pane3 {
    width: 250px;
    height: 250px;
  }

  .symptoms_grid {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .iols_section, .inner_callout_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .inner_callout_headline {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .last_cell {
    padding-top: 27px;
  }

  .logos_wrapper {
    margin-top: 25%;
  }

  .doc_logo {
    height: 40px;
  }

  .doc_logo._2 {
    height: 80px;
  }

  .doc_logo._3 {
    height: 70px;
  }

  .doc_logo._4 {
    height: 60px;
  }
}

#w-node-ce226113-8808-e850-8c40-3f68080368f9-2a89f14c {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_247f8368-bbd8-2dfb-61bf-b3813223abe2-2a89f14c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_29bfe9f2-6cf1-54de-0aee-e9f8bb5a1dd9-2a89f14c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

#w-node-d0c2b9cb-d064-eeb8-63cf-711ce3022661-2a89f14c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71cc29bf-ea71-3d5e-fd57-f36a1734e31f-2a89f14c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_784f641b-efcf-3b4b-316f-53da47d3704c-2a89f14c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dca6e78a-ca22-484e-b5de-dc2dcab49423-2a89f14c, #w-node-_9c448f11-bbe8-36b0-6a17-a8f710ffd76f-2a89f14c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_40731d0c-27c5-610b-a573-51dd287a93e1-287a93e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
}

#w-node-d5e35dfc-0f3b-2b3a-f5c5-766ed20f7bf4-c5bc25b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_36afdf1a-b524-a6a2-13c8-a16d791171e7-c5bc25b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c1ba8c85-d248-f151-eca9-b5a5ed4ac2af-7b248ae2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c39eb145-1e4e-3f59-5beb-3b8938d7a1f8-7b248ae2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37bf3eee-bdb8-6fb3-93a8-984b20ae1f3b-7b248ae2 {
  grid-column: span 2 / span 2;
}

#w-node-_176aa56a-9d9d-fbdb-40e7-425e08ecbce1-7b248ae2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6e429152-db3d-5647-ddd1-ada7d2dd2470-7b248ae2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_89cdbd5c-a2ca-184f-82d3-ffe914ac23fa-7b248ae2, #w-node-cbdf51ce-c7f4-16ad-29a2-bca8d3815cec-7b248ae2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-ce226113-8808-e850-8c40-3f68080368f9-2a89f14c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_247f8368-bbd8-2dfb-61bf-b3813223abe2-2a89f14c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_29bfe9f2-6cf1-54de-0aee-e9f8bb5a1dd9-2a89f14c, #w-node-_40731d0c-27c5-610b-a573-51dd287a93e1-287a93e0, #w-node-d5e35dfc-0f3b-2b3a-f5c5-766ed20f7bf4-c5bc25b7, #w-node-_36afdf1a-b524-a6a2-13c8-a16d791171e7-c5bc25b7, #w-node-c1ba8c85-d248-f151-eca9-b5a5ed4ac2af-7b248ae2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c39eb145-1e4e-3f59-5beb-3b8938d7a1f8-7b248ae2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_37bf3eee-bdb8-6fb3-93a8-984b20ae1f3b-7b248ae2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_176aa56a-9d9d-fbdb-40e7-425e08ecbce1-7b248ae2, #w-node-_89cdbd5c-a2ca-184f-82d3-ffe914ac23fa-7b248ae2, #w-node-cbdf51ce-c7f4-16ad-29a2-bca8d3815cec-7b248ae2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0c2b9cb-d064-eeb8-63cf-711ce3022661-2a89f14c, #w-node-_71cc29bf-ea71-3d5e-fd57-f36a1734e31f-2a89f14c, #w-node-_784f641b-efcf-3b4b-316f-53da47d3704c-2a89f14c, #w-node-dca6e78a-ca22-484e-b5de-dc2dcab49423-2a89f14c, #w-node-_9c448f11-bbe8-36b0-6a17-a8f710ffd76f-2a89f14c, #w-node-_6e429152-db3d-5647-ddd1-ada7d2dd2470-7b248ae2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_247f8368-bbd8-2dfb-61bf-b3813223abe2-2a89f14c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


