/* @import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
/* root css */

:root {
  --headingOneColor: #fff;
  --headingcolor: #463820;
  --spancolor: #785f37;
  --bodyfontcolor: #000;
  --primary-btn:#DCC0B9;
  --headingfontfamily: "El Messiri", sans-serif;
  --bodyfontfamily: "El Messiri", sans-serif;
  /* --headingfontfamily: "Cormorant Garamond", serif;
  --bodyfontfamily: "Lato", sans-serif; */
  --btn-color: #000;
}
/* reset css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* ::after,
::before {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--bodyfontfamily);
  line-height: 1.5;
  font-size: 100%;
  color: var(--bodyfontcolor);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headingfontfamily);
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img,
img a {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  transition: ease-in 0.5s;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

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

p {
  font-family: var(--bodyfontfamily);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--bodyfontcolor);
  margin-bottom: 0;
}
a.custom-logo-link img {
    width: 180px;
}
@media (max-width: 767px) {
  a.custom-logo-link img {
    width: 140px; /* smaller logo for mobile */
  }
}
.page_btn {
  background-color: var(--primary-btn) !important;
  border-radius: 4px !important;
  color: var(--btn-color) !important;
  padding: 17px 56px 17px 36px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--bodyfontfamily) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 15px !important;
  position: relative;
  transition: all 400ms ease-in-out;
  white-space: nowrap;
}
.page_btn::after {
  position: absolute;
  content: "\f061";
  right: 13%;
  top: 50%;
  font-size: 16px;
  transform: rotate(-45deg);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color:#000;
  transform: translateY(-50%) rotate(-45deg);
  margin-left: 0;
	transition: .3s;
}
.page_btn:hover {
  /* padding-left: 70px !important; */
  padding-right: 70px !important;
}
.page_btn:hover::after {
  /* right: 10%; */
  margin-left: 20px;
}

.section-title h1 {
  font-size: 72px;
  line-height: 72px;
  color: var(--headingOneColor);
  margin-bottom: 16px;
}
.section-title h3 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  color: var(--headingcolor);
}
.bnnr_info p {
  color: #fff;
}

/* header css strat here */
/* .top_head {
  background-color:#DCC0B9;
}
.top_head p {
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  color:#000;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 0;
}
.mob-menu {
  display: none;
}

.close-menu {
  display: none;
}
.hdr-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.hdr-menu-sec {
  display: flex;
  align-items: center;
}
.hdr-menu {
  display: flex;
}
.hdr-menu li {
  padding: 0 20px;
}
.hdr-menu li a {
  font-size: 17px;
  line-height: 14px;
  color: #828282;
  font-family: var(--bodyfontfamily);
  font-weight:400;
}
.hdr-menu li.active a{
  color:#000;
}
.hdr-menu li a:hover {
  color:#000;
}
.hdr_btn_sec {
  margin-left: 40px;
}
.hdr_btn_sec a {
  font-size: 18px !important;
  line-height: 15px !important;
  font-weight: 400 !important;
  color:#000;
  font-family: var(--bodyfontfamily) !important;
}
.hdr_btn_sec a img {
  margin-right: 6px;
}
.login_link {
  margin-right: 17px;
}
.drop-down {
  position: relative;
}
.drop-down::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.registr_btn {
  padding: 17px 27px !important;
  color: #000 !important;
}
.registr_btn:hover {
  padding: 17px 27px !important;
}

.registr_btn::after {
  display: none;
}
.hdr_btn_sec {
  display: flex;
  align-items: center;
}
 */
/* New header css start */
.site_header {
    width: 100%;
    background: transparent;
    z-index: 5;
    position: fixed;
    transition: all 0.3s ease-out;
    height: 110px;
    padding: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.site_header.fixedHeader {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
}
.main_menunav ul {
    margin: 5px 0px;
}
.main_menunav ul li {
    display: inline-block;
}
.main_menunav ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0px 5px;
    display: inline-block;
    padding: 8px 20px;
    transition: ease-in .5s;
}
.main_menunav .menu li .sub-menu li a{
  color: #000;
}
.fixedHeader .main_menunav ul li a{
  color: #000;
}
.main_menunav ul li a:hover {
    color: #DCC0B9;
}
.main_menunav ul li.active>a{
    color: #DCC0B9;
}
.btn_panel {
    display: flex;
    align-items: center;
    gap: 18px;
}
a.btn-login{
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  color: #fff;
}
a.btn-login img{
  width: 16px;
  margin-right: 6px;
  filter: brightness(0) saturate(100%) invert(81%) sepia(86%) saturate(0%) hue-rotate(311deg) brightness(107%) contrast(109%);
}
.btn_panel .btn-register {
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  background-color: #DCC0B9;
  border-radius: 5px;
  padding: 15px 25px;
  color: #000;
}
.btn_panel .btn-register:hover{
    background: #000;
    color: #DCC0B9;
}

.fixedHeader a.btn-login{
  color: #000;
}
.fixedHeader a.btn-login img{
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7475%) hue-rotate(350deg) brightness(101%) contrast(99%);
}
/* New header css End */
/* page_bnnr */

.page_bnnr {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
  position: relative;
}
.bnnr_info {
  padding: 246px 0;
}
.page_bnnr::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    rgb(70 56 32 / 58%) 0%,
    rgb(70 56 32 / 0%) 100%
  );
  height: 100%;
  z-index: 1;
}
.page_bnnr .container {
  position: relative;
  z-index: 2;
}
.brdr_btn {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color:#fff !important;
}
.brdr_btn::after{
  color:#fff !important;
  
}
.white_btn {
  background-color:var(--primary-btn) !important;
  color:#000 !important;
}
.white_btn::after {
  color:#000 !important;
}
.btn_wrap, .treatment_btn_wrap {
  gap: 15px;
  margin-top: 20px;
}

/* science */
.section_padding {
  padding: 100px 0;
}
.section_title {
  text-align: center;
  padding-bottom: 40px;
}
.section_title h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color:#000;
  font-family: var(--bodyfontfamily) !important;
  margin-bottom:5px;
}
.section_title h3 {
  font-size: 35px;
  line-height: 42px;
  color:#000;
  font-weight: 600;
}
.section_title h4 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  color:#000;
}
.lft_img {
  position: relative;
  transition: all 600ms ease-in-out;
}
.lft_img img {
  position: relative;
  width: 100%;
}
.lft_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    174deg,
    rgb(0 0 0 / 0%) 0%,
    rgb(0 0 0 / 50%) 100%
  );
  z-index: 1;
}
.science_btn {
  display: none;
  transition: all 600ms ease-in-out;
  margin-top: 15px;
}
.lft_img:hover .science_btn {
  display: inline-block;
}
.rght_img_wrap {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
.lft_img_txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 0 0 50px 50px;
  text-align: left;
  transition: linear 0.5s;
}
.lft_img_txt h4{
  color: #fff;
}
.lft_img_txt p {
  max-width: 430px;
  color: #fff;
  margin-bottom: 25px;
}
.treatments_lft {
  text-align: left;
  padding-bottom: 0;
  position: relative;
  padding-left: 60px;
}
.treatments_lft::after {
  position: absolute;
  content: "";
  background-image: url("../images/treatmnt_lft_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 922px;
  height: 720px;
  left: 0;
  bottom: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.treatments {
  padding: 40px 0 140px;
}
.treatments_lft h3 {
  line-height: 40px;
  margin-bottom: 20px;
  color: #000;
}

.treatments_lft h3 span,.skin_care_head h3 span {
  display:block;
  position:relative;
  color: #000;
    z-index: 2;
    /* padding:0 30px;
    margin-top:10px; */
}
.treatments_lft h3 span::after,.skin_care_head h3 span::after{
  position: absolute;
  content:'';
  /* background-color: #DCC0B9; */
  width:148px;
  height:46px;
  /* padding:8px 30px; */
  left:0;
  z-index: -1;
}

.treatmnts_link {
  margin-top: 22px;
}
.treatments_img {
  padding-left: 100px;
}
.treatments_img img {
  width: 100%;
}
.treatment_btn_wrap a:last-child{
  background-color:transparent !important;
  border:1px solid #DCC0B9 !important;
}
/* our partners */
.our-partners {
 padding-top:0;
}
.partner-slider {
  border-top: 1px solid #D79A88;
  border-bottom: 1px solid #D79A88;
  padding: 20px 0;
}

.partner-item .partner-img {
  padding: 15px;
}

/* luxury */
.luxury {
  background-color:#FAF5F3;
  position: relative;
}
.luxury::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  background-image: url("../images/luxury_btm_bg_new.png");
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.luxury .container {
  position: relative;
  z-index: 2;
}
.luxury::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  background-image: url(../images/luxury_lft_bg_new.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.treatmnt_slider .slick-prev:before, .combinable-treat-slider .slick-prev:before, .personalize-treat-slider .slick-prev:before{
  background-image: url("../images/prev_new_icon.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  width: 50px;
  height: 50px;
  font-size: 0;
  display: inline-block;
  background-position: center;
}
.treatmnt_slider .slick-next:before, .combinable-treat-slider .slick-next:before, .personalize-treat-slider .slick-next:before {
  background-image: url("../images/next_new_icon.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  width: 50px;
  height: 50px;
  font-size: 0;
  display: inline-block;
  background-position: center;
}
.treatmnt_slider .slick-prev {
  left: -10%;
}
.treatmnt_slider .slick-next {
  right: -10%;
}
.treatmnt_slider .slick-prev,
.treatmnt_slider .slick-next {
  width: auto;
  height: auto;
}
.works_card {
  border: 1px solid #DCC0B9;
  background-color: #fff;
  box-shadow: 1.2px 1.2px 24px 0 hsla(0, 0%, 0%, 0.05);
  text-align: center;
  padding: 51px 35px 41px;
}
@media (max-width: 767px) {
  .works_card {
    padding: 45px 25px 25px;
  }
}
.work_card_img {
  position: relative;
  margin-bottom: 40px;
 
}

.work_card_img img {
  position: relative;
  z-index: 2;
}
.work_card_img::after {
  background-color:#FBF2EF;
  width: 78px;
  height: 78px;
  min-width: 78px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.work_card_img::before {
  background-color: transparent;
  border: 1px dashed #DCC0B9;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.work_Card_txt h4 {
  line-height: 30px;
  color:#000;
  margin-bottom: 15px;
}
.how_it_works {
  padding-top: 65px;
}
.how_it_works .row .col-md-4 {
  padding: 0 15px !important;
}
.work_Card_txt {
  padding-bottom: 0;
}

.book_btn_sec {
  text-align: center;
  margin-top: 40px;
}
/* skin care */
.skin_care_Sec {
  position: relative;
  background-image: url("../images/skin_care_bg_new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.skin_care .row {
  flex-direction: row-reverse;
}
.skin_care_head {
  text-align: left;
}
.skin_care_content P {
  padding-bottom: 10px;
}
.skin_care_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0px;
  align-items: center;
}
.skin_care_left_img {
  width: 50%;
}
.skin_care_right_content {
  width: 50%;
  padding-right: calc((100vw - 1400px) / 2);
}
.skin_care_content {
  padding-left: 25px;
}
.skin_care_img_wrap img {
  width: 100%;
}
.skin_care_head h3 {
  margin-bottom: 20px;
}
.shop_btn {
  margin-top: 15px;
}
/* .skin_care_head h3 span{
  color: #D79A88;
} */
/* beauty  */
.beauty_solution {
  background-image: url("../images/merakibackground.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
}
.beauty_swolution_tab_sec {
  padding-top: 100px;
}

.tab_links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_content {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -350px;
}

.tab_links button {
  background-color: #fff;
  color:#000;
  border-radius: 6px;
  border: 1px solid #D79A88;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--headingfontfamily);
  padding: 13px 40px;
  margin-right: 20px;
}
.tab_links button.active {
  background-color:var(--primary-btn);
  color:#000;
  border: 1px solid transparent;
}


/* Testimonial Section */

.testimonial-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
}

.ticker-wrapper {
    width: 100%;
    white-space: nowrap;
}

.ticker {
    display: flex; /* Using flexbox to align items in a row */
    animation: tickerMove 30s linear infinite;
}

.testimonial-box {
    display: inline-block;
    min-width: 370px; /* Adjust width to fit your design */
    max-width: 400px;
    /*border: 1px solid #ddd;*/
    padding: 20px;
    margin-right: 30px;
    background-color: #fff;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
    border-radius: 10px;
    text-align: center;
    white-space: normal; /* Allows the text to wrap inside the box */
}

/* Star rating section */
.testimonial-stars {
    font-size: 20px;
    color: #ffcc00; /* Star color */
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 16px;
    font-style: normal;
    margin-bottom: 10px;
}

.testimonial-author {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

@keyframes tickerMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.ticker-wrapper:hover .ticker {
    animation-play-state: paused;
}



/* join */
.join_lft_img {
  padding-right: 100px;
}
.join_lft_img img {
  width: 100%;
}
.join_head {
  text-align: left;
  padding-bottom: 0;
}

.joinng_form input, .joinng_form textarea, .joinng_form textarea:focus,
.joinng_form input:focus  {
  background-color: transparent;
  border-top: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #D7CCC8;
  font-size: 18px;
  line-height: 22px;
  color: #828282;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
  padding: 30px 15px 15px 0;
  box-shadow: none;
}
.joinng_form textarea{
  resize: none;
  width: 100%;
  outline: none;
  height: 80px;
}

.join_btn {
  margin-top: 30px;
  width: 184px;
  background-image: url(../images/form_arrw_icon_new.svg);
  background-repeat: no-repeat;
  background-position: 80%;
  background-size: 10px;
  border:0 !important;
  outline:0;
}
.join_btn::after {
  display: none;
}
.join_btn:hover {
  padding-left: 36px !important;
  padding-right: 56px !important;
  width: 200px !important;
}
.join_form {
  position: relative;
  padding-right: 200px;
}
.join_form::after {
  background-image: url("../images/form_bg_new.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 922px;
  height: 720px;
  right: 0;
  bottom: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}
/* footer css */
.footer-sec {
  background-color:#EEE0DC;
  padding: 23px 0 0;
}
.top-ftr {
  border-bottom: 1px solid rgb(0, 0, 0, 0.3);
  padding-bottom: 20px;
}
.top-ftr .section-title h3 {
  color: #000;
}

.top-ftr .socl_menu {
  display: flex;
  justify-content: center;
}
.top-ftr .socl_menu li {
  padding: 0 12px;
}

.top-ftr .socl_menu li a {
  font-size: 19px;
  border: 2.03px solid #000;
  width: 44px;
  height: 44px;
  color: #000;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease-in-out;
}
@media (max-width: 767px) {
  .top-ftr .socl_menu li a {
    font-size: 15px;          /* smaller icon/text size */
    border: 1.5px solid #000; /* thinner border */
    width: 28px;              /* smaller circle */
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
.top-ftr .socl_menu li a:hover {
  background-color:#DCC0B9;
  border:2.03px solid transparent;
}
.nws_lttr_input {
  margin-top: 18px;
  position: relative;
}
.nws_lttr_input input {
  background-color: transparent !important;
  border-radius: 0;
  border-bottom: 1px solid rgb(0, 0, 0, 0.4)!important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  position: relative;
  padding: 0 20px 15px 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
  color: #828282 !important;
}
.nws_lttr_input::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/black_mail_icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.nws_lttr_input input:focus {
  box-shadow: none;
  color: #828282 !important;
}
.nws_lttr_input input::placeholder {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
  color: #828282;
}
.footer-sec .top-ftr .row {
  justify-content: center;
}
.ftr_logo {
  position: relative;
  display: flex;
  justify-content: center;
}
.ftr_logo img {
  max-width: 350px;
}
.ftr_logo::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 176px;
  background-color:rgb(0, 0, 0, 0.3);
  left: 0;
  top: -24px;
}
.nws_lttr_sec {
  position: relative;
  padding: 0 45px 0 20px;
}
.ftr_logo::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 176px;
  background-color:rgb(0, 0, 0, 0.3);
  right: 0;
  top: -24px;
}

.mddl_ftr {
  border-bottom: 1px solid rgb(0, 0, 0, 0.3);
  padding: 70px 0 105px;
}

.mddl_ftr .about span {
  font-size: 18px;
  line-height: 15px;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
  color: #000;
  margin-bottom: 22px;
  display: inline-block;
}
.mddl_ftr .about p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
  color: #000;
  margin-bottom: 0;
}
.ftr_menu ul li a {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
  color: #000;
  transition: all 400ms ease-in-out;
}

.ftr_menu {
  display: flex;
  justify-content: center;
}
.ftr_menu ul li a:hover {
  color:#DCC0B9;
}
.ftr_menu ul li {
  padding-bottom: 25px;
}
.btm_ftr {
  padding: 19px 0;
}
.copyright ul li {
  font-size: 17px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
}
.btm_ftr .row {
  justify-content: space-between;
  align-items: center;
}
.copyright ul {
  display: flex;
}
.copyright ul li:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 15px;
  margin-right: 15px;
}
.designed_by_txt {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.designed_by_txt p {
  font-size: 17px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
  font-family: var(--bodyfontfamily);
  margin-bottom: 0;
}
.designed_by_txt span {
  padding-left: 6px;
}

.view_btn {
  text-align: center;
}
.treatmnt_title {
  margin-top: 20px;
}
.treatmnt_title h4 {
  color:#000;
}
.treatmnt_item {
  padding: 0 15px;
}
.treatmnt_img {
  position: relative;
  padding-top: 12px;
}
.treatmnt_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 95%;
  border: 0.7px solid #DCC0B9;
  top: 0px;
  left: 12px;
  z-index: -1;
}

.joinning_form {
  padding: 170px 0 140px;
}

.item {
  color: white;
  display: flex;
  height: 400px;
}
.im2 {
  align-content: center;
  position: relative;
  scroll-padding-top: 0px;
  display: inline-block;
  width: 22vw;
  height: 60vh;
  margin: auto;
}
.img-size {
  max-height: 600px;
  width: 100%;
}

.inner {
  position: absolute;
}

.model-img {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.model-container {
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.female-front-1,
.female-frontOne-1 {
  background-image: url("../images/front-female.png");
}

.female-front-2,
.female-frontOne-2 {
  background-image: url("../images/back-female.png");
}
.male-front-1,
.male-frontOne-1 {
  background-image: url("../images/front-male.png");
}

.male-back-2 {
  background-image: url("../images/back-male.png");
}

#female-front-1 .svg-content {
  left: 2px;
}

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.st14 {
  opacity: 0;
  fill: #60544f;
}

.st14:hover {
  fill: #60544f;
  opacity: 0.5;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before,
.toggle-switch:after {
  content: "";
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}

.toggle-checkbox:checked + .toggle-switch {
  background:#dcc0b9;
}
.beauty_solution_card {
  max-width: 1160px;
/*   background-color: #fff; */
  padding: 30px 92px;
  margin-top: 42px;
	background:url(http://tatyana.elvirainfotech.live/wp-content/uploads/2024/10/bg-image.jpg) ;
}
.card_left {
  width: 65%;
  flex: 0 0 auto;
}
.card_right {
  width: 35%;
  flex: 0 0 auto;
}
.card_txt {
  margin-bottom: 15px;
}
.card_txt p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  font-family: var(--bodyfontfamily);
}
@media (max-width: 767px) {
  .card_txt p {
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    font-family: var(--bodyfontfamily);
  }
}

.card_list ul {
  margin-left: 20px;
}
.card_list ul li {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
  padding-bottom: 15px;
}

/* about */
.inner_banner-wrap {
  width: 100%;
  max-height: 450px;
  height: 450px;
  padding: 25px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inner_banner-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-image:url('../images/innr_bnnr_overlay.png');
  background-repeat:no-repeat;
  background-position:center left;
  background-size:cover;
  height:100%;
  /* z-index:-1; */
}
@media (max-width: 767px) {
  .inner_banner-wrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/innr_bnnr_overlay.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 1; /* keep overlay above background but below content */
  }

  /* ensure content stays above the overlay */
  .inner_banner-wrap * {
    position: relative;
    z-index: 2;
  }
}

.inner_banner-wrap .inner_bnnr_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.inner_bnnr_info h2 {
  font-size: 72px;
  line-height: 72px;
  color: #ffffff;
  font-family: var(--headingfontfamily);
}
.breadcrumb {
  margin-top: 14px;
}
.breadcrumb li,
.breadcrumb li a {
  color: #fff;
  font-size: 17px;
  line-height: 15px;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
}
.breadcrumb li:not(:last-child) {
  border-right: 1.5px solid #fff;
  padding-right: 12px;
  margin-right: 12px;
}
.about_us {
  padding-top: 92px;
  position: relative;
}
.about_us::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(241,228,224);
  background: linear-gradient(0deg, rgba(241,228,224,1) 0%, rgba(255,255,255,1) 1%);
}
.about_us .container {
  position: relative;
  z-index: 2;
}
.about_logo_div {
    position: absolute;
    left: 51%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding-top: 57px;
}
@media (max-width: 726px) {
     .about_logo_div {
        left: 35%;
        top: 10%;
        transform: translate(-50%, -50%);
        padding-top: 65px;
    }

  img, img a {
    max-width: 100%;
  }
}
.abt_txt {
  max-width: 616px;
  margin: 15px auto;
}

.our_story {
  position: relative;
  padding: 0;
}

.our_story::before {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/story_bg_lft.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.story_txt {
  text-align: left;
}

.story_img img {
  width: 100%;
}
.story_img {
  margin-right: 70px;
}
.text_gapping {
  padding: 0 0 20px;
}
/* .get_to_know_head h3 span {
  color: #785f37;
} */
.get_to_know {
  background-color:#FAF5F3;
  position: relative;
  padding-bottom: 86px;
}
.get_to_know .container {
  position: relative;
  z-index: 2;
}

.get_to_know::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/get_to_know_new_lft_bg.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.get_to_know::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/get_to_know_new_btm_bg.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.faq_wrap .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #D7CCC8;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.faq_wrap .accordion-item .accordion-header button {
  background-color: transparent;
  border-radius: 0;
  padding: 15px 0;
  box-shadow: none;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--headingfontfamily);
  color:#000;
}
.faq_wrap .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.faq_wrap .accordion-item .accordion-header button::after {
  background-image: url("../images/faq_arrw_new.svg") !important;
  transition: transform 0.4s ease-in-out;
}
.faq_wrap .accordion-button:not(.collapsed)::after{
  transform: rotate(-266deg) !important;
}
.faq_wrap .accordion-item .accordion-body {
  padding: 0;
  border: 0;
  padding: 5px 0 25px;
}
.faq_wrap .accordion-item .accordion-body p {
  font-size: 20px;
  line-height: 26px;
}
.faq_right {
  margin-left: 25px;
}

/* video */

.video-wrapper {
  position: relative;
  width: 100%; /* Match the width of the video */
  margin-top: 70px;
}

.video_img {
  position: relative;
}

.video_img img {
  width: 100%;
  display: block;
}

.video {
  display: none; /* Hide the video initially */
  width: 100%; /* Ensure video fits within the container */
  position: relative;
}

.vdo_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vdo_btn a {
  width: 120px;
  height: 120px;
  background-color: #fffcf4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
}

.play-icon::after {
  position: absolute;
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 50px;
  color: #463820;
}

.pause-icon::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 50px;
  color: #463820;
  content: "\f04c";
  position: absolute;
}
.about_med_drctr {
  position: relative;
}
.about_med_drctr::after {
  position: absolute;
  content: "";
  background-image: url(../images/med_drctr_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 922px;
  height: 715px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.medical_director {
  position: relative;
}
.medical_director .container {
  position: relative;
}
.about_med_drctr {
  text-align: left;
}
.about_med_drctr h3 span {
  display: block;
}
.about_med_drctr {
  padding: 0 70px;
}

/* treatment css */
.treatment-left-content {
  padding-right: 62px;
  padding-left: calc((100vw - 1400px) / 2);
}
.meraki-note-wrap h6 {
  font-size: 18px;
  line-height:26px;
  color:#000;
  font-weight: 700;
  font-family:var(--bodyfontfamily);
  text-wrap: nowrap;
}
.book_consult_row {
}
.treatment-heading {
  font-size: 35px;
}
/* .treatment-card-area {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.25rem, 1fr));
  grid-gap: 1rem 1.6rem;
} */
 .treatment-card-area .treatmnt_item{
  padding:0 6px;
 }
.constitution_sec{
  background:none;
}
.meraki-note-wrap{
  background-color: #FBF2EF;
  width: 615px;
  height: 71px;
  border-radius: 4px;
  padding: 11px 16px 13px;
  margin-left: 0;
}
/* .btn_wrap a:last-child{
  background-color:transparent !important;
  border:1px solid #DCC0B9 !important;
} */

/* gallery css */
.gallery_innr {
  position: relative;
  z-index: 2;
}
.gallery_img {
  position: relative;
  z-index: 2;
}
.gallery_img::after {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gallery_txt {
  position: absolute;
  bottom: 15px;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
}
.gallery_txt h4{
  font-size:28px;
   line-height:36px;
   font-weight:600;
   color:#fff;
}
.our_gallery .row{
  gap:24px 0;
}
.gallery_title{
  padding-bottom:20px;
}
.gallery_img img{
  width:100%;
}
.service_sec{
  background-color:#FFFCF4;
  position:relative;

}
.service_sec .container{
  position: relative;
  z-index:2;
}
.service_sec::before{
   position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/get_to_know_new_lft_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.service_sec::after{
   position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/get_to_know_new_btm_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.treatmnt_img img{
  width:100%;
}
.treatment-heading{
  margin-bottom:40px;
}
.text-ribbon{
  position:relative;
  margin-top:-115px;
}
.text-ribbon::before{
  position:absolute;
  content:'';
  left:0;
  right:0;
  top:0;
  background-color: #000000;
  width:100%;
  height:1px;
}
.text-ribbon::after{
  position:absolute;
  content:'';
  left:0;
  right:0;
  bottom:0;
  background-color: #000000;
  width:100%;
  height:1px;
}

.text-ribbon p{
  padding:15px 0;
}
.book_consult_row{
  position: relative;
}
.book_consult_row::after{
  position: absolute;
  content: "";
  background-image: url(../images/beautiful_skin_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 815px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: -1;
  right: 0;
}
/* treatment details */
.skin_pen_head{
 text-align:left;
}
.skin_pen_faq .accordion-item:first-of-type>.accordion-header .accordion-button{
  padding: 0 0 8px;
}
.skin_pen_faq .accordion-item .accordion-body p{
  font-size:18px;
  line-height:28px;
}
.skin_pen_head{
 padding-bottom:21px;
}
.skin_pen .row .col-md-6{
  padding:0 15px;
}
.skin_pen_btm{
  padding:40px 0;
}
.appointment_txt{
  text-align:left;
  margin-left: 25px;
  flex: 0 0 auto;
  width: 80%;
}
.appointment_txt h4{
  margin-bottom:5px;
}
.appointment_txt span{
  font-size:22px;
  line-height:30px;
  color:#DCC0B9;
  font-weight:400;
  font-family:var(--bodyfontfamily);
}
.appointment_img{
  margin-bottom:0;
}
.appointment_img img{
  width:40px;
  height:40px;
}
.appointment_innr{
  display:flex;
  align-items:center;

}
/* .appointment_img::after,.appointment_img::before{
  top: 100%;
} */
.appointment_row{
  border-bottom:1px solid #DCC0B9;
  padding-bottom:50px;
}
.skin_pen{
  padding:94px 0;
}
.add_on{
  padding:0 0 94px;
}
.add_on_txt{
  text-align:left;
  margin-left:34px;
  padding-bottom:0;
}
.add_on_txt p{
  font-size:16px;
  line-height:25px;
  
}
.add_on_dtls_innr{
  display:flex;
  background-color:#FBF2EF;
  box-shadow: 1.2px 1.2px 24px 0 rgb(0, 0, 0, 0.05);
  padding: 44px 74px 36px 30px;
  margin-bottom: 30px;
  overflow: hidden;
  width:100%;
}
.add_on_img img{
  max-width:80px;
}

.skin_prep{
  /* padding-top:0; */
  margin-bottom:100px;
  background-color: #DCC0B9;
}
.skin_prep_step_innr{
  text-align:center;
}
.step_num{
  text-align:center;
  background-color:#FBF2EF;
  width:90px;
  height:90px;
  border-radius:50%;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  margin-bottom:25px;
}
.step_num h4{
  font-size:52px;
  line-height:30px;
  color: #000;
  font-family:var(--headingfontfamily);
  font-weight:600;
  margin-bottom:0;
}
.step_txt{
 padding-bottom:0;
}
.step_txt h4{
  line-height:30px;
}
.step_txt p{
  font-size:16px;
  line-height:25px;
  max-width: 351px;
  margin: 0 auto;
}
.appointment_img{
  flex: 0 0 auto;
  width:20%;
  display: flex;
  justify-content: center;
}

/*--------Training page-------*/
.training-right-content{
  padding-left: 62px;
  /* padding-right: calc((100vw - 1400px) / 2); */
  padding-right: calc((100vw - 1320px) / 2);
}
.luck-content-wrap{
  padding-right: 50px;
}
.luck-content {
  border-bottom: 1px solid #DCC0B9;
}
.luck-content .section-title h3{
  color: #000;
}
.luck-content .section-title h3 span{
  text-transform: uppercase;
}
.training-seminar h6{
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  padding: 15px 0;
}
.training-seminar ul{
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.training-seminar ul li{
  flex-basis: calc(50% - 1rem);
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  padding: 7px 0;
  line-height: 28px;

}
.training-seminar ul li:before{
  content: "";
  min-width: 40px;
  height: 28px;
  background-image: url(../images/leaf-icon.svg);
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
}
.training-partner-slider .partner-img img{
  margin: auto;
}
.training-partner-logo{
  border-top: 1px solid #DCC0B9;
  border-bottom: 1px solid #DCC0B9;
  padding: 25px 0 10px;
}
.training-partner-sec h6{
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.training-partner-btm p{
  text-align: center;
  padding: 15px 0;
}
.training-partner-sec{
  margin: 100px 0;
}

/* blog page */
.blog_dtls{
  margin-top:24px;
}
.blog_date{
  display:flex;
}
.blog_date span{
  font-size:15px;
  line-height:15px;
  color:#828282;
  font-weight:400;
}
.post_month span{
  position: relative;
  padding-right: 12px;
    margin-right: 12px;
}
.post_month span::after{
  position: absolute;
  content:'';
  height:100%;
  width:1px;
  background-color:#DCC0B9;
  right:0;
  top:0;

}
.post_author span:nth-child(2){
 color: #000;
 margin-left:4px;
}
.blog_title{
  text-align:left;
  padding-bottom:0;
}
.blog_title h4{
 line-height:35px;
 font-weight:600;
 color:#000;
 max-width:277px;
 margin: 15px 0;
}
.blog_link a{
  font-size:18px;
  line-height:15px;
  color:#DCC0B9;
  font-weight:400;
  position: relative;
}
.blog_link a::after{
  position: absolute;
  content:'\f061';
  font-family: 'fontawesome';
  color: #DCC0B9;
  right:-25px;
  transform:rotate(310deg);
}
.blog_link a:hover,.blog_link a:hover::after{
  color:#000;
}
.blog_list_item{
  margin-top:40px;
  cursor:pointer;
}
.blog_list_head{
  padding-bottom:0;
}



/*------Contact page----*/
.contact-content h4{
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}
.contact-page-box .appointment_img{
  width: 100%;
}
.contact-page-box{
  text-align: center;
  position: relative;
  margin-top: 25px;
}
.contact-content{
  max-width: 80%;
  margin: 45px auto 0;
}
.contact-content p a{
  color: #000;
}
.contact-content p span{
  color: #DCC0B9;
}
.contact-content p{
  padding-bottom: 10px;
}
.contact-page-box:after{
  content: "";
  width: 1px;
  height: 210px;
  background-color: #dcc0b9c2;
  display: block;
  position: absolute;
  right: 0;
  top: -25px;
}
.contact-page-detl-sec .row > .col-lg-3:nth-child(4) .contact-page-box::after{
  display: none;
}
.contact-page-detl-sec{
  background: linear-gradient(185.75deg, #F1E4E0 -38.07%, #FFFFFF 41.42%);
  padding-bottom: 30px;
}
.question-form-wrap{
  background: linear-gradient(240.71deg, #FFFCFB 36%, #F3E5E1 136.83%);
}
.question-form-cont{
  padding: 25px 35px;
}
@media (max-width: 767px) {
  .question-form-cont {
    padding: 2px 19px;
  }
}
.contact-question-sec .join_btn{
  width: 100%;
  background: none;
}
.contact-question-sec .join_btn:hover{
  width: 100% !important;
}
.contact-question-sec .join_btn span:after{
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(../images/form_arrw_icon_new.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  position: relative;
  left: 10px;
  transition: .3s;
}
.contact-question-sec .join_btn:hover span:after{
  left: 15px;
}
.question-form-wrap .section_title{
  padding-bottom: 0;
}
.question-form-border{
  border-top: 1px solid #DCC0B9;
  border-bottom: 1px solid #DCC0B9;
  padding: 40px 0;
}
.achive-faq-sec{
  background: linear-gradient(184.62deg, #FFFFFF 15.07%, #FFF5F2 47.85%, #FFFFFF 91.94%);
}
.achive-faq-sec{
  padding-top: 40px;
}
.ready-move-content{
  border-bottom: 1px solid #DCC0B9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}


/*----end contact page----*/

/*------affilate-------*/
.affilate-content h4{
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 25px;
}
.affilate-content p{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 15px;
}
.affilates-sec{
  background-size: cover;
  background-repeat: no-repeat;
}


/*-----affilate end----*/

/*-----blog details-----*/
.blog-detl-content img{
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.blog-detl-img ul li{
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #828282;
  display: inline-block;
}
.blog-detl-img ul li:after{
  content: "|";
  padding: 0 10px;
}
.blog-detl-img ul li span{
  color: #000000;
}
.blog-detl-img ul li:last-child::after{
  display: none;
}
.blog-detl h2, .blog-sidebar h2{
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
  padding-bottom: 10px;
}
.blog-detl p{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}
.blog-detl-img ul{
  padding: 20px 0 10px;
}
.blog-detl .blog-testi{
  border-top: 1px solid #DCC0B9;
  border-bottom: 1px solid #DCC0B9;
  font-style: italic;
  padding: 25px 15px 15px;
  text-align: center;
  margin: 15px 0;
}
.blog-detl .blog-testi p{
  padding-bottom: 10px;
}
.blog-detl ul li{
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  border: 1px solid #DCC0B9;
  border-radius: 4px;
  padding: 12px;
  display: inline-block;
  margin-right: 5px;
}
.blog-detl ul{
  margin: 20px 0;
}
form.search-form{
  display: flex;
  flex-wrap: nowrap;
}
form.search-form label{
  width: 100%;
}
.meraki_searchfrom .search-field{
  border: 1px solid #505050;
  height: 42px;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
  outline: none !important;
}
.search-submit{
  background: #DCC0B9;
  border: 1px solid #505050;
  padding: 6px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 46px;
  margin-left: -4px;
}
.search-submit img{
  width: 25px;
}
.blog-sidebar ul{
  padding-left: 20px;
}
.blog-sidebar ul li{
  display: list-item;
  list-style: circle;
  padding-bottom: 10px;
}
.blog-sidebar ul li a{
  color: #828282;
  font-size: 17px;
  font-weight: 400;
}
.category-title{
  margin-top: 30px;
  padding-bottom: 0px;
}
.comments-area #wpdcom{
  max-width: 100%;
  margin: 0;
}
.row > .col-md-6:last-of-type .contact-content p a:first-child{
  color: #DCC0B9;
} 
.row > .col-md-6:last-of-type .contact-content p a{
  padding-bottom: 5px;
}
.row > .col-md-6:last-of-type .contact-content p a:last-child{
  color: #DCC0B9;
} 
.comment-respond .comment-reply-title{
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #000000;
}
.comment-respond .comment-notes{
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  color: #000;
}
.comment-respond p label{
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  color: #000;
  display: block;
  margin-bottom: 8px;
}
.comment-respond p textarea, .comment-respond p input{
  border: 1px solid #DEDBD7;
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  color: #000;
  border-radius: 4px;
  width: 100%;
  height: 42px;
  padding: 5px 15px;
}
.comment-respond p textarea{
  height: 120px;
  resize: none;
}
.comment-respond .comment-form-cookies-consent input{
  display: inline-block;
  width: 20px;
  padding: 0;
  vertical-align: middle;
  margin-right: 4px;
}
.comment-respond .comment-form-cookies-consent label{
  display: inline-block;
}
.comment-respond .comment-form p{
  margin-bottom: 20px;
}
.comment-respond .form-submit input{
  width: auto;
  background: #DCC0B9;
  height: 45px;
  padding: 5px 20px;
}
.commentlist .comment-author img{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin-right: 10px;
}
.comment-body .commentmetadata {
   padding-left: 95px;  
   margin-top: -32px;
}
.comment-body .commentmetadata a{
  color:#222 ;
}
.commentmetadata + p{
  padding-left: 95px;
  margin-top: 10px;
}
.commentlist {
  padding: 10px 0px;
}
.comment-body .reply {
  padding-left: 95px;
  text-align: right;
  padding-top: 10px;
}

.commentlist .comment-body .says{
  display: none;
}
.reply .comment-reply-link{
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  color: #DCC0B9;
  text-decoration: underline;
}
#comments{
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #000;
}
#reply-title a{
  color: #000;
}
#reply-title small a{
  color: #DCC0B9;
  font-size: 18px;
  text-decoration: underline;
  margin-left: 10px;
}
.commentlist li{
  border-bottom: 1px solid #DCC0B9;
  padding-bottom: 10px;
}


@media(max-width: 768px){
  .contact-page-box{
    margin-bottom: 25px;
  }
  .affilate-content h4, .blog-detl h2, .blog-sidebar h2{
    font-size: 28px;
    line-height: 35px;
  }
  .contact-page-detl-sec .row > .col-lg-3:nth-child(2) .contact-page-box::after{
    display: none;
  }
  .affilate-content p, .blog-detl ul li, .blog-detl p{
    font-size: 16px;
    line-height: 26px;
  }
  .affilate-box{
    margin-bottom: 30px;
  }
  .affilates-sec .row > .col-lg-4:last-of-type .affilate-box{
    margin-bottom: 0;
  }
  .contact-page-detl-sec .section_title{
    text-align: center;
  }
}
@media(max-width: 576px){
  .contact-page-detl-sec .contact-page-box::after{
    display: none;
  }
}
/*-----blog-detl end-----*/
/*-----------------treatment Details2----------*/
.inner_bnnr_info p{
  font-family: var(--headingfontfamily);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}
.inner_banner-wrap .inner_bnnr_info.treatment-detl-info{
  display: block;
}
.inner_banner-wrap .inner_bnnr_info.treatment-detl-info h2{
  padding: 10px 0;
}
.hydrafacial-content .section_title h3{
  margin-bottom: 0;
}
.hydrafacial-content .section_title h5{
  color: #AC8980;
}
.hydrafacial-content .section_title{
  padding-bottom: 18px;
}
.hydrafacial-img-wrap .hydrafacial-big-img{
  width: 70%;
}
.hydrafacial-img-wrap .hydrafacial-small-img{
  max-width: 380px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.hydrafacial-img-wrap{
  position: relative;
}
.discover-hydrafacial-sec{
  background-color: #FDF9F7;
}
.discover-hydrafacial-left h4{
  font-family: var(--headingfontfamily);
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  padding-top: 30px;
}
.discover-hydrafacial-left .section-title{
  padding-bottom: 30px;
}
.discover-hydrafacial-left .section-title h3{
  margin-bottom: 0;
}
.discover-hydrafacial-wrap{
  border: 1px solid #AC8980;
  position: relative;
  padding: 0 20px;
}
.discover-hydrafacial-border1{
  width: 100%;
  height: 100%;
  border: 1px solid #AC8980;
  padding: 0 20px;
  position: relative;
  top: 20px;
}
.discover-hydrafacial-border2{
  width: 100%;
  height: 100%;
  border: 1px solid #AC8980;
  padding: 60px 25px 80px;
  position: relative;
  top: 20px;
}
.discover-hydrafacial-right ul li{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  position: relative;
  display: block;
  padding-bottom: 20px;
  padding-left: 32px;
}
.discover-hydrafacial-right ul li span{
  font-weight: 700;
}
.discover-hydrafacial-right ul li::before{
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../images/leaf-single.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}
.discover-hydrafacial-right ul{
  padding: 30px 0;
}
.perfect-treating-ul h6{
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
}
.personalize-treat-content-wrap{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
}
.personalize-treat-content-left{
  padding-left: calc((100vw - 1320px) / 2);
  width: 50%;
}
.personalize-treat-content-right{
  width: calc(50% - 25px);
  margin-left: 25px;
}
.personalize-treat-content-right img{
  width: 100%;
}
.personalize-treat-btm-sec{
  background-color: #FDF9F7;
  background-position: bottom;
}
.personalize-treat-slider-box{
  background-color: #fff;
  padding: 30px 25px;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0 15px;
}
.personalize-treat-slider-content h6{
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  padding-top: 15px;
}
.personalize-treat-slider-content ul li{
  display: list-item;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  list-style: disc;
  padding-bottom: 5px;
}
.personalize-treat-slider-content ul{
  padding-left: 17px;
}
.personalize-treat-slider .slick-track, .personalize-treat-slider .slick-list{
  display: flex;
}
.personalize-treat-slider-img{
  min-width: 28%;
}
.how-works-title h2{
  font-size: 72px;
  font-weight: 600;
  line-height: 86px;
  color: #000;
  max-width: 250px;
}
.works-consult-img{
  min-width: 65px;
  min-height: 65px;
  border: 1px solid #AC8980;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-consult-img img{
  width: 35px;
}
.works-consult-content h5{
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  padding-bottom: 6px;
}
.works-consult{
  background-color: #FDF9F7;
  padding: 40px 30px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.hydra-video-content h6{
  font-size: 22px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
}
.hydra-video-content h2{
  font-size: 72px;
  font-weight: 600;
  line-height: 56px;
  color: #fff;
  padding: 20px 0 15px;
}
.hydra-video-content a{
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
}
.hydra-video-content a svg{
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px;
}
.hydra-video-content a{
  display: flex;
  align-items: center;
  gap: 10px;
}
.hydra-video-content {
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
	padding-left: 60px;
}
.hydrafacial-video-sec{
  position: relative;
}
.hydrafacial-video-sec:after{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(179.29deg, rgba(0, 0, 0, 0) 32.04%, #000000 116.66%);
  position: absolute;
  top: 0;
  left: 0;
	border-radius: 8px;
}
.combinet-treat-sec{
  background-color: #FDF9F7;
	padding-bottom: 80px;
}
.hydra-instra-sec{
	padding-bottom: 80px;
}

.guide-sec{
	background-color: #fff;
	margin-bottom: 0px;
}
.hydrafacial-video-sec{
	border-radius: 8px;
}
.video-nd-treat-sec{
	background: #FDF9F7;
}
.combinable-treat-box h4{
	color: #fff;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 2;
}
.combinable-treat-slider .combinable-treat-box{
	margin: 0 15px;
	
}
.combinable-treat-slider .combinable-treat-box a{
	position: relative;
}
.combinable-treat-slider .combinable-treat-box a:after{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(181.41deg, rgba(0, 0, 0, 0) 8.69%, #000000 135.37%);
	position: absolute;
	top: 0;
	left: 0;
}
.hydra-before-content h5{
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	color: #AC8980;
}
.hydra-before-content ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    list-style: disc;
    padding-bottom: 10px;
}
.hydra-before-content ul{
	padding-left: 18px;
}
.hydra-before-content h6{
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	color: #AC8980;
	padding-top: 20px;
}
.detail-faq-sec{
	background-color: #FDF9F7;
}
.detail-faq-sec .accordion-header button{
	border: none;
    box-shadow: none;
    background-color: transparent;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	color: #000;
	padding: 25px 0 12px;
}
.detail-faq-sec .accordion-item{
	background-color: transparent;
    border: none;
	border-radius: 0;
	border-bottom: 1px solid #AC8980;
}
.detail-faq-sec .accordion-body{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
	padding: 5px 0 10px;
}
.detail-faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='rgba(172, 137, 128, 1)' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.detail-faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='rgba(172, 137, 128, 1)' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.detail-faq-sec .accordion-button::after {
  transition: all 0.5s;
}
.detail-faq-sec .accordion-button::after{
	width: 30px;
    height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}
.combinable-treat-slider .slick-next, .personalize-treat-slider .slick-next{
	right: -40px;
}
.combinable-treat-slider .slick-prev, .personalize-treat-slider .slick-prev{
	left: -60px;
}


/*-------Shaop page-------*/
.shop-product{
	margin-bottom: 25px;
	border: 1px solid #dcc0b95c;
}
.shop-product .prouct-img a{
	width: 100%;
	overflow: hidden;
}
.shop-product .prouct-img a img{
	height: 360px;
    width: 100%;
    object-fit: cover;
	transition: .3s;
}
.shop-product:hover .prouct-img a img{
	transform: scale(1.07);
}
.shop-product .produuct-des{
	padding: 15px;
	text-align: center;
}
.shop-product .produuct-des .product-name-content a{
	font-size: 24px;
    color: #000;
}
.shop-product .produuct-des a.page_btn{
	padding: 11px 31px 10px 15px !important;
	margin-top: 15px;
	transition: .3s;
}
.shop-product .produuct-des a.page_btn:hover::after {
    right: 10%;
}
.product-name-content p{
	font-size: 17px;
	line-height: 24px;
}



/* responsive */
@media (min-width: 1600px) {
  .custom_container {
    max-width: 1400px;
    margin: 0 auto;
  }
}


@media (min-width: 1280px) and (max-width: 1599px) {
  .treatmnt_slider .slick-next {
    right: -5%;
  }
  .treatmnt_slider .slick-prev {
    left: -3%;
  }
  .treatmnt_slider .slick-prev:before,
  .treatmnt_slider .slick-next:before {
    background-size: 20px;
  }
  .hdr-menu li {
    padding: 0 14px;
  }
  .drop-down::after {
    right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hdr-menu li {
    padding: 0 9px;
  }
  .hdr-menu li a {
    font-size: 15px;
  }
  .drop-down::after {
    right: -5px;
    font-size: 10px;
  }
  .hdr_btn_sec {
    margin-left: 30px;
  }
  .hdr_btn_sec a {
    font-size: 16px;
  }
  .treatment-left-content{

      padding-right: 50px;
      padding-left: calc((100vw - 1116px) / 2);
  }
  .meraki-note-wrap{
    width: 100%;
  }
  .meraki-note-wrap{
    gap: 0 10px !important;
    flex-direction: column;
  }
  .treatment_btn_wrap{
    flex-wrap: nowrap !important;
  }
  .appointment_txt h4{
    font-size: 20px;
  }
  .join_form::after{
    height: 590px;
  }
  .copyright ul li{
    font-size: 14px;
  }
  .our-partners {
    padding-top: 100px;
 }
}
@media(max-width: 1400px){
  .training-right-content{
    padding-left: 50px;
    /* padding-right: calc((100vw - 1400px) / 2); */
    padding-right: calc((100vw - 1140px) / 2);
  }
}

@media (max-width: 1279px) {
  .view_btn {
    margin-top: 56px;
  }
  .treatmnt_slider .slick-next {
    right: unset;
    top: unset;
    bottom: -10%;
    transform: translateX(-50%);
    left: 50%;
    margin-left: 50px;
  }
	@media (max-width: 1279px) {
            .treatmnt_slider .slick-next {
            right: unset;
            top: unset;
            bottom: 57%;
            transform: translateX(-50%);
            left:50%;
            margin-left: 196px;
        }
}
  .treatmnt_slider .slick-prev {
    left: 50%;
    top: unset;
    bottom: -10%;
    transform: translateX(-50%);
    margin-left: -50px;
  }
	@media (max-width: 767px) {
          .treatmnt_slider .slick-prev {
            left: 24%;
            top: unset;
            bottom: 56%;
            transform: translateX(-50%);
            margin-left: -91px;
        }
}

  .treatment-left-content{

    padding-right: 50px;
    padding-left: calc((100vw - 1116px) / 2);
 }
 .meraki-note-wrap{

    gap: 0 10px !important;


}
.treatment_btn_wrap{
  flex-wrap: nowrap !important;
}
.joinning_form {
  padding: 100px 0;
 }
 .join_lft_img {
  padding-right: 50px;
 }
 .join_form::after{
  height: 520px;
 }
}
@media(max-width: 1400px){
	.personalize-treat-content-left {
   	 	padding-left: calc((100vw - 1140px) / 2);
	}
}
@media (max-width: 1200px) {
  .about_med_drctr::after {
    width: 740px;
  }
  .meraki-note-wrap{
    width: 100%;
  }
  .join_form::after{
    height: 520px;
   }
   .join_lft_img {
    padding-right: 50px;
   }
	.personalize-treat-content-left {
   	 	padding-left: calc((100vw - 960px) / 2);
	}
	.combinable-treat-slider .slick-prev, .personalize-treat-slider .slick-prev {
    	left: -30px;
	}
	.combinable-treat-slider .slick-next, .personalize-treat-slider .slick-next {
    	right: -8px;
	}
	.treatmnt_slider .slick-prev:before, .combinable-treat-slider .slick-prev:before, .personalize-treat-slider .slick-prev:before, .treatmnt_slider .slick-next:before, .combinable-treat-slider .slick-next:before, .personalize-treat-slider .slick-next:before{
		width: 35px;
		height: 35px;
	}
	.shop-product .prouct-img a img {
		height: 270px;align-content
	}
}

@media (max-width: 1199px) {
  .hdr_logo img {
    max-width: 150px;
  }
  .hdr-menu li {
    padding: 0 7px;
  }
  .hdr_btn_sec {
    margin-left: 15px;
  }
  .hdr-menu li a {
    font-size: 13px;
  }
  .drop-down::after {
    right: 0px;
    top: 60%;
    font-size: 10px;
  }
  .hdr_btn_sec a {
    font-size: 15px;
  }
  .treatments_lft::after {
    width: 720px;
    height: 500px;
  }
  .section_title h4 {
    font-size: 22px;
  }
  .bnnr_info {
    padding: 150px 0;
  }
  .lft_img_txt {
    padding: 0 0 30px 30px;
  }
  .treatments_lft {
    padding-left: 30px;
  }
  .treatments_img {
    padding-left: 40px;
  }
  .skin_care_content {
    padding: 0 20px 0;
  }
  .join_form::after {
    width: 590px;
    height: 500px;
  }
  .join_form {
    padding-right: 100px;
  }
  .join_lft_img {
    padding-right: 50px;
  }
  .ftr_logo img {
    max-width: 270px;
  }
	@media (max-width: 1199px) {
  .ftr_logo img {
    max-width: 144px;
    width: 100%;
    height: auto;
    display: block;
  }
}
  .ftr_logo::before,
  .ftr_logo::after {
    height: 146px;
  }
  .copyright ul li {
    line-height: 24px;
  }
  .treatmnt_slider .slick-prev:before,
  .treatmnt_slider .slick-next:before {
    background-size: 20px;
  }
  .beauty_solution_card {
    padding: 30px 25px;
  }
  .story_img {
    margin-right: 0;
  }
  .about_med_drctr {
    padding: 0 30px;
  }
  .about_med_drctr h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .meraki-note-wrap {
    flex-direction: column;
    flex-wrap: wrap;
 }
 .treatment-left-content{
  padding:0 20px 0 !important;
 }
 .meraki-note-wrap{
  height:100%;
 }
 .treatment_btn_wrap a{
  padding: 17px 50px 17px 25px !important;
 }
 .treatment_btn_wrap {
  flex-wrap: wrap !important;
 }
	@media (max-width: 767px) {
  .treatment_btn_wrap {
    flex-wrap: wrap !important;
    padding: 8px 20px;
  }
}

 .text-ribbon{
  margin-top:-140px;
 }
 .appointment_txt h4{
  font-size: 17px;
}
.join_form::after{
  height: 590px;
}
.copyright ul li{
  font-size: 14px;
 }
 .appointment_txt span{
  font-size:18px;
 }
 .work_card_img::before{
  width: 80px;
  height: 80px;
  min-width: 80px;
 }
 .work_card_img::after{
  width: 68px;
    height: 68px;
    min-width: 68px;
 }
 .training-right-content{
  padding-right: calc((100vw - 960px) / 2);
  padding-left: 15px;
}
}

@media (max-width: 991px) {
  .close-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 35px;
  }
  .close-menu svg {
    color: #132742;
    font-size: 23px;
  }
  .mob-menu {
    display: block;
  }
  .mob-menu a {
    color: #132742;
    font-size: 23px;
  }
  .menu-sec {
    position: fixed;
    width: 340px;
    /* height:100%; */
    z-index: 99;
    top: 0;
    /* left: 0; */
    left: 0;
    background-color: #fff;
    padding-top: 60px;
    transition: 0.5s;
    transform: translateX(-100%);
    /* position:relative; */
    height: 100%;
  }
  .hdr-menu-sec .hdr-menu {
    display: flex;
    flex-direction: column;
  }
  .hdr-menu li {
    padding: 10px 40px 10px 15px;
  }
  .hdr-menu-sec {
    flex-direction: row-reverse;
    gap: 15px;
  }
  .hdr-menu li a {
    font-size: 15px;
  }
  .hdr_btn_sec {
    margin-left: 0;
  }
  .bottom_head {
    padding: 2px 0;
  }
  .drop-down::after {
    right: 15px;
    top: 60%;
    font-size: 15px;
  }
  .section-title h1 {
    font-size: 60px;
    line-height: 65px;
  }
  .lft_img_txt p {
    margin-bottom: 0;
  }
  .lft_img_txt {
    padding: 0 0 10px 10px;
  }
  .section_padding {
    padding: 70px 0;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .page_btn {
    padding: 17px 56px 17px 20px;
  }
  .page_btn:hover {
    padding-left: 40px;
    padding-right: 70px;
  }
  .treatments_img {
    padding-left: 0px;
  }
  .how_it_works_row {
  }
  .how_it_works_row .col-md-6 {
    display: flex;
    padding-bottom: 25px;
  }
  .join_form {
    padding-right: 20px;
  }
  .join_lft_img {
    padding-right: 20px;
  }
  .ftr_logo::before,
  .ftr_logo::after {
    display: none;
  }
  .nws_lttr_sec {
    padding: 0;
  }
	@media (max-width: 767px) {
  .nws_lttr_sec {
    padding-left: 8px;
    padding-right: 31px;
  }
}

  .footer-sec .top-ftr .row {
    gap: 15px;
  }
  .top-ftr {
    padding-bottom: 60px;
  }
  .mddl_ftr {
    padding: 60px 0 105px;
  }
  .ftr_menu {
    justify-content: flex-start;
    margin-top: 0;
  }
  .about {
    margin-bottom: 30px;
  }
  .footer-sec {
    padding: 50px 0 0;
  }
  .copyright ul li {
    font-size: 14px;
  }
  .copyright ul {
    justify-content: center;
  }
  .designed_by_txt {
    justify-content: center;
    margin-top: 20px;
  }
  .option-wrapper {
    gap: 20px;
    margin-top: 20px;
  }
  .our_story {
    padding: 0;
  }
  .our_story::before {
    width: 45%;
  }
  .faq_wrap .accordion-item .accordion-header button {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0;
  }
  .faq_wrap .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .faq_wrap .accordion-item .accordion-header button::after {
    background-size: 15px !important;
  }
  .video-wrapper {
    margin-top: 45px;
  }
  .vdo_btn a {
    width: 100px;
    height: 100px;
  }
  .play-icon::after {
    font-size: 40px;
  }
  .about_med_drctr::after {
    width: 540px;
    height: 700px;
  }
  .tab_links button {
    font-size: 22px;
    padding: 13px 20px;
  }
  .skin_care_wrap{
    align-items: flex-start;
  }
  .text-ribbon{
    margin-top:0;
  }
  .skin_pen .row{
    align-items:flex-start !important;
  }
  .appointment_innr {
    margin-bottom:40px;
  }
  .add_on_dtls_innr{
    padding:20px;

  }
  .add_on_txt{
    margin-left:20px;
  }
  .add_on_img img {
    max-width: 60px;
 }
 .step_num{
  width: 60px;
    height: 60px;
    margin-bottom: 10px;
 }
 .step_num h4{
  font-size: 35px;
 }
 .training-right-content {
  padding-right: calc((100vw - 720px) / 2);
}
.training-partner-sec{
margin: 70px 0;
}
.training-seminar ul li{
flex-basis: calc(100% - 1rem);
}
.mddl_ftr .about p {
  font-size: 16px;
  line-height: 26px;
 }
 .ftr_menu ul li {
  padding-bottom: 20px;
 }
 .mddl_ftr .about span{
  margin-bottom: 15px;
 }
.personalize-treat-content-left {
   	padding-left: calc((100vw - 720px) / 2);
}
.hydrafacial-img-wrap .hydrafacial-small-img {
	max-width: 210px;align-content
}
}

@media (max-width: 767px) {
  .hdr_logo img {
    max-width: 120px;
  }
  .hdr-menu-sec {
    gap: 5px;
  }
  .hdr_btn_sec a {
    font-size: 15px !important;
    padding:10px 15px !important;
  }
  .our-partners .partner-item {
    max-width: 120px;
    min-height: 80px;
  }
  .skin_care_img_wrap {
    display: block;
  }
  .skin_care_left_img {
    width: 100%;
  }
  .skin_care_right_content {
    width: 100%;
    padding-right: 15px;
    padding-top: 25px;
  }
  .treatments_lft::after {
    width: 100%;
    height: auto;
    display: none;
  }
  .btn_wrap {
    flex-direction: column;
  }
	@media (max-width: 767px) {
    .btn_wrap {
        flex-direction: column;
        padding: 8px 20px;
    }
}
  .bnnr_info {
    padding: 105px 0 50px;
  }
  .page_btn {
    padding: 15px 30px 15px 20px;
    font-size: 14px;
  }
  .hdr_btn_sec a img {
    margin-right: 3px;
  }
  .section_padding {
    padding: 50px 0;
  }
	@media (max-width: 767px) {
    .section_padding {
        padding: 21px 0;
    }
}
  .lft_img {
    margin-bottom: 25px;
  }
  .treatments {
    padding-top: 0;
  }
  .treatments_lft {
    padding-left: 0;
    padding-bottom: 50px !important;
  }
  .page_btn::after {
    right: 6%;
  }
  .section_title {
    text-align: left;
    padding-bottom: 25px;
  }
	@media (max-width: 767px) {
    .section_title {
        text-align: left;
        padding-top: 0PX;
        padding-bottom: 25px;
    }
}
	.section_title_new {
  font-family: "El Messiri", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 35px;
  color: #000;
  text-align: left;
  padding-top: 0;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
    .section_title_new {
        padding-top: 32px;
    }
}
  .login_link {
    margin-right: 0;
  }
  .section_title h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .book_btn_sec {
    margin-top: 20px;
  }
  .join_form::after {
    display: none;
  }
  .join_head {
    padding-bottom: 0;
  }
  .join_form {
    margin-top: 30px;
  }
  .view_btn {
    text-align: left;
  }
  .treatmnt_slider .slick-prev,
  .treatmnt_slider .slick-next {
    margin-bottom: 10px;
  }
  .book_btn_sec {
    text-align: left;
  }
  .card_left {
    width: 100%;
    flex: 0 0 100%;
  }
  .card_right {
    width: 100%;
    flex: 0 0 100%;
  }
  .beauty_solution_card {
    flex-wrap: wrap;
  }
  .tab_content {
    margin-top: 0;
  }
  .tab_links {
    flex-direction: column;
  }
  .join_lft_img {
    padding-right: 0;
  }
  .beauty_solution {
    min-height: auto;
  }
  .beauty_swolution_tab_sec {
    padding: 50px 0;
  }
  .beauty_solution_card {
    padding: 30px 0;
    max-width: none;
    width: 100%;
  }
	@media (max-width: 767px) {
    .beauty_solution_card
 {
        padding: 50px 0;
        max-width: none;
        width: 100%;
        padding-left: 24px;
	   padding-right: 24px;	
    }
}
  .tab_links button {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
  }
  .about_med_drctr::after {
    display: none;
  }
  .top_head p {
    font-size: 14px;
  }
  .inner_banner-wrap {
    height: auto;
	  padding-top: 100px;
  }
  .inner_bnnr_info h2 {
    font-size: 45px;
    line-height: 45px;
  }
	@media (max-width: 767px) {
    .inner_bnnr_info h2 {
        padding-top: 20px;
        font-size: 43px;
        line-height: 45px;
    }
}
  .breadcrumb li,
  .breadcrumb li a {
    font-size: 14px;
  }
  .about_med_drctr {
    padding: 0;
  }
  .med_drctr_img {
    padding-top: 40px;
  }
  .vdo_btn a {
    width: 80px;
    height: 80px;
  }
  .play-icon::after {
    font-size: 30px;
  }
  .mddl_ftr {
    padding: 30px 0;
  }
  .ftr_menu {
    margin-top: 0;
  }
  .ftr_menu ul li {
    padding-bottom: 15px;
  }
  .get_to_know_head {
    padding-bottom: 10px;
  }
  .faq_wrap .accordion-item .accordion-header button {
    font-size: 18px;
  }
  .faq_wrap .accordion-item .accordion-body p {
    font-size: 15px;
  }
  .faq_wrap .accordion-item .accordion-body {
    padding: 5px 0 15px;
  }
  .faq_wrap .accordion-item .accordion-header button::after {
    background-size: 10px !important;
  }
  .faq_right {
    margin-left: 0;
  }
  .copyright ul {
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
  }
  .copyright ul li:not(:last-child) {
    border-right: 0;
    padding: 0;
    margin: 0;
  }
  .section-title h3 {
    font-size: 27px;
    line-height: 35px;
  }
  .joinng_form input,
  .joinng_form input:focus {
    padding: 15px 15px 15px 0;
  }
  .section-title h1 {
    font-size: 50px;
    line-height: 55px;
  }
	@media (max-width: 767px) {
    .section-title h1 {
        font-size: 32px;
        line-height: 41px;
        margin-top: 20px;
    }
}
  .page_bnnr {
    min-height: 400px;
  }
  .treatment_btn_wrap a{
    width:100%;
  }
  .book_consult_row::after{
    display:none;
  }
  .beauty_skin .story_txt{
    margin-top:35px;
  }
  /* .top-ftr .row .col-md-12:first-child{
    order:2;
  }
  .top-ftr .row .col-md-12:nth-child(2){
    order:1;
  }
  .top-ftr .row .col-md-12:nth-child(3){
    order:3;
  } */
  .skin_pen_head{
    margin-top:40px;
    padding-bottom:10px;
  }
  .skin_pen .row .col-md-6 {
  padding:0 12px;
 }
 .appointment_innr{
  flex-wrap:no-wrap;
  flex-direction:row;
 }
 /*--.appointment_txt{
  flex: 0 0 auto;
    width: 100%;
    margin-top: 40px;
    margin-left:0;
 }
 .appointment_img {
  flex: 0 0 auto;
  width: 100%;
  justify-content:flex-start;
 }
 .work_card_img::before{
  left: 6%;

 }
 .work_card_img::after{
  left:6%;
 }---*/
 .skin_prep_step_innr {
  text-align: left;
 }
 .appointment_txt{
  padding-bottom: 10px;
 }
 .training-partner-sec{
  margin: 50px 0;
}
.training-seminar ul li{
  flex-basis: calc(100% - 1rem);
}
.training-seminar h6{
  padding-bottom: 0px;
}
.luck-content-wrap{
  padding-right: 0px;
}
.blog_list_head{
  padding-bottom:0;
 }
 .blog_title h4{
  max-width:none;
 }
 .blog_title{
  padding-bottom:0;
 }
 .treatmnt_img a{
  display:inline;
 }
 .luxury_head h5{
  margin-bottom:20px;
 }
 .treatmnt_slider .slick-prev:before,.treatmnt_slider .slick-next:before{
  width: 30px;
  height: 30px;
 }
 .rght_img_wrap{
  gap:0;
 }
.personalize-treat-content-left {
     padding-left: calc((100vw - 540px) / 2);
  }
	.step_txt p{
		max-width: 100%;
	}
	.how-works-title h2, .hydra-video-content h2{
		font-size: 45px;
        line-height: 48px;
        text-align: center;
        max-width: 100%;
		padding: 0 10px;
	}
	.hydra-instra-sec, .combinet-treat-sec{
		padding-bottom: 50px;
	}
	.shop-product .prouct-img a img {
    	height: 310px;
	}
}

@media(max-width: 576px){
	.discover-hydrafacial-wrap, .discover-hydrafacial-border1{
		padding: 0 5px;
	}
	.discover-hydrafacial-border1, .discover-hydrafacial-border2{
		top: 5px;
	}
	.discover-hydrafacial-border2{
		padding: 25px 20px 25px;
	}
	.personalize-treat-content-right{
		display: none;
	}
	.personalize-treat-content-left{
		width: 100%;
		padding: 50px 15px;
	}
	.combinable-treat-slider .slick-prev, .personalize-treat-slider .slick-prev, .combinable-treat-slider .slick-next, .personalize-treat-slider .slick-next{
		display: none !important;
	}
	.combinable-treat-box a img, .combinable-treat-box a{
		width: 100%;
	}
	.detail-faq-sec .section_title{
		padding-bottom: 0px;
	}
	.shop-product .prouct-img a img {
		height: 400px;align-content
	}
}


/* Treatment Fetching Data */

.cart_ttl{
margin-bottom:20px;
}

.treatment_container{
padding:0% 8%;
}
#content-display{
padding:15px;
/*background:#EEE0DC;*/
font-size:20px;
}
#content-display h3{
font-size:34px;
font-weight:600;
margin-bottom:20px;
text-decoration:underline;
}
.treatment-item{
 display:flex;
 margin-bottom: 15px;
}
.item_image{
width:15%;
margin:0 auto;
}
.item_image img{
border-radius:10px;
border:1px solid #CCCCCC;
}
.item_details{
width:80%;
margin:0 auto;
}
.item_details h4{
font-size:26px;
font-weight:600;
}
.item_details p{
 margin-bottom:15px;
}
.treat-btn{
    background-color: var(--primary-btn) !important;
    border-radius: 4px !important;
    color: var(--btn-color) !important;
    padding: 17px 56px 17px 36px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--bodyfontfamily) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 15px !important;
    position: relative;
    transition: all 400ms ease-in-out;
    white-space: nowrap;
}

/* New Header css responsive */
@media (max-width:1200px){
    .site_header {
        padding: 0px 0px;
   }
    .btnToggle{
        position: absolute;
        right: 15px;
   }
    .btnToggle {
        height: 32px;
        width: 36px;
        top: 60%;
        cursor: pointer;
        position: absolute;
        transform: translateY(-50%);
   }
.btnToggle span, .btnToggle span::before, .btnToggle span::after {
        background:#000;
        content: '';
        position: absolute;
        width: 40px;
        height: 4px;
        margin-top:10px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotateY(180deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
   }
	@media (max-width: 767px) {
  .btnToggle span,
  .btnToggle span::before,
  .btnToggle span::after {
    background-color: #fff;
  }
}

    .btnToggle span::before {
        margin-top:-10px;
   }
    .btnToggle span::after {
        margin-top:10px;
   }
    .btnToggle.active span {
        background: transparent;
   }
    .btnToggle.active span::before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
   }
    .btnToggle.active span::after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
   }
    .btnToggle.active {
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
   }
    .btnClose {
        color: #000;
   }
    .mobile_menu_wrap {
        position: fixed;
        width: 100%;
        height: 0px;
        overflow: hidden;
        left: 0px;
        top: 125px;
        background: #fff;
        padding: 0px 30px;
        transition: height linear .4s;
   }
	.fixedHeader .mobile_menu_wrap{
		top: 76px;
	}
	.main_menunav ul li a{
		color: #000;
	}
   .mobile_menu_wrap.dropNav {
    height: 100vh;
    overflow: auto;
    padding-bottom: 50px;
}
    .main_menunav {
        width: 100%;
   }
    .main_menunav ul li {
        display: block;
        text-align: left;
        margin: 10px 0px;
        position: relative;
   }
    .site_header .header_action {
        flex-wrap: wrap;
   }
    .site_header .header_action .select-lang-wrap {
        width: 100%;
   }
    .select-lang-wrap .select_lang{
        width: 100%;
   }
    .header_action .btn_panel {
        width: 100%;
        display: block;
        margin: 25px 0px;
   }
    .header_action .btn_panel .btnShop {
        display: block;
        margin: 0px;
   }
}
@media (min-width:1201px){
    .btnToggle{
        display: none;
   }
    .btnClose {
        display: none;
   }
}
@media (max-width:767px) {
    .site_header {
        padding: 15px 0px;
        height: auto;
   }
    .site_header.fixedHeader {
        height: auto;
   }
}
/* For mobile view only */
@media (max-width: 767px) {
  .site_header.fixedHeader {
    background-color: #000 !important;
  }
}

@media (min-width:1601px){
    .main_menunav ul li a {
        font-size: 18px;
   }
   
}
@media(max-width:1024px)
{
    .main_menunav .menu li .sub-menu {
        box-shadow: none !important;
        visibility: visible;
        display: none;
        position: relative;
        margin: 0px;
    }
    .dropdown-btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        border: 1px solid #222;
        border-radius: 4px;
        position: absolute;
        text-align: center;
        right: 0px;
        top: 12px;
    }

   .sub-menu li > .dropdown-btn {
    display: none;
   } 

   .dropdown-btn .fa-minus {
    display: none;
   }
   .dropdown-btn.open .fa-plus {
    display: none;
   }
   .dropdown-btn.open .fa-minus{
    display: block;
    margin-top: 4px;
    margin-left: 4px;
   }
}

@media (min-width:1025px){
    .main_menunav .menu li .sub-menu{
        position: absolute;
        padding: 10px 10px;
        box-shadow: 0px 0px 14px rgba(0,0,0,.15);
        background: #fff;
        border-radius: 5px;
        visibility: hidden;
        transform: translateY(20px);
        transition: transform .5s;
        opacity: 0;
        min-width: 250px;
     }
     .main_menunav .menu li .sub-menu li{
         display: block;
     }
     .main_menunav .menu li:hover .sub-menu {
         visibility: visible;
         transform: translateY(0px);
         opacity: 1
     }
    .dropdown-btn {
        display: none;
    }
    
}

.beauty_swolution_tab_sec{display:none;}
#dynamic-text{display:inline-block;padding:0;width:auto;}
#dynamic-text:after{background:transparent;}
.toggle-checkbox{display:none;}
#typewriter_2, .blinking-cursor{display:none;}

.subttl{
width:max-content;
}
#dynamic-text1:after{width:100%;height:36px;}


/* ============================
   Blog Pagination Styling
   ============================ */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0 20px;
}

.pagination-wrapper .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background-color: #f5f5f5;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
  background-color: #d9b89a; /* light beige/golden tone to match spa theme */
  color: #fff;
}

.pagination-wrapper .page-numbers.current {
  background-color: #b28567; /* active color */
  color: #fff;
  cursor: default;
}

.pagination-wrapper .prev,
.pagination-wrapper .next {
  font-weight: 600;
  text-transform: uppercase;
}

.pagination-wrapper .prev:hover,
.pagination-wrapper .next:hover {
  background-color: #b28567;
  color: #fff;
}

/* Make sure it's nicely centered and responsive */
@media (max-width: 768px) {
  .pagination-wrapper .page-numbers {
    padding: 8px 14px;
    font-size: 14px;
  }
}
