@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital@0;1&family=Poppins:wght@400;500&display=swap&family=DM+Sans:opsz,wght@9..40,600&display=swap");
:root {
  --primary-color-black: #000000;
  --primary-color-white: #fff;
  --rose-bg: rgba(244, 239, 254, 1);
  --button-bg-pink: rgba(234, 24, 115, 1);
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Poppins", sans-serif;
}

.play-fair-font {
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: -5px;
  font-weight: 400;
}

.container {
  --container-max: 100rem;
  /* your max-width */
  --pad-inline: 0rem;
  /* default padding (desktop ≥ 1600px) */
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--pad-inline);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cc-sm-text {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
.cc-sm-text::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: var(--button-bg-pink);
  margin-top: -1px;
}

.cc-sub-head {
  font-size: clamp(24px, 4vw, 72px);
  letter-spacing: -0.175rem;
  line-height: 5.375rem;
}
.cc-sub-head .play-fair-font {
  letter-spacing: -0.3125rem;
  font-size: clamp(26px, 4.1vw, 76px);
}

.cc-sub-text-18 {
  font-size: 1.125rem;
  font-family: "inter", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.cc-sub-text-16 {
  font-size: 1rem;
  font-family: "inter", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.text-shorten {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .text-shorten {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.cc-centered-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
  text-align: center;
}

.cc-section {
  padding: 8.75rem 0;
}

.align-right-to-viewport {
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  width: calc(100% + (100vw - min(100vw, var(--container-max))) / 2 + var(--pad-inline));
  /* Prevent accidental overflow from internal padding/borders */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  /* allow the calc to exceed container max-width */
  overflow: hidden;
  /* just in case children try to overflow */
}

/* Optional: if the child itself has internal horizontal padding, you can zero it or manage it */
.align-right-to-viewport.no-inner-pad {
  padding-inline: 0;
}

.cc-flex-between-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
.cc-flex-between-head .cc-why-arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cc-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cc-flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cc-review-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cc-review-star {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1rem;
  height: 1rem;
  background-image: url(../../cc-images/icons/cc-star.svg);
  display: block;
}
.cc-review-star.grey {
  background-image: url(../../cc-images/icons/cc-star-grey.svg);
}
.cc-review-star.partial {
  background-image: url(../../cc-images/icons/review-star-partial.svg);
}
.cc-review-star.review-details-star {
  background-image: url(../../cc-images/icons/review-star-details.svg);
}

.cc-dropdown-custom {
  background-color: var(--primary-color-white);
  border-radius: 4px;
  padding: 0.75rem;
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  top: 20px;
}
.cc-dropdown-custom:has(.cc-location-drop) {
  min-width: 305px;
}
.cc-dropdown-custom .dropdown-item {
  padding: 0.75rem;
  margin-bottom: 0.25rem;
}
.cc-dropdown-custom .dropdown-item:hover, .cc-dropdown-custom .dropdown-item.cc-active-item {
  background-color: rgb(245, 245, 245);
}
.cc-dropdown-custom .dropdown-item p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.32px;
  margin-bottom: 4px;
}
.cc-dropdown-custom .dropdown-item span {
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  line-height: 100%;
  letter-spacing: 0;
  color: rgb(118, 118, 118);
}
.cc-dropdown-custom .cc-location-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-dropdown-custom .cc-location-drop img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cc-sub-head-text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.96px;
  margin-bottom: 1.5rem;
}

.daterangepicker {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px !important;
  border: none !important;
  font-family: "Poppins", sans-serif !important;
}
.daterangepicker .calendar-table {
  padding-right: 0 !important;
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 15px;
}
.daterangepicker .calendar-table td.active {
  background-color: #fff;
  color: #000;
  position: relative;
}
.daterangepicker .calendar-table td.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  border: 1px solid rgb(221, 227, 227);
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
}
.daterangepicker .calendar-table td.active:hover {
  background-color: #fff !important;
  border-color: transparent !important;
  color: var(--button-bg-pink) !important;
}
.daterangepicker .calendar-table td.active:hover::before {
  color: var(--button-bg-pink);
  border-color: var(--button-bg-pink);
}
.daterangepicker::after, .daterangepicker::before {
  content: none;
}
.daterangepicker .drp-calendar {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 16px 16px 24px !important;
}
.daterangepicker .calendar-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect {
  width: 100px !important;
  height: 36px;
  background-color: #fff !important;
  border-color: rgb(221, 227, 227) !important;
  border-radius: 40px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 0 25px 0 10px !important;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../../cc-images/icons/cc-drop-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 9px !important;
  background-position: right 13px center !important;
}

.cc-bread-wrap {
  margin-top: 104px;
}
.cc-bread-wrap .cc-bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-bread-wrap .cc-bread-crumbs li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.2px;
  color: rgb(134, 133, 136);
  font-family: "Inter", sans-serif;
  position: relative;
}
.cc-bread-wrap .cc-bread-crumbs li a::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../../assets/cc-images/icons/cc-bread-arrow.svg");
  width: 5px;
  height: 8.5px;
  margin-left: 10px;
}
.cc-bread-wrap .cc-bread-crumbs li a.cc-current {
  color: rgb(20, 20, 20);
  font-weight: 500;
}
.cc-bread-wrap .cc-bread-crumbs li a.cc-current::after {
  content: none;
}

@media (max-width: 1600px) {
  .container {
    padding: 0 5rem;
    --pad-inline: 5rem;
  }
  .cc-sub-head {
    line-height: 4.5rem;
  }
}
@media (max-width: 992px) {
  .cc-sub-head {
    line-height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
  .cc-section {
    padding: 4.375rem 0;
  }
  .cc-sm-text {
    margin-bottom: 1rem;
  }
  .cc-sub-head {
    font-size: 2.25rem;
    letter-spacing: -2px;
    line-height: 2.625rem;
  }
  .cc-sub-head .play-fair-font {
    font-size: 2.375rem;
    letter-spacing: -2px;
    line-height: 2.625rem;
  }
  .cc-sub-text-16, .cc-sub-text-18 {
    font-size: 15px;
  }
  .cc-centered-head {
    margin-bottom: 2.5rem;
    padding: 0 15px;
  }
  .align-right-to-viewport {
    width: auto;
  }
}
.btn .btn-round {
  background-color: var(--primary-color-white);
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.btn .btn-round img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn .btn-round::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../../cc-images/icons/arrow-corner.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  z-index: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(-21px, 21px, 78px);
          transform: translate3d(-21px, 21px, 78px);
  margin: auto;
}
.btn:hover .btn-round::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.btn:hover .btn-round img {
  -webkit-transform: translate3d(21px, -21px, 78px);
          transform: translate3d(21px, -21px, 78px);
}

.btn-pink {
  border-radius: 40px;
  padding: 4px 4px 4px 24px;
  background-color: var(--button-bg-pink);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: var(--primary-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: auto;
}
.btn-pink:hover {
  background-color: var(--button-bg-pink);
  color: var(--primary-color-white);
}
.btn-pink img {
  width: 1rem;
  height: 1rem;
}

.cc-btn-black {
  background-color: var(--primary-color-black);
  font-size: 1rem;
  border-radius: 40px;
  height: 72px;
  width: 149px;
  color: var(--primary-color-white);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cc-btn-black:hover {
  background-color: #121212;
  color: var(--primary-color-white);
}

.cc-btn-outline-arrow {
  color: var(--primary-color-black);
  border: 1px solid var(--primary-color-black);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.32px;
  border-radius: 40px;
  padding: 4px 4px 4px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-btn-outline-arrow:hover {
  color: var(--primary-color-black);
  border: 1px solid var(--primary-color-black);
}
.cc-btn-outline-arrow .btn-round {
  background-color: var(--primary-color-black);
}
.cc-btn-outline-arrow .btn-round::before {
  background-image: url(../../cc-images/icons/cc-corner-arrow-white.svg);
  width: 9px;
  height: 9px;
}

.cc-play-btn {
  background-color: var(--primary-color-white);
  color: var(--primary-color-black);
  font-size: 1rem;
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 2.5rem;
  font-weight: 500;
  min-width: auto;
  height: auto;
}
.cc-play-btn:hover {
  background-color: var(--primary-color-white);
  color: var(--primary-color-black);
}
.cc-play-btn .cc-round-bg {
  background-color: var(--primary-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.cc-play-btn .cc-round-bg img {
  margin-left: 3px;
}

.cc-load-more-btn {
  border: 1px solid #000;
  border-radius: 40px;
  padding: 12px 24px;
  height: 48px;
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}
.cc-load-more-btn:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.cc-load-more-btn.cc-added {
  color: #000;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../../assets/cc-images/icons/cc-btn-tick.svg");
  background-size: 15px;
  background-position: center center;
  text-indent: -200px;
  overflow: hidden;
}
.cc-load-more-btn.cc-added:focus {
  color: #000;
  background-color: #000;
}

.cc-btn-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
  text-align: center;
  border: 1px solid rgb(221, 227, 227);
  border-radius: 40px;
  padding: 7.5px 24px;
  height: 36px !important;
}
.cc-btn-remove:hover {
  border: 1px solid rgb(221, 227, 227);
  background-color: rgb(240, 240, 240);
}

body:has(.cc-modal.show) .modal-backdrop {
  z-index: 1111;
}

.cc-modal {
  z-index: 11111;
}
.cc-modal .btn-close {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: auto;
  left: auto;
  z-index: 1;
  background-color: var(--button-bg-pink);
  opacity: 1;
  border-radius: 0;
  width: 25px;
  height: 25px;
  background-image: unset;
}
.cc-modal .btn-close::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 14px;
  height: 14px;
  background-image: url("../../cc-images/icons/cc-remove-close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  -webkit-filter: brightness(0) saturate(100%) invert(89%) sepia(97%) saturate(13%) hue-rotate(238deg) brightness(105%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(89%) sepia(97%) saturate(13%) hue-rotate(238deg) brightness(105%) contrast(105%);
  outline: none;
}
.cc-modal .modal-dialog {
  max-width: 70%;
}
.cc-modal .modal-dialog .modal-content {
  height: 550px;
}
.cc-modal .modal-dialog .modal-content .playing-video {
  height: 100%;
}
.cc-modal .modal-body {
  padding: 0;
}

.theme-pink .navbar {
  font-family: "Poppins", sans-serif;
  padding: 1.25rem 3rem;
}
.theme-pink .navbar .navbar-nav {
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-pink .navbar .navbar-nav .nav-link {
  padding: 0;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
.theme-pink .navbar .navbar-nav .nav-link:hover {
  color: rgb(234, 24, 115);
}

#cc-header {
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  left: 0;
  right: 0;
  z-index: 666;
}
#cc-header .user-profile .dropdown-menu {
  right: 0;
  left: auto;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 4px;
  min-width: 247px;
}
#cc-header .user-profile .dropdown-menu h5 {
  font-size: 1.25rem;
  padding: 5px 0.9375rem;
  margin-bottom: 5px;
}
#cc-header .user-profile .dropdown-menu .dropdown-item {
  font-size: 14px !important;
  padding: 7px 0.9375rem 7px 37px;
  position: relative;
}
#cc-header .user-profile .dropdown-menu .dropdown-item:active {
  background-color: var(--button-bg-pink);
  color: #fff;
}
#cc-header .user-profile .dropdown-menu .dropdown-item:active img {
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(1%) hue-rotate(44deg) brightness(111%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(1%) hue-rotate(44deg) brightness(111%) contrast(101%);
}
#cc-header .user-profile .dropdown-menu .dropdown-item img {
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 9px;
  left: 13px;
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(86%) saturate(7498%) hue-rotate(322deg) brightness(93%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(86%) saturate(7498%) hue-rotate(322deg) brightness(93%) contrast(97%);
}
#cc-header .user-icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cc-inner-header-nw {
  top: 0 !important;
  background-color: var(--primary-color-white);
  z-index: 1111;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  border-bottom: 1px solid #F2F2F2;
}

.cc-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: var(--primary-color-white);
  z-index: 3;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  border-bottom: 1px solid #F2F2F2;
}

@media (max-width: 991px) {
  .theme-pink .navbar-toggler {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    height: 20px;
  }
  .theme-pink .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
    position: relative;
  }
  .theme-pink .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    width: 33px;
    height: 2px;
    background-color: var(--primary-color-black);
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: initial;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .theme-pink .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    width: 33px;
    height: 2px;
    background-color: var(--primary-color-black);
    position: absolute;
    top: 12px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: initial;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .theme-pink .navbar-collapse {
    position: fixed;
    top: 54px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background: rgb(255, 255, 255);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .theme-pink .navbar-collapse .navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 2.75rem 1rem 1.5rem;
    gap: 0;
  }
  .theme-pink .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .theme-pink .navbar-collapse .navbar-nav .nav-item .btn-pink {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .theme-pink .navbar-collapse .navbar-nav .nav-item:nth-last-child(2) .nav-link {
    border-bottom: 0;
  }
  .theme-pink .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-top: auto;
  }
  .theme-pink .navbar-collapse .navbar-nav .nav-link {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(221, 227, 227);
  }
  .theme-pink .navbar .container-fluid {
    padding: 0;
  }
  .theme-pink .navbar:has(.navbar-collapse.show) .navbar-toggler-icon::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 6px;
  }
  .theme-pink .navbar:has(.navbar-collapse.show) .navbar-toggler-icon::after {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
    top: 6px;
  }
  .theme-pink #cc-header {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: rgb(255, 255, 255);
  }
  .theme-pink #cc-header .navbar-collapse .navbar-nav {
    height: calc(100vh - 115px);
  }
}
@media (max-width: 767px) {
  .theme-pink .navbar {
    padding: 1rem;
  }
}
.cc-footer {
  background-color: var(--primary-color-black);
  padding: 6.25rem 0 3.5rem;
  position: relative;
}
.cc-footer .container {
  z-index: 2;
  position: relative;
}
.cc-footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../cc-images/place-holders/footer-top-bg.png);
}
.cc-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../cc-images/place-holders/footer-bottom-bg.png);
}
.cc-footer h2 {
  color: var(--primary-color-white);
  font-weight: 500;
  font-size: 5.5rem;
  line-height: 5.875rem;
  letter-spacing: -0.1rem;
  margin: 20px 0 5px;
}
.cc-footer h2 .play-fair-font {
  font-weight: 400;
  font-size: 5.75rem;
  line-height: 5.875rem;
  letter-spacing: 0rem;
  color: var(--primary-color-white);
}
.cc-footer .cc-info-link {
  display: block;
  text-decoration: underline;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 123%;
  letter-spacing: 0;
}
.cc-footer .cc-footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 4rem;
}
.cc-footer .cc-footer-form .btn-pink {
  height: 48px;
}
.cc-footer .cc-footer-form .btn-pink .btn-round {
  height: 40px;
  width: 40px;
}
.cc-footer .cc-footer-form input {
  outline: none;
  border: none;
  background-color: rgb(43, 43, 43);
  border-radius: 40px;
  height: 48px;
  padding: 0 1.5rem;
  width: 21.25rem;
  color: var(--primary-color-white);
}
.cc-footer .cc-footer-form input::-webkit-input-placeholder {
  color: var(--primary-color-white);
}
.cc-footer .cc-footer-form input::-moz-placeholder {
  color: var(--primary-color-white);
}
.cc-footer .cc-footer-form input:-ms-input-placeholder {
  color: var(--primary-color-white);
}
.cc-footer .cc-footer-form input::-ms-input-placeholder {
  color: var(--primary-color-white);
}
.cc-footer .cc-footer-form input::placeholder {
  color: var(--primary-color-white);
}
.cc-footer ul li {
  color: var(--primary-color-white);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}
.cc-footer ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cc-footer ul li a:hover {
  color: rgb(234, 24, 115);
}
.cc-footer ul li.cc-footer-head {
  color: rgb(168, 168, 168);
  margin-bottom: 28px;
  font-family: "DM Sans", sans-serif;
}
.cc-footer .cc-footer-strip {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 5.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cc-footer .cc-footer-strip p {
  color: var(--primary-color-white);
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.cc-footer .cc-footer-strip .cc-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-footer .cc-footer-strip .cc-social-icons a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.cc-footer .cc-footer-strip .cc-social-icons a:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(46%) saturate(7498%) hue-rotate(321deg) brightness(91%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(26%) sepia(46%) saturate(7498%) hue-rotate(321deg) brightness(91%) contrast(101%);
}

@media (max-width: 1200px) {
  .cc-footer h2 {
    font-size: 3.5rem;
    line-height: 1.875rem;
  }
  .cc-footer h2 .play-fair-font {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .cc-footer h2 {
    font-size: 2.625rem;
    letter-spacing: -2px;
    line-height: 2.75rem;
    margin: 25px 0 15px;
  }
  .cc-footer h2 .play-fair-font {
    font-size: 2.625rem;
    letter-spacing: -2px;
    line-height: 2.75rem;
  }
  .cc-footer .cc-info-link {
    margin-bottom: 4.5rem;
    font-size: 1rem;
  }
  .cc-footer .cc-footer-form {
    margin-bottom: 4.5rem;
  }
  .cc-footer ul {
    margin-bottom: 2.5rem;
  }
  .cc-footer .cc-footer-strip {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
:root {
  --marquee-width: 100%;
  --marquee-height: 2rem;
  --marquee-elements-displayed: 6;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 4s);
}

.marquee-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  background-color: var(--rose-bg);
  overflow: hidden;
  position: relative;
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  -webkit-animation: scrolling var(--marquee-animation-duration) linear infinite;
          animation: scrolling var(--marquee-animation-duration) linear infinite;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.marquee-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.8125rem;
  height: 100%;
  padding: 1rem;
  position: relative;
}
.marquee-content li::before {
  content: "";
  background-image: url("../../cc-images/icons/arrow-svg.svg");
  width: 0.25rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: auto;
  z-index: z("");
  margin: auto 0;
}

.marquee.reverse .marquee-content {
  -webkit-animation: scrolling-reverse var(--marquee-animation-duration) linear infinite;
          animation: scrolling-reverse var(--marquee-animation-duration) linear infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}

@keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
@media (max-width: 992px) {
  .marquee {
    -webkit-transform: translateY(73px);
            transform: translateY(73px);
  }
}
@media (max-width: 767px) {
  .marquee {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
  :root {
    --marquee-elements-displayed: 3;
  }
}
.theme-pink .cc-banner-rwp {
  min-height: calc(100vh - 32px);
  padding: 3.625rem 0 6.25rem;
  padding-top: calc(3.625rem + 80px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-pink .cc-banner-rwp::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../cc-images/place-holders/cc-gradient-bg.png);
}
.theme-pink .cc-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-pink .trust-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 8px 10px 8px 24px;
  background: white;
  position: relative;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../cc-images/icons/gradient-border.svg");
  background-size: contain;
}
.theme-pink .trust-strip p {
  margin: 0;
  font-weight: 600;
}
.theme-pink .cc-banner-head {
  font-size: clamp(2rem, 4.5vw + 0.5rem, 5.2rem);
  text-align: center;
  font-weight: 500;
  letter-spacing: -6px;
  line-height: 5.875rem;
  margin-bottom: 3rem;
  max-width: 1090px;
}
.theme-pink .cc-banner-head .play-fair-font {
  font-size: clamp(2.2rem, 4.7vw + 0.5rem, 5.875rem);
}
.theme-pink .cc-top-slider-content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
.theme-pink .text-slider {
  height: 24px !important;
  overflow: hidden;
  margin-bottom: 6rem;
}
.theme-pink .text-slider .swiper-wrapper {
  height: 24px; /* Match container height */
}
.theme-pink .text-slider .swiper-wrapper .swiper-slide {
  height: 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-pink .cc-search-area {
  padding: 0.5rem;
  border-radius: 999px;
  background-color: var(--primary-color-white);
  -webkit-box-shadow: 0px 0px 72px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 72px 0px rgba(0, 0, 0, 0.06);
  width: 100%;
  margin-bottom: 5rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-pink .cc-search-area .cc-search-circle {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(245, 245, 245);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.theme-pink .cc-search-area .cc-search-criteria {
  width: calc((100% - 142px - 60px) / 3);
  border-right: 1px solid rgb(221, 227, 227);
  padding-right: 2rem;
  position: relative;
}
.theme-pink .cc-search-area .cc-search-criteria .with-click {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.theme-pink .cc-search-area .cc-search-criteria .with-click label {
  cursor: pointer;
}
.theme-pink .cc-search-area .cc-search-criteria .with-click.with-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../cc-images/icons/cc-drop-arrow.svg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: initial;
  margin: auto;
}
.theme-pink .cc-search-area .cc-search-criteria.with-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../cc-images/icons/cc-drop-arrow.svg);
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  left: auto;
  z-index: initial;
  margin: auto;
}
.theme-pink .cc-search-area .cc-search-criteria label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
  display: block;
  margin-bottom: 12px;
  color: rgb(118, 118, 118);
}
.theme-pink .cc-search-area .cc-search-criteria span {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  cursor: pointer;
}
.theme-pink .cc-search-area .cc-search-criteria span.with-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.theme-pink .cc-search-area .cc-search-criteria span.with-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../cc-images/icons/cc-drop-arrow.svg);
  margin-left: 20px;
}
.theme-pink .cc-search-area .cc-search-criteria .cc-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  height: 13px;
}
.theme-pink .cc-search-area .cc-search-criteria .cc-search-item .cc-text-change-wrap .input--noborder::-webkit-input-placeholder {
  color: #767676;
}
.theme-pink .cc-search-area .cc-search-criteria .cc-search-item .cc-text-change-wrap .input--noborder::-moz-placeholder {
  color: #767676;
}
.theme-pink .cc-search-area .cc-search-criteria .cc-search-item .cc-text-change-wrap .input--noborder:-ms-input-placeholder {
  color: #767676;
}
.theme-pink .cc-search-area .cc-search-criteria .cc-search-item .cc-text-change-wrap .input--noborder::-ms-input-placeholder {
  color: #767676;
}
.theme-pink .cc-search-area .cc-search-criteria .cc-search-item .cc-text-change-wrap .input--noborder::placeholder {
  color: #767676;
}
.theme-pink .cc-search-area .cc-search-criteria .cc-search-item .cc-text-change::after {
  content: "";
  -webkit-animation: text infinite 8s;
          animation: text infinite 8s;
}
.theme-pink .cc-search-area .cc-search-criteria .cc-search-item .cc-text-change.cc-has-search-item::after {
  content: none !important;
}
.theme-pink .cc-popular-treatments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-pink .cc-popular-treatments p {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.64px;
}
.theme-pink .cc-popular-treatments .popular-tr-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.theme-pink .cc-popular-treatments .popular-tr-items span {
  font-weight: 500;
  font-style: Medium;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: -0.5px;
  display: block;
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(216px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.theme-pink .cc-popular-treatments .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@-webkit-keyframes text {
  0% {
    content: "Search treatments";
  }
  20% {
    content: "“Skin Brightening”";
  }
  40% {
    content: "“HydraFacial”";
  }
  60% {
    content: "“Acne Scar Removal”";
  }
  80% {
    content: "“Rejuvenation Peel’”";
  }
  100% {
    content: "Search treatments";
  }
}

@keyframes text {
  0% {
    content: "Search treatments";
  }
  20% {
    content: "“Skin Brightening”";
  }
  40% {
    content: "“HydraFacial”";
  }
  60% {
    content: "“Acne Scar Removal”";
  }
  80% {
    content: "“Rejuvenation Peel’”";
  }
  100% {
    content: "Search treatments";
  }
}
/* Visually hidden for accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rotating-input {
  position: relative;
  max-width: 420px;
}

.input--noborder {
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  cursor: pointer;
  padding: 0;
  display: block;
  height: 19px;
}

.input--noborder::-webkit-input-placeholder {
  color: #000;
}

.input--noborder::-moz-placeholder {
  color: #000;
}

.input--noborder:-ms-input-placeholder {
  color: #000;
}

.input--noborder::-ms-input-placeholder {
  color: #000;
}

.input--noborder::placeholder {
  color: #000;
}

/* Suggestions dropdown */
.suggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  max-height: 220px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
  min-width: 240px;
}

.suggestions__item {
  padding: 0.75rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
  white-space: nowrap;
}
.suggestions__item:hover {
  background-color: rgb(245, 245, 245);
}

.suggestions__item:hover,
.suggestions__item[aria-selected=true],
.suggestions__item--active {
  background: #f3f4f6;
}

.suggestions__empty {
  padding: 10px;
  color: #666;
}

@media (max-width: 1600px) {
  .theme-pink .cc-search-area {
    gap: 1.5rem;
  }
  .theme-pink .cc-search-area .cc-search-criteria span {
    font-size: 0.95rem;
  }
  .theme-pink .cc-search-area .cc-search-criteria .input--noborder {
    font-size: 0.95rem;
  }
  .theme-pink .cc-banner-rwp {
    padding-top: calc(1.625rem + 80px);
  }
  .theme-pink .text-slider {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1320px) {
  .theme-pink .cc-search-area {
    gap: 1rem;
  }
  .theme-pink .cc-search-area .cc-btn-black {
    width: 120px;
    height: 60px;
  }
  .theme-pink .cc-search-area .cc-text-change::after {
    white-space: nowrap;
  }
  .theme-pink .cc-search-area .cc-search-criteria {
    width: calc((100% - 120px - 40px) / 3);
  }
}
@media (max-width: 1200px) {
  .theme-pink .cc-banner-rwp {
    min-height: auto;
  }
  .theme-pink .cc-search-area {
    padding-left: 1.5rem;
  }
  .theme-pink .cc-search-area .cc-search-circle {
    display: none;
  }
  .theme-pink .cc-search-area .cc-search-criteria label {
    margin-bottom: 10px;
  }
  .theme-pink .cc-search-area .cc-search-criteria span {
    font-size: 11px;
    display: block;
  }
  .theme-pink .cc-search-area .cc-search-criteria .input--noborder {
    font-size: 11px;
  }
  .theme-pink .cc-popular-treatments {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .theme-pink .cc-popular-treatments .cc-popular-text {
    white-space: nowrap;
  }
  .theme-pink .cc-popular-treatments .popular-tr-items {
    white-space: nowrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .theme-pink .cc-search-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.25rem;
  }
  .theme-pink .cc-search-area .cc-search-circle {
    display: none;
  }
  .theme-pink .cc-search-area .cc-search-criteria {
    width: 100%;
    border: 0;
    padding-right: 0;
  }
  .theme-pink .cc-search-area .cc-search-criteria::after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../../cc-images/icons/cc-drop-arrow.svg);
    position: absolute;
    top: 14px;
    right: 10px;
    left: auto;
  }
  .theme-pink .cc-search-area .cc-search-criteria.with-arrow::after {
    right: 10px;
  }
  .theme-pink .cc-search-area .cc-search-criteria .cc-search-item .with-arrow {
    display: block;
  }
  .theme-pink .cc-search-area .cc-search-criteria .cc-search-item .with-arrow::after {
    display: none;
  }
  .theme-pink .cc-search-area .cc-search-criteria .cc-search-item:has(.cc-text-change-wrap) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    height: 70px;
  }
  .theme-pink .cc-search-area .cc-search-criteria .cc-text-change-wrap {
    width: 100%;
  }
  .theme-pink .cc-search-area .cc-search-criteria .cc-text-change-wrap label {
    display: block !important;
  }
  .theme-pink .cc-search-area .cc-btn-black {
    width: 100%;
    height: 48px;
  }
  .theme-pink .cc-search-area .with-click.with-arrow::after {
    content: none !important;
  }
  .theme-pink .cc-banner-head {
    line-height: 4rem;
  }
}
@media (max-width: 767px) {
  .theme-pink .cc-popular-treatments {
    display: none;
  }
  .theme-pink .cc-banner-rwp {
    padding: 6.5rem 0 3rem;
    min-height: auto;
  }
  .theme-pink .cc-banner-head {
    font-size: 2.25rem;
    letter-spacing: -2px;
    line-height: 2.625rem;
  }
  .theme-pink .cc-banner-head .play-fair-font {
    font-size: 2.375rem;
    letter-spacing: -2px;
    line-height: 2.625rem;
  }
  .theme-pink .trust-strip {
    display: none;
  }
  .theme-pink .text-slider {
    height: 45px !important;
    margin-bottom: 3.125rem;
  }
  .theme-pink .text-slider .swiper-wrapper .swiper-slide {
    height: auto !important;
  }
  .theme-pink .text-slider .swiper-wrapper .swiper-slide p {
    font-size: 0.9375rem;
    line-height: 23px;
    max-width: 90%;
    margin: 0 auto;
  }
  .theme-pink .cc-search-area {
    margin-bottom: 0;
  }
}
.cc-practice-section {
  position: relative;
  overflow: hidden;
}
.cc-practice-section .cc-sub-head {
  margin-bottom: 4rem;
}
.cc-practice-section .cc-sub-text-18 {
  margin-bottom: 3rem;
  max-width: 70%;
}
.cc-practice-section .cc-absolute-image {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: initial;
}

@media (max-width: 1600px) {
  .cc-absolute-image {
    max-width: 800px;
  }
}
@media (max-width: 1200px) {
  .cc-absolute-image {
    max-width: 670px;
  }
}
@media (max-width: 992px) {
  .cc-absolute-image {
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  .cc-practice-section {
    padding-bottom: 0;
  }
  .cc-practice-section .cc-sub-head {
    margin-bottom: 2rem;
  }
  .cc-practice-section .cc-sub-text-18 {
    max-width: 95%;
  }
  .cc-practice-section .cc-absolute-image {
    position: relative;
    margin-top: 4rem;
  }
}
.cc-safety-section {
  position: relative;
  background-color: var(--primary-color-black);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../cc-images/place-holders/cc-gradient-bg-skill.svg);
  overflow: hidden;
}
.cc-safety-section .row {
  --bs-gutter-x: 5.5rem;
}
.cc-safety-section .cc-safety-placeholder img {
  border-radius: 1.5rem;
}
.cc-safety-section .cc-safety-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cc-safety-section .cc-safety-content span, .cc-safety-section .cc-safety-content .cc-sub-head, .cc-safety-section .cc-safety-content p {
  color: var(--primary-color-white);
}
.cc-safety-section .cc-safety-content .cc-sm-text {
  margin-bottom: 1rem;
}
.cc-safety-section .cc-safety-content .cc-sub-head {
  margin-bottom: 2.5rem;
}
.cc-safety-section .cc-safety-content .cc-sub-text-16 {
  margin-bottom: 1.5rem;
  font-weight: 300;
}

@media (max-width: 767px) {
  .cc-safety-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cc-safety-section .cc-safety-placeholder {
    margin-top: 3rem;
  }
}
.cc-discovers-section {
  position: relative;
}
.cc-discovers-section .cc-discover-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}
.cc-discovers-section .cc-discover-content .cc-sm-text {
  margin-bottom: 0.5rem;
}
.cc-discovers-section .cc-discover-content .cc-sub-head {
  margin-bottom: 1.5rem;
}
.cc-discovers-section .cc-discover-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cc-discovers-section .swiper-wrap {
  position: relative;
}
.cc-discovers-section .cc-swiper-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  margin: auto;
}
.cc-discovers-section .cc-swiper-arrow.cc-slider__prev {
  right: auto;
  left: -28px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.cc-discovers-section .cc-swiper-arrow.cc-slider__next {
  left: auto;
  right: -28px;
}

.cc-discover-slide {
  max-width: 23.6875rem;
}
.cc-discover-slide .cc-d-slide-image {
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.cc-discover-slide .cc-d-slide-image::after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.32)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cc-discover-slide .cc-d-slide-image .swiper-slide img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 284px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cc-discover-slide .cc-d-slide-image .cc-review-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: var(--primary-color-white);
  border-radius: 32px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 7px 8px 7px 9px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  gap: 4px;
}
.cc-discover-slide .cc-d-slide-image .cc-review-span img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cc-discover-slide .cc-d-slide-image .cc-review-span span {
  font-weight: 500;
  font-size: 1rem;
}
.cc-discover-slide .cc-d-slide-image:hover .cc-review-span {
  bottom: -1rem;
  opacity: 0;
}
.cc-discover-slide .cc-d-slide-image:hover .swiper-slide-active img {
  scale: 1.1;
}
.cc-discover-slide .cc-d-slide-image:hover::after {
  height: 42px;
  opacity: 1;
}
.cc-discover-slide .cc-d-slide-image:hover .image-swiper-pagination {
  opacity: 1;
  bottom: 1rem;
}
.cc-discover-slide .cc-d-slide-image:hover .cc-image-arrow {
  scale: 1;
  opacity: 1;
}
.cc-discover-slide .cc-d-slide-image .cc-image-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  left: auto;
  z-index: 1;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cc-discover-slide .cc-d-slide-image .cc-image-arrow img {
  scale: 1 !important;
}
.cc-discover-slide .cc-d-slide-image .cc-image-arrow.image-swiper-prev {
  right: auto;
  left: 18px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.cc-discover-slide .cc-d-slide-image .cc-image-arrow::before, .cc-discover-slide .cc-d-slide-image .cc-image-arrow::after {
  display: none;
}
.cc-discover-slide .cc-d-slide-image .image-swiper-pagination {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cc-discover-slide .cc-d-slide-image .image-swiper-pagination .swiper-pagination-bullet {
  background-color: var(--primary-color-white);
  opacity: 0.4;
  width: 6px;
  height: 6px;
  margin: 0;
}
.cc-discover-slide .cc-d-slide-image .image-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.cc-discover-slide .cc-d-slide-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.75rem;
}
.cc-discover-slide h5 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 140%;
  margin-bottom: 0.5rem;
}
.cc-discover-slide .text-shorten {
  max-width: 90%;
}

.cc-fav-icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../cc-images/icons/cc-fav.svg);
  width: 1.5rem;
  height: 1.5rem;
}
.cc-fav-icon.active {
  background-image: url(../../cc-images/icons/cc-fav-active.svg);
}

@media (max-width: 768px) {
  .cc-discovers-section .cc-swiper-arrow {
    display: none;
  }
  .cc-discovers-section .cc-discover-content {
    margin-bottom: 2.5rem;
  }
}
.cc-choose-us-section {
  padding: 4.375rem 0 8.75rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.33%, #FFFFFF), color-stop(50%, #FFEBF4));
  background: linear-gradient(180deg, #FFFFFF 2.33%, #FFEBF4 50%);
}
.cc-choose-us-section .row {
  --bs-gutter-x: 28px;
}
.cc-choose-us-section .cc-sub-head {
  margin-bottom: 1.5rem;
}
.cc-choose-us-section .cc-choose-card {
  background-color: var(--primary-color-white);
  border-radius: 24px;
  padding: 3rem;
  height: 100%;
}
.cc-choose-us-section .cc-choose-card .cc-choose-card-img {
  margin-bottom: 3rem;
}
.cc-choose-us-section .cc-choose-card .cc-choose-card-content {
  width: 89%;
}
.cc-choose-us-section .cc-choose-card .cc-choose-card-content h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 124%;
  letter-spacing: -1.5px;
  margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {
  .cc-choose-us-section .cc-choose-card {
    padding: 1.8rem;
  }
  .cc-choose-us-section .cc-choose-card .cc-choose-card-img img {
    max-width: 50px;
  }
  .cc-choose-us-section .cc-choose-card .cc-choose-card-content {
    width: 95%;
  }
  .cc-choose-us-section .cc-sub-head svg {
    width: 18px;
  }
  .cc-choose-us-section .row {
    --bs-gutter-x: 10px;
  }
}
@media (max-width: 768px) {
  .cc-choose-us-section {
    padding: 4.375rem 0;
  }
  .cc-choose-us-section .cc-sub-head svg {
    max-width: 10px;
  }
  .cc-choose-us-section .cc-sub-text-16 {
    max-width: 80%;
  }
  .cc-choose-us-section .cc-choose-card {
    height: auto;
    margin-bottom: 1rem;
    padding: 2rem;
  }
  .cc-choose-us-section .cc-choose-card .cc-choose-card-img {
    margin-bottom: 1.75rem;
  }
  .cc-choose-us-section .cc-choose-card img {
    max-width: 40px;
  }
  .cc-choose-us-section .cc-choose-card .cc-choose-card-content {
    width: 100%;
  }
  .cc-choose-us-section .cc-choose-card .cc-choose-card-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .cc-choose-us-section .cc-choose-card .cc-choose-card-content h3 br {
    display: none;
  }
}
.cc-features-section .cc-left-pin-section {
  position: sticky;
  top: 120px;
}
.cc-features-section .cc-sub-head {
  margin-bottom: 2rem;
}
.cc-features-section .cc-features-card {
  background-color: rgb(245, 241, 255);
  padding: 3rem;
  border-radius: 1.5rem;
  margin-bottom: 3.3125rem;
}
.cc-features-section .cc-features-card .cc-features-image {
  margin-bottom: 3rem;
}
.cc-features-section .cc-features-card h4 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 124%;
  letter-spacing: -1.5px;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .cc-features-section {
    padding-bottom: 1.1875rem;
  }
  .cc-features-list {
    margin-top: 2.5rem;
  }
  .cc-features-list .cc-features-image {
    max-width: 48px;
    margin-bottom: 1.75rem;
  }
  .cc-features-list .cc-features-card {
    padding: 2rem;
    margin-bottom: 1rem;
  }
  .cc-features-list .cc-features-card h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cc-why-top-clinics {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(41.09%, #F4EFFE));
  background: linear-gradient(180deg, #FFFFFF 0%, #F4EFFE 41.09%);
  overflow: hidden;
}
.cc-why-top-clinics .cc-why-top-clinics-head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
.cc-why-top-clinics .cc-why-top-clinics-head-wrap .cc-why-arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide {
  background-color: var(--primary-color-white);
  border-radius: 24px;
  padding: 3rem;
  position: relative;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide * {
  z-index: 2;
  position: relative;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide .cc-doctor-slider-thumb {
  margin-bottom: 5.25rem;
  width: 8.75rem;
  height: 8.75rem;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide .cc-doctor-slider-thumb img {
  border-radius: 16px;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide h4 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -1.5px;
  margin-bottom: 2.5rem;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide .cc-doctor-slider-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide .cc-doctor-slider-footer p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 140%;
  margin-bottom: 0.5rem;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide .cc-doctor-slider-footer span {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide .image-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide .image-bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide.with-video h4, .cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide.with-video p, .cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide.with-video span {
  color: var(--primary-color-white);
}

@media (max-width: 1600px) {
  .cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide h4 {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .cc-why-top-clinics {
    padding: 2.1875rem 0 10.375rem;
    position: relative;
  }
  .cc-why-top-clinics .cc-doctor-slider .cc-doctor-slide {
    padding: 1.5rem;
  }
  .cc-why-top-clinics .cc-why-top-clinics-head-wrap {
    margin-bottom: 2.5rem;
  }
  .cc-why-top-clinics .cc-why-arrow-wrap {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 4.375rem;
    left: 0;
    z-index: initial;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.cc-before-after {
  background-color: var(--primary-color-black);
  background-image: url(../../cc-images/place-holders/after-before-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cc-before-after .cc-centered-head * {
  color: var(--primary-color-white);
}
.cc-before-after .cc-after-before-wrap .cc-after-before-slide {
  width: 50%;
}
.cc-before-after .cc-after-before-slide-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cc-before-after .cc-after-before-slide-footer h4 {
  color: var(--primary-color-white);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -1px;
}
.cc-before-after .cc-after-before-slide-footer p {
  color: var(--primary-color-white);
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
}
.cc-before-after .cc-after-before-slide-footer .cc-verified-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-before-after #comparison {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 32.8125rem;
  border-radius: 24px;
  margin-bottom: 2rem;
}
.cc-before-after figure {
  position: absolute;
  background-image: url(../../cc-images/place-holders/cc-image-after.png);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.cc-before-after figure.cc-new-image-after {
  background-image: url(../../cc-images/place-holders/cc-image-after-2.png);
}
.cc-before-after #divisor {
  background-image: url(../../cc-images/place-holders/cc-image-before.png);
  background-size: cover;
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;
}
.cc-before-after #divisor.cc-new-image-before {
  background-image: url(../../cc-images/place-holders/cc-image-before-2.png);
}
.cc-before-after #divisor::before, .cc-before-after #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 1px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
.cc-before-after #divisor::before {
  top: 0;
}
.cc-before-after #divisor::after {
  bottom: 0;
}
.cc-before-after #handle {
  position: absolute;
  height: 3.5rem;
  width: 3.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  background-color: var(--primary-color-white);
  border-radius: 50%;
}
.cc-before-after #handle::before, .cc-before-after #handle::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.cc-before-after #handle::before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
  width: 7.3px;
  height: 14px;
  background-image: url(../../cc-images/icons/cc-after-left.svg);
  left: 50%;
  margin-left: -12px;
}
.cc-before-after #handle::after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
  width: 7.3px;
  height: 14px;
  background-image: url(../../cc-images/icons/cc-after-right.svg);
  right: 50%;
  margin-right: -12px;
}
.cc-before-after input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
.cc-before-after input[type=range]:focus, .cc-before-after input[type=range]:active {
  border: none;
  outline: none;
}
.cc-before-after input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
}
.cc-before-after input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.cc-before-after .cc-after-before-pagination {
  position: relative;
  width: 134px;
  background-color: rgba(217, 217, 217, 0.1019607843);
  height: 8px;
  margin: 3.5rem auto 0;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: width 400ms ease, -webkit-transform 400ms ease;
  transition: width 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, width 400ms ease;
  transition: transform 400ms ease, width 400ms ease, -webkit-transform 400ms ease;
}
.cc-before-after .cc-after-before-pagination .swiper-pagination-progressbar-fill {
  border-radius: 12px;
  background-color: var(--primary-color-white);
  height: 8px;
}
.cc-before-after .cc-after-before-pagination .cc-progress-fill {
  border-radius: 12px;
  background-color: var(--primary-color-white);
  height: 8px;
  -webkit-transition: width 400ms ease, -webkit-transform 400ms ease;
  transition: width 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, width 400ms ease;
  transition: transform 400ms ease, width 400ms ease, -webkit-transform 400ms ease;
}
.cc-before-after .cc-after-before-pagination {
  position: relative;
  background-color: rgba(217, 217, 217, 0.1019607843);
  height: 8px;
  margin: 3.5rem auto 0;
  border-radius: 12px;
}
.cc-before-after .cc-after-before-pagination .slide-track {
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.1019607843); /* track color */
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}
.cc-before-after {
  /* Fixed-width indicator that moves with translateX */
}
.cc-before-after .cc-after-before-pagination .slide-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 48px; /* <-- fixed width; change to your desired px or rem */
  background: #fff; /* indicator color */
  border-radius: 999px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}

@media (max-width: 1024px) {
  .cc-before-after #comparison {
    height: 25rem;
  }
}
@media (max-width: 768px) {
  .cc-before-after #comparison {
    height: 39rem;
  }
  .cc-before-after .cc-after-before-slide-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cc-before-after .cc-after-before-slide-footer .cc-after-before-slide-side {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cc-before-after #comparison {
    height: 25rem;
  }
}
:root {
  /* Heights are responsive using clamp(vmin/vh) */
  --inactive-h: clamp(180px, 28vh, 280px);
  --active-h: clamp(260px, 40vh, 420px);
  /* Transition speeds */
  --media-transition: 420ms ease;
}

.cc-transform-section .cc-transform-wraper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cc-transform-section .cc-transform-wraper .cc-slide-image-video-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  width: -webkit-fill-available;
}
.cc-transform-section .cc-transform-wraper .cc-transform-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  scale: 1.3;
  border: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.cc-transform-section .cc-transform-slide {
  height: 41vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.cc-transform-section .cc-transform-slide img {
  border-radius: 24px;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  height: 25vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: height transform;
}
.cc-transform-section .cc-transform-slide .cc-transform-clinic-box {
  border: 1px solid rgb(241, 241, 241);
  border-radius: 16px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cc-transform-section .cc-transform-slide .cc-transform-clinic-box span {
  font-family: "Inter", sans-serif;
  font-size: 1.075625rem;
  display: block;
  line-height: 1.54625rem;
}
.cc-transform-section .cc-transform-slide .cc-transform-clinic-box h4 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -0.03125rem;
  margin: 0.538125rem 0;
}
.cc-transform-section .cc-transform-slide.swiper-slide-active img {
  height: 30vw;
}
.cc-transform-section .cc-transform-slide.swiper-slide-active .cc-slide-image-video-wrap .cc-transform-video {
  opacity: 1;
  visibility: visible;
}
.cc-transform-section .cc-transform-slide.swiper-slide-active .cc-transform-clinic-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cc-transform-section .cc-pagination-arrow {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
.cc-transform-section .cc-pagination-arrow.cc-p-left {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.cc-transform-section .cc-pagination-arrow.cc-transform-right {
  left: auto;
  right: 8.125rem;
}
.cc-transform-section .cc-pagination-arrow.cc-transform-left {
  left: 8.125rem;
  right: auto;
}
.cc-transform-section .cc-transform-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto 0;
  -webkit-transform: none !important;
          transform: none !important;
}
.cc-transform-section .cc-transform-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.cc-transform-section .cc-transform-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color-black);
}

@media (max-width: 1100px) {
  .cc-transform-section .cc-transform-slide {
    min-height: 48vw;
  }
}
@media (max-width: 768px) {
  .cc-transform-section .cc-pagination-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .cc-transform-section .cc-transform-slide {
    height: 55vh;
  }
  .cc-transform-section .cc-transform-slide img {
    height: 40vh;
  }
  .cc-transform-section .cc-transform-slide.swiper-slide-active img {
    height: 50vh;
  }
}
.cc-client-quotes {
  padding-top: 4.375rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #FFFFFF), color-stop(50%, #FFEBF4));
  background: linear-gradient(180deg, #FFFFFF 10%, #FFEBF4 50%);
  overflow: hidden;
}
.cc-client-quotes .cc-flex-between {
  margin-bottom: 3.5rem;
}
.cc-client-quotes .cc-quotes-slider {
  background-color: var(--primary-color-white);
  border-radius: 24px;
  padding: 3rem;
  height: 100%;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cc-client-quotes .cc-quotes-slider .cc-client-image {
  position: relative;
}
.cc-client-quotes .cc-quotes-slider .cc-client-image.cc-verified::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  bottom: auto;
  left: auto;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../../cc-images/icons/cc-verified-badge.svg);
}
.cc-client-quotes .cc-quotes-slider .cc-client-image img {
  border-radius: 50%;
  width: 4.75rem;
  height: 4.75rem;
}
.cc-client-quotes .cc-quotes-slider .cc-client-logo-wrap {
  border: 1px solid rgb(219, 219, 219);
  padding: 1.1875rem 2.1875rem;
  border-radius: 40px;
  max-width: 220px;
}
.cc-client-quotes .cc-quotes-icon {
  margin-bottom: 2.5rem;
}
.cc-client-quotes .cc-review-row {
  margin-bottom: 1.125rem;
}
.cc-client-quotes .cc-review-text p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: -0.05rem;
}
.cc-client-quotes .cc-review-footer {
  border-left: 2px solid rgb(192, 192, 192);
  padding-left: 1.5rem;
  margin-top: auto;
}
.cc-client-quotes .cc-review-footer h4 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.5rem;
}
.cc-client-quotes .cc-review-footer h4 span {
  font-weight: 400;
  font-family: "poppins", sans-serif;
  display: inline-block;
}
.cc-client-quotes .cc-review-footer span {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  display: block;
  font-weight: 400;
}

@media (max-width: 1600px) {
  .cc-client-quotes .cc-review-text {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .cc-client-quotes .cc-review-text {
    font-size: 1.4rem;
  }
  .cc-client-quotes .cc-quotes-slider {
    min-height: 615px;
  }
}
@media (max-width: 768px) {
  .cc-client-quotes {
    padding-bottom: 9.875rem;
    position: relative;
  }
  .cc-client-quotes .cc-quotes-slider {
    padding: 2rem 1.4rem;
  }
  .cc-client-quotes .cc-client-image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cc-client-quotes .cc-why-arrow-wrap {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 4.375rem;
    left: 0;
    z-index: initial;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.cc-location-item {
  background-color: rgb(245, 245, 245);
  padding: 1.0625rem 2.5rem;
  border-radius: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cc-location-item:hover {
  background-color: rgb(235, 235, 235);
}
.cc-location-item p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 150%;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 1) {
  .cc-location-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.cc-location-item span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
}
.cc-location-item img {
  width: 8px;
}

.cc-location-section {
  padding-bottom: 4.375rem;
}
.cc-location-section .row {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 1.75rem ;
}
.cc-location-section .cc-flex-center {
  margin-top: 4.5rem;
}

@media (max-width: 1024px) {
  .cc-location-item {
    padding: 1rem 1.7rem;
  }
  .cc-location-item p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .cc-location-section .row {
    --bs-gutter-y: 1rem;
  }
}
.cc-blog-section {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.09%, #FFFFFF), to(#F4EFFE));
  background: linear-gradient(180deg, #FFFFFF 25.09%, #F4EFFE 100%);
  padding: 4.375rem 0 6.25rem;
}
.cc-blog-section .row {
  --bs-gutter-x: 1.75rem;
}
.cc-blog-section .cc-blog-item .cc-blog-content {
  max-width: 98%;
}
.cc-blog-section .cc-blog-item .cc-blog-content .cc-blog-date {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-family: "Inter", sans-serif;
  display: block;
  margin-bottom: 0.75rem;
}
.cc-blog-section .cc-blog-item .cc-blog-content h4 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -0.03125;
  margin-bottom: 1rem;
}
.cc-blog-section .cc-blog-image {
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 24px;
}
.cc-blog-section .cc-blog-image:hover img {
  scale: 1.1;
}
.cc-blog-section .cc-blog-image img {
  border-radius: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .cc-blog-section {
    padding-bottom: 7.375rem;
    position: relative;
  }
  .cc-blog-section .cc-flex-between-head {
    margin-bottom: 2.5rem;
  }
  .cc-blog-section .cc-why-top-clinics-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .cc-blog-section .cc-btn-outline-arrow {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 4.375rem;
    left: 0;
    z-index: initial;
    max-width: 148px;
    margin: auto;
  }
  .cc-blog-section .cc-blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgb(225, 225, 225);
    margin-bottom: 1.75rem;
  }
  .cc-blog-section .cc-blog-item p {
    display: none;
  }
  .cc-blog-section .cc-blog-item .cc-blog-content h4 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .cc-blog-section .cc-blog-item .cc-blog-image {
    width: 120px;
    height: 95px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
  }
  .cc-blog-section .cc-blog-item .cc-blog-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cc-blog-section .row .col-md-4:last-child .cc-blog-item {
    border: 0;
  }
}
.cc-faq-wraper {
  max-width: 66.125rem;
  margin: 0 auto;
}

.cc-faq-accordion .accordion-collapse {
  background-color: rgb(245, 245, 245);
}
.cc-faq-accordion .accordion-item {
  margin-bottom: 1.75rem;
  border: none;
  background-color: rgb(245, 245, 245);
  border-radius: 24px;
}
.cc-faq-accordion .accordion-item:has(.collapsed) .accordion-body {
  opacity: 0;
}
.cc-faq-accordion .accordion-item .accordion-body {
  padding: 0 2rem 2rem;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 80%;
  font-weight: 400;
  background-color: rgb(245, 245, 245);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Inter", sans-serif;
  color: #000;
}
.cc-faq-accordion .accordion-button {
  padding: 2rem 6rem 1.5rem 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
  font-weight: 500 !important;
  color: #000 !important;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -0.03125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cc-faq-accordion .accordion-button::after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(../../cc-images/icons/cc-accordion-button.svg);
  position: absolute;
  top: 2rem;
  right: 2rem;
  bottom: 0;
  left: auto;
  z-index: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.cc-faq-accordion .accordion-button span {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cc-faq-accordion .accordion-button.collapsed {
  background-color: rgb(245, 245, 245);
  padding: 2.8125rem 2rem 2.8125rem;
}
.cc-faq-accordion .accordion-button.collapsed::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cc-faq-contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.25rem 2rem;
  border-radius: 24px;
  background-color: rgb(255, 235, 244);
}
.cc-faq-contact-section h4 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .cc-faq-section .cc-faq-accordion .accordion-button {
    padding: 1rem 5rem 0.8rem 1rem;
    font-size: 1.125rem;
    min-height: 80px;
  }
  .cc-faq-section .cc-faq-accordion .accordion-button::after {
    right: 1rem;
    top: 1rem;
  }
  .cc-faq-section .cc-faq-accordion .accordion-button.collapsed span {
    margin-bottom: 0;
  }
  .cc-faq-section .cc-faq-accordion .accordion-body {
    padding: 0 1rem 1rem;
  }
  .cc-faq-section .cc-faq-contact-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.cc-action-section {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(23.37%, #FFFFFF), color-stop(122.37%, #FFEBF4));
  background: linear-gradient(0deg, #FFFFFF 23.37%, #FFEBF4 122.37%);
  padding: 5rem 0;
}
.cc-action-section .cc-action-item {
  text-align: center;
}
.cc-action-section .cc-action-item h4 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 130%;
  text-align: center;
  margin-bottom: 1rem;
}
.cc-action-section .cc-action-item .cc-action-icon-bg {
  background-color: var(--primary-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  margin: 0 auto 2rem;
}

@media (max-width: 768px) {
  .cc-action-section {
    padding: 2.8125rem 0;
  }
  .cc-action-section .cc-action-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgb(255, 219, 235);
  }
  .cc-action-section .cc-action-item h4 {
    text-align: left;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .cc-action-section .cc-action-item .cc-action-icon-bg {
    margin: 0;
    width: 4rem;
    height: 4rem;
    background-color: var(--primary-color-white);
  }
  .cc-action-section .cc-action-item .cc-action-icon-bg img {
    max-width: 24px;
    -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(78%) saturate(7332%) hue-rotate(323deg) brightness(94%) contrast(95%);
            filter: brightness(0) saturate(100%) invert(31%) sepia(78%) saturate(7332%) hue-rotate(323deg) brightness(94%) contrast(95%);
  }
  .cc-action-section .row .col-md-3:last-child .cc-action-item {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.cc-search-area-section {
  padding-top: calc(0.5rem + 90px);
  padding-bottom: 0.5rem;
}
.cc-search-area-section .cc-search-area {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgb(245, 245, 245);
  gap: 0;
}
.cc-search-area-section .cc-search-area .cc-search-circle {
  background-color: var(--primary-color-white);
}
.cc-search-area-section .cc-search-area .cc-search-criteria {
  background-color: var(--primary-color-white);
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 0;
  padding-left: 2rem;
}
.cc-search-area-section .cc-search-area .cc-search-criteria::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: rgb(221, 227, 227);
  position: absolute;
  left: 0;
}
.cc-search-area-section .cc-search-area .cc-search-criteria.cc-first-box {
  border-radius: 40px 0 0 40px;
  padding-left: 2rem;
}
.cc-search-area-section .cc-search-area .cc-search-criteria.cc-first-box::before {
  content: none;
}
.cc-search-area-section .cc-search-area .cc-search-criteria.cc-last-box {
  border-radius: 0 40px 40px 0;
}
.cc-search-area-section .cc-search-area .cc-search-criteria .cc-search-remove {
  position: absolute;
  right: 35px;
}
.cc-search-area-section .cc-search-area .cc-search-criteria:has(.cc-search-remove).with-arrow::after {
  content: none;
}
.cc-search-area-section .dropdown-menu {
  top: 65px !important;
}

.cc-list-wrap {
  padding: 1.5rem 0 3rem;
}
.cc-list-wrap .cc-tool-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
.cc-list-wrap .cc-tool-row .cc-sort-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
.cc-list-wrap .cc-tool-row .cc-sort-text .dropdown-menu {
  top: 25px !important;
}
.cc-list-wrap .cc-tool-row span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  color: rgb(118, 118, 118);
}
.cc-list-wrap .cc-tool-row span.cc-bold-text {
  font-weight: 500;
  color: var(--primary-color-black);
}
.cc-list-wrap .cc-discover-slide {
  max-width: none;
}
.cc-list-wrap .cc-discover-slide .cc-d-slide-image .cc-review-span span {
  font-size: 0.875rem;
}
.cc-list-wrap .cc-discover-slide .cc-d-slide-image .swiper-slide img {
  height: 255px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cc-list-wrap .cc-discover-slide .text-shorten {
  max-width: 100%;
}

.cc-list-grid {
  display: -ms-grid;
  display: grid;
  gap: 1.75rem;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 480px) {
  .cc-list-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .cc-list-grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .cc-list-grid {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .cc-list-grid {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.cc-load-more-wrap {
  padding: 2.5rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cc-clinic-box {
  border: 1px solid rgb(221, 227, 227);
  padding: 1.5rem;
  border-radius: 16px;
}
.cc-clinic-box .cc-review-span {
  display: block;
  margin-top: 2.5rem;
}
.cc-clinic-box .cc-review-span span {
  font-size: 1rem;
  font-weight: 500;
}
.cc-clinic-box .cc-d-slide-content {
  height: 108px;
}
.cc-clinic-box .cc-d-slide-content .cc-d-slide-row {
  margin-bottom: 1rem;
}
.cc-clinic-box .cc-d-slide-content .cc-d-slide-row p {
  font-size: 1rem;
  color: rgb(118, 118, 118);
  margin-bottom: 1rem;
}

.cc-sm-search-results {
  display: none;
}

@media (max-width: 1200px) {
  .cc-search-area-section .cc-search-area {
    padding-left: 7px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .cc-search-area-section .cc-search-area .cc-search-criteria {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc((100% - 150px) / 3);
  }
  .cc-search-area-section .cc-search-area .cc-search-criteria.cc-first-box {
    width: 295px;
  }
  .cc-search-area-section .cc-search-area .cc-btn-black {
    margin-left: auto;
    height: 72px;
  }
}
@media (max-width: 991px) {
  .cc-search-area-section .cc-search-area {
    background-color: #fff;
    border: 5px solid rgb(245, 245, 245);
    gap: 20px;
  }
  .cc-search-area-section .cc-search-area .cc-search-criteria {
    height: auto;
    width: 100% !important;
  }
  .cc-search-area-section .cc-search-area .cc-search-criteria::before {
    content: none;
  }
  .cc-search-area-section .cc-search-area .cc-search-criteria.cc-first-box .cc-search-remove {
    top: 60px;
  }
  .cc-search-area-section .dropdown-menu {
    top: 40px !important;
  }
}
@media (max-width: 767px) {
  .cc-search-area-section .mobile-close-icon-search {
    display: block !important;
    position: absolute;
    top: 22px;
    right: 22px;
  }
  .cc-search-area-section .search-mobile-head {
    display: block !important;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -2px;
    margin: 32px 0 0;
  }
  .cc-search-area-section .cc-search-area {
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1111;
    padding: 16px;
    gap: 32px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cc-search-area-section .cc-search-area.cc-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .cc-search-area-section .cc-search-area .cc-search-criteria {
    padding-left: 0 !important;
  }
  .cc-search-area-section .cc-search-area .cc-search-criteria .cc-search-remove {
    right: 10px;
  }
  .cc-search-area-section .cc-search-area .cc-search-criteria .cc-search-item:has(.cc-text-change-wrap) {
    gap: 32px;
  }
  .cc-search-area-section .cc-search-area .cc-btn-black {
    height: 48px;
  }
  .cc-search-area-section .cc-sm-search-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .cc-search-area-section .cc-sm-search-results p {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 4px;
  }
  .cc-search-area-section .cc-sm-search-results span {
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: rgb(118, 118, 118);
  }
  .cc-discover-slide .cc-d-slide-image .swiper-slide img {
    width: 100%;
  }
  .cc-list-wrap .cc-tool-row .cc-sort-text {
    border: 1px solid rgb(221, 227, 227);
    border-radius: 96px;
    height: 36px;
    padding: 5px 18px;
  }
}
.cc-clinic-details {
  padding: 5rem 0 3.75rem;
}
.cc-clinic-details .cc-clinics-head {
  font-weight: 500;
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: -0.25rem;
}
.cc-clinic-details .cc-details-review-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 2rem 0 1.5rem;
}
.cc-clinic-details .cc-details-review-row p {
  margin-bottom: 0;
}
.cc-clinic-details .cc-details-review-row p.rating {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 116%;
  letter-spacing: 0;
  text-transform: capitalize;
}
.cc-clinic-details .cc-details-review-row p.cc-rating-count {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: rgb(133, 133, 133);
}
.cc-clinic-details .cc-details-review-row .cc-review-star {
  width: 1.28125rem;
  height: 1.28125rem;
}
.cc-clinic-details .cc-details-review-row .cc-review-row {
  gap: 5.13px;
}
.cc-clinic-details .details-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  margin-bottom: 4px;
  display: block;
}
.cc-clinic-details .cc-list-details {
  margin: 2rem 0 2.5rem;
}
.cc-clinic-details .cc-list-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0;
  color: rgb(94, 93, 91);
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 29px;
}
.cc-clinic-details .cc-list-details ul li img {
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: initial;
}
.cc-clinic-details .cc-list-details ul li .cc-color-green {
  color: rgb(47, 200, 120);
}
.cc-clinic-details .cc-details-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-clinic-details .cc-details-btn-row .cc-details-amount-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-clinic-details .cc-details-btn-row .cc-details-amount-details span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(78, 77, 76);
}
.cc-clinic-details .cc-details-btn-row .cc-details-amount-details span.cc-amount-text {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: rgb(20, 20, 20);
}
.cc-clinic-details .cc-details-image-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.cc-clinic-details .cc-details-image-lg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.cc-clinic-details .cc-thumb-slider {
  margin-top: 1rem;
  position: relative;
}
.cc-clinic-details .cc-thumb-slider .cc-thumb-wrap {
  overflow-x: hidden;
  overflow-y: auto;
}
.cc-clinic-details .cc-thumb-slider .cc-thumb-wrap .swiper-slide img {
  border-radius: 16px;
}
.cc-clinic-details .cc-thumb-slider .cc-swiper-arrow {
  margin: auto;
  height: 32px;
}
.cc-clinic-details .cc-thumb-slider .cc-swiper-arrow img {
  width: 32px;
}
.cc-clinic-details .cc-thumb-slider .cc-detail-left {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -16px;
  z-index: 1;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.cc-clinic-details .cc-thumb-slider .cc-detail-right {
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  left: auto;
  z-index: 1;
}

.cc-read-more-link {
  font-family: "Inter", sans-serif;
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cc-details-tab-section {
  padding: 1.5rem 0 3.5rem;
}
.cc-details-tab-section .tab-section nav {
  margin-bottom: 2.5rem;
}
.cc-details-tab-section .tab-section .nav-tabs {
  border-bottom: 0;
}
.cc-details-tab-section .tab-section .nav-tabs .nav-link {
  color: rgb(94, 93, 91);
  letter-spacing: 0;
  border: none;
  position: relative;
}
.cc-details-tab-section .tab-section .nav-tabs .nav-link::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: rgb(232, 24, 114);
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  visibility: hidden;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cc-details-tab-section .tab-section .nav-tabs .nav-link.active {
  color: #000;
  font-weight: 600;
}
.cc-details-tab-section .tab-section .nav-tabs .nav-link.active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.cc-details-tab-section .tab-section h5 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -0.125rem;
  margin-bottom: 2rem;
}
.cc-details-tab-section .cc-find-box {
  padding: 1.4rem 1.5rem;
  border: 1px solid rgb(225, 225, 225);
  border-radius: 16px;
  height: 100%;
}
.cc-details-tab-section .cc-find-box .d-flex a {
  padding-right: 0.5rem;
}
.cc-details-tab-section .cc-find-box h3 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}
.cc-details-tab-section .cc-find-box .cc-find-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 37px 1fr 37px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  overflow: auto;
  max-height: 485px;
  padding: 0 0.5rem;
  overflow-x: hidden;
}
.cc-details-tab-section .cc-find-box .cc-find-images-box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cc-details-tab-section .cc-find-box .cc-find-images-box img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc-details-tab-section .cc-find-box .cc-find-images-box.cc-active img {
  border: 3px solid rgb(230, 24, 113);
}
.cc-details-tab-section .cc-find-box .cc-find-images-box p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  color: rgb(0, 0, 0);
  margin: 12px 0 0 0;
}
.cc-details-tab-section .cc-find-box .cc-cart-selected {
  background-color: rgb(245, 245, 245);
  padding: 1.5rem;
  border-radius: 16px;
  margin-bottom: 16px;
}
.cc-details-tab-section .cc-find-box .cc-cart-selected .cc-cart-selected-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 29px;
}
.cc-details-tab-section .cc-find-box .cc-cart-selected .cc-cart-selected-content:last-child {
  margin-bottom: 0;
}
.cc-details-tab-section .cc-find-box .cc-cart-selected .cc-cart-selected-content h3 {
  padding: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 109%;
  margin-bottom: 6px;
}
.cc-details-tab-section .cc-find-box .cc-cart-selected .cc-cart-selected-content p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  color: rgb(94, 93, 91);
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-details-tab-section .cc-find-box .cc-cart-selected .cc-cart-selected-content p .cc-treatments-dot {
  display: block;
  width: 3px;
  height: 3px;
  background-color: rgb(94, 93, 91);
  border-radius: 50%;
}
.cc-details-tab-section .cc-find-box .cc-cart-selected .cc-cart-selected-content p.cc-selected-amount {
  margin-top: 8px;
}
.cc-details-tab-section .cc-find-box .cc-cart-selected .cc-cart-selected-content p.cc-selected-amount .cc-old-price {
  text-decoration: line-through;
}
.cc-details-tab-section .cc-find-box .cc-cart-selected .cc-cart-selected-content p.cc-selected-amount .cc-discount-indication {
  color: rgb(232, 24, 114);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-details-tab-section .cc-treatments-list-wrapper {
  overflow: auto;
  max-height: 485px;
  padding: 0 0.5rem;
}
.cc-details-tab-section .cc-treatments-list-wrap {
  border: 1px solid rgb(225, 225, 225);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-list .btn {
  height: 36px;
  width: 96px;
  min-width: auto;
  min-height: auto;
  padding-top: 9px;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-content-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-content-between h3 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 109%;
  margin-bottom: 6px;
  padding: 0;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-content-between h3 .cc-treatments-dot {
  width: 3px;
  height: 3px;
  display: block;
  background-color: #000;
  border-radius: 50%;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-content-between .cc-pro-head {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 8px;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-content-between p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  color: rgb(94, 93, 91);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-content-between p .cc-treatments-dot {
  display: block;
  width: 3px;
  height: 3px;
  background-color: rgb(94, 93, 91);
  border-radius: 50%;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-content-between .cc-treatments-content-price {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 0;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-content-between .cc-treatments-content-price.old-price {
  text-decoration: line-through;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-content-between .cc-treatments-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-read-more-link {
  font-family: "poppins", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-proflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cc-details-tab-section .cc-treatments-list-wrap .cc-proflex .cc-pro-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.cc-details-tab-section .cc-cart-wrap {
  border: 1px solid rgb(225, 225, 225);
  border-radius: 16px;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.cc-details-tab-section .cc-cart-wrap .cc-cart-no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cc-details-tab-section .cc-cart-wrap .cc-cart-no-data p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #000;
  margin-top: 8px;
}
.cc-details-tab-section .gold-btn {
  height: 72px !important;
  width: 100%;
  margin-top: 1rem;
}
.cc-details-tab-section .gold-btn.disabled {
  opacity: 1;
  background-color: rgb(225, 225, 225);
  border-color: rgb(225, 225, 225);
  color: rgb(94, 93, 91);
}
.cc-details-tab-section .gold-btn.disabled .cc-treatments-dot {
  background-color: rgb(94, 93, 91);
}
.cc-details-tab-section .gold-btn p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cc-details-tab-section .gold-btn p .cc-treatments-dot {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
.cc-details-tab-section .cc-review-flex .user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.cc-details-tab-section .cc-review-flex .user-details h6.sub-text {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.cc-details-tab-section .cc-review-flex .user-details .sub-details {
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: rgb(94, 93, 91);
}
.cc-details-tab-section .cc-review-flex .user-details img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.cc-details-tab-section .cc-review-flex .rating-section .rating h6 {
  font-weight: 600;
}
.cc-details-tab-section .cc-review-flex .text-sec {
  margin-bottom: 3.5rem;
  max-width: 90%;
}
.cc-details-tab-section .cc-review-flex .text-sec p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 28px;
  margin-bottom: 0;
}
.cc-details-tab-section .cc-review-flex .text-sec .cc-read-more-link {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.cc-details-tab-section .search-detail ul.tag-with-icon li {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 1.125rem;
}
.cc-details-tab-section .search-detail ul.tag-with-icon li.address::before {
  background-size: 16px;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(88%) saturate(4108%) hue-rotate(323deg) brightness(93%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(88%) saturate(4108%) hue-rotate(323deg) brightness(93%) contrast(94%);
}
.cc-details-tab-section .search-detail .opening-hrs li {
  font-family: "Inter", sans-serif;
  margin-bottom: 12px;
}
.cc-details-tab-section .search-detail .cc-mx-90 {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
}
.cc-details-tab-section .search-detail .map {
  border-radius: 24px;
}
.cc-details-tab-section .team-rating {
  gap: 5rem;
}
.cc-details-tab-section .team-rating .team-details {
  min-width: auto;
}
.cc-details-tab-section .team-rating .team-details .user-img {
  margin-bottom: 1.5rem;
}
.cc-details-tab-section .team-rating .team-details .sub-text {
  font-size: 1.125rem;
}
.cc-details-tab-section .team-rating .team-details .sub-details {
  font-size: 14px;
  font-family: "DM Sans", serif;
}

.cc-mx-90 {
  max-width: 90%;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
}

.cc-btn-img {
  display: block;
}

.cc-flex-with-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1600px) {
  .cc-details-tab-section .cc-find-box {
    padding: 1.3rem 1rem;
  }
  .cc-details-tab-section .cc-find-box .cc-find-images {
    gap: 15px;
  }
}
@media (max-width: 1300px) {
  .cc-clinic-details .cc-clinics-head {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -1px;
  }
  .cc-details-tab-section .cc-find-box .cc-find-images {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .cc-details-tab-section .cc-find-box .cc-cart-selected {
    padding: 1rem;
  }
  .cc-details-tab-section .cc-find-box .cc-cart-selected .cc-btn-remove {
    padding: 7.5px 15px;
    min-width: auto;
  }
  .cc-details-tab-section .cc-treatments-list-wrap {
    padding: 1rem;
  }
}
@media (max-width: 1200px) {
  .cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-list:has(.cc-load-more-btn), .cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-list:has(.cc-proflex) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-content h3 {
    font-size: 0.815rem;
  }
  .cc-details-tab-section .cc-find-box .cc-cart-selected .cc-cart-selected-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .cc-clinic-details .cc-clinics-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cc-clinic-details {
    padding: 2rem 0 1.75rem;
  }
  .cc-clinic-details .cc-clinics-head {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -1px;
  }
  .cc-clinic-details .cc-details-review-row {
    margin: 1rem 0 1.5rem;
  }
  .cc-clinic-details .cc-clinics-content {
    margin-bottom: 40px;
  }
  .cc-details-tab-section .cc-find-box .cc-find-images {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .cc-details-tab-section .cc-find-box .cc-cart-selected .cc-cart-selected-content {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .cc-details-tab-section .team-rating {
    gap: 3rem;
  }
  .cc-details-tab-section .cc-treatments-list-wrap .cc-treatments-list {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .cc-details-tab-section .tab-section nav {
    top: 65px;
  }
}