:root {
  --color-5: #32688f;
  --color-6: #6eaad6;
  --color-3: black;
  --color: white;
  --color-4: #17374c;
  --color-8: #868686;
  --color-7: #fc766b;
  --color-2: #333;
  --color-9: #d4d4d4;
}

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

h2 {
  background-image: linear-gradient(93deg, var(--color-5), var(--color-6));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

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

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

.hero {
  background-image: radial-gradient(circle at 100%, #0000, #000000d6), url('../images/close-up-eye.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90vh;
  padding-top: 5%;
  padding-bottom: 10%;
  padding-left: 5%;
  display: flex;
}

.hero-content-div {
  color: var(--color);
  width: 700px;
}

.hero-top-line {
  margin-bottom: 15px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3em;
}

.hero-par {
  max-width: none;
  margin-bottom: 25px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.button-div.top-marg {
  margin-top: 15px;
}

.button {
  border: 2px solid var(--color-4);
  background-color: var(--color);
  color: var(--color-4);
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-image: linear-gradient(180deg, var(--color-5), var(--color-4));
  color: var(--color);
}

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

.navbar {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 65px;
}

.brand {
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.nav-menu {
  z-index: 1;
  align-items: center;
  height: 85px;
  display: flex;
}

.navlink-jm {
  color: var(--color);
  align-items: center;
  padding: 10px 15px 10px 10px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.navlink-jm:hover {
  color: var(--color-8);
}

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

.self-test-section {
  flex-flow: column;
  align-items: center;
  min-height: 70vh;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: visible;
}

.dots-holder {
  opacity: .06;
  object-fit: cover;
  background-image: url('../images/dots-lg4.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  min-height: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.candidate-title-holder {
  z-index: 5;
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: -40px;
  margin-bottom: 5%;
  padding: 25px 50px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: relative;
}

.nav-bg-color {
  background-color: var(--color-4);
  background-image: linear-gradient(180deg, var(--color-4), #0000008a);
  position: absolute;
  inset: 0%;
}

.menu-button {
  z-index: 1;
}

.selftest-photo-div {
  z-index: 5;
  background-image: url('../images/young-guy-using-cellphone.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  inset: 0%;
}

.selftest-div {
  z-index: 10;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding: 10% 5% 10% 15%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.self-test-text-div {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.not-your-parents-lasik {
  background-image: url('../images/wavelight-img.png'), linear-gradient(#00000080, #00000080), linear-gradient(83deg, #0000, #000000f5 27%, #000000eb 50%, #000 86%), url('../images/black-background-pattern.jpg');
  background-position: 100% 100%, 0 0, 0 0, 100% 0;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 80%, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  align-items: center;
  min-height: 50vh;
  padding: 5%;
  display: flex;
}

.wavelight {
  color: var(--color);
  width: 48%;
}

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

.stand-out-quote {
  padding: 30px;
}

.stand-out-wrap {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: color-dodge;
  width: 115%;
  min-width: 115%;
  height: 100%;
  min-height: 50vh;
  margin-left: -3%;
  position: absolute;
  inset: 0%;
}

.stand-out-text-div {
  z-index: 15;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 101px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lg-p {
  margin-bottom: 30px;
  font-size: 2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
}

.dots-holder-stand-out {
  z-index: 10;
  opacity: .06;
  object-fit: cover;
  background-image: url('../images/dots-lg4.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  min-height: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.difference-table-section {
  padding-top: 5%;
  padding-bottom: 8%;
}

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

.title-div {
  background-image: linear-gradient(77deg, var(--color-5), var(--color-6));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.table-holder {
  justify-content: flex-end;
  width: 68%;
  display: flex;
}

.table-column-long {
  flex-flow: column;
  justify-content: flex-end;
  width: 58%;
  margin-right: 2%;
  display: flex;
}

.column-row-long {
  border-bottom: 1px solid #32688f30;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 50px;
  display: flex;
}

.column-row-long.blank {
  border-bottom-style: none;
  height: 120px;
  margin-top: 20px;
}

.column-row-long.top-title {
  text-align: center;
  background-color: #6eaad61a;
  border-bottom-style: none;
  border-top-left-radius: 9px;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: 20px;
  padding: 5px;
  line-height: 1.2em;
}

.column-row-long.top-title.custom {
  color: var(--color);
  background-color: #6eaad600;
  height: 140px;
  padding-bottom: 20px;
  font-size: 1.2em;
}

.column-row-long.yes-no {
  background-color: #6eaad61a;
  border-bottom-style: none;
  align-items: center;
  padding: 0;
}

.column-row-long.yes-no.custom {
  background-color: #6eaad600;
  border-bottom-color: #ffffff5c;
}

.column-row-long.yes-no.custom.btm {
  border-bottom-style: none;
}

.column-row-long.yes-no.btm {
  border-bottom-left-radius: 9px;
}

.column-row-long.blank-btm {
  border-bottom-style: none;
  height: 50px;
  margin-top: 0;
}

.yes-no-column {
  background-color: #6eaad600;
  flex-flow: column;
  justify-content: flex-end;
  width: 20%;
  display: flex;
}

.yes-no-column.big {
  background-image: linear-gradient(163deg, var(--color-6), var(--color-5) 50%, var(--color-4));
  border-radius: 9px;
  justify-content: flex-start;
}

.yes-no-img {
  width: 30px;
}

.yes-no-img.big {
  width: 40px;
}

.iphone-lasik-section {
  padding-top: 5%;
  padding-bottom: 135px;
  position: relative;
}

.iphone-lasik-wrap {
  z-index: 15;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.iphone-lasik-column {
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  padding-bottom: 10%;
  display: flex;
}

.iphone-lasik-img-div {
  object-fit: cover;
  min-height: 0;
  margin-bottom: 8%;
  overflow: hidden;
}

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

.iphone-lasik-text-dic {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  padding-top: 10%;
  display: flex;
  position: relative;
}

.lasik-i-phone-text-holder {
  z-index: 20;
  background-color: var(--color);
  min-width: 145%;
  padding: 25px 25px 5px;
  position: relative;
  box-shadow: 0 2px 12px #0003;
}

.gradient-bg-div {
  background-image: linear-gradient(180deg, var(--color-6), var(--color-5) 48%, var(--color-4));
  width: 65%;
  height: 45%;
  margin-left: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-bg-div.btm-right {
  width: 110%;
  height: 45%;
  margin-bottom: 0%;
  margin-right: 0;
  inset: auto -50px -50px auto;
}

.dots-bg-block {
  z-index: 5;
  opacity: .08;
  object-fit: cover;
  width: 75%;
  height: 70%;
  position: absolute;
  inset: auto 0% -12% auto;
  overflow: hidden;
}

.dots-bg-block.test {
  bottom: 0%;
}

.key-innovations {
  flex-flow: column;
  align-items: center;
  padding: 5% 30px 8%;
  display: flex;
}

.key-innovations-wrap {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.key-innovations-blocks {
  z-index: 15;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-33 {
  border-left: 10px solid var(--color);
  color: var(--color-3);
  flex-flow: column;
  align-items: center;
  width: 33%;
  padding: 30px;
  font-weight: 400;
  display: flex;
}

.innovations-holder {
  z-index: 5;
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 25px 50px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: relative;
}

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

.why-choose {
  background-image: url('../images/machine2.png'), linear-gradient(67deg, #0000, #000), linear-gradient(#00000080, #00000080), url('../images/black-background-pattern.jpg');
  background-position: 95%, 0 0, 0 0, 100% 0;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto 75%, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  align-items: center;
  min-height: 50vh;
  padding: 8% 5%;
  display: flex;
}

.slide-nav {
  display: flex;
}

.icon {
  color: var(--color-7);
  margin-left: 0;
}

.icon-2 {
  color: var(--color-7);
  margin-right: 0;
}

.right-arrow {
  margin-right: 0;
  display: none;
}

.left-arrow {
  margin-left: 0;
  display: none;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 225px;
  margin-left: auto;
  margin-right: auto;
}

.testiminials {
  z-index: 20;
  background-color: var(--color);
  min-width: 125%;
  padding: 25px;
  position: relative;
  box-shadow: 0 2px 12px #0003;
}

.slide-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.name {
  background-image: linear-gradient(80deg, var(--color-5), var(--color-6));
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.testimonial-wrap {
  z-index: 15;
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.first-step-section {
  background-color: var(--color-4);
  min-height: 90vh;
  position: relative;
  overflow: visible;
}

.first-step-wrap {
  z-index: 5;
  border: 1px solid var(--color-7);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 30px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.first-steap-text {
  color: var(--color-3);
  width: 65%;
}

.h2-dark {
  background-color: var(--color-4);
  background-image: none;
}

.body {
  color: var(--color-3);
  font-weight: 400;
}

.get-started-photo-div {
  z-index: 20;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
  position: absolute;
  inset: 0% 3% 0% auto;
}

.first-step-photo {
  max-width: 100%;
  max-height: 115%;
}

.bg-vid-div {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.contact {
  background-color: var(--color-3);
  background-image: url('../images/black-background-pattern.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 0%;
}

.footer-div {
  background-color: #000000bf;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
}

.h2-light {
  background-image: linear-gradient(93deg, var(--color-6), var(--color));
}

.text-field {
  border: 1px solid var(--color-5);
  background-color: #fff0;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color-3);
}

.text-field.btm {
  margin-bottom: 15px;
}

.locations {
  color: var(--color);
  text-align: center;
  width: 100%;
}

._100 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tabs-menu {
  border-bottom: 1px solid var(--color-7);
  justify-content: space-between;
  display: flex;
}

.tab-link {
  color: var(--color);
  text-align: center;
  background-color: #ddd0;
  border-bottom: 3px solid #fc766b00;
  width: 33.33%;
  padding: 10px 20px;
  font-size: 1.2em;
  line-height: 1em;
}

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

.tab-link.w--current {
  background-color: #ddd0;
  border-bottom-color: #fc766b;
  font-weight: 700;
}

.tab-pane-content-div {
  flex-flow: wrap;
  justify-content: center;
  padding: 20px 0 0;
  display: flex;
}

.tab-pane-content-div.greater {
  justify-content: space-around;
}

.location {
  color: var(--color);
  text-align: center;
  background-color: #0000;
  width: auto;
  margin: 20px;
  padding: 0;
  line-height: 1.4em;
}

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

.special {
  background-image: linear-gradient(84deg, var(--color-6), white);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.32em;
  font-weight: 900;
}

.points {
  align-items: flex-start;
  margin-top: 15px;
  padding-left: 20px;
  line-height: 1.5em;
  display: flex;
}

.points.btm {
  margin-bottom: 30px;
}

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

.pink {
  color: var(--color-7);
}

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

  .hero {
    background-color: var(--color-3);
    background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle at 100%, #0000, #000000d6), url('../images/close-up-eye.jpg');
    background-position: 0 0, 0 0, 80% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto;
    justify-content: flex-end;
    height: 700px;
    padding-top: 20%;
  }

  .hero-content-div {
    width: 90%;
  }

  .hero-top-line {
    font-size: 2.2em;
  }

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

  .navlink-jm {
    padding-right: 10px;
  }

  .nav-icon {
    margin-right: 0;
  }

  .candidate-title-holder {
    height: 70px;
    margin-top: -35px;
    font-size: 2em;
  }

  .selftest-photo-div {
    background-size: auto 80%;
  }

  .selftest-div {
    align-items: flex-start;
    padding-left: 5%;
  }

  .self-test-text-div {
    padding: 25px;
  }

  .not-your-parents-lasik {
    background-image: url('../images/wavelight-img.png'), linear-gradient(#0000, #0000), linear-gradient(83deg, #0000, #000000f5 27%, #000000eb 50%, #000 86%), url('../images/black-background-pattern.jpg');
    background-size: auto 400px, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .wavelight {
    width: 100%;
    padding-bottom: 300px;
  }

  .stand-out-wrap {
    min-height: 35vh;
  }

  .stand-out-text-div {
    padding: 50px;
  }

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

  .title-div {
    width: 100%;
    padding-top: 0;
  }

  .table-holder {
    width: 100%;
  }

  .table-column-long {
    width: 50%;
  }

  .yes-no-column {
    width: 25%;
  }

  .iphone-lasik-section {
    padding-bottom: 50px;
  }

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

  .iphone-lasik-column {
    width: 100%;
    padding-bottom: 0%;
  }

  .iphone-lasik-img-div {
    margin-bottom: 20px;
  }

  .iphone-lasik-text-dic {
    width: 100%;
    padding-top: 50px;
  }

  .lasik-i-phone-text-holder {
    min-width: 0;
  }

  .gradient-bg-div {
    height: 25%;
  }

  .gradient-bg-div.btm-right {
    width: 50%;
  }

  .key-innovations {
    padding-left: 0;
    padding-right: 0;
  }

  .key-innovations-wrap {
    min-height: 75vh;
  }

  .key-innovations-blocks {
    flex-flow: column;
  }

  .block-33 {
    border-bottom: 10px solid var(--color);
    border-left-style: none;
    width: 100%;
    height: 33.33%;
  }

  .innovations-holder {
    font-size: 2em;
  }

  .why-choose {
    background-image: url('../images/machine2.png'), linear-gradient(#00000080, #00000080), linear-gradient(67deg, #0000, #000), linear-gradient(#0000, #0000), url('../images/black-background-pattern.jpg');
    background-position: 100% 100%, 0 0, 0 0, 0 0, 100% 0;
    background-repeat: no-repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto 400px, auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
  }

  .testiminials {
    width: 100%;
    min-width: 0;
  }

  .testimonial-wrap {
    flex-flow: column;
    width: 90%;
  }

  .first-step-wrap {
    justify-content: flex-start;
  }

  .first-steap-text {
    z-index: 10;
    width: 100%;
    position: relative;
  }

  .get-started-photo-div {
    width: 45%;
  }

  .first-step-photo {
    max-height: 100%;
  }

  .contact {
    background-attachment: scroll;
  }

  .special {
    font-size: 2em;
    line-height: 1em;
  }

  .nav-text {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: linear-gradient(#00000052, #00000052), radial-gradient(circle at 100%, #0000, #000000d6), url('../images/close-up-eye.jpg');
    background-position: 0 0, 0 0, 80%;
    height: 500px;
  }

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

  .image {
    height: 50px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    height: 70px;
  }

  .self-test-section {
    min-height: 40vh;
  }

  .candidate-title-holder {
    font-size: 1.5em;
  }

  .selftest-photo-div {
    background-size: auto 70%;
  }

  .self-test-text-div {
    width: 55%;
  }

  .not-your-parents-lasik {
    background-image: url('../images/wavelight-img.png'), linear-gradient(to bottom, null, null), linear-gradient(83deg, #0000, #000000f5 27%, #000000eb 50%, #000 86%), url('../images/black-background-pattern.jpg');
    background-size: auto 350px, auto, auto, cover;
  }

  .wavelight {
    padding-bottom: 275px;
  }

  .wavelight._2 {
    padding-bottom: 250px;
  }

  .stand-out-wrap {
    min-height: 25vh;
  }

  .stand-out-text-div {
    padding: 29px;
  }

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

  .title-div {
    text-align: center;
    font-size: 2em;
  }

  .column-row-long.top-title {
    font-size: .9em;
  }

  .iphone-lasik-section {
    padding-top: 8%;
  }

  .iphone-lasik-text-dic {
    padding-top: 20px;
  }

  .gradient-bg-div.btm-right {
    bottom: -20px;
    right: -20px;
  }

  .key-innovations-wrap {
    min-height: 80vh;
  }

  .innovations-holder {
    font-size: 1.5em;
  }

  .why-choose {
    background-image: url('../images/machine2.png'), linear-gradient(to bottom, null, null), linear-gradient(67deg, #0000, #000), linear-gradient(to bottom, null, null), url('../images/black-background-pattern.jpg');
    background-size: auto 300px, auto, auto, auto, cover;
  }

  .testimonial-wrap {
    width: 85%;
  }

  .first-step-section {
    min-height: 80vh;
  }

  .first-step-wrap {
    padding: 15px;
  }

  .special {
    font-size: 1.8em;
  }
}

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

  h3 {
    margin-bottom: 10px;
  }

  .hero {
    background-image: linear-gradient(#0009, #0009), radial-gradient(circle at 100%, #0000, #000000d6), url('../images/close-up-eye.jpg');
    background-position: 0 0, 0 0, 80% 100%;
    height: 600px;
    padding-bottom: 15%;
  }

  .hero-top-line {
    font-size: 1.2em;
  }

  .button-div, .button-div.top-marg {
    flex-flow: column;
    display: flex;
  }

  .button {
    text-align: center;
  }

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

  .image {
    height: 30px;
  }

  .brand {
    margin-left: 10px;
  }

  .nav-menu {
    height: 50px;
  }

  .navlink-jm {
    padding: 10px;
  }

  .nav-icon {
    width: 20px;
  }

  .self-test-section {
    min-height: 45vh;
  }

  .candidate-title-holder {
    letter-spacing: 2px;
    height: 60px;
    margin-top: -30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2em;
  }

  .selftest-photo-div {
    background-size: auto 58%;
  }

  .self-test-text-div {
    width: 100%;
    padding: 10px;
  }

  .not-your-parents-lasik {
    background-image: url('../images/wavelight-img.png'), linear-gradient(#0000, #0000), linear-gradient(83deg, #0000, #000000f5 27%, #000000eb 50%, #000 86%), url('../images/black-background-pattern.jpg');
    background-position: 90% 100%, 0 0, 0 0, 100% 0;
    background-size: auto 300px, auto, auto, cover;
  }

  .stand-out-quote {
    padding: 15px;
  }

  .stand-out-wrap {
    min-height: 50vh;
  }

  .stand-out-text-div {
    padding: 15px;
  }

  .difference-table-wrap {
    width: 95%;
  }

  .title-div {
    font-size: 1.8em;
  }

  .column-row-long {
    height: 65px;
    font-size: .8em;
    line-height: 1.2em;
  }

  .column-row-long.blank {
    height: 150px;
  }

  .column-row-long.top-title {
    height: 150px;
    font-size: .8em;
    line-height: 1.1em;
  }

  .column-row-long.top-title.custom {
    overflow-wrap: normal;
    font-size: .8em;
  }

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

  .iphone-lasik-text-dic {
    padding-top: 0;
  }

  .lasik-i-phone-text-holder {
    padding: 15px 15px 0;
  }

  .gradient-bg-div {
    height: 10%;
  }

  .gradient-bg-div.btm-right {
    height: 25%;
  }

  .key-innovations-wrap {
    min-height: 100vh;
  }

  .block-33 {
    padding: 15px;
    line-height: 1.5em;
  }

  .block-33.mid {
    height: 31%;
  }

  .block-33._3 {
    height: 34%;
  }

  .innovations-holder {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2em;
  }

  .why-choose {
    background-image: url('../images/machine2.png'), linear-gradient(to bottom, null, null), linear-gradient(67deg, #0000, #000), linear-gradient(to bottom, null, null), url('../images/black-background-pattern.jpg');
    background-size: auto 275px, auto, auto, auto, cover;
  }

  .slider {
    height: 275px;
  }

  .testiminials {
    padding: 15px;
  }

  .testimonial-wrap {
    width: 90%;
  }

  .first-step-wrap {
    margin: 15px;
    padding: 10px;
  }

  .special {
    font-size: 2.8em;
  }
}


