:root {
  --color-2: #012;
  --color-3: #342a84;
  --color: white;
  --color-6: #342a8433;
  --color-9: #d6d2e4;
  --color-7: black;
  --color-8: #0000;
  --color-4: #f6f6f6;
  --color-5: #342a8480;
}

.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: var(--color-2);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

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

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  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;
}

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

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

.nav-top-div {
  background-color: var(--color);
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  padding-bottom:10px;
  display: flex;
  width:100%;
}

.nav-tip-items-right-div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image {
  height: 65px;
}

.social-items {
  align-items: center;
  display: flex;
}

.social-items.footer-item {
  margin-bottom: 20px;
}

.social-link {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
}

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

.social-link.sm {
  width: 25px;
  height: 25px;
}

.button {
  border: 2px solid var(--color-3);
  background-color: var(--color-3);
  text-align: center;
  border-radius: 10px;
  padding: 15px 25px;
  line-height: 1.2em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-6), var(--color-6));
  color: var(--color-3);
  border-color: #342a8400;
}

.button.outline {
  border: 2px solid var(--color);
  background-color: #fff0;
}

.button.outline:hover {
  background-color: #fff;
  background-image: none;
}

.button.marg {
  margin-left: 10px;
}

.button.sm {
  padding: 10px 20px;
  line-height: 1em;
}

.button._2 {
  border-color: var(--color-9);
  background-color: var(--color-9);
  color: var(--color-3);
  margin-left: 10px;
}

.button._2:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: var(--color);
}

.button.hero-marg {
  margin-left: 10px;
}

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

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  line-height: 1em;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open:hover {
  background-color: var(--color-3);
  color: var(--color);
  background-image: none;
}

.icon {
  margin-right: 10px;
}

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

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

.dropdown-link {
  line-height: 1em;
}

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

.inner-dd {
  display: block;
}

.inner-dd-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
  display: block;
}

.inner-dd-toggle:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.inner-dd-list.w--open {
  background-color: var(--color-3);
  inset: 0% auto auto 100%;
}

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

.inner-dd-link:hover {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-6), var(--color-6));
  color: var(--color-2);
}

.hero {
  background-color: var(--color-7);
  background-image: linear-gradient(#0000 1% 38%, #0000009e);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding: 5% 0 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  height: 120px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-content-div {
  z-index: 5;
  position: relative;
}

.hero-line {
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 4.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.hero-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos {
  justify-content: center;
  align-items: center;
  height: 5vh;
  padding: 30px 50px;
  display: flex;
}

.welcome-section {
  background-image: linear-gradient(#0009, #0009), url('../images/beach-view.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  margin-top: 0px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.welcome-content {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 75%;
  display: flex;
}

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

.value-props {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.value-prop-title-div {
  justify-content: space-between;
  align-items: center;
  font-size: 2.2em;
  font-style: italic;
  font-weight: 500;
  display: flex;
}

.value-prop-title-div.lasik {
  margin-top: 5%;
  margin-bottom: 50px;
  font-style: normal;
}

.line {
  background-color: var(--color-3);
  width: 150px;
  height: 1px;
  margin-right: 30px;
}

.line.right {
  margin-left: 30px;
  margin-right: 0;
}

.line.white {
  background-color: var(--color);
  margin-bottom: 20px;
}

.line.white.short {
  width: 50px;
}

.line.white.short-serv {
  width: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-right: 0;
}

.line.marg {
  margin-bottom: 20px;
  margin-right: 0;
}

.line.marg.top {
  margin-top: 5px;
}

.line.short {
  width: 75px;
  margin-bottom: 20px;
  margin-right: 0;
}

.value-prop-holder {
  justify-content: space-between;
  width: 90%;
  margin-top: 5%;
  display: flex;
}

.value-div {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 32%;
  display: flex;
}

.value-icon {
  width: auto;
  height: 75px;
  margin-bottom: 15px;
}

.lasik-title {
  background-color: #ffffffad;
  padding: 50px 50px 30px 5%;
}

.h3-sm {
  margin-left: 5px;
  font-size: 1em;
}

.h3-sm.ip {
  letter-spacing: 4px;
}

.lasik-content-div {
  color: var(--color);
  max-width: 55%;
  width:50%;
  padding-top: 50px;
  padding-left: 5%;
}

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

.body-buttons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.cataract-wrapper {
  justify-content: space-around;
  width: 90%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.new-lasik-text-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1400px;
  margin-bottom: 50px;
  padding-left: 0;
  display: flex;
}

.ocu-section {
  background-image: linear-gradient(55deg, #00000069, #0000003b 69%, var(--color-8) 78%, #0000 102%), url('../images/girl.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  align-items: flex-start;
  min-height: 50vh;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  overflow: hidden;
}

.sm-ital {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-style: italic;
}

.cos-service-holder {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

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

.cos-link {
  color: var(--color);
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.cos-link:hover {
  opacity: .3;
  padding-left: 25px;
}

.other-services {
  flex-flow: column;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.other-services-holder {
  background-image: url('../images/family.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 180px;
  justify-content: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-link {
  border: 10px solid var(--color);
  background-color: #0000;
  border-radius: 205px;
  width: 320px;
  height: 525px;
  position: relative;
  overflow: hidden;
}

.service-link.eyelid {
  background-image: url('../images/eyelids.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.service-link.neck {
  background-image: url('../images/neck-lift.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-link.fat {
  background-image: url('../images/fat-transfer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-link.facelift, .service-link.non-link-lasik {
  background-image: url('../images/facelift.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-link.non-link-lasik.consult {
  background-image: url('../images/eye-consult.jpg');
}

.service-link.non-link-lasik.pro {
  background-image: url('../images/custom-procedure.jpg');
}

.service-link.non-link-lasik.post-op {
  background-image: url('../images/follow-up.jpg');
}

.service-link.non-link-lasik.life {
  background-image: url('../images/couple-on-the-beach.jpg');
}

.serv-text-holder {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--color-8) 31%, #000000ba);
  color: var(--color);
  text-align: center;
  text-transform: none;
  border-radius: 205px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 70px 45px 50px;
  font-size: 1.2em;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.new-services-holder {
  background-image: url('../images/family-image-cutout-edit.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  width: 1300px;
  height: 525px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.service-text-div {
  text-align: center;
  max-width: 75%;
  margin-bottom: 50px;
}

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

.doctor-section {
  flex-flow: column;
  align-items: center;
  padding-bottom: 3%;
  display: flex;
}

.doc-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 50px;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.doc-link {
  border-radius: 10px;
  width: 250px;
  min-height: 325px;
  margin-bottom: 3%;
  margin-left: 1.25%;
  margin-right: 1.25%;
  position: relative;
  overflow: hidden;
}

.doc-link.location {
  width: 32%;
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: 0%;
}

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

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

.doc-text-div {
  z-index: 1;
  background-image: linear-gradient(180deg, #0000, var(--color-8) 25%, #0000003b 64%, #000000c2);
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 10px 20px;
  font-size: 1em;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.doc-headers {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.core-values {
  background-image: url('../images/ocean-flowers.jpeg');
  background-position: 0 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 75vh;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
}

.sm-txt {
  font-size: .8em;
}

.doc-txt {
  min-height: 75px;
}

.button-doc {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--color-3) var(--color-3) var(--color-9);
  text-align: center;
  background-color: #342a8400;
  border-radius: 0;
  padding: 10px 18px;
  font-size: .9em;
  line-height: 1em;
}

.button-doc:hover {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-6), var(--color-6));
  color: var(--color-3);
  border-color: #342a8400;
}

.serv-title {
  text-transform: uppercase;
}

.serv-text {
  font-size: .9em;
}

.value-items {
  align-items: stretch;
  width: 45%;
  display: flex;
}

.number-column {
  flex-flow: column;
  align-items: center;
  width: 20%;
  display: flex;
}

.number {
  border: 2px solid var(--color);
  color: var(--color);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 1.5em;
  line-height: 1em;
  display: flex;
}

.values-holder {
  flex-flow: column;
  width: 80%;
  display: flex;
}

.value-text-div {
  background-color: #ffffffe6;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 125px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
}

.value-text-div.btm {
  margin-bottom: 0;
}

.vert-white-line {
  background-color: var(--color);
  width: 2px;
  height: 75px;
  margin-top: 0;
  margin-bottom: 0;
}

.core-title {
  background-color: #ffffffe3;
  padding: 50px 50px 30px 5%;
}

.vert-white-line-holder {
  width: 2px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.testimonial-wrap {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.five-star {
  margin-bottom: 20px;
}

.image-2 {
  width: 150px;
  max-width: none;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

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

.slide-nav {
  opacity: .11;
}

.testimonial-slide-div {
  text-align: center;
  padding-bottom: 50px;
  position: absolute;
  inset: 0%;
}

.source-link {
  opacity: .43;
  color: var(--color-2);
  text-decoration: none;
}

.source-link:hover {
  opacity: 100;
}

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

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

.location-txt {
  margin-bottom: 15px;
  line-height: 1.3em;
}

.footer {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-4), var(--color-4));
  padding-top: 5%;
  padding-bottom: 5%;
}

.location-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.column-1-div {
  color: var(--color-3);
  text-transform: uppercase;
  line-height: 1.5em;
}

.brand-2 {
  max-width: 300px;
  margin-bottom: 20px;
}

.column-2-div {
  flex-flow: column;
  align-items: flex-start;
  line-height: 1.5em;
  display: flex;
}

.h5-purple {
  color: var(--color-3);
}

.column-3-div, .column-4-div {
  flex-flow: column;
  align-items: flex-start;
  line-height: 1.2em;
  display: flex;
}

.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 {
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.copy {
  text-transform: none;
  font-size: .9em;
}

.background-video {
  z-index: 1;
  opacity: .62;
  width: 100%;
  height: 100%;
  margin-top: 75px;
  position: absolute;
  inset: 0%;
}

.lg-accolade-txt {
  color: var(--color-2);
  text-align: center;
  max-width: none;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
  font-style: italic;
}

.lasik-section-copy {
  background-image: linear-gradient(55deg, #000000eb, #0000003b 69%, var(--color-8) 78%, #0000 102%), url('../images/golfer.jpg');
  background-position: 0 0, 0 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  align-items: flex-start;
  min-height: 80vh;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  overflow: hidden;
}

.lasik-holder {
  background-image: url('../images/lasik-cutout.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  width: 1300px;
  height: 525px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.h5-purple-2 {
  color: #342a84;
}

.form-block {
  width: 100%;
}

.text-field {
  background-color: #342a840d;
  border: 1px #000;
  border-bottom: 2px solid #342a84;
}

.text-field:focus, .text-field::placeholder {
  color: #342a84;
}

.button-2 {
  text-align: center;
  background-color: #342a84;
  border: 2px solid #342a84;
  border-radius: 10px;
  padding: 15px 25px;
  line-height: 1.2em;
  transition: all .2s ease-in-out;
}

.button-2:hover {
  color: #342a84;
  background-color: #fff;
  background-image: linear-gradient(#342a8433, #342a8433);
  border-color: #342a8400;
}

.button-2.sm {
  padding: 10px 20px;
  line-height: 1em;
}

.button-loc {
  border: 2px solid var(--color-3);
  background-color: var(--color-3);
  text-align: center;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: .9em;
  line-height: 1em;
}

.button-loc:hover {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-6), var(--color-6));
  color: var(--color-3);
  border-color: #342a8400;
}

.inner-page-header {
  background-image: linear-gradient(#0000, #0000 23%, #00000087), url('../images/aesthetics-model.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 80vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.inner-page-header.lasik {
  background-image: linear-gradient(#0000, #0000 23%, #00000087), url('../images/surfer.jpeg');
}

.inner-page-header.ds {
  background-image: linear-gradient(#0000, #0000 23%, #00000087), url('../images/ocean-flowers.jpeg');
}

.inner-sub-italic {
  margin-bottom: 15px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 300;
}

.surgical-approach {
  padding-top: 5%;
  padding-bottom: 5%;
}

.surgical-approach-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1400px;
  margin-bottom: 50px;
  padding-left: 0;
  display: flex;
}

.nonsurgical-approach {
  padding-top: 5%;
  padding-bottom: 0%;
}

.logo-scroll {
  z-index: 1500;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10px;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.marquee {
  justify-content: space-around;
  align-items: stretch;
  width: 49%;
  margin-right: 0;
  padding-right: 25px;
  display: flex;
}

.logo-blocks {
  opacity: 1;
  filter: grayscale();
  justify-content: center;
  align-items: center;
  height: 150px;
  min-height: 0;
  max-height: none;
  padding: 0;
  display: flex;
}

.brands-section {
  padding-top: 0%;
  padding-bottom: 3%;
}

.logo-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 0;
  display: flex;
}

.image-24 {
  width: 80%;
}

.image-23 {
  width: 70%;
}

.brand-title-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nonsurgical-approach-wrapper-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1400px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.cosmetic-service-section {
  background-image: url('../images/cosmetic-office.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.cos-service-div {
  flex-flow: row;
  width: 31%;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.service-text-holder-cos {
  z-index: 1;
  text-align: center;
  background-color: #ffffffc9;
  flex-flow: column;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.gray-bg-square {
  background-color: #333;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-25 {
  max-width: 50%;
  margin-bottom: 10px;
}

.h3-no-kern {
  letter-spacing: 0;
}

.doc-bio {
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.doc-photo-div-ip {
  object-fit: cover;
  border-radius: 9px;
  width: 30%;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.doc-text-holder {
  color: var(--color-7);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2-lg {
  font-size: 4em;
}

.lasik-header-div {
  background-color: #ffffffad;
  max-width: 60%;
  padding: 50px 50px 30px 5%;
}

.image-26 {
  width: 100%;
  margin-bottom: 10px;
}

.lasik-step-text {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--color-8) 31%, #000000ba);
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 205px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 70px 45px 50px;
  font-size: 1.2em;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lasik-pricing-div {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lasik-pricing-stats {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.age-line {
  background-color: #0000001a;
  border-radius: 20px;
  height: 5px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.inner-dark-line {
  background-color: var(--color-3);
  border-radius: 20px;
  height: 5px;
}

.inner-dark-line.age {
  width: 40%;
}

.inner-dark-line.glasses {
  width: 20%;
}

.inner-dark-line.cost-glasses, .inner-dark-line.boxes {
  width: 16%;
  position: relative;
}

.inner-dark-line.cost-contacts {
  width: 50%;
  position: relative;
}

.text-and-circle {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -7px;
  line-height: 1em;
  display: flex;
  position: relative;
}

.text-and-circle.cost-glases {
  margin-left: -8px;
}

.circle {
  border: 2px solid var(--color);
  background-color: var(--color-3);
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 2px;
}

.line-stat {
  text-align: right;
  margin-top: 5px;
}

.p-extra-m {
  margin-bottom: 30px;
}

.start-number {
  position: absolute;
  inset: auto auto 0% 0%;
}

.lasik-treats {
  padding-top: 5%;
  padding-bottom: 5%;
}

.lasik-treats-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.treatment-block {
  background-color: #0000000d;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.treatment-block.top {
  margin-top: 30px;
}

.treatment-block.mid {
  padding-top: 0;
}

.treatment-block.btm {
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
}

.treatment-text {
  width: 75%;
}

.treatment-img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  display: flex;
}

.doctor-section-lasik {
  flex-flow: column;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 3%;
  display: flex;
}

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

.faq-title {
  color: var(--color-2);
  width: 80%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-holder {
  width: 100%;
  max-width: 1600px;
  margin-top: 35px;
}

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

.minus, .plus {
  color: var(--color-3);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
}

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

.trigger-div {
  border-top: 1px solid var(--color-2);
  background-color: var(--color);
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.trigger-div.btm {
  border-bottom-style: solid;
}

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

.faq-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1600px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cosmetic-services-header-ip, .cos-title {
  background-color: #ffffffad;
  padding: 50px 50px 30px 5%;
}

.lasik-text {
  color: var(--color-7);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ip-header-div {
  background-color: #ffffffad;
  padding: 50px 50px 30px 5%;
}

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

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

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

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1em;
  }

  .social-link {
    display: none;
  }

  .button.marg {
    margin-top: 10px;
    margin-left: 0;
  }

  .button.hero-marg {
    margin-top: 0;
    margin-left: 10px;
  }

  .nav-menu {
    justify-content: flex-start;
    padding: 0;
  }

  .dropdown, .dropdown-toggle {
    display: block;
  }

  .hero {
    background-image: linear-gradient(#0000 1% 38%, #0000009e), url('../images/laguna-hills.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    height: 690px;
    margin-top: 110px;
    padding: 10% 5%;
  }

  .navbar {
    background-color: var(--color-3);
  }

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

  .logos {
    height: auto;
    padding: 5%;
  }

  .welcome-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/beach-view.jpg');
    background-attachment: scroll, scroll;
  }

  .welcome-content {
    max-width: 90%;
  }

  .line {
    width: 100px;
  }

  .value-icon {
    height: 50px;
  }

  .lasik-title {
    padding: 20px;
  }

  .h3-sm {
    letter-spacing: 3px;
  }

  .lasik-content-div {
    padding-top: 20px;
    padding-left: 20px;
  }

  .body-buttons {
    flex-flow: column;
    align-items: flex-start;
  }

  .body-buttons.wide {
    flex-flow: row;
  }

  .ocu-section {
    background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(55deg, #00000069, #0000003b 69%, var(--color-8) 78%, #0000 102%), url('../images/girl.jpeg');
    background-position: 0 0, 0 0, 70% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    min-height: 0;
  }

  .cos-service-holder {
    flex-flow: column;
  }

  .link-list-left {
    width: auto;
  }

  .service-link {
    background-color: var(--color-3);
    border-style: none;
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
  }

  .service-link.eyelid, .service-link.neck {
    background-position: 50%;
    flex-flow: column;
    justify-content: flex-end;
    min-height: 400px;
    display: flex;
  }

  .service-link.fat {
    flex-flow: column;
    justify-content: flex-end;
    min-height: 400px;
    display: flex;
  }

  .service-link.facelift {
    background-image: linear-gradient(#0000, #000000ad), url('../images/facelift.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    min-height: 400px;
    display: flex;
  }

  .service-link.non-link-lasik.consult, .service-link.non-link-lasik.pro, .service-link.non-link-lasik.post-op, .service-link.non-link-lasik.life {
    background-position: 50%;
    min-height: 400px;
  }

  .serv-text-holder {
    background-image: none;
    border-radius: 10px;
    padding: 20px;
    position: static;
  }

  .new-services-holder {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    width: 90%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .doc-link {
    width: 30%;
    min-height: 275px;
  }

  .doc-link.location {
    min-height: 275px;
  }

  .core-values {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
  }

  .vert-white-line {
    height: 100%;
  }

  .core-title {
    padding: 20px 20px 0;
  }

  .vert-white-line-holder {
    height: 120px;
  }

  .vert-white-line-holder._2 {
    height: 135px;
  }

  .vert-white-line-holder._3 {
    height: 140px;
  }

  .vert-white-line-holder._4 {
    height: 95px;
  }

  .location-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .background-video {
    display: none;
  }

  .lasik-section-copy {
    min-height: 0;
  }

  .lasik-holder {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    width: 90%;
    height: auto;
  }

  .inner-page-header {
    background-position: 0 0, 50%;
  }

  .surgical-approach-wrapper {
    margin-bottom: 0;
  }

  .logo-scroll {
    height: 75px;
  }

  .logo-blocks {
    min-height: 50px;
  }

  .logo-container {
    min-height: 75px;
  }

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

  .cos-service-div {
    width: 100%;
  }

  .image-25 {
    max-width: 20%;
  }

  .doc-wrap {
    width: 90%;
  }

  .doc-photo-div-ip {
    width: 28%;
  }

  .doc-text-holder {
    width: 70%;
  }

  .h2-lg {
    line-height: 1.1em;
  }

  .lasik-step-text {
    border-radius: 0;
    inset: 0%;
  }

  .treatment-block.top {
    align-items: flex-start;
  }

  .dropdown-holder {
    max-width: none;
  }

  .faq-container {
    width: 90%;
    max-width: none;
  }

  .cosmetic-services-header-ip {
    max-width: 50%;
    padding: 20px 20px 0;
  }

  .menu-button {
    color: var(--color-4);
    padding: 16px;
  }

  .menu-button.w--open {
    background-color: var(--color-2);
  }

  .cos-title {
    max-width: 60%;
    padding: 20px 20px 0;
  }

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

  .lasik-text {
    width: 100%;
  }

  .ip-header-div {
    max-width: 50%;
    padding: 20px 20px 0;
  }
}

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

  h3 {
    font-size: 1.2em;
  }

  .nav-top-div {
    padding-right: 10px;
  }

  .image {
    height: 40px;
  }

  .button {
    padding: 10px 20px;
    font-size: .9em;
  }

  .button.nav-top {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px;
  }

  .hero {
    height: 400px;
    margin-top: 100px;
  }

  .navbar {
    height: auto;
  }

  .logos {
    padding-bottom: 2%;
  }

  .value-prop-title-div {
    text-align: center;
    font-size: 1.5em;
  }

  .value-prop-holder {
    flex-flow: column;
  }

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

  .lasik-title {
    padding-bottom: 0;
  }

  .lasik-content-div {
    max-width: 60%;
    padding-top: 10px;
  }

  .body-buttons {
    align-items: stretch;
  }

  .doc-link {
    width: 46%;
  }

  .doc-link.location {
    width: 100%;
    min-height: 375px;
    margin-bottom: 20px;
  }

  .core-values {
    flex-flow: column;
  }

  .value-items {
    width: 100%;
  }

  .number-column {
    width: 10%;
    margin-right: 10px;
  }

  .values-holder {
    width: 90%;
  }

  .value-text-div {
    padding: 10px;
    line-height: 1.3em;
  }

  .core-title {
    width: auto;
    margin-bottom: 30px;
  }

  .vert-white-line-holder {
    height: 80px;
  }

  .vert-white-line-holder._2 {
    height: 70px;
  }

  .vert-white-line-holder._3 {
    height: 80px;
  }

  .vert-white-line-holder._4 {
    height: 75px;
  }

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

  .lg-accolade-txt {
    font-size: 1.5em;
  }

  .lasik-section-copy {
    background-position: 0 0, 50%;
  }

  .inner-page-header {
    height: 50vh;
  }

  .inner-page-header.lasik {
    height: .3vh;
  }

  .logo-scroll {
    display: block;
  }

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

  .doc-photo-div-ip {
    width: 50%;
    margin-bottom: 20px;
  }

  .doc-text-holder {
    width: 100%;
  }

  .h2-lg {
    font-size: 2em;
  }

  .lasik-header-div {
    padding: 15px 15px 0;
  }

  .treatment-text {
    width: 60%;
  }

  .treatment-img {
    width: 38%;
  }

  .cosmetic-services-header-ip {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-3 {
    padding-left: 0;
  }

  .lasik-text {
    width: 100%;
  }

  .ip-header-div {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

  .nav-top-div {
    padding-right: 5px;
  }

  .image {
    height: 30px;
  }

  .button._2, .button.hero-marg {
    margin-top: 10px;
    margin-left: 0;
  }

  .button.nav-top {
    padding: 10px;
    font-size: .68em;
  }

  .hero {
    height: 525px;
    margin-top: 75px;
  }

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

  .hero-buttons {
    flex-flow: column;
    align-items: stretch;
  }

  .welcome-section {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .value-prop-title-div {
    font-size: 1em;
  }

  .line {
    width: 50px;
    margin-right: 15px;
  }

  .h3-sm.ip {
    letter-spacing: 3px;
  }

  .lasik-content-div {
    max-width: none;
    padding: 15px;
  }

  .body-buttons.wide {
    flex-flow: column;
  }

  .ocu-section {
    background-color: var(--color-2);
    background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(55deg, #00000069, #0000003b 69%, var(--color-8) 78%, #0000 102%);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    justify-content: space-between;
    min-height: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .link-list-left {
    flex-flow: column;
  }

  .service-text-div {
    max-width: 90%;
  }

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

  .doc-link {
    width: 98%;
    min-height: 325px;
  }

  .doc-link.location {
    min-height: 200px;
  }

  .core-values {
    margin-left: 0;
    margin-right: 0;
  }

  .value-items {
    padding-left: 10px;
    padding-right: 0;
  }

  .vert-white-line-holder._2 {
    height: 80px;
  }

  .testimonial-wrap {
    width: 90%;
  }

  .slider {
    min-height: 600px;
    margin-top: 0;
  }

  .lasik-section-copy {
    background-position: 0 0, 70% 100%;
    justify-content: space-between;
    min-height: 600px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5%;
  }

  .lasik-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .inner-page-header {
    background-position: 0 0, 75% 100%;
    background-size: auto, auto 120%;
    height: 500px;
    padding-bottom: 0%;
  }

  .logo-scroll {
    height: auto;
  }

  .logo-blocks {
    width: 15%;
    height: auto;
    min-height: 0;
  }

  .logo-container {
    min-height: 0;
  }

  .cosmetic-service-section {
    padding: 0%;
  }

  .cosmetic-service-wrap {
    width: 100%;
  }

  .cos-service-div, .service-text-holder-cos {
    padding: 10px;
  }

  .gray-bg-square {
    width: auto;
    height: auto;
    inset: 0%;
  }

  .doc-photo-div-ip {
    width: 100%;
  }

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

  .lasik-header-div {
    max-width: none;
  }

  .treatment-block.top, .treatment-block.mid, .treatment-block.btm {
    flex-flow: column;
  }

  .treatment-text {
    width: 100%;
  }

  .treatment-img {
    width: 100%;
    margin-top: 15px;
  }

  .faq-text, .trigger-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cosmetic-services-header-ip {
    max-width: none;
  }

  .menu-button {
    padding: 10px;
  }

  .cos-title {
    max-width: none;
    padding: 10px 10px 0;
  }

  .brand-3 {
    padding-left: 0;
  }

  .ip-header-div {
    width: 100%;
    max-width: none;
  }
}


