@import url('../fonts/stylesheet.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Poppins", sans-serif;
    
}
.wrapper{
    background-image: -webkit-linear-gradient(top, rgb(255, 210, 193) 0%, rgb(255, 255, 255) 100%);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

p {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 26px;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

img {
    max-width: 100%;
}

button {
    border: none;
    outline: none;
}

input:focus-visible {
    border: none;
    outline: none;
}

input:focus,
textarea:focus {
    box-shadow: none;
}

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

.theme_btn {
    padding: 8px 16px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #521262;
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.theme_btn:hover {
   background: #eaa594;
    color: #fff;
}
.bg_img {
    background-repeat: no-repeat;
    background-size: cover;
}

.heading_title {
   margin-bottom: 50px;
   text-align: center;
}
.heading_title h2 {
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: 700;
    color: #521262;
    line-height: 60px;
    position: relative;
}
.heading_title h2::after {
    position: absolute;
    content: "";
    background: url(../img/title_border.png);
    width: 200px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    top: 110%;
}
.heading_title h2 span {
color: #eaa594;
}
.heading_title h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #3c3c3c;
}
.heading_title p {
    margin-bottom: 12px;
}
.heading_title p:last-child {
    margin-bottom: 0;
}
.py {
    padding: 50px 0;
}
.primary_clr{
   background-color: #521262;
}
.secondary_clr{ 
    background-color: #ffe4d9;
}
.light_clr{
    background-color: #fff1ec;
}
.bg_style {
    background-repeat: no-repeat;
    background-size: cover;
}
/* Header CSS */
div#google_translate_element span {
    display: none;
}
a.navbar-brand img {
    max-width: 280px;
}

.right_navbar ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.right_navbar ul li a.nav_link img {
    max-width: 40px;
}

.right_navbar ul a.theme_btn.book_now_btn {
    font-size: 13px;
    font-weight: 600;
    background: transparent;
    border: 2px solid;
    border-radius: 40px;
}
.right_navbar ul a.theme_btn.book_now_btn:hover {
    background: #eaa594;
    border-color: #eaa594;
    color: #521262;
}

.navbar-nav li a.nav-link {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    background: linear-gradient(120deg, #eaa594 0%, #521262 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in;
}
 
.navbar-nav li a.nav-link:hover {
    background-size: 100% 100%;
 }
 .navbar-nav li.nav-item {
    margin-right: 8px;
}
div#google_translate_element {}

div#google_translate_element select.goog-te-combo {
    padding: 8px 4px;
    background-image: -webkit-linear-gradient(top, rgb(255, 210, 193) 0%, rgb(255, 255, 255) 100%);
    font-family: 'Poppins';
    max-width: 147px;
    font-size: 13px;
    border: unset;
    border-radius: 5px;
}

.collapse.navbar-collapse {
    justify-content: center;
}

.carousel-item {
    height: 85vh;
    position: relative;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}

.carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.334);
}

.carousel-item .carousel-caption h5 {
    color: #fff;
    font-size: 62px;
    text-transform: uppercase;
}

.carousel-item .carousel-caption p {
    color: #e8bc95;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.spa_some {
    position: relative;
}

.spa_some:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/homebg.webp);
    bottom: 0;
    z-index: -1;
    background-size: cover;
}
.spa_some_box {
    background: #fff;
    padding: 30px 15px;
    border-radius: 30px;
    box-shadow: 2px 5px 12px rgb(0 0 0 / 33%);
    text-align: center;
    height: 100%;
    border: 1px solid rgb(0 0 0 / 15%);
    transition: 0.3s all ease-in-out;
}

.spa_some_box .spa_some_img {
    max-width: 100px;
    margin: auto;
}

.spa_some_box .spa_some_content {
    margin-top: 22px;
}

.spa_some_box .spa_some_content h4 {
    font-weight: 500;
    font-size: 20px;
}

.spa_some_box .spa_some_content p {
    font-size: 14px;
}
.spa_some_box {
    background: #fff;
    padding: 30px 15px;
    border-radius: 30px;
    box-shadow: 2px 5px 12px rgb(0 0 0 / 33%);
    text-align: center;
    height: 100%;
}

.spa_some_box .spa_some_img {
    max-width: 100px;
    margin: auto;
}

.spa_some_box .spa_some_content {
    margin-top: 22px;
}

.spa_some_box .spa_some_content h4 {
    font-weight: 500;
    font-size: 20px;
}

.spa_some_box .spa_some_content p {
    font-size: 14px;
}
.main_sec_btn {margin: 40px 0 0;}

.main_sec_btn a.them_btn {
    text-align: center;
    width: 275px;
    height: 55px;
    background-color: rgb(135, 85, 178);
    background-image: linear-gradient(top, rgb(135, 85, 178) 50%, rgb(87, 58, 112) 50%);
    background-image: -webkit-linear-gradient(top, rgb(135, 85, 178) 50%, rgb(87, 58, 112) 50%);
    display: block;
    color: #fff;
    line-height: 55px;
    font-weight: 500;
    border-radius: 50px;
    margin: auto;
    transition: 0.3s all;
}
.main_sec_btn a.them_btn:hover {
    background-image: linear-gradient(top, rgb(87, 58, 112) 50%, rgb(135, 85, 178) 50%);
    background-image: -webkit-linear-gradient(top, rgb(87, 58, 112) 50%, rgb(135, 85, 178) 50%);
}

.vedi_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.vedi_box iframe {
    border: 10px solid #fff;
}

.heading_title h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #3c3c3c;
}

.our_spl_box {
    text-align: center;
    margin-bottom: 40px;
    transition: 0.3s all;
    cursor: pointer;
}

.our_spl_box .our_spl_content {
    margin-top: 20px;
}

.our_spl_box .our_spl_content h4 {
    font-weight: 500;
    font-size: 18px;
    color: #521262;
    transition: 0.3s all ease-in-out;
}
.our_spl_box:hover .our_spl_content h4 {
    color: #eaa594;
}

.our_spl_box .our_spl_img {
    max-width: 216px;
    margin: auto;
    transition: 0.3s all;
}

.our_spl {
    padding-bottom: 30px;
}
.our_spl_box .our_spl_img img {
    transition: 0.3s all;
}
.our_spl_box:hover .our_spl_img img {
    transform: scale(1.1);
    transition: 0.3s all;
}
.treatment_plan_mbsp_list ul li a {
    color: #521262;
    font-weight: 600;
    transition: 0.3s all;
}

.treatment_plan_mbsp_list ul li a:hover {
    color: #eaa594;
}

.treatment_plan_mbsp_list ul li a {
    color: #521262;
    font-weight: 600;
    transition: 0.3s all;
}

.treatment_plan_mbsp_list ul li a:hover {
    color: #eaa594;
}

.treatment_plan_mbsp_list p:first-child {
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 5px;
}

.treatment_plan_mbsp_list ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #3c3c3c;
}

.treatment_plan_mbsp_list ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0;
    top: 6px;
    background: linear-gradient(120deg, #eaa594 0%, #521262 100%);
}
.our_services_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.our_services_inner .our_services_box {
    flex: 0 0 18%;
    max-width: 18%;
    position: relative;
    cursor: pointer;
}

.our_services_inner .our_services_box .our_services_img {
    max-width: 195px;
    height: 195px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.our_services_inner .our_services_box .our_services_img img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}
.our_services_inner .our_services_box .our_services_img img {
    transition: 0.3s all;
}
.our_services_inner .our_services_box:hover .our_services_img img {
    transform: scale(1.1);
    transition: 0.3s all;
}

.our_services_inner .our_services_box .our_services_img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(82 18 98 / 40%);
}

.our_services_inner .our_services_box .our_services_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.our_services_inner .our_services_box .our_services_content h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.countdown_sec {
    position: relative;
    padding: 70px 0;
}

.countdown_sec:before {
    position: absolute;
    content: "";
    background: rgb(82 18 98 / 70%);
    width: 100%;
    height: 100%;
    top: 0;
}

.countdown_sec .count_box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.countdown_sec .count_box .count_img i {
    color: #fff;
}

.countdown_sec .count_box .count_content h3 {
    color: #fff;
    font-size: 35px;
}

.countdown_sec .count_box .count_content h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    max-width: 160px;
}
.special_offers_box {
    background-color: #7f3f8f;
    padding: 60px 15px;
    border-radius: 0px 0px 0px 0px;
    width: 40%;
    border: 20px solid #521262;
}

.special_offers {
    padding: 0;
    margin-top: 80px;
}

.special_offers_box .heading_title {
    margin-bottom: 0;
}

.special_offers_box .heading_title h2 {
    color: #fff;
    line-height: 56px;
    font-size: 48px;
    margin-bottom: 0;
}

.special_offers_box .heading_title h2:after {
    display: none;
}

.special_offers_box .heading_title p {
    color: #fff;
    padding: 20px 0 25px 0;
    font-size: 16px;
    margin-bottom: 0;
}

.special_offers_box .heading_title .special_offers_btn a.theme_btn {
    padding: 20px 35px;
    background: #fff;
    color: #000;
    letter-spacing: 0.5px;
    border-radius: 3px;
}

.textimonial_box {
    margin: 15px;
    height: 320px;
}

.textimonial_box .textimonial_content {
    padding: 35px;
}

.textimonial_box .textimonial_content p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #4c4c4c;
}

.textimonial_box .textimonial_content h6 {
    margin-bottom: 0;
    color: #584bab;
    font-size: 15px;
    font-weight: 600;
}

.textimonial_box .textimonial_img {
    flex: 0 0 40%;
    max-width: 40%;
}

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

.how_work_box {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 9px 9px 9px 9px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
    padding: 30px 15px;
    text-align: center;
    height: 100%;
    transition: 0.3s all ease-in-out;
}


.how_work_box .how_work_content {
    margin-top: 30px;
}

.how_work_box .how_work_content h4 {
    color: #1c1c1c;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0em;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.how_work_box .how_work_img i {
    color: #521262;
}

section.how_work.py.light_clr {}

.how_work .container > p {
    text-align: center;
    max-width: 1000px;
    margin: 40px auto 0;
}

.textimonial_box {
    display: flex;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.textimonial_box .textimonial_content {
    padding: 35px;
}

.textimonial_box .textimonial_content p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #4c4c4c;
}

.textimonial_box .textimonial_content h6 {
    margin-bottom: 0;
    color: #584bab;
    font-size: 15px;
    font-weight: 600;
}

.textimonial_box .textimonial_img {
    flex: 0 0 40%;
    max-width: 40%;
}

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

.how_work_box {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 9px 9px 9px 9px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
    padding: 30px 15px;
    text-align: center;
    height: 100%;
}

.how_work_box .how_work_content {
    margin-top: 30px;
}

.how_work_box .how_work_content h4 {
    color: #1c1c1c;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0em;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.how_work_box .how_work_img i {
    color: #521262;
}

.how_work .container > p {
    text-align: center;
    max-width: 1000px;
    margin: 40px auto 0;
}
.textimonial_box {
    display: flex;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.textimonial_box .textimonial_content {
    padding: 35px;
}

.textimonial_box .textimonial_content p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #4c4c4c;
}

.textimonial_box .textimonial_content h6 {
    margin-bottom: 0;
    color: #584bab;
    font-size: 15px;
    font-weight: 600;
}

.textimonial_box .textimonial_img {
    flex: 0 0 40%;
    max-width: 40%;
}

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

.how_work_box {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 9px 9px 9px 9px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
    padding: 30px 15px;
    text-align: center;
    height: 100%;
}


.how_work_box .how_work_content {
    margin-top: 30px;
}

.how_work_box .how_work_content h4 {
    color: #1c1c1c;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0em;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.how_work_box .how_work_img i {
    color: #521262;
}



.how_work .container > p {
    text-align: center;
    max-width: 1000px;
    margin: 40px auto 0;
}

.digital_spa {
    position: relative;
}

.digital_spa:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(82 18 98 / 85%);
    top: 0;
}

.digital_spa .container {
    position: relative;
}

.digital_spa .heading_title {
    margin-bottom: 20px;
}

.digital_spa .heading_title h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}

.digital_spa .heading_title h2::after {
    display: none;
}

.digital_spa .heading_title h5 {
    color: #fff;
    font-weight: 500;
    max-width: 848px;
    margin: auto;
    font-size: 20px;
}

.digital_spa .digital_spa_box {
    margin-bottom: 20px;
}

.digital_spa .digital_spa_box video, .spa_demo_vedio video {
    margin: auto;
    display: block;
}

.digital_spa p {
    color: #fff;
    max-width: 848px;
    margin: auto;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.digital_spa .main_sec_btn {
    margin-top: 0;
}

.digital_spa .main_sec_btn a.them_btn {
    background: transparent;
    border: 1px solid;
    border-radius: 3px;
}
.digital_spa .main_sec_btn a.them_btn:hover, .special_offers_box .heading_title .special_offers_btn a.theme_btn:hover {
    background: #eaa594;
    border-color: #eaa594;
    color: #521262;
}

.trust_us .card .card-img-top {
    flex: 0 0 100%;
    max-width: 100%;
}

.trust_us .card .card-body {
    flex: 0 0 100%;
    max-width: 100%;
}
.card-icon {
    max-width: 50px;
    margin: auto;
}
.trust_us .card .card-group {
    flex-wrap: nowrap;
}
.trust_us .card .card-body-container {
    padding: unset;
    border-radius: unset;
    background-image: unset;
    opacity: unset;
}
.trust_us .card {
    border: unset;
}

.accred_membshp_img {
    height: 100%;
    max-width: 90%;
    margin: auto;
}

.accred_membshp_img img {
    height: 100%;
    object-fit: scale-down;
}


.accred_membshp .heading_title {
    margin-bottom: 100px;
}

.accred_membshp .heading_title h2 {
    margin-bottom: 80px;
}

.accred_membshp .heading_title h2::after {
    top: 130% !important;
}

.accred_membshp  .newsletter_sec {
    margin-top: 100px;
}

.accred_membshp .newsletter_sec form button.btn.btn-primary {
    background: #eaa594;
    border: unset;
    width: 100%;
    transition: 0.3s all;
    padding: 8px;
}
.accred_membshp .newsletter_sec form button.btn.btn-primary:hover {
    background: #521262;
}

.footer_box {
    margin-bottom: 60px;
}

.footer_box h4.footer_title {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 60px;
    position: relative;
    width: fit-content;
}
.footer_box h4.footer_title::after {
    position: absolute;
    content: "";
    background: url(../img/footer_title_border.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 40%;
    transform: translateX(-50%);
    top: 150%;
}

.footer_box img.footer_logo {
max-width: 280px;
    margin: 0px auto 20px;
}

.footer_box p.footer_desc {
    color: #fff;
    text-align: justify;
    max-width: 330px;
    line-height: 24px;
}

.footer_box ul.footerlinks li a {
    color: #fff;
    font-size: 14px;
    transition: 0.3s all;
}
.footer_box ul.footerlinks li a:hover, ul.footer_bottom_links li a:hover, footer.footer .col-md-5 ul li a:hover, footer.footer .col-md-5 ul li a:hover span svg#mail_v3 path {
    color: #eaa594;
    fill: #eaa594;
}

ul.footerlinks li {
    line-height: 20px;
}

.footer_box.footerlocation h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.footer_box.footerlocation ul li {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.footer_box.footerlocation ul {
    margin-bottom: 20px;
    margin-top: 3px;
    list-style: disc;
    padding-left: 20px;
}

ul.footer_bottom_links {
    display: flex;
    justify-content: space-around;
    max-width: 550px;
    margin-left: auto;
}

ul.footer_bottom_links li a {
    color: #fff;
    font-size: 14px;
}

p.copyright {
    color: #fff;
}

footer.footer .col-lg-5 {
    display: flex;
    align-items: center;
    gap: 14px;
}

footer.footer .col-lg-5 ul {
    display: flex;
}

footer.footer .col-lg-5 ul li a {
    display: flex;
    color: #fff;
    font-size: 14px;
    align-items: center;
}

footer.footer .col-lg-5 ul li a span {
    display: block;
}

footer.footer .col-lg-5 ul li a span svg#mail_v3 {
    width: 20px;
    margin-right: 10px;
}

footer.footer .col-lg-5 ul li a span svg#mail_v3 path {
    fill: #fff;
    transition: 0.3s all;
}


.banner_sec {
    position: relative;
}

.banner_sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(82 18 98 / 70%);
    top: 0;
}

.banner_content {
  padding: 120px 0;
  position: relative;
}

.banner_content h2 {
    color: #fff;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.about_page_content {
    margin-bottom: 26px;
}

.about_page_content h4 {
    font-weight: 600;
    color: #521262;
}

.about_page_content p {
    margin-bottom: 12px;
}

.about_page_content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 26px;
}

.about_page_content ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0;
    top: 6px;
    background: linear-gradient(120deg, #eaa594 0%, #521262 100%);
}
.about_page .heading_title {
    margin-bottom: 80px;
}
.meet_estheti .col-md-6.col-lg-4 {
    margin-bottom: 30px;
}

.meet_estheti .spa_some_box .spa_some_img {
    max-width: 50%;
}

.meet_estheti .col-md-6.col-lg-4 {
    margin-bottom: 30px;
}

.meet_estheti .spa_some_box .spa_some_img {
    max-width: 50%;
}

.spa_some_box:hover {
    background: #560e60;
}

.spa_some_box:hover .spa_some_content h4 {
    color: #eaa594;
}

.spa_some_box:hover .spa_some_content p {
    color: #fff;
}

.meet_estheti .col-md-6.col-lg-4 {
    margin-bottom: 30px;
}

.meet_estheti .spa_some_box .spa_some_img {
    max-width: 50%;
}

.spa_some_box:hover, .how_work_box:hover {
    background: #560e60;
}

.spa_some_box:hover .spa_some_content h4, .how_work_box:hover .how_work_content h4 {
    color: #eaa594;
}

.spa_some_box:hover .spa_some_content p, .how_work_box:hover .how_work_content p {
    color: #fff;
}
.how_work_box:hover .how_work_img i {
    color: #fff;
}

.about_page_img img {
    height: 94%;
    object-fit: cover;
}
.accred_membshp .newsletter_sec .heading_title {
    margin-bottom: 50px !important;
}
.card-body-container {
    padding: 20px;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(top, rgb(255, 210, 193) 0%, rgb(255, 255, 255) 100%);
    opacity: 0.9;
}

.how_we_do_img img, .what_benefit_img img {
    margin: auto;
    display: block;
}

.how_we_do_img img {
    margin: auto;
    display: block;
}

.sorporate_spackages_page .card-body-container .card-title.card-title {
    color: #521262;
    font-weight: 700;
    font-size: 20px;
}

.sorporate_spackages_page .card-body-container .card-text.card-caption {
    color: #000;
    font-size: 14px;
}

.how_we_do_content p {
    margin-bottom: 12px;
}

.how_we_do .heading_title, .spa_demo .heading_title {
    margin-bottom: 20px;
}

.spa_demo .heading_title p, .how_we_do .heading_title p, .sorporate_spackages_page .heading_title p, .spa_events_page .heading_title p {
    font-size: 17px;
    font-weight: 500;
    max-width: 1040px;
    margin: 0 auto;
}

.how_we_do_img {
    margin-bottom: 20px;
}

.what_benefit_content h5 {
    font-weight: 600;
    font-size: 18px;
    color: #521262;
}

.what_benefit_content .what_benefit_img {
    margin-bottom: 30px;
}

.what_benefit_content p {
    margin-bottom: 20px;
}
.spa_events_page .heading_title p {
    margin-bottom: 12px;
}

.spa_events_page .heading_title p:last-child {
    margin-bottom: 0;
}

.spa_events_page .heading_title p {
    margin-bottom: 12px;
}

.spa_events_page .heading_title p:last-child {
    margin-bottom: 0;
}

.treatment_plan_mbsp_box {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 18%);
    height: 100%;
    transition: 0.3s all ease-in-out;
}
.treatment_plan_mbsp_box:hover {
    background: #560e60;
}
.treatment_plan_mbsp_box:hover .treatment_plan_mbsp_content h3, .treatment_plan_mbsp_box:hover .treatment_plan_mbsp_content h4 {
  color: #eaa594;
}
.treatment_plan_mbsp_box:hover .treatment_plan_mbsp_content .card-text.card-caption, .treatment_plan_mbsp_box:hover .treatment_plan_mbsp_content ul li {
    color: #fff;
}
.treatment_plan_mbsp_box:hover .treatment_plan_mbsp_btn a.theme_btn {
    background-color: #eaa594;
}
.treatment_plan_mbsp_box .treatment_plan_mbsp_img {
    width: 100%;
    height: 320px;
}

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

.treatment_plan_mbsp_box .treatment_plan_mbsp_content {
    padding: 20px;
}

.treatment_plan_mbsp_box .treatment_plan_mbsp_content h3 {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #521262;
    border-bottom: 1px solid rgb(0 0 0 / 13%);
    max-width: 100%;
    margin: 0 auto 20px;
    height: 72px;
}

.card-text.card-caption {
    font-size: 14px;
}

.treatment_plan_mbsp_btn {
    margin-top: 30px;
}

.treatment_plan_mbsp_btn a.theme_btn {
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    border-color: #521262;
    border-width: 0px;
    padding: 12px 22px 12px 25px;
    border-radius: 37px 37px 37px 37px;
    background-color: #521262;
}
.treatment_plan_mbsp_btn a.theme_btn:hover {
    background-color: #eaa594;
}

.spl_spa_events.treatment_plan_page .col-lg-6 {
    margin-bottom: 30px;
}

.our_services_we_offer_inner {
    padding: 20px;
    background: #fff;
}

.our_services_we_offer_inner .faq-searchbar.flat-text-input-container {
    /* width: 100%; */
}

.our_services_we_offer_inner .faq-searchbar.flat-text-input-container input.faq-search-input.title5 {
    width: 98%;
    border: unset;
    background: transparent;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    letter-spacing: .025em;
    line-height: 1.4em;
}

.our_services_we_offer_inner .faq-header {
    background-color: #f2f2f2 !important;
    border-bottom: 1px solid rgba(3, 3, 3, .02) !important;
    color: rgba(0, 0, 0, .5) !important;
    padding: 0 33px 0 10px;
    margin-bottom: 24px;
    position: relative;
}

.our_services_we_offer_inner .faq-searchbar.flat-text-input-container i.fa.fa-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: rgba(166,171,181,.8);
}

.our_services_we_offer_inner button.nav-link {
    cursor: pointer;
    padding: 6px 3px;
    margin: 0 5px;
    border: unset;
    background: unset;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #000;
    margin-bottom: -1px;
}

.our_services_we_offer_inner button.nav-link.active {
    color: #eaa594;
    border-bottom: 4px solid #eaa594;
}
.our_services_we_offer_inner .accordion-button {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    font-style: normal;
    text-decoration: none;
    letter-spacing: .025em;
    line-height: 1.4em;
    font-family: Poppins;
    color: #521262;
    font-size: 18px;
    padding: 12px 0;
}
.our_services_we_offer_inner .accordion-button:not(.collapsed) {
    color: #521262;
    background-color: unset;
    box-shadow: unset;
}
.our_services_we_offer_inner .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}
.our_services_we_offer_inner .accordion-item {
    border: unset;
}
.our_services_we_offer_inner .accordion-body {
    padding: 12px 0 20px;
}
.our_services_we_offer_inner h4.faq_category {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #000;
    line-height: 1.4em;
    max-width: 100%;
    padding-top: 10px;
    word-wrap: break-word;
    word-break: break-word;
}

.faq_page .our_services_we_offer_inner button.accordion-button {
    font-family: Open Sans;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}


.faq_page .our_services_we_offer_inner .faq-answer .social-link-bar-container {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.faq_page .our_services_we_offer_inner .faq-answer .social-link-bar-container a {
    width: 13px;
}

.faq_page .our_services_we_offer_inner .faq-answer .social-link-bar-container a svg#twitter_1_v3 {
    margin-left: 20px;
    width: 30px;
}
.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}
.contact_page_box {
    padding: 70px;
}

.contact_page_box ul li {
    margin-bottom: 40px;
}

.contact_page_box ul li a {
    display: flex;
    gap: 30px;
    align-items: center;
}

.contact_page_box ul li a .img {
    width: 60px;
}

.contact_page_box ul li a .img svg path, .contact_page_box ul li a .img i {
    fill: #fff;
    color: #fff;
}

.contact_page_box .contect_text h5 {
    font-size: 18px;
    font-family: Poppins;
    letter-spacing: 0em;
    line-height: 1em;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font-weight: 400;
}

.contact_page_box .contect_text p {
    font-size: 14px;
    font-family: Poppins;
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin: 6px 0px 0px 0px;
    text-align: left;
}
.contact_page_box ul li:last-child {
    margin-bottom: 0;
}

.contact_page {
    padding: 120px 0;
}

.gallery_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.gallery_inner a {
    flex: 0 0 32%;
    max-width: 32%;
    width: 100%;
    display: block;
}
.gallery_inner a:nth-child(4), .gallery_inner a:nth-child(5), .gallery_inner a:nth-child(6), .gallery_inner a:nth-child(7) {
    flex: 0 0 49%;
    max-width: 49%;
}
.gallery_inner a:nth-child(9) {
    flex: 0 0 66%;
    max-width: 66%;
}

.gallery_inner a .gallery_img img {
    height: 100%;
}

.gallery_inner a .gallery_img {
    height: 100%;
    position: relative;
}

.gallery_inner a .gallery_img:before {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: rgb(0 0 0 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
}
.gallery_inner a:hover .gallery_img:before {
    opacity: 1;
    visibility: visible;
}
.slick-prev, .slick-next
{
    display: none !important;
}
.treatment_plan_mbsp_box .treatment_plan_mbsp_content h4 {
    font-size: 20px;
    line-height: 32px;
}
.treatment_plan_mbsp_box .treatment_plan_mbsp_content ul li {
    font-size: 14px;
    margin-bottom: 10px;
}
.treatment_plan_page .col-md-6.col-lg-6 {
    margin-bottom: 15px;
}
.carousel-caption a.theme_btn {
    margin: 12px 0 15px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 5px;
}
.fqimg {
    max-width: 300px;
    margin-bottom: 15px;
}

.our_services_we_offer_inner .accordion-body ul {
    list-style: disc;
    padding-left: 20px;
}

.our_services_we_offer_inner .accordion-body ul li {
    margin-bottom: 5px;
}
/* Responsive CSS */

@media (max-width: 1320px) {
    a.navbar-brand img {
        max-width: 200px;
    }
    .navbar-nav li.nav-item:last-child {
        margin-right: 0;
    }
}
@media (max-width: 1280px) {
.theme_btn {
    padding: 8px 10px;
}
.navbar-nav li.nav-item {
    margin-right: 5px;
}
a.navbar-brand img {
    max-width: 180px;
}

}
@media (max-width: 1199px) {
div#google_translate_element {
    display: none;
}
}
@media (max-width: 991px) {
span.navbar-toggler-icon {
    background: #e8bc95;
    height: 4px;
    border-radius: 2px;
    width: 30px;
}
div#google_translate_element {
    display: block;
}

button.navbar-toggler {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.carousel-item .carousel-caption h5 {
    font-size: 42px;
}
.carousel-item .carousel-caption p {
    font-size: 22px;
    line-height: 30px;
}
.heading_title h2 {
    font-size: 32px;
    line-height: 40px;
}
.spa_some .col-md-6.col-lg-4, .how_work .col-md-6.col-lg-4 {
    margin-bottom: 20px;
}
.our_services_inner .our_services_box {
    flex: 0 0 30%;
    max-width: 30%;
}
span.navbar-toggler-icon {
    background: #e8bc95;
    height: 5px;
    border-radius: 2px;
    width: 35px;
}

button.navbar-toggler {display: flex;flex-direction: column;gap: 6px;}

.spa_some .col-md-6.col-lg-4 {
    margin-bottom: 20px;
}

.countdown_sec .count_box {
    width: 100%;
    margin-bottom: 30px;
}

.countdown_sec .count_box .count_content h5 {
    max-width: 100%;
}
.special_offers_box .heading_title h2 {
    line-height: 30px;
    font-size: 28px;
}
.special_offers_box .heading_title p {
    padding: 12px 0 18px 0;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
}
.special_offers_box .heading_title .special_offers_btn a.theme_btn {
    padding: 15px 25px;
}
.digital_spa p {
    font-size: 16px;
    margin-bottom: 12px;
}
.accred_membshp_img {
    margin: 0 auto 40px;
}
.footer_box p.footer_desc {
    max-width: 100%;
}

ul.footerlinks li {
    text-align: left;
}
footer.footer .col-lg-5 {
    gap: 70px;
    justify-content: center;
    margin-bottom: 30px;
}
ul.footer_bottom_links {
    max-width: 100%;
}
}

@media (max-width: 767px) {
.digital_spa .digital_spa_box video, .spa_demo_vedio video {
    width: 100%;
    height: auto;
}
footer.footer .col-lg-5 {
    gap: 10px;
    justify-content: center;
    margin-bottom: 12px;
    flex-direction: column;
}
.footer_box {
    margin-bottom: 20px;
}
.py {
    padding: 30px 0;
}
.footer_box h4.footer_title::after {
    left: 50%;
    transform: translateX(-50%);
}
.footer_box h4.footer_title {
    margin-bottom: 40px;
}
.heading_title h2 {
    font-size: 23px;
    line-height: 34px;
}
.spa_some .text-content p, .spa_some .text-content span {
    font-size: 14px !important;
    line-height: 24px !important;
}
}

@media (max-width: 767px) {
.carousel-item {
    height: 50vh;
    position: relative;
}
.heading_title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}
.spa_some .heading_title {
    margin-bottom: 30px;
    text-align: center;
}
.main_sec_btn {
    margin: 20px 0 0;
}
.heading_title h4 {
    font-size: 18px;
    line-height: 25px;
}
.heading_title h4 br, .countdown_sec .count_box .count_content h5 br {
    display: none;
}
.heading_title {
    margin-bottom: 20px;
}
.our_spl_box {
    margin-bottom: 20px;
}
.our_services_inner .our_services_box {
    flex: 0 0 48%;
    max-width: 48%;
}
.our_services_inner {
    gap: 10px;
}
.our_services_inner .our_services_box .our_services_img {
    max-width: 160px;
    height: 160px;
}
.countdown_sec .count_box .count_content h3 {
    font-size: 25px;
}
.countdown_sec .count_box .count_content h5 {
    font-size: 16px;
}
.countdown_sec .count_box {
    width: 100%;
    margin-bottom: 20px;
}
.special_offers_box {
    background-color: rgb(127 63 143 / 75%);
    padding: 30px 15px;
    width: 90%;
    border: 10px solid rgb(82 18 98 / 37%);
    margin: auto;
}
.textimonial_box {
    flex-direction: column;
}
.textimonial_box .textimonial_img {
    flex: 0 0 100%;
    max-width: 100%;
}
.textimonial_box {
    height: auto;
}
.textimonial_box .textimonial_content {
    padding: 18px;
}
.how_work_box .how_work_content h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.how_work_box .how_work_content {
    margin-top: 10px;
}
.digital_spa .heading_title h2 {
    margin-bottom: 8px;
    font-size: 17px;
}
.digital_spa .heading_title h5 {
    font-size: 16px;
    line-height: 26px;
}
.digital_spa p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 22px;
}
.accred_membshp .heading_title {
    margin-bottom: 50px;
}
.accred_membshp .heading_title h2 {
    margin-bottom: 0;
}
.accred_membshp .newsletter_sec .heading_title {
    margin-bottom: 70px !important;
}
.accred_membshp  .newsletter_sec {
    margin-top: 30px;
}
ul.footer_bottom_links li a {
    font-size: 12px;
}
a.navbar-brand {
    margin-bottom: 20px;
}
.right_navbar {
    width: 100%;
}
.right_navbar ul {
    justify-content: space-between;
}
.banner_content h2 {
    font-size: 20px;
}
.banner_content {
    padding: 50px 0;
    position: relative;
}
.about_page_img {
    margin-bottom: 12px;
}
.about_page_content {
    margin-bottom: 12px;
}
.spa_some_box {
    padding: 20px 12px;
}
.spa_some_box .spa_some_content h4 {
    font-size: 18px;
}
.our_services_we_offer_inner {
    padding: 8px;
}
.our_services_we_offer_inner button.nav-link {
    font-size: 13px;
}
.our_services_we_offer_inner .accordion-button {
    font-size: 15px;
}
.our_services_we_offer_inner p {
    font-size: 13px;
    color: #3c3c3c;
    line-height: 24px;
    margin-bottom: 0;
}
.treatment_plan_mbsp_box .treatment_plan_mbsp_content {
    padding: 15px;
}
.treatment_plan_mbsp_box .treatment_plan_mbsp_content h4 {
    font-size: 16px;
    line-height: 26px;
}
.treatment_plan_mbsp_box .treatment_plan_mbsp_content ul li {
    font-size: 14px;
    margin-bottom: 8px;
}
.treatment_plan_page .col-md-6.col-lg-6 {
    margin-bottom: 15px;
}
.treatment_plan_mbsp_box .treatment_plan_mbsp_img {
    height: 220px;
}
.treatment_plan_mbsp_box .treatment_plan_mbsp_content {
    padding: 15px 12px;
}
.treatment_plan_mbsp_btn a.theme_btn {
    font-size: 14px;
}
.treatment_plan_mbsp_list ul li {
    font-size: 12px;
    margin-bottom: 10px;
}
.treatment_plan_mbsp_list ul li:last-child {
    margin-bottom: 0;
}
.spa_demo .heading_title p, .how_we_do .heading_title p, .sorporate_spackages_page .heading_title p, .spa_events_page .heading_title p {
    font-size: 14px;
    line-height: 22px;
}
.treatment_plan_mbsp_box .treatment_plan_mbsp_content h3 {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    margin: 0 auto 10px;
    height: auto;
    padding-bottom: 10px;
}
.contact_page_box {
    padding: 20px;
}
.contact_page_box ul li a .img {
    width: 40px;
}
.contact_page_box ul li a .img svg path, .contact_page_box ul li a .img i {
    font-size: 40px !important;
}
.our_services_we_offer_inner h4.faq_category {
    font-size: 16px;
}
.faq_page .our_services_we_offer_inner button.accordion-button {
    font-size: 14px;
}
.gallery_inner a, .gallery_inner a:nth-child(4), .gallery_inner a:nth-child(5), .gallery_inner a:nth-child(6), .gallery_inner a:nth-child(7), .gallery_inner a:nth-child(9) {
    flex: 0 0 100%;
    max-width: 100%;
}
.gallery_inner {
    gap: 10px;
}
.privacy_policy h5.title5 {
    font-size: 16px;
    line-height: 28px;
}
.carousel-item .carousel-caption h5 {
    font-size: 24px;
}
.carousel-item .carousel-caption p {
    font-size: 18px;
    line-height: 25px;
}
.carousel-caption a.theme_btn {
    margin: 5px 0 8px;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 3px;
}
.fqimg {
    max-width: 100%;
    margin-bottom: 10px;
}
}
