:root {
  --color-3: #457094;
  --color-2: #333;
  --color: white;
  --color-6: #fed148;
  --color-5: #3498dc;
  --color-4: #575757;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

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

p {
  margin-bottom: 20px;
}

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

li {
  margin-bottom: 10px;
}

.body {
  color: var(--color-2);
  font-family: Cabin, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.hero {
  background-image: linear-gradient(269deg, #0000 1% 31%, #0000007d), url('../images/smiling-young-woman.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  height: 80vh;
  margin-top: 95px;
  padding: 5% 5% 8%;
  display: flex;
  position: relative;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -2px 14px #00000087;
}

.brand {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.image {
  max-height: 100px;
}

.nav-link {
  color: var(--color-3);
  text-transform: uppercase;
  border-bottom: 2px solid #45709400;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.nav-link:hover {
  border-bottom-color: #457094;
}

.nav-items-holder {
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.hero-wrapper-div {
  border-bottom: 2px none var(--color);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-text-large {
  color: var(--color);
  text-align: left;
  text-transform: none;
  text-shadow: 0 1px 4px #0000005e;
  max-width: none;
  margin-bottom: 25px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-buttons-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button {
  border: 1px solid var(--color-6);
  background-color: var(--color-6);
  color: var(--color-2);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: .9em;
  line-height: 1.2em;
}

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

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

.button.white:hover {
  background-color: var(--color-6);
  color: var(--color-2);
}

.button.white.hero-button {
  width: auto;
  margin-right: 10px;
}

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

.self-test-section {
  padding: 0%;
}

.self-test-wrapper-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-center {
  color: #457094;
  text-align: center;
  margin-bottom: 25px;
}

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

.text-block {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.image-2 {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.self-test-text-left {
  color: var(--color-2);
  background-color: #45709433;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 51px;
  display: flex;
}

.self-test-holder {
  object-fit: contain;
  width: 60%;
  padding: 30px;
  overflow: hidden;
}

.text-holder {
  color: var(--color);
}

.text-holder.dark {
  color: var(--color-2);
}

.why-choose-section {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.why-choose-wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-items {
  justify-content: space-between;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-choose-items.no-top {
  margin-top: 0;
}

.why-div {
  border: 0px none var(--color-3);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 70px;
  display: flex;
  position: relative;
}

.top-left-why {
  background-color: var(--color-3);
  width: 30%;
  height: 2px;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-left-why.yellow {
  background-color: var(--color-6);
}

.top-left-v-why {
  background-color: var(--color-3);
  width: 2px;
  height: 75px;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-left-v-why.yellow {
  background-color: var(--color-6);
}

.text-block-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.bottom-right-v-why {
  background-color: var(--color-3);
  width: 2px;
  height: 75px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bottom-right-v-why.yellow {
  background-color: var(--color-6);
}

.bottom-right-why {
  background-color: var(--color-3);
  width: 30%;
  height: 2px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bottom-right-why.yellow {
  background-color: var(--color-6);
}

.how-lasik-works-section {
  background-color: var(--color);
  justify-content: space-between;
  min-height: 0;
  padding: 5%;
  display: flex;
}

.how-lasik-works-section._2 {
  padding-top: 0%;
}

.photo-div-45 {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  overflow: hidden;
}

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

.text-50 {
  background-color: var(--color);
  align-items: center;
  width: 50%;
  padding: 50px 0;
  display: flex;
}

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

.button-holder {
  align-items: center;
  display: flex;
}

.doc-section {
  background-color: #0000000d;
  padding-top: 5%;
  padding-bottom: 5%;
}

.doc-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-wrapper._2 {
  margin-bottom: 0;
}

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

.doc-photo {
  object-fit: cover;
  width: 40%;
  position: relative;
  overflow: hidden;
}

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

.testimonials {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/dallas-under-bridge.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-div {
  border: 0px none var(--color-3);
  text-align: center;
  background-color: #ffffffcf;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 30px 0;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.testimonial {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.photo-trstimonial {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 2%;
}

.form-block {
  margin-top: 20px;
}

.footer-div-right {
  background-color: #fff;
  border-radius: 0;
  width: 60%;
  padding: 40px;
  position: relative;
}

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

.field-label {
  font-weight: 400;
}

.footer-wrapper-div {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-white {
  color: #fff;
}

.h3-white.marg {
  margin-bottom: 20px;
  margin-left: 0;
}

.footer-div-left {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding-top: 25px;
  display: flex;
}

.text-span-location {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.2em;
  font-weight: 700;
}

.brand-mobile {
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  position: relative;
}

.cost-photo {
  object-fit: cover;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.testimonial-items {
  justify-content: space-between;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-holder-mobile {
  align-items: center;
  display: none;
}

.button-mobile {
  border: 1px solid var(--color-6);
  background-color: var(--color-6);
  color: var(--color-2);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: .9em;
  line-height: 1.2em;
}

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

.safety {
  background-color: #5757570d;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.top-wrapper {
  text-align: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.left-photo-safety {
  z-index: 1;
  object-fit: cover;
  width: 80%;
  position: relative;
  overflow: hidden;
}

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

.right-pic {
  z-index: 5;
  border: 5px solid var(--color);
  object-fit: cover;
  width: 40%;
  max-height: 400px;
  margin-top: 15%;
  margin-bottom: 0%;
  position: absolute;
  inset: auto 5% 0% auto;
  overflow: hidden;
}

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

.absolute-bg-color {
  background-color: var(--color-5);
  position: absolute;
  inset: 15% 0% 25%;
}

.safety-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-48 {
  width: 48%;
}

.bg-evo {
  opacity: .21;
  max-width: 400px;
  position: absolute;
  inset: -25% auto auto -9%;
}

.image-10 {
  max-width: 250px;
  margin-bottom: 10px;
}

.list-div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.list-49 {
  width: 49%;
}

.video {
  width: 100%;
}

.table-row {
  text-transform: none;
  background-color: #fff;
  border-bottom: 1px solid #74747480;
  border-left: 1px solid #74747480;
  border-right: 1px #74747480;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.table-row.top {
  background-color: var(--color-3);
  color: #fff;
  text-transform: uppercase;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 5px 10px;
  display: flex;
}

.table-row.top.end {
  text-align: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.table-row.top.mid {
  border-top-left-radius: 0;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
}

.table-row.center {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-row.center.end {
  background-color: #fff;
  border-right-style: solid;
}

.table-div {
  width: 90%;
  max-width: 1400px;
  min-height: 0;
  margin: 50px auto 0;
  display: flex;
}

.table-column {
  flex-direction: column;
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.table-column._1 {
  width: 35%;
}

.chart-div {
  text-align: center;
  width: 90%;
  max-width: 1400px;
  margin: 50px auto 30px;
}

.disclaimer {
  color: var(--color);
  text-align: center;
  max-width: 75%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

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

  .hero {
    justify-content: flex-start;
    align-items: flex-end;
    height: 800px;
    margin-top: 75px;
    padding-bottom: 5%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .brand {
    display: none;
  }

  .nav-menu {
    background-color: var(--color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    max-height: 75px;
  }

  .nav-items-holder {
    flex-direction: column;
    width: 100%;
  }

  .hero-wrapper-div {
    width: 100%;
    height: 230px;
  }

  .hero-text-large {
    font-size: 3em;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .self-test-section {
    flex-direction: column;
    display: flex;
  }

  .self-test-wrapper-div {
    flex-direction: column;
  }

  .self-test-text-left {
    background-color: var(--color);
    width: 100%;
    padding: 42px;
  }

  .self-test-holder {
    width: 100%;
    padding-top: 0;
  }

  .why-choose-section {
    padding-bottom: 5%;
  }

  .why-choose-items {
    flex-direction: column;
    max-width: none;
  }

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

  .how-lasik-works-section {
    flex-direction: column;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .photo-div-45, .text-50 {
    width: 100%;
  }

  .text-50.less {
    padding-top: 0;
  }

  .doc-wrapper {
    flex-direction: column;
    margin-bottom: 50px;
  }

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

  .doc-photo {
    width: 100%;
  }

  .testimonials {
    background-image: linear-gradient(to bottom, null, null), url('../images/dallas-under-bridge.jpg');
    background-attachment: scroll, scroll;
  }

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

  .brand-mobile {
    margin-left: 10px;
    display: block;
  }

  .icon {
    color: var(--color-3);
  }

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

  .cost-photo {
    width: 100%;
    display: none;
  }

  .testimonial-items {
    flex-direction: column;
    max-width: 90%;
  }

  .top-wrapper {
    width: 100%;
    padding-left: 5%;
  }

  .table-row {
    min-height: 65px;
    padding: 10px;
    font-size: 1em;
  }

  .table-row.top {
    text-align: center;
    min-height: 65px;
    padding: 10px;
  }

  .table-row.top.end, .table-row.top.mid {
    min-height: 65px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .8em;
  }

  .table-row.center {
    min-height: 65px;
  }
}

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

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

  .hero {
    height: 425px;
  }

  .hero-wrapper-div {
    width: 550px;
    height: 150px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text-large {
    max-width: 550px;
    margin-bottom: 0;
    font-size: 2.5em;
  }

  .hero-buttons-holder {
    display: none;
  }

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

  .button.marg.btm {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .self-test-text-left {
    padding: 50px 5% 20px;
  }

  .self-test-holder {
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .why-choose-items {
    margin-top: 0;
  }

  .why-div {
    padding: 30px;
  }

  .text-50 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-50.less {
    padding: 0 0 20px;
  }

  .text-50.recover {
    padding-bottom: 0;
  }

  .button-holder.stack {
    flex-flow: column;
  }

  .footer {
    padding-bottom: 20%;
  }

  .footer-div-right {
    width: 100%;
  }

  .brand-2 {
    display: none;
  }

  .footer-wrapper-div {
    flex-direction: column;
  }

  .footer-div-left {
    width: 100%;
  }

  .button-holder-mobile {
    z-index: 2000;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .button-mobile {
    border-radius: 0;
  }

  .button-mobile.top {
    border-bottom-color: var(--color);
  }

  .bg-evo {
    max-width: 300px;
    top: -80%;
  }

  .list-49 {
    padding-left: 20px;
  }

  .table-row {
    padding: 5px;
    font-size: .8em;
  }

  .table-row.top {
    padding: 5px;
  }

  .table-row.top.mid {
    padding: 5px;
    font-size: .8em;
  }

  .table-div {
    margin-top: 0;
  }
}

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

  .hero {
    background-position: 0 0, 80%;
    height: 525px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-text-large {
    font-size: 1.9em;
  }

  .button.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .self-test-text-left {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .self-test-holder {
    padding-bottom: 5%;
  }

  .why-choose-section {
    padding-top: 5%;
    padding-bottom: 30px;
  }

  .why-choose-wrapper {
    width: 90%;
  }

  .text-50 {
    padding-top: 5%;
    padding-bottom: 20px;
  }

  .button-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-holder.stack {
    align-items: stretch;
    width: 100%;
  }

  .doc-section {
    padding-top: 5%;
  }

  .testimonials {
    padding-top: 50px;
  }

  .footer {
    padding-bottom: 35%;
  }

  .footer-div-right {
    padding: 20px;
  }

  .button-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .safety-wrapper {
    flex-flow: column;
  }

  .text-48 {
    width: 100%;
  }

  .list-div {
    flex-flow: column;
  }

  .list-49 {
    width: 100%;
  }

  .table-row, .table-row.top, .table-row.top.end, .table-row.top.mid {
    min-height: 45px;
    font-size: .6em;
  }

  .table-row.center {
    min-height: 45px;
  }

  .table-div {
    min-height: 200px;
  }

  .table-column._1 {
    width: 33%;
  }

  .table-column._2 {
    width: 24%;
  }

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


