:root { 
  --bs-primary: #FFECF1;
  --bs-secondary:#FFECF1;
  --text-primary:#7C358B;
  --white:#FFFFFF;
  --black:#1B1D21;
  --pink-01: #FFE4EB;
  --pink-02:#FDF4F8;
  --pink-03:#EFD0D000;
  --pink-04:#C25278;

  --root-font: 10px;
}
html{
  font-size:var(--root-font);
}

body{
  /*font-family: 'Rubik', sans-serif;*/
  font-family: 'Quicksand', sans-serif;
  background-color: #FCF0FF;
}
#page-top{overflow-x: hidden!important;}

@font-face {
  font-family: 'gothambold';
  src: url('fonts/gothambold-webfont.eot');
  src: url('fonts/gothambold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/gothambold-webfont.woff2') format('woff2'),
       url('fonts/gothambold-webfont.woff') format('woff'),
       url('fonts/gothambold-webfont.ttf') format('truetype'),
       url('fonts/gothambold-webfont.svg#gothambold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamlight';
  src: url('fonts/gothamlight-webfont.eot');
  src: url('fonts/gothamlight-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/gothamlight-webfont.woff2') format('woff2'),
       url('fonts/gothamlight-webfont.woff') format('woff'),
       url('fonts/gothamlight-webfont.ttf') format('truetype'),
       url('fonts/gothamlight-webfont.svg#gothamlight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothammedium';
  src: url('fonts/gothammedium-webfont.eot');
  src: url('fonts/gothammedium-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/gothammedium-webfont.woff2') format('woff2'),
       url('fonts/gothammedium-webfont.woff') format('woff'),
       url('fonts/gothammedium-webfont.ttf') format('truetype'),
       url('fonts/gothammedium-webfont.svg#gothammedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url('fonts/gothambook-webfont.eot');
  src: url('fonts/gothambook-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/gothambook-webfont.woff2') format('woff2'),
       url('fonts/gothambook-webfont.woff') format('woff'),
       url('fonts/gothambook-webfont.ttf') format('truetype'),
       url('fonts/gothambook-webfont.svg#gothambook') format('svg');
  font-weight: normal;
  font-style: normal;

}
/*Common Style*/
.primary-bg { 
    background-color: var(--bs-primary);
  }
.secondary-bg { 
  background-color: var(--bs-primary);
}
.text-color{
  color: var(--text-primary);
}
.font-l{
  font-family: 'gothamlight';
}
.font-m{
  font-family: 'gothammedium';
}
.font-b{
  font-family: 'gothambold';
}
.font-book{
  font-family: var(--font-book);
}
#mainNav.navbar-shrink{
  background-color: var(--bs-primary);
}
#mainNav .navbar-brand{
  padding: 0rem;
  max-width: 15rem;
  margin: 0 auto;
}
.masthead {
  padding-top: calc(3rem + 104px);
  padding-bottom: 1rem;
}
.masthead .masthead-avatar{
  width: 100%;
}
.container.main-nav{
  max-width: 132rem;
}

.page-section{
  padding: 2rem 0;
}
.w140{
  max-width: 140rem;
  margin: 0 auto;
} 
.w140{
  max-width: 140rem;
  margin: 0 auto;
}
.w153{
  max-width: 153rem;
  margin: 0 auto;
}
.w162{
  max-width: 162rem;
  margin: 0 auto;
}
.w190 {
    max-width: 190rem;
    margin: 0 auto;
}
.bg-transparent{
  background: transparent;
}
.ping-01{
  /*background: var(--pink-01);*/
  background: rgb(248,228,196)!important;
  background: linear-gradient(90deg, rgba(248,228,196,1) 0%, rgba(255,234,250,1) 90%)!important;
  border-radius: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
  flex-direction: column;
  position: relative;
}
.ping-02{
  /*background: var(--pink-02);*/
  background: rgb(248,228,196)!important;
  background: linear-gradient(90deg, rgba(248,228,196,1) 0%, rgba(255,234,250,1) 90%)!important;
  border-radius: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
  flex-direction: column;
}

.bg-gradient{
  background: rgb(248,228,196)!important;
  background: linear-gradient(90deg, rgba(248,228,196,1) 0%, rgba(255,234,250,1) 90%)!important;
}

#mobile-hero-section{display: none;}
#desktop-hero-section{display: block;}

/* ================= Hero Slider Start ================= */
.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.hero-slider {
    display: table;
    width: 100%;position: relative;
    height: 70vh;color: #fff;
}
.hero-slider-bg {
    display: table-cell;
    vertical-align: middle;
    color: #a02d3c;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}
.hero-slider-bg h1 {
    letter-spacing: 2px;
    color: #7c358b;
    font-size: 55px;
    margin-bottom: 0px;
    /* padding-top: 15px; */
}
.hero-slider-bg h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding-top: 25px;
}
.hero-slider-bg h3 span {
    color: #7c358b;
    font-weight: 700;
}
.hero-slider-bg h4 {
    font-size: 35px;
    font-weight: 600;
    color: #7C358B;
}
.hero-slider-bg img {
    width: 180px;
    margin-left: 14%;
    margin-top: -30px;
}
.pink-default {
    color: #a02d3c;
}
.hero-slider-bg p {
    font-size: 18px;
    font-weight: 600;
    /*letter-spacing: 0.8px;*/
    color: #000;
}
.hero-slider-bg button {
    font-weight: 400;
    background: transparent;
    border: 1px solid #a02d3c;
    border-radius: 50px;
    color: #a02d3c;
    padding: 10px 20px;
    margin-top: 15px;
    position: relative;
    z-index: 9999;
}
.hero-slider-bg button a:hover{
  color: #A02D3C;
}
.bikini-content.bikini-main-middle img {
    width: 100%;
}
.tight-bright h5 {
    font-size: 22px;
    color: #2B0C31;
    padding: 15px 0;
}
.tight-bright p {
    font-size: 18px;
    color: #2B0C31;
    font-weight: 500;
}

.power-benifits {
    padding: 15px 0px;
}
.bg-gradient-white {
    border-radius: 25px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgb(255 255 255 / 15%) 0%, rgb(255 255 247) 100%);
}
.dual-power-inner {
    background: rgb(253,239,229);
    background: linear-gradient(42deg, rgb(253 239 229 / 80%) 29%, rgb(245 216 252) 100%);
    text-align: center;
    border-radius: 10px;
    padding: 25px 5px;
    margin-top: 15px;
}
.dual-power-inner h5 {
    font-size: 18px;
    font-weight: 700;
    color: #2B0C31;
    padding: 15px 0px;
    margin: 0;
}
.dual-power-inner p {
    font-size: 18px;
    color: #7C358B;
    font-weight: 500;
}
.dual-power-img {
    background: #ffffff;
    width: 110px;
    border-radius: 50%;
    margin: 0 auto;
}
.dual-power-img img {
    height: 110px;
    padding: 20px;
}
.bg-white-card {
    background-color: #ffffff;
}
.about-thermage .thermages-about {
    padding: 40px;
    border-radius: 10px;
}
.thermages-about h3 {
    font-size: 3.7rem;
    color: var(--text-primary);
    margin: 0;
    padding: 0px 0 15px 0;
    font-weight: 600;
}
.thermages-about p {
    font-size: 18px;
    color: #7C358B;
    font-weight: 500;
}
.aboutImg img {
    width: 80%;
    padding: 0px 0 10px 0;
    float: right;
}
.aboutImgs img {
    width: 80%;
    padding: 0px 0 10px 0;
}
#celebrities-thermage {
    padding: 80px 0;
}
.clear-brilliant h3 {
    font-size: 3.7rem;
    color: var(--text-primary);
    margin: 0;
    padding: 0px 0 15px 0;
    font-weight: 600;
}
.clear-brilliant p {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.clear-aboutImg img {
    width: 100%;
}
.clear-brilliant {
    padding: 15px 50px;
}
.clear-brilliant2 {
    padding: 15px 50px 15px 0;
}
.about-clear-brilliant {
    padding: 60px 0;
}

.aboutus-outer {
    text-align: left;
    padding: 10px 40px;
}
.aboutus-outer h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.aboutus-outer h3 {
    color: #7c358b;
    font-size: 3.0rem;
    padding: 15px 0 40px 0px;
    font-weight: 600;
}
.aboutus-outer .about-icons img {
    width: 105px;
}
.aboutus-outer .about-icons h4 {
    font-size: 2.8rem;
    color: #7c358b;
    padding: 0px 15px 0;
    font-weight: 600;
}
.aboutus-outer .about-icons p {
    color: #000000;
    font-size: 2rem;
    font-weight: 600;
    padding: 0px 0px 15px 15px;
}
span.embark-bold {
    font-weight: 700;
    font-size: 22px!important;
}
.embark-section
{
    padding: 60px 0;
}


table#resizeMe {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.65);
    box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.65);
    border-radius: 15px;
}
#header-row {
    background: #7c358b;
    line-height: 6rem;
    border: 0px solid!important;
}
#header-row th {
    font-size: 24px;
    color: #ffffff;
}
.laserVswax tbody, td, tfoot, th, thead, tr {
    border-style: solid;
    border-width: 0;
    /*border: 1px solid;*/
    padding: 10px 45px!important;
    font-size: 22px;
    color: #7c358b;
    font-weight: 600;
    text-align: left;
}
.border-none {
  border-collapse: collapse;
  border: none;
}

.border-none td {
  border: 1px solid black;
}

.border-none tr:first-child td {
  border-top: none;
}

.border-none tr:last-child td {
  border-bottom: none;
}

.border-none tr td:first-child {
  border-left: none;
}

.border-none tr td:last-child {
  border-right: none;
}
.Unlocking-superior {
    padding: 60px 0;
}
.Unlocking-superior .Superior-title h3 {
    font-size: 28px;
    font-weight: 700;
}
.Unlocking-superior .Superior-title p {
    font-size: 24px;
    font-weight: 500;
    padding-top: 25px;
    color: #000000;
    padding-bottom: 20px;
}
.Unlocking-superior .Skin-tightening {
    padding: 40px;
}
.bg-white-card {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.65);
    box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.65);
    border-radius: 15px;
}
.Superior-Img img {
    width: 60%;
}
.Superior-Img {
    text-align: center;
}
.Superior-text h3 {
    font-size: 26px;
    font-weight: 600;
    color: #7c358b;
    padding-bottom: 15px;
}
.Superior-text p {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.pdb-30{padding-bottom: 30px;}
.pdt-30{padding-top: 30px;}



/*--Hero Banner Start--*/
.hero-banner{height: 100vh; display:table;width:100%;color:#fff;}
.hero-banner-inner{display:table-cell;vertical-align:middle;}
/* .hero-banner-inner.overlay{background: rgba(0, 0, 0, 0.8);} */
.hero-banner-inner h1 {font-size: 38px;text-transform: uppercase;}
/*----*/
.home-objective{
    position: relative;
}
/*--Add Patttern--*/
.add-pattern-right{position: relative;}
/*--Video css--*/
/* .video-block {
    position: relative;
} */
.video-block > img {
    width: 100%;
}
.video-block .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
/* .video-block .play-icon.right-shift{
    bottom: 100px;
    right: 100px;
    left: auto;
    top: auto;
} */
a.play-icon {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
}
.video-block .play-icon:hover{
    background: #dbdadb;
}
.video-block .play-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.b-profile .swiper-slide .m-personCard__image {
    opacity: 1 !important;
}
.height-space {
    min-height: 250px;
}
.different-block {
    background: #CFE8E9;
}
.slider-up-100{margin-bottom: 100px;}
.main-nav-top {
    position: absolute;
    z-index: 999;
    top: 5%;
    left: 4%;
    width: 155px;
}

/* ================= Hero Slider End ================= */



/* ================= Hero Slider Start ================= */
.best-side-img {
    position: relative;
}
/*.hero-slider:before {
    content: "";
    position: absolute;
    top: 0;
    right: 11%;
    background: url(../img/Offer.png);
    background-repeat: no-repeat;
    background-position: center right;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-size: 15% 39%;
}*/
@keyframes beat{
    to { transform: scale(1.1); }
}

.best-side-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    background: url(../img/hero-girl.webp);
    background-repeat: no-repeat;
    background-position: center right;
    height: 100%;
    width: 100%;
    z-index: 99;
    position: absolute;
    bottom: 0;
    background-size: 35% 100%;
}

/* ================= Hero Slider End ================= */
.pdtb-5 {
    padding: 12px 0 7px;
}
#introduction {
    margin: 40px 0;
    border-radius: 0;
}
.why-lhr-outer {
    padding-bottom: 50px;
}
.hero-slider-bg button a {
    text-decoration: none;
    font-size: 20px;
    margin: 0;
}
.whatsapp-scroll img {
    width: 180px;
}
.apponment{
  position: relative;
}
.whatsapp-scroll {
  position: fixed;
  bottom: 33rem;
  right: 20px;
  z-index: 9999;
  margin: auto 0;
  border: aliceblue;
  left: auto;
  display: flex;
  align-items: center;
  width: auto;
}
.whatsapp-scroll a{
  margin: 0;
    /*background: var(--text-primary);
    color: var(--pink-01);
    border-radius: 1rem 0 0 1rem;
    padding: 1rem;
    text-decoration: none;
    font-size: 1.6rem;
    width: 13rem;
    text-align: center;*/
}
.apponment-scroll {
    position: fixed;
    bottom: 25rem;
    right: 20px;
    z-index: 9999;
    margin: auto 0;
    border: aliceblue;
    left: auto;
    display: flex;
    align-items: center;
    width: auto;
}
.apponment-scroll a {
    margin: auto 0;
    background: var(--text-primary);
    color: #ffffff;
    border-radius: 10rem 10rem;
    padding: 2rem 0;
    text-decoration: none;
    font-size: 1.8rem;
    width: 25rem;
    text-align: center;
}
.calling-scroll-fixed {
    position: fixed;
    bottom: 44rem;
    right: 20px;
    z-index: 1;
    margin: auto 0;
    display: flex;
    width: auto;
}
.calling-scroll-fixed a {
    background: rgb(255,255,255);
    color: #990037;
    border-radius: 10rem 10rem;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    margin-right: 0;
    box-shadow: 0 0 2px #6c757d;
}
.calling-scroll-fixed a i {
    background: #ffdec8;
    border-radius: 50px;
    padding: 10px;
}
.calling-scroll-fixed img {
    background: #ffdec8;
    border-radius: 50px;
    padding: 10px;
    margin-left: 5px;
    height: 50px;
}
/*.laserVswax tbody, td, tfoot, th, thead, tr {
    border-style: solid;
    border-width: 0;
    border: 1px dotted;
    padding: 10px 45px;
    font-size: 20px;
    text-align: center;
    color: #990037;
    font-weight: 600;
}
.laserVswax th {
    background: #990037;
    color: #fff;
}
tr.total-cost-title td {
    font-size: 20px;
}*/
.laserVswax h4 {
    font-size: 32px;
    color: #990037;
    text-align: center;
    padding-bottom: 30px;
}
.save-btn {
    text-align: center;
}
.save-btn button {
    font-weight: 600;
    background: #ffffff;
    border: 0px;
    border-radius: 50px;
    color: #a02d3c;
    padding: 10px 40px;
    margin-top: 25px;
    position: relative;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.save-btn button p {
    text-align: center;
    font-size: 30px;
}
section.bg-grey {
    background: #dee2e640;
}
.chanel-testimonials {
    background: #fff;
    margin-top: 25px;
}








.accordion-item:last-of-type .accordion-collapse{
  border-radius: 2.3rem;
}
.pink-02-gradient{
  /*background: transparent linear-gradient(180deg, var(--pink-01) 0%, var(--pink-02) 44%, var(--pink-03) 100%) 0% 0% no-repeat padding-box;
  */
  background: rgb(248,228,196)!important;
  background: linear-gradient(90deg, rgba(248,228,196,1) 0%, rgba(255,234,250,1) 90%)!important;
  border-radius: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
  flex-direction: column;
}
.per-session{
  background: var(--white);
  border-radius: 1.8rem;
  padding: 1.5rem 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.inner-text{ 
  color: var(--text-primary);
  font-size: 2.5rem;  
  line-height: 30px;
  text-align: center;
}
.inner-text-3rem{ 
  color: var(--text-primary);
  font-size: 3rem;  
  line-height: 3.3rem;
  text-align: center;
  padding: 3rem 0rem 5rem;
  margin: 0;;
}
.inner-text-left{ 
  color: var(--text-primary);
  font-size: 3rem;  
  line-height: 4rem;
  text-align: left;
  padding: 0rem 0rem 1rem;
  margin: 0;;
  font-family: var(--font-book);
}
.inner-text span{
  font-size: 3.0rem;
  /*font-size: 3.5rem;*/    
}
.bikini-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0rem 0rem 5rem;
}
.bikini-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
} 
.bikini-main-left{
  flex-direction: column;
  display: flex;
  /*border-bottom: 2px solid var(--text-primary);*/
  justify-content: left;
}
.bikini-main-left:last-child{
  border-bottom: 0px solid var(--text-primary);
}
.bikini-main-left span{
  font-size: 3.0rem;
  font-weight: 500;
  color: var(--black);
  line-height: normal;
}
.bikini-main-left text {
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: normal;
}
.introduce{
  text-align: center;
}
.introduce h2 {
    font-size: 3.7rem;
    color: var(--text-primary);
    margin: 0;
    padding: 15px 0;
    font-weight: 600;
}
.introduce p{
  font-size: 7rem; 
  color: var(--text-primary);
  font-family: var(--font-l);
  margin: 0;
}
.introduce-laser-pink {
    /* max-width: 110rem; */
    /* margin: 0 auto; */
    padding: 2rem;
    background: #ffffff!important;
}
.introduce-laser{
  text-align: center;
}
.introduce-laser h3{
  font-size: 3.4rem; 
  color: var(--text-primary);
  margin: 0;
}
.introduce-text {
    padding: 7rem 0;
    margin-top: 40px;
}
.introduce-text p{ 
  color: var(--text-primary);
  font-family: var(--font-l);
  margin: 0 5rem; 
    font-size: 2.2rem; 
    text-align: center;
    padding: 2rem 0 0rem;
}
.introduce-text p span{
  font-family: var(--font-m);
}
/*.content-text {
    text-align: center;
    font-size: 2.4rem;
    color: var(--text-primary);
    margin-top: -5rem;
    padding: 5rem 0 2rem;
    margin-bottom: 3rem;
}*/
.redefine-lhr p {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: var(--text-primary);
}
.redefine-lhr h2 {
    font-size: 3.2rem;
    color: var(--text-primary);
    margin: 0;
    padding: 10px 0;
    font-weight: 700;
    text-align: center;
}
.unique-approach {
    display: flex;
    align-items: center;
}
.unique-img {
    background: linear-gradient(90deg, rgba(248,228,196,1) 0%, rgba(255,234,250,1) 90%)!important;
    /* width: 110px; */
    /* height: 110px; */
    border-radius: 50%;
    float: right;
    margin-right: 20px;
}
.unique-img img {
    height: 110px;
    padding: 24px;
}
.unique-approach h5 {
    font-size: 2.3rem;
    color: var(--text-primary);
    margin: 0;
    padding: 5px 0;
    font-weight: 700;
}
.unique-approach p {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.pdt-50{padding-top: 50px;}
.why-choose-us {
    text-align: center;
}
.why-choose-us img {
    width: 90px;
    padding-bottom: 20px;
}
.why-choose-us h5 {
    font-size: 2.3rem;
    color: var(--text-primary);
    margin: 0;
    padding: 5px 0;
    font-weight: 700;
}
.why-choose-us p {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.book-patch {
    background-color: var(--text-primary);
    padding: 6px 25px;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}
.book-patch a {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 55px;
    margin-right: 0;
}


.content-text {
    text-align: center;
    font-size: 2.2rem;
    /* color: var(--text-primary); */
    margin-top: -5rem;
    padding: 5rem 0 2rem;
    margin-bottom: 3rem;
}
.content-text p:first-child {
    font-family: var(--font-book);
    background: var(--white);
    margin: 0 2rem 2rem;
    border-radius: 5rem;
    padding: 3rem 4rem;
    letter-spacing: 0.08px;
    line-height: 28px;
}
.content-text p {
    font-family: var(--font-l);
    letter-spacing: 0.08px;
    margin: 0;
    padding: 1rem 2rem;
    line-height: 28px;
}
.pink-02-gradient h2{
  font-size: 4.4rem; 
  color: var(--text-primary);
  margin: 2.5rem;
  font-family: var(--font-b);
  font-weight: 700;
}
.video-frame{
  margin: 1rem auto 3rem;
  width: 100rem;
  height: 62rem;
  border-radius: 4rem;
  overflow: hidden;
}
/*Accordian Start Here*/
.accordion-item{
  background-color: transparent;
  border: 0px solid rgba(0,0,0,.125);
  margin-bottom: 4rem;
}
.accordion-header{
  max-width: 100%;
  margin: 0 auto;
}
.accordion-collapse.ping-02{
  margin-top: -7rem;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed{
  border-radius: 160px;
}
.accordion-button, .accordion-button:not(.collapsed){
  /*background: var(--pink-01);*/
  background: rgb(248,228,196)!important;
  background: linear-gradient(90deg, rgba(248,228,196,1) 0%, rgba(255,234,250,1) 90%)!important;
  height: 166px;
  border-radius: 160px;
  box-shadow:none;
  padding: 1rem 2.25rem;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button::after{
  background-color: var(--text-primary);
    height: 13.5rem;
    width: 13.5rem;
    border-radius: 50%;
    background-image: url(../img/arrow.png);
    background-size: auto;
    background-position: center;
}
.accordian-img-content{
  display: flex;
  align-items: center;
  /* justify-content: space-between;*/
  width: 100%; 
  color: var(--text-primary);
  font-weight: 700;
}
 
.accordian-question{
  font-size: 3.2rem;
    text-align: left;
    justify-content: center;
    max-width: 70%;
    font-family: var(--font-b);
    /*margin: 0 auto;*/
}
 
.accordion-button:not(.collapsed)::after{
    transform: rotate(-180deg);
    background-color: var(--text-primary);
    height: 13.5rem;
    width: 13.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/arrow.png);
    background-size: auto;
    background-position: center;
}
.accordion-body{
  margin-top: 10rem;
}
.accordion-body .card{
  max-width: 420px;
    margin: 0 auto;
    background: transparent;
    border: 0;
}
.accordion-body .card .card-title{
  color: var(--text-primary);
  font-size: 3.5rem;
  padding: 1rem 0;
  font-family: var(--font-m);
  margin: 0rem;
}
.accordion-body .card .card-text{
  color: var(--text-primary);
  font-size: 2rem;
  padding: 1rem 0;
  font-family: var(--font-l);
}
.last-section{
  margin: 0 5rem;
}
.last-section .card.text-center{
  margin: 0;
    max-width: fit-content;
    flex-direction: revert;
    align-items: center;
}
.last-section .card.text-center img{
  max-width: 420px;
}
.last-section .card.text-center .card-body{
  text-align: left;
  padding: 0rem 5rem;
}
.compelling{
  color: var(--text-primary);
  font-size: 3rem; 
  padding: 3rem 0 5rem;
  font-family: var(--font-m);
  text-align: center;
  letter-spacing: normal;
  line-height: 4rem;
}
.waxing, .removal-home{
  padding: 0 5rem;
}
.waxing ul{
  list-style: none;
}
.waxing ul li{
  color: var(--text-primary); 
  padding: 1rem 0;
  display: flex;
  line-height: 30px;
}
.waxing ul li span i{
  height: 4.4rem;
    width: 4.4rem;
    background: var(--text-primary);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0rem 2rem 0 0;
}
.waxing ul li text{
  font-size: 3rem; 
  font-family: var(--font-l);
}
.waxing ul li b{
  font-family: var(--font-m);
  font-size: 3.4rem;
  font-weight: 500;
}
.removal-home p{
  font-family: var(--font-l);
  font-size: 3rem;
  font-weight: 500;
  color: var(--text-primary);
}
.laser-hair-session{
  background: var(--white);
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.border-end-hair{
  border-right: 2px solid var(--text-primary);
}
.laser-hair-title{
  color: var(--pink-01);
  font-size: 3rem; 
  padding: 1rem;
  font-family: var(--font-m);
  text-align: center;
  letter-spacing: normal;
  background: var(--text-primary);
  border-radius: 1.5rem;
  max-width: 97%;
  margin: 0 auto;
}
.laser-hair-session ul{
  padding: 0rem;
  list-style: none;
  max-width: 97%;
  margin: 0 auto;
}
.laser-hair-session ul li{
  color: var(--pink-04);
  font-size: 2.4rem; 
  padding: 1rem;
  font-family: var(--font-l);
  text-align: center;
  letter-spacing: normal;
  border-bottom: 1px solid var(--pink-04);
  min-height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.laser-hair-session ul li:last-child{
  border-bottom: 0px solid var(--pink-04);
}
.removal-home p.book{
  font-family: var(--font-book);
  font-size: 3rem;
  font-weight: 500;
  color: var(--pink-04);
}
.not-epilators{
  max-width: 96%;
  margin: 0 auto;
}
.not-epilators .card.epilators img{
  max-width: 26.8rem;
  margin: 0 auto;
  border: 12px solid var(--white);
  border-radius: 50%;
}
.not-epilators .card.growth img{
  max-width: 22.1rem;
  margin: 0 auto;  
} 
.epilators-hair{
  max-width: 93%;
  margin: 0 auto;
  text-align: left;
  font-family: var(--font-book);
  font-size: 3rem;
  color: var(--pink-04);
  line-height: 40px;
  padding: 0 0 2rem;
}
.separator{
  display: flex;
  align-items: center;
  max-width: 90rem;
  justify-content: center;
  margin: 3rem auto;
}

.separator:after{
  height: 3px;
  flex: 1;
  background-color: var(--text-primary);
  content:'';
}
.separator:before{
  height: 3px;
  flex: 1;
  background-color: var(--text-primary);
  content:'';
}
.separator h3 , .not-epilators h3{
  padding: 0 2rem;
  font-size: 4rem;
  color: var(--text-primary);
  font-family: var(--font-m);
  font-weight: 700;
}
.not-epilators h2{
  padding: 0;
  font-size: 4rem;
  color: var(--text-primary);
  font-family: var(--font-m);
  margin: 3rem auto;
}
.who-laser-hair, .man-laser-hair{
  max-width: 90%;
    margin: 0 auto;
}
.who-laser-hair h2{
  font-size: 3.4rem;
  color: var(--text-primary);
  font-family: var(--font-m);
  padding: 0rem;
  line-height: 4.7rem;
  margin: 0;
}
.who-laser-hair p{
  font-family: var(--font-book);
    font-size: 2.8rem;
    line-height: 4rem;
    color: var(--text-primary);
    margin: 0;
    padding: 3rem 0 0;
}
.who-laser-hair p:last-child{
  text-align: center;
}
.man-laser-hair h3{
  font-size: 6.6rem;
  color: var(--text-primary);
  font-family: var(--font-b);
  padding: 2rem 0rem;
  line-height: 6.6rem;
  margin: 0;
  text-align: center;
}
.man-laser-hair h3 span{
  display: block;
  font-size: 4.4rem;
}
.chest-back{
  display: flex;
  text-align: center;
  background: var(--white);
  border-radius: 2.2rem;
  padding: 2rem 2rem 1rem;
}
.chest-back .outer {
  width: 3px; 
  margin: 0 auto;
  position: relative;
  overflow: hidden;
   transform: rotate(20deg);
}
.chest-back .outer .inner {
  position: absolute;
  width:100%;
  height: 100%; 
  background: var(--text-primary); 
}
button.btn.btn-outline-success a {
    text-decoration: none;
    color: #000;
}
/*** Footer CSS ***/
.footer {
  /*background-color: var(--pink-02);*/
  /*background: rgb(248,228,196)!important;
  background: linear-gradient(90deg, rgba(248,228,196,1) 0%, rgba(255,234,250,1) 90%)!important;*/
  padding: 0 5rem 5rem 5rem;
}
.footer img{
  max-width: 15rem;
}
.footer-info {
    padding: 40px 0;
}
.footer-info span, a {
    color: var(--text-primary);
    font-size: 2.0rem;
    padding: 1rem 0;
    font-family: var(--font-book);
    margin-right: 2rem;
    text-decoration: none;
}
.footer-info span:first-child{
  margin-left: 5rem;
}
.disclaimer-txt {
  color: var(--text-primary);
  font-size: 1.0rem;
  font-family: var(--font-book);
  margin: 4rem 0 0 0;
}
.disclaimer-txt p {
  margin: 0;
}
.disclaimer-txt strong {  
  font-size: 2.2rem;
}
.copyright-txt {
    color: var(--text-primary);
    font-size: 1.2rem;
    letter-spacing: 0.06px;
    /* opacity: 0.5; */
    font-family: var(--font-l);
    margin-top: 2rem;
    font-weight: 600;
}
.contact-form form {
  width: 50%;
  margin: 0 auto;
}
.contact-form h5 {
  color: var(--text-primary);
  font-size: 1.8rem;
  letter-spacing: 0.06px;
  font-family: var( --font-m);
  margin: 0 0 2rem 0;
}
.form-group {
  margin-bottom: 20px;
}
.contact-form .control-label {
  font-size: 1.8rem;
  display: none;
}
.form-control {
  padding: 10px;
  font-size: 2rem;
}
.contact-form .form-check {
  text-align: left;
  font-size: 1.6rem;
  font-family: var( --font-m);
}
.contact-form .btn {
    background-color: var(--text-primary);
    border: var(--text-primary) solid 1px;
    padding: 6px 25px;
    height: 75px;
    border-radius: 15px;
    border: 0;
    font-size: 24px;
    width: 100%;
}

/*** Tabs CSS ***/
/*.tabs_wrapper {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  background: transparent;
}
ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 23%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li {
  color: var(--text-primary);
  font-size: 3.5rem;
  font-family: var(--font-m);
  letter-spacing: 0.11px;
  margin: 0 0 15px 0;
  cursor: pointer;
  padding: 8px 15px;
  line-height: 47px;  
  text-align: left;  
  background-color: transparent;
  border: 1px solid var(--text-primary);  
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li:hover {
  background: var(--text-primary);  
  color: var(--pink-02);
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li.active {
  background: var(--text-primary);   ;  
  color: var(--pink-02);
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  left: 3%;
  width: 71%;
  min-width: 10px;
  text-align: left;  
}
.tab_content {
  padding: 0px;
  height: 100%;
  display: none;
}
.tab_drawer_heading {
  display: none;
}
.address-details h2 {
    color: var(--text-primary);
    font-size: 2.4rem;
    font-family: var(--font-m);
    font-weight: 600;
}
.address-details p {
    color: var(--text-primary);
    font-size: 2rem;
    padding: 0;
    line-height: 3.5rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}
.address-details p i {
    padding-right: 10px;
}
.address-details a {
  margin: 0;
  text-decoration: none;
  font-family: var(--font-l);
}
.google-map {
  border: 1px solid var(--text-primary);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 381px;
  width: 100%;
}
.google-map iframe {
  height: 100%;
  min-height: 381px;
  width: 100%;
}
.address-details p i{
  font-size: 18px;
}*/
/*** Tabs CSS ***/
.our-centers-title h3 {
    padding: 50px 0;
}
.tabs_wrapper {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  background: transparent;
}
ul.tabs {
    display: flex;
    vertical-align: middle;
    position: relative;
    left: 20%;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 65%;
    min-width: 200px;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    justify-content: space-between;
    align-items: center;
}
ul.tabs li {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.11px;
    margin: 0 5px 25px 0;
    cursor: pointer;
    padding: 15px 15px;
    line-height: 15px;
    text-align: center;
    background-color: #EBD7F0;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    align-items: center;
    border-radius: 30px;
    font-weight: 500;
}
ul.tabs li:hover {
  background: var(--text-primary);  
  color: var(--pink-02);
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li.active {
    background: var(--text-primary);   ;  
    color: var(--pink-02);
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0;
    width: 100%;
    min-width: 10px;
    text-align: left;
}
.tab_content {
  padding: 0px;
  height: 100%;
  display: none;
}
.tab_drawer_heading {
  display: none;
}
.address-details h2 {
  color: var(--text-primary);  ;
  font-size: 2rem;
  font-family: var(--font-m);
}
.address-details p {
  color: var(--text-primary);  ;
  font-size: 2rem;
  padding: 0;
  line-height: 2.7rem;
}
.address-details a {
  margin: 0;
  text-decoration: none;
  font-family: var(--font-l);
}
.center-add.ping-02 {
    align-items: normal;
    padding: 10px 25px;
}
.center-add-img img {
    width: 100%;
}
.br-15 {
    border-radius: 15px;
}
.pdt-10 {
    padding-top: 12px;
}
.mrt-18{
  margin-top: 18px;
}
.centers-text {
  padding-bottom: 25px;
}
.min-max245 {
    max-height: 245px;
    min-height: 245px;
}
.mix123{
  max-height: 123px;
    min-height: 123px;
}
.mix126{
  max-height: 126px;
    min-height: 126px;
}
.mix383{
  max-height: 383px;
    min-height: 383px;
}

.google-map {
    border-radius: 20px;
    overflow: hidden;
    min-height: 250px;
    width: 100%;
}
.google-map iframe {
  height: 100%;
  min-height: 373px;
  width: 100%;
  border-radius: 15px;
}
.add-para a {
    text-decoration: none;
    font-size: 2.2rem;
    color: #000000;
}
.add-para a i {
    color: var(--text-primary);
}
#enq-login .form-group .form-control {
    height: 75px;
    border-radius: 15px;
    border: 1px solid rgb(27 127 204 / 34%);
    padding: 10px 10px 10px 40px;
    font-size: 2rem;
}




@media screen and (max-width: 781px) {
  ul.tabs {
    display: none;
  }
  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    left: 0;
  }
  .tab_drawer_heading {
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--text-primary);
    font-size: 3.5rem;
    font-family: var(--font-m);
    letter-spacing: 0.11px;
    margin: 0 0 15px 0;
    cursor: pointer;
    padding: 8px 15px;
    line-height: 47px;  
    text-align: center;  
    background-color: transparent;
  }
  .tab_drawer_heading:hover {
    background: var(--text-primary);   ;  
    color: var(--pink-02);
  }
  .d_active {
    background: var(--text-primary);   ;  
    color: var(--pink-02);
  }

.bikini-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 4rem 3rem 3rem;
}
.bikini-main-left span {
    font-size: 2.6rem;
    font-weight: 600;
}
.inner-text {
    padding: 0 1rem;
    font-size: 2.2rem;
    line-height: 25px;
    font-weight: 500;
}
.introduce h2 {
    font-size: 3.2rem;
}
.content-text p:first-child {
    font-family: var(--font-book);
    background: var(--white);
    margin: 0 2rem 2rem;
    border-radius: 5rem;
    padding: 3rem 3rem;
    letter-spacing: 0.05px;
    line-height: 22px;
}
.content-text p {
    font-family: var(--font-l);
    letter-spacing: 0.05px;
    margin: 0;
    padding: 0rem;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
}
.content-text p i{
    padding-right: 10px;
}
 
.introduce h2 {
    font-size: 3.2rem;
}
.author-info .col-md-8 {
    display: flex;
    align-items: center;
    padding-left: 1rem!important;
}
.footer-info {
    padding: 15px 0 0 0;
}
.disclaimer-txt {
    color: var(--text-primary);
    font-size: 1.8rem;
    font-family: var(--font-book);
    margin: 0rem 0 0 0;
}
/*.hero-slider-bg h1 {
    letter-spacing: 2px;
    color: #7c358b;
    font-size: 48px!important;
    margin-bottom: 0px;
    padding-top: 5px;
}*/
.hero-slider-bg h2 {
    letter-spacing: 2px;
    color: #7c358b;
    font-size: 48px!important;
    margin-bottom: 0px;
    padding-top: 5px;
}
.hero-slider-bg h4 {
    font-size: 28px!important;
    font-weight: 600;
    color: #7C358B;
}
.hero-slider-bg img {
    width: 230px;
    margin-left: 0;
    margin-top: 0px;
}
.slider-up-100 {
    margin-bottom: 50px;
}
.main-nav-top {
    position: absolute;
    z-index: 999;
    top: 1%;
    left: 3%;
    width: 115px;
}
#mobile-hero-section{display: block;}
#desktop-hero-section{display: none;}

#mainNav .navbar-brand {
    padding: 0rem;
    max-width: 16rem;
    margin: 0px 25px;
}
.hero-slider-bg h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0;
}
.hero-slider-bg p {
    font-size: 15px;
    font-weight: 600;
    padding: 0 15px;
}
.hero-slider-bg button {
    font-weight: 400;
    background: transparent;
    border: 1px solid #a02d3c;
    border-radius: 50px;
    color: #a02d3c;
    padding: 4px 15px;
    margin-top: 15px;
    position: relative;
    z-index: 9999;
}
.hero-slider-bg button a {
    text-decoration: none;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}
.whatsapp-scroll {
    position: fixed;
    top: 2rem!important;
    bottom: auto;
    right: 0;
    z-index: 9999;
    margin: auto 0;
    border: aliceblue;
    left: auto;
    display: flex;
    align-items: center;
    width: auto;
}
.hero-slider-bg {
    display: flex;
    vertical-align: middle;
    color: #a02d3c;
    background-size: cover!important;
}
.apponment-scroll {
    position: fixed;
    bottom: 10rem;
}
.calling-scroll-fixed {
    position: fixed;
    bottom: 20rem;
}
.whatsapp-scroll img {
    width: 150px;
}
.sculpting-inner-text p {
    color: #000000;
    padding: 15px 25px!important;
}
.unique-approach {
    display: contents;
    align-items: center;
}
.redefine-lhr p {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: var(--text-primary);
}
#hero-bslider {
    padding: 10px 0;
}
#testiPdng {
    padding: 10px 0;
}
.tight-bright h5 {
    font-size: 22px!important;
}
.power-benifits {
    padding: 15px 15px;
}
#testiPdng {
    padding: 10px 0;
}
.about-thermage {
    padding: 0 15px;
}
.about-thermage .thermages-about {
    padding: 20px 15px;
}
.aboutImg img {
    width: 100%;
    padding: 15px 15px 15px 15px;
    float: right;
}
.aboutImgs img {
    width: 100%;
    padding: 0px 15px 15px 15px;
}
.Unlocking-superior .Skin-tightening {
    padding: 40px 15px;
}
.laserVswax tbody, td, tfoot, th, thead, tr {
    padding: 10px 15px!important;
}
.Thermage-FLX {
    padding: 0 15px;
}
.Unlocking-superior .Superior-title p {
    font-size: 18px;
}
.Unlocking-superior {
    padding: 15px 5px;
}
.about-clear-brilliant {
    padding: 30px 15px;
}
.clear-brilliant {
    padding: 15px 15px;
}
.clear-brilliant2 {
    padding: 15px 15px 15px 15px;
}
.waxing-sub-title p {
    padding: 0 10px!important;
}
.embark-section {
    padding: 15px 15px!important;
}
#page-top{overflow-x: hidden!important;}


}


/**************************
Shameem Ahmad
Software Engineer
shameem.ahmad1786@gmail.com
***************************/
/** Slider CSS **/
.carousel,
.carousel-versova,
.carousel-malabar {
  width:90%;
  margin:2rem auto 0;
}
.carousel-clinic {
  width:90%;
  margin:0 auto 0;
}
.slick-slide {
  margin:10px;
}
.testimonials-outer img {
    width: 100%;
    border-radius: 5px;
    border: 5px solid #fce7e3;
}
.testimonials-outer h4 {
    font-size: 18px;
    color: #7c358b;
}
/*.testimonials-inner img {
    width: 100%;
    height: 60px;
}*/
#testiPdng {
    padding: 30px 0;
}
.padding30 {
    padding: 30px 0;
}
.sculpting-inner-text p {
    color: #000000;
    padding: 15px 75px;
    font-size: 2.2rem;
    font-weight: 400;
    text-align: left;
}
.outer-text.aboutus-img .about-inner {
    font-size: 22px;
    line-height: 34px;
    margin-top: 20px;
    font-weight: 500;
}
.aboutus-img .testimonials-name {
    color: #990037;
    padding: 0px 30px;
    margin-bottom: 0;
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    font-weight: 600;
}
.outer-text.aboutus-img p img {
    width: 280px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.pdt30 {
    padding-top: 30px;
}
.mdt30 {
    margin-top: 30px;
}

#hero-bslider {
    padding: 30px 0;
}

.wrapper {
  max-width: 100%;
  overflow: hidden;
}

.box {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
}

.slide-container {
  height: 20vh;
  background-color: transparent;
  text-align: center;
  line-height: 20vh;
  font-size: 40px;
  font-weight: bold;
  border: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.slide {
  text-align: center;
  box-sizing: border-box;
  /*height: 20vh;
  background-color: yellow;
  border: 1px solid #000;*/
  cursor: pointer;
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  font-size: 30px;
  min-height: 120px;
  transition: 0.5s all;
  transform: scale(0.9);
  opacity: 0.3;
}
.slick-active  .slide {
    transform: scale(1);
  opacity: 1;
}
.slider-nav .slick-list {
  overflow: visible;
}
.slick-arrow {
  z-index: 100;
}





.slick-prev:before, .slick-next:before {
  color: #7c358b;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 55px;
    line-height: 1;
    opacity: .85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next {
    right: 47%;
}
.slick-prev {
    left: 47%;
}
.slick-prev, .slick-next {
    position: absolute;
    bottom: -10%;
    top: unset;
    display: block;
}
#hero-bslider.slider-nav.slick-prev{
    position: absolute;
    bottom: 0;
    top: unset;
    display: block;
}
#hero-bsliders button.slick-prev.slick-arrow {
    left: 0;
    /*background: url(https://img.icons8.com/ios/50/000000/long-arrow-left.png) 0 0 / 100% no-repeat;*/
    bottom: 50%;
}
#hero-bsliders button.slick-next.slick-arrow {
    right: 35px;
    /*background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;*/
    bottom: 50%;
}



.ageless-aesthetics h3 {
    color: #990037;
    font-size: 22px;
    font-weight: 600;
    padding: 30px 0;
}
.slick-slide.slick-current.slick-active.slick-center {
    -webkit-transform: scale(1.02);
    opacity: 1;
    transform: scale(1.02); 
    /*background: linear-gradient(90deg, rgba(248,228,196,1) 0%, rgba(255,234,250,1) 90%)!important;*/
    /*padding: 15px 15px 50px 15px;*/
    border-radius: 15px;
}
.laser-waxing h3 {
    font-size: 22px;
    color: #000;
    padding-bottom: 30px;
}
.waxing-sub-title p {
    font-size: 20px;
    font-weight: 500;
    padding: 0 30px;
}




.para-txt {
    color: #990037;
    font-size: 2.2rem;
    font-family: var(--font-l);
}
.mar40 {
  margin-bottom: 4rem;
}
.about-section {
  padding: 20px 35px;
  letter-spacing: 0.07px;
  display: inherit;
}
.our-centers{
  display: inherit;
  margin-top: 5rem;
}
.author-info {
  border: 3px solid #C1BFC0;
  padding: 25px 50px 25px 50px;
  /* position: relative; */
  margin: 4rem auto;
  display: flex;
  align-items: center;
  
}
.author-info .col-md-8 {
  display: flex;
  align-items: center;
  /*padding-left: 5rem;*/
  padding-left: 9rem;
}
.author-info img {
  /* position: absolute;
  left: -9rem;
  top: -7rem; */
  max-width: 48rem;
  z-index: 1; 
}
.author-info p {
  color: #A02D3C;
  font-size: 2.7rem;
  line-height: 3.5rem;
  font-family: var(--font-book);
  margin-bottom: 43px;
}
.author-info span {
  color: #A02D3C;
  font-size: 2.3rem;
  line-height: 3.1rem;
  font-family: var(--font-book);
  
}

@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 152rem;
  }
  .container.main-nav{
    /*max-width: 132rem;*/
	max-width: 160rem;
  }
  .main-nav{
    border-bottom: 1px solid var(--text-primary);
    /* padding: 0 0 2rem 0; */
  }
}
.main-nav{
  /*border-bottom: 1px solid var(--text-primary);*/
  padding: 1rem 0 1.5rem 0;
}
@media (min-width: 1900px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1840px;
  }
  #mainNav .navbar-brand{
    padding: 0rem;
    max-width: 20rem;
  }
  ul.tabs {
    display: flex;
    vertical-align: middle;
    position: relative;
    left: 23%;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 55%;
    min-width: 200px;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    justify-content: space-between;
    align-items: center;
}
ul.tabs li {
    color: #000;
    font-size: 22px;
    letter-spacing: 0.11px;
    margin: 0 5px 25px 0;
    cursor: pointer;
    padding: 15px 15px;
    line-height: 15px;
    text-align: center;
    background-color: #fce7e3;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    align-items: center;
    border-radius: 30px;
    font-weight: 500;
}

}

/** Media Queries **/
@media (min-width: 1660px) {
  .hero-slider-bg p {
      font-size: 22px;
      color: #000;
  }
.hero-slider-bg h1 {
    letter-spacing: 2px;
    color: #7c358b;
    font-size: 65px;
    margin-bottom: 0px;
}
.hero-slider-bg h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    padding-top: 25px;
}
  .hero-slider-bg img {
    width: 180px;
    margin-left: 14%;
    margin-top: -30px;
 }
}


@media (max-width: 1660px) {
  html {
    font-size: 45%;
  } 
}


@media (max-width: 1366px) { 
  .bikini-content.bikini-main-middle {
    padding: 0 1rem;
  }
  .bikini-content.bikini-main-middle img {
    max-width: 100%;
  }
  .bikini-main-left text {
    font-size: 5.0rem;
  }
  .footer-info span, a {
    margin-right: 3rem;
  }

}

@media (max-width: 1367px) { 
.hero-slider-bg h1 {
    letter-spacing: 2px;
    color: #7c358b;
    font-size: 55px;
    margin-bottom: 0px;
    /*padding-top: 15px;*/
}
    .hero-slider-bg h3 {
        font-size: 22px;
        font-weight: 500;
        color: #000000;
        padding-top: 15px;
        line-height: 40px;
        letter-spacing: 0.3px;
    }
    .hero-slider-bg h3 span {
        color: #7c358b;
        font-weight: 700;
    }
.hero-slider-bg h4 {
    font-size: 35px;
    font-weight: 600;
    color: #7C358B;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tight-bright h5 {
    font-size: 20px;
    color: #2B0C31;
    padding: 15px 0;
}
.introduce h2 {
    font-size: 4rem;
}
.dual-power-inner h5 {
    font-size: 16px;
    color: #2B0C31;
}
.dual-power-inner p {
    font-size: 15px;
    color: #7C358B;
}
.dual-power-inner h3 {
    font-size: 2.5rem;
    color: #7C358B;
}
.dual-power-img {
    background: #ffffff;
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
}
.dual-power-img img {
    height: 90px;
    padding: 18px;
}
.tight-bright p {
    font-size: 16px;
}
.thermages-about p {
    font-size: 16px;
    color: #7C358B;
    font-weight: 500;
}
.about-thermage .thermages-about {
    padding: 20px 30px;
    border-radius: 10px;
}
#header-row th {
    font-size: 20px;
    color: #ffffff;
}
.laserVswax tbody, td, tfoot, th, thead, tr {
    font-size: 18px;
}
.Superior-text p {
    font-size: 16px;
}
.Superior-text h3 {
    font-size: 22px;
}
.pdt-30 {
    padding-top: 15px;
}.pdb-30 {
    padding-bottom: 15px;
}
.Unlocking-superior .Superior-title h3 {
    font-size: 22px;
    font-weight: 700;
}
.Unlocking-superior .Superior-title p {
    font-size: 20px;
}
.clear-brilliant p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
#celebrities-thermage {
    padding: 40px 0;
}
.embark-section {
    padding: 20px 0;
}
.carousels.aboutus-drips img {
    width: 100%;
    border-radius: 15px;
}
.aboutus-outer .about-icons img {
    width: 75px;
}
.google-map iframe {
    height: 100%;
    min-height: 245px;
    width: 100%;
    border-radius: 15px;
}
.waxing-sub-title p {
    font-size: 18px;
}
#enq-login .form-group .form-control {
    height: 60px;
}
.contact-form .btn {
    height: 60px;
}
.whatsapp-scroll img {
    width: 140px;
}
.calling-scroll-fixed img {
    height: 45px;
}

}




@media (max-width: 991px) {
  html {
    font-size: 42%;
  } 
  img {
    max-width: 100%;
  }
  .accordian-img img{
    max-width: 8rem;
  }
  .inner-text {
    padding: 0 1rem;
  }
  .per-session {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .bikini-main {
    justify-content: center;
    flex-direction: column;
  }
  .bikini-content {
    margin: 1.5rem 0;
  }
  .bikini-main-left{
    padding-bottom: 2rem;
  }
  .bikini-main-left:last-child{
    padding-top: 2rem;
  }
  .bikini-main-left span {
    font-size: 2.8rem;
  }
  .bikini-main-left text {
    font-size: 4.4rem;
  }
  /*.introduce h2{
    font-size: 3.8rem;
  }*/
  .introduce-laser h3{
    font-size: 3rem;
  }
  .introduce p {
    font-size: 4.6rem;
    line-height: normal;
    padding: 1rem;
  }
  .video-frame {
    width: 98%;
    height: 30rem;
  }
  .introduce-text p{
    text-align: left;
  }
  .accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 9.8rem;
  }
  .accordion-button, .accordion-button:not(.collapsed) {
    min-height: 8rem;
    border-radius: 9.8rem;
    height: auto;
  }
  .accordion-button::after {
    height: 5.5rem;
    width: 5.5rem;
    background-size: 3rem;
  }
  .accordion-button:not(.collapsed)::after {
    height: 5.5rem;
    width: 5.5rem;
    background-size: 3rem;
  }
  .accordian-question{
    font-size: 2.4rem;
    max-width: 80%;
  }
  .compelling{
    font-size: 2.4rem;
  }
  .pink-02-gradient h2{
    font-size: 3.0rem;
  }
  .last-section {
    margin: 0;
  }
  .last-section .card.text-center {
    flex-direction: column;
  }
  .last-section .card.text-center .card-body {
    text-align: center;
    padding: 0rem 1rem;
  }
  .border-end-hair {
    border: none;
  }
  .chest-back .outer {
    transform: rotate(0deg);
  }
  .author-info {
    padding: 3rem;
    margin-top: 5rem;
  }
  .author-info img {
    left: 0;
    top: 0;
    max-width: 100%;
    position: inherit;
  }
  .contact-form form {
    width: 90%;
  }
  .footer {
    text-align: center;
  }
  .footer-info span, a {
    display: block;
    margin: 0;
    
  }
  .footer-info span:first-child {
    margin-left: 0;
}
  .waxing{
    padding: 0 2rem;
  }
  .waxing ul li b{
    font-size: 2.8rem;
  }
  .waxing ul li text {
    font-size: 2.4rem; 
    line-height: normal;
  }
  .accordion-body {
    margin-top: 6rem;
  }

  .whatsapp-scroll a {
    border-radius: 1rem 0 0 1rem;
    padding: 0;
    font-size: 1.8rem;
    width: 25rem;
}
}
.g-recaptcha {
    padding-bottom: 30px;
}
.inner-text.font-m.menprice-sec {
    padding-bottom: 20px;
}
.menprice-sec a{
	margin-right: 0rem !important;
	font-size: 2.5rem !important;
}