@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8em;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: "Poppins", sans-serif;
  position: relative;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.no-padding {
  padding: 0px !important;
}

@media (max-width: 1700px) {
  .container,
  .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1350px) {
  .container,
  .container-fluid {
    padding: 0 12px;
  }
}

@keyframes topToBottom {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
/*===== CTI Call Btn ======*/
.apponment{
      position: relative;
    }
    .whatsapp-scroll {
      position: fixed;
      bottom: 7rem;
      right: 5px;
      z-index: 9999;
      margin: auto 0;
      border: aliceblue;
      left: auto;
      display: flex;
      align-items: center;
      width: auto;
    }
    .whatsapp-scroll img {
      width: 140px;
    }
    .whatsapp-scroll a{
      margin: 0;

    }
    .apponment-scroll {
        position: fixed;
        bottom: 20rem;
        right: 5px;
        z-index: 9999;
        margin: auto 0;
        border: aliceblue;
        left: auto;
        display: flex;
        align-items: center;
        width: auto;
    }
    .apponment-scroll a {
          margin: auto 0;
          background: #68436E;
          color: #ffffff;
          border-radius: 10rem 10rem;
          padding: 0.7rem 0;
          text-decoration: none;
          font-size: 1.0rem;
          width: 15rem;
          text-align: center;
      }
    .calling-scroll-fixed {
        position: fixed;
        bottom: 11.5rem;
        right: 5px;
        z-index: 999;
        margin: auto 0;
        display: flex;
        width: auto;
    }
    .calling-scroll-fixed a {
        background: rgb(255,255,255);
        color: #68436E;
        border-radius: 10rem 10rem;
        padding: 0.5rem 1.0rem;
        text-decoration: none;
        font-size: 1rem;
        text-align: center;
        margin-right: 0;
        box-shadow: 0 0 2px #6c757d;
    }
    .calling-scroll-fixed a i {
        background: #ffdec8;
        border-radius: 50px;
        padding: 10px;
    }
    .calling-scroll-fixed img {
        background: #ffdec8;
        border-radius: 50px;
        padding: 10px;
        margin-left: 5px;
        height: 40px;
    }
    .apponment-scroll {
        position: fixed;
        bottom: 3rem;
    }
/*===== CTI Call Btn ======*/

.custom-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.container-fluid {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.celebrity-testimonial-section {
  margin-top: 70px;
  margin-bottom: 70px;
}
.celebrity-testimonial-section .title-wrapper {
  text-align: center;
}
.celebrity-testimonial-section .title-wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #68436E;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-color: white;
}
@media (max-width: 1199px) {
  .celebrity-testimonial-section .title-wrapper h2 {
    font-size: 36px;
  }
}
.celebrity-testimonial-section .title-wrapper h2::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #68436E;
  width: 80%;
  height: 1px;
  z-index: -2;
}
@media (max-width: 991px) {
  .celebrity-testimonial-section .title-wrapper h2::after {
    display: none;
  }
}
.celebrity-testimonial-section .title-wrapper h2::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42%;
  height: 100%;
  content: "";
  background-color: white;
  z-index: -1;
}
@media (max-width: 1366px) {
  .celebrity-testimonial-section .title-wrapper h2::before {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .celebrity-testimonial-section .title-wrapper h2::before {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .celebrity-testimonial-section .title-wrapper h2::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .celebrity-testimonial-section .title-wrapper h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.celebrity-testimonial-section .celebrity-slider-wrapper .owl-item .item {
  padding: 15px;
}
.celebrity-testimonial-section .celebrity-slider-wrapper .owl-item .item img {
  width: 100%;
}
.celebrity-testimonial-section .celebrity-slider-wrapper .center {
  position: relative;
  z-index: 1;
}
.celebrity-testimonial-section .celebrity-slider-wrapper .center::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-radius: 10px;
  z-index: -1;
  box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.1);
}
.celebrity-testimonial-section .celebrity-slider-wrapper .owl-dots .owl-dot span {
  margin: 3px;
  background: #68436E;
  width: 11px;
  height: 11px;
  opacity: 0.3;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.celebrity-testimonial-section .celebrity-slider-wrapper .owl-dots .active span {
  opacity: 1;
  background-color: #68436E;
  border-radius: 6px;
  width: 62px;
}

.featured-section .title-wrapper {
  text-align: center;
}
.featured-section .title-wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #68436E;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .featured-section .title-wrapper h2 {
    font-size: 36px;
  }
}
.featured-section .title-wrapper h2::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #68436E;
  width: 80%;
  height: 1px;
  z-index: -2;
}
@media (max-width: 991px) {
  .featured-section .title-wrapper h2::after {
    display: none;
  }
}
.featured-section .title-wrapper h2::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 100%;
  content: "";
  background-color: white;
  z-index: -1;
}
@media (max-width: 1199px) {
  .featured-section .title-wrapper h2::before {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .featured-section .title-wrapper h2::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .featured-section .title-wrapper h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.featured-section .featured-slider-wrapper {
  background: white;
  padding: 25px 0;
}
.featured-section .featured-slider-wrapper .featured-slider .item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 59px;
}
.featured-section .featured-slider-wrapper .featured-slider .item img {
  width: unset;
}
.featured-section .featured-slider-wrapper .featured-slider .item .featured1 {
  max-width: 350px;
}
@media (max-width: 1800px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured1 {
    max-width: 230px;
  }
}
@media (max-width: 1199px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured1 {
    max-width: 135px;
  }
}
.featured-section .featured-slider-wrapper .featured-slider .item .featured2 {
  max-width: 233px;
}
@media (max-width: 1800px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured2 {
    max-width: 180px;
  }
}
@media (max-width: 1199px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured2 {
    max-width: 100px;
  }
}
.featured-section .featured-slider-wrapper .featured-slider .item .featured3 {
  max-width: 220px;
}
@media (max-width: 1800px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured3 {
    max-width: 170px;
  }
}
@media (max-width: 1199px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured3 {
    max-width: 110px;
  }
}
.featured-section .featured-slider-wrapper .featured-slider .item .featured4 {
  max-width: 180px;
}
@media (max-width: 1800px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured4 {
    max-width: 120px;
  }
}
@media (max-width: 1199px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured4 {
    max-width: 90px;
  }
}
.featured-section .featured-slider-wrapper .featured-slider .item .featured5 {
  max-width: 182px;
}
@media (max-width: 1800px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured5 {
    max-width: 120px;
  }
}
@media (max-width: 1199px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured5 {
    max-width: 95px;
  }
}
.featured-section .featured-slider-wrapper .featured-slider .item .featured6 {
  max-width: 103px;
}
@media (max-width: 1800px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured6 {
    max-width: 60px;
  }
}
@media (max-width: 1199px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured6 {
    max-width: 50px;
  }
}
.featured-section .featured-slider-wrapper .featured-slider .item .featured7 {
  max-width: 195px;
}
@media (max-width: 1800px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured7 {
    max-width: 130px;
  }
}
@media (max-width: 1199px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured7 {
    max-width: 100px;
  }
}
.featured-section .featured-slider-wrapper .featured-slider .item .featured8 {
  max-width: 247px;
}
@media (max-width: 1800px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured8 {
    max-width: 190px;
  }
}
@media (max-width: 1199px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured8 {
    max-width: 115px;
  }
}
.featured-section .featured-slider-wrapper .featured-slider .item .featured9 {
  max-width: 194px;
}
@media (max-width: 1800px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured9 {
    max-width: 130px;
  }
}
@media (max-width: 1199px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured9 {
    max-width: 100px;
  }
}
.featured-section .featured-slider-wrapper .featured-slider .item .featured10 {
  max-width: 117px;
}
@media (max-width: 1800px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured10 {
    max-width: 70px;
  }
}
@media (max-width: 1199px) {
  .featured-section .featured-slider-wrapper .featured-slider .item .featured10 {
    max-width: 60px;
  }
}

.border-none {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

#sync1 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  overflow: hidden;
  /* padding: 10px 0px; */
  margin: 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  width: 94px;
  height: 94px;
}
@media (max-width: 550px) {
  #sync2 .item {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 450px) {
  #sync2 .item {
    width: 55px;
    height: 55px;
  }
}

#sync2 .item h1 {
  font-size: 18px;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

.owl-carousel .animated {
  animation-duration: 1.5s !important;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 35px !important;
  height: 55px !important;
}

#sync1 svg {
  width: 22px !important;
}

.clinic-gallery-section {
  margin-bottom: 50px;
}
.clinic-gallery-section .clinic-gallery-inner .title-wrapper {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.clinic-gallery-section .clinic-gallery-inner .title-wrapper h3 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  color: black;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .clinic-gallery-section .clinic-gallery-inner .title-wrapper h3 {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .clinic-gallery-section .clinic-gallery-inner .title-wrapper h3 br {
    display: none;
  }
}
.our-centers-section {
  padding-top: 70px;
  margin-bottom: 70px;
}
.our-centers-section .our-centers-inner .title-wrapper {
  margin-bottom: 30px;
}
.our-centers-section .our-centers-inner .title-wrapper h3 {
  font-size: 35px;
  font-style: normal;
  text-align: center;
  color: #68436E;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .our-centers-section .our-centers-inner .title-wrapper h3 {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .our-centers-section .our-centers-inner .title-wrapper h3 br {
    display: none;
  }
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .nav-pills {
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .nav-pills {
    gap: 7px;
  }
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .nav-pills .nav-item button {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: white;
  border-radius: 100px;
  background: #68436E;
  padding: 8px 22px;
  border: 1px solid #68436E;
}
@media (max-width: 767px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .nav-pills .nav-item button {
    font-size: 15px;
    padding: 7px 15px;
  }
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .nav-pills .nav-item .active {
  background: white;
  color: #68436E;
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content {
  background-color: white;
  padding: 10px;
  border-radius: 31px;
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 25px;
}
@media (max-width: 1199px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper {
    grid-template-columns: 1fr;
  }
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .left-section {
  display: flex;
  flex-direction: column;
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .left-section .image-top-wrapper img {
  width: 100%;
}
@media (max-width: 1399px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .left-section .image-top-wrapper img {
    height: 277px;
  }
}
@media (max-width: 1366px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .left-section .image-top-wrapper img {
    height: 270px;
  }
}
@media (max-width: 1199px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .left-section .image-top-wrapper img {
    height: unset;
  }
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address {
  background: #eaeef2;
  border-radius: 20px;
  padding: 15px 30px;
  height: 265px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1680px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address {
    height: 251px;
  }
}
@media (max-width: 1366px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address {
    height: 265px;
  }
}
@media (max-width: 1199px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address {
    height: unset;
    padding: 15px;
  }
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address h6 {
  font-size: 20px;
  color: black;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address h6 {
    font-size: 18px;
  }
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address p {
  color: black;
  font-weight: 400;
  line-height: 22px;
  max-width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address p {
    max-width: 100%;
  }
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address .address-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address .address-box i {
  color: #e46281;
  font-size: 18px;
  padding-top: 8px;
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address .address-box a {
  color: black;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .top-address .address-box a:hover {
  color: #e46281;
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .map-section {
  border-radius: 22px;
  overflow: hidden;
}
.our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .map-section iframe {
  width: 100%;
  border-radius: 10px;
  max-height: 262px;
}
@media (max-width: 1680px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .map-section iframe {
    max-height: 250px;
  }
}
@media (max-width: 1366px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .map-section iframe {
    max-height: 262px;
  }
}
@media (max-width: 1199px) {
  .our-centers-section .our-centers-inner .our-centers-tabs-wrapper .tab-content .centers-tab-inner-wrapper .right-section .map-section iframe {
    max-height: 300px;
  }
}

footer .footer-section .footer-bg-wrapper {
  background-color: #f7f5f8;
  border-top-left-radius: 61px;
  border-top-right-radius: 61px;
  padding: 70px;
  padding-bottom: 50px;
}
@media (max-width: 1680px) {
  footer .footer-section .footer-bg-wrapper {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  footer .footer-section .footer-bg-wrapper {
    padding: 50px 15px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
footer .footer-section .footer-bg-wrapper .footer-inner {
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  footer .footer-section .footer-bg-wrapper .footer-inner {
    flex-direction: column;
  }
}
footer .footer-section .footer-bg-wrapper .footer-inner .left-section {
  text-align: left;
  max-width: 531px;
}
@media (max-width: 1440px) {
  footer .footer-section .footer-bg-wrapper .footer-inner .left-section {
    max-width: 500px;
  }
}
footer .footer-section .footer-bg-wrapper .footer-inner .left-section .logo-wrapper {
  margin-bottom: 20px;
}
footer .footer-section .footer-bg-wrapper .footer-inner .left-section .logo-wrapper a {
  display: block;
}
footer .footer-section .footer-bg-wrapper .footer-inner .left-section .logo-wrapper a img {
  width: 250px;
}
@media (max-width: 1024px) {
  footer .footer-section .footer-bg-wrapper .footer-inner .left-section .logo-wrapper a img {
    width: 180px;
  }
}
footer .footer-section .footer-bg-wrapper .footer-inner .left-section p {
  margin-bottom: 0;
  color: #68436E;
  font-size: 11px;
  font-weight: 100;
  line-height: 20px;
}
footer .footer-section .footer-bg-wrapper .footer-inner .middle-section {
  padding-top: 15px;
}
@media (max-width: 1024px) {
  footer .footer-section .footer-bg-wrapper .footer-inner .middle-section {
    padding-top: 0;
  }
}
footer .footer-section .footer-bg-wrapper .footer-inner .middle-section h3 {
  margin-bottom: 15px;
  color: #68436E;
  font-size: 20px;
  font-weight: 300;
}
footer .footer-section .footer-bg-wrapper .footer-inner .middle-section ul {
  margin: 0;
  padding: 0;
}
footer .footer-section .footer-bg-wrapper .footer-inner .middle-section ul li {
  list-style: none;
  margin-bottom: 15px;
}
footer .footer-section .footer-bg-wrapper .footer-inner .middle-section ul li:last-child {
  margin-bottom: 0;
}
footer .footer-section .footer-bg-wrapper .footer-inner .middle-section ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #68436E;
}
footer .footer-section .footer-bg-wrapper .footer-inner .middle-section ul li a img {
  max-width: 25px;
  width: 100%;
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section {
  padding-top: 15px;
}
@media (max-width: 1024px) {
  footer .footer-section .footer-bg-wrapper .footer-inner .right-section {
    padding-top: 0;
  }
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .social-icon {
  margin-bottom: 20px;
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .social-icon ul {
  margin: 0;
  padding: 0;
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .social-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .social-icon ul li:last-child {
  margin-right: 0;
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .social-icon ul li a img {
  width: 22px;
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .subscribe-wrapper form .form-group {
  background-color: #e3dce6;
  padding: 5px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .subscribe-wrapper form .form-group ::placeholder {
  color: white;
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .subscribe-wrapper form .form-group input {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: white;
  font-size: 20px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  footer .footer-section .footer-bg-wrapper .footer-inner .right-section .subscribe-wrapper form .form-group input {
    font-size: 16px;
  }
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .subscribe-wrapper form .form-group input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .subscribe-wrapper form .form-group button {
  background-color: #68436E;
  padding: 1px 22px;
  border-radius: 15px;
  border: none;
  box-shadow: none;
  outline: none;
}
footer .footer-section .footer-bg-wrapper .footer-inner .right-section .subscribe-wrapper form .form-group button img {
  width: 15px;
}
footer .footer-section .footer-bg-wrapper .footer-inner .copyright-wrapper {
  padding: 10px 15px;
  border-radius: 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  footer .footer-section .footer-bg-wrapper .footer-inner .copyright-wrapper {
    padding: 0;
  }
}
footer .footer-section .footer-bg-wrapper .footer-inner .copyright-wrapper p {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: #68436E;
  line-height: 17px;
}
@media (max-width: 380px) {
  footer .footer-section .footer-bg-wrapper .footer-inner .copyright-wrapper p {
    font-size: 10px;
  }
}
footer .footer-section .footer-bg-wrapper .bottom-privacy-policy-wrapper {
  border-top: 1px solid #68436E;
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 1440px) {
  footer .footer-section .footer-bg-wrapper .bottom-privacy-policy-wrapper {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  footer .footer-section .footer-bg-wrapper .bottom-privacy-policy-wrapper {
    text-align: center;
    padding-right: 0;
  }
}
footer .footer-section .footer-bg-wrapper .bottom-privacy-policy-wrapper ul {
  margin: 0;
  padding: 0;
}
footer .footer-section .footer-bg-wrapper .bottom-privacy-policy-wrapper ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
footer .footer-section .footer-bg-wrapper .bottom-privacy-policy-wrapper ul li::after {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #68436E;
  content: "";
}
footer .footer-section .footer-bg-wrapper .bottom-privacy-policy-wrapper ul li:last-child {
  margin-right: 0;
}
footer .footer-section .footer-bg-wrapper .bottom-privacy-policy-wrapper ul li:last-child::after {
  display: none;
}
footer .footer-section .footer-bg-wrapper .bottom-privacy-policy-wrapper ul li a {
  font-size: 12px;
  font-weight: 300;
  color: #68436E;
}

.text-uppercase {
  text-transform: capitalize;
}

.main-hero-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-hero-section .main-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 65px;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .top-left-logo-wrapper {
    padding-left: 15px;
    margin-bottom: 40px;
  }
}
.main-hero-section .main-hero-inner .top-left-logo-wrapper a {
  display: block;
  position: absolute;
  left: 47px;
  top: 40px;
  z-index: 1;
}
@media (max-width: 1680px) {
  .main-hero-section .main-hero-inner .top-left-logo-wrapper a {
    left: 30px;
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .top-left-logo-wrapper a {
    position: unset;
    left: unset;
    top: unset;
  }
}
.main-hero-section .main-hero-inner .top-left-logo-wrapper a img {
  width: 200px;
}
@media (max-width: 1680px) {
  .main-hero-section .main-hero-inner .top-left-logo-wrapper a img {
    width: 180px;
  }
}
.main-hero-section .main-hero-inner .inner-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1440px) {
  .main-hero-section .main-hero-inner .inner-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 1366px) {
  .main-hero-section .main-hero-inner .inner-wrapper {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .inner-wrapper {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    align-items: unset;
    gap: 30px;
  }
}
.main-hero-section .main-hero-inner .inner-wrapper .left-image-section .image-wrapper img {
  width: 100%;
  max-width: 926px;
}
@media (max-width: 1680px) {
  .main-hero-section .main-hero-inner .inner-wrapper .left-image-section .image-wrapper img {
    max-width: 900px;
  }
}
.main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper {
  padding-right: 15px;
}
@media (max-width: 1440px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper {
    padding-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper {
    padding-left: 15px;
    padding-bottom: 0;
  }
}
.main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h4 {
  margin-bottom: 0;
  font-size: 57px;
  font-weight: 100;
  color: #68436E;
  line-height: 100%;
}
@media (max-width: 1680px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h4 {
    font-size: 52px;
  }
}
@media (max-width: 1366px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h4 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h4 {
    font-size: 28px;
  }
}
.main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h3 {
  margin: 0;
  font-size: 112px;
  font-weight: 500;
  color: #68436E;
  line-height: 100%;
}
@media (max-width: 1680px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h3 {
    font-size: 107px;
  }
}
@media (max-width: 1366px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h3 {
    font-size: 80px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h3 {
    font-size: 40px;
  }
}
.main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h2 {
  margin: 0;
  font-size: 139px;
  color: #68436E;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1680px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h2 {
    font-size: 134px;
  }
}
@media (max-width: 1366px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h2 {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h2 {
    font-size: 50px;
  }
}
.main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h5 {
  margin-bottom: 20px;
  font-size: 68px;
  font-weight: 300;
  color: #68436E;
  line-height: 100%;
}
@media (max-width: 1680px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h5 {
    font-size: 63px;
  }
}
@media (max-width: 1366px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h5 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper h5 {
    font-size: 26px;
  }
}
.main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper p {
  color: #68436E;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 48px;
}
@media (max-width: 1680px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper p {
    font-size: 27px;
  }
}
@media (max-width: 1366px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper p br {
    display: none;
  }
}
.main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper .link-wrapper a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: fit-content;
  text-decoration: none;
  background-color: #68436E;
  border-radius: 51px;
  padding: 8px 28px;
  font-size: 37px;
  font-weight: 400;
  color: white;
  border: 2px solid #68436E;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1680px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper .link-wrapper a {
    font-size: 32px;
  }
}
@media (max-width: 1366px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper .link-wrapper a {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper .link-wrapper a {
    font-size: 18px;
    padding: 6px 24px;
  }
}
.main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper .link-wrapper a:hover {
  background-color: transparent;
  color: #68436E;
}
.main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper .link-wrapper a .material-symbols-outlined {
  font-size: 50px;
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 24;
}
@media (max-width: 1680px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper .link-wrapper a .material-symbols-outlined {
    font-size: 45px;
  }
}
@media (max-width: 1366px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper .link-wrapper a .material-symbols-outlined {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .main-hero-section .main-hero-inner .inner-wrapper .right-content-wrapper .link-wrapper a .material-symbols-outlined {
    font-size: 28px;
  }
}

.healthy-hair-section {
  padding: 70px 0;
}
.healthy-hair-section .healthy-hair-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  .healthy-hair-section .healthy-hair-inner {
    grid-template-columns: 1fr;
  }
}
.healthy-hair-section .healthy-hair-inner .left-section h3 {
  font-size: 60px;
  font-weight: 300;
  color: black;
  margin: 0;
}
@media (max-width: 1680px) {
  .healthy-hair-section .healthy-hair-inner .left-section h3 {
    font-size: 55px;
  }
}
@media (max-width: 1366px) {
  .healthy-hair-section .healthy-hair-inner .left-section h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .healthy-hair-section .healthy-hair-inner .left-section h3 {
    font-size: 26px;
  }
}
.healthy-hair-section .healthy-hair-inner .left-section h2 {
  font-size: 74px;
  font-weight: 500;
  color: #68436E;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .healthy-hair-section .healthy-hair-inner .left-section h2 {
    font-size: 69px;
  }
}
@media (max-width: 1366px) {
  .healthy-hair-section .healthy-hair-inner .left-section h2 {
    font-size: 55px;
  }
}
@media (max-width: 1024px) {
  .healthy-hair-section .healthy-hair-inner .left-section h2 {
    font-size: 30px;
  }
}
.healthy-hair-section .healthy-hair-inner .left-section .content-para p {
  font-size: 25px;
  font-weight: 300;
  color: black;
  line-height: 35px;
}
@media (max-width: 1680px) {
  .healthy-hair-section .healthy-hair-inner .left-section .content-para p {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .healthy-hair-section .healthy-hair-inner .left-section .content-para p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .healthy-hair-section .healthy-hair-inner .left-section .content-para p {
    font-size: 16px;
    line-height: 26px;
  }
}
.healthy-hair-section .healthy-hair-inner .left-section h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 15px;
  color: #68436E;
  padding-right: 70px;
}
@media (max-width: 1680px) {
  .healthy-hair-section .healthy-hair-inner .left-section h4 {
    font-size: 28px;
  }
}
@media (max-width: 1550px) {
  .healthy-hair-section .healthy-hair-inner .left-section h4 {
    padding-right: 0;
  }
}
@media (max-width: 1366px) {
  .healthy-hair-section .healthy-hair-inner .left-section h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .healthy-hair-section .healthy-hair-inner .left-section h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 1024px) {
  .healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper .box-wrapper {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
}
@media (max-width: 1024px) {
  .healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper .box-wrapper {
    grid-template-columns: 90px 1fr;
  }
}
.healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper .box-wrapper .icon-wrapper img {
  width: 100%;
  max-width: 130px;
}
@media (max-width: 1366px) {
  .healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper .box-wrapper .icon-wrapper img {
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  .healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper .box-wrapper .icon-wrapper img {
    max-width: 90px;
  }
}
.healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper .box-wrapper p {
  margin: 0;
  color: black;
  font-size: 22px;
  font-weight: 300;
  line-height: 29px;
}
@media (max-width: 1680px) {
  .healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper .box-wrapper p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  .healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper .box-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .healthy-hair-section .healthy-hair-inner .left-section .icon-content-wrapper .box-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.healthy-hair-section .healthy-hair-inner .right-section .image-wrapper img {
  width: 100%;
}

.treatment-for-section {
  margin-bottom: 70px;
}
.treatment-for-section .treatment-for-inner-container .inner-wrapper .title-wrapper {
  text-align: center;
}
.treatment-for-section .treatment-for-inner-container .inner-wrapper .title-wrapper h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 80px;
  color: #68436E;
  margin-bottom: 30px;
}
@media (max-width: 1680px) {
  .treatment-for-section .treatment-for-inner-container .inner-wrapper .title-wrapper h2 {
    font-size: 55px;
  }
}
@media (max-width: 1366px) {
  .treatment-for-section .treatment-for-inner-container .inner-wrapper .title-wrapper h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .treatment-for-section .treatment-for-inner-container .inner-wrapper .title-wrapper h2 {
    font-size: 26px;
    line-height: 100%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper {
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.8fr;
  gap: 50px;
}
@media (max-width: 1024px) {
  .treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper {
    grid-template-columns: 1fr;
  }
}
.treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper .box-wrapper {
  text-align: center;
}
.treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper .box-wrapper .image-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper .box-wrapper .image-wrapper {
    margin-bottom: 15px;
  }
}
.treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper .box-wrapper .image-wrapper img {
  width: 100%;
}
.treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper .box-wrapper h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 15px;
  color: #68436E;
}
@media (max-width: 1680px) {
  .treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper .box-wrapper h4 {
    font-size: 28px;
  }
}
@media (max-width: 1366px) {
  .treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper .box-wrapper h4 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper .box-wrapper h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper .box-wrapper p {
  margin-bottom: 0;
  color: black;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .treatment-for-section .treatment-for-inner-container .inner-wrapper .treatment-box-wrapper .box-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}

.why-korean-scalp-section {
  margin-bottom: 70px;
}
.why-korean-scalp-section .why-korean-scalp-inner {
  padding: 30px;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .why-korean-scalp-section .why-korean-scalp-inner {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.why-korean-scalp-section .why-korean-scalp-inner::before {
  position: absolute;
  left: 0;
  top: 30px;
  width: 70%;
  height: 70%;
  content: "";
  background-image: url(../assets/images/korean/why-korean-top-left-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 61px;
}
.why-korean-scalp-section .why-korean-scalp-inner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 70%;
  content: "";
  background-image: url(../assets/images/korean/why-korean-bottom-right-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 61px;
}
.why-korean-scalp-section .why-korean-scalp-inner .inner-left-section {
  padding-top: 30px;
}
.why-korean-scalp-section .why-korean-scalp-inner .inner-left-section h3 {
  font-size: 47px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #68436E;
}
@media (max-width: 1680px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section h3 {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section h3 {
    font-size: 26px;
  }
}
.why-korean-scalp-section .why-korean-scalp-inner .inner-left-section h4 {
  color: black;
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section h4 {
    font-size: 25px;
  }
}
@media (max-width: 1366px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section h4 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section h4 {
    font-size: 18px;
  }
}
.why-korean-scalp-section .why-korean-scalp-inner .inner-left-section p {
  font-size: 20px;
  font-weight: 300;
  color: black;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
.why-korean-scalp-section .why-korean-scalp-inner .inner-left-section .list-wrapper ul {
  margin: 0;
  padding: 0;
}
.why-korean-scalp-section .why-korean-scalp-inner .inner-left-section .list-wrapper ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section .list-wrapper ul li {
    margin-bottom: 8px;
  }
}
.why-korean-scalp-section .why-korean-scalp-inner .inner-left-section .list-wrapper ul li:last-child {
  margin-bottom: 0;
}
.why-korean-scalp-section .why-korean-scalp-inner .inner-left-section .list-wrapper ul li img {
  width: 32px;
}
@media (max-width: 1680px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section .list-wrapper ul li img {
    width: 28px;
  }
}
@media (max-width: 1366px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section .list-wrapper ul li img {
    width: 22px;
  }
}
@media (max-width: 1024px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-left-section .list-wrapper ul li img {
    width: 20px;
  }
}
.why-korean-scalp-section .why-korean-scalp-inner .inner-left-section .list-wrapper ul li p {
  margin-bottom: 0;
}
.why-korean-scalp-section .why-korean-scalp-inner .inner-right-section .image-wrapper img {
  width: 100%;
  margin-top: -30px;
}
@media (max-width: 1024px) {
  .why-korean-scalp-section .why-korean-scalp-inner .inner-right-section .image-wrapper img {
    margin-top: 0;
  }
}

.essential-pillars-section {
  margin-bottom: 70px;
}
.essential-pillars-section .essential-pillars-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1550px) {
  .essential-pillars-section .essential-pillars-inner {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .essential-pillars-section .essential-pillars-inner {
    grid-template-columns: 1fr;
  }
}
.essential-pillars-section .essential-pillars-inner .left-section h2 {
  color: #68436E;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 65px;
}
@media (max-width: 1680px) {
  .essential-pillars-section .essential-pillars-inner .left-section h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1366px) {
  .essential-pillars-section .essential-pillars-inner .left-section h2 {
    font-size: 45px;
    line-height: 100%;
  }
}
@media (max-width: 1024px) {
  .essential-pillars-section .essential-pillars-inner .left-section h2 {
    font-size: 26px;
    line-height: 120%;
  }
}
@media (max-width: 1024px) {
  .essential-pillars-section .essential-pillars-inner .left-section h2 br {
    display: none;
  }
}
.essential-pillars-section .essential-pillars-inner .left-section h2 span {
  font-weight: 500;
}
.essential-pillars-section .essential-pillars-inner .left-section .list-wrapper {
  margin-bottom: 30px;
}
.essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  border-radius: 61px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper {
    gap: 5px;
    flex-direction: column;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
  }
}
.essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper:last-child {
  margin-bottom: 0;
}
.essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper::before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  content: "";
  background: #b884a4;
  background: linear-gradient(90deg, rgba(184, 132, 164, 0.15) 0%, rgba(184, 132, 164, 0.05) 45%, rgb(255, 255, 255) 100%);
}
@media (max-width: 1024px) {
  .essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper::before {
    width: 100%;
  }
}
.essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .left-icon-wrapper {
  width: 110px;
}
@media (max-width: 1366px) {
  .essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .left-icon-wrapper {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .left-icon-wrapper {
    width: 90px;
  }
}
.essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .left-icon-wrapper img {
  width: 100%;
}
.essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .right-content-wrapper {
  width: calc(100% - 110px);
}
@media (max-width: 1024px) {
  .essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .right-content-wrapper {
    width: 100%;
  }
}
.essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .right-content-wrapper h4 {
  font-size: 30px;
  font-weight: 500;
  color: #68436E;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .right-content-wrapper h4 {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1366px) {
  .essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .right-content-wrapper h4 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .right-content-wrapper h4 {
    font-size: 18px;
  }
}
.essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .right-content-wrapper p {
  margin-bottom: 0;
  color: black;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  max-width: 89%;
}
@media (max-width: 1550px) {
  .essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .right-content-wrapper p {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .essential-pillars-section .essential-pillars-inner .left-section .list-wrapper .box-wrapper .right-content-wrapper p {
    max-width: 100%;
    font-size: 16px;
  }
}
.essential-pillars-section .essential-pillars-inner .left-section .bottom-para-wrapper p {
  margin-bottom: 0;
  color: black;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  max-width: 90%;
}
@media (max-width: 1680px) {
  .essential-pillars-section .essential-pillars-inner .left-section .bottom-para-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 1550px) {
  .essential-pillars-section .essential-pillars-inner .left-section .bottom-para-wrapper p {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .essential-pillars-section .essential-pillars-inner .left-section .bottom-para-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.essential-pillars-section .essential-pillars-inner .right-image-wrapper .image-wrapper img {
  width: 100%;
}

.best-scalpcare-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 70px;
}
.best-scalpcare-section .best-scalpcare-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 61px;
}
@media (max-width: 1024px) {
  .best-scalpcare-section .best-scalpcare-inner {
    padding: 0;
    border-radius: 15px;
  }
}
.best-scalpcare-section .best-scalpcare-inner .title-wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 66px;
  color: #68436E;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .best-scalpcare-section .best-scalpcare-inner .title-wrapper h2 {
    font-size: 26px;
    line-height: 120%;
  }
}
.best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 15px;
}
@media (max-width: 1024px) {
  .best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .left-image-box {
  height: 100%;
}
.best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .left-image-box .box-wrapper {
  height: 100%;
}
.best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .left-image-box .box-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .box-wrapper {
  position: relative;
  z-index: 1;
}
.best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .box-wrapper img {
  width: 100%;
  border-radius: 18px;
}
@media (max-width: 1024px) {
  .best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .box-wrapper img {
    border-radius: 9px;
  }
}
.best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .box-wrapper h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  color: white;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media (max-width: 1680px) {
  .best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .box-wrapper h3 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .box-wrapper h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .box-wrapper h3 {
    font-size: 16px;
    left: 10px;
    bottom: 10px;
  }
}
.best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .right-image-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (max-width: 1024px) {
  .best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .right-image-box {
    gap: 10px;
  }
}
.best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .right-image-box .bottom-image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 1024px) {
  .best-scalpcare-section .best-scalpcare-inner .inner-box-wrapper .right-image-box .bottom-image-wrapper {
    gap: 10px;
  }
}

.key-benefits-section {
  margin-bottom: 70px;
}
.key-benefits-section .key-benefits-inner .title-wrapper {
  text-align: center;
}
.key-benefits-section .key-benefits-inner .title-wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  color: #68436E;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .key-benefits-section .key-benefits-inner .title-wrapper h2 {
    font-size: 26px;
  }
}
.key-benefits-section .key-benefits-inner .inner-box-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .key-benefits-section .key-benefits-inner .inner-box-wrapper {
    grid-template-columns: 1fr;
  }
}
.key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  padding: 15px;
  padding-bottom: 25px;
  padding-top: 0;
  text-align: center;
}
.key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper::after {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: calc(100% - 30px);
  content: "";
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  z-index: -1;
  border-radius: 16px;
}
.key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .image-wrapper {
  margin-bottom: 15px;
}
.key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .image-wrapper img {
  width: 100%;
  max-width: 233px;
}
@media (max-width: 1024px) {
  .key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .image-wrapper img {
    max-width: 150px;
  }
}
.key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .bottom-content-wrappper h4 {
  font-size: 26px;
  font-weight: 500;
  color: #68436E;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .bottom-content-wrappper h4 {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .bottom-content-wrappper h4 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .bottom-content-wrappper h4 {
    font-size: 18px;
  }
}
.key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .bottom-content-wrappper p {
  color: black;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media (max-width: 1680px) {
  .key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .bottom-content-wrappper p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .bottom-content-wrappper p {
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .key-benefits-section .key-benefits-inner .inner-box-wrapper .box-wrapper .bottom-content-wrappper p {
    font-size: 16px;
    line-height: 26px;
  }
}

.beyond-scalp-section {
  margin-bottom: 70px;
}
.beyond-scalp-section .inner-bg-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .beyond-scalp-section .inner-bg-wrapper {
    background-size: contain;
  }
}
.beyond-scalp-section .beyond-scalp-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .beyond-scalp-section .beyond-scalp-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.beyond-scalp-section .beyond-scalp-inner .left-section h3 {
  font-size: 42px;
  font-weight: 300;
  color: #68436E;
  line-height: 60px;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section h3 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 1440px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section h3 {
    font-size: 38px;
  }
}
@media (max-width: 1366px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section h3 {
    line-height: 120%;
  }
}
@media (max-width: 1024px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section h3 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section h3 br {
    display: none;
  }
}
.beyond-scalp-section .beyond-scalp-inner .left-section h3 span {
  font-weight: 500;
}
.beyond-scalp-section .beyond-scalp-inner .left-section p {
  color: black;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}
@media (max-width: 1680px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section p {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
.beyond-scalp-section .beyond-scalp-inner .left-section p span {
  font-weight: 500;
}
.beyond-scalp-section .beyond-scalp-inner .left-section .list-wrapper ul {
  margin: 0;
  padding: 0;
}
.beyond-scalp-section .beyond-scalp-inner .left-section .list-wrapper ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section .list-wrapper ul li {
    margin-bottom: 5px;
  }
}
.beyond-scalp-section .beyond-scalp-inner .left-section .list-wrapper ul li:last-child {
  margin-bottom: 0;
}
.beyond-scalp-section .beyond-scalp-inner .left-section .list-wrapper ul li img {
  width: 25px;
}
@media (max-width: 1680px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section .list-wrapper ul li img {
    width: 24px;
  }
}
@media (max-width: 1366px) {
  .beyond-scalp-section .beyond-scalp-inner .left-section .list-wrapper ul li img {
    width: 20px;
  }
}
.beyond-scalp-section .beyond-scalp-inner .left-section .list-wrapper ul li p {
  margin: 0;
}
.beyond-scalp-section .beyond-scalp-inner .right-image-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 1024px) {
  .beyond-scalp-section .beyond-scalp-inner .right-image-section {
    gap: 10px;
  }
}
.beyond-scalp-section .beyond-scalp-inner .right-image-section .left-image-wrapper .image-wrapper {
  height: 100%;
}
.beyond-scalp-section .beyond-scalp-inner .right-image-section .left-image-wrapper .image-wrapper img {
  height: 100%;
}
.beyond-scalp-section .beyond-scalp-inner .right-image-section .right-image-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (max-width: 1024px) {
  .beyond-scalp-section .beyond-scalp-inner .right-image-section .right-image-wrapper {
    gap: 10px;
  }
}
.beyond-scalp-section .beyond-scalp-inner .right-image-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
}
@media (max-width: 1024px) {
  .beyond-scalp-section .beyond-scalp-inner .right-image-section .image-wrapper img {
    border-radius: 9px;
  }
}
.beyond-scalp-section .bottom-content-wrapper p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  color: black;
  line-height: 35px;
}
@media (max-width: 1680px) {
  .beyond-scalp-section .bottom-content-wrapper p {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .beyond-scalp-section .bottom-content-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .beyond-scalp-section .bottom-content-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .beyond-scalp-section .bottom-content-wrapper p br {
    display: none;
  }
}

.why-ageless-section {
  margin-bottom: 70px;
}
.why-ageless-section .why-ageless-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  .why-ageless-section .why-ageless-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.why-ageless-section .why-ageless-inner .left-image-section .image-wrapper img {
  width: 100%;
}
.why-ageless-section .why-ageless-inner .right-content-section h2 {
  font-size: 48px;
  font-weight: 400;
  color: black;
  margin-bottom: 12px;
}
@media (max-width: 1680px) {
  .why-ageless-section .why-ageless-inner .right-content-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .why-ageless-section .why-ageless-inner .right-content-section h2 {
    font-size: 26px;
  }
}
.why-ageless-section .why-ageless-inner .right-content-section p {
  font-size: 25px;
  font-weight: 300;
  color: black;
  line-height: 38px;
  margin-bottom: 35px;
}
@media (max-width: 1680px) {
  .why-ageless-section .why-ageless-inner .right-content-section p {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .why-ageless-section .why-ageless-inner .right-content-section p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .why-ageless-section .why-ageless-inner .right-content-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
.why-ageless-section .why-ageless-inner .right-content-section p span {
  font-weight: 400;
}
.why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  background-color: #68436E;
  border-radius: 34px;
  padding: 15px;
}
@media (max-width: 1024px) {
  .why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper {
  text-align: center;
  padding: 18px;
  position: relative;
  z-index: 1;
}
.why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper::after {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100px;
  background-color: white;
  content: "";
}
@media (max-width: 1024px) {
  .why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper::after {
    display: none;
  }
}
.why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper h3 {
  font-size: 65px;
  font-weight: 400;
  color: white;
  margin-bottom: 10px;
  line-height: 100%;
}
@media (max-width: 1680px) {
  .why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper h3 {
    font-size: 60px;
  }
}
@media (max-width: 1366px) {
  .why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper h3 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper h3 {
    font-size: 45px;
    margin-bottom: 8px;
  }
}
.why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: white;
}
@media (max-width: 1680px) {
  .why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .why-ageless-section .why-ageless-inner .right-content-section .ageless-statistics-wrapper .box-wrapper p {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.book-now-wrapper {
  margin-bottom: 70px;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.book-now-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #68436E;
  opacity: 0.05;
}
.book-now-wrapper .book-now-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  .book-now-wrapper .book-now-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.book-now-wrapper .book-now-inner .left-text-section h2 {
  margin-bottom: 0;
  color: black;
  font-size: 58px;
  font-weight: 500;
  line-height: 84px;
}
@media (max-width: 1680px) {
  .book-now-wrapper .book-now-inner .left-text-section h2 {
    font-size: 50px;
    line-height: 74px;
  }
}
@media (max-width: 1366px) {
  .book-now-wrapper .book-now-inner .left-text-section h2 {
    font-size: 40px;
    line-height: 120%;
  }
}
@media (max-width: 1024px) {
  .book-now-wrapper .book-now-inner .left-text-section h2 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .book-now-wrapper .book-now-inner .left-text-section h2 br {
    display: none;
  }
}
.book-now-wrapper .book-now-inner .right-form-section .form-inner {
  /*background-color: #cfcad1;*/
  border-radius: 20px;
  padding: 50px;
  background: #4C2F58;
  background: linear-gradient(145deg, rgba(76, 47, 88, 1) 0%, rgba(109, 78, 114, 1) 51%, rgba(195, 158, 182, 1) 100%);
}
@media (max-width: 1024px) {
  .book-now-wrapper .book-now-inner .right-form-section .form-inner {
    padding: 50px 15px;
  }
}
.book-now-wrapper .book-now-inner .right-form-section .form-inner form .align-center {
  align-items: center;
}
.book-now-wrapper .book-now-inner .right-form-section .form-inner form .align-center .form-group {
  margin-bottom: 0;
}
.book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group {
  margin-bottom: 15px;
}
.book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group label {
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1680px) {
  .book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group label {
    font-size: 18px;
    gap: 8px;
  }
}
@media (max-width: 1024px) {
  .book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group label {
    font-size: 16px;
  }
}
.book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group label img {
  width: 20px;
}
@media (max-width: 1680px) {
  .book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group label img {
    width: 18px;
  }
}
.book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group select,
.book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group input {
  background-color: white;
  border-radius: 20px;
  color: #757575;
  font-size: 20px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1680px) {
  .book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group select,
  .book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group input {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group select,
  .book-now-wrapper .book-now-inner .right-form-section .form-inner form .form-group input {
    font-size: 16px;
  }
}
.book-now-wrapper .book-now-inner .right-form-section .form-inner form .submit-btn {
  background-color: white;
  border-radius: 20px;
  padding: 17px 30px;
  background-color: #f7f5f8;
  font-size: 24px;
  font-weight: 500;
  color: #68436E;
  transition: 0.3s ease-in-out;
  border: none;
  box-shadow: none;
  outline: none;
}
@media (max-width: 1680px) {
  .book-now-wrapper .book-now-inner .right-form-section .form-inner form .submit-btn {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .book-now-wrapper .book-now-inner .right-form-section .form-inner form .submit-btn {
    margin-top: 20px;
  }
}
/*.book-now-wrapper .book-now-inner .right-form-section .form-inner form .submit-btn:hover {
  background-color: #68436E;
  color: white;
  border: none;
  box-shadow: none;
  outline: none;
}*/
.book-now-wrapper .book-now-inner .right-form-section .form-inner form .submit-btn:hover {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #fff;
    box-shadow: none;
    outline: none;
}

/*# sourceMappingURL=style.css.map */
