:root {
  --color-5: #025f54;
  --color-4: #002521;
  --white: white;
  --color: white;
  --color-3: #d3ebe8;
  --color-7: #72ffee;
  --color-6: #a7a2c3;
  --color-8: #72ffee;
  --black: black;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-5);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 100;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.body {
  color: var(--color-4);
  font-family: brandon-grotesque;
  font-size: 18px;
  line-height: 1.75em;
}

.right-white-line {
  background-color: #fff;
  width: 1px;
  height: 55%;
  position: absolute;
  inset: 0% 8% auto auto;
}

.right-white-line.lasik {
  background-color: var(--color-4);
  height: 29%;
  right: 75px;
}

.cta-buttons-lasik {
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin-top: 10px;
  display: flex;
}

.bottom-right-line {
  background-color: #fff;
  width: 1px;
  height: 8%;
  position: absolute;
  inset: auto 8% 0% auto;
}

.bottom-right-line.lasik {
  background-color: var(--color-4);
  height: 30%;
  right: 75px;
}

.sub-hero-header {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-left: 5px #4879c9;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.cosmetic-hero-text-wrapper {
  color: #fff;
  max-width: none;
  padding: 30px 25px;
  position: relative;
}

.left-outline {
  background-color: var(--color-4);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.top-right-line {
  background-color: #fff;
  width: 92%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-right-line.lasikl {
  background-color: var(--color-4);
  width: 650px;
  inset: 0% auto auto 0%;
}

.custom-hero {
  z-index: 200;
  background-image: url('../images/cosmetic-model.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.custom-hero.lasik {
  background-image: linear-gradient(87deg, #ffffffd9 9%, #ffffff75 52%, #0000 60% 84%), url('../images/guy-on-pier-with-headphones.jpg');
  background-position: 0 0, 100% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 3%;
}

.hero-headline {
  color: #fff;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 1.2em;
  position: relative;
}

.hero-headline.lasik {
  color: var(--color-5);
  max-width: 475px;
  font-family: Montserrat, sans-serif;
  font-size: 3.9em;
}

.bottom-white-line {
  background-color: #fff;
  width: 92%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bottom-white-line.lasik {
  background-color: var(--color-4);
  width: 650px;
}

.hero-button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #434d65;
  width: 49%;
  max-width: none;
  padding: 15px;
  line-height: 1.2em;
}

.hero-button:hover {
  background-color: #1a1e26;
}

.hero-button.hover-white {
  background-color: var(--color-5);
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.hero-button.hover-white:hover {
  color: #1a1e26;
  background-color: #fff;
}

.evo-text-hero {
  color: var(--color-4);
  max-width: 675px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
}

.p-white {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.what-is-a-cataract-section {
  background-image: linear-gradient(to bottom, var(--color-4), var(--color-4)), linear-gradient(to bottom, #08090d96, #08090d96);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: stretch;
  min-height: 0;
  max-height: none;
  padding: 0;
  display: flex;
}

.cataract-photo-div {
  background-color: var(--color);
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 120%;
  min-width: 120%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
  position: relative;
  inset: 0% 0 0% 0%;
  overflow: hidden;
}

.h2-white {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.button {
  background-color: var(--color-4);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

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

.button.white {
  color: #25282a;
  background-color: #fff;
}

.button.white:hover {
  background-color: var(--color-5);
  color: #fff;
}

.button.hover-white {
  background-color: #4698cb;
}

.button.hover-white:hover {
  color: #25282a;
  background-color: #fff;
}

.button.hover-white.top-marg {
  background-color: var(--color-4);
  margin-top: 0;
  font-size: 1em;
}

.button.hover-white.top-marg:hover {
  color: var(--color-7);
}

.what-is-bleph-div-right {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--color-5), var(--color-5));
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.what-is-bleph-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  padding: 100px 5%;
  display: flex;
}

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

.list-div-100.no-marg {
  margin-bottom: 0;
}

.fancy-list-small {
  color: #1a1e26;
  letter-spacing: 0;
  text-transform: none;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.fancy-list-small:hover {
  color: var(--color-5);
  font-family: Roboto, sans-serif;
}

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

.text-div-with-line {
  border-left: 4px solid #f0b323;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 40px;
  display: flex;
}

.text-div-with-line.cataract {
  border-left-color: var(--color-7);
  min-height: 400px;
  padding-bottom: 20px;
}

.inner-what-is-50-50 {
  justify-content: space-between;
  align-items: stretch;
  min-height: 500px;
  margin-bottom: 0;
  display: flex;
}

.inner-what-is-50-50.top-1 {
  margin-top: 50px;
}

.inner-text-div-60 {
  align-items: center;
  width: 60%;
  padding-right: 5%;
  display: flex;
}

.inner-text-div-60.left {
  padding-left: 5%;
  padding-right: 0%;
}

.inner-photo-div-35-cat-laser {
  object-fit: cover;
  width: 35%;
  overflow: hidden;
}

.more-bleph-info-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-photo-div-35-cat-laser-mobile {
  object-fit: cover;
  width: 35%;
  display: none;
  overflow: hidden;
}

.image-14 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.evo-procedure-section {
  background-color: var(--color-4);
  padding-top: 5%;
  padding-bottom: 5%;
}

.evo-procedure-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.h2-center-blue {
  color: var(--color-3);
  text-align: center;
}

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

.steps-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.step {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  min-height: 200px;
  display: flex;
}

.step-icon {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
}

.h4 {
  color: var(--color-7);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.h4.dark {
  color: var(--color-5);
}

.mission-section {
  background-image: linear-gradient(#002521cc, #002521cc), linear-gradient(#72ffee73, #72ffee73), url('../images/ophthalmology.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding: 50px;
  display: flex;
}

.mission-right-line {
  background-color: #fff;
  width: 1px;
  height: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mission-left-line {
  background-color: #fff;
  width: 1px;
  height: 90%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.h2-center-white-2 {
  color: #fff;
  text-align: center;
  position: absolute;
  inset: 0% 0% auto;
}

.mission-top-right-line {
  background-color: #fff;
  width: 33%;
  height: 1px;
  position: absolute;
  inset: 10% 0% auto auto;
}

.mission-top-left-line {
  background-color: #fff;
  width: 33%;
  height: 1px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.mission-wrapper-div {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30vh;
  padding: 50px 50px 0;
  font-size: 1.2em;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  letter-spacing: 6px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

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

  h3 {
    letter-spacing: 5px;
    font-size: 1.3em;
  }

  p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.75em;
  }

  .right-white-line {
    right: 5%;
  }

  .right-white-line.lasik {
    height: 30%;
    right: 22px;
  }

  .cta-buttons-lasik {
    max-width: 500px;
  }

  .bottom-right-line {
    right: 5%;
  }

  .bottom-right-line.lasik {
    height: 20%;
    right: 22px;
  }

  .cosmetic-hero-text-wrapper {
    padding: 10px 10px 20px;
  }

  .top-right-line {
    width: 95%;
  }

  .top-right-line.lasikl {
    width: 648px;
  }

  .custom-hero.lasik {
    background-image: linear-gradient(22deg, var(--white) 4%, #fff9 40%, #0000 71%), url('../images/guy-on-pier-with-headphones.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-end;
    height: 800px;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-headline {
    font-size: 4.5em;
  }

  .hero-headline.lasik {
    max-width: 500px;
    font-size: 3.5em;
  }

  .bottom-white-line {
    width: 95%;
  }

  .bottom-white-line.lasik {
    width: 648px;
  }

  .hero-button {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
  }

  .hero-button.hover-white {
    font-size: .8em;
  }

  .evo-text-hero {
    max-width: 650px;
    font-size: 16px;
  }

  .what-is-a-cataract-section {
    flex-direction: column;
    min-height: 0;
    max-height: none;
  }

  .cataract-photo-div {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-height: 350px;
    margin: 0;
    padding: 0%;
    position: static;
  }

  .button {
    font-size: 16px;
    line-height: 1em;
  }

  .button.hover-white.top-marg {
    font-size: .8em;
  }

  .what-is-bleph-div-right {
    width: 100%;
    padding: 0;
  }

  .what-is-bleph-wrap-left {
    width: 100%;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .fancy-list-small {
    margin-bottom: 12px;
    font-size: 1em;
  }

  .image-13 {
    width: 25px;
  }

  .text-div-with-line.cataract {
    border-left-style: none;
    width: 100%;
    min-height: auto;
    padding-left: 0;
  }

  .inner-what-is-50-50 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
    margin-bottom: 0;
  }

  .inner-what-is-50-50.top-1 {
    margin-top: 0;
  }

  .inner-text-div-60 {
    width: 100%;
    padding-left: 5%;
  }

  .inner-photo-div-35-cat-laser {
    width: 100%;
    height: 450px;
  }

  .more-bleph-info-section {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .inner-photo-div-35-cat-laser-mobile {
    display: none;
  }

  .image-14 {
    object-position: 50% 0%;
  }

  .inner-photo-div-35 {
    width: 50%;
    display: none;
  }

  .inner-photo-div-35.doc {
    margin-bottom: 10px;
    margin-left: 5%;
    display: block;
  }

  .steps-holder {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .step {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .step-icon {
    width: 75px;
    height: 75px;
  }

  .mission-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/ophthalmology.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
  }

  .h2-center-white-2 {
    font-size: 2em;
  }

  .mission-top-right-line, .mission-top-left-line {
    width: 22%;
  }

  .mission-wrapper-div {
    min-height: 30vh;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .right-white-line {
    right: 7%;
  }

  .right-white-line.lasik {
    height: 20%;
    right: 5px;
  }

  .cta-buttons-lasik {
    flex-direction: column;
    align-items: stretch;
    max-width: 375px;
  }

  .bottom-right-line {
    right: 7%;
  }

  .bottom-right-line.lasik {
    height: 3%;
    right: 5px;
  }

  .sub-hero-header {
    font-size: .8em;
  }

  .cosmetic-hero-text-wrapper {
    padding: 10px;
  }

  .top-right-line {
    width: 93%;
    inset: 0% auto auto 0%;
  }

  .top-right-line.lasikl {
    width: 365px;
  }

  .custom-hero.lasik {
    background-image: linear-gradient(38deg, var(--color), #0000 81%, transparent), linear-gradient(122deg, var(--color-3), #ffffff38 41%, transparent 58%, #0000 85%), url('../images/guy-on-pier-with-headphones.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 500px;
  }

  .hero-headline {
    font-size: 3.8em;
  }

  .hero-headline.lasik {
    max-width: 375px;
    font-size: 2em;
  }

  .bottom-white-line {
    width: 93%;
  }

  .bottom-white-line.lasik {
    width: 365px;
  }

  .hero-button {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-button.hover-white {
    margin-bottom: 5px;
  }

  .evo-text-hero {
    max-width: 350px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .what-is-a-cataract-section {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .cataract-photo-div {
    width: 100%;
    max-height: 400px;
    padding: 15px;
  }

  .button {
    font-size: .9em;
  }

  .button.hover-white.top-marg {
    font-size: .8em;
  }

  .what-is-bleph-wrap-left {
    max-width: none;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .fancy-list-small {
    margin-bottom: 10px;
    font-size: .9em;
  }

  .text-div-with-line {
    border-left-style: none;
    padding-top: 0;
    padding-left: 0;
  }

  .text-div-with-line.cataract {
    min-height: 0;
  }

  .inner-what-is-50-50 {
    flex-direction: column;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0%;
  }

  .inner-what-is-50-50.top-1 {
    padding-bottom: 0%;
  }

  .inner-text-div-60 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-text-div-60.left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .inner-photo-div-35-cat-laser {
    width: 65%;
    margin-bottom: 20px;
    display: none;
  }

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

  .inner-photo-div-35-cat-laser-mobile, .inner-photo-div-35 {
    width: 65%;
    margin-bottom: 20px;
    display: none;
  }

  .inner-photo-div-35.doc {
    width: 55%;
    margin-bottom: 15px;
  }

  .evo-procedure-section {
    padding-top: 8%;
    padding-bottom: 6%;
  }

  .step-icon {
    width: 50px;
    height: 40px;
    margin-bottom: 15px;
  }

  .mission-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mission-right-line, .mission-left-line {
    height: 95%;
  }

  .h2-center-white-2 {
    font-size: 1.6em;
  }

  .mission-top-right-line, .mission-top-left-line {
    top: 5%;
  }

  .mission-wrapper-div {
    min-height: 30vh;
  }
}

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

  h3 {
    margin-bottom: 7px;
    font-size: .85em;
  }

  .right-white-line {
    display: none;
  }

  .right-white-line.lasik {
    height: 12%;
    display: block;
    right: 30px;
  }

  .cta-buttons-lasik {
    max-width: none;
  }

  .bottom-right-line {
    display: none;
  }

  .bottom-right-line.lasik {
    height: 3%;
    display: block;
    right: 30px;
  }

  .sub-hero-header {
    letter-spacing: 0;
    font-size: .7em;
    line-height: 1.5em;
  }

  .cosmetic-hero-text-wrapper {
    padding: 5px 10px;
  }

  .top-right-line {
    width: 100%;
    height: 1.5px;
  }

  .top-right-line.lasikl {
    width: 277px;
  }

  .custom-hero.lasik {
    background-image: linear-gradient(6deg, var(--color) 20%, #ffffffc4 41%, #ffffff4d 61%, transparent 75%), linear-gradient(122deg, var(--color-3), #ffffff38 33%, transparent 48%, #0000 85%), url('../images/guy-on-pier-with-headphones.jpg');
    background-position: 0 0, 0 0, 80% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 600px;
  }

  .hero-headline {
    font-size: 2em;
  }

  .hero-headline.lasik {
    max-width: 225px;
    margin-bottom: 5px;
    font-size: 2em;
    line-height: 1em;
  }

  .bottom-white-line {
    width: 100%;
  }

  .bottom-white-line.lasik {
    width: 277px;
  }

  .hero-button {
    text-align: center;
    font-size: .8em;
  }

  .hero-button.hover-white {
    font-size: .7em;
  }

  .evo-text-hero {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .what-is-a-cataract-section {
    padding-top: 8%;
    padding-bottom: 0;
  }

  .cataract-photo-div {
    max-height: 300px;
    padding: 0%;
  }

  .button {
    text-align: center;
    letter-spacing: 0;
    font-size: .8em;
  }

  .list-div-100 {
    width: 100%;
  }

  .fancy-list-small {
    align-items: flex-start;
    padding-left: 0;
    font-size: .9em;
  }

  .inner-text-div-60.left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .inner-photo-div-35-cat-laser {
    width: 100%;
    height: 350px;
    margin-bottom: 0;
    display: flex;
  }

  .more-bleph-info-section {
    padding-top: 8%;
    padding-bottom: 0%;
  }

  .inner-photo-div-35-cat-laser-mobile, .inner-photo-div-35 {
    width: 90%;
  }

  .inner-photo-div-35.doc {
    width: 60%;
    margin-bottom: 20px;
  }

  .steps-holder {
    margin-bottom: 0;
  }

  .h4 {
    font-size: 1.1em;
  }

  .mission-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .mission-top-right-line {
    width: 8%;
  }

  .mission-top-left-line {
    width: 9%;
  }

  .mission-wrapper-div {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }
}


