:root {
  --brown: #002f64;
  --dark-cyan: #688ed7;
  --light-blue: #9eb2da;
  --light-blue-2: #6479a2;
  --white: white;
  --white-smoke: #f1f1f1;
  --black: black;
  --sky-blue: #22558e;
  --white-smoke-2: #ececec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

h2 {
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  color: var(--dark-cyan);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.75em;
}

a {
  color: var(--light-blue);
  text-decoration: underline;
}

a:hover {
  color: var(--light-blue-2);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.top {
  height: 0;
}

.nav-dropdown-link {
  color: #000;
  padding: 8px 32px 8px 24px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: color .1s;
}

.nav-dropdown-link:hover {
  color: var(--brown);
}

.nav-dropdown-link.w--current {
  color: #fff;
}

.brand {
  color: #151515;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 600;
  display: flex;
}

.nav-link-arrow {
  opacity: .4;
  color: #a52c32;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 13px;
}

.logo {
  flex: 0 auto;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-dropdown {
  height: 100%;
}

.nav-link {
  color: #151515;
  align-items: center;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: color .1s;
  display: flex;
}

.nav-link:hover {
  color: #a52c32;
}

.nav-link.w--current {
  color: #161a25;
}

.nav-link.nav-link-dropdown {
  padding-right: 26px;
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  height: 100px;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  margin-left: -8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  height: 20px;
  display: flex;
}

.menu-icon-line-top, .menu-icon-line-bottom {
  background-color: #151515;
  height: 2px;
}

.nav-bar-main {
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-icon-line-middle {
  background-color: #151515;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-v4-arrow-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 32px;
  display: flex;
}

.hero-v4-slide {
  padding-top: 100px;
}

.title {
  color: var(--brown);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 16px;
}

.divider {
  background-color: var(--brown);
  width: 100px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 37px;
  display: none;
}

.divider.color-1 {
  background-color: var(--brown);
  background-color: #9fbf73;
}

.divider.color-1.no-margin-bottom {
  background-color: var(--brown);
  margin-top: 12px;
  margin-bottom: 29px;
}

.heading {
  color: #202020;
  margin-top: 0;
  font-family: Noto Serif, sans-serif;
}

.heading.age-title {
  font-size: 23px;
  line-height: 30px;
}

.heading.age-title.fisrt-title {
  color: #000;
  font-size: 17px;
  line-height: 21px;
}

.heading.age-title.fisrt-title.services-title {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.intro-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.icon-wrapper {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-bottom: 16px;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 0 0 13px #00000014;
}

.features-grid-v1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.feature-v1 {
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  flex-direction: column;
  align-items: center;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 28px 12%;
  display: flex;
}

.centers-section {
  z-index: 1;
  background-color: #fff;
  padding: 128px 48px;
  display: none;
  position: relative;
}

.doctor-link {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-v2-first-column {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.footer-bottom {
  color: #888;
  border-top: 1px solid #e9e9e9;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.footer-v2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 56px;
  display: flex;
}

.footer-v2-nav-link {
  color: #151515;
  text-transform: uppercase;
  margin-left: 24px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  opacity: 1;
  color: var(--brown);
  text-decoration: underline;
}

.footer-bottom-divider {
  background-color: #e9e9e9;
  width: 1px;
  height: 50%;
  margin-left: 40px;
  margin-right: 40px;
}

.footer-bottom-left {
  flex: 1;
  align-items: center;
  display: flex;
}

.social-buttons {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.social-button {
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin: 3px;
  padding: 10px;
  transition: border-color .2s;
  display: flex;
}

.social-button:hover {
  border-color: #151515;
}

.footer-v2-nav {
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #fff;
}

.text-block-4 {
  font-family: Lato, sans-serif;
}

.image-5 {
  flex: 0 auto;
}

.project-name {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #fff3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 27px 9px 22px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.project-name:hover {
  color: #fff;
  background-color: #fff3;
}

.instagram-photo-link-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-jm {
  background-image: linear-gradient(96deg, #ffffffbf, #fff0 67% 102%), url('../images/senior-woman-eye-exam.jpg');
  background-position: 0 0, 0 25%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 75vh;
  padding: 8% 5% 5%;
  display: flex;
}

.hero-div-jm {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lg-hero-line {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

.button {
  background-color: var(--dark-cyan);
  color: var(--brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 600;
  line-height: 1em;
}

.button:hover {
  background-color: var(--white);
  color: var(--brown);
  box-shadow: 0 6px 11px #0003;
}

.button.sm {
  font-family: Lato, sans-serif;
  font-size: .5em;
}

._1-jm {
  background-color: var(--white-smoke);
  padding-top: 5%;
  padding-bottom: 5%;
}

._1-wrapper {
  z-index: 1;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._1-wrapper._2 {
  flex-flow: row;
  margin-top: 5%;
}

.div-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.div-48.text {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.jm-section-2 {
  background-image: linear-gradient(270deg, #0000 22%, #000000b8), linear-gradient(#00000080, #00000080), url('../images/blue-pattern.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: 85vh;
  padding: 10% 5%;
  display: flex;
  position: relative;
}

._2-div {
  z-index: 10;
  color: var(--white);
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding: 0 0 0 5%;
  display: flex;
  position: static;
  inset: 0%;
}

._2-div.idose-50 {
  width: 48%;
  padding-left: 0%;
}

._3-section {
  background-color: var(--white);
  padding-top: 5%;
  padding-bottom: 5%;
}

._3-wrapper {
  color: var(--black);
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.procedure-holder {
  z-index: 5;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.procedure-div {
  color: var(--black);
  text-align: left;
  background-color: #9eb2da40;
  width: 32%;
  padding: 20px 20px 0;
}

.h3-min {
  min-height: 75px;
}

._4-section {
  z-index: 5;
  background-color: var(--brown);
  background-image: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: 65vh;
  padding: 5%;
  display: flex;
  position: relative;
}

._4-wrapp {
  z-index: 5;
  color: var(--white);
  width: 48%;
  position: relative;
}

._4-wrapp.center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.list-holder {
  background-color: var(--dark-cyan);
  color: var(--brown);
  margin-bottom: 20px;
  padding: 15px 15px 15px 0;
}

.social-callout {
  background-color: #93c2c800;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.social-video-div {
  z-index: 5;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-div {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  width: 48%;
  display: flex;
  position: relative;
}

.video-stat-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  font-family: Open Sans, sans-serif;
  font-size: 2.2em;
  line-height: 1.2em;
  display: flex;
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

.text-block-7 {
  margin-bottom: 20px;
}

.dslt-holder {
  z-index: 1;
  background-image: url('../images/dslt.png');
  background-position: 95% 60%;
  background-repeat: no-repeat;
  background-size: auto 65%;
  display: block;
  position: absolute;
  inset: 0%;
}

.dslt-text-div {
  background-image: linear-gradient(180deg, var(--dark-cyan), var(--sky-blue) 23%, var(--brown) 38%);
  letter-spacing: 10px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 80px;
  padding-right: 5%;
  font-family: Oswald, sans-serif;
  font-size: 15em;
  font-weight: 700;
  line-height: 1em;
  display: none;
  position: absolute;
  inset: 0%;
}

.testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/blue-pattern.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 35vh;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.test-wrapper {
  color: var(--white);
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

._1-img {
  float: right;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.body {
  font-family: Open Sans, sans-serif;
}

.blue {
  color: var(--dark-cyan);
}

.understanding {
  background-image: linear-gradient(#00000080, #00000080), url('../images/blue-pattern.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 65vh;
  position: relative;
}

.correction-for-ages-blue {
  color: #d1e1ff;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
  position: relative;
  inset: 0%;
}

.top-angle-div {
  background-color: var(--white-smoke);
  width: 110%;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -138px)rotate(4deg);
}

.top-angle-div.white {
  background-color: var(--white);
  transform: translate(0, -138px)rotate(4deg);
}

.top-angle-div.blue-btm {
  z-index: 1;
  background-color: var(--brown);
}

.understanding-wrap {
  width: 90%;
  font-size: 18px;
}

.h2-white {
  color: var(--white);
}

.h3-light {
  color: var(--light-blue);
  margin-top: -10px;
}

.btm-angle-div {
  background-color: var(--white-smoke);
  width: 110%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(-38px, 151px)rotate(4deg);
}

.btm-angle-div.white-copy {
  background-color: var(--brown);
}

.list-holder-blue {
  background-color: #9eb2da45;
  margin-bottom: 20px;
  padding: 15px 15px 15px 0;
}

.procedures-holder {
  z-index: 5;
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.new-procedure-div {
  border-left: 5px solid var(--dark-cyan);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.new-procedure-div.sub {
  border-left: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.procedures-sec {
  background-color: var(--white-smoke);
  padding-top: 5%;
  padding-bottom: 5%;
}

.lg-p {
  font-size: 1.5em;
  line-height: 1.5em;
}

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

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

.idose {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

html.w-mod-js [data-ix="portfolio-hover-animation"] {
  opacity: 0;
}

html.w-mod-js [data-ix="project-name-animation"] {
  opacity: .65;
  transform: translate(-100px);
}

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

  .nav-dropdown-link {
    color: #151515;
    padding-left: 40px;
  }

  .nav-dropdown-link:hover {
    color: #151515;
  }

  .nav-dropdown-link.w--current {
    color: #151515;
    font-weight: 700;
  }

  .brand {
    width: 270px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-link {
    color: #151515;
    padding: 12px 24px;
    box-shadow: 0 1px #e9e9e9;
  }

  .nav-link:hover {
    color: #151515;
  }

  .nav-link.w--current, .nav-link.w--current:hover {
    color: #fff;
  }

  .nav-link.w--open {
    box-shadow: none;
  }

  .nav-bar {
    border-top: 1px solid #161a251a;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-list.w--open {
    background-color: #0000;
    border-bottom: 1px solid #e9e9e9;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 12px;
    box-shadow: 0 1px #ffffff1f;
  }

  .nav-bar-main {
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    max-height: 80vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: scroll;
  }

  .menu-button {
    width: 72px;
    height: 72px;
    margin-left: 16px;
    padding: 26px;
  }

  .menu-button.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .hero-v4-slide {
    padding-top: 0;
    top: 0;
    bottom: 0;
  }

  .heading {
    font-size: 29px;
  }

  .heading.age-title {
    margin-top: 17px;
    font-size: 20px;
    line-height: 28px;
  }

  .heading.age-title.fisrt-title {
    font-size: 20px;
    line-height: 23px;
  }

  .heading.age-title.fisrt-title.services-title {
    font-size: 21px;
  }

  .intro-2 {
    margin-bottom: 27px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .features-grid-v1 {
    grid-template-rows: auto auto auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .feature-v1 {
    padding: 48px 12%;
  }

  .centers-section {
    padding: 80px 8px;
  }

  .doctor-link {
    flex: 0 auto;
    width: 25%;
  }

  .footer-v2-first-column {
    width: 44%;
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .footer-v2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
  }

  .footer-v2-nav-link {
    margin-left: 0;
    margin-right: 24px;
  }

  .footer-v2-nav {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 40px;
  }

  .footer {
    padding-bottom: 76px;
  }

  .instagram-photo-link-2 {
    flex: 0 auto;
    width: 25%;
  }

  .hero-div-jm {
    width: 60%;
  }

  .lg-hero-line {
    font-size: 3em;
  }

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

  .div-48.text {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .jm-section-2 {
    background-image: linear-gradient(270deg, #0000 22%, #000000b8), linear-gradient(#0000, #0000), url('../images/blue-pattern.jpg');
    background-attachment: scroll, scroll, scroll;
    flex-flow: column;
    min-height: 0;
  }

  ._2-div.idose-50 {
    width: 100%;
    margin-bottom: 25px;
  }

  .procedure-holder {
    flex-flow: column;
  }

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

  ._4-section {
    flex-flow: column;
  }

  ._4-wrapp.center {
    width: 100%;
  }

  .social-video-div {
    flex-flow: column;
  }

  .video-div, .video-stat-text {
    width: 100%;
  }

  .testimonials {
    background-image: linear-gradient(#0006, #0006), url('../images/blue-pattern.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    padding-top: 5%;
  }

  .correction-for-ages-blue {
    background-image: radial-gradient(circle at 25% 78%, #2e639e, #002e62);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-angle-div, .btm-angle-div {
    display: none;
  }

  .img-div {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials {
    padding-bottom: 25%;
  }
  .brand {
    width: 240px;
    padding: 2px 12px;
  }

  .nav-bar {
    padding-left: 0;
    position: absolute;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .page-wrapper {
    margin-top: 70px;
  }

  .title {
    font-size: 10px;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .heading.age-title.fisrt-title {
    font-size: 15px;
    line-height: 18px;
  }

  .heading.age-title.fisrt-title.services-title {
    font-size: 17px;
  }

  .intro-2 {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .icon-wrapper {
    width: auto;
    height: auto;
  }

  .feature-v1 {
    flex-direction: column;
    width: 100%;
    padding: 24px;
  }

  .centers-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .doctor-link {
    width: 40%;
    margin-bottom: 20px;
  }

  .footer-v2-first-column {
    width: 100%;
    margin-top: 7px;
  }

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

  .footer-v2 {
    padding-top: 14px;
    padding-bottom: 40px;
  }

  .footer-v2-nav-link {
    margin-bottom: 11px;
    margin-left: 22px;
    margin-right: 22px;
  }

  .footer-bottom-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-v2-nav {
    margin-bottom: 16px;
  }

  .footer {
    padding-bottom: 116px;
  }

  .image-5 {
    width: 300px;
  }

  .instagram-photo-link-2 {
    width: 70%;
    margin-bottom: 37px;
  }

  .hero-jm {
    justify-content: flex-end;
    min-height: 400px;
  }

  .hero-div-jm {
    width: auto;
  }

  .lg-hero-line {
    font-size: 2.5em;
  }

  ._1-wrapper, ._1-wrapper._2 {
    flex-flow: column;
  }

  .div-48.text {
    width: 100%;
    padding-top: 0;
  }

  .div-48.photo {
    width: 100%;
  }

  .jm-section-2 {
    background-image: linear-gradient(270deg, #0000 22%, #000000b8), linear-gradient(#0000, #0000), url('../images/blue-pattern.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    padding-top: 5%;
    padding-bottom: 350px;
  }

  .jm-section-2._1 {
    padding-bottom: 5%;
  }

  ._2-div {
    width: 100%;
    padding-left: 0%;
  }

  .h3-min {
    min-height: 0;
  }

  .video-stat-text {
    font-size: 1.8em;
  }

  .dslt-holder {
    background-position: 50% 100%;
    background-size: auto 325px;
  }

  .correction-for-ages-blue {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg-p {
    font-size: 1.3em;
  }
}

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

  .page-wrapper {
    margin-top: 60px;
  }

  .hero-v4-arrow-link {
    display: none;
  }

  .heading {
    font-size: 23px;
  }

  .features-grid-v1 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .doctor-link {
    width: 70%;
  }

  .footer-v2-first-column {
    margin-top: 15px;
  }

  .footer-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v2-nav-link {
    margin-bottom: 12px;
    margin-right: 16px;
  }

  .footer-bottom-left {
    flex-direction: column;
  }

  .footer-v2-nav {
    margin-top: 16px;
    margin-bottom: -1px;
  }

  .footer {
    padding-bottom: 191px;
  }

  .image-5 {
    width: 210px;
  }

  .text-block-6 {
    margin-top: 25px;
  }

  .project-name {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
    line-height: 15px;
  }

  .instagram-photo-link-2 {
    width: 70%;
  }

  .hero-jm {
    background-image: linear-gradient(0deg, var(--white), #fff0), url('../images/senior-woman-eye-exam.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    min-height: 500px;
  }

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

  .lg-hero-line {
    font-size: 2em;
  }

  .button {
    text-align: center;
    letter-spacing: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .procedure-holder {
    margin-top: 0;
  }

  .video-stat-text {
    font-size: 1.5em;
  }

  .list-holder-blue {
    margin-bottom: 0;
  }

  .new-procedure-div {
    border-bottom: 5px solid var(--dark-cyan);
    border-left-style: none;
    padding-top: 0;
    padding-left: 0;
  }
}

#w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af606-42a528ae {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af611-42a528ae {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af61c-42a528ae {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af627-42a528ae {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af632-42a528ae {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af63d-42a528ae {
  grid-area: 1 / 5 / 2 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af606-42a528ae {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af611-42a528ae {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af61c-42a528ae {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af627-42a528ae {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af632-42a528ae {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af63d-42a528ae {
    grid-area: 2 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af606-42a528ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af611-42a528ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af61c-42a528ae {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af627-42a528ae {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af632-42a528ae {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2d0d6e65-4fd8-fb6a-749f-b4325e3af63d-42a528ae {
    grid-area: 3 / 1 / 4 / 2;
  }
}


