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

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 {
  color: var(--color-6);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  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;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .8em;
  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: url('../images/keeper-of-the-plains.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.hero-gradient {
  z-index: 10;
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #0000 2%, #0000 28%, #00000057 69%, #00000069), radial-gradient(circle farthest-corner at 80% 0%, #0000 4%, #0000 24%, var(--color-4));
  opacity: 1;
  mix-blend-mode: normal;
  position: absolute;
  inset: 0%;
}

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

.hero-top-line {
  color: var(--color);
  letter-spacing: 1px;
  font-size: 3.5em;
  font-weight: 500;
  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: 755px;
  margin-bottom: 30px;
  margin-left: 5%;
  font-size: 4em;
  font-weight: 700;
  display: flex;
}

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

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

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

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

.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: 1em;
  text-decoration: none;
  display: flex;
}

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

.hero-button.no-w {
  width: auto;
  padding: 12px 30px;
}

.hero-button.no-w:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
}

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

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

.image-2 {
  height: 80px;
}

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

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

.nav-link {
  color: var(--color-3);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
}

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

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

.vision-correction-photo-holder {
  background-image: linear-gradient(#00000080, #00000080), url('../images/prairie.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 10% 3%;
  display: flex;
}

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

.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-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.candidate-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 0%;
  display: flex;
}

.candidate-photo-div {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 80%;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

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

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

.candidate-text {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 115%;
  margin-bottom: -5%;
  padding: 30px;
  display: flex;
  position: relative;
}

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

.p-white.max {
  max-width: 40%;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
}

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

.patel-wrapper {
  justify-content: space-between;
  width: 80%;
  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: space-between;
  align-items: center;
  height: 15%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.doc-photo-holder {
  object-fit: cover;
  width: 100%;
  height: 80%;
  margin-bottom: 0%;
  overflow: hidden;
}

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

.testimoinal-photo-section {
  background-image: linear-gradient(211deg, #0000 3% 23%, #000000d9), url('../images/young-woman-using-cellphone.jpg');
  background-position: 0 0, 100% 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: 8%;
  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: 0%;
  padding-bottom: 0%;
}

.schedule-wrapper-div {
  justify-content: space-between;
  align-items: stretch;
  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%;
  margin-top: 50px;
  margin-bottom: 50px;
  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);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
}

.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;
}

.nav-link-btn {
  background-color: var(--color-3);
  color: var(--color);
  background-image: url('../images/icons8-call-50-1_1icons8-call-50 (1).png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 10px 15px 10px 35px;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
}

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

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

.dropdown-toggle {
  color: var(--color-3);
  padding: 10px 25px 10px 15px;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
}

.dropdown-toggle:hover {
  color: var(--color-5);
}

.dropdown-list {
  background-color: var(--color);
}

.dropdown-list.w--open {
  background-color: var(--color-3);
}

.dropdown-link {
  color: var(--color);
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  line-height: 1em;
}

.dropdown-link:hover {
  background-color: var(--color-5);
  color: var(--color-4);
}

.icon {
  margin-right: 5px;
}

.dropdown-list-side-by-side {
  background-color: #a1a69c;
}

.dropdown-list-side-by-side.w--open {
  background-color: #1a1e26;
  display: flex;
}

.drop-down-link-holder {
  background-color: var(--color-3);
  flex-direction: column;
  display: flex;
}

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

.image-7 {
  width: auto;
  max-width: none;
  min-height: 0;
  max-height: 200px;
  margin-top: -10px;
}

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

.service-header-holder {
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.h2-center.lg {
  font-size: 3em;
}

.button {
  background-color: var(--color-5);
  color: var(--color-4);
  text-align: center;
  padding: 12px 30px;
  font-weight: 600;
  text-decoration: none;
}

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

.service-wrapper {
  justify-content: space-between;
  align-items: stretch;
  min-height: 50vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.service-link-div {
  flex-flow: row;
  width: 23%;
  display: flex;
}

.service-link-div.btm {
  z-index: 10;
  padding-bottom: 75px;
  position: relative;
}

.service-link-div.top {
  z-index: 10;
  padding-top: 75px;
  position: relative;
}

.service-link {
  color: var(--color);
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
}

.service-link-photo-div {
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.photo-gradient-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000 14% 30%, #0000002e 54%, #000000a6);
  padding: 25px;
  position: absolute;
  inset: 0%;
}

.service-text {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 25px;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.teal-serv-strip {
  background-color: #2db4da33;
  margin-top: 18vh;
  margin-bottom: 18vh;
  position: absolute;
  inset: 0%;
}

.services-extended {
  padding-top: 5%;
  padding-bottom: 5%;
}

.serv-5050 {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.serv-5050._2 {
  margin-bottom: 0%;
}

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

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

.text-50 {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.teal-text-holder {
  background-color: #6636a51a;
  padding: 30px;
  overflow: hidden;
}

.purle-btn {
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
  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;
}

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

.purle-btn.no-w {
  width: auto;
}

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

.blog-holder {
  z-index: 10;
  background-color: var(--color);
  flex-flow: column;
  justify-content: flex-start;
  width: 31%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 8px #0003;
}

.blog-image-div {
  object-fit: cover;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
}

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

.blog-text-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  line-height: 1.5em;
  display: flex;
}

.read-more-link {
  border-bottom: 5px solid var(--color-5);
  color: var(--color-3);
  text-align: center;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
}

.read-more-link:hover {
  color: var(--color-4);
  background-color: #2db4da33;
}

.p-white-center-lg {
  color: var(--color);
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}

.social-holder {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.social-link {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.social-link:hover {
  opacity: .25;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-1 {
  align-items: center;
  display: flex;
}

.search-input {
  border: 1px solid var(--color);
  height: 40px;
  margin-bottom: 0;
}

.search-button {
  background-color: var(--color-3);
  text-transform: uppercase;
  height: 40px;
  line-height: 1em;
}

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

.form-block {
  width: 100%;
}

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

.footer-bottom-div {
  background-color: #2db4da1a;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
  padding: 20px;
  display: flex;
}

.quick-link-div {
  flex-flow: column;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.ql-div {
  align-items: center;
  display: flex;
}

.ql {
  color: var(--color-4);
  text-transform: uppercase;
  margin-right: 15px;
  font-weight: 600;
  text-decoration: none;
}

.ql:hover {
  opacity: .5;
}

.link {
  color: var(--color-3);
  font-weight: 500;
  text-decoration: none;
}

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

.h4-less-marg {
  margin-bottom: 10px;
}

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

.doc-column {
  flex-flow: column;
  justify-content: space-between;
  width: 48%;
  display: flex;
}

.doc-award {
  width: 23%;
}

.ip-header {
  background-color: var(--color);
  margin-top: 80px;
  padding: 30px 25px 25px;
  display: flex;
}

.ip-header-bg-div {
  background-color: #2db4da1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.you-may-also-like {
  background-color: #2db4da1a;
  width: 25%;
  padding: 15px;
}

.wrapped-links {
  flex-flow: wrap;
  display: flex;
}

.related-link {
  color: var(--color-3);
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: .9em;
  line-height: 1.2em;
}

.related-link:hover {
  text-decoration: none;
}

.inner-headline-holder-and-breadcrumbs {
  width: 70%;
}

.bc-div {
  align-items: center;
  display: flex;
}

.breadcrumb {
  color: var(--color-3);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb:hover {
  color: var(--color-6);
}

.breadcrumb-arrow {
  color: var(--color-3);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-arrow:hover {
  color: var(--color-3);
}

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

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

@media screen and (max-width: 991px) {
  .hero {
    background-position: 100% 0;
    justify-content: flex-end;
    height: 750px;
    margin-top: 50px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .hero-content-holder {
    width: 700px;
  }

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

  .hero-top-line.right {
    width: 600px;
    margin-bottom: 20px;
    font-size: 3em;
  }

  .hero-button-holder {
    width: 600px;
  }

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

  .nav-menu {
    background-color: var(--color);
    height: auto;
    padding-right: 0;
  }

  .vision-correction-photo-holder {
    background-image: linear-gradient(#0000, #0000), url('../images/prairie.jpg');
    background-attachment: scroll, scroll;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .candidate-left {
    width: 100%;
  }

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

  .candidate-text {
    min-width: 0;
  }

  .p-white.max {
    max-width: none;
  }

  .doc-award-holder {
    margin-bottom: 20px;
  }

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

  .testimoinal-photo-section {
    background-attachment: scroll, scroll;
    min-height: 45vh;
  }

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

  .testimonial-block {
    width: 100%;
  }

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

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

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

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

  .white-form-holder {
    padding: 0;
  }

  .dropdown, .dropdown-toggle {
    display: block;
  }

  .service-wrapper {
    flex-flow: column;
    min-height: 65vh;
  }

  .service-link-div.btm {
    width: 49%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .service-link-div.top {
    width: 49%;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .serv-5050 {
    flex-flow: column;
    margin-bottom: 0%;
  }

  .img-50 {
    width: 100%;
    max-height: 450px;
  }

  .img-50.lasik {
    display: none;
  }

  .text-50 {
    width: 100%;
    padding: 0;
  }

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

  .blog-text-div {
    min-height: 0;
  }

  .footer-bottom-div {
    flex-flow: column;
    align-items: flex-start;
  }

  .quick-link-div {
    max-width: 100%;
  }

  .ql-div {
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  ._2025-doc-wrapper {
    flex-flow: column;
  }

  .doc-column {
    width: 100%;
  }

  .doc-award {
    width: 20%;
  }

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

  .ip-header-bg-div {
    padding: 20px;
  }

  .you-may-also-like {
    width: 45%;
    padding: 10px;
  }

  .inner-headline-holder-and-breadcrumbs {
    width: 50%;
  }

  .bc-div {
    flex-flow: wrap;
  }
}

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

  .hero {
    height: 450px;
    padding: 3%;
  }

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

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

  .hero-top-line.right {
    justify-content: flex-start;
    width: 490px;
    margin-left: 0%;
    font-size: 2.5em;
  }

  .hero-button-holder {
    width: 100%;
    margin-left: 0%;
  }

  .which-procedure-wrapper {
    width: 92%;
  }

  .candidate-text, .meet-doc-text {
    padding: 20px;
  }

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

  .address-holder {
    margin-bottom: 2px;
  }

  .service-wrapper {
    flex-flow: wrap;
    min-height: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-link-div.btm, .service-link-div.top {
    width: 49%;
    min-height: 300px;
  }

  .service-text {
    padding: 15px;
    font-size: 1.5em;
  }

  .ip-header-bg-div {
    flex-flow: column;
  }

  .you-may-also-like {
    width: 100%;
    margin-top: 10px;
  }

  .inner-headline-holder-and-breadcrumbs {
    width: 100%;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .hero {
    height: 550px;
  }

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

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

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

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

  .brand {
    padding-left: 0;
  }

  .doc-photo-holder {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimoinal-photo-section {
    text-align: left;
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(211deg, #0000 3% 23%, #000000d9), url('../images/young-woman-using-cellphone.jpg');
    background-position: 0 0, 0 0, 100% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    min-height: 45vh;
  }

  .service-section {
    padding-bottom: 20px;
  }

  .service-header-holder {
    margin-bottom: 30px;
  }

  .h2-center.lg {
    font-size: 2em;
  }

  .service-link-div.btm, .service-link-div.top {
    width: 100%;
  }

  .teal-text-holder {
    padding: 20px;
  }

  .purle-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .blog-image-div {
    min-height: 200px;
    max-height: 200px;
  }

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

  .ip-header {
    padding: 20px 15px 15px;
  }

  .ip-header-bg-div {
    padding: 10px;
  }

  .breadcrumb {
    font-size: .9em;
    line-height: 1.5em;
  }
}


