:root {
  --color-8: black;
  --color-4: #3ab8c5;
  --color: white;
  --color-3: #22246a;
  --color-5: #3ab8c57a;
  --color-6: #effafc;
  --color-2: #333;
  --color-7: #f4f4f4;
}

body {
  color: var(--color-8);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-8);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-8);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  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;
}

.hero {
  background-image: radial-gradient(circle at 80%, #0000 1% 25%, #00000047), url('../images/surfer.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding: 10% 5% 5%;
  display: flex;
  position: relative;
}

.hero-content-div {
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.hero-bold-line {
  color: var(--color);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.button-holder-hero {
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin-top: 20px;
  display: flex;
}

.button {
  background-color: var(--color-4);
  color: var(--color);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 17px 30px 15px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

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

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

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

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

.button.rev.hover-teal:hover {
  background-color: var(--color-4);
}

.button.over-light {
  margin-right: 10px;
}

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

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

.image {
  height: 75px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

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

.nav-link {
  color: var(--color-4);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px 10px 10px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.nav-link.phoen {
  background-color: var(--color-4);
  color: var(--color);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link.phoen:hover {
  background-color: var(--color-3);
}

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

.self-test-section {
  background-color: var(--color-6);
  justify-content: space-between;
  display: flex;
}

.self-text-title-whole {
  background-color: var(--color-3);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 35%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
}

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

.self-test-holder {
  align-items: center;
  width: 52%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
}

.image-3 {
  width: 100%;
}

.what-is-section {
  background-color: var(--color);
  padding-top: 5%;
  padding-bottom: 5%;
}

.what-is-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.what-is-left-column {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.what-is-text-div {
  padding: 0;
}

.symptom-text-div {
  background-color: #8c8e8f0d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 5% 50px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.cataract-surgery-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.cat-surgery-left {
  object-fit: cover;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cat-surg-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.meet-docs-title {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
  display: flex;
}

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

.testimonials {
  background-color: #92deff1a;
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-wrapper-div {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-holder {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.testimonial-div {
  border-bottom: 5px solid var(--color-3);
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-5), var(--color-5));
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 30px;
  display: flex;
}

.fields-holder {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.text-field {
  background-color: #2c9dd71a;
  border: 1px #000;
  border-bottom: 4px solid #2c9dd7;
}

.text-field._49 {
  border-bottom-color: var(--color-4);
  background-color: #fff;
  width: 49%;
}

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

.text-field.btm {
  border-bottom-color: var(--color-4);
  background-color: #fff;
  margin-bottom: 20px;
}

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

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

.location {
  background-color: var(--color-6);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1.5em;
  display: flex;
}

.schedule-wrap {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.location-div {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 20px;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 20px;
}

.schedule-div {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.candidate-sections {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.special-list-holder {
  background-color: var(--color-3);
  color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  min-width: 140%;
  padding: 40px;
  display: flex;
  position: relative;
}

.cand-img {
  object-fit: cover;
  width: 60%;
  overflow: hidden;
}

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

.l-marg {
  margin-left: 40px;
}

.body-btns {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin-top: 0;
  display: flex;
}

.nav-icon-div {
  background-color: var(--color-4);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.image-9 {
  max-width: none;
  max-height: 20px;
}

.line {
  background-color: var(--color-4);
  width: 100px;
  height: 3px;
  margin-bottom: 20px;
}

.line.marg-40 {
  margin-left: 40px;
}

.what-is-right-div {
  object-fit: cover;
  width: 48%;
  overflow: hidden;
}

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

.list-div {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.list-49 {
  width: 49%;
}

.colored-inner-txt {
  background-color: var(--color-6);
  width: 100%;
  padding: 40px 40px 20px;
}

.colored-inner-txt._2 {
  padding-bottom: 40px;
}

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

.accent-line-right {
  background-color: var(--color-4);
  width: 20px;
  position: absolute;
  inset: 90px 0% 90px auto;
}

.accent-line-left {
  background-color: var(--color-4);
  width: 20px;
  position: absolute;
  inset: 90px auto 90px 0%;
}

.doc-holder-div {
  flex-flow: column;
  justify-content: space-between;
  width: 90%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.dpc-column {
  background-color: var(--color-3);
  color: var(--color);
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  display: flex;
}

.dpc-column._1 {
  z-index: 5;
  width: auto;
  margin-bottom: 20px;
  margin-right: 200px;
  position: relative;
}

.dpc-column._2 {
  z-index: 5;
  width: auto;
  margin-left: 200px;
  position: relative;
}

.doc-div {
  object-fit: cover;
  width: 30%;
  margin-bottom: 0;
  overflow: hidden;
}

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

.doc-txt {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 68%;
  display: flex;
}

.doc-outline-div {
  border: 5px solid var(--color-4);
  position: absolute;
  inset: 100px;
}

.lg-hero-sub {
  color: var(--color);
  margin-bottom: 15px;
  font-size: 1.8em;
  line-height: 1.3em;
}

.fancy-list-item {
  color: var(--color);
  align-items: center;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 1.3em;
  line-height: 1.3em;
  display: flex;
}

.check {
  filter: brightness(112%) hue-rotate(108deg);
  width: 30px;
  margin-right: 15px;
}

.joe-jonas-parallax {
  background-image: url('../images/Joe-Jonas-Leaning-on-Piano.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 95vh;
  padding: 100px;
}

.joe-jonas-div {
  max-width: 45%;
}

.joe-mobile {
  display: none;
}

.joe-jonas-text {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
}

.joe-jonas-text.name {
  font-style: normal;
}

.joe-video-holder {
  width: 65%;
  min-height: 0;
  margin-bottom: 20px;
}

.lasik-cost-calc {
  background-color: var(--color-3);
  padding: 25px;
}

.cast-calc-wrapper {
  background-color: var(--color);
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.image-13 {
  max-width: 60%;
  margin-top: 30px;
}

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

  h3 {
    font-size: 1em;
  }

  .hero {
    background-image: linear-gradient(221deg, #0000, #000000eb), url('../images/surfer.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    height: 800px;
    padding: 0%;
  }

  .hero-content-div {
    background-color: #00253600;
    max-width: 70%;
    padding: 20px 20px 2% 3%;
  }

  .hero-bold-line {
    color: var(--color);
    font-size: 2.8em;
  }

  .button-holder-hero {
    flex-flow: wrap;
    min-width: 100%;
  }

  .button {
    letter-spacing: -.5px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.rev.marg {
    margin-left: 0;
  }

  .nav-link {
    padding: 0;
  }

  .nav-link.phoen {
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 5px;
  }

  .nav-icon {
    width: auto;
    max-height: 20px;
    margin-right: 0;
  }

  .nav-text {
    display: none;
  }

  .self-test-text {
    min-width: 130%;
    padding: 20px;
  }

  .what-is-wrapper {
    flex-flow: column;
  }

  .what-is-left-column {
    width: 100%;
  }

  .what-is-text-div {
    padding: 0;
  }

  .symptom-text-div {
    justify-content: flex-start;
    width: 100%;
    position: static;
  }

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

  .cat-surgery-left {
    width: 100%;
    max-height: 450px;
  }

  .cat-surg-right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials {
    padding-bottom: 3%;
  }

  .testimonial-holder {
    flex-flow: column;
    margin-top: 0;
  }

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

  .candidate-sections {
    flex-flow: column;
  }

  .special-list-holder {
    min-width: 0;
    padding: 20px;
  }

  .cand-img {
    width: 100%;
  }

  .body-btns {
    min-width: 100%;
  }

  .nav-icon-div {
    margin-left: 10px;
    margin-right: 0;
  }

  .what-is-right-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .colored-inner-txt {
    padding: 20px;
  }

  .doc-holder-div {
    width: 90%;
  }

  .dpc-column._1 {
    flex-flow: column;
    margin-right: 0;
  }

  .dpc-column._2 {
    flex-flow: column;
    margin-left: 0;
  }

  .doc-txt {
    width: 100%;
    margin-top: 15px;
  }

  .doc-outline-div {
    display: none;
  }

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

  .joe-jonas-parallax {
    background-position: 40% 0;
    background-attachment: scroll;
    padding-top: 20px;
    padding-left: 20px;
  }

  .joe-jonas-div {
    flex-direction: column;
    align-items: flex-start;
    max-width: 60%;
    display: flex;
  }

  .joe-video-holder {
    width: 100%;
  }
}

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

  .hero {
    height: 450px;
    margin-top: 50px;
    padding-bottom: 2%;
  }

  .hero-content-div {
    max-width: 100%;
    padding-bottom: 0%;
    padding-right: 3%;
  }

  .hero-bold-line {
    margin-bottom: 10px;
    font-size: 2em;
  }

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

  .image {
    height: 50px;
    margin-left: 0;
  }

  .nav-menu {
    height: 60px;
  }

  .self-test-section {
    flex-flow: column;
  }

  .self-text-title-whole {
    width: 100%;
    padding: 2%;
  }

  .self-test-text {
    min-width: 100%;
  }

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

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

  .cat-surgery-left {
    max-height: 350px;
  }

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

  .location-div {
    width: 100%;
    margin-top: 20px;
  }

  .schedule-div {
    width: 100%;
  }

  .lg-hero-sub, .fancy-list-item {
    font-size: 1em;
  }

  .joe-jonas-parallax {
    background-position: 0%;
    align-items: center;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .joe-jonas-div {
    background-color: #ffffffc4;
    max-width: 65%;
    padding: 10px;
  }

  .joe-jonas-text {
    font-size: 1em;
    line-height: 1.2em;
  }

  .joe-video-holder {
    margin-bottom: 10px;
  }

  .cast-calc-wrapper {
    padding: 20px;
  }
}

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

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

  .hero {
    background-position: 90% 0;
    height: 550px;
    margin-top: 40px;
    padding: 0%;
  }

  .hero-content-div {
    padding: 15px;
  }

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

  .button-holder-hero {
    flex-flow: column;
    align-items: stretch;
    margin-top: 0;
  }

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

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

  .image {
    height: 35px;
  }

  .nav-menu {
    height: 40px;
  }

  .nav-link {
    padding: 0;
  }

  .nav-link.phoen {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    padding-right: 5px;
  }

  .nav-icon {
    width: 20px;
  }

  .self-test-section {
    flex-flow: column;
  }

  .self-text-title-whole {
    width: 100%;
    padding: 5%;
  }

  .self-test-text {
    min-width: 0;
    padding: 10px;
  }

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

  .cat-surgery-left {
    max-height: 300px;
  }

  .l-marg {
    margin-left: 0;
  }

  .body-btns {
    flex-flow: column;
    align-items: stretch;
  }

  .nav-icon-div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }

  .image-9 {
    max-height: 15px;
  }

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

  .list-49 {
    width: 100%;
  }

  .dpc-column._1, .dpc-column._2 {
    padding: 15px;
  }

  .doc-div {
    width: 100%;
  }

  .fancy-list-item {
    align-items: flex-start;
    padding-left: 0;
  }

  .joe-jonas-parallax {
    padding: 0;
  }

  .joe-jonas-div {
    background-color: #fff;
    max-width: none;
    padding: 50px 20px;
  }

  .joe-mobile {
    margin-bottom: 20px;
    display: block;
  }

  .lasik-cost-calc {
    padding: 15px;
  }
}


