:root {
  --color-3: #00254a;
  --color-5: #21c0db;
  --color-4: #f3744a;
  --color: white;
  --color-6: #e4ecec;
  --color-2: #333;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-size: 1.1em;
}

a {
  color: var(--color-5);
  text-decoration: none;
}

a:hover {
  color: var(--color-4);
}

/*li {
  margin-bottom: 10px;
  font-size: 1.1em;
}*/

.hero {
  background-image: linear-gradient(#0000, #0000008f), url('../images/doctor-with-patient.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 95vh;
  margin-top: 5vh;
  padding: 5% 5% 10%;
  display: flex;
  position: relative;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 9px #00000012;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.doctor-menu ul{
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  background: #032449;
  left: -50px !important;
  width: 950px !important;
}

.doctor-menu li{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  width: 230px;
}

.nav-menu {
  align-items: center;
  height: 75px;
  padding-right: 10px;
  display: flex;
}

.site-navigation ul li {
    margin-right: 0 !important;
}

.body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.dropdown-toggle {
  color: var(--color-3);
  align-items: center;
  padding: 10px;
  font-size: 1em;
  line-height: 1em;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--color-5);
}

.dropdown-list {
  background-color: var(--color);
}

.dropdown-list.w--open {
  background-color: var(--color-3);
}

.dropdown-list.side-by.w--open {
  display: flex;
  right: auto;
}

.dropdown-list.side-by.doc.w--open {
  left: -50px;
}

.dropdown-list.end.w--open {
  right: 10px;
}

.dropdown-link {
  color: var(--color);
  line-height: 1em;
}

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

.nav-top {
  background-color: var(--color-3);
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.nav-top-link {
  color: var(--color);
  align-items: center;
  margin-left: 15px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.nav-top-link:hover {
  color: var(--color-5);
}

.nav-top-img {
  width: 25px;
  margin-right: 10px;
}

.for-patient-for-docs-section {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.patient-doc-wrap {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-patient-45-div {
  background-color: var(--color-6);
  justify-content: space-between;
  width: 48%;
  padding: 0;
  display: flex;
  position: relative;
}

.doc-patient-img-div {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
  position: relative;
}

.doc-patient-text-div {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 63%;
  padding: 30px 30px 15px 0;
  display: flex;
  position: relative;
}

.bg-white-div {
  background-color: var(--color);
  width: 75%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line {
  background-color: var(--color-5);
  width: 100%;
  height: 1px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.line.less {
  margin-bottom: 10px;
}

.resource-link {
  color: var(--color-3);
  align-items: center;
  margin-bottom: 0;
  padding: 5px 10px 5px 5px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.resource-link:hover {
  background-color: var(--color-6);
  color: var(--color-5);
  margin-left: 20px;
}

.resource-link.light {
  color: var(--color);
}

.resource-link.light:hover {
  color: var(--color-3);
}

.resource-link-img {
  width: 25px;
  margin-right: 10px;
}

.doc-patient-title-div {
  height: 60px;
  padding: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-top-line {
  color: var(--color);
  text-align: center;
  margin-bottom: 10px;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-line-2 h1 {
  color: var(--color);
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
}

.hero-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-button {
  background-color: var(--color);
  color: var(--color-3);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.5%;
  padding: 10px;
  line-height: 1em;
  display: flex;
}

.hero-button:hover {
  background-color: var(--color-6);
  color: var(--color-3);
}

.welcome-section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 65vh;
  margin: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 5;
  width: 100%;
  height: auto;
  min-height: 6vh;
  position: absolute;
  inset: 0%;
}

.background-video._2 {
  opacity: .32;
  mix-blend-mode: normal;
  min-height: 30vh;
}

.welcome-text-div {
  z-index: 10;
  background-color: #fff;
  width: 55%;
  padding: 35px;
  position: relative;
}

.lt-blue {
  color: var(--color-5);
}

.h4-less {
  margin-top: -10px;
}

.vision-by-age-section {
  padding-top: 4%;
  padding-bottom: 5%;
}

.vba-top-text-div {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.vba-content-div {
  background-color: var(--color-3);
  background-image: linear-gradient(88deg, #0000, #00000075), url('../images/kayaker.jpg'), radial-gradient(circle, #00254ae3, #001325), url('../images/lg-icon.png');
  background-position: 0 0, 0%, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, cover, auto, auto 150%;
  background-attachment: scroll, scroll, scroll, scroll;
  justify-content: space-between;
  width: 92%;
  min-height: 50vh;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vision-by-age-div {
  border-right: 10px solid var(--color);
  border-left: 10px solid var(--color);
  color: var(--color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  padding: 0;
  display: flex;
}

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

.photo-div-btm {
  object-fit: cover;
  margin-top: 20px;
  display: none;
  overflow: hidden;
}

.top-age-div {
  min-height: 85%;
  padding: 0 30px 30px;
}

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

.single-post .main-content img {
  padding: 30px 0 70px;
}

.about-us-section {
  background-image: url('../images/eye-surgery.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-between;
  min-height: 75vh;
  display: flex;
  overflow: hidden;
}

.about-content-left {
  width: 50%;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 5%;
  display: flex;
}

.about-text {
  background-color: var(--color-3);
  color: var(--color);
  background-image: linear-gradient(#00254ae3, #00254ae3), url('../images/lg-icon.png');
  background-position: 0 0, 135% 125%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 65%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.rev-btn {
  background-color: var(--color-5);
  color: var(--color-3);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 18px 30px 15px;
  line-height: 1em;
}

.rev-btn:hover {
  background-color: var(--color-4);
  color: var(--color-3);
}

.rev-btn.top-marg {
  margin-top: 10px;
}

.why-choose {
  padding-top: 5%;
  padding-bottom: 5%;
}

.why-choose-wrap {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-choose-div {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

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

.about-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.about-us-text {
  z-index: 50;
  background-color: var(--color);
  background-image: linear-gradient(#21c0db1a, #21c0db1a);
  width: 100%;
  padding: 30px;
  position: relative;
}

.accent-orange {
  background-color: var(--color-5);
  width: 30px;
  position: absolute;
  inset: 90px auto 80px -30px;
}

.refractive-section {
  background-color: #e4ecec4d;
  min-height: 65vh;
  margin: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: block;
  position: relative;
}

.procedures {
  background-color: var(--color);
  background-image: url('../images/woman-isolated.png'), radial-gradient(circle farthest-corner at 90% 50%, var(--color-5), var(--color-3)), linear-gradient(to bottom, var(--color-3), var(--color-3));
  color: var(--color);
  text-align: left;
  background-position: 95% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, auto;
  width: 100%;
  margin-bottom: 20px;
  padding: 50px 40% 30px 50px;
}

.button-holder {
  justify-content: center;
  display: flex;
}

.button-holder.stack {
  flex-flow: column;
  align-items: stretch;
}

.refractive-text {
  z-index: 10;
  color: var(--color);
  background-color: #fff0;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.refractive-text._1 {
  color: var(--color-2);
  text-align: center;
}

.testimonials {
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin: 20px auto;
}

.testimonial-slide-wrapper {
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.testimonial-card {
  background-color: #fff0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -20px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -20px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.l-marg {
  margin-left: 5%;
}

.cta-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cta-wrap {
  z-index: 10;
  background-color: var(--color-3);
  justify-content: space-between;
  width: 100%;
  min-height: 30vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-btn {
  z-index: 10;
  border-right: 10px none var(--color);
  border-left: 10px none var(--color);
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-btn:hover {
  color: var(--color);
}

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

.cta-hover-div {
  z-index: 20;
  background-color: var(--color-3);
  background-image: linear-gradient(#00254af2, #00254af2), url('../images/lg-icon.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 80%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fake-link {
  border-bottom: 5px solid var(--color-5);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.5em;
}

.fake-link:hover {
  color: var(--color-4);
}

.blog-holder {
  flex-flow: column;
  width: 32%;
  padding: 0;
  display: flex;
  position: relative;
}

.blog-holder.btm {
  padding-bottom: 0;
}

.inner-blog-div {
  flex-flow: row;
  justify-content: space-between;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-wrapper {
  background-color: #bceaf800;
  padding-top: 0%;
  padding-bottom: 0%;
}

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

.blogs {
  text-align: center;
  background-color: #e4ecec4d;
  padding-top: 5%;
  padding-bottom: 5%;
}

.blog-column-40 {
  object-fit: cover;
  width: 100%;
  height: 40%;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-column-60 {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.min {
  min-height: 65px;
}

.footer {
  background-image: linear-gradient(0deg, #000c18, var(--color-3));
  padding-top: 5%;
  padding-bottom: 3%;
}

.form-field-div {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0%;
  display: flex;
}

.social-link-holder {
  margin-bottom: 20px;
}

.p-white {
  color: #fff;
}

.other-footer-info-div {
  color: var(--color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-top: 0;
  display: flex;
}

.search-form {
  width: 100%;
}

.search-field {
  width: 100%;
}

.search-field,
.search-submit {
  height: 50px !important;
}

.search-submit {
  background-color: var(--color-5) !important;
  color: rgba(255, 255, 255, 0.0) !important;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: url(../images/icons8-search.svg) !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  line-height: 1em;
}

.search-submit:hover {
  background-color: #f3744a !important;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: white white var(--color-5);
  background-color: #0000;
  width: 100%;
  min-height: 0;
  margin-bottom: 10px;
}

.text-field:focus {
  color: var(--color);
}

.text-field::placeholder {
  color: var(--color);
  text-transform: uppercase;
}

.text-field.btm {
  margin-bottom: 20px;
}

.form-left-48 {
  width: 48%;
}

.form-left-48._65 {
  width: 43%;
}

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

.brand-2 {
  filter: invert();
  width: 225px;
  margin-bottom: 20px;
}

.footer-headline-div {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.social-link {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
}

.social-link:hover {
  opacity: .38;
}

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

.search-input {
  height: 50px;
  margin-bottom: 0;
}

.search-btn {
  background-color: var(--color-5);
  color: var(--color-3);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  line-height: 1em;
}

.search-btn:hover {
  background-color: var(--color-4);
  color: var(--color-3);
}

.quick-link-div {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.ql {
  margin: 5px;
  text-decoration: none;
}

.form-block {
  margin-bottom: 0;
}

.location-div {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.location-wraper {
  color: var(--color);
  text-align: center;
  flex-flow: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  display: flex;
}

.locations-grid h2 {
  margin-bottom: 10px !important;
}

.name {
  color: var(--color-5);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.location {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.cta-div {
  z-index: 20;
  border-right: 10px solid var(--color);
  border-left: 10px solid var(--color);
  width: 25%;
  position: relative;
}

.cta-div._1 {
  border-left-width: 20px;
}

.cta-div._4 {
  border-right-width: 20px;
}

.home-page-cataract-section {
  background-image: url('../images/hiking-couple.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-between;
  min-height: 75vh;
  display: flex;
  overflow: hidden;
}

.list {
  list-style-type: decimal;
}

.body-button {
  background-color: var(--color-3);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: auto;
  padding: 18px 30px 15px;
  line-height: 1em;
}

.body-button:hover {
  background-color: var(--color-5);
  color: var(--color-3);
}

.body-button.marg {
  margin-right: 10px;
}

.body-button.btm-marg {
  margin-bottom: 1%;
}

.dropdown-icon {
  width: 15px;
  margin-left: 5px;
}

.new-hero-ctas {
  justify-content: space-between;
  width: 90%;
  display: flex;
  position: absolute;
  inset: auto 5% 0%;
}

.hero-cta-icon {
  width: 50px;
  margin-bottom: 10px;
}

.cta-buckets {
  background-color: var(--color-3);
  padding-bottom: 3%;
}

.cta-bucket-wrap {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-bucket {
  background-color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  width: 32.5%;
  padding: 0 10px 10px;
  display: flex;
}

.hero-button-mobile {
  background-color: var(--color);
  color: var(--color-3);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.5%;
  padding: 10px;
  line-height: 1em;
  display: none;
}

.hero-button-mobile:hover {
  background-color: var(--color-6);
  color: var(--color-3);
}

.ip-header {
  background-color: var(--color-3);
  background-image: radial-gradient(circle farthest-corner at 20% 50%, #21c0db94, var(--color-3));
  color: var(--color);
  padding: 14% 5% 2%;
  font-size: 1em;
  line-height: 1.75em;
}

.breadcrumbs {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.bc {
  text-transform: uppercase;
}

.ip-headline {
  font-size: 3.5em;
  line-height: 1.2em;
}

.bc-line {
  background-color: var(--color);
  width: 2px;
  height: 100%;
  min-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

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

.button-holder-33 {
  flex-flow: column;
  width: 33%;
  display: flex;
}

.doctors-section {
    background-color: #fff;
}

.cpt-doctor-image-link .doctor-headshot-link img {
    object-position: top !important;
}

.doctor-name {
  font-size: 1em !important;
}

.cpt-doctor-image-link > a.doctor-headshot-link {
    padding: 1.1em !important;
}

.nav-top-wrapper {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top:0;
}

.phone-numbers-modal .modal__container {
    padding: 60px 80px !important;
    max-width: 1000px !important;
    background: #f3fafc;
    background-image: url(../images/lg-icon.png);
    background-position: 140% 83%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.w-tab-link, .w-tab-link.w--current {
  background: #fff;
}


@media screen and (max-width: 1320px) {
  .header-logo {
      width: 100%;
      max-width: 150px !important;
  }
  .doctor-menu ul {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    width: 750px !important;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 800px;
    padding-bottom: 12%;
  }

  .nav-menu {
    background-color: var(--color);
    height: auto;
  }

  .dropdown {
    display: block;
  }

  .for-patient-for-docs-section {
    padding-bottom: 3%;
  }

  .patient-doc-wrap {
    flex-flow: column;
  }

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

  .resource-link.light {
    font-size: 1em;
  }

  .resource-link-img {
    width: 20px;
  }

  .hero-button {
    letter-spacing: 1px;
    width: 33.33%;
  }

  .welcome-section {
    min-height: 0;
  }

  .background-video, .background-video._2 {
    display: none;
  }

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

  .vision-by-age-section {
    padding-bottom: 0%;
  }

  .vba-content-div {
    width: 100%;
    min-height: 0;
  }

  .vision-by-age-div {
    border-left-width: 0;
    border-right-style: none;
  }

  .vision-by-age-div.mid {
    border-left-width: 5px;
    border-right-style: solid;
    border-right-width: 5px;
  }

  .top-age-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100%;
    padding: 15px;
    display: flex;
  }

  .about-us-section {
    min-height: 0;
  }

  .about-content-left {
    width: 100%;
    padding-left: 0%;
  }

  .about-text {
    background-image: linear-gradient(#00254ae3, #00254ae3);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding: 25px;
  }

  .rev-btn {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-text {
    padding: 20px;
  }

  .procedures {
    background-image: url('../images/woman-isolated.png'), radial-gradient(circle farthest-corner at 90% 50%, var(--color-5), var(--color-3)), linear-gradient(to bottom, transparent, transparent);
    background-position: 120% 100%, 0 0, 0 0;
    background-size: 55%, auto, auto;
    padding: 25px 50% 5px 25px;
  }

  .testimonial-slide-wrapper {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .cta-section {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cta-wrap {
    min-height: 0;
  }

  .cta-btn {
    border-left-width: 5px;
    border-right-width: 5px;
    justify-content: flex-start;
    padding: 10px 10px 70px;
  }

  .cta-icon {
    margin-bottom: 10px;
  }

  .cta-hover-div {
    background-image: none;
    background-position: 0 0;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    min-height: 60px;
    margin-top: 20px;
    padding: 10px;
    font-size: .6em;
    line-height: 1.5em;
    position: absolute;
    inset: auto 0% 0%;
  }

  .blog-holder {
    width: 100%;
    margin-bottom: 20px;
  }

  .inner-blog-div {
    flex-flow: column;
  }

  .other-footer-info-div {
    width: 100%;
    margin-top: 20px;
  }

  .form-left-48._65 {
    width: 100%;
  }

  .footer-top-div {
    flex-flow: column;
  }

  .location-wraper {
    justify-content: center;
  }

  .location {
    margin-left: 2%;
    margin-right: 2%;
  }

  .cta-div {
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .cta-div._1 {
    border-left-width: 10px;
    border-right-width: 5px;
  }

  .cta-div._4 {
    border-right-width: 10px;
  }

  .home-page-cataract-section {
    background-attachment: scroll;
    min-height: 0;
  }

  .body-button {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-hero-ctas {
    width: 100%;
    left: 0%;
    right: 0%;
  }

  .hero-cta-icon {
    width: 30px;
  }

  .cta-bucket-wrap {
    width: 100%;
  }

  .cta-bucket {
    width: 33.33%;
    padding: 10px 20px 20px;
  }

  .menu-btn.w--open {
    background-color: var(--color-4);
  }

  .hero-button-mobile {
    letter-spacing: 1px;
    width: 33.33%;
    display: none;
  }

  .ip-header {
    padding-top: 20%;
  }

  .doctor-menu ul {
    column-count: 1;
    -webkit-column-count: 1;
    background: #fff;
    width: 100% !important;
  }
  .nav-top {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
    padding-bottom: 5%;
  }

  .resource-link.light {
    align-items: flex-start;
  }

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

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

  .welcome-section {
    padding: 0%;
  }

  .background-video._2, .why-choose-div {
    display: none;
  }

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

  .accent-orange {
    display: none;
  }

  .procedures {
    background-image: radial-gradient(circle farthest-corner at 90% 50%, var(--color-5), var(--color-3)), linear-gradient(to bottom, transparent, transparent);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    padding-right: 25px;
  }

  .testimonial-slide-wrapper {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .cta-wrap {
    flex-flow: column;
  }

  .cta-btn {
    background-image: linear-gradient(#00254afa, #00254afa);
    background-position: 0 0;
    border-left-width: 10px;
    border-right-width: 10px;
  }

  .cta-hover-div {
    background-color: #00254a00;
    align-items: center;
  }

  .cta-div {
    border-left-width: 10px;
    border-right-style: solid;
    border-right-width: 10px;
    width: 100%;
  }

  .cta-div._1 {
    border-right-width: 10px;
    width: 100%;
  }

  .new-hero-ctas {
    display: none;
  }

  .cta-bucket-wrap {
    flex-flow: column;
  }

  .cta-bucket {
    width: 100%;
  }

  .hero-button-mobile {
    width: 100%;
    padding: 10px;
    display: flex;
  }

  .ip-header {
    padding-top: 25%;
  }
}

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

  .hero {
    background-position: 0 0, 0%;
  }


  .brand {
    margin-left: 10px;
    padding-left: 0;
  }

  .nav-top-img {
    margin-right: 0;
  }

  .doc-patient-img-div {
    display: none;
  }

  .doc-patient-text-div {
    width: 100%;
    padding: 20px;
  }

  .bg-white-div {
    width: 100%;
  }

  .hero-button {
    width: auto;
  }

  .welcome-section {
    margin: 15px;
  }

  .h4-less {
    font-size: 1.2em;
  }

  .vba-content-div {
    background-image: linear-gradient(88deg, #0000, #00000075), linear-gradient(#000000b5, #000000b5), url('../images/kayaker.jpg'), radial-gradient(circle, #00254ae3, #001325), url('../images/lg-icon.png');
    background-position: 0 0, 0 0, 75%, 0 0, 50%;
    flex-flow: column;
  }

  .vision-by-age-div {
    width: 100%;
  }

  .vision-by-age-div.mid {
    border-style: solid none;
    border-top-width: 5px;
    border-top-color: var(--color);
    border-bottom-width: 5px;
    border-bottom-color: var(--color);
  }

  .rev-btn {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .why-choose-wrap {
    width: 100%;
  }

  .about-text-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .procedures {
    padding: 15px 15px 0;
  }

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

  .testimonials {
    padding: 0%;
  }

  .testimonial-slide-wrapper {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .other-footer-info-div, .form-left-48._65 {
    width: 100%;
  }

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

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

  .nav-txt {
    display: none;
  }

  .ip-header {
    padding-top: 40%;
  }

  .ip-headline {
    font-size: 3em;
  }

  .flex {
    flex-flow: column;
  }

  .button-holder-33 {
    width: 100%;
    margin-bottom: 1%;
  }

}
