:root {
  --color-3: #273545;
  --color-4: #92a9bd;
  --color: white;
  --color-6: #d8dddf;
  --color-2: #333;
  --color-5: #a2aeaf;
  --color-7: #bba78f;
  --white: white;
  --black: black;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: granville, sans-serif;
  font-size: 3.6em;
  font-weight: 300;
  line-height: 1.2em;
}

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

h3 {
  color: var(--color-4);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: granville, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: granville, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--color-3);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: granville, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
}

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

a {
  color: var(--color-3);
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

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

ul {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 1.2em;
}

li {
  margin-bottom: 10px;
}

.body {
  font-family: cormorant, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
}

.hero {
  z-index: 2000;
  background-color: var(--color);
  height: 100vh;
  padding: 20px;
  position: relative;
}

.slider {
  background-color: var(--color);
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.hero-slide-container {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.picture-column {
  object-fit: cover;
  width: 30%;
  overflow: hidden;
}

.text-column {
  background-color: #a2aeaf33;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 40px 20px;
  display: flex;
}

.slide_img1, .slide_img2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-line-hero {
  justify-content: center;
  width: 100%;
  display: flex;
}

.hero-thin-line {
  color: var(--color-4);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: granville, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1em;
}

.hero-line-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.hero-large-line {
  text-align: center;
  text-transform: uppercase;
  height: 60px;
  font-family: granville, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
}

.image-3 {
  height: 55px;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 0;
}

.special-button {
  color: var(--color-3);
  text-transform: uppercase;
  padding: 15px 25px;
  font-family: granville, sans-serif;
  font-weight: 400; 
  line-height: 1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.special-button.phone {
  color: var(--color-3);
  align-items: center;
  padding: 10px 20px 10px 15px;
  font-weight: 400;
  display: flex;
}

.special-button a::before {
  content: " ";
  width: 25px !important;
  height: 40px !important;
  background-image: url(../images/icons8-phone.svg) !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.special-button.phone:hover {
  color: var(--color-3);
}

.special-button.white {
  color: var(--color);
}

.button-bg-color {
  background-color: var(--color-6);
  position: absolute;
  inset: 0%;
}

.button-bg-color.dark {
  background-color: var(--color-3);
}

.btn-txt {
  z-index: 1;
  position: relative;
}

.picture-column-right {
  object-fit: cover;
  width: 30%;
  overflow: hidden;
}

.navbar {
  z-index: 5000;
  background-color: var(--color);
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-4 {
  height: 60px;
}

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

.nav-menu {
  align-items: center;
  height: 80px;
  display: flex;
}

.phone-icon {
  z-index: 1;
  width: 25px;
  margin-right: 10px;
  position: relative;
}

.dropdown-toggle {
  color: var(--color-3);
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: granville, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

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

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

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

.dropdown-link {
  color: #333;
  font-weight: 400;
  line-height: 1em;
}

.dropdown-link:hover {
  background-color: var(--color-4);
  color: var(--color-2);
}

.dd-inner-holder {
  justify-content: space-between;
  padding: 10px 0 0;
  display: flex;
}

.dd-inner-holder.no-pad {
  padding-top: 0;
}

.dd-column {
  min-width: 200px;
  padding: 10px 0 0;
}

.dd-column.no-space {
  padding-top: 0;
}

.dd-column-title {
  text-transform: uppercase;
  margin-left: 10px;
  font-family: granville, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.inner-dropdown {
  display: block;
}

.dropdown-toggle-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.dropdown-toggle-2:hover {
  background-color: var(--color-6);
}

.icon {
  margin-left: 10px;
  margin-right: 8px;
  font-size: 12px;
}

.dd-link-2 {
  font-weight: 400;
  line-height: 1em;
}

.dd-link-2:hover {
  background-color: var(--color-5);
}

.inner-dd-list.w--open {
  background-color: var(--color-6);
  position: relative;
}

.column-menu ul.sub-menu {
  column-count: 4;
  column-gap: 10px;
  width: 660px !important;
  right: 0;
  background: #d8dddf;
}



.nav-bg-shadow {
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

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

.welcome-wrapper-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.welcome-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  display: flex;
}

.welcome-par-48 {
  background-color: #2735451a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 50px 30px;
  display: flex;
}

.meet-team-title {
  background-color: var(--color);
  width: 90%;
  max-width: 1400px;
  margin: 5% auto -8%;
  padding: 50px 20px 20px;
  position: relative;
}

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

.p-center.team {
  margin-bottom: 0;
  font-size: 1.5em;
}

.team-section {
  background-color: var(--color-6);
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10% 5% 5%;
}

.team-memeber-holder {
  justify-content: space-between;
  max-width: 1400px;
  max-height: 550px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.team-memeber-holder._2 {
  margin-bottom: 0%;
}

.headshot-div {
  object-fit: cover;
  width: 35%;
  overflow: hidden;
}

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

.doc-bio-text {
  background-color: #ffffff80;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  display: flex;
}

.doc-bio-text._2 {
  padding-bottom: 30px;
}

.accolades {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.special-service-section {
  justify-content: space-between;
  min-height: 0;
  max-height: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.serv-img-div {
  object-fit: cover;
  width: 45%;
  position: relative;
  overflow: hidden;
}

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

.image-7.left {
  transform: rotate(0);
}

.image-7.dry-eye, .image-7.lasik {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.h3-white {
  color: var(--color);
  margin-bottom: 5px;
}

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

.h2-white.no-marg {
  margin-bottom: 0;
}

.service-text-div {
  background-color: #d8dddf33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding: 50px 30px 50px 0;
  display: flex;
  overflow: hidden;
}

.service-text-div.top {
  width: 55%;
  padding-right: 35px;
}

.special-link {
  color: var(--color-3);
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 15px 10px 25px;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.special-link:hover {
  background-color: #92a9bd1a;
}

.special-link.bottom {
  margin-bottom: 20px;
}

.image-8 {
  width: 25px;
  margin-right: 15px;
}

.serv-h2-holder {
  background-color: var(--color-3);
  margin-bottom: 30px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.h3-marg {
  margin-bottom: 5px;
  margin-left: 25px;
}

.serv-p-and-btn-holder {
  padding-left: 20px;
  padding-right: 20px;
}

.service-wrapper-div {
  justify-content: space-between;
  max-width: none;
  min-height: 500px;
  margin-bottom: 0%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.service-parallax-break {
  background-image: url('../images/senior-man-eye-care.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 75vh;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.service-intro-wrap {
  background-color: #273545e6;
  justify-content: space-between;
  padding: 30px 30px 10px;
  display: flex;
}

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

.serv-par-div {
  width: 50%;
}

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

.aesthetics-section {
  background-color: var(--color-3);
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5%;
}

.aesthetics-photo-holder {
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-left {
  flex-flow: column;
  width: 49.5%;
  display: flex;
  overflow: hidden;
}

.top-photo-holder {
  justify-content: flex-end;
  height: 40vh;
  padding-left: 15%;
  display: flex;
}

.top-photo-holder.right {
  padding-left: 0%;
  padding-right: 15%;
}

.aest-serv-div {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.aesth-photo-holder {
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.aesth-hover-layer {
  z-index: 5;
  background-color: var(--color-6);
  background-image: linear-gradient(#d8dddff2, #d8dddff2);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.aesth-hover-layer.left {
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.aesth-hover-layer.bottom {
  align-items: flex-start;
}

.h5-center {
  text-align: center;
}

.list-5050 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.list-div-49 {
  flex-flow: column;
  width: 49%;
  display: flex;
}

.list-div-49.min-300 {
  align-items: flex-start;
  min-width: 200px;
}

.bottom-photo-holder {
  justify-content: flex-end;
  height: 40vh;
  margin-top: 2%;
  padding-left: 0%;
  display: flex;
}

.column-right {
  flex-flow: column;
  align-items: stretch;
  width: 49.5%;
  padding-top: 5%;
  padding-bottom: 0%;
  display: flex;
  overflow: hidden;
}

.aesth-title-div {
  z-index: 1;
  color: var(--color);
  text-transform: uppercase;
  background-image: linear-gradient(44deg, #00000094, #0000 66%, #0000);
  align-items: flex-end;
  padding: 20px;
  font-family: granville, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.aest-text-wrap {
  max-width: 1280px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.h3-center {
  text-align: center;
  margin-bottom: 5px;
}

.p-center-white {
  color: var(--color);
  text-align: center;
}

.h5-less-marg {
  margin-bottom: 5px;
}

.before-after-section {
  justify-content: space-between;
  min-height: 45vh;
  margin: 0% 5% 20px;
  padding-top: 5%;
  display: flex;
}

.before-after-holder {
  width: 32.5%;
  position: relative;
}

.before-div {
  position: absolute;
  inset: 0%;
}

.before-photo-div {
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.ba-text-holder {
  background-color: var(--color-3);
  color: var(--color);
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 0%;
}

.after-div {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.testimonial-slider-small {
  background-color: #d8dddf80;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 100%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  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: -70px;
}

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

.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: -70px;
}

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

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

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

.footer-dark {
  z-index: 2000;
  background-color: var(--color);
  border-bottom: 1px solid #e4ebf3;
  padding: 5% 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-bottom: 20px;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 43%;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: -12px;
  display: flex;
}

.footer-social-block.par {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-social-link {
  width: 30px;
  margin-left: 12px;
}

.footer-social-link:hover {
  opacity: .5;
}

.footer-social-link.lg-white {
  filter: brightness(0%) grayscale() invert();
  width: 50px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-form-holder {
  width: 52%;
}

.link {
  color: var(--color-4);
  text-decoration: none;
}

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

.image-11 {
  height: 40px;
}

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

.submit-button {
  background-color: var(--color-3);
  text-transform: uppercase;
  font-family: granville, sans-serif;
  line-height: 1em;
}

.submit-button:hover {
  background-color: var(--color-4);
  color: var(--color-3);
}

.before-after-cta {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 2% 5% 5%;
  display: flex;
}

.h2-no-marg {
  margin-bottom: 0;
}

.min-40 {
  color: var(--color-4);
  text-transform: uppercase;
  min-height: 40px;
  font-size: 1.5em;
}

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

.text-field {
  background-color: #2735450d;
  border: 1px #000;
}

.text-field._49 {
  width: 49%;
}

.textarea {
  background-color: #2735450d;
  border: 1px #000;
}

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

.search-submit {
  background-color: var(--color-3) !important;
  text-transform: uppercase;
  font-family: granville, sans-serif !important;
  line-height: 1em !important;
}

.search-submit:hover {
  background-color: var(--color-4) !important;
  color: var(--color-3) !important;
}

.search-form {
  margin: 30px 0 !important;
}

.search {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.social-blocks {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.social-post-link {
  object-fit: cover;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

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

.social-wrap {
  background-color: #273545e6;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.social-parallax-break {
  background-image: url('../images/hand-holding-cellphone-scrolling-instagram.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 75vh;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.static-cta {
  z-index: 1000;
  background-color: var(--color);
  justify-content: space-between;
  padding: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.static-cta-link {
  background-color: var(--color-3);
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  padding: 10px 20px 8px;
  font-family: granville, sans-serif;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.static-cta-link:hover {
  background-color: var(--color-4);
  color: var(--color-3);
}

.image-13 {
  width: 20px;
  margin-right: 10px;
}

.premium-iol-section {
  min-height: 65vh;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.tabs-content {
  position: absolute;
  inset: 0%;
}

.tab-pane {
  background-image: url('../images/premium-iol2.jpg');
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.tab-pane.lal {
  background-image: url('../images/LAL.png'), radial-gradient(circle farthest-corner at 80% 50%, var(--color-4), var(--color-3));
  background-position: 85%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.tabs-menu {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  padding-top: 5%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 5%;
}

.tabs {
  height: 100%;
  min-height: 75vh;
}

.tab-content {
  color: var(--color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 60%;
  padding: 5% 5% 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab-content h3 {
  margin-bottom: 0px;
}

.tab-link {
  border: 1px solid var(--color);
  color: var(--color);
  background-color: #fff0;
  margin-bottom: 5px;
}

.tab-link:hover, .tab-link.w--current {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color-3);
}

.dr_hero_headline {
  margin-bottom: 30px;
  font-family: granville, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.total_eye_care_headline_wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.o_decor {
  width: 32px;
  margin-top: -5px;
  margin-left: -4px;
}

.aesthetic_headline {
  color: var(--color);
  font-size: 2.4em;
}

.aesthetic_headline.margin {
  margin-left: 15px;
}

.rejuvenation_img {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
}

.acolates_logo {
  width: auto;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 40px;
}

.acolates_logo._2 {
  mix-blend-mode: multiply;
  width: auto;
  height: 60px;
}

.acolates_logo._3 {
  height: 70px;
}

.inner_page_section {
  background-color: #f5f5f5;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5%;
}

.inner_header_section {
  background-color: var(--color-3);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 250px;
  padding-bottom: 40px;
  padding-left: 5%;
  display: flex;
}

.breadcrumbs_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.breadcrumbs_link {
  color: var(--color-6);
  font-size: 1.1em;
  line-height: 1em;
  text-decoration: none;
}

.divider_text {
  color: var(--color);
  margin-left: 10px;
  margin-right: 10px;
}

.inner-page-title {
  color: var(--color);
  margin-bottom: 0;
  font-family: granville, sans-serif;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1em;
}

.dr_name {
  color: var(--color-3);
  letter-spacing: 0;
  text-transform: none;
  font-family: cormorant, sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.quick_links_title {
  color: var(--color-4);
  text-transform: uppercase;
  font-size: 1.5em;
}

.section_header {
  color: var(--color-4);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.inner_img_div {
  width: 40%;
  height: 400px;
  overflow: hidden;
}

.inner_img_div.left {
  float: left;
  margin-bottom: 40px;
  margin-right: 40px;
}

.inner_img_div.roght {
  float: right;
  margin-bottom: 40px;
  margin-left: 40px;
}

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

.related-title {
  font-size: 18px;
  margin: 0 !important;
}

.related-pages-bottom ul li {
  margin-bottom: 0;
}

.related-pages-bottom a {
  font-size: 18px;
}

.entry h2 {
  font-size: 2rem;
}

.kt-blocks-accordion-header .kt-blocks-accordion-title {
  font-family: granville, sans-serif;
}

.cpt-doctor-image-link > a.doctor-headshot-link, .cpt-related-post a.location-related-post-link {
  padding: unset;
}

.doctor-name, .related-post-title {
  margin-bottom: 20px;
}

.cpt-doctor-image-link {
  border:0px;
}

.cpt-doctor-image-link .doctor-headshot-link img, .cpt-related-post .location-related-post-link img {
  border: 0px;
}

.doctor-additional-specialties {
    display: none;
}

.no-margin {
  margin: 0px !important;
}

 
.mega-mega-block-title a.mega-menu-link {
  color: #555 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  text-decoration: none;
  font-weight: bold !important;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px !important;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
}


@media screen and (max-width: 991px) {
  .hero {
    height: 70vh;
  }

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

  .hero-line-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-large-line {
    height: auto;
    font-size: 2.4em;
  }

  .image-3 {
    height: 35px;
    margin-top: 2px;
  }

  .special-button {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-bg-color {
    text-align: center;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
  }

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

  .nav-bg-shadow {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .team-memeber-holder {
    flex-flow: wrap;
    justify-content: center;
    max-height: none;
  }

  .headshot-div {
    width: 75%;
    height: 500px;
  }

  .dr_img {
    object-position: 50% 25%;
  }

  .doc-bio-text {
    width: 100%;
    margin-top: 0;
  }

  .doc-bio-text._2 {
    margin-bottom: 0;
  }

  .h3-white {
    font-size: 1.2em;
  }

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

  .special-link {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    font-size: 1.1em;
  }

  .image-8 {
    width: 20px;
    margin-right: 10px;
  }

  .h3-marg {
    font-size: 1.2em;
  }

  .top-photo-holder {
    padding-left: 0%;
  }

  .top-photo-holder.right {
    padding-right: 0%;
  }

  .aesth-hover-layer {
    flex-flow: column;
  }

  .h5-center.h5-less-marg {
    font-size: 1.4em;
  }

  .list-5050 {
    flex-flow: wrap;
  }

  .list-div-49.min-300 {
    width: 100%;
  }

  .container {
    max-width: 728px;
  }

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

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

  .footer-wrapper {
    flex-flow: wrap;
  }

  .footer-content {
    grid-column-gap: 60px;
    width: 100%;
  }

  .footer-form-holder {
    width: 100%;
    margin-bottom: 36px;
  }

  .tab-pane {
    background-position: 50%;
  }

  .dr_hero_headline {
    text-align: center;
  }

  .total_eye_care_headline_wrapper {
    flex-flow: wrap;
  }

  .aesthetic_headline {
    letter-spacing: 4px;
    font-size: 2em;
  }

  .acolates_logo {
    margin-right: 20px;
  }

  .menu_btn {
    color: var(--color-3);
  }

  .menu_btn:hover {
    background-color: var(--color-4);
  }

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

  .inner_img_div.left, .inner_img_div.roght {
    width: 50%;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 800px;
    padding-top: 67px;
  }

  .hero-slide-container {
    flex-flow: column;
  }

  .picture-column {
    width: 100%;
    height: 400px;
  }

  .text-column {
    text-align: center;
    width: 100%;
    height: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide_img1, .slide_img2 {
    object-position: 50% 25%;
  }

  .hero-thin-line {
    font-size: 1.5em;
  }

  .hero-line-2 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .picture-column-right {
    width: 100%;
    height: 350px;
  }

  .nav-menu {
    height: auto;
  }

  .dropdown {
    display: block;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .dd-inner-holder {
    flex-flow: wrap;
    display: none;
  }

  .dd-column {
    width: 45%;
  }

  .headshot-div {
    width: 85%;
    height: 350px;
  }

  .serv-img-div, .service-text-div, .service-text-div.top {
    width: 100%;
  }

  .service-wrapper-div {
    flex-flow: column;
  }

  .service-parallax-break {
    background-position: 70% 0;
  }

  .service-intro-wrap {
    flex-flow: column;
  }

  .service-title-div, .serv-par-div {
    width: 100%;
  }

  .aesthetics-photo-holder {
    flex-flow: column;
  }

  .column-left {
    width: 100%;
  }

  .top-photo-holder.right {
    margin-top: 2%;
  }

  .column-right {
    width: 100%;
    padding-top: 0%;
  }

  .before-after-section {
    min-height: 35vh;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

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

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

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .social-blocks {
    width: 100%;
    margin-top: 33px;
  }

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

  .dr_hero_headline {
    margin-bottom: 15px;
    font-size: 1.1em;
  }

  .aesthetic_headline.margin {
    margin-left: 0;
  }

  .inner-page-title {
    font-size: 2.2em;
  }
}

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

  .brand {
    width: 200px;
    padding-left: 0;
  }

  .nav-bg-shadow {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .welcome-wrapper-div {
    flex-flow: column;
  }

  .welcome-48 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .welcome-par-48 {
    width: 100%;
    padding: 24px;
  }

  .h2-center {
    font-size: 2.2em;
  }

  .doc-bio-text {
    padding: 29px;
  }

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

  .service-parallax-break {
    background-position: 65% 0;
    height: 1000px;
    min-height: auto;
  }

  .h3-center {
    font-size: 1.1em;
  }

  .before-after-section {
    flex-flow: column;
    min-height: auto;
  }

  .before-after-holder {
    width: 100%;
    height: 250px;
  }

  .testimonial-slider-small {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 2.2em;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

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

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

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

  .before-after-cta {
    flex-flow: column;
    padding-bottom: 15%;
  }

  .h2-no-marg {
    font-size: 2.2em;
  }

  .social-blocks {
    flex-flow: column;
    align-items: center;
  }

  .tab-pane {
    background-image: linear-gradient(#00000080, #00000080), url('../images/premium-iol2.jpg');
    background-position: 0 0, 55%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .tab-pane.lal {
    background-image: linear-gradient(to bottom, #00000080, #00000080), url('../images/LAL.png'), radial-gradient(circle farthest-corner at 80% 50%, var(--color-4), var(--color-3));
    background-position: 0 0, 85%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, contain, auto;
  }

  .tabs-menu {
    width: 250px;
  }

  .tab-content {
    max-width: 100%;
    padding-top: 2%;
    padding-bottom: 7%;
  }

  .o_decor {
    width: 28px;
  }

  .aesthetic_headline {
    font-size: 1.5em;
  }

  .heading {
    text-align: center;
    font-size: 2.2em;
  }

  .inner_page_section {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10%;
  }

  .breadcrumbs_wrapper {
    flex-flow: wrap;
    display: flex;
  }

  .inner-page-title {
    font-size: 2em;
  }

  .inner_img_div.left {
    float: none;
    width: 100%;
    height: 280px;
    margin-right: 0;
  }

  .inner_img_div.roght {
    float: none;
    width: 100%;
    height: 280px;
    margin-left: 0;
  }

  .top-photo-holder.overflow {
    height: 50vh;
  }
}

#w-node-_4ded930a-ac81-4df3-bbcb-420a2c4b153a-3dcfa49d, #w-node-_4ded930a-ac81-4df3-bbcb-420a2c4b1543-3dcfa49d, #w-node-_68e7adc3-c131-bfda-0be8-cafb7b2112c7-cb5c242f, #w-node-_68e7adc3-c131-bfda-0be8-cafb7b2112de-cb5c242f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


