:root {
  --color: #99cbbb;
  --color-4: white;
  --color-2: #006752;
  --color-3: #8f6427;
  --color-5: #333;
  --white: white;
  --black: black;
}

h2 {
  color: var(--color);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.navbar {
  z-index: 5000;
  background-color: var(--color-4);
  padding: 10px 35px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-div {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  width: 18%;
}

.body {
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.nav-ink {
  color: var(--color-2);
  background-image: url('../images/calendar.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 15px 30px 15px 40px;
  font-size: 15px;
  line-height: 1em;
}

.nav-ink:hover {
  color: var(--color-3);
}

.nav-ink.phone {
  background-color: var(--color-2);
  color: var(--color-4);
  -webkit-text-stroke-color: var(--color-2);
  background-image: url('../images/phone.svg');
  background-position: 7%;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 500;
}

.nav-ink.phone:hover {
  background-color: var(--color);
}

.hero {
  height: 100vh;
  background-image: linear-gradient(51deg, #000, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0) 80%), url('../images/woman-getting-eye-exam_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding: 100px 100px 100px 75px;
  display: flex;
}

.double_line_div {
  width: 100%;
  height: 1px;
  background-color: var(--color);
}

.mobile-hero-img {
  display: none;
}

.button {
  background-color: var(--color);
  color: var(--color-4);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-size: .9em;
  font-weight: 500;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.button.black {
  background-color: var(--color-4);
  color: #000;
  border: 1px solid #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button.black:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}

.button.black {
  background-color: var(--color-4);
  color: #000;
  border: 1px solid #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button.black:hover {
  color: #fff;
  background-color: #000;
}

.single_line_div {
  width: 30%;
  height: 1px;
  background-color: var(--color);
}

.slide_tagline {
  height: 50px;
  background-color: var(--color);
  color: var(--color-5);
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  padding: 0 5px 0 10px;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.hero-wrapper-div {
  width: 55%;
  position: relative;
  top: 0%;
  left: 0%;
}

.doble_line_wrapper {
  width: 6%;
  height: 30px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.hero-buttons {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0%;
  padding-left: 0%;
  display: block;
}

.hero-tagline-text {
  color: var(--color-4);
  text-transform: none;
  margin-bottom: 30px;
  margin-left: 0%;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
}

.slide_label_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.self-test-section {
  padding-top: 125px;
  padding-bottom: 50px;
}

.selftest-wrapper-div {
  width: 90%;
  max-width: 1600px;
  border-top: 1px solid #98867d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  display: flex;
  position: relative;
}

.h2 {
  color: var(--color-2);
  text-align: left;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
  font-family: Playfair Display, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  position: static;
  top: -30px;
}

.h2.absolute {
  background-color: var(--color-4);
  position: absolute;
}

.h2.absolute.caps {
  color: var(--color-2);
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
}

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

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

.p-center {
  text-align: center;
}

.list-48 {
  width: 48%;
}

.what-are-cataracts-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 100px;
}

.photo-48 {
  width: 48%;
  object-fit: cover;
  overflow: hidden;
}

.list-item {
  color: #fff;
  margin-bottom: 10px;
}

.list-item.dark {
  color: #333;
}

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

.list-50-50 {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

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

.what-are-cataracts-wrapper-div {
  width: 90%;
  max-width: none;
  min-height: 400px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.par {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
}

.par.white {
  color: #fff;
}

.par.center {
  text-align: center;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
}

.doctors-section {
  min-height: 0;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
}

.cataract-symptom-wrapper-div {
  width: 50%;
  min-height: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-symptoms {
  width: 100%;
  background-color: rgba(0, 0, 0, .62);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.cataract-symptoms {
  min-height: 80vh;
  background-image: url('../images/guy-on-phone.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 5%;
  display: flex;
}

.testimonial-top-items {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial {
  width: 32%;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 0;
  display: flex;
}

.testimonial-holder {
  min-height: 0;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

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

.testimonial-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color), var(--color-2));
  background-position: 0 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-48 {
  max-width: 125px;
  margin-bottom: 20px;
}

.text-area::-ms-input-placeholder {
  font-family: Barlow, sans-serif;
}

.text-area::placeholder {
  font-family: Barlow, sans-serif;
}

.footer-left-40 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block {
  width: 80%;
}

.footer-wrapper-div {
  width: 90%;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-field::-ms-input-placeholder {
  font-family: Barlow, sans-serif;
}

.text-field::placeholder {
  font-family: Barlow, sans-serif;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.copyright {
  background-color: var(--color-2);
  color: #e9eef3;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 15px 50px;
  display: flex;
}

.text-block {
  text-align: center;
}

.location-holder-100 {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.footer-right-48 {
  width: 90%;
  padding-top: 30px;
  padding-left: 0;
}

.location-holder {
  width: 30%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h4 {
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.image-49 {
  max-height: 80px;
}

.text-link {
  border: 1px solid var(--color);
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .navbar {
    padding: 5px 15px;
  }

  .brand {
    width: 30%;
  }

  .nav-ink, .nav-ink.phone {
    background-position: 2%;
  }

  .hero {
    height: auto;
    background-position: 0 0, 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 0% 0;
  }

  .mobile-hero-img {
    display: block;
  }

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

  .button.black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide_tagline {
    height: 40px;
    font-size: 1.7vw;
    line-height: .8em;
  }

  .hero-wrapper-div {
    width: 100%;
    background-color: var(--color-5);
    padding: 25px 50px;
    top: auto;
    left: auto;
  }

  .hero-tagline-text {
    margin-bottom: 15px;
    font-size: 5vw;
  }

  .slide_label_wrapper {
    margin-bottom: 15px;
  }

  .self-test-section {
    padding-top: 100px;
  }

  .selftest-wrapper-div {
    padding-top: 50px;
  }

  .h2 {
    font-size: 2em;
    top: -20px;
  }

  .what-are-cataracts-section {
    padding-top: 0;
  }

  .photo-48 {
    width: 100%;
    margin-top: 0;
  }

  .text-48 {
    width: 100%;
    padding-top: 30px;
  }

  .text-48.about {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .what-are-cataracts-wrapper-div {
    min-height: 0;
    flex-direction: column;
  }

  .doctors-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .button-holder {
    flex-direction: column;
    display: flex;
  }

  .cataract-symptom-wrapper-div {
    width: 100%;
    background-color: #000;
    flex-direction: column;
    margin-left: 0;
  }

  .text-symptoms {
    width: 100%;
    background-color: #47525c;
    padding: 70px 5%;
  }

  .cataract-symptoms {
    min-height: 0;
    padding: 0;
  }

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

  .testimonial-holder {
    flex-direction: column;
  }

  .testimonial-section {
    padding-bottom: 80px;
  }

  .footer-left-40 {
    width: 100%;
    align-items: flex-start;
  }

  .form-block {
    width: 100%;
  }

  .form {
    align-items: flex-start;
  }

  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .location-holder-100 {
    flex-direction: column;
    margin-top: 0;
  }

  .footer-right-48 {
    padding-top: 0;
    padding-left: 0;
  }

  .location-holder {
    width: 100%;
  }

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

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
    padding: 10px;
  }

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

  .nav-menu {
    background-color: var(--color-4);
  }

  .image-49 {
    max-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 5px 10px;
  }

  .brand {
    width: 45%;
  }

  .hero {
    height: auto;
    padding-top: 6%;
  }

  .button {
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.black {
    text-align: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .single_line_div {
    width: 45%;
  }

  .slide_tagline {
    height: 40px;
    margin-left: 6px;
    margin-right: 6px;
    line-height: 1.2em;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 25px;
    top: auto;
  }

  .doble_line_wrapper {
    width: 7%;
  }

  .hero-buttons {
    flex-direction: row;
    align-items: center;
    display: none;
  }

  .hero-tagline-text {
    margin-bottom: 10px;
    margin-left: 0%;
    font-size: 5vw;
    line-height: 1.3em;
  }

  .slide_label_wrapper {
    margin-bottom: 15px;
  }

  .self-test-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .selftest-wrapper-div {
    padding-top: 45px;
  }

  .what-are-cataracts-section {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .photo-48 {
    width: 100%;
    margin-top: 0;
  }

  .text-48 {
    padding-top: 15px;
  }

  .what-are-cataracts-wrapper-div {
    flex-direction: column;
  }

  .par {
    margin-bottom: 15px;
  }

  .doctors-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-holder {
    flex-direction: row;
  }

  .text-symptoms {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cataract-symptoms {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-holder {
    margin-top: 30px;
  }

  .testimonial-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

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

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

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .copyright {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .text-block {
    text-align: center;
  }

  .footer-right-48 {
    margin-top: 20px;
    padding-left: 0;
  }

  .image-49 {
    max-height: 60px;
  }

  .text-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-top: 10px;
    font-size: 25px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 55%;
  }

  .hero {
    background-position: 0 0, 80% 0;
    padding-top: 9%;
  }

  .button {
    text-align: center;
    margin-bottom: 8px;
    padding: 9px 10px;
  }

  .button.black {
    text-align: center;
    text-align: center;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .single_line_div {
    width: 18%;
  }

  .slide_tagline {
    font-size: 3vw;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 10px;
    top: auto;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    display: none;
  }

  .hero-tagline-text {
    margin-left: 0%;
    font-size: 2em;
    font-weight: 500;
  }

  .slide_label_wrapper {
    margin-bottom: 10px;
  }

  .self-test-section {
    padding-top: 90px;
    padding-bottom: 25px;
  }

  .selftest-wrapper-div {
    border-top-style: none;
    padding-top: 0;
  }

  .h2 {
    font-size: 1.5em;
    position: static;
    top: -15px;
  }

  .h2.absolute.caps {
    top: -70px;
  }

  .list-48 {
    width: auto;
    padding-left: 20px;
  }

  .list-50-50 {
    flex-direction: column;
  }

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

  .testimonial {
    margin-bottom: 15px;
  }

  .testimonial-holder {
    margin-top: 0;
  }

  .footer {
    padding-bottom: 30px;
  }

  .text-block {
    text-align: center;
  }

  .h4 {
    font-size: 1em;
  }

  .image-49 {
    max-height: 50px;
  }

  .text-link {
    font-size: 15px;
    line-height: 1.6em;
  }

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


