:root {
  --color: white;
  --color-4: #49c4e4;
  --color-2: #1a1a1a;
  --color-3: #1d467a;
  --color-5: #fadd4a;
}

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

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

h3 {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 1.3em;
}

li {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/friends.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding: 25px;
  display: flex;
}

.hero-txt-div {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000054;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.hero-title-div {
  color: var(--color);
  width: 60%;
}

.hero-lg-line {
  color: var(--color);
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-sub {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1.2em;
}

.hero-sub._2 {
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 1.5em;
}

.hero-list-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  margin-left: 0;
  display: flex;
}

.button {
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
  color: var(--color-2);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

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

.button.outline {
  color: var(--color);
  background-color: #02aeee00;
}

.button.outline:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color-2);
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1d467ae6;
  padding-left: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 70px;
}

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

.brand._2 {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.nav-link {
  color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

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

.section {
  margin: 10px 10px 0;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.st {
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  min-height: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section.flex {
  justify-content: space-between;
  padding: 0%;
  display: flex;
}

.section.gradient {
  color: var(--color);
  text-align: center;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  padding-bottom: 4%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.section.gradient.no {
  background-color: var(--color);
  color: var(--color-2);
}

.section.price {
  margin-bottom: 10px;
  padding-top: 3%;
  padding-bottom: 0%;
  position: relative;
}

.st-text-div {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  display: flex;
}

.btn-holder.h {
  flex-flow: row;
  justify-content: flex-start;
}

.white-section {
  padding-top: 5%;
  padding-bottom: 0%;
  display: block;
}

.testimonials {
  width: 90%;
  margin: 6% auto 5%;
}

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

.flex.top-marg._3 {
  margin: 5% 0% 5% 5%;
  display: flex;
}

.flex.top-marg {
  margin-top: 50px;
}

.flex.top-marg._2 {
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

._32 {
  background-color: #2272b10d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 32%;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

._32._40 {
  background-color: var(--color);
  width: 40%;
  padding-left: 0;
}

._32.no-bg {
  background-color: #fff;
  padding-left: 0;
}

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

.wrap.flex {
  border-bottom: 1px solid var(--color-5);
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.form-holder {
  color: var(--color);
  width: 60%;
}

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

.text-field:focus, .text-field::placeholder {
  color: #0a0a0a;
}

.footer {
  background-image: linear-gradient(#0009, #0009), url('../images/download.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5%;
  padding-bottom: 4%;
}

.info-35 {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.field-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
}

._10 {
  height: 10px;
}

.locations {
  color: var(--color);
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: 30px;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1.4em;
  display: flex;
}

.div-slide._100 {
  width: 55%;
  margin-bottom: 30px;
}

.button-no-ani {
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
  color: var(--color-2);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

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

.button-no-ani.outline {
  color: var(--color);
  background-color: #02aeee00;
}

.button-no-ani.outline:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color-2);
}

.button-no-ani.phon {
  margin-bottom: 0;
}

.button-no-ani.phon:hover {
  background-color: var(--color-5);
  color: var(--color-3);
}

.mobile-btn-div {
  display: none;
}

.pic-55 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 55%;
  overflow: hidden;
}

.location-txt {
  width: auto;
  max-width: 19%;
}

.sp-list {
  align-items: center;
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.2em;
  display: flex;
}

.check {
  width: 25px;
  margin-right: 10px;
}

.h3-min-2 {
  min-height: 0;
  line-height: 1.1em;
}

.service-block-2 {
  background-color: var(--color-3);
  background-image: linear-gradient(180deg, var(--color-3), #000000a1);
  width: 32.7%;
  min-height: 400px;
  position: relative;
}

.serv-text-2 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #0000;
  min-height: 0;
  padding: 15px 15px 10px;
  line-height: 1.2em;
  position: static;
  inset: auto 0% 0%;
}

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

.serv-pic-2 {
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.top-txt-vc {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0 1%;
  display: flex;
  position: static;
  inset: 8% 5% auto;
}

.button-2 {
  color: #1a1a1a;
  text-align: center;
  background-color: #02aeee;
  border: 1px solid #02aeee;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

.button-2:hover {
  color: #fff;
  background-color: #2272b1;
  border-color: #2272b1;
}

.button-2.outline {
  color: #fff;
  background-color: #02aeee00;
}

.button-2.outline:hover {
  background-color: #2272b1;
}

.button-2.outline.dark {
  color: #1a1a1a;
}

.button-2.outline.dark:hover {
  color: #fff;
}

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

.intro-wrap.right {
  z-index: 5;
  position: relative;
}

.bg-square {
  background-color: #2272b11c;
  width: auto;
  height: auto;
  padding-bottom: 5%;
  position: absolute;
  inset: 0%;
}

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

.text-div-55._5 {
  text-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 5%;
}

.quote-icon-2 {
  background-color: #02aeee;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.test-div-50 {
  background-color: #2272b10d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 20px;
  display: flex;
  position: relative;
}

.image-3 {
  max-width: 300px;
  position: absolute;
  inset: 20px auto auto 20px;
}

.title-div {
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.evo-icl-section {
  background-image: url('../images/evo-lens.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 0;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 45% 20px 30px;
  display: flex;
  position: relative;
}

.evo-icl-section.grow.min {
  color: #fff;
  background-image: url('../images/evo-section.jpg');
  background-position: 0 40%;
  min-height: 65vh;
  padding-right: 40%;
}

.evo-content-div {
  z-index: 100;
  position: relative;
}

.smile-2 {
  background-image: url('../images/zeiss-smile.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 65vh;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px 52%;
  display: flex;
  position: relative;
}

.smile-2.grow {
  background-image: linear-gradient(90deg, #ffffffbd, #fff0 68% 104%), url('../images/lasik-bg-rev.jpg');
  background-position: 0 0, 100% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  min-height: 65vh;
  padding: 0 45% 50px 30px;
}

.image-2 {
  max-width: 200px;
  margin-bottom: 15px;
}

.h3-sub {
  margin-top: -10px;
  margin-bottom: 15px;
}

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

.line {
  background-color: #4e4e4e;
  height: 1px;
  margin-bottom: 50px;
}

.bg-gradient {
  z-index: 1;
  background-image: linear-gradient(249deg, #0000 11%, #000), linear-gradient(211deg, #0000 4% 57%, #000000a1 76%, #000);
  position: absolute;
  inset: 0%;
}

._18 {
  background-color: #2272b10d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 22%;
  margin-top: 65px;
  margin-bottom: 65px;
  padding: 15px;
  display: flex;
  position: relative;
}

.prk {
  background-image: url('../images/zeiss-smile.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 65vh;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px 52%;
  display: flex;
  position: relative;
}

.prk.grow {
  background-image: linear-gradient(278deg, #ffffffbd, #fff0 68% 104%), url('../images/prk-bg3.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  min-height: 65vh;
  padding-top: 0;
  padding-bottom: 50px;
  padding-left: 52%;
}

.h3-no {
  color: var(--color-3);
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1em;
}

.div-block {
  background-color: #49c4e426;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.p-no {
  text-align: left;
  margin-bottom: 0;
  margin-left: 20px;
}

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

  .hero {
    background-position: 50% 0;
    background-size: contain;
    height: 800px;
    padding: 0;
  }

  .hero-txt-div {
    background-color: #000;
    flex-flow: column;
  }

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

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

  .hero-sub {
    font-size: 1.5em;
  }

  .hero-list-div {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
  }

  .navbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #1d467ae6;
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .section.flex {
    flex-flow: wrap;
    justify-content: center;
  }

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

  .btn-holder.h {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex.top-marg._3 {
    flex-flow: column;
    margin-right: 5%;
  }

  .flex.top-marg._2 {
    flex-flow: column;
  }

  ._32._40, ._32.no-bg {
    width: 100%;
    padding: 0;
  }

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

  .div-slide._100 {
    width: 100%;
  }

  .button-no-ani.phon {
    flex: 0 auto;
    display: block;
  }

  .mb {
    color: var(--color);
  }

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

  .pic-55 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
  }

  .service-block-2 {
    width: 48%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

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

  .intro-wrap.right {
    align-items: flex-end;
  }

  .text-div-55 {
    width: 100%;
  }

  .evo-icl-section.grow.min {
    background-color: #000;
    background-position: 90% 100%;
    background-size: contain;
    justify-content: flex-start;
    padding-bottom: 465px;
    padding-right: 30px;
  }

  .smile-2.grow {
    background-image: linear-gradient(90deg, #ffffffbd, #fff0 68% 104%), url('../images/lasik-bg-rev.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    justify-content: flex-start;
    padding: 0 0 475px;
  }

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

  .bg-gradient {
    background-image: none;
    border-radius: 20px;
  }

  ._18 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .prk.grow {
    background-image: url('../images/prk-bg3.jpg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-start;
    padding: 0 0 375px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 50% -25%;
    height: 500px;
  }

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

  .hero-sub {
    font-size: 1.2em;
  }

  .hero-list-div {
    display: none;
  }

  .image {
    height: 50px;
  }

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

  .flex.top-marg, .wrap.flex {
    flex-flow: column;
  }

  .form-holder {
    width: 100%;
  }

  .footer {
    padding-bottom: 100px;
  }

  .info-35 {
    width: 100%;
  }

  .locations {
    flex-flow: wrap;
    justify-content: center;
  }

  .mobile-btn-div {
    z-index: 1000;
    flex-flow: column;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-block {
    color: #fff;
    text-align: center;
    background-color: #1a1a1a;
    padding: 15px;
    line-height: 1em;
    text-decoration: none;
  }

  .link-block:hover, .link-block.blue {
    background-color: #2272b1;
  }

  .link-block.blue:hover {
    background-color: #1a1a1a;
  }

  .location-txt {
    max-width: none;
    margin-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px;
  }

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

  .evo-icl-section.grow.min {
    background-color: #000;
    background-size: contain;
    padding: 15px 15px 350px;
  }

  .smile-2.grow {
    justify-content: flex-start;
    padding: 0 20px 350px;
  }

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

  .bg-gradient {
    background-image: linear-gradient(318deg, #0000 4% 12%, #000000a1 53%, #000);
  }

  .prk.grow {
    justify-content: flex-start;
    min-height: 0;
    padding: 0 20px 275px;
  }

  .h3-no {
    text-align: left;
    font-size: 1.2em;
  }
}

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

  .hero {
    background-position: 50% 0;
    background-size: contain;
    height: 550px;
    margin-top: 50px;
  }

  .hero-txt-div {
    padding: 10px;
  }

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

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

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

  .navbar {
    background-color: #1d467a;
  }

  .brand {
    padding-left: 0;
  }

  .section.st {
    margin: 0;
  }

  .flex.top-marg {
    margin-top: 0;
  }

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

  .form-holder {
    width: 100%;
  }

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

  .info-35 {
    width: 100%;
  }

  .h2-slide, .heading {
    font-size: 1.8em;
  }

  .sp-list {
    align-items: flex-start;
    font-size: 1em;
  }

  .service-block-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-3 {
    max-width: 250px;
  }

  .evo-icl-section.grow.min {
    background-position: 87% 100%;
    padding: 20px 20px 200px;
  }

  .smile-2.grow {
    min-height: 0;
    padding: 0 0 200px;
  }

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

  .h3-sub {
    font-size: 1em;
  }

  .prk.grow {
    padding: 0 0 165px;
  }

  .h3-no {
    margin-top: 0;
  }

  .div-block {
    flex-flow: column;
    align-items: flex-start;
    padding: 15px;
  }

  .p-no {
    margin-top: 10px;
    margin-left: 0;
  }
}


