: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/senior-man.jpg');
  background-position: 50% 0;
  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: 20px;
  display: flex;
}

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

.hero-lg-line {
  color: var(--color);
  font-size: 3em;
  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;
}

.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.intro {
  padding: 0% 5% 2%;
  position: relative;
}

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

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

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

.service-block {
  background-color: #000;
  width: 32.75%;
  min-height: 0;
  position: relative;
}

.serv-pic {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--color-3), #112948 36%, #0b1b30 59%, #050c15 75%, black);
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.serv-text {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color);
  background-color: #000;
  flex-flow: column;
  align-items: flex-start;
  min-height: 120px;
  padding: 20px;
  line-height: 1.2em;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.h3-min {
  min-height: 0;
  margin-bottom: 15px;
  line-height: 1.1em;
}

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

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

.white-section._3 {
  padding-bottom: 0%;
}

.testimonials {
  width: 90%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.test-div-49 {
  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;
}

.quote-icon {
  background-color: var(--color-3);
  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;
}

.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: var(--color);
  background-image: linear-gradient(262deg, #0000 1% 20%, #000), url('../images/replace2.jpg');
  background-position: 0 0, 0 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 65vh;
  padding-right: 45%;
}

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

.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 {
  color: var(--color-2);
  background-image: linear-gradient(257deg, #ffffffd9, #ffffff8a 55%, #fff0), url('../images/cataract-surgery.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 65vh;
  padding-left: 52%;
}

.rle {
  background-image: url('../images/rle.jpg');
  background-position: 100% 30%;
  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 55%;
  display: flex;
  position: relative;
}

.rle.grow {
  color: var(--color);
  background-image: linear-gradient(263deg, #0000, #0000 35%, #0000008c 64%, #000000f0), url('../images/replace1.jpg');
  background-position: 0 0, 100% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 30px;
  padding-right: 50%;
}

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

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

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

.img-cont {
  max-height: 80%;
}

.list-l {
  text-align: left;
  margin-bottom: 10px;
}

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

  .hero {
    height: 800px;
    padding: 0;
  }

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

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

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

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

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

  .evo-icl-section.grow.min {
    background-position: 0 0, 0 25%;
    min-height: 0;
  }

  .smile-2.grow {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    min-height: 0;
    padding-left: 30px;
  }

  .rle.grow {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #000);
    background-position: 0 0;
    min-height: 0;
    padding-right: 30px;
  }

  ._32._40 {
    width: 100%;
    padding: 0;
  }

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

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

@media screen and (max-width: 767px) {
  .hero {
    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;
  }

  .service-block {
    width: 100%;
  }

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

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

  .evo-icl-section.grow.min {
    background-color: var(--color-2);
    background-image: linear-gradient(349deg, #0000, #000);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 30px;
    padding-right: 30px;
  }

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

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

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

  .hero {
    background-position: 30% 100%;
    background-size: auto 120%;
    height: 550px;
    margin-top: 50px;
  }

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

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

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

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

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

  .brand {
    padding-left: 0;
  }

  .section.st {
    margin: 0;
  }

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

  .evo-icl-section.grow.min, .smile-2.grow, .rle.grow {
    padding: 15px;
  }

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


