.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--mktg_color_2);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.75rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--mktg_color_1);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  background-image: url('../images/check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 28px;
}

.side-panel {
  width: 20%;
  height: 100vh;
  background-color: #f8f8f8;
  flex-direction: column;
  align-items: flex-start;
  padding: 75px 35px 35px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.text-link {
  color: #121621;
  margin-bottom: 35px;
  font-size: 16px;
  text-decoration: none;
}

.text-link.w--current {
  color: #4d18ff;
}

.image-2 {
  margin-bottom: 45px;
}

.light-section {
  width: 80%;
  float: right;
  position: relative;
  overflow: auto;
}

.type-row {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.type-col {
  width: 33.3333%;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.text-highlight {
  width: 42%;
  background-color: #fff;
  border-radius: 3px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 1em;
}

.div-block {
  width: 58%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-description {
  color: gray;
  font-size: 12px;
}

.semi-bold {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.heading-row {
  width: 100%;
  clear: left;
  margin-top: 25px;
  position: relative;
}

.light-block {
  width: 100%;
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
}

.heading-description {
  color: gray;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
}

.dark-block {
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px;
}

.light-block-flat {
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px;
}

.light-block-flat.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
}

.paragraph-container {
  width: 100%;
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
}

.content-row {
  width: 100%;
  clear: left;
  margin-top: 45px;
  position: relative;
}

.caption {
  background-color: var(--mktg_color_4);
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
}

.caption.margined {
  margin-top: 20px;
}

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

.container.nav {
  padding-left: 0;
}

.color-row {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-block {
  width: 100%;
  height: 85px;
  background-color: #4d18ff;
  border-radius: 4px;
  padding: 10px;
  display: flex;
}

.color-block.primary-light {
  background-color: #a185ff;
}

.color-block.secondary {
  background-color: #24c9ff;
}

.color-block.alert {
  background-color: #73ec99;
}

.color-block.error {
  background-color: #f84568;
}

.color-block.warning {
  background-color: #f6d87c;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.text-block {
  font-family: PT Serif, serif;
}

.list {
  margin-bottom: 30px;
  padding-left: 10px;
  list-style: none;
}

.list-item-with-icon {
  background-image: url('../images/check.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 28px;
}

.gray {
  width: 100%;
  height: 85px;
  background-color: #292929;
  border-radius: 4px;
  padding: 10px;
  display: flex;
}

.button {
  min-width: 200px;
  text-align: center;
  text-transform: capitalize;
  background-color: var(--mktg_color_2);
  border-radius: 9px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  display: inline-block;
}

.button.outline {
  min-width: 200px;
  color: var(--mktg_color_2);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--mktg_color_2);
  border-radius: 9px;
  margin-left: 10px;
}

.button.sm {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: .75rem;
}

.button.nav {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.button.no-margin {
  min-width: 200px;
  margin-bottom: 0;
}

.footer {
  background-color: var(--mktg_color_2);
  padding-top: 40px;
  padding-bottom: 40px;
}

.disclaimer {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.copyright-code {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 15;
  width: 100%;
  max-width: 70vw;
  margin-bottom: 0;
  padding: 20px 0;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  list-style: none;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-11 {
  background-image: none;
  padding-left: 0;
}

.logo {
  height: 80px;
}

.testimonial-card {
  height: 240px;
  background-color: var(--mktg_color_3);
  border-radius: 13px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 24px;
  display: flex;
}

.testimonial-slider-right-2 {
  width: 40px;
  justify-content: center;
  align-items: center;
  margin-right: -10px;
  display: flex;
  right: -50px;
}

.testimonial-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slide-wrapper {
  max-width: 50%;
  margin-right: 0%;
}

.testimonial-author {
  text-transform: capitalize;
  margin-bottom: 2px;
  font-size: 1.1rem;
  font-weight: 600;
}

.testimonial-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.testimonial-slide-nav {
  color: var(--mktg_color_2);
  display: block;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  width: 40px;
  justify-content: center;
  align-items: center;
  margin-left: -50px;
  display: flex;
  left: 0;
}

.testimonial-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg {
  background-color: var(--mktg_color_3);
}

.section.cta {
  background-color: var(--mktg_color_4);
  padding-bottom: 0;
}

.section.cta-without-image {
  background-color: var(--mktg_color_4);
  padding-bottom: 60px;
}

.section.cta-2 {
  background-color: var(--mktg_color_4);
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section {
  height: 65vh;
  align-items: flex-end;
  display: flex;
}

.grid {
  grid-template-rows: auto;
}

.hero-section-offer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.colored-div {
  text-align: left;
  background-color: var(--mktg_color_4);
  border-radius: 13px;
  padding: 40px 40px 30px;
}

.colored-div.light {
  background-color: var(--mktg_color_3);
}

.content-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.offer-line {
  color: var(--mktg_color_1);
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.bold-text {
  font-weight: 600;
}

.bold-text._2 {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
}

.grid-3 {
  grid-template-rows: auto;
}

.button-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.offer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.colored-text {
  color: var(--mktg_color_1);
}

.paragraph {
  overflow: auto;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-list-item {
  background-image: none;
  padding-left: 0;
}

.terms-and-conditions li {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
  list-style: disc;
}

.terms-and-conditions ul {
  list-style: disc;
}

.offer-details {
  margin-bottom: 15px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-5 {
  text-align: justify;
}

.faq-que {
  color: var(--mktg_color_1);
  font-weight: 600;
}

.faq-wrapper {
  margin-bottom: 20px;
}

.doctor-image {
  width: 300px;
}

.image-wrapper {
  position: relative;
}

.center {
  text-align: center;
}

.before-after-column-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
}

.before-after-image {
  text-align: center;
  margin-top: 20px;
  display: block;
}

.before-after-image-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.close-btn {
  z-index: 30;
  opacity: 1;
  color: #000;
  text-align: right;
  cursor: pointer;
  border-radius: 100%;
  padding: 7px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.offer-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.modal {
  height: 85vh;
  max-width: 600px;
  background-color: var(--mktg_color_3);
  border: 2px solid var(--mktg_color_1);
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.offer-popup {
  z-index: 99999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordian-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
}

.terms {
  color: #060a07;
  text-align: left;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.terms.left {
  justify-content: flex-start;
  align-items: center;
}

.term {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.show {
  width: 9px;
}

.accordian-content {
  color: #000;
  text-align: left;
  border-style: none;
  border-width: 1px;
  padding-top: 20px;
  font-size: .95em;
  font-weight: 300;
  display: none;
}

.popup-offer {
  color: var(--mktg_color_1);
  text-align: center;
  font-size: 1.4rem;
}

.crossed {
  text-decoration: line-through;
}

.large-text {
  font-size: 1.15rem;
  font-weight: 600;
}

.terms-text {
  border-bottom: 1px solid #694654;
  margin-bottom: 0;
  margin-right: 6px;
  font-weight: 400;
}

.only-few-slots {
  color: #694654;
  margin-top: 10px;
}

.floating-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.floating-icon {
  width: 38px;
  height: 38px;
  background-color: var(--mktg_color_1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.star-img {
  width: 21px;
}

.rating {
  color: #694654;
  padding-bottom: 5px;
  font-size: 2rem;
}

.rating-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.rating-icon-block {
  padding-bottom: 3.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.total-rating {
  display: flex;
}

.paragraph-6 {
  height: 120px;
  overflow: auto;
}

.claim-offer-btn {
  z-index: 5;
  background-color: var(--mktg_color_1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: flex-end;
  margin-right: -30%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  transform: rotate(-90deg);
}

.claim-offer-btn:hover {
  color: #faf8ff;
}

.div-block-8 {
  padding-top: 40px;
  padding-right: 5px;
}

.overlay-shadow {
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 71%, #fff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-shadow.color {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 71%, var(--mktg_color_4));
}

@media screen and (min-width: 1280px) {
  .close-btn {
    top: 2%;
    right: 2%;
  }

  .modal {
    flex: 1;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .offer-popup {
    justify-content: center;
    align-items: center;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .close-btn {
    top: 2%;
    right: 2%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  h2 {
    font-size: 1.625rem;
    line-height: 2.2rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  .side-panel {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 10px;
    position: relative;
  }

  .text-link {
    margin-right: 50px;
  }

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

  .light-section {
    width: 100%;
    float: none;
    clear: left;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

  .text-highlight {
    padding: 20px;
  }

  .container {
    max-width: 100vw;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 100vw;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .hero-section {
    height: auto;
  }

  .grid, .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .div-block-6 {
    align-items: center;
  }

  .doctor-image {
    width: 300px;
  }

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

  .hero-image {
    width: 300px;
  }

  .image-wrapper {
    text-align: center;
  }

  .cta-image {
    width: 350px;
  }

  .modal {
    max-width: 100%;
    top: 13%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.625rem;
    line-height: 2.2rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }

  .side-panel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .text-highlight {
    padding: 9px;
  }

  .container {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .section, .hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    flex-direction: row;
    align-items: flex-start;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .before-after-column-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .offer-block {
    max-width: 100vh;
    overflow: auto;
  }

  .modal {
    height: 100vh;
    background-color: #f4f4f4;
    margin: 0% 0;
    padding-left: 40px;
    padding-right: 40px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .floating-icon-wrapper {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: left;
  }

  p {
    text-align: justify;
  }

  ul {
    padding-left: 20px;
  }

  li {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
  }

  .type-row {
    flex-direction: column;
  }

  .type-col {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .div-block {
    width: 68%;
  }

  .container.nav {
    padding-left: 15px;
    padding-right: 0;
  }

  .color-row {
    flex-direction: row;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 30%;
    margin-right: 3%;
  }

  .list {
    padding-left: 0;
  }

  .list-item-with-icon {
    margin-bottom: 10px;
  }

  .gray {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button {
    min-width: 200px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .disclaimer {
    font-size: 14px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .logo {
    height: 75px;
  }

  .testimonial-card {
    height: 285px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-right-2 {
    margin-right: 1px;
    right: -10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-left-2 {
    margin-left: 3px;
    left: -10px;
  }

  .section, .section.bg {
    padding: 20px;
  }

  .section.cta, .section.cta-without-image, .section.cta-2 {
    padding-bottom: 20px;
  }

  .hero-section {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-offer-wrapper {
    align-items: center;
  }

  .colored-div {
    padding: 20px 15px;
  }

  .content-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .offer-line {
    text-align: left;
    line-height: 1.8rem;
  }

  .bold-text {
    text-align: left;
  }

  .bold-text.left {
    display: block;
  }

  .button-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .offer-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-6 {
    align-items: center;
  }

  .doctor-image {
    width: 200px;
  }

  .center {
    text-align: center;
    margin-bottom: 10px;
  }

  .before-after-column-wrapper {
    margin-bottom: 10px;
  }

  .close-btn {
    opacity: 1;
    font-weight: 400;
    position: fixed;
    top: 30%;
    right: 1%;
  }

  .modal {
    height: 70vh;
    background-color: #f4f4f4;
    border-style: none;
    border-radius: 20px 20px 0 0;
    flex-wrap: wrap;
    flex: none;
    align-items: center;
    margin: 0% 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .offer-popup {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: none;
  }

  .terms {
    align-items: center;
  }

  .accordian-content {
    font-size: 1rem;
    font-weight: 400;
    display: none;
  }

  .large-text {
    text-align: left;
    display: block;
  }

  .icon {
    font-size: 32px;
  }

  .floating-icon-wrapper {
    z-index: 10;
    bottom: 9px;
    right: 2px;
  }

  .floating-icon {
    width: 35px;
    height: 35px;
  }

  .rating {
    font-size: 20px;
    line-height: 30px;
  }

  .rating-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .total-rating {
    display: flex;
  }

  .claim-offer-btn {
    margin-right: -33%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    font-size: 12px;
  }

  .div-block-8 {
    padding-right: 0;
  }

  .overlay-shadow {
    width: auto;
    height: auto;
  }
}

#w-node-c5642421-8b07-78fb-7cec-d9ef7fcbc91c-3679a5d9, #w-node-afff658c-10b1-bbcf-6cdb-2542277fa133-3679a5d9, #w-node-e29ea97b-e80f-17f5-83ba-72b6e8b0f966-3679a5d9, #w-node-aa35b6c7-312b-a217-d4db-5b1afcfb4109-3679a5d9, #w-node-c2475fed-7945-bdff-d5c8-ed2dd3c1d7f5-3679a5d9, #w-node-_33902975-279e-6c42-b773-a3a0cc7b4774-3679a5d9, #w-node-_523078c6-bbfb-e1c9-f462-621fca4ffe6e-3679a5d9, #w-node-_87252ad8-0ffe-d676-a6e4-3fc9ed8f5d34-3679a5d9, #w-node-_87252ad8-0ffe-d676-a6e4-3fc9ed8f5d44-3679a5d9, #w-node-_3457db0a-a583-8545-9b9e-095c55099a18-3679a5d9, #w-node-_3457db0a-a583-8545-9b9e-095c55099a23-3679a5d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_603e6a83-ac86-42a3-eeeb-a9b3801df692-3679a5d9 {
  justify-self: center;
}

#w-node-ec90bae4-3e96-2f29-f754-a76ae87c715d-3679a5d9, #w-node-f41288c6-8e0a-2df3-d2bc-13ecff468481-3679a5d9, #w-node-f41288c6-8e0a-2df3-d2bc-13ecff468491-3679a5d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c86c272b-f5ce-4bcb-ed53-861b8cceb4e1-3679a5d9 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2475fed-7945-bdff-d5c8-ed2dd3c1d7f5-3679a5d9 {
    order: -9999;
  }

  #w-node-_603e6a83-ac86-42a3-eeeb-a9b3801df692-3679a5d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f41288c6-8e0a-2df3-d2bc-13ecff468491-3679a5d9 {
    order: -9999;
  }
}
