:root {
  --color-3: #524059;
  --color-4: #86728c;
  --color-7: #d8c1d9;
  --color: white;
  --color-5: #d8c1d980;
  --color-2: #333;
  --color-6: #d8c1d933;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  letter-spacing: 5px;
  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: 15px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--color-4);
  text-decoration: none;
}

a:hover {
  color: var(--color-7);
}

ul {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 1.2em;
}

li {
  margin-bottom: 10px;
}

.navbar {
  background-color: var(--color);
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 12px #00000029;
}

.image {
  height: 45px;
}

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

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

.nav-link.phone {
  background-color: var(--color-4);
  color: var(--color);
  padding-left: 15px;
}

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

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

.button {
  border: 2px solid var(--color-3);
  background-color: var(--color);
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.2em;
}

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

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

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

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

.button.marg {
  margin-left: 20px;
}

.cta-section {
  background-color: var(--color-4);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-5), var(--color-4));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.cta-gradient {
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.h2-white {
  z-index: 1;
  color: var(--color);
  position: relative;
}

.cta-holder {
  z-index: 2;
  justify-content: space-between;
  width: 90%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.cta-holder._1 {
  margin-top: 50px;
}

.cta-link {
  border: 2px solid var(--color);
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  padding: 0 25px 25px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.cta-link._1 {
  width: 24%;
  padding-top: 0;
  padding-bottom: 25px;
}

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

.why-choose-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.why-choose-wrapper._2 {
  margin-top: 5%;
}

.why-pic {
  z-index: 5;
  object-fit: cover;
  width: 50%;
  position: relative;
  overflow: hidden;
}

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

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

.why-text.service {
  width: 35%;
}

.why-purple-text {
  background-color: var(--color-5);
  width: 100%;
  padding: 40px;
}

.why-purple-text.service {
  flex-flow: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.footer {
  justify-content: space-between;
  padding: 5% 0%;
  display: block;
}

.schedule-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 0;
  display: flex;
}

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

.map-div {
  width: auto;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.doc-logo-holder {
  background-color: var(--color);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}

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

.ws-hero {
  background-color: var(--color);
  background-image: linear-gradient(14deg, var(--color-4), var(--color-5));
  height: 100vh;
  position: relative;
}

.hero-content-div {
  z-index: 5;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5% 5% 0% 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-top-line {
  color: var(--color);
  letter-spacing: 8px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 550px;
  height: 40px;
  margin-top: -20px;
  margin-bottom: 5px;
  padding-left: 50px;
  font-size: 1.2em;
  line-height: 1.2em;
  display: flex;
}

.hero-2nd-line {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  font-family: adventures-unlimited, sans-serif;
  font-size: 8em;
  font-weight: 400;
  line-height: 1em;
}

.hero-bottom-line {
  color: var(--color);
  margin-bottom: 20px;
  margin-left: 50px;
  font-size: 1.5em;
}

.inside-div-hero {
  border-right: 2px solid var(--color-7);
  border-bottom: 2px solid var(--color-7);
  flex-flow: column;
  align-items: flex-start;
  width: 62%;
  margin-bottom: 3%;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.h-top-right {
  background-color: var(--color-7);
  width: 315px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btm-l-line {
  background-color: var(--color-7);
  width: 2px;
  height: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.top-l-line {
  background-color: var(--color-7);
  width: 2px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-l-h-line {
  background-color: var(--color-7);
  width: 30px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-btn-holder {
  align-items: center;
  margin-left: 50px;
  display: flex;
}

.nav-top-div {
  background-color: var(--color-4);
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.top-nav-link {
  color: var(--color);
  text-transform: uppercase;
  align-items: center;
  padding: 0 15px 0 10px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

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

.dropdown {
  color: var(--color-3);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
}

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

.dropdown-toggle {
  padding: 10px 15px;
}

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

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

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

.dropdown-link {
  color: var(--color);
  text-transform: none;
  font-weight: 400;
}

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

.inner-dd {
  color: var(--color);
  text-transform: none;
  display: block;
}

.inner-dd-toggle {
  color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  display: block;
}

.inner-dd-toggle:hover {
  color: var(--color-7);
}

.inner-dd-list.w--open {
  inset: 0% 100% auto auto;
}

.innder-dd-link {
  font-weight: 400;
}

.innder-dd-link:hover {
  background-color: var(--color-4);
}

.welcome {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.welcome-div-block {
  z-index: 5;
  justify-content: space-between;
  width: 85%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.welcome-text-div {
  color: var(--color-2);
  width: 50%;
  padding-bottom: 8%;
}

.h2-less-marg {
  color: var(--color-3);
  margin-bottom: 10px;
}

.welcome-service-link-div {
  color: var(--color);
  flex-flow: column;
  justify-content: flex-end;
  width: 45%;
  padding-top: 10%;
  display: flex;
}

.link-div {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.service-link {
  border: 5px solid var(--color);
  background-color: var(--color-3);
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 48%;
  min-height: 350px;
  font-size: 1.5em;
  position: relative;
}

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

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

.service-link-text-top {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 31%, #000000a6);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-purple-welc {
  background-color: var(--color-5);
  color: var(--color-2);
  width: 75%;
  height: 84%;
  position: absolute;
  inset: 0% auto auto 5%;
}

.cta-icon-holder {
  background-color: var(--color);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
}

.doctor-section {
  flex-flow: column;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.doctor-top-text {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.doctor-wrapper {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.doctor-div {
  background-color: var(--color-5);
  flex-flow: column;
  justify-content: space-between;
  width: 49%;
  padding: 75px;
  display: flex;
}

.h4-light {
  color: var(--color-4);
}

.doc-img-div {
  object-fit: cover;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

.doc-title-div {
  z-index: 5;
  color: var(--color);
  background-color: #52405900;
  background-image: linear-gradient(262deg, #0000, #524059a8);
  width: 80%;
  padding: 20px;
  position: absolute;
  inset: auto auto 2% 0%;
}

.block-quote {
  border-left-color: var(--color-4);
  margin-bottom: 0;
  font-style: italic;
  line-height: 1.5em;
}

.logo-holder {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 50px auto;
  display: flex;
}

.affiliate {
  opacity: 1;
  max-width: 22%;
  margin-right: 20px;
}

.meet-team-title-and-btn {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.why-choose {
  background-color: var(--color-4);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-5), var(--color-4));
  justify-content: space-between;
  margin-left: 5%;
  margin-right: 5%;
  padding: 5%;
  display: flex;
}

.why-div {
  border-right: 2px none var(--color-7);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.why-items {
  flex-flow: column;
  width: 55%;
  display: flex;
}

.why-row {
  border-bottom: 1px solid var(--color-6);
  color: var(--color);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.5em;
  display: flex;
}

.why-row.btm {
  margin-bottom: 0;
}

.why-number {
  color: var(--color);
  letter-spacing: 2px;
  max-width: none;
  margin-top: 0;
  margin-right: 25px;
  font-family: adventures-unlimited, sans-serif;
  font-size: 3.5em;
  line-height: 1em;
}

.body-btn-holder {
  align-items: center;
  margin-left: 0;
  display: flex;
}

.body-btn-holder.vert {
  flex-flow: column;
  align-items: stretch;
}

.service-holder {
  z-index: 5;
  object-fit: cover;
  justify-content: space-between;
  width: 65%;
  min-height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-div {
  width: 32.5%;
  position: relative;
}

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

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

.serv-txt-div {
  z-index: 1;
  color: var(--color);
  background-image: linear-gradient(#0000, #0000 31%, #000000a6);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px 15px 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.serv-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.3em;
}

.serv-link {
  color: var(--color);
}

.list-itme-btm {
  margin-bottom: 15px;
}

.stat-section {
  background-color: var(--color-4);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/van.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;
  min-height: 40vh;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stat-div {
  color: var(--color);
  text-align: center;
  background-color: #0000009e;
  flex-flow: column;
  align-items: center;
  width: 32.5%;
  padding: 15px;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
}

.lg-bold {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.little-line {
  background-color: var(--color-7);
  width: 75px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.stat-holder {
  z-index: 2;
  justify-content: space-between;
  width: 90%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.top-lady-hero {
  z-index: 1;
  background-image: url('../images/happy-patient.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 105%;
  position: absolute;
  inset: 0%;
}

.outline-div-hero {
  border: 2px solid var(--color-4);
  position: absolute;
  inset: 75px;
}

.button-2 {
  color: #524059;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #524059;
  padding: 15px 25px;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
}

.button-2:hover, .button-2.rev {
  color: #fff;
  background-color: #524059;
}

.button-2.rev:hover {
  color: #524059;
  background-color: #fff;
}

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

.ws-testimonials {
  background-color: var(--color-2);
  background-image: url('../images/wall.jpg');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  min-height: 85vh;
  position: relative;
}

.testimonial-slider {
  background-color: #ddd0;
  background-image: url('../images/stars2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 55%;
  min-height: 325px;
  margin-bottom: 20px;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  display: flex;
}

.testimonial-slide-div {
  color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header-holder {
  color: var(--color);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.brand-2 {
  max-width: 250px;
  margin-top: -30px;
  margin-bottom: 10px;
  margin-left: -20px;
}

.footer-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5em;
  display: flex;
}

.social-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: auto;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

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

.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 {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.search-input {
  height: 40px;
  margin-bottom: 0;
}

.search-button {
  background-color: var(--color-3);
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 40px;
  height: 40px;
}

.ql-holder {
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.ql {
  margin-right: 10px;
}

.ql.btt {
  font-weight: 400;
  text-decoration: underline;
}

.ql-text {
  margin-bottom: 10px;
}

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

.service-txt {
  color: var(--color-4);
  font-family: adventures-unlimited, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.doc-photo-div-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 34%;
  display: flex;
}

.doc-img-hero {
  width: 100%;
}

.testimonial-div {
  z-index: 5;
  color: #d8c1d9;
  border: 2px #524059;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 75px;
}

.btns-stack-mobile {
  align-items: center;
  display: flex;
}

.inner-header-div {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-6), var(--color-6));
  justify-content: space-between;
  align-items: center;
  padding: 9% 5% 3%;
  display: flex;
}

.ip-headline-div {
  color: var(--color-3);
  width: auto;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.breadcrumbs {
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 5%;
  display: flex;
}

.breadcrumb {
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

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

.breadcrumb-line {
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

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

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

@media screen and (max-width: 991px) {
  .nav-link, .nav-link.phone {
    padding-right: 10px;
  }

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

  .cta-section {
    min-height: 0;
    padding-bottom: 2%;
  }

  .cta-holder {
    width: 90%;
  }

  .cta-holder._1 {
    flex-flow: wrap;
  }

  .cta-link {
    width: 49%;
    margin-bottom: 5%;
    font-size: 1.2em;
  }

  .cta-link._1 {
    width: 49%;
  }

  .why-choose-wrapper {
    flex-flow: column;
  }

  .why-pic {
    width: 100%;
  }

  .why-text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .why-text.service {
    width: 100%;
  }

  .why-purple-text, .why-purple-text.service {
    padding: 20px;
  }

  .schedule-div {
    padding: 0;
  }

  .nav-txt {
    display: none;
  }

  .ws-hero {
    background-image: url('../images/Headshot-Dr.-Dudevoir-.png'), linear-gradient(14deg, var(--color-4), var(--color-5));
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 85%, auto;
    height: 800px;
  }

  .hero-content-div {
    background-image: linear-gradient(187deg, #0000 2%, #0000 38%, var(--color-3));
  }

  .hero-top-line {
    letter-spacing: 5px;
    font-size: 1em;
  }

  .hero-2nd-line {
    text-align: left;
    margin-bottom: -10px;
    margin-left: -10px;
    font-size: 6.6em;
  }

  .hero-bottom-line {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
  }

  .inside-div-hero {
    width: 100%;
  }

  .h-top-right {
    width: 275px;
  }

  .nav-top-div, .top-nav-link {
    padding-right: 10px;
  }

  .top-nav-txt {
    display: none;
  }

  .top-nav-icon {
    margin-right: 0;
  }

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

  .welcome-div-block {
    flex-flow: column;
  }

  .welcome-text-div {
    width: 100%;
    padding-bottom: 0%;
  }

  .welcome-service-link-div {
    width: 100%;
    padding-top: 20px;
  }

  .link-div {
    margin-top: 15px;
  }

  .doctor-wrapper {
    flex-flow: column;
    margin-top: 0;
  }

  .doctor-div {
    width: 100%;
    padding: 20px;
  }

  .logo-holder {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .why-choose {
    padding: 2%;
  }

  .why-div {
    font-size: 2.5em;
  }

  .service-holder {
    background-color: var(--color-5);
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .service-div {
    width: auto;
    min-height: 450px;
    margin: 10px 20px;
  }

  .serv-txt-div {
    padding: 20px;
  }

  .stat-section {
    background-image: linear-gradient(#00000091, #00000091), url('../images/van.jpg');
    background-attachment: scroll, scroll;
    padding-bottom: 5%;
  }

  .stat-div {
    width: 100%;
  }

  .stat-holder {
    flex-flow: column;
    width: 90%;
    margin-top: 0;
  }

  .top-lady-hero {
    background-image: linear-gradient(213deg, #0000 1% 25%, #333333ab), url('../images/happy-patient.png');
    background-position: 0 0, 135% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 98%;
  }

  .outline-div-hero {
    inset: 5%;
  }

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

  .ws-testimonials {
    background-position: 65% 0;
    height: auto;
    min-height: 65vh;
  }

  .testimonial-slider {
    width: 100%;
    min-height: 200px;
  }

  .header-holder {
    width: 90%;
  }

  .footer-grid {
    flex-flow: column;
    display: flex;
  }

  .brand-2 {
    margin-top: 0;
    margin-left: 0;
  }

  .doc-photo-div-hero {
    display: none;
  }

  .nav-txt-show {
    display: block;
  }

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

  .testimonial-div {
    justify-content: flex-end;
    padding: 20px 40% 20px 20px;
    inset: 5%;
  }

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

  .inner-header-div {
    padding-top: 17%;
  }

  .ip-headline-div {
    font-size: 2.5em;
  }
}

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

  h3 {
    font-size: 1.1em;
  }

  .navbar {
    padding-right: 0;
  }

  .image {
    height: 40px;
  }

  .nav-menu {
    height: auto;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-section {
    min-height: 0;
    padding-bottom: 0%;
  }

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

  .cta-holder._1 {
    margin-top: 30px;
  }

  .cta-link {
    word-break: normal;
    min-height: 100px;
    margin-bottom: 8%;
    padding: 0 15px 15px;
    font-size: 1em;
  }

  .cta-link._1 {
    min-height: 100px;
    margin-bottom: 8%;
  }

  .footer {
    flex-flow: column;
  }

  .schedule-div, .map-div {
    width: 100%;
  }

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

  .body-buttons {
    flex-flow: column;
    align-items: flex-start;
  }

  .call {
    word-break: break-all;
  }

  .ws-hero {
    height: 500px;
  }

  .hero-top-line {
    letter-spacing: 2px;
    padding-left: 25px;
  }

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

  .hero-bottom-line {
    margin-left: 25px;
    font-size: 1em;
  }

  .inside-div-hero {
    padding-bottom: 20px;
  }

  .h-top-right {
    width: 190px;
  }

  .top-l-line {
    height: 50px;
  }

  .top-l-h-line {
    width: 15px;
  }

  .hero-btn-holder {
    margin-left: 25px;
  }

  .cta-icon-holder {
    margin-top: -25px;
    margin-bottom: 10px;
  }

  .why-choose {
    flex-flow: column;
    padding: 5%;
  }

  .why-div {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    font-size: 2em;
  }

  .why-items {
    width: 100%;
  }

  .service-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg-bold {
    font-size: 2em;
  }

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

  .top-lady-hero {
    background-position: 0 0, 155% 100%;
    background-size: auto, auto 75%;
  }

  .outline-div-hero {
    inset: 3%;
  }

  .button-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ws-testimonials {
    height: auto;
  }

  .testimonial-slider {
    min-height: 375px;
  }

  .testimonial-slide-div {
    padding-top: 30px;
    line-height: 1.5em;
  }

  .menu-btn {
    padding: 10px;
  }

  .testimonial-div {
    padding: 15px 25% 15px 15px;
    inset: 3%;
  }

  .inner-header-div {
    padding-top: 20%;
  }
}

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

  h3 {
    font-size: 1em;
  }

  h5 {
    font-size: 1.2em;
  }

  .image {
    height: 30px;
  }

  .nav-menu {
    height: auto;
  }

  .cta-section {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-gradient {
    text-align: center;
  }

  .cta-holder {
    flex-flow: column;
    width: 100%;
  }

  .cta-holder._1 {
    margin-top: 20px;
  }

  .cta-link {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 12%;
  }

  .cta-link._1 {
    width: 100%;
    margin-bottom: 12%;
  }

  .why-purple-text {
    padding: 15px;
  }

  .schedule-div {
    padding: 5%;
  }

  .ws-hero {
    height: 600px;
  }

  .hero-top-line {
    letter-spacing: 0;
    width: auto;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 15px;
  }

  .hero-2nd-line {
    margin-bottom: -5px;
    margin-left: 0;
    font-size: 3em;
  }

  .hero-bottom-line {
    margin-left: 15px;
    line-height: 1.2em;
  }

  .inside-div-hero {
    padding-bottom: 15px;
  }

  .h-top-right {
    width: 100%;
    inset: 0% 0% auto;
  }

  .hero-btn-holder {
    margin-left: 15px;
  }

  .nav-top-div {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-nav-link {
    padding-right: 0;
  }

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

  .service-link {
    border-style: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .bg-purple-welc {
    display: none;
  }

  .cta-icon-holder {
    margin-bottom: 20px;
  }

  .doc-img-div {
    min-height: 0;
  }

  .doc-img {
    min-width: 100%;
    min-height: 100%;
    overflow: visible;
  }

  .doc-title-div {
    width: 100%;
    padding: 10px;
    line-height: 1.2em;
    position: static;
  }

  .why-row.btm {
    align-items: flex-start;
  }

  .service-div {
    min-height: 400px;
    margin: 5px 10px;
  }

  .serv-txt-div {
    padding: 10px;
  }

  .stat-section {
    text-align: center;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg-bold {
    font-size: 1.5em;
  }

  .stat-holder {
    flex-flow: column;
    width: 100%;
  }

  .top-lady-hero {
    background-position: 0 0, 90% 0;
    display: none;
  }

  .outline-div-hero {
    display: none;
    inset: 10% 2% 2%;
  }

  .button-2.rev.marg-top-mobile {
    margin-top: 5px;
    margin-left: 0;
  }

  .ws-testimonials {
    background-position: 90% 0;
    height: auto;
    min-height: 0;
    padding-bottom: 5%;
  }

  .testimonial-slider {
    text-align: center;
    background-position: 50% 0;
    min-height: 450px;
  }

  .slide-nav {
    justify-content: center;
  }

  .testimonial-slide-div {
    text-align: center;
    align-items: center;
  }

  .service-txt {
    font-size: 2.5em;
  }

  .testimonial-div {
    text-align: center;
    align-items: center;
    padding: 5% 5% 0;
    position: static;
    inset: 10% 2% 2%;
  }

  .btns-stack-mobile {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .inner-header-div {
    padding-top: 30%;
    padding-bottom: 5%;
  }

  .ip-headline-div {
    font-size: 2em;
  }

  .breadcrumbs {
    flex-flow: wrap;
  }
}


