:root {
  --color-3: #6636a5;
  --color-5: #2db4da;
  --color-4: #421b74;
  --color: white;
  --color-2: #333;
  --color-6: #1d8aa8;
}

h2 {
  color: var(--color-3);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--color-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

.hero {
  background-image: radial-gradient(circle farthest-corner at 70% 50%, var(--color-3), var(--color-4));
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  margin-top: 80px;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.hero-overlay {
  z-index: 10;
  background-image: radial-gradient(circle, #000, #d9d9d9 85%, #fff);
  height: auto;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  z-index: 1;
  height: 85vh;
}

.hero-gradient {
  z-index: 10;
  background-image: radial-gradient(circle farthest-corner at 70% 50%, #0000, var(--color-4));
  opacity: 1;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.hero-content-holder {
  z-index: 20;
  flex-flow: column;
  align-items: flex-start;
  width: 580px;
  display: flex;
  position: relative;
}

.hero-top-line {
  color: var(--color);
  letter-spacing: 1px;
  font-size: 2.85em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-top-line.right {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  justify-content: flex-end;
  width: 550px;
  margin-bottom: 0;
  margin-left: 5%;
  font-size: 5em;
  display: flex;
}

.text-block {
  color: #fff;
  -webkit-text-stroke-color: var(--color-5);
}

.color-block-text {
  background-color: var(--color-5);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 550px;
  margin-bottom: 30px;
  margin-left: 5%;
  padding: 10px 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.hero-button-holder {
  justify-content: space-between;
  align-items: center;
  width: 665px;
  margin-left: 5%;
  display: flex;
}

.hero-button-holder.top-marg {
  width: 100%;
  margin-top: 10px;
  margin-left: 0%;
}

.hero-button-holder.top-marg.max {
  width: 100%;
}

.hero-button {
  border: 1px solid var(--color);
  color: var(--color);
  justify-content: center;
  align-items: center;
  width: 49%;
  padding: 10px 15px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

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

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

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

.image-2 {
  height: 80px;
}

.brand {
  margin-top: 0;
  margin-bottom: 0;
}

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

.nav-link {
  color: var(--color-3);
  background-image: url('../images/icons8-calendar-50-1.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-weight: 600;
  line-height: 1em;
}

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

.nav-link.call {
  background-image: url('../images/icons8-call-50-1.png');
}

.what-is-photo-section {
  padding-top: 6%;
}

.vision-correction-photo-holder {
  background-image: url('../images/keeper-of-the-plains.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 80%;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
}

.vision-explained {
  padding-bottom: 6%;
}

.vision-correction-type-wrap {
  flex-flow: wrap;
  justify-content: center;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vision-type-div {
  background-color: var(--color);
  box-shadow: 5px 5px 0 0 var(--color-3);
  color: #000;
  text-align: center;
  background-image: linear-gradient(#2db4da1a, #2db4da1a);
  width: 48%;
  min-height: 300px;
  margin-top: -5%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px 20px 0;
  line-height: 1.5em;
}

.vision-type-div.top-marg {
  background-image: linear-gradient(#2db4da1a, #2db4da1a);
  margin-top: 2%;
}

.image-3 {
  filter: invert();
  height: 30px;
  margin-bottom: 10px;
}

.what-procedure-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #250949);
  padding-top: 5%;
  padding-bottom: 5%;
}

.which-procedure-wrapper {
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-white-center {
  color: var(--color);
  text-align: center;
  -webkit-text-stroke-width: 0px;
}

.candidate-section {
  padding-top: 6%;
  padding-bottom: 6%;
}

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

.candidate-left {
  flex-flow: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.who-title-div {
  z-index: 1;
  background-color: var(--color-5);
  color: var(--color-2);
  -webkit-text-stroke-width: 1px;
  width: 100%;
  padding: 20px 20px 40px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.candidate-photo-div {
  z-index: 2;
  object-fit: cover;
  width: 103%;
  max-height: 400px;
  margin-top: -20px;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}

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

.candidate-text-div {
  flex-flow: column;
  justify-content: flex-end;
  width: 55%;
  padding-top: 50px;
  display: flex;
}

.candidate-text {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 40px 40px 40px 14%;
  display: flex;
}

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

.meet-patel-section {
  padding-top: 0%;
  padding-bottom: 8%;
}

.patel-wrapper {
  justify-content: space-between;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-wrapper-left {
  flex-flow: column;
  justify-content: flex-end;
  width: 65%;
  display: flex;
}

.doc-award-holder {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.image-5 {
  height: 225px;
  margin-right: 20px;
}

.meet-doc-text {
  background-color: var(--color);
  box-shadow: 7px 7px 0 0 var(--color-3);
  background-image: linear-gradient(#2db4da1a, #2db4da1a);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 105%;
  margin-bottom: -5%;
  padding: 30px;
  display: flex;
  position: relative;
}

.doc-photo-holder {
  object-fit: cover;
  width: 35%;
  overflow: hidden;
}

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

.schedule-button {
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
  color: var(--color);
  align-items: center;
  width: auto;
  padding: 10px 15px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.testimoinal-photo-section {
  background-image: linear-gradient(218deg, #0000, #0000 46%, #00000082), url('../images/happy-patient.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 55vh;
  padding-bottom: 5%;
  padding-left: 4%;
  display: flex;
}

.testimonials-section {
  background-color: var(--color-3);
  align-items: stretch;
  padding-bottom: 3.5%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.testimonial-block-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial-block {
  border-bottom: 5px solid var(--color-5);
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: space-between;
  width: 31%;
  margin-top: -5%;
  padding: 15px;
  line-height: 1.5em;
  display: flex;
}

.name {
  color: var(--color-5);
  text-transform: uppercase;
  font-weight: 600;
}

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

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

.address-holder {
  background-color: #2db4da1a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding: 20px;
  line-height: 1.5em;
  display: flex;
}

.form-div {
  background-color: var(--color-4);
  width: 65%;
  padding: 25px;
  display: flex;
}

.white-form-holder {
  background-color: var(--color);
  width: 100%;
  padding: 25px;
}

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

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

.form-field-5050 {
  justify-content: space-between;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--color-5);
}

.text-field._49 {
  background-color: #2db4da0d;
  width: 49%;
}

.textarea {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--color-5);
  background-color: #2db4da0d;
  margin-bottom: 20px;
}

.select-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--color-5);
  color: #3333338a;
  background-color: #2db4da0d;
}

.hero-button-100 {
  border: 1px solid var(--color);
  color: var(--color);
  justify-content: center;
  align-items: center;
  width: 49%;
  padding: 10px 15px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.standard-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .hero {
    justify-content: flex-end;
    align-items: flex-start;
    height: 800px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .hero-overlay {
    background-image: none;
  }

  .background-video-2 {
    display: none;
  }

  .hero-gradient {
    mix-blend-mode: normal;
    background-image: linear-gradient(#00000080, #00000080), url('../images/keeper-of-the-plains.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-top-line.right, .color-block-text, .hero-button-holder {
    margin-left: 0%;
  }

  .hero-button-holder.top-marg.max {
    width: 100%;
  }

  .vision-correction-photo-holder {
    display: none;
  }

  .vision-correction-type-wrap {
    flex-flow: column;
  }

  .vision-type-div {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 20px;
  }

  .vision-type-div.top-marg {
    margin-top: 0%;
  }

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

  .candidate-left {
    width: 100%;
  }

  .who-title-div {
    padding-bottom: 20px;
  }

  .candidate-photo-div {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .candidate-text {
    margin-bottom: 0;
    padding: 20px;
  }

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

  .doc-wrapper-left {
    width: 100%;
  }

  .doc-award-holder {
    justify-content: space-between;
  }

  .image-5 {
    max-width: 30%;
    height: auto;
    margin-right: 0;
  }

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

  .doc-photo-holder {
    width: 55%;
  }

  .testimoinal-photo-section {
    background-position: 0 0, 0%;
    background-attachment: scroll, scroll;
    min-height: 35vh;
  }

  .testimonial-block-holder {
    flex-flow: column;
  }

  .testimonial-block {
    width: 100%;
  }

  .testimonial-block._2 {
    margin-top: 20px;
  }
}

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

  .hero {
    height: 500px;
    margin-top: 55px;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-content-holder {
    width: 100%;
  }

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

  .hero-top-line.right {
    justify-content: flex-start;
    font-size: 4em;
  }

  .color-block-text {
    text-align: left;
    width: auto;
    font-size: 1.2em;
    line-height: 1em;
  }

  .hero-button-holder {
    flex-flow: row;
    align-items: stretch;
    width: 100%;
  }

  .hero-button-holder.top-marg.max {
    flex-flow: column;
  }

  .hero-button {
    width: 49%;
    margin-bottom: 10px;
  }

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

  .image-2 {
    height: 50px;
  }

  .nav-menu {
    height: 60px;
  }

  .vision-explained {
    padding-bottom: 4%;
  }

  .vision-type-div {
    margin-left: 0%;
    margin-right: 0%;
  }

  .candidate-photo-div {
    max-height: 325px;
  }

  .candidate-text {
    padding-bottom: 10px;
  }

  .doc-award-holder {
    justify-content: space-around;
    padding: 0;
  }

  .image-5 {
    max-width: 20%;
  }

  .doc-photo-holder {
    width: 65%;
  }

  .testimoinal-photo-section {
    min-height: 30vh;
  }

  .schedule-wrapper-div {
    flex-flow: column;
  }

  .address-holder {
    width: 100%;
    margin-top: 20px;
  }

  .form-div {
    width: 100%;
    padding: 10px;
  }

  .white-form-holder {
    padding: 20px;
  }

  .hero-button-100 {
    width: auto;
    margin-bottom: 10px;
  }

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

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

  .hero {
    height: auto;
    margin-top: 100px;
    padding-top: 200px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .color-block-text {
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

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

  .hero-button {
    width: auto;
  }

  .navbar {
    border-bottom: 1px solid #000;
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .nav-menu {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .nav-link {
    background-size: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: .9em;
  }

  .candidate-text {
    padding: 10px;
  }

  .doc-award-holder {
    justify-content: space-between;
    margin-top: 0;
  }

  .image-5 {
    max-width: 30%;
  }

  .meet-doc-text {
    padding: 15px;
  }

  .doc-photo-holder {
    width: 100%;
  }

  .schedule-button {
    font-size: .9em;
  }
}


