:root {
  --bs-primary: #1F4F86;
  --bs-secondary: #FFECF1;
  --text-primary: #1F4F86;
  --white: #FFFFFF;
  --black: #1B1D21;
  --pink-01: #FFE4EB;
  --pink-02: #FDF4F8;
  --pink-03: #EFD0D000;
  --pink-04: #C25278;

  --root-font: 10px;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap') html {
  font-size: var(--root-font);
}

body {
  font-family: "Roboto", sans-serif;
}

#page-top {
  overflow-x: hidden !important;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/*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;
}

.hero-section {
  padding-top: 38px;
  background: #edf6ff;
  background: linear-gradient(133deg, #edf6ff 0%, #e2f5f4 100%);
  background-position: center;
  background-size: cover;
}

.hero-section .hero-inner {
  display: grid;
  grid-template-columns: 0.50fr 0.50fr;
  align-items: center;
}

.hero-section .hero-inner .hero-left .hero-title h2 {
  margin-bottom: 0;
  color: #B1235B;
  font-size: 65px;
  font-weight: 700;
}

.hero-section .hero-inner .hero-left .hero-title h2 span {
  font-weight: 400;
  font-size: 55px;
  letter-spacing: -3px;
  color: #0045b2;
}

.hero-section .hero-inner .hero-right img {
  width: 100%;
  /*margin-top: -85px;*/
  margin-top: 0px;
}

.hero-section .hero-inner .hero-left .logo-wrapper img {
  max-width: 167px;
}

.hero-sliders .slick-slide {
  margin: 0px;
}

@media (max-width: 1199px) {
  .hero-section .hero-inner .hero-left .hero-title h2 {
    font-size: 40px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-inner .hero-right img {
    margin-top: 30px;
  }

  .hero-section .hero-inner {
    grid-template-columns: 1fr;
  }

  .carousels.hero-sliders {
    background: #e8f6fa;
  }

  .hero-section .hero-inner .hero-left .hero-title h2 span {
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -3px;
    color: #0045b2;
  }

  .slick-list.draggable {
    padding: 0 !important;
  }
}


.ping-01 {
  /*background: var(--pink-01);*/
  background: rgb(248, 228, 196) !important;
  background: linear-gradient(90deg, rgb(230 235 242) 0%, #e6ebf2 90%) !important;
  border-radius: 1.0rem;
  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, rgb(230 235 242) 0%, #e6ebf2 90%) !important;
  border-radius: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  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;
  background-color: #E6EBF2;
}

.hero-slider-bg h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #B1235B;
  font-size: 65px;
  margin-bottom: 0px;
  padding-top: 15px;
}

.hero-slider-bg h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  padding-top: 25px;
}

.hero-slider-bg h4 {
  font-size: 65px;
  font-weight: 400;
  color: #B1235B;
  padding: 15px 0 0 70px;
}

.hero-slider-bg img {
  width: 100%;
  /* 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;
  font-size: 35px;
  font-weight: 400;
  color: #1F4F86;
  padding: 15px 0 0 70px;
  line-height: 1.3;
}

.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;
}

.switcher {
  display: grid;
  /*place-items: center;
  margin: 5% 25%;*/
}

.btn-container {
  --btn-container-bg: #f9edd2;
  --btn-container-border: #edca78;
}

.active,
input[type="radio"]:checked+label {
  --active-btn-bg: #fffdfa;
  --active-btn-box-shadow: rgba(237, 202, 120, 0.6);
  --active-btn-text: #b48218;
}

.inactive,
label {
  --inactive-btn-text: #b48218;
}

/*Needed for both*/

.btn-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
  background-color: #C9D8E8;
  width: 90%;
  height: 50px;
  border-radius: 50px;
}

/*To be used with links on individual pages*/

.active,
.inactive {
  /*width: 45.5%;*/
  height: 60%;
  padding: 10px 20px;
  border: 0px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.active {
  background-color: var(--active-btn-bg);
  box-shadow: 0 0 10px 1px var(--active-btn-box-shadow);
  font-weight: bold;
  color: var(--active-btn-text);
}

.inactive {
  background-color: transparent;
  color: var(--inactive-btn-text);
  text-decoration: none;
}

/*To be used as radio buttons*/

input[type="radio"] {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
}

label {
  width: 45.5%;
  height: 80%;
  padding: 10px 10px 5px 10px;
  border: 0px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #1f4f869e;
  font-family: "Bebas Neue", sans-serif;
}

input[type="radio"]:checked+label {
  background-color: #1F4F86;
  box-shadow: 0 0 10px 1px var(--active-btn-box-shadow);
  color: #ffffff;
  font-size: 30px;
  border-radius: 50px;
}

.switcher .btn-container img {
  width: 25px;
  padding: 0px 0px 5px 0px;
}

.ems_contour {
  padding: 140px 0 0 20px;
}

.btn-container label a {
  color: #fff;
  font-size: 28px;
  margin: 0;
}

.contact-form form label {
  font-size: 1.6rem;
  color: #00000091;
  text-align: left;
  justify-content: flex-start;
  font-family: sans-serif;
  width: 100%;
  padding: 0;
}




.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-color: #E6EBF2;
  text-align: center;
  border-radius: 10px;
  padding: 25px 5px;
  margin-top: 15px;
}

.dual-power-inner h5 {
  font-size: 18px;
  font-weight: 700;
  color: #B1235B;
  padding: 15px 0px;
  margin: 0;
}

.dual-power-inner p {
  font-size: 18px;
  color: #1f4f86;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.dual-power-img {
  background: #C9D8E8;
  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: 30px;
  border-radius: 10px;
}

.thermages-about h3 {
  font-size: 3.5rem;
  color: var(--text-primary);
  margin: 0;
  padding: 0px 0 15px 0;
  font-weight: 500;
}

.thermages-about h3 span {
  color: #B1235B;
}

.about-contour-face h1 {
  font-size: 3.5rem;
  color: var(--text-primary);
  margin: 0;
  padding: 0px 0 15px 0;
  font-weight: 500;
}

.about-contour-face h1 span {
  color: #B1235B;
}


.thermages-about p {
  font-size: 18px;
  color: #1f4f86;
  font-weight: 400;
}

.bg_default_color {
  background-color: #E6EBF2;
}

.facecontour_img img {
  width: 100%;
}

.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: 30px 0;
}


/*============ Bijlani About us ==============*/
.about-emscontour {
  padding: 0 60px;
}

.aboutus-ivdrips img {
  width: 100%;
  border-radius: 30px;
}

.aboutus-outer {
  text-align: left;
  padding: 10px 10px;
}

.aboutus-outer h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.aboutus-outer h3 {
  color: #000000;
  font-size: 3.2rem;
  padding: 0 0 20px 0px;
  font-weight: 600;
}

.aboutus-outer .about-icons h4 {
  font-size: 2.8rem;
  color: #B1235B;
  font-weight: 600;
  padding-top: 10px;
}

.aboutus-outer .about-icons p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 0px 15px 0px;
}

.aboutus-outer .about-icons img {
  width: 105px;
}

.border-radius {
  border-radius: 100px;
}

/*.hero-slider-bg .ageless-logo {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 56%);
}*/
.main-ageless-logo {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 8%, rgba(228, 245, 246, 1) 56%);
}

.main-ageless-logo .ageless-logo {
  margin-left: 5%;
  padding: 5px 0;
}

.main-ageless-logo .ageless-logo img {
  width: 120px;
}

@media (min-width: 1980px) {

  /*.hero-slider-bg img {
    width: 100%;
    margin-top: 130px;
  }*/
  .hero-slider {
    display: table;
    width: 100%;
    position: relative;
    height: 55vh;
    color: #fff;
  }

  .ems_contour {
    padding: 140px 0 0 20px;
  }

}

@media (min-width: 1600px) {
  .aboutus-outer h3 {
    color: #000000;
    font-size: 2.2rem;
    padding: 0 0 20px 0px;
    font-weight: 600;
  }

  .aboutus-outer .about-icons h4 {
    font-size: 1.8rem;
    color: #B1235B;
    font-weight: 600;
    padding-top: 10px;
  }

  .aboutus-outer .about-icons p {
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    padding: 0px 0px 15px 0px;
  }

}


@media (min-width: 1920px) {
  .aboutus-outer h3 {
    color: #000000;
    font-size: 2.5rem;
    padding: 0 0 20px 0px;
    font-weight: 600;
  }

  .margin-top-80 {
    margin-top: 80px;
  }

  .aboutus-outer .about-icons h4 {
    font-size: 2.2rem;
    color: #B1235B;
    font-weight: 600;
    padding-top: 10px;
  }

  .aboutus-outer .about-icons p {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    padding: 0px 0px 15px 0px;
  }


}


/*============ Bijlani About us ==============*/


/**********************************/
.bijlani-image-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .bijlani-image-section {
    margin-top: 50px;
  }
}

.bijlani-image-section .bijlani-inner {
  border-radius: 20px;
  background: #e6ebf2;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .bijlani-image-section .bijlani-inner {
    flex-direction: column;
    border-radius: 22px;
    padding: 24px 15px;
  }
}

.bijlani-image-section .bijlani-inner .left-image {
  margin-right: 40px;
}

@media (max-width: 991px) {
  .bijlani-image-section .bijlani-inner .left-image {
    margin-right: 0;
  }
}

.bijlani-image-section .bijlani-inner .left-image .image-wrapper {
  background: white;
  padding: 15px;
  border-radius: 50%;
}

.bijlani-image-section .bijlani-inner .right-content p {
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: black;
  max-width: 83%;
}

@media (max-width: 767px) {
  .bijlani-image-section .bijlani-inner .right-content p {
    font-size: 16px;
    max-width: 100%;
  }
}

.bijlani-image-section .bijlani-inner .right-content h6 {
  font-size: 21px;
  font-weight: 600;
  text-align: left;
  color: black;
  margin-bottom: 0;
  font-style: italic;
}

@media (max-width: 767px) {
  .bijlani-image-section .bijlani-inner .right-content h6 {
    font-size: 16px;
  }
}

.bijlani-image-section .bijlani-inner .right-content h6 span {
  font-weight: 500;
}

.wishpro-bijlani-section {
  margin-top: 50px !important;
}

.thumbslider-right-content-section {
  margin-bottom: 50px;
}

.thumbslider-right-content-section .thumbslider-right-content-inner .left-thumbslider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.thumbslider-right-content-section .thumbslider-right-content-inner .left-thumbslider .item img {
  width: 100%;
  border-radius: 20px;
}

.thumbslider-right-content-section .thumbslider-right-content-inner .left-thumbslider #sync2 {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.thumbslider-right-content-section .thumbslider-right-content-inner .left-thumbslider #sync2 .owl-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px !important;
}

@media (max-width: 550px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .left-thumbslider #sync2 .owl-item {
    width: 80px !important;
    flex-direction: row;
  }
}

@media (max-width: 450px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .left-thumbslider #sync2 .owl-item {
    width: 60px !important;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content {
    margin-top: 50px;
  }
}

.thumbslider-right-content-section .thumbslider-right-content-inner .right-content h5 {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: black;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
}

.thumbslider-right-content-section .thumbslider-right-content-inner .right-content h3 {
  font-size: 36px;
  font-style: normal;
  text-align: left;
  color: black;
  margin-bottom: 15px;
}

@media (max-width: 1366px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content h3 {
    font-size: 25px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content h3 br {
    display: none;
  }
}

.thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box {
    margin-bottom: 40px;
  }
}

.thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box:last-child {
  margin-bottom: 0;
}

.thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box .icon-box {
  margin-bottom: 5px;
  width: 104px;
  height: 104px;
  background: #eaeef2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 1366px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box .icon-box {
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box .icon-box {
    width: 100px;
    height: 100px;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box .icon-box img {
    width: 100%;
  }
}

.thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box h4 {
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: black;
  font-family: "Outfit", sans-serif;
  margin-bottom: 5px;
}

@media (max-width: 1366px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box h4 {
    font-size: 20px;
  }
}

.thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box p {
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  text-align: left;
  color: black;
  margin-bottom: 0;
  max-width: 90%;
}

@media (max-width: 1366px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box p {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    color: black;
    margin-bottom: 0;
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .thumbslider-right-content-section .thumbslider-right-content-inner .right-content .icon-content-wrapper .icon-content-box p {
    font-size: 16px;
    max-width: 100%;
  }
}

#sync1 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  overflow: hidden;
  /* padding: 10px 0px; */
  margin: 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  width: 94px;
  height: 94px;
}

@media (max-width: 550px) {
  #sync2 .item {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 450px) {
  #sync2 .item {
    width: 55px;
    height: 55px;
  }
}

#sync2 .item h1 {
  font-size: 18px;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

.owl-carousel .animated {
  animation-duration: 1.5s !important;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 35px !important;
  height: 55px !important;
}

#sync1 svg {
  width: 22px !important;
}


/**********************************/







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 h4 {
  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%;
}*/

/*.best-side-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 16%;
    background: url(../img/face/hero-face.png);
    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;
}

.about_us {
  padding: 20px 40px 40px;
}

#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: 99;
  margin: auto 0;
  display: flex;
  width: auto;
}

.calling-scroll-fixed a {
  background: rgb(255, 255, 255);
  color: #1f4f86;
  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;
  font-weight: 400;
}

.calling-scroll-fixed a i {
  background: #ffdec8;
  border-radius: 50px;
  padding: 10px;
}

.calling-scroll-fixed img {
  background: #e6ebf2;
  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: rgb(201 216 232);*/
  margin-top: 15px;
}








.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: 20px;
  color: #B1235B;
}

.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 h3 {
  font-size: 4.5rem;
  color: var(--text-primary);
  margin: 0;
  padding: 15px 0px;
  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 h2 {
  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;
  font-size: 16px;
}

.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: 25rem;
  padding-bottom: 15px;
}

.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; */
  height: 60px;
  border-radius: 15px;
  border: 0;
  font-size: 24px;
  width: 100%;
}

.address-details .our-centers-images img {
  height: 245px;
}


/*** 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 h2 {
  padding: 0 20px 30px;
}

.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: 20px;
  letter-spacing: 0.11px;
  margin: 0 5px 25px 0;
  cursor: pointer;
  padding: 15px 15px;
  line-height: 15px;
  text-align: center;
  background-color: #e6ebf2;
  -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: 400;
}

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;
  box-shadow: none;
}

.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: 235px;
  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; */
    width: 100%;
    /* overflow: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; */
    margin-bottom: 16px;
    /* padding-bottom: 70px; */
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.tabs li{
    font-size: 15px;
    margin-right: 0;
    padding: 13px 15px;
    margin-bottom: 0;
  }

  .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;
    border-radius: 50px;
  }

  .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 h3 {
    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: 0px;
    padding-left: 5px;
  }

  .add-para a {
    text-decoration: none;
    font-size: 2.4rem;
    color: #000000;
  }

  .introduce h3 {
    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 h4 {
    font-size: 35px !important;
    font-weight: 600;
    color: #7C358B;
    padding: 0 !important;
  }

  .hero-slider-bg img {
    width: 100%;
    padding: 25px;
  }

  .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;
    border: 0px;
    border-radius: 50px;
    color: #ffffff;
    padding: 4px 5px;
    margin-top: 0;
    position: relative;
    z-index: 9999;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
  }

  button.active-tab {
    background: #1f4f86;
  }

  .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;
  }

  label {
    width: 50.5%;
    height: 90%;
    padding: 10px 10px 5px 10px;
    border: 0px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1f4f869e;
    font-family: "Bebas Neue", sans-serif;
  }

  .btn-container {
    padding: 0;
    background-color: #C9D8E8;
    width: 96%;
    height: 60px;
    margin: 0 auto;
  }

  .btn-container label a {
    color: #fff;
    font-size: 18px;
    margin: 0;
  }

  input[type="radio"]:checked+label {
    background-color: #1F4F86;
    box-shadow: 0 0 10px 1px var(--active-btn-box-shadow);
    color: #ffffff;
    font-size: 30px;
    border-radius: 50px;
  }

  .pdl-120 {
    padding-left: 10px !important;
  }

  .pdr-120 {
    padding-right: 10px !important;
  }

  .about_us {
    padding: 10px 10px 20px !important;
  }

}

.about-emscontour {
  padding: 0 20px;
}

/**************************
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 #c9d8e7;
}

.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;
}

.pdl-120 {
  padding-left: 120px;
}

.pdr-120 {
  padding-right: 120px;
}

.bg_pdding {
  border-radius: 10px;
}

.bg_pdding img {
  padding: 15px;
}



/*.slick-prev:before, .slick-next:before {
  color: #1F4F86;
}*/
.slick-next:before {
  content: '→';
  background: url(https://img.icons8.com/ios/50/000000/long-arrow-right.png) 0 0 / 100% no-repeat;
}

.slick-prev:before {
  content: '→';
  background: url(https://img.icons8.com/ios/50/000000/long-arrow-left.png) 0 0 / 100% no-repeat;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 55px;
  line-height: 1;
  opacity: .85;
  color: transparent;
  -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;
}

.waxing-sub-title h5 {
  font-size: 20px;
  color: #B1235B;
  margin-top: 15px;
}




.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;*/
  border-radius: 1rem;
}

.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: 1720px;
  }*/
  #mainNav .navbar-brand {
    padding: 0rem;
    max-width: 20rem;
  }

  ul.tabs {
    display: flex;
    vertical-align: middle;
    position: relative;
    left: 22%;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 56%;
    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;
  }

}

.slick-slider {
  margin-bottom: -10px !important;
}

.hero-swither {
  padding-top: 40px;
}

.slick-dots {
  position: absolute;
  bottom: 35px;
}

/** Media Queries **/
@media (min-width: 1660px) {

  /*.hero-slider-bg p {
      font-size: 22px;
      color: #000;
  }*/
  .hero-slider-bg p {
    font-size: 18px;
    font-weight: 600;
    /* letter-spacing: 0.8px; */
    color: #000;
    font-size: 35px;
    font-weight: 400;
    color: #1F4F86;
    padding: 15px 0 0 70px;
    line-height: 1.3;
  }

  .hero-slider-bg h1 {
    letter-spacing: 2px;
    color: #B1235B;
    font-size: 75px;
    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;
 }*/
  .introduce h3 {
    font-size: 2.2rem;
    color: var(--text-primary);
    margin: 0;
    padding: 15px 0px;
    font-weight: 400;
  }

  .thermages-about h3 {
    font-size: 2.0rem;
    color: var(--text-primary);
    margin: 0;
    padding: 0px 0 15px 0;
    font-weight: 500;
  }

  .about-contour-face h1 {
    font-size: 2.0rem;
    color: var(--text-primary);
    margin: 0;
    padding: 0px 0 15px 0;
    font-weight: 500;
  }

  .btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    background-color: #C9D8E8;
    /* width: 90%; */
    width: 67%;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    border-radius: 50px;
  }

  .btn-container label a {
    color: #fff;
    font-size: 32px;
    margin: 0;
  }

  .about-thermage .thermages-about {
    padding: 20px;
    border-radius: 10px;
  }

  .thermages-about p {
    margin-bottom: 0.5rem;
  }

  .pdl-120 {
    padding-left: 290px;
  }

  .pdr-120 {
    padding-right: 290px;
  }

  .separator h3,
  .not-epilators h3 {
    padding: 0 2rem;
    font-size: 2.5rem;
    color: var(--text-primary);
    font-family: var(--font-m);
    font-weight: 400;
  }

  .separator {
    display: flex;
    align-items: center;
    max-width: 50rem;
    justify-content: center;
    margin: 3rem auto;
  }

  .contact-form h5 {
    color: var(--text-primary);
    font-size: 1.0rem;
    letter-spacing: 0.06px;
    margin: 0 0 2rem 0;
  }

  #enq-login .form-group .form-control {
    /* height: 75px; */
    height: 60px;
    border-radius: 15px;
    border: 1px solid rgb(27 127 204 / 34%);
    /* padding: 10px 10px 10px 40px; */
    padding: 10px 10px 10px 20px;
    font-size: 1.2rem;
  }

  .contact-form form label {
    font-size: 1.0rem;
    color: #00000091;
    text-align: left;
    font-family: sans-serif;
    width: 100%;
    padding-top: 5px;
  }

  .footer-info span,
  a {
    color: var(--text-primary);
    font-size: 1.3rem;
    padding: 1rem 0;
    font-family: var(--font-book);
    margin-right: 2rem;
    text-decoration: none;
  }

  .footer img {
    max-width: 12rem;
  }

  .copyright-txt {
    color: var(--text-primary);
    font-size: 1.0rem;
    letter-spacing: 0.06px;
    font-family: var(--font-l);
    margin-top: 0;
    font-weight: 400;
  }

  .footer {
    padding: 0 5rem 1rem 5rem;
  }

  .content-text p {
    font-family: var(--font-l);
    letter-spacing: 0.08px;
    margin: 0;
    padding: 1rem 2rem;
    line-height: 20px;
    font-size: 1.2rem;
  }

  .add-para a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #000000;
  }

  .center-add h2 {
    font-size: 1.3rem;
  }

  .apponment-scroll a {
    margin: auto 0;
    background: var(--text-primary);
    color: #ffffff;
    border-radius: 10rem 10rem;
    padding: 1.3rem 0;
    text-decoration: none;
    font-size: 1.3rem;
    width: 18rem;
    text-align: center;
  }

  .apponment-scroll {
    position: fixed;
    bottom: 10rem;
    right: 10px;
    z-index: 9999;
    margin: auto 0;
    border: aliceblue;
    left: auto;
    display: flex;
    align-items: center;
    width: auto;
  }

  .whatsapp-scroll {
    position: fixed;
    bottom: 15rem;
    right: 10px;
  }

  .calling-scroll-fixed a {
    font-size: 1.3rem;
  }

  .calling-scroll-fixed {
    position: fixed;
    bottom: 22rem;
    right: 10px;
  }



}



@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 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    color: #B1235B;
    font-size: 65px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .hero-slider-bg h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding-top: 25px;
  }

  .hero-slider-bg h4 {
    font-size: 55px;
    font-weight: 400;
    color: #B1235B;
    padding: 15px 0 0 70px;
  }

  .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 h3 {
    font-size: 3.5rem;
  }

  .dual-power-inner h5 {
    font-size: 16px;
    color: #B1235B;
  }

  .dual-power-inner p {
    font-size: 15px;
    color: #1f4f86;
    font-weight: 400;
    letter-spacing: 0.1px;
  }

  .dual-power-inner h3 {
    font-size: 2.5rem;
    color: #7C358B;
  }

  .dual-power-img {
    background: #C9D8E8;
    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: #1f4f86;
    font-weight: 400;
  }

  .about-thermage .thermages-about {
    padding: 20px 20px;
    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 h4 {
    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: 80px;
  }

  .google-map iframe {
    height: 100%;
    min-height: 235px;
    width: 100%;
    border-radius: 15px;
  }

  .waxing-sub-title h5 {
    font-size: 20px;
    color: #B1235B;
    margin-top: 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-laser h2 {
    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;
}

.height-100 {
  display: flex;
  height: 100%;
}

@media(max-width: 1660px) {
  #enq-login .form-group .form-control {
    padding: 10px 10px 10px 20px;
  }

  .whatsapp-scroll img {
    width: 120px;
  }

  .calling-scroll-fixed img {
    height: 32px;
    padding: 7px;
  }

  .calling-scroll-fixed {
    bottom: 43rem;
  }

  .btn-container {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}

@media(max-width: 1399px) {
  .btn-container {
    width: 70%;
  }
}

@media(max-width: 1199px) {
  .hero-section .hero-inner .hero-left .hero-title h2 span {
    font-size: 37px;
    letter-spacing: -1px;
  }

  .btn-container {
    width: 85%;
  }

  ul.tabs {
    left: unset;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}

@media(max-width: 991px) {
  .btn-container {
    width: 100%;
  }

  ul.tabs {
    width: 100%;
  }
}


@media(max-width: 781px) {
  .calling-scroll-fixed {
    bottom: 28rem;
  }

  .apponment-scroll {
    bottom: 10rem;
  }

  .whatsapp-scroll {
    bottom: 18rem;
  }

  .hero-section .hero-inner .hero-left .hero-title h2 {
    font-size: 31px;
  }

  .hero-section .hero-inner .hero-left .hero-title h2 span {
    font-size: 28px;
    letter-spacing: 0px;
  }
}

@media(max-width: 767px) {
  .address-mobile-para{
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .slick-slide img {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-clear-brilliant {
    padding-bottom: 0;
  }

  .power-benifits {
    padding-top: 0;
  }

  .dual-power-inner h5 {
    font-size: 17px;
  }

  .dual-power-inner p {
    font-size: 16px;
  }

  .waxing-sub-title p {
    padding: 0 !important;
  }

  .inner-text {
    padding: 0;
  }

  .ping-01 {
    padding: 25px 15px;
  }

  #enq-login .form-group .form-control {
    height: 50px;
    font-size: 2.3rem;
  }

  .contact-form .btn {
    height: 50px;
    font-size: 18px;
  }

  .dual-power-inner {
    padding: 25px 15px;
  }

  .bg_pdding img {
    padding: 15px 0;
  }

  .facecontour_img {
    margin-bottom: 15px;
  }

  .first-slider-image {
    margin-top: 37px;
  }

  .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1);
  }

  .about-thermage .thermages-about {
    padding: 20px 15px;
  }

  .introduce {
    padding-top: 30px;
  }
}

.unlock-secret-bottom-margin{
  margin-bottom: 5px;
}