:root {
  --color: white;
  --color-3: #2898c6;
  --color-2: #333;
  --color-4: #87c628;
  --color-5: #0b506d;
  --white: white;
  --black: black;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: #2898c6;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

.hero {
  height: 100vh;
  padding: 1%;
}

.hero-photo-div {
  height: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

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

.hero-written-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12% 5% 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content-div {
  z-index: 1;
  width: 60%;
  height: 30vh;
  flex-direction: column;
  align-items: flex-start;
  padding: 0%;
  display: flex;
  position: relative;
}

.transparent-hero-text {
  width: auto;
  color: rgba(11, 80, 109, .21);
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 18%;
  padding-left: 2%;
  font-size: 7em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-line-top {
  z-index: 1;
  color: var(--color);
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.hero-sub-text {
  z-index: 1;
  color: var(--color);
  margin-bottom: 30px;
  font-size: 2em;
  position: relative;
}

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

.hero-outline-button {
  border: 1px solid var(--color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  padding: 14px 20px 12px;
  font-weight: 600;
  line-height: 1em;
}

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

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

.hero-outline-button.marg:hover {
  color: var(--color-2);
}

.hero-gradient {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .45), rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, 0) 101%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  height: 100px;
  background-color: var(--color);
  padding-left: 25px;
  padding-right: 25px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-2 {
  height: 90px;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-menu {
  height: 100px;
  align-items: center;
  display: flex;
}

.nav-link {
  border-bottom: 2px solid var(--color);
  text-transform: uppercase;
  background-image: url('../images/icons8-quiz.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.nav-link:hover {
  border-bottom-color: var(--color-4);
  color: var(--color-3);
}

.nav-link.consult {
  background-image: url('../images/icons8-calendar.svg');
}

.nav-link.phone {
  background-color: var(--color-3);
  color: #000;
  background-image: url('../images/icons8-phone.svg');
}

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

.selftest-section {
  min-height: 45vh;
  padding-bottom: 1%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.st-wrapper-div {
  width: 100%;
  background-color: var(--color-3);
  background-image: linear-gradient(132deg, var(--color-5), var(--color-3));
  flex-direction: column;
  align-items: flex-start;
  padding: 5%;
  display: flex;
  position: relative;
}

.h2-white {
  color: #fff;
}

.st-top-left {
  width: 100%;
  max-width: none;
  background-color: rgba(11, 80, 109, .46);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2%;
  display: flex;
  /* position: absolute; */
  top: 10%;
  bottom: 30%;
  left: 3%;
  right: auto;
}

.lg-par {
  color: var(--color);
  font-size: 1.5em;
  line-height: 1.2em;
}

.st-bottom-right {
  width: 50%;
  max-width: none;
  background-color: var(--color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: flex;
  position: absolute;
  top: 30%;
  bottom: 10%;
  left: auto;
  right: 3%;
}

.image-3 {
  width: 100%;
}

.candidate-section {
  min-height: 75vh;
  background-image: url('../images/young-guy-with-dog.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
  display: flex;
}

.candidate-wrapper {
  width: 50%;
  background-color: rgba(11, 80, 109, .75);
  padding: 20px;
}

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

.fancy-list {
  color: var(--color);
  align-items: center;
  margin-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.image-4 {
  width: 30px;
  margin-right: 15px;
}

.how-does-it-work-section {
  background-color: rgba(11, 80, 109, .1);
  margin: 1%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.how-works-wrapper {
  width: 90%;
  min-height: 80vh;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-left-45 {
  z-index: 1;
  width: 60%;
  background-color: var(--color);
  box-shadow: 15px 15px 0 0 var(--color-3);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button {
  background-color: var(--color-3);
  color: var(--color-2);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 20px 12px;
  font-weight: 600;
  line-height: 1.2em;
}

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

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

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

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

.photo-50 {
  width: 55%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 15%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

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

.lasik-steps-holder {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.image-6 {
  max-width: 40%;
  border: 5px solid var(--color);
}

.top-left-line {
  width: 200px;
  height: 2px;
  background-color: var(--color-4);
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.top-left-line-vert {
  width: 2px;
  height: 200px;
  background-color: var(--color-4);
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.trust-section {
  min-height: 0;
  background-image: linear-gradient(rgba(40, 152, 198, .9), rgba(40, 152, 198, .9)), url('../images/portsmouth-new-hampshire.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.trust-wrapper-div {
  width: 90%;
  height: auto;
  min-height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.transparent-trust-text {
  width: 100%;
  color: rgba(11, 80, 109, .21);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0%;
  padding-left: 2%;
  font-size: 7em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.trust-content-div {
  flex-direction: column;
  align-items: center;
  padding-top: 6%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.surgeons-wrapper {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

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

.surgeon-holder {
  min-height: 400px;
  background-color: var(--color-5);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10%;
  padding: 30px 30px 10px;
  display: flex;
}

.photo-and-doc-name {
  width: 100%;
  height: 200px;
  align-items: stretch;
  margin-top: -100px;
  margin-bottom: 30px;
  display: flex;
}

.doc-photo {
  width: auto;
  object-fit: cover;
  margin-right: 25px;
  overflow: hidden;
}

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

.doc-text-title {
  width: 80%;
  color: var(--color-4);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.footer {
  max-height: 600px;
  min-height: 550px;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 1%;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  background-color: var(--color-3);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer-photo-div-35 {
  width: 40%;
  object-fit: cover;
  overflow: hidden;
}

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

.footer-content-div {
  width: 63%;
  background-color: var(--color);
  justify-content: space-between;
  padding: 25px;
  display: flex;
  /* position: absolute; */
  top: 25px;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.address-div {
  width: 35%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.4em;
  display: flex;
}

.form-div {
  width: 62%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.field-label {
  font-weight: 400;
  line-height: 1em;
}

.form-block {
  width: 100%;
}

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

.body-buttons {
  align-items: center;
  display: flex;
}

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

  h3 {
    font-size: 1.2em;
  }

  .hero {
    height: 700px;
  }

  .hero-written-content {
    padding: 5% 2% 2%;
  }

  .transparent-hero-text {
    padding-top: 22%;
    padding-left: 1%;
    font-size: 4em;
  }

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

  .hero-sub-text {
    font-size: 1.5em;
    line-height: 1.2em;
  }

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

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

  .navbar {
    height: 85px;
    padding-right: 0;
  }

  .image-2 {
    height: 75px;
  }

  .selftest-section {
    min-height: 55vh;
  }

  .st-top-left {
    width: 65%;
    bottom: 45%;
  }

  .st-bottom-right {
    width: 65%;
    top: 50%;
  }

  .candidate-section {
    min-height: 0;
  }

  .candidate-wrapper {
    width: 100%;
    background-color: #0b506d;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .how-works-wrapper {
    flex-direction: column;
  }

  .text-left-45 {
    width: 100%;
    box-shadow: none;
    padding: 30px;
    position: relative;
  }

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

  .photo-50 {
    width: 100%;
    max-height: 400px;
    position: relative;
  }

  .image-6 {
    max-width: 50%;
  }

  .trust-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/portsmouth-new-hampshire.jpg');
    background-attachment: scroll, scroll;
  }

  .trust-wrapper-div {
    min-height: 60vh;
  }

  .photo-and-doc-name {
    height: 150px;
    margin-top: -75px;
  }

  .footer {
    max-height: none;
    min-height: 80vh;
  }

  .footer-content-div {
    width: 70%;
    flex-direction: column;
    padding: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
  }

  .address-div, .form-div {
    width: 100%;
  }

  .brand-2 {
    max-width: 150px;
  }

  .body-buttons {
    width: auto;
    flex-direction: column;
    align-items: stretch;
  }
}

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

  .hero {
    height: 500px;
  }

  .transparent-hero-text {
    padding-top: 12%;
  }

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

  .hero-sub-text {
    font-size: 1.2em;
  }

  .navbar {
    height: 60px;
    padding-left: 0%;
  }

  .image-2 {
    height: 50px;
  }

  .selftest-section {
    min-height: 45vh;
  }

  .st-top-left {
    width: 75%;
    justify-content: flex-start;
    bottom: 45%;
  }

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

  .st-bottom-right {
    width: 75%;
  }

  .photo-50 {
    max-height: 300px;
  }

  .trust-section {
    padding-top: 0%;
  }

  .trust-wrapper-div {
    min-height: 70vh;
  }

  .surgeon-holder {
    padding: 5%;
  }

  .photo-and-doc-name {
    height: 125px;
    margin-top: -50px;
  }

  .doc-text-title {
    font-size: 1.5em;
  }

  .footer {
    min-height: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0%;
  }

  .footer-wrapper {
    padding: 10px;
  }

  .footer-photo-div-35 {
    display: none;
  }

  .footer-content-div {
    width: 100%;
    padding: 20px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/young-woman-photographer.jpg');
    background-position: 0 0, 80% 0;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 1%;
    padding: 2%;
    display: flex;
  }

  .hero-photo-div {
    height: auto;
    display: flex;
    position: static;
  }

  .image {
    display: none;
  }

  .hero-written-content {
    justify-content: flex-end;
    position: static;
  }

  .hero-content-div {
    width: 100%;
    height: auto;
  }

  .transparent-hero-text {
    display: none;
  }

  .hero-sub-text {
    margin-bottom: 10px;
  }

  .hero-buttons {
    width: 100%;
  }

  .hero-outline-button {
    font-size: .9em;
    font-weight: 400;
  }

  .hero-outline-button.marg {
    letter-spacing: 0;
  }

  .hero-gradient {
    display: none;
  }

  .selftest-section {
    min-height: 0;
  }

  .st-top-left {
    width: 100%;
    background-color: rgba(11, 80, 109, 0);
    position: static;
    top: 5%;
  }

  .lg-par {
    margin-bottom: 20px;
  }

  .st-bottom-right {
    width: 100%;
    position: static;
    bottom: 5%;
  }

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

  .how-does-it-work-section {
    padding: 0%;
  }

  .how-works-wrapper {
    width: 100%;
  }

  .text-left-45 {
    padding: 5%;
  }

  .button.marg-2, .button.green {
    letter-spacing: 0;
    font-weight: 400;
  }

  .top-left-line, .top-left-line-vert {
    display: none;
  }

  .trust-wrapper-div {
    min-height: 0;
  }

  .transparent-trust-text {
    display: none;
  }

  .trust-content-div {
    position: static;
  }

  .surgeon-section {
    padding-bottom: 1%;
  }

  .surgeons-wrapper {
    width: 98%;
  }

  .surgeon-holder {
    margin-top: 0%;
    margin-bottom: 1%;
  }

  .photo-and-doc-name {
    height: auto;
    flex-direction: column;
    margin-top: 0;
  }

  .doc-photo {
    width: 50%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-wrapper {
    padding: 0;
  }

  .footer-content-div {
    padding: 5%;
  }
}
