/* font converted using font-converter.net. thank you! */ 

a {color: #9b7f37;}
body{ font-family: 'Nunito Sans', sans-serif; font-size:16px; color:#222; margin:0px; padding:0px;}
header{width:100%; height:auto; background:#fff; padding:0px; z-index:99;}
header.shrink {position: fixed;background: #fff;box-shadow: 0px 3px 10px rgba(100, 100, 100, 0.1); -webkit-animation: smoothScroll 1s forwards; -moz-animation: smoothScroll 1s forwards; -ms-animation: smoothScroll 1s forwards; animation: smoothScroll 1s forwards;padding: 10px 0px; top:0px;}
@-webkit-keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.logo {width:auto; max-width:150px; padding:5px; }
.nav-menu{width:auto; height:auto; float: left;}
.menu-mb{display:none;}
.nav-menu > ul{/*display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content:flex-end;*/ display:block; float:right; list-style:none; padding:0px; margin:0px;}
.nav-menu > ul > li{position:relative; display:inline-block;}
.nav-menu ul li a { padding:34px 20px; display:block; font-size:14px; text-transform:uppercase; font-weight:800; color:#000;font-family: 'Nunito Sans', sans-serif; }
.arrow-mnu{font-size:20px;position: absolute;top: 0px;height: 100%;display: flex;align-items: center;right: -2px;}
.nav-menu ul li a:hover{color:#cdba8a; text-decoration:none;}
 .nav-menu ul li a:active{color:#cdba8a;}
  .nav-menu ul li a:focus{color:#cdba8a;}
.nav-menu ul li .sub-menu{list-style:none;margin:0px;display:none;position:absolute;max-width: 400px;min-width: 300px;background:#fff;z-index: 2; box-shadow: 0px 10px 10px rgba(100, 100, 100, 0.5); border-radius: 0px 0px 10px 10px;  padding: 10px;}
.nav-menu ul li .sub-menu li{display:block;}
/*.nav-menu ul li .sub-menu li:not(:last-child) a{border-bottom:1px solid #dcdcdc;}*/
.nav-menu ul li .sub-menu li a{text-transform: none;color: #000;padding:7px 10px;display:block;font-weight: 700;}
.nav-menu ul li .sub-menu li a:hover{background:#000; color:#dddbc2}
.nav-menu ul li .sub-menu li a br{display:none;}
.nav-menu ul li:hover .sub-menu{display:block;}
.mega-sub-menu{display:none;min-width:600px;max-width:700px;position:absolute;background: #fff;z-index: 2; box-shadow:0px 10px 10px rgba(100, 100, 100, 0.5); border-radius:0px 0px 10px 10px; padding:10px;}
.pos-right{left:initial; right:0px;}
.mega-sub-menu ul{display:block; list-style:none;}
/*.mega-sub-menu ul li:not(:last-child) a{border-bottom: 1px solid #dcdcdc;}*/
.mega-sub-menu ul li a{text-transform: none;color: #525252;padding:7px 10px;display:block;font-weight: 700; border-radius:20px;}
.mega-sub-menu ul li a:hover{background:#000; color:#debb7a; }
.nav-menu ul li:hover .mega-sub-menu{display:block;}
.banner-slide{text-align:center;}
.banner-slide img{margin:auto;}
.banner-section .swiper-button-next:after, .banner-section .swiper-button-prev:after{color:#fff;}
.about-section{position:relative;width:100%;height:auto;padding:50px 0px; background-size:100% auto;min-height: 710px;overflow:hidden;}
.about-content-block{padding: 200px 0px 0px; text-align:right;}
.about-title{width:auto; margin-bottom:10px;}
.about-title h2{font-size:3rem; font-weight:bold; color:#cdba8a;  font-family: "GillSans";}
.about-title p{color:#000 !important; font-size:20px; margin-bottom: 0px;}
.about-content-block  p{color:#5f5f5f; font-size:20px; line-height:26px;}
.btn-appointment{display:inline-block; margin-top:20px; padding:10px 50px; border:1px solid #3b3b3b; color:#515151; text-transform:uppercase; font-size:16px; font-weight:500; position:relative; z-index:1;}
.btn-appointment::before{content:''; width:0px; height:100%; z-index:-1; position:absolute; background:#4b4b4b; left:0px; top:0px; transition:all ease-in-out 0.4s;}
.btn-appointment:hover::before{width:100%;}
.btn-appointment:hover{color:#fff; text-decoration:none;}
.about-img{height:100%; display:block;}
.about-img img{width:100%;}
.p-initial{position:initial;}
/*my new css*/
.cont p{
  font-size: 1.5rem; color:#fff; margin-top:15px;
}
/*/my new css*/

@media screen and (min-width:767px){
	.p-absolute{position: absolute;
    right: -220px;
    top: 0px;
    width: 770px;}	
}
@media screen and (min-width:1024px){
	.p-absolute {
		right: 0; /* override */
	}
}
.featured-section{padding:50px 0px; position: relative;}
.featured-block{width:100%; height:auto;}
.block-heading{ text-align:center;}
.block-heading h2 {text-transform:uppercase;font-family: "GillSans"; color:#cdba8a; font-weight:700; font-size:40px; letter-spacing:3px;}

.service-section{width:100%; height:auto;}
.service-data-list{width:100%; text-align:center;}
.service-data-list ul{padding:0px; margin:0px; text-align:center;}
.service-data-list ul li{list-style:none; display:inline-block;width: 24.7%; margin-bottom:5px;}
.service-box{position:relative;}
.service-box a:hover{text-decoration:none; outline:none}
.service-img img{width:100%; border-radius: 15px;}

.service-overley{position:absolute; top:0px; left:0px; width:100%; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column; -webkit-transition:all ease-in-out 0.4s; -moz-transition:all ease-in-out 0.4s; -ms-transition:all ease-in-out 0.4s;  transition:all ease-in-out 0.4s;}
.service-overley a{display:block;}
.service-overley h3{color:#fff; text-transform:uppercase; font-size:20px;font-family: "GillSans"; letter-spacing:2px;}

.service-overley p, .service-overley .btn-appointment{text-align:center; color:#fff; display:none; -webkit-transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; transition:all ease-in-out 0.3s;}

.service-overley .btn-appointment{border-color:#fff; padding: 8px 30px; font-size: 14px;}
.service-overley .btn-appointment:before{background:#fff;}
.service-overley .btn-appointment:hover{color:#222;}
.service-box:hover .service-overley{background: rgba(75, 75, 75, 0.76);}
.service-box:hover .service-overley p, .service-box:hover .service-overley .btn-appointment{display:block;}
.review-section{width:100%; height:auto; padding:40px 0px;}
.block-heading h3{color:#85553d;font-family: "GillSans"; letter-spacing:3px; text-transform:uppercase;font-weight: 700;
    font-size: 40px;}
.review-block{text-align:center; padding:10px 50px;}
.star-list{text-align:center; margin-bottom:15px;}
.star-list ul{padding:0px;margin:0px; list-style:none; text-align:center;}
.star-list ul li{display:inline-block; margin:0px 2px; color:#ffda2c; font-size:18px;}
.review-block p{color:#717171; font-size:23px;}
.schedule-section{padding:50px 0px; width:100%; height:auto; background-size:contain; }
.schedule-section .formbg{ background:#4b4b4b; border-radius: 20px; padding: 20px;}
.schedule-section .formbg h2{ color: #FFF;}
.schedule-section .formbg p{ color: #FFF;}
.schedule-section .formbg .btnsubmit{ color: #4b4b4b; background: #cdba8a; border: 1px solid #cdba8a}
.schedule-right{width:100%; height:auto;}
.schedule-heading{text-align:center; color:#fff;font-family: "GillSans"; margin-bottom:50px;}
.schedule-heading h2{font-size:3rem; color:#fff;}
.schedule-heading  p{margin:0px; font-size:25px; line-height:30px;}
.schedule-content p{color:#fff; font-size:18px; line-height:24px; text-align:justify; font-weight:300;}
.schedule-bottom{text-align:center; margin:20px 0px;}
.schedule-bottom h3{color:#fff; font-size:3rem; font-weight:100; letter-spacing:5px; text-transform:uppercase; margin-bottom:20px;}
.schedule-appointment{border:1px solid #fff; color:#fff; padding:10px 30px; font-size:500; font-size:18px; text-transform:uppercase; position:relative; z-index:1; font-weight:700;}
.schedule-appointment::before{content:''; width:0px; height:100%; position:absolute; left:0px; top:0px; background:#fff; -webkit-transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; transition:all ease-in-out 0.3s; z-index:-1;}
.schedule-appointment:hover{color:#222; text-decoration:none;}
.schedule-appointment:hover::before{width:100%;}
.gallery-section{max-height:730px; overflow:hidden; position:relative; margin: 50px 0 0 0;}
.gallery-overley{position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(0, 0, 0, 0.4); display:flex; flex-direction:column; align-items:center; justify-content:center;}
.gallery-img img{width:100%;}
.gallery-overley h2{color:#fff;  font-family: "GillSansLight-Regular"; font-size:5rem; font-weight:normal; letter-spacing:3px; margin-bottom:30px;}
.video-section{padding:50px 0px;}
.video-section1{padding:50px 0px; background: #c6dbd6;}
.blog-section{width:100%; height:auo; padding:50px 0px; }
.blog-data-block{margin-top:50px;}
.blog-box{width:100%; height:auto;}
.blog-logo{max-width:50px; margin-bottom:10px;}
.blog-img{margin:5px 0px;}
.blog-desc p{font-size:13px; color:#636363;}
.blog-tag{width:100%; height:auto;}
.blog-tag ul{padding:0px; margin:0px; list-style:none;}
.blog-tag ul li{margin-right:10px; color:#b4b4b4; font-size:20px; cursor:pointer;}
.blog-tag ul li:not(:first-child){float:right;}
.blog-tag ul li:first-child, .blog-tag ul li:nth-child(2){float:left;}
.blog-tag ul li span{font-size:14px;}
.blog-tag ul li:hover{color:#b58c2c;}
footer{position:relative; width:100%; height:auto; padding:50px 0px 80px;}
.ftr-top{width:90%; position:relative; top:-50px; margin:0 auto;}
.ftr-top:before{content:''; width:100%; height:1px; background:#808080; position:absolute; top:50px; z-index:0;}
.ftr-logo{max-width:300px; margin:0 auto; padding:0px 50px; background:#fff; position:relative;}
.footer-menu{width:100%; height:auto; padding:0px; border-right:1px solid #d0d0d0;}
.footer-menu ul{padding:0px; margin:0px; list-style:none;}
.footer-menu ul li a{display:inline-block; padding:3px 0px; color:#4e4e4e; font-size:13px; font-weight:500; text-transform:uppercase;}
.footer-menu ul li a br{display:none;}
.ftr-contact{width:auto;}
.ftr-contact ul{padding:0px; margin:0px; list-style:none;}
.ftr-contact ul li i{color:#385151; margin-right:5px;}
.ftr-contact ul li{color:#000; font-size:15px; text-transform:uppercase; margin-bottom:10px; text-align: center;}
.ftr-contact ul li a{color:#000; font-size: 16px;}
.newslatter-block {margin-top:20px; display:block; overflow:hidden;}
.newslatter-block h3{color:#000000; text-transform:uppercase; font-size:25px; letter-spacing:3px;  font-family: "GillSans"; margin-bottom:50px;}
.newslatter-form .input-text{border:1px solid #000; width:70%; height:40px; padding:0px 10px; display:inline-block;}
.btn-newsletter{margin-left:-4px; border:1px solid #000; border-left:0px; height:40px; padding:5px 40px; display:inline-block;}
.btn-newsletter:hover{background:#222; color:#fff;}
.social-media{text-align:center; margin-top:50px;}
.social-media ul{padding:0px; margin:0px; list-style:none;}
.social-media ul li {display:inline-block; font-size:16px; margin:0px 10px;}
.social-media ul li a{color:#385151;}
.social-media ul li a:hover{color:#222;}
.fotrer-bttom{padding:40px 0px 0px; }
.fotrer-bttom p, .fotrer-bttom p a{color:#474747;font-size: 14px;font-weight: 400; text-align: center;}
.swiper-button-next:focus, .swiper-button-prev:focus{border:none; outline:none;}
.swiper-button-next:after, .swiper-button-prev:after{color:#222;}
/*----Inner Pages---*/
.inner-page{width:100%; height:auto; position:relative; overflow:hidden;}
.acne-scare-section{width:auto;/* padding-bottom:50px */}
.breadcrumb{background:none; width:auto;justify-content: flex-end;}
.breadcrumb ul{padding:0px; display:flex; justify-content:end;}
.breadcrumb ul li{list-style:none; padding:0px 10px; position:relative;}
.breadcrumb ul li, .breadcrumb ul li a{color:#000000; font-size:18px;}
.breadcrumb ul li br, .breadcrumb ul li a br{display:none;}
.breadcrumb ul li a, .breadcrumb a:hover{color:#81afaf; text-decoration:none;}
.breadcrumb ul li:not(:last-child):after{content:'\f105'; position:absolute; font-family:FontAwesome; right:0px; top:0px;}
.inner-first-left{width:100%;height:auto;text-align:right;padding-top:0x;}
.inner-first-left h1{ color:#fff; /* color:#debb7a; */ font-size:3.6rem; font-family: "GillSansBold";letter-spacing: 7px;line-height: 4rem;margin-bottom:30px; text-transform:uppercase;}
.inner-first-left p{/*font-size: 1.8rem;color:#000;font-weight:300;line-height: 2.5rem;*/font-size: 2.4rem;
    color: #000;
    font-weight: 300;
    line-height: 3rem;}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.treatment-center-section{width:100%;height:auto;padding:70px 0px 80px;background: #fff5f0 url(../images/treatment-bg.html) no-repeat center top;background-size: 100% auto;}
.acne-treatment-section{padding:50px 0px 100px;}
.treatment-heading h2{color:#fff;font-size:4rem;font-family: 'aileronblack';/*font-family: "GillSans";*/font-weight:bold;padding:20px 0px 20px;}
.treatment-center-section .content-block{ padding:0px 0px; text-align:center;}
.treatment-center-section .content-block p, .content-block p{font-size: 26px;color:#fff;line-height: 36px;}

.image-filter-section{padding:50px 0px 50px; background:#fff5f0; overflow:hidden; z-index:1; position:relative; }
.img-block-content{padding:0px 40px;}
.img-block-content h4{font-weight:bold;font-size: 1.5rem;color:#545454;line-height: 32px;margin-bottom:40px;}
.img-block-content p{font-weight:300;font-size: 1.5rem;color:#545454;line-height: 32px;}
.best-treatment-bg{width:100%;height:auto;padding:70px 0px 140px;background:url(../images/best-treatment-bg.html) no-repeat top center;background-size:100% auto;}
.acne-best-section{padding:60px 0px 145px;     background-size: cover;}
.fluied-section{padding:100px 0px 135px;}
.fluied-content{padding-left: 30px;  padding-top: 10px; max-width:80%;}
.fluied-content h2 {font-family: "GillSansBold";font-size: 2.5rem; color:#fff; letter-spacing: 3px; margin-bottom: 30px;}
.fluied-content p{font-size: 25px; color:#fff;}
.acne-best-section .best-treat-left p{font-size:30px;}
.best-treat-left{padding:10px 60px; border-right:1px solid #fff; text-align:right; height:100%;}
.best-treat-left h2{  font-family: 'aileronblack';font-size: 4rem;color:#fff;margin-bottom:30px;}
.best-treat-left p{font-size: 25px;color:#fff; font-weight:300;}
.best-treat-right{padding-left:20px;}
.best-treat-right{max-width:80%; padding-left:20px;}
.best-treat-right p{color:#fff;font-size: 2.2rem;line-height: 3rem;}
.info-section{position:relative;padding: 20px 0px 23px;}
.info-content{text-align:left;}
.info-content p{color:#343434;font-weight:300;font-size: 1.5rem;}
.info-section .p-absolute{top: -28%;width: 60%;z-index: -1;}
.we-offer-block{padding: 60px 0px;background: #85553d; position:relative; overflow:hidden;}
.we-offer-block:before{content:'';width: 90%;height: 400px;background: url(../images/brown-bg-lotus-right.html) no-repeat bottom right;position:absolute;right: -23px;top: 10%;background-size: contain;}
.offer-content{text-align:center;}
.offer-content p{font-size:1.5rem; color:#fff;}
hr{background:rgba(92, 92, 92, 0.14); margin:20px 0px;}
.treated-section{padding:40px 0px 30px;}
.trated-heading{margin-bottom:50px;}
.trated-heading h3{text-align:center; font-family:"GillSans"; font-size:2.5rem; color:#cdaa68}
.get-ready-section {margin-bottom: 50px; border-top: 1px solid #dddbc2; background: #dddbc2;}
.get-right h3{font-size:3.5rem; line-height:4rem; font-family:"GillSansBold"; color:#debb7a; letter-spacing:3px; }
.get-right p{color:#000000; font-size:2.5rem;}
.btn-get-started{display:inline-block; padding:10px 40px; border:1px solid #000; position:relative; z-index:1; color:#debb7a; font-weight:500; font-size:1.3rem; text-transform:uppercase; font-family: 'Nunito Sans', sans-serif;}
.btn-get-started:hover{color:#fff !important; text-decoration:none; box-shadow: none !important;}
.btn-get-started:before{content:''; width:0px; height:100%; position:absolute; left:0px; top:0px; background:#000; z-index:-1; -webkit-transition:all ease-in-out 0.4s; -moz-transition:all ease-in-out 0.4s; -ms-transition:all ease-in-out 0.4s; transition:all ease-in-out 0.4s;}
.btn-get-started:hover::before{width:100%;}
.dimple-treated-section{background-color:#fff; padding:50px 0px 110px;}
.dimple-creation-full{background:url(../images/creatuion-pro.html) no-repeat; background-size:100% auto; padding: 70px 0px 130px;}
.dimple-content h2{ font-family: 'aileronblack'; color:#fff; font-size:4rem; margin-bottom:20px;}
.dimple-content p{font-size:1.5rem; font-weight:300; color:#fff;}
.smile-section-new{background:url(../images/dimple-treatment-bg.html) no-repeat bottom center; background-size:100% auto; padding:50px 0px 100px; }
.smile-block1{padding:0px 0px; position:relative; }
.smile-block1 p{color:#fff; font-size:1.5rem; font-weight:300;  font-family: 'aileronlight';}
.lower-heading{font-size:1.5rem; font-family:"GillSansBold"; color:#3a3a3a;}
.deep-img h4{color:#fff;  font-family: 'aileronblack'; font-size: 4rem; font-weight:bold;}
.treatment-center-section .block-top-padd{padding:45px 0px;}
.smile-section{background:url(../images/dimple-treatment-bg.html) no-repeat bottom center; background-size:100% auto; padding:106px 0px; }
.smile-block{padding:30px 0px; position:relative; top:20%}
.smile-block p{color:#fff; font-size:30px; }
.smile-block1 p strong{ font-family: 'aileronheavy';}
.blank-section{min-height: 450px;padding-top: 50px;position:relative;}
.smile-img{ margin-bottom:30px; box-shadow:0px 10px 10px rgba(0, 0, 0, 0.2);}
.upper-lower-section{width:100%;height:auto;padding:90px 0px 130px;background:#fff5f0 url(../images/upper-lower-bg.html) no-repeat top center;background-size:100% auto;}
.upper-block-left{text-align:right; padding-right:30px; border-right:1px solid #fff; height:100%}
.upper-block-left h2, .upper-block-right h2{font-family:"GillSansBold";font-size: 2.5rem;color:#fff;letter-spacing:5px;margin-bottom:20px;}
.upper-block-left p, .upper-block-right p{font-size: 1.4rem;color:#fff;}
.eye-bag-section{background:#fff5f0; padding-top:50px; }
.eye-content-block { margin-bottom: 30px;}
.eye-content-block h3{font-size:3rem;font-family:"GillSansBold";color:#000;text-align:center;padding-bottom:20px;overflow: hidden;letter-spacing: 2px;}
.eye-content-block p{font-size:1.5rem; color:#545454; line-height:2rem; font-weight:300;}
.double-section{background:url(../images/double-eye-bg.html) no-repeat;background-size: 100% auto;padding: 90px 0px 45px;}
.double-eye-content h3{margin:10px 0px; font-family:"GillSansBold"; font-size:3rem; color:#fff; letter-spacing:4px;}
.double-eye-content p{color: #fff; font-size: 25px; line-height: 35px; margin-bottom: 30px;}
.double-eye-content ul{padding-left:20px; margin-bottom:20px;}
.double-eye-content ul li{font-size:1.3rem; color:#fff; font-weight:300; margin-bottom:5px;}
.eye-clr-sction{padding:50px 0px;}
.block-heading-section{text-align:center; padding:10px 0px;margin-bottom:10px;}
.block-heading-section h3{color:#a26639;font-family: 'aileronblack';letter-spacing:3px; font-size:4rem;}
.chng-conent p{font-weight:300; color:#343434; font-size:1.5rem;}
.experince-section{background:url(../images/experince-bg.html) no-repeat top center; padding:30px 0px 80px; background-size:100% auto;}
.block-left-neck{text-align:right; border-right:1px solid #fff; height:100%; padding-right:40px;}
.block-right-neck{padding-left:10px;}
.block-left-neck h2 { color: #fff;font-family: "GillSansBold";     font-size: 3rem;}
.block-left-neck p, .block-right-neck p{font-size:1.5rem; color: #fff; font-weight:300;}
.fce-nk-block-content{ margin-top:0px; padding-left:0px;}
.fce-nk-block-content h4{font-size:4rem; color:#85553d; margin-bottom: 30px; line-height: 63px; font-weight:bold;  font-family: 'aileronblack';}
.fce-nk-block-content p, .fce-nk-block-content ul li{font-size:1.5rem; color:#545454; font-weight:300; }
.fce-nk-block-content ul{padding:0px; list-style:none;}
.fce-nk-block-content ul li{position:relative; padding-left:20px;}
.fce-nk-block-content ul li:before{content:''; width:8px; height:8px; border-radius:50%; background:#545454; position:absolute; left:0px; top:13px;}
.bg-whiite{background:#fff !important;}
.thinning-bg{padding:120px 0px 150px; background:#fff5f0 url(../images/thinning-bg.html) no-repeat; background-size:100% auto;}
.content-block-thinning{text-align:center;	}
.content-block-thinning p{color:#fff; font-size:1.5rem; font-weight:300;}
.liposuction-section{padding:80px 0px 120px; background:#fff5f0  url(../images/liposuction-bg.html) no-repeat; background-size:100% auto;}
.liposuction-section .best-treat-left{padding-right:30px;}
.liposuction-section .best-treat-left h2{font-size:4rem;}
.liposuction-img{padding:0px 20px; padding-left:50px; max-width:100%; }
.bone-face-section{padding:60px 0px 70px; background:#fff5f0 url(../images/bone-face-bg.html) no-repeat top center; background-size:100% auto;}
.bone-augmentation{padding:100px 0px 130px;}
.check-bone-content-block{text-align:center;}
.check-bone-content-block h2{  font-family: 'aileronblack'; font-size:4rem; color:#fff;  margin-bottom:30px}
.check-bone-content-block  p{color:#fff; font-size:1.5rem; margin-bottom:20px;}
.check-bone-content-block ul{padding:0px; margin:15px 0px;}
.check-bone-content-block ul li{list-style:none; position:relative; text-indent:25px; font-size:1.5rem; line-height:2.4rem; color:#fff; margin-bottom:15px;}
.check-bone-content-block ul li:before{content:''; width:13px; height:13px; border-radius:50%; position:absolute; left:0px; top:12px; background:#fff;}
.mandible-block{padding:50px 0px;}
.mandible-block h3{text-align:center; color:#85553d; font-size:4rem;  font-family: 'aileronblack';  margin-bottom:30px;}
.mandible-content p{font-size:1.5rem; color:#545454; font-weight:300;}
.forehead-treated{padding:50px 0px 75px;}
.forehead-best{background:#fff5f0 url(../images/forehead-orange.html) no-repeat; background-size:100% auto; padding:170px 0px;}
.forehead-content-block h2{font-size:4rem; font-family: 'aileronblack'; /*font-family:"GillSansBold"; */color:#fff;}
.forehead-content-block p{font-size:1.5rem; color:#fff; }
.light-creame-bg{background:#fff5f0;}
.lip-face-scetn{padding-bottom:110px;}
.lip-reduction-section{padding:20px 0px; background:#fff5f0; overflow:hidden;}
.lip-Shap-section{background:url(../images/lip-sphe-bg.html) no-repeat; padding:60px 0px 150px;}
.lip-shap-row{background:#85553d; position:relative; z-index:1;}
.lip-shap-row:before{content:''; width:100%;  height:100%; z-index:-1; position:absolute; left:0px; top:0px; background:url(../images/brown-bg-lotus-right.html) no-repeat left -20% bottom; background-size:70% auto;}
.lip-shap-row:after {content: ''; position: absolute; border-left: 100vw solid #fff; border-bottom: 100px solid transparent; top: 0px;  left: 0; z-index:-1;}
.lip-shape-content h2{font-size:4rem; font-family: 'aileronblack'; color:#fff; margin-bottom:30px;}
.lip-shape-content p{font-size:1.5rem; color:#fff; line-height:2.3rem;}
.lip-shape-content ul{padding:0px; list-style:none; margin:15px 0px;}
.lip-shape-content ul li{position:relative;font-size:1.5rem; color:#fff; line-height:2.3rem; margin-bottom:15px; text-indent:25px; }
.lip-shape-content ul li:before{content:''; width:15px; height:15px; background:#fff; border-radius:50%; position:absolute; left:0px; top:10px;}
.sape-heading {padding:15px 0px;}
.sape-heading h2{font-family:"GillSansBold"; color:#fff; letter-spacing:4px; font-size:3rem;}
.facts-about-section{width:100%; height:auto; padding:30px 0px 140px; background:url(../images/fact-about-bg.html) no-repeat ; background-size:100% auto;}
.nuto-right{padding-left:30px;}
.lift-content-nutro{padding:15px 0px;}
.lift-content-nutro h4{font-size:2.5rem; font-weight:300; color:#000; margin-bottom:15px;}
.lift-content-nutro p{font-size:1.3rem; color:#545454; margin-bottom:20px;}
.nutro-img{margin:20px 0px;}
.filler-section{width:100%; height:auto; padding:100px 0px 180px; background:url(../images/filler-bg.html) no-repeat; background-size:100% auto;}
.filler-heading{margin-bottom:50px;	}
.filler-heading h2{margin:10px 0px;text-align:center; color:#fff;  font-family: 'aileronblack'; font-size:4rem;}
.filler-content {padding:10px 0px}
.filler-content p, .filler-content ul li{color:#fff; font-size:1.5rem;}
.filler-content ul{padding:0px; list-style:none;}
.filler-content ul li{position:relative; padding-left:20px;}
.filler-content ul li:before{content:''; width:8px; height:8px; border-radius:50%; background:#fff; position:absolute; left:0px; top:10px;}
.filler-checked ul li{padding-left:0px;text-indent: 30px;margin-bottom:10px;}
.filler-checked ul li:before{background:url(../images/right-circle-icon-white.html) no-repeat;background-size:contain;width: 30px;height: 23px;border-radius:0px;}
.sug-block-heading{padding:10px 0px;  margin-bottom:20px; text-align:center;}
.sug-block-heading h2{color:#545454; font-family:"GillSansBold"; letter-spacing:4px; font-size:3.5rem;}
.sug-block-heading p{font-size:2rem; color:#3a3a3a; font-family:"GillSans";  }
.permanent-brow-section{padding:50px 0px 100px; background:url(../images/permanent-bg.html) no-repeat; background-size:100% auto;}
.removal-section{padding-top:140px;}
.removal-section .check-bone-content-block h2{font-size:3.5rem;}
.brow-content h2{color:#fff; font-size:4rem;font-family: 'aileronblack';}
.brow-content p{color:#fff; font-size:1.3rem;}
.brow-right{padding-left:20px; border-left:1px solid #fff;}
.breast-removed-section{width:100%; height:auto; background:url(../images/breast-reco-bg.html) no-repeat top center; background-size:100% auto; padding:50px 0px 80px;}
.breast-right1{padding-right:20px; max-width:500px; float:right;}
.breast-content{padding:0px 0px;}
.breast-content h2{color:#fff; font-family:"GillSansBold"; letter-spacing:3px; font-size:3rem; }
.breast-content p{color:#fff; font-size:1.5rem; font-weight:300;}
.breast-red-imgae{position:relative; z-index:2;}
.inline-tag ul{text-align:center; text-align:center; padding:0px; margin:0px 0px 20px ; text-align:center;}
.inline-tag ul li{display:inline-block; font-size:2rem; font-weight:bold; color:#2e2e2e; padding:0px 30px;}
.inline-tag ul li:not(:last-child){border-right:2px solid #2e2e2e;}
.chest-reduction-section{padding: 60px 0px; background:url(../images/ct-bg.html) no-repeat; background-size:100% auto;}
.chest-content-left{border-right:1px solid #fff; padding:20px 0px; padding-right:50px; text-align:right}
.chest-content-right{padding:20px 0px; padding-left:20px; text-align:left}

.chest-content-left p, .chest-content-right p{font-size:1.4rem; color:#fff;}
.chest-reshapingsect{padding:50px 0px 80px;}
.chest-red-content ul{padding:0px; margin:0px;}
.chest-red-content ul li{font-weight:300; font-size:1.3rem; margin-bottom:10px;}
.nose-face-scetn{padding-bottom:85px;}
/*----------------*/
.abdect-section{background:url(../images/abd-bg.html) no-repeat; padding:100px 0 130px; background-size:100% auto;}
.bdect-block-content{ margin-bottom:30px;}
.bdect-block-content p{font-size:1.5rem; color:#545454; font-weight:300;}
.abd-tumy-img{margin:15px 0px;}
.invlove-section{padding:50px 0px; background:url(../images/invloves-bg.html) no-repeat; background-size:100% auto;}
.invloved-block-content{width:100%; text-align:center;}
.invloved-block-content h4{font-family:"GillSansBold"; font-size:3.5rem; letter-spacing:4px; color:#fff; }
.invloved-block-content p, .content-block p{color:#fff; font-size:1.5rem; font-weight:300;}
.full-content-section{padding:40px 0px;}
.content-block p{color:#545454; font-size:1.5rem; font-weight:300;}
.content-block h4{font-size:3.5rem; font-family:"GillSansBold"; color:#000; margin:20px 0px;}
.recovery-section{width:100%; height:auto; padding:82px 0px; background:url(../images/recovery-bg.html) no-repeat ; background-size:100% auto;}
.recovery-title{text-align:center; padding:10px 0px 30px;}
.recovery-title h3{color:#fff; font-size:3.5rem; font-family:"GillSansBold"; letter-spacing:4px;}
.border-left{border-left:1px solid #fff;}
.recovery-content p, .recovery-content-right p{color:#fff; font-size:1.5rem; font-weight:300;}
.recovery-content-right{padding-left:30px}


/*** MEN MAKEOVER ***/
.fullLotous_Bg {
    position: relative;
    background-color: #d9bf8f;
	background-image:url(../images/lotusbg-img.html);
	background-repeat:no-repeat;
	background-size:inherit;
    overflow: hidden;
    width: 100%;
    padding: 100px 0px 50px 0px;
    background-position: center center;
}
.fullLotous_Bg:after{
    content:'';
    position:absolute;
    bottom:0; left:0;
    border-left:150vw solid #fff;
    border-top:100px solid transparent;
}
.min-height-600 { min-height:600px; }
.block-content { padding-top:100px;}
.pt-100 { padding-top:80px; }
.makeOver-content { width:100%; padding:0px 0px 50px; color:#000; }
.makeOver-content h2 { font-weight: 900; font-size: 2.5rem; font-family:"GillSansBold"; letter-spacing:2px; }
.handshake-bg { position: relative;
    background-color: #d9bf8f;
	background-image:url(../images/handshake-image.html);
	background-repeat:no-repeat;
	background-size:inherit;
    overflow: hidden;
    width: 100%;
    padding: 100px 0px 50px 0px;
    background-position: center center; }
	
.handshake-bg:after{
    content:'';
    position:absolute;
    bottom:0; left:0;
    border-right:150vw solid #fff;
    border-top:100px solid transparent;
}
.min-height-400 {
    min-height: 400px;
}
.handshake-content { color:#fff; font-size:1.5rem; line-height:32px; }
.handshake-content h2 {     
	font-family: "GillSansBold";
    color: #fff;
    letter-spacing: 2px;
    font-size: 3rem; }
	
.hairReducation { width:100%; padding:50px 0px;}
.hairReducation-content { font-size:1.5rem; line-height:32px; }
.hairReducation-content h3 {     
	font-family: "GillSansBold";
    letter-spacing: 2px;
    font-size: 3rem; }
	
/*** Face Lift ***/

.faceLift-content { text-align:center; color:#fff; padding-bottom:100px;  }
.faceLift-content p { font-size:1.3rem; line-height:30px; }

.threadFacelift { width: 100%; padding: 50px 0px 100px; text-align: center; font-size: 1.2rem; color: #545454; line-height: 28px; }
.threadFacelift h2, .miniFace-lift h2 { color: #000; margin-bottom: 25px; font-weight: 700; }
.paraLeft { text-align:left; }
.paraRight { text-align:right; }
.paraCenter { text-align:center; }
.miniFace-lift { padding-top:25px; }

.classic-faceLift {     padding: 50px 0px;
    background: #fff3e1;
    color: #3e3e3e;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: justify; } 
	
.classic-content p { font-size:1.3rem; }

.faceLIftBg {     
	background-color:#fff;
    background-size: contain;
    padding: 0px 0px 100px 0px;
    background-position: bottom center; }
	
.faceLIftBg .handshake-content h2 { font-size:2rem; padding-top:25px; }

/*** Contact us ***/

.page-id-8 .inner-first-left, .page-id-8 .breadcrumb { display:none; }
.contactDetails { background:#f9f9f9; padding:25px 0px; margin-bottom:50px;}
.monishaKapoor-details { background:#fff; padding:0px; -webkit-box-shadow: -1px 0px 29px -2px rgba(199,199,199,1);
-moz-box-shadow: -1px 0px 29px -2px rgba(199,199,199,1);
box-shadow: -1px 0px 29px -2px rgba(199,199,199,1); min-height: 500px; border-radius: 5px; }
.contact-content { padding:15px; }
.contactMap iframe { margin-bottom:-10px; }
.name-designation { text-align: center; font-size: 25px; color: #654712; line-height: 25px; padding-top: 10px; }
.name-designation span { font-size: 14px; color: #000;}
.address { position:relative; padding-left:45px; }
.address:before {
	content: "\f041";
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    font-size: 22px;
    color: #807e7e;
}

.contactPhone { position:relative; padding-left:45px; }
.contactPhone:before {
	content: "\f2a0";
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    font-size: 22px;
    color: #807e7e;
}
.contactPhone a { font-size: 15px;
    color: #404040;
    text-decoration: none;
    box-shadow: none;
    padding: 5px 0px; }
	
.contactPhone a:hover { box-shadow:none !important; }
	
.whatsAppNumber { position:relative; padding-left:45px; }
.whatsAppNumber:before {
	content: "\f232";
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    font-size: 22px;
    color: #1fa67a;
	top:-4px;
}

.email { position:relative; padding-left:45px; } 
.email:before { content: "\f003"; font-family: 'FontAwesome'; position: absolute; left: 15px;
font-size: 19px; color: #807e7e; }
.email a { color: #404040; text-decoration:none; box-shadow:none !important; }
.email a:hover {color:#9b7f37;}
.contactForm { padding:0px 35px; }
.contactForm h2 {     
margin-bottom: 25px;
    color: #906c28;
    font-size: 25px;
    font-weight: 600;
    font-family: "GillSansBold";
    text-transform: uppercase;
    letter-spacing: 3px; }
.contactForm label { width:100%; }
.contactForm .form-control { border-radius: 50px !important; height: 45px; padding: 10px 15px !important; font-size: 14px; }

.contactForm textarea.form-control {
    height: auto;
    border-radius: 25px !important;
    height: 150px;
}

.contactForm input[type="submit"] {
	font-size: 16px;
    text-transform: uppercase;
    padding: 11px 25px;
    /* border-radius: 50px; */
    background: #86611f;
    font-weight: normal;
}


p:empty{display:none !important;}

.brow-left-first-section{width:100%; height:auto; padding:70px 0px 100px; background:url(../images/brow-left-first-bg.html) no-repeat; background-size:100% auto;}
.browlift-heading{text-align:center; margin-bottom:20px;}
.browlift-heading h2{ font-family: 'aileronblack'; color:#fff; font-size:4rem;}
.content-block-brow-full{margin-bottom:50px;}
.content-block-brow-full p, .content-block-brow p{font-size:1.3rem; font-weight:300; color:#fff;}
.content-block-brow h3{font-family:"GillSansBold"; color:#fff; font-size:2.8rem; letter-spacing:4px; text-align:left;}
.content-block-brow ul{padding-left:30px; display: flex;}
.content-block-brow ul li{color:#fff; font-size:1.2rem; margin-bottom:0px; width: 48%; margin-right: 46px;}
.dermal-section{padding:50px 0px 100px; background:url(../images/dirmal-bg.html) no-repeat; background-size:100% auto;}
.dermal-left h2, .dermal-right h2{font-size:3.5rem; color:#fff; font-family:"GillSansBold"; margin-bottom:20px;}
.dermal-left p, .dermal-right p{font-size:1.5rem; color:#fff; font-weight:300;}
.dermal-left{text-align:right; padding-right:20px;}
.dermal-right{text-align:left; padding-left:40px;}
.lift-content-nutro h3{font-family:'GillSansBold'; font-size:3rem; color:#494949; 	}
.ideal-section{padding:50px 0px;}
.lift-content-nutro ul li{font-size:1.5rem; margin-bottom:10px; color:#343434; font-weight:300;}
.lift-content-nutro h5{font-family:"GillSansBold"; color:#474747; font-size:2.4rem; letter-spacing:3px;}
.brazillian-section{width:100%; height:auto; padding:100px 0px 170px; background:url(../images/braillian-bg1.html) no-repeat; background-size:100% auto;}
.butsurgey-section{padding:50px 0px; background:url(../images/surgery-bg.html) no-repeat; background-size:100% auto;}
.but-surgry-content{text-align:center;}
.but-surgry-content h3{font-family:"GillSansBold"; color:#fff; font-size:3.5rem; letter-spacing:4px; margin-bottom:15px;}
.but-surgry-content p{font-size:1.5rem; color:#fff; font-weight:300;}
.arm-section{width:100%; height:auto; padding:120px 0px 140px; background:url(../images/armlift-bg.html) no-repeat; background-size:100% auto; }
.armlift-content h2{color:#fff;  font-family: 'aileronblack';font-size:4rem; }
.armlift-content p{color:#fff; font-size:1.5rem; font-weight:300;}
.body-surgry-content p{color:#383838; font-size:1.5rem; font-weight:300;}
.results-last-section{width:100%; height:auto; padding:100px 0px 175px; background:url(../images/long-shape-bg.html) no-repeat; background-size:100% auto;}
.faq-block-section{padding:50px 0px; position:relative; z-index:1;}
.faq-block-section:before{content:''; width:50%; height:100%;background:url(../images/faq-lotus.html) no-repeat bottom right; position:absolute; right:0px; top:0px; z-index:-1;  }
.faq-block-content{width:100%;}
.faq-heading{margin-bottom:30px; text-align:center}
.faq-heading h3{font-family:'GillSansBold';  font-family: 'aileronblack'; font-size:4rem; color:#85553d;}
.faq-block-new .card{background:none;}
.faq-block{margin-bottom:30px;}
.faq-block h4{font-family:'GillSansBold'; font-size:2.5rem; color:#747474; letter-spacing:3px;}
.faq-block p{color:#747474; font-size:1.5rem; font-weight:300;}
.accordion>.card{border:none; border-radius:0px;}
.accordion>.card>.card-header{background:#bb8b5c;color:#fff; font-family: 'aileronbold';font-size:1.4rem;padding: 6px 20px;letter-spacing: 3px; margin-bottom:15px !important; cursor:pointer;}
.accordion>.card>.card-header a{text-decoration:none;}
.card-title br{display:none;}
.faq-accordion-block .card-body{font-size:1.3rem; color:#9c9c9c; font-weight:300;     font-family: 'Nunito Sans', sans-serif;}
.fce-nk-block-content h5{font-size:1.5rem; color:#565656; font-family:"GillSansBold"; letter-spacing:3px; }
.faq-accordion-block .card-body ul{padding-left:30px;font-size: 1.5rem; color: #545454; font-weight: 300;}
.brown-section{padding:70px 0px; background:#85553d;}
.brown-bg{background-image:url(../images/brown-bg-lotus.html); background-repeat:no-repeat;  background-position: left center; background-size: 35% auto; }
.brown-block-content h4{font-size:3rem;  font-family: 'aileronblack'; color:#fff; margin-bottom:30px; }
.brown-block-content p{font-size:1.3rem; color:#fff;}
.glassshape-section{background:url(../images/glass-bg.html) no-repeat; background-size:100% auto; padding:100px 0px 130px;}
.handfeet-section{background:url(../images/handfeet-bg.html) no-repeat; background-size:100% auto; padding:50px 0px;}
.thighgap-section{background:url(../images/thiggap-bg.html) no-repeat; background-size:100% auto; padding:130px 0px 170px;}
.liposuction-offer-section{background:url(../images/liposuctionoffer-bg.html) no-repeat; background-size:100% auto; padding:40px 0px 80px;}
.liposuction-content h2{font-size:2.8rem; font-family:'GillSansBold'; color:#fff; letter-spacing:3px; margin-bottom:30px;}
.liposuction-content p{font-size:20px; font-weight:300; color:#fff;}
.laserassted-section{background:url(../images/laser-assited-bg.html) no-repeat; background-size:100% auto; padding:100px 0px 30px;}
.laser-content h3{font-family:"GillSansBold"; color:#fff; font-size:2.5rem; letter-spacing:3px; margin-bottom:20px;}
.laser-content p{color:#fff; font-size:1.5rem; font-weight:300;}
.laser-as-content p{color:#343434; font-size:1.5rem; font-weight:300;}
.meso-section{width:100%; height:auto; padding:50px 0px; background:url(../images/msp-bg.html) no-repeat; background-size:100% auto;}
.sixpeck-section{padding:75px 0px; background:url(../images/packs-bg.html) no-repeat; background-size:100% auto;}
.packsuregry-section{padding:60px 0px; background:url(../images/pack-bg2.html) no-repeat; background-size:100% auto;}
.vignl-section{padding:50px 0px 70px; background:url(../images/vignl-bg.html) no-repeat; background-size:100% auto;}
.vign-brown{background:url(../images/vgn-brown-bg.html) no-repeat; background-size:100% auto; padding:80px 0px;}
.vign-heading{margin-bottom:30px; text-align:center;}
.vign-heading h3{font-family:"GillSansBold"; color:#fff; font-size:3rem; letter-spacing:4px;}
.vign-content p{font-size:1.5rem; font-weight:300; color:#fff;}
.zomedcial-section{background:url(../images/zo-medical-bg.html) no-repeat; background-size:100% auto; padding:50px 0px 90px;}
.zo-skin-content ul{padding:0px; list-style:none;}
.zo-skin-content ul li{font-family:"GillSansBold"; font-size:3rem; color:#575757; letter-spacing:4px; margin-bottom:10px;}
.zo-level-content ul{padding:0px; list-style:none;}
.zo-level-content ul li{color:#fff; text-align:center; margin-bottom:25px;}
.zo-level-content ul li h4{font-weight:bold; font-size:2.5rem; color:#fff;}
.zo-level-content ul li p{font-size:1.5rem;}
.zolevel-section{width:100%; height:auto; padding:80px 0px 120px; background:url(../images/zo-lvlbg.html) no-repeat; background-size:100% auto;}
.silpeel-section{width:100%; padding:80px 0px; background:url(../images/peel-bg.html) no-repeat; background-size:100% auto; }
.body-section{width:100%; height:auto; padding:100px 0px 110px; background:url(../images/body-content-bg.html) no-repeat; background-size:100% auto;}
.body-contouring-content h4{font-family:"GillSansBold"; color:#000; letter-spacing:4px; font-size:3rem;}
.body-contouring-content p{font-size:1.5rem; font-weight:300;}
.body-contouring-short p{font-size:1.3rem; font-weight:300; padding-top:20px;}
.body-contouring-short h5{font-size:2rem; font-family:"GillSansBold"; letter-spacing:3px; padding-top:0px}
.body-contouring-short h3{font-size:2.5rem; font-family:"GillSansBold"; letter-spacing:4px; margin-top:20px; margin-bottom:30px; padding-top:0px;}
.body-contouring-short h3 span{color:#ad5813;}
.body-contouring-short h6{font-family:"GillSansBold"; font-size:2rem; letter-spacing:3px; padding-top:0px; }
.body-contouring-short p.mailto-connet a{font-size:1.5rem; color:#000;}
.border-brown-top{border-top:1px solid #ad5813;}
.hair-section{padding: 55px 0px 100px;}
.breast-main-section{padding:50px 0px 100px; background:url(../images/breast-main-bg.html) no-repeat; background-size:100% auto; }
.heading-block-main{margin-bottom:25px;}
.heading-block-main h3{font-size:3rem; font-family:"GillSansBold"; letter-spacing:4px; color:#000; padding:0px;}
.heading-block-main p{font-size:1.5rem; font-weight:300; color:#545454;}
.surgical-breast-section{width:100%; height:auto; padding:40px 0px 70px; background:#fff1eb url(../images/sg-breast-bg.html) no-repeat; background-size:100% auto;}
.surgical-breast-content h2{font-size:4rem; color:#fff; font-family: 'aileronblack'; margin-bottom:20px;}
.surgical-breast-content p{color:#fff; font-size:1.5rem; font-weight:300; margin-bottom:15px;}
.surgical-breast-content strong{font-weight:600; display:inline-block; margin-bottom:30px;}
.surgical-breast-content ul{padding:0px; margin:0px}
.surgical-breast-content ul li{position:relative; text-indent:20px; color:#fff; font-size:1.5rem; list-style:none; margin-bottom:15px;}
.surgical-breast-content ul li:before{content:''; width:12px; height:12px; background:#fff; border-radius:50%; position:absolute; left:0px; top:12px;}
.skin-section{width:100%; height:auto; padding:70px 0px 120px; background:url(../images/skin-bg.html) no-repeat; background-size:100% auto;}



.lotus-bg-row{position: relative;background: #385151;overflow: hidden;background-size: 60% auto;z-index: 1; }
.lotus-bg-row:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 80%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-size: contain; 
}
.lotus-bg-row:after{content:''; position:absolute;  bottom:0; left:0;  border-left:100vw solid #fff; border-top:100px solid transparent; z-index:-1;}
.lotus-after:after{border-left-color:#fff5f0;}
.lotus-after-color:after{border-left-color:#fff5f0 !important;}

.lotus-bg-half:after{border-left: 226vw solid #fff; border-top: 75vh solid transparent;}
.lotus-right-rotate{background:#cca760}
.lotus-right-rotate:before{content:'';width: 60%;height:100%;position:absolute;right: -12%;bottom: -11%;transform:rotate(-20deg);background:url(../images/lotusbg-img-new.html) no-repeat;background-size: cover;z-index:-1;}
.lotus-bfr-color.lotus-bg-row:after{border-left: 100vw solid #fff5f0;}
.content-row p{font-size: 1.5rem; color:#fff; line-height:2rem; font-weight:300;}
.best-hand-row{background:#aa7138  url(../images/hand-bg.html) no-repeat center center; position:relative;overflow: hidden; background-size:cover; z-index: 1;}
.best-hand-row:after{content:''; position:absolute;  bottom:0; left:0;  border-right:100vw solid #fff; border-top:100px solid transparent; z-index:-1;}
.best-hand-color:after{border-right-color: #fff5f0;}
.best-hand-top{background:#bb8b5c url(../images/hand-bg-new.html) no-repeat center bottom; background-size:cover;}
.best-hand-top:after{content:''; position:absolute;  top:0; left:0;  border-right:100vw solid #fff; border-bottom:100px solid transparent; z-index:-1; bottom:initial; border-top:initial;}

.best-hand-before:before {width: 100%; height: 25%; background: #fff; position: absolute;  left: 0px; top: 0px;
content: ''; z-index:-1;}
.best-hand-before-color:before {background: #fff5f0; }
.best-hand-new{background:#bb8b5c url(../images/hand-bg.html) no-repeat center center; position:relative;overflow: hidden; background-size:cover; z-index: 1;}
.best-hand-new:before{content:'';position:absolute;top:0;left:0;border-right: 100vw solid #fff5f0;border-bottom: 100px solid transparent; z-index:-1;}
.best-hand-new:after{content:'';position:absolute;bottom:0;left:0;border-right: 100vw solid #fff5f0;border-top:100px solid transparent; z-index:-1;}

.best-hand-half{background:#bb8b5c url(../images/hand-bg.html) no-repeat center center;position:relative;overflow: hidden;background-size:cover;z-index: 1;}
.best-hand-half:after{content:'';width:100%;height: 27%;background:#fff;transform: scale(2) rotate(-5deg);position:absolute;left:0px;bottom:0px;z-index: -1;}

.blog-header{width:100%; height:auto; background:#bb8b5c; padding:50px 0px;}
.page-header{width:100%; text-align:center;}
.page-header h1{color:#fff; font-family:"GillSansBold";  font-size:3rem; letter-spacing:3px;}
.blog-list{padding:30px 0px;}
.entry-header h2{ color:#000; font-size:1.8rem; letter-spacing:2px;}

.full-header{padding:30px 0px; position:relative; background:#555e5e;}
.full-header h1{color:#fff; font-family:"GillSansBold";  font-size:3rem; letter-spacing:3px;}
.full-header .breadcrumb ul li, .full-header .breadcrumb ul li a{color:#fff;}
.term-list li{margin-bottom: 15px;font-size: 17px;font-weight: 300;line-height: 26px;}
.tnp-subscription{max-width:initial;}
.tnp-subscription div.tnp-field{display:inline-block;}
.tnp-field.tnp-field-email {width: 70%;}
.tnp-field.tnp-field-button { width: 22%; margin-left: -10px;}
.tnp-subscription input[type=text], .tnp-subscription input[type=email]{border: 1px solid #000;  height: 47px;   padding: 14px 47px;}
.tnp-subscription input.tnp-submit{    padding: 16px 47px;background-color: #222;}
.more-link{padding: 5px 18px;background: #615345;font-size: 13px;color:#fff;display:inline-block;border:1px solid transparent;box-shadow:none !important;}
.more-link:before{display:none !important; }
.more-link:hover{border-color:#000; color:#fff; background:none; text-decoration:none; box-shadow:none !important}
@media screen and (min-width:992px){
	.text-black{color:#545454 !important;}
}
.about-left-desk h2{font-family:"GillSansBold"; color:#debb7a; letter-spacing:3px; font-size:3rem; }
.about-content-data{padding:30px 10px 10px;}
.drdesk-gallery {margin-bottom: 50px;}
.about-content-data p{font-size:18px; font-weight:300; color:#000;}
.nav-links{text-align:center; width:100%;}
.entry-summary p, .entry-content p{font-weight:300;}
.inner-blog{padding:30px 0px;}
.new-box{margin-bottom:30px;}
.news-img{overflow:hidden;padding: 2px;border: 1px solid #dedcdc;box-shadow: inset 0px 0px 10px rgb(72 72 72 / 0.2);}
.news-img img {width:100%; transition:all ease-in-out 0.4s;}
.news-img:hover img{transform:scale(1.2);}
.news-detail{padding:10px 0px;font-weight:300;}
.news-detail p{font-weight:300;}
.page-id-1184 .full-header{display:none;}
.post-1184 .entry-content p{text-align: center;  font-size: 3rem;    font-family: "GillSansBold";   color: #bb8b5c;    min-height: 300px; letter-spacing: 2px; display: flex;  align-items: center; justify-content: center; background: #fff7e5;}
.good-point{padding:10px 20px; }
.good-point p{font-size:1.5rem; color:#545454}
.surgery-benefits-list p{color:#fff; font-size:1.5rem;}
.border-brown{border:3px solid #aa7138;}
.reduction-list{padding:30px 15px;}
.reduction-list ul{padding:0px; margin:0px; list-style:none;}
.reduction-list ul li{margin-bottom:15px; font-size:1.5rem;  text-indent:25px; position:relative;}
.reduction-list ul li:before{content:'';width: 13px;height: 13px;background:#aa7138;border-radius:50%;position:absolute;top:10px; left:5px;}
.recovery-brown{background:#855424; position:relative; z-index:1;}
.recovery-brown:after{content:''; width:40%; height:100%; position:absolute; right:0px; bottom:0px; background:url(../images/brown-bg-lotus-right.html) no-repeat bottom right; z-index:-1;background-size:contain;}
.recovery-list ul{list-style:none;}
.recovery-list  ul li{ padding:10px; color:#fff; text-indent:15px; position:relative; font-size:1.5rem; }
.recovery-list ul li:not(:last-child){margin-bottom:15px; border-bottom:1px solid #db9854;}
.recovery-list ul li:before{content:'';width: 13px;height: 13px;background:#fff;border-radius:50%;position:absolute;top:20px; left:5px;}
.border-top{border-top:2px solid #000 !important;}
.endoscopic-block-content h4{font-size:4rem; font-family: 'aileronblack'; color:#85553d;}
.endoscopic-block-content ul li{font-size:1.5rem; line-height:2rem; color:#545454; text-indent:25px; position:relative; margin-bottom:15px; list-style:none;}
.endoscopic-block-content ul li:before{content:'';width: 13px;height: 13px;background:#aa7138;border-radius:50%;position:absolute;top:10px; left:5px;}
.fluid-face-section{background:#855424; position:relative; z-index:1; overflow:hidden;}
.fluid-face-section:after{content:'';width:100%;height:100%;position:absolute;right:0px;top:0px;z-index:-1;background: url(../images/fluied-section-lotus.html) no-repeat bottom -150px right;background-size: 65% auto;}
.fluid-face-section:before{content: ''; position: absolute;bottom: 0; left: 0; border-right: 100vw solid #fff; border-top: 100px solid transparent;z-index:1;}
.fluid-face-left h2{font-size:3.5rem; color:#fff;font-family: 'aileronblack'; padding:0px 10px; margin-bottom:30px;}

.fluid-face-left ul li{list-style:none; font-size:1.7rem; color:#fff; line-height:2.4rem; margin-bottom:15px; position:relative;text-indent:40px;}
.fluid-face-left ul li:before{content:''; width:30px; height:30px; position:absolute; left:0px; top:5px; background:url(../images/right-circle-icon-white.html) no-repeat; background-size:contain;}
.understanding-conent{padding:20px 0px;}
.understanding-conent ul li{list-style:none; font-size:1.5rem; color:#343434; margin-bottom:15px; position:relative; text-indent:25px; padding:10px;}
.understanding-conent ul li:last-child{margin-bottom:0px;}
.understanding-conent ul li:nth-child(2n+2){background: #f2f2f2;}
.understanding-conent ul li:before{content:''; width:14px; height:14px; border-radius:50%; background:#85553d; position:absolute; left:10px; top:20px;}
.thread-face-list{margin-bottom:40px;}
.thread-face-list h4{color:#85553d; font-size:3.4rem; font-family: 'aileronblack'; margin-bottom:30px;  text-align:center;}
.thread-face-list ul{padding:0px; margin:0px;}
.thread-face-list ul li{color:#545454; font-size:1.5rem; line-height:2.3rem; position:relative; list-style:none; padding-left:20px;}
.thread-face-list ul li:not(:last-child){margin-bottom:20px;}
.thread-face-list ul li:before{content:''; width:14px; height:14px; border-radius:50%; background:#85553d; position:absolute; left:0px; top:10px;}
.thread-face-content{margin-bottom:30px; min-height:210px;}
.thread-face-content h5{color:#85553d;font-family: 'aileronbold';font-size: 2rem;padding-left: 34px;position:relative;letter-spacing: normal;}
.thread-face-content h5:before{content:''; width:25px; height:25px; position:absolute; left:0px; top:8px; background:url(../images/right-circle-icon.html) no-repeat; background-size:contain;}
.thread-face-content p{font-size:1.5rem; line-height:2.4rem; color:#545454;}
.mini-content h2{color:#fff; font-family: 'aileronblack'; font-size:4rem; margin-bottom:20px;}
.mini-content p{color:#fff; font-size:1.5rem; line-height:2.4rem;}
.mini-content-list{min-height:150px;}
.mini-content-list p{color:#fff; font-size:1.5rem;}
.mini-content-list p strong{display:block; padding-left:30px; position:relative; font-family: 'aileronbold'; font-size:2rem;}
.mini-content-list p strong:before{content:''; width:25px; height:25px; background:url(../images/right-circle-icon-white.html) no-repeat; background-size:contain; position:absolute; left:0px; top:10px;}
.mac-lift-content h4{font-size:4rem; color:#85553d; font-weight:bold;  font-family: 'aileronblack';}
.mac-lift-content p{font-size:1.5rem; color:#545454; }
.mac-lift-content p strong{display:block; padding-left:30px; position:relative; font-family: 'aileronbold'; font-size:2rem; color:#85553d;}
.mac-lift-content p strong:before{content:''; width:25px; height:25px; background:url(../images/right-circle-icon.html) no-repeat; background-size:contain; position:absolute; left:0px; top:10px;}
.transfer-nano-section{padding:100px 0px 70px; background:#85553d; position:relative; z-index:1;}
.transfer-nano-section:before{content: ''; position: absolute; top: 0;left: 0;  border-left: 100vw solid #fff5f0; border-bottom: 100px solid transparent; z-index: -1;}
.transfer-content h4, .transfer-content p{color:#fff;}
.best-treatment-heading h2{font-size:4rem; color:#fff;font-family: 'aileronblack'; margin-bottom:30px;}
.best-treatment-block p{color:#fff; font-size:1.5rem; line-height:2.4rem; position:relative; text-indent:30px;}
.best-treatment-block p:before{content:''; width:15px; height:15px;  position:absolute; left:0px; top:13px;  border-radius:50%; background:#fff;}
.recommendes-section{width:100%; height:auto; position:relative; background:#b7854f url(../images/hand-bg.html) no-repeat; background-size:cover;z-index:1;}
.recommendes-section:after{content: ''; position: absolute; bottom: 0;left: 0;  border-right: 100vw solid #fff; border-top: 100px solid transparent; z-index: -1;}
.recommendes-block  h3{color:#fff; font-size:4rem;  font-family: 'aileronbold'; line-height:4rem;}
.recommendes-block  p{color:#fff; font-size:1.5rem; line-height:2.4rem;}
.techniques-block-section{background:#85553d; position:relative; z-index:1;}
.techniques-block-section:before{content:''; width:50%; height:100%; position:absolute; right:0px; bottom:0px; background:url(../images/brown-bg-lotus-right.html) no-repeat bottom right; z-index:-1;}
.techniques-block-content h4{color:#fff; font-size:4rem; font-family: 'aileronblack'; margin-bottom:20px;}
.chin-last-row{padding:40px 0px;}
.techniques-block-content p{color:#fff; font-size:1.5rem; line-height:2.3rem;}
.text-brown-chin p{color:#85553d; font-size:2.3rem;  font-family: 'aileronsemibold';}
.traditional-section{position:relative; z-index:1; background:#b27237;}
.traditional-section:before{content:'';width: 60%;height:100%;position:absolute;left: -5%;bottom: -82px;transform: rotate(15deg);background-size:contain;background:url(../images/brown-bg-lotus-right.html) no-repeat bottom right;z-index:-1;}
.traditional-section:after{content: ''; position: absolute; top: 0;left: 0;  border-left: 100vw solid #fff5f0; border-bottom: 100px solid transparent; z-index: -1;}

.nose-surgery{width:100%; height:auto; position:relative; background:#cca760 url(../images/lotusbg-img-new.html) no-repeat bottom left; background-size:50% auto; z-index:1;}
.nose-surgery-new{width:100%; height:auto; position:relative; background:#cca760 url(../images/lotus-roate1.html) no-repeat bottom left; background-size:50% auto; z-index:1;} 
.nose-surgery:after{content: ''; position: absolute; top: 0;left: 0;  border-left: 100vw solid #fff; border-bottom: 100px solid transparent; z-index: -1;}
.nose-surgery-content p, .nose-surgery-content ul li{color:#fff;}
.nose-surgery-content ul li:before{width:12px; height:12px; background:#fff;}
.procedure-rhinoplasty{background:#b27237 url(../images/brown-bg-lotus-right.html) no-repeat bottom -300px center; position:relative; z-index:1; }
.procedure-rhinoplasty:before{content: ''; position: absolute; top: 0;left: 0;  border-left: 100vw solid #fff5f0; border-bottom: 100px solid transparent; z-index: -1;}
.procedure-before-none:before{border-left: 100vw solid #fff;}
.piezo-list ul li:before{background:#84563f}
.why-choose-section{width:100%; height:auto; position:relative; background:#b27237 url(../images/brown-bg-lotus-right.html) no-repeat bottom -30% center; background-size:contain; z-index:1; overflow:hidden;}
.why-choose-section:after{content: ''; position: absolute; top: 0;left: 0;  border-left: 100vw solid #fff; border-bottom: 100px solid transparent; z-index: -1;}
.healing-section{background:#85553d; position:relative; z-index:1;}
.healing-section:before{content:'';width: 50%;height:100%;position:absolute;right: -22%;bottom:0px;transform:rotate(-20deg);z-index:-1;background:url(../images/brown-bg-lotus-right.html) no-repeat;background-size:contain;}
.hair-treatment-section{background:#aa7138; overflow:hidden; position:relative; z-index:1;}
.hair-treatment-section:after{content: ''; position: absolute; bottom: 0;left: 0;  border-right: 100vw solid #fff; border-top: 100px solid transparent; z-index: -1;}
.hair-calling-info h3{color:#fff; font-size:4rem; font-family: 'aileronblack';}
.hair-calling-info h6{font-size:4rem;font-family: 'aileronblack'; color:#fff; }
.hair-calling-info p a{font-size:3rem;font-family: 'aileronbold'; color:#fff;}
.hair-calling-info p a:hover{color:#cdaa68;}
.lotus-roate-right-small{background:#ffead3 url(../images/lotus-small.html) no-repeat right bottom ; background-size:contain ;}
.surgical-procedure-section{background:#85553d url(../images/dark-lotus.html) no-repeat right bottom; background-size:contain; }
.large-main-content h2{color:#fff; font-size:4rem; font-family:'aileronblack'; }
.large-main-content p{color:#fff; font-size:1.5rem; line-height:2.4rem;}
.large-main-content ul{padding:0px; margin:15px 0px; list-style:none;}
.large-main-content ul li{position:relative; color:#fff; font-size:1.5rem; margin-bottom:15px; text-indent:20px;}
.large-main-content ul li:before{content:''; width:12px; height:12px; position:absolute; left:0px; top:10px; background:#fff; border-radius:50%;}
.lotus-bg-down{background-position-y:200px;}
.lotus-bg-down-100{background-position-y:100px;}
.brown-lotus-center{background:#9d5723 url(../images/brown-lotus-bg.html) no-repeat center bottom;  background-size:contain;}
.brown-block-content h3{color:#fff; font-size:4rem;  font-family:'aileronblack';}
.small-title{ font-family: 'aileronblack'; color:#85553d; font-size:2.5rem;}
.bg-brown{background:#563210}
.brown-checked-icon{max-width:30px;}
.border-2-brown{border:2px solid #aa7138;}
.bg-dark-creame{background:#ffead3 !important}
.text-bold{  font-family: 'aileronbold'; }
.text-brown{color:#85553d !important}
.lotus-light-center:before{content:''; background:url(../images/lotus-grey-light.html) no-repeat center center; background-size:contain; width:50%; height:100%; position:absolute; left:0px; right:0px;  top:0px; margin:0 auto; z-index:-1; opacity:0.8;}

/* 29 feb 24 */




.newwhats{ float: right; position: relative;  margin: 20px 20px 0 0;}

.newwhats a {
  padding: 5px 13px 5px 33px;
  position: relative;
  margin-bottom: 3px;
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  margin-right: 9px;
  border-radius: 20px;
  text-decoration: none;
}

.newwhats a:hover { background: #000; color: #fff;}

.newwhats a:before {
  content: "\f095";
  font-family: 'FontAwesome';
  position: absolute;
  left: 12px;
  font-size: 22px;
  color: #000;
  top:2px;
}
.newwhats a:hover:before { color: #fff;}
.frmbg { background:#debb7a;}



/* 29 feb 24 end */



/*--Media Responsive--*/
@media screen and (min-width:1024px){
	.border-lg-right{border-right:1px solid #fff;}
	.border-lg-right-brown { border-right: 1px solid #aa7138;}
}
@media screen and (min-width:992px){
	.mb-lg-100{margin-bottom: 88px;}
}
@media screen and (min-width:768px){
	.border-md-right{border-right:1px solid #fff;}
	.border-right-brown { border-right: 1px solid #aa7138;}
	.border-right-white{border-right:1px solid #fff;}
}
@media screen and (min-width:1400px){
	.nav-menu > ul > li > a{padding:34px 15px;}
	.inner-first-left{padding-top:0x;}
	/*.inner-first-left h1{font-size:4.4rem;line-height:5rem;}*/
/*	.inner-first-left p{font-size:2rem; line-height:2.5rem;}*/
	.treatment-center-section{padding-bottom:225px;}
	.forehead-treated{padding-bottom: 90px;}
	.forehead-best{padding: 220px 0px 270px;}
	/*.forehead-content-block p{font-size:2.5rem}*/
	.acne-treatment-section{padding-top: 100px; padding-bottom:205px;}
	.dimple-treated-section{padding-bottom:262px;}
	.dimple-creation-full{padding: 120px 0px 180px;}
	.dimple-content h2{font-size:4rem;}
	.dimple-content p{font-size:1.5rem;}
	.treatment-center-section .content-block p{font-size:30px; line-height:40px}
	.img-block-content h4{font-size:1.8rem; line-height:40px;}
	.best-treat-left h2{font-size:3.5rem;}
/*	.best-treat-left p{font-size:30px; padding-left:200px;}*/
	.fluied-content p{font-size:30px;}
	.best-treatment-bg{padding: 100px 0px 250px;background-size: 100% auto;}
	.acne-best-section{padding: 100px 0px 223px;}
	.fluied-section{padding: 140px 0px 250px;}
	.acne-best-section .best-treat-left p{font-size: 32px;}
	.best-treat-right p{font-size: 2rem; line-height: 3rem;}
	.liposuction-section .best-treat-left p{padding-left:0px;}
	.info-section{padding:50px 0px 23px;}
	.info-content{padding-left:40px;}
	.info-content p{font-size:2rem}
	.info-section .p-absolute{top:-23%;}
	.smile-section{background-size:100% auto; background-position:bottom center;}
	.upper-lower-section{width:100%; height:auto; padding:150px 0px 250px; background:#fff5f0 url(../images/upper-lower-bg.html) no-repeat top center; background-size:100% auto;}
	.upper-block-left{text-align:right; padding-right:30px; border-right:1px solid #fff; height:100%}
	.upper-block-left h2, .upper-block-right h2{font-family:"GillSansBold";font-size:3rem; color:#fff; letter-spacing:5px; margin-bottom:20px;}
	.upper-block-left p, .upper-block-right p{font-size:1.5rem; color:#fff; }
	.eye-bag-section{background:#fff5f0; padding-top:50px; }
	.double-eye-content.text-center {top: 5%;position: relative;}
	.double-section{background:url(../images/double-eye-bg.html) no-repeat; background-size:100% auto; padding:200px 0px 190px;}
	.experince-section{padding: 50px 0px 140px;}
	.block-left-neck h2{color:#fff; font-family:"GillSansBold"; letter-spacing:3px; font-size:3rem;}
	.block-left-neck p, .block-right-neck p, .cont p{font-size:1.7rem; line-height:2.4rem;}
	.neck-img-right{text-align:right; margin:40px 0px;}
	.content-block-thinning p{font-size:1.7rem;  line-height:2.3rem;}
	.thinning-bg { padding:180px 0px 220px}
	.liposuction-img{max-width:initial;}
	.bone-face-section{padding:80px 0px;}
	.nose-face-scetn{padding:100px 0px 130px;}
	.bone-augmentation {padding: 190px 0px 200px ;}
	.check-bone-content-block h2{font-size:4rem;}
	.lip-face-scetn{ padding: 88px 0px 194px;}
	.lip-face-scetn .content-block-thinning p{    font-size: 1.7rem;}
	.lip-Shap-section{background-size:100% auto; padding-bottom:90px;}
	.lip-Shap-section .best-treat-left { padding: 10px 30px;}
	.lip-Shap-section .best-treat-left p{padding-left:0px;}
	.facts-about-section{padding: 60px 0px 280px;}
	.permanent-brow-section{padding:100px 0px 180px;}
	.permanent-brow-section .best-treat-left h2{font-size: 3rem;}
	.permanent-brow-section .best-treat-left p{padding-left:0px;}
	.removal-section{padding:160px 0px 250px;}
	.chest-reduction-section {padding: 120px 0px 150px;}
	.chest-content-left p, .chest-content-right p{font-size:1.5rem;}
	.breast-content p{font-size: 1.5rem;  line-height: 2.3rem;}
	.brown-block-content p{font-size: 1.5rem;  line-height: 2.3rem;}
	.get-right h3{font-size:4rem; line-height:4rem;}
	.liposuction-section .best-treat-left h2{font-size:4rem;}
	.liposuction-section {padding: 150px 0px 260px;}
	.filler-heading h2 {font-size:4rem;}
	.brow-content h2{font-size: 4rem;}
	.brow-content p{font-size:1.5rem;}
	.abdect-section{padding: 150px 0 190px;}
	.invlove-section{padding-top:130px;}
	.recovery-title h3{font-size:4.5rem;}
	.recovery-section{padding:140px 0px 158px}
	.recovery-content p, .recovery-content-right p{font-size:1.8rem;}
	.brow-left-first-section{padding: 100px 0px 174px;}
	.browlift-heading h2{font-size:3.5rem;}
	.content-block-brow-full p, .content-block-brow p, .content-block-brow ul li{font-size:1.5rem;}
	.dermal-section{padding: 130px 0px 180px;}
	.dermal-left h2, .dermal-right h2{font-size:3.8rem;}

	.brazillian-section{padding:150px 0px 250px;}
	.but-surgry-content p{font-size:1.5rem;}
	.butsurgey-section{padding:80px 0px;}
	.arm-section{padding:200px 0px 250px;}
	.glassshape-section{padding:150px 0px 200px;}
	.glassshape-section .armlift-content p{font-size:1.7rem;}
	.thighgap-section{padding:170px 0px 270px;}
	.liposuction-offer-section{padding:80px 0px 140px;}
	.liposuction-content h2{font-size:3rem;}

	.laserassted-section{padding:130px 0px 30px;}
	.laser-content h3{font-size:3.5rem;}
	.laser-content p{font-size:1.7rem;}
	.sixpeck-section{padding:130px 0px 170px;}
	.packsuregry-section{padding:150px 0px 200px;}
	.vignl-section { padding: 100px 0px 125px;}
	.vign-brown{padding:150px 0px 170px;}
	.vign-heading h3{font-size:3.5rem;}
	.vign-content p{font-size:1.7rem;}
	.zomedcial-section{ padding: 130px 0px 190px;}
	.zolevel-section{padding: 140px 0px 240px}
	.zo-level-content ul li h4{font-size:3rem;}
	.zo-level-content ul li p{font-size:1.7rem;}
	.silpeel-section{padding: 120px 0px 150px;}
	.breast-removed-section{padding: 100px 0px 200px;}
	.breast-right1{max-width:100%;}
	.results-last-section{padding: 150px 0px 240px;}
	.body-section{padding: 150px 0px 230px;}
	.hair-section{padding:130px 0px 200px;}
	.breast-main-section { padding: 200px 0px 250px;}
	.surgical-breast-section{padding:160px 0px 200px;}
	.skin-section{padding:150px 0px 210px;}
	.lotus-bg-half:after{ border-top: 50vh solid transparent}

}

@media screen and (max-width:1470px){
.newwhats {   margin: 35px 20px 0px 0;}
.newwhats { position: absolute; z-index: 1; right: 0; top: 6px; }
.nav-menu > ul { margin-top: 15px; }

}

@media screen and (max-width:1200px){
	.info-section{padding:50px 0px 22px;}
	.info-content p{font-size:1.5rem;}
	.info-section .p-absolute{top:-21%;}
	.acne-best-section{background-size:cover;}
	.we-offer-block{padding:50px 0px;}
}
@media only screen and (max-width:1199px) and (min-width:992px){
	.nav-menu > ul > li > a{font-size:11px; padding:35px 7px;}
	.arrow-mnu{font-size: 17px; top: -2px; right: -4px;}
	.about-title h2 {font-size: 2.5rem;}
	.about-section{min-height:auto; margin-bottom:30px;}
	.service-data-list ul li{width: 24%;}
	.service-overley h3{font-size:1.5rem;}
	.btn-appointment{padding: 10px 14px;}
	.schedule-heading h2, .schedule-bottom h3{font-size:2rem;}
	.schedule-heading p{font-size: 20px;line-height: 25px;}
	.gallery-overley h2{font-size: 3rem; margin-bottom:10px;}
	.footer-menu ul li a, .ftr-contact ul li{font-size:13px;}
	.breadcrumb {margin-bottom:0px; padding: 10px 0px;}
	.breadcrumb p, .breadcrumb ul li, .breadcrumb ul li a{font-size:15px;}
	.inner-first-left{padding-top:0px;}
	.inner-first-left h1{font-size:3rem; line-height:3.5rem; margin-bottom:5px;}
	.inner-first-left p{font-size:1.5rem; line-height:2rem;}
	.inner-first-left p br{display:none;}
	.treatment-heading h2{font-size:2.5rem; padding-top:20px}
	.treatment-center-section .content-block p{font-size: 22px;line-height: 32px;}
	.treatment-center-section{background-size:cover; padding:50px 0px 60px;}	
	.treatment-center-section .block-top-padd{padding:10px 0px;}
	.img-block-content{padding:0px;}
	.img-block-content h4, .img-block-content p{font-size:1.2rem; line-height:26px;}
	.experince-section{background-color: #d9bf8f; background-position:bottom -50px center; padding-bottom:30px;}
	.fluied-section{padding-top: 70px; padding-bottom: 110px;}
	.fluied-content { padding-left: 0px; padding-top: 10px;}
	.fluied-content h2{font-size:2rem; margin-bottom:20px;}
	.fluied-content p{font-size:20px;}
	.best-treatment-bg{background-size:cover; padding-top:100px;padding-bottom: 108px;}
	.acne-best-section{padding-top: 70px;padding-bottom: 100px;background-size: cover;}
	.best-treat-left{padding:10px 30px;}
	.best-treat-left h2{font-size:2rem; margin-bottom:15px;}
	.best-treat-left p, .acne-best-section .best-treat-left p{font-size:20px;}
	.best-treat-right p{font-size: 1.7rem; line-height: 2.4rem;}
	.info-section{padding-top:40px;}
	.info-section .p-absolute{top:-25%; width:71%; right:0px;}
	.info-content p{font-size:1.5rem;}
	.we-offer-block{padding: 50px 0px 20px;}
	.offer-content p{font-size:1.3rem;}
	.trated-heading h3{font-size:2rem;}
	.get-right h3{font-size:2rem; line-height:normal;}
	.get-right p{font-size:2rem;}
	.btn-get-started{font-size:1rem; padding: 10px 20px;}
	.smile-section{padding:100px 0px;}
	.smile-block p{font-size:24px;}
	.upper-lower-section{padding: 50px 0px 75px;}
	.upper-block-left h2, .upper-block-right h2{font-size: 2.2rem; margin-bottom:15px;}
	.upper-block-left p, .upper-block-right p{font-size:1.1rem;}
	.eye-bag-section{min-height:670px;}
	.double-section{padding-top:80px; padding-bottom:90px;}
	.double-eye-content h3{font-size:2.5rem;}
	.double-eye-content p{font-size: 18px; line-height: 26px;  margin-bottom: 15px;}
	.block-heading-section h3{font-size:2.2rem;}
	.eye-content-block h3{font-size:2.5rem;}
	.eye-content-block p{font-size:1.3rem;}
	.chng-conent p{font-size:1.3rem;}
	.eye-clr-sction{padding:10px 0px;}
	.fce-nk-block-content h4{font-size:3rem; line-height: 55px;}
	.fce-nk-block-content p, .fce-nk-block-content ul li{font-size:1.2rem;}
	.fce-nk-block-content ul li:before{top:10px;}
	.thinning-bg{padding:70px 0px 100px;}
	.content-block-thinning p{font-size:1.3rem;}
	.liposuction-section { padding: 45px 0px 70px;}
	.liposuction-section .best-treat-left h2{font-size: 3rem;}
	.bone-face-section { padding:40px 0px 00px;}
	.image-filter-section{padding:40px 0px;}
	.nose-face-scetn{padding:40px 0px;}
	.check-bone-content-block h2{font-size:3rem;}
	.check-bone-content-block p{font-size:1.3rem;}
	.mandible-block{padding:30px 0px;}
	.mandible-block h3{font-size:2.8rem;}
	.forehead-treated .content-block-thinning p{font-size:1.2rem;}
	.forehead-best{padding:105px 0px;}
	
	.forehead-content-block p{font-size:1.3rem;}
	.lip-face-scetn{padding-top: 45px; padding-bottom: 65px;}
	.lip-face-scetn 	.content-block-thinning p{    font-size: 1.25rem;}
	.lip-Shap-section{padding:30px 0px 50px;}
	.sape-heading h2{font-size:2.5rem;}
	.facts-about-section{background-color:#d9bf8f;  background-position: bottom -64px center;    padding: 30px 0px 50px;}
	.permanent-brow-section{padding:40px 0px 60px;}
	.permanent-brow-section .brow-content h2{font-size:2.5rem;}
	.permanent-brow-section .brow-content p{font-size:1.1rem;}
	.removal-section{padding-top:65px;}
	.removal-section .check-bone-content-block h2{    font-size: 2.5rem;}
	.lift-content-nutro h4{font-size:2rem;}
	.lift-content-nutro p {font-size: 1.1rem;}
	.filler-section{padding-bottom:55px; padding-top:50px;}
	.filler-heading{margin-bottom:20px;}
	.filler-heading h2{font-size:3rem;}
	.sug-block-heading h2{font-size:3rem;}
	.chest-reduction-section{padding: 40px 0px 0px;}
	.chest-content-left p, .chest-content-right p{font-size:1.1rem;}
	.chest-red-content ul li{font-size:1.1rem;}
	.reduction-section{padding: 20px 0px;}
	.breast-content p{font-size:1.1rem;}
	.breast-removed-section{padding:50px 0px 0px;}
	.abdect-section{padding: 50px 0 75px;}
	.invloved-block-content h4, .content-block h4, .recovery-title h3{font-size:3rem;}
	.bdect-block-content p, .invloved-block-content p, .content-block p, .content-block p, .recovery-content p, .recovery-content-right p{font-size:1.1rem;}
	.brow-left-first-section{padding:40px 0px 70px}
	.browlift-heading{margin-bottom:10px;}
	.browlift-heading h2{font-size:2.5rem;}
	.content-block-brow-full p, .content-block-brow p, .content-block-brow ul li{font-size:1.1rem;}
	.content-block-brow h3{font-size:2rem;}
	.content-block-brow ul li{margin-bottom:5px}
	.content-block-brow-full{margin-bottom:30px;}
	.dermal-section{padding:50px 0px 75px;}
	.dermal-left h2, .dermal-right h2{font-size:3rem;}
	.dermal-left p, .dermal-right p{font-size: 1.25rem;}
	.lift-content-nutro h3{font-size:2.5rem;}
	.lift-content-nutro ul li{font-size:1.1rem;}
	.lift-content-nutro h5{font-size:1.7rem;}
	.fce-nk-block-content{margin-top:0px;}
	.brazillian-section{padding: 75px 0px 100px;}
	.but-surgry-content p{font-size:1.3rem;}
	.arm-section{padding:90px 0px 100px;}
	.armlift-content h2{font-size:2.5rem;}
	.armlift-content p, .body-surgry-content p{font-size:1.3rem;}
	.results-last-section{padding: 50px 0px 110px;}
	.faq-heading h3{font-size:2.5rem;}
	.faq-block h4{font-size:2rem;}
	.faq-block p{font-size:1.3rem;}
	.but-surgry-content h3{font-size:3rem;}
	.glassshape-section{padding:70px 0px;}
	.glassshape-section .armlift-content p{font-size:1.2rem;}
	.thighgap-section{padding:80px 0px 125px;}
	.liposuction-offer-section, .vignl-section{background-color:#d9bf8f; padding:30px 0px;}
	.liposuction-content h2{font-size:2.3rem; margin-bottom:10px;}
	.liposuction-content p{font-size:1.3rem;}
	.laserassted-section{padding:50px 0px 30px;}
	.laser-content h3{font-size:2.5rem;}
	.laser-content p, .laser-as-content p, .vign-content p{font-size:1.3rem;}
	.sixpeck-section{padding:30px 0px 50px;}
	.vign-heading h3{font-size:2.5rem;}
	.vign-brown{background:#bb8b5c; padding:30px 0px; }
	.zomedcial-section{padding: 30px 0px 40px;}
	.zo-skin-content ul li{font-size:2.2rem;}
	.zolevel-section{padding: 40px 0px 70px;}
	.zo-level-content ul li h4{font-size:2rem;}
	.zo-level-content ul li p{font-size:1.3rem;}
	.silpeel-section{background-color:#d9bf8f; padding:30px 0px;}
	.dimple-creation-full{padding:40px 0px 70px;}
	.dimple-content h2{font-size: 2.5rem;}
	.dimple-content p{font-size:1.3rem;}
	.deep-img h4{font-size:1.8rem;}
	.body-section{padding: 50px 0px 110px;}
	.body-contouring-content h4{font-size:2.5rem;}
	.body-contouring-content p{font-size:1.3rem;}
	.body-contouring-short p{font-size:1.1rem;}
	.body-contouring-short h5{padding:0px; font-size:1.7rem;}
	.body-contouring-short h3{padding:0px; margin-top:0px;}
	.hair-section{padding:40px 0px;  background-color: #d9bf8f;}
	.breast-main-section{ background-color: #d9bf8f;padding:40px 0px;}
	.heading-block-main h3, .surgical-breast-content h2{font-size:2.4rem;}
	.surgical-breast-section{background:#bb8b5c; padding:40px 0px;}
	.surgical-breast-content p{font-size:1.3rem;}
	.skin-section{padding:50px 0px 70px;}
	.content-row p {font-size: 1.3rem;}
	.block-left-neck p, .block-right-neck p {font-size:1.3rem;}
	.newslatter-block h3{margin-bottom:20px;}
	.social-media{margin-top:10px}
	.accordion>.card>.card-header{font-size: 1.5rem;}
	.faq-accordion-block .card-body, .faq-accordion-block .card-body ul{font-size:1.3rem;}
	.double-eye-content ul li { font-size: 1.1rem;}
	.block-left-neck h2{font-size:2.5rem}
	.good-point p, .surgery-benefits-list p, .reduction-list ul li, .recovery-list ul li, .endoscopic-block-content ul li, .fluid-face-left ul li, .understanding-conent ul li, .thread-face-list ul li, .thread-face-content p, .mini-content p, .best-treatment-block p, .info-content p, .lip-shape-content p, .lip-shape-content ul li, .mandible-content p{font-size:1.2rem; line-height:1.8rem;}
	.endoscopic-block-content h4, .fluid-face-left h2, .mini-content h2, .mac-lift-content h4, .best-treatment-heading h2, .lip-shape-content h2{font-size: 3rem;}
	.thread-face-content h5, .mini-content-list p strong, .mac-lift-content p strong{font-size:1.7rem;}
	.thread-face-content h5:before, .mini-content-list p strong:before, .mac-lift-content p strong:before{width:20px; height:20px; top:5px;}
	.lip-shape-content ul li:before{top:6px;}
	.recommendes-block h3{font-size:3rem;	}
	.recommendes-block p, .techniques-block-content p{font-size:1.2rem; line-height:1.8rem;}
	.techniques-block-content h4, .brow-content h2{font-size:3rem;}
	.brown-checked-icon{max-width:25px;}
	.hair-calling-info h3, .hair-calling-info h6{font-size:3rem;}
	.hair-calling-info p a{font-size:2.5rem;}
	.large-main-content h2{font-size:3rem; }
	.large-main-content p, .large-main-content ul li, .surgical-breast-content ul li{font-size:1.2rem; line-height:1.8rem;}
	.brown-block-content h3{font-size:3rem;}
}

@media screen and (max-width:991px){
	header .col-9{position:initial;}
	.menu-mb{display:block;width:40px; height:30px;right:80px; position:absolute; top:30px; box-sizing:border-box; padding-top:2px;cursor:pointer;z-index:9999;}
	.menu-mb span{width:80%; height:4px; background:#222; display:block; margin:4px; transition:all ease-in-out 0.4s;}
	.bar-menu span{background:#222;}
	.bar-menu span:nth-child(2){-webkit-transform:translateX(100%); -moz-transform:translateX(100%); -ms-transform:translateX(100%); transform:translateX(100%); opacity:0;}
	.bar-menu span:nth-child(1){-webkit-transform: rotate(45deg) translateY(10px); -moz-transform: rotate(45deg) translateY(10px); -ms-transform: rotate(45deg) translateY(10px); transform: rotate(45deg) translateY(10px);}
	.bar-menu span:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-10px); -moz-transform:rotate(-45deg) translateY(-10px); -ms-transform:rotate(-45deg) translateY(-10px); transform:rotate(-45deg) translateY(-10px);}
	.nav-menu{position:absolute;width: 100%;height:100vh;top:95px;left:-150%;/* background: #fff; */-webkit-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-ms-transition: all ease-in-out 0.3s;transition: all ease-in-out 0.3s;z-index:9;}
	.toggle-menu{left:0px;}	
	.nav-menu ul{margin-top:12px !important;display:block;width:100%; height:100%;overflow: auto;background: #fff;}
	.nav-menu ul li:not(:last-child){border-bottom: #c7c7c7 1px solid;}
	.nav-menu ul li{display:block;}
	.nav-menu ul > li > a{color: #232222;padding:10px 20px;display:inline-block; font-size:18px;}
	.nav-menu ul > li > a:hover{color:#debb7a}
	.mega-sub-menu ul li a, .sub-menu ul li a{display:block;}
	.nav-menu ul li .sub-menu{position:relative; width:100%; max-width:100%;padding:0px 25px}
	.arrow-mnu{text-align: center;right:0px;top:0px;width: 40px;height: 41px;display: flex;align-items: center;position: absolute;justify-content: center;border-left: #c7c7c7 1px solid;color:#232222;}
	
	.mega-sub-menu, .nav-menu ul li .sub-menu{padding:0px;position:relative;top:0px;left:0px;right:initial;max-width:100%;min-width:100%;background: #fff;box-shadow: none;padding: 0px 10px;border-top: #c7c7c7 1px solid;border-radius: 0px;margin:0px;}
	.nav-menu ul li:hover .sub-menu, .nav-menu ul li:hover .mega-sub-menu{display:none;}
	.nav-menu ul li .sub-menu li a{color:#232222; padding:10px 20px;}
	.show-menu{display:block !important;padding: 10px;}
	.sub-menu.show-menu{ box-shadow: inset 0px 8px 15px rgb(100, 100, 100, .3)!important;}
	.about-section{min-height:auto;}
	/* .p-absolute { right:0%; width:58%;} */
	.about-content-block{padding-top:100px;}
	.about-title h2 {font-size: 2.5rem;}
	.about-content-block p{font-size:18px;}
	.service-data-list ul li{width: 24%;}
	.service-overley h3{font-size:15px;}
	.btn-appointment{padding: 10px 14px;}
	.review-block p{font-size:18px;}
	.schedule-heading h2, .schedule-bottom h3{font-size:2rem;}
	.schedule-heading p{font-size: 20px;line-height: 25px;}
	.gallery-overley h2{font-size: 3rem; margin-bottom:10px;}
	.footer-menu ul li a, .ftr-contact ul li{font-size:15px;}
	.newslatter-form .input-text{width:60%;}
	.breadcrumb {margin-bottom:0px;}
	.breadcrumb p, .breadcrumb ul li, .breadcrumb ul li a{font-size:16px;}
	.inner-first-left{padding: 30px 0px 50px; text-align:center;}
	.inner-first-left h1{font-size:3rem; line-height:3.5rem; margin-bottom:5px;}
	.inner-first-left h1 br:first-child{display:none;}
	.inner-first-left p{font-size:1.5rem; line-height:2rem;}
	
	.inner-first-right{text-align:center;}
	.treatment-heading h2{font-size:2rem; padding-top:20px}
	.treatment-center-section .content-block p{font-size: 22px;line-height: 32px;}
	.treatment-center-section{background-color: #d9bf8f; padding:30px 0px;}
	.treatment-center-section .block-top-padd{padding:10px 0px;}
	.image-filter-section{padding:30px 0px;}
	.img-block-content{padding:20px 0px 0px;}
	.imgfilter-scale{text-align:center; margin-bottom:10px;}
	.img-block-content h4, .img-block-content p{font-size:1.2rem; line-height:26px;}
	.best-treatment-bg{background-size:cover; padding-top:100px; padding-bottom: 90px;}
	.acne-treatment-section .content-block p{text-align:center;}
	.acne-best-section{padding:20px 0px; background: #cba277;}
	.acne-best-section .best-treat-left h2 br{display:none;}
	.acne-best-section .best-treat-left{text-align:left; border:none;}
	.acne-best-section .best-treat-left h2{font-size:2.2rem;}
	.acne-best-section .best-treat-left p, .acne-best-section .best-treat-right p{font-size:20px; line-height:normal;	}
	.acne-best-section .best-treat-right{max-width:100%; text-align: left; padding: 0px 15px;}
	.best-treat-left{padding:10px 15px;}
	.best-treat-left h2{font-size:2rem; margin-bottom:15px;}
	.best-treatment-heading h2 br{display:none;}
	.best-treat-left p{font-size:20px;}
	.best-treat-right p{font-size: 1.7rem; line-height: 2.4rem;}
	.info-section{padding-top:0px; padding-bottom:20px;}
	.info-content { text-align: left;  padding: 20px 0px;}
	.info-section .p-absolute{top:0; width:100%; position:relative;}
	.info-content p{font-size:1.5rem;}
	.we-offer-block{padding: 20px 0px 20px;}
	.offer-content p{font-size:1.3rem;}
	.trated-heading h3{font-size:2rem;}
	.get-right h3{font-size:2rem; line-height:initial;}
	.get-right p{font-size:2rem;}
	.btn-get-started{font-size:1rem;padding: 10px 12px;}
	.blank-section{min-height:370px;}
	.smile-block{top:10%;}
	.smile-section{padding:50px 0px;}
	.smile-block p{font-size:24px;}
	.fluied-section{padding-top: 70px; padding-bottom: 110px;}
	.fluied-content { padding-left: 0px; padding-top: 10px;}
	.fluied-content h2{font-size:2rem; margin-bottom:20px;}
	.fluied-content p{font-size:20px;}
	.upper-block-left h2, .upper-block-right h2{font-size:2rem;}
	.upper-block-left p, .upper-block-right p{font-size:1.1rem;}
	.upper-lower-section{padding: 40px 0px 4px; background-color:#d9bf8f ; background-position:center center;}
	.eye-bag-section{min-height:720px;}
	.double-section{padding-top:80px; padding-bottom:34px;background-size: auto;}
	.double-eye-content h3{font-size:1.8rem;}
	.double-eye-content p{font-size: 18px; line-height: 26px;  margin-bottom: 15px;}
	.block-heading-section h3{font-size:2.2rem;}
	.eye-content-block h3{font-size:2.5rem;}
	.eye-content-block p{font-size:1.3rem;}
	.chng-conent p{font-size:1.3rem;}
	.eye-clr-sction{padding:10px 0px;}
	.experince-section{background-color:#d9bf8f; padding-bottom:40px;}
	.fce-nk-block-content h4{font-size:2.5rem; line-height: 50px;}
	.fce-nk-block-content p, .fce-nk-block-content ul li{font-size: 1.3rem; line-height: 1.8rem;}
	.fce-nk-block-content ul li:before{top:10px;}
	.thinning-bg{padding:30px 0px; background-color: #d9bf8f;}
	.content-block-thinning p{font-size:1.3rem;}
	.liposuction-section { padding: 65px 0px 100px;}
	.liposuction-section .best-treat-left h2{font-size:2.5rem;}
	.bone-face-section{padding:30px 0px;background:#d9bf8f;}
	.check-bone-content-block h2{font-size:2rem; margin-bottom:15px;}
	.check-bone-content-block p{font-size:1.1rem;}

	.mandible-block{padding:30px 0px;}
	.mandible-block h3{font-size:2.4rem;}
	.mandible-content p{font-size:1.1rem;}
	.forehead-treated .content-block-thinning p{font-size:1.2rem;}
	.forehead-best{padding:105px 0px;}
	.forehead-content-block h2{font-size:2.5rem;}
	.forehead-content-block p{font-size:1.3rem;}
	.lip-page .inner-first-left p br{display:none;}
	.sape-heading h2{font-size:2.5rem;}
	.lip-Shap-section{padding:50px 0px}
	.facts-about-section{background-color:#d9bf8f;     background-position: bottom -64px center;    padding: 30px 0px 50px;}
	.permanent-brow-section{padding:30px 0px;background-color:#d9bf8f; }
	.permanent-brow-section .brow-content h2{font-size:2rem;}
	.permanent-brow-section .brow-content p{font-size:1.1rem;}
	.removal-section{padding-top:75px;}
	.removal-section .check-bone-content-block h2{    font-size: 2.5rem;}
	.nuto-right{padding-left:0px}
	.lift-content-nutro h4{font-size:1.6rem;}
	.lift-content-nutro p {font-size: 1.1rem;}
	.neuro-img{margin:40px 0px;}
	.filler-section{padding:50px 0px;}
	.filler-heading{margin-bottom:20px;}
	.filler-heading h2{font-size:2rem;}
	.filler-content p{font-size:1.1rem;}
	.sug-block-heading h2{font-size:2.3rem;}
	.sug-block-heading p{font-size:1.5rem;}
	.chest-reduction-section{background-color:#d9bf8f; padding:30px 0px;}
	.chest-red-content {padding:15px 0px;}
	.chest-red-content ul li{font-size:1.1rem; margin-bottom:5px;}
	.chest-content-left p, .chest-content-right p{font-size:1.1rem;}
	.chest-reduction-section{    padding: 20px 0px 20px;}
	.chest-content-left, .chest-content-right{padding:0px 0px 0px;}
	.chest-content-left{padding-right:30px}
	.chest-content-left p, .chest-content-right p{font-size:1.1rem;}
	.chest-red-content ul li{font-size:1.1rem;}
	.reduction-section{padding: 20px 0px;}
	.breast-content p{font-size:1.1rem;}
	.breast-removed-section{padding: 50px 0px 0px;}
	.abdect-section{padding: 50px 0 60px;}
	.invloved-block-content h4, .content-block h4, .recovery-title h3{font-size:2.5rem;}
	.bdect-block-content p, .invloved-block-content p, .content-block p, .content-block p, .recovery-content p, .recovery-content-right p{font-size:1.1rem; text-align:justify; line-height:normal;}
	.abd-tumy-img{text-align:center;}
	.invlove-section{padding-bottom:0px;}
	.full-content-section{padding-top:0px;}
	.recovery-section{padding:40px 0px;}
	.recovery-title{padding:0px 0px 10px;}
	.brow-left-first-section{padding:40px 0px 40px; background-color: #d9bf8f;}
	.browlift-heading{margin-bottom:10px;}
	.browlift-heading h2{font-size:2rem;}
	.content-block-brow-full p, .content-block-brow p, .content-block-brow ul li{font-size:1.1rem;}
	.content-block-brow h3{font-size:1.8rem;}
	.content-block-brow ul li{margin-bottom:5px}
	.content-block-brow-full{margin-bottom:30px;}
	.dermal-section{padding:50px 0px 60px;}
	.dermal-left h2, .dermal-right h2{font-size:2rem; margin-bottom:10px;}
	.dermal-left p, .dermal-right p, .chng-conent p{font-size: 1.1rem;}
	.lift-content-nutro h3{font-size:2rem;}
	.lift-content-nutro ul li{font-size:1.1rem;}
	.lift-content-nutro h5{font-size:1.2rem;}
	.fce-nk-block-content{margin-top:0px;}
	.brazillian-section{padding:60px 0px 80px;}
	.but-surgry-content p{font-size:1.3rem;}
	.arm-section{padding:45px 0px;}
	.armlift-content h2{font-size:2rem;}
	.armlift-content p, .body-surgry-content p{font-size:1.1rem;}
	.results-last-section{padding: 50px 0px;background-size: auto;}
	.faq-heading h3{font-size:2.5rem;}
	.faq-block h4{font-size:2rem;}
	.faq-block p{font-size:1.1rem;}
	.but-surgry-content h3{font-size:2.5rem;}
	.glassshape-section{padding:30px 0px;background-color: #d9bf8f;}
	.glassshape-section .armlift-content p{font-size:1.2rem;}
	.thighgap-section{padding:80px 0px 110px;}
	.liposuction-offer-section{background-color:#d9bf8f; padding:30px 0px;}
	.liposuction-content h2{font-size:2rem; margin-bottom:10px;}
	.liposuction-content p{font-size:1.3rem;}
	.laserassted-section{padding:50px 0px 30px;}
	.laser-content h3{font-size:2.5rem;}
	.laser-content p, .laser-as-content p, .vign-content p{font-size:1.3rem;}
	.liposuction-content{border:none !important;}
	.sixpeck-section , .vignl-section{padding:30px 0px 30px; background-color: #d9bf8f;}
	.packsuregry-section{padding-bottom:10px;}	
	.labia-section{background-size:auto;}
	.vign-heading h3{font-size:2.5rem;  margin-bottom:10px;}
	.vign-brown{background:#bb8b5c; padding:30px 0px; }
	.zomedcial-section{padding: 30px 0px 40px; background-color: #d9bf8f;}
	.zo-skin-content ul li{font-size:2rem;}
	.zolevel-section{padding: 40px 0px 80px;}
	.zo-level-content ul li h4{font-size:1.8rem;}
	.zo-level-content ul li p{font-size:1.1rem;}
	.silpeel-section{background-color:#d9bf8f; padding:30px 0px;}
	.dimple-creation-full{padding:30px 0px; background:#d9bf8f;}
	.dimple-content h2{font-size: 2rem; margin-bottom:10px;}
	.dimple-content p, .smile-block1 p{font-size:1.3rem;}
	.deep-img h4{font-size:1.8rem;}
	.smile-section-new{background:#cda67d; padding:30px 0px;}
	.smile-section-new .deep-img h4{color:#fff;}
	.lower-heading{font-size:1.2rem; padding-top:0px;}
	.body-section{padding:75px 0px;}
	.body-contouring-content h4{font-size:2.5rem;}
	.body-contouring-content p{font-size:1.3rem;}
	.body-contouring-short p{font-size:1.1rem;}
	.body-contouring-short h5{font-size:1.5rem;}
	.body-contouring-short h3{font-size:2rem;}
	.body-contouring-short h6{font-size:1.5rem;}
	.body-contouring-short p.mailto-connet a{font-size:1.3rem;}
	.hair-section{padding:40px 0px;  background-color: #d9bf8f;}
	.breast-main-section{ background: #d9bf8f;padding:40px 0px;}
	.heading-block-main h3, .surgical-breast-content h2{font-size:2rem;}
	.surgical-breast-section{background:#bb8b5c; padding:40px 0px;}
	.surgical-breast-content p{font-size:1.1rem;}
	.skin-section{padding:40px 0px;background-color: #d9bf8f;}
	.content-row p, .block-left-neck p, .block-right-neck p{font-size: 1.3rem}
	.lotus-bg-row:after, .best-hand-row:after, .best-hand-new:before, .best-hand-new:after, .best-hand-half:after{display:none;}
	.best-hand-row, .best-hand-new, .best-hand-half{background-image:none;}
	.handshake-content h2{font-size:2rem;}
	.handshake-content{font-size:1.3rem;}
	.newslatter-block h3{margin-bottom:20px;}
	.social-media{margin-top:10px}
	.accordion>.card>.card-header{font-size: 1.5rem;}
	.faq-accordion-block .card-body{padding:10px;}
	.faq-accordion-block .card-body, .faq-accordion-block .card-body ul{font-size:1.3rem;}
	.full-header h1{font-size:2rem;}
	.double-eye-content ul li { font-size: 1.1rem;}
  footer {    padding: 50px 0px 50px;  }
  .block-left-neck h2{font-size:2rem}
  .brown-block-content h4 {font-size: 2.5rem;}
  .recovery-brown:after{width:75%;}
  .good-point p, .surgery-benefits-list p, .reduction-list ul li, .recovery-list ul li, .endoscopic-block-content ul li, .fluid-face-left ul li, .cont p, .understanding-conent ul li, .thread-face-list ul li, .thread-face-content p, .mini-content p, .mini-content-list p, .mac-lift-content p, .info-content p, .lip-shape-content p, .lip-shape-content ul li{font-size:1.3rem; line-height:1.8rem;}
  .cont p br{display:none;}
  .good-point p img, .surgery-benefits-list p img{width:25px;}
  .endoscopic-block-content h4, .fluid-face-left h2, .thread-face-list h4, .mini-content h2, .mac-lift-content h4, .best-treatment-heading h2, .lip-shape-content h2{font-size: 2.5rem;}
  .thread-face-content h5, .mini-content-list p strong, .mac-lift-content p strong{font-size:1.5rem;}
  .mini-content-list p strong:before, .mac-lift-content p strong:before{width: 17px; height: 17px; top:5px;}
  .transfer-nano-section{padding-bottom:30px;}
  .lip-shap-row:after{display:none;}
  .recommendes-block h3{ font-size:2.5rem;  line-height: 3.5rem; margin-bottom:20px;}
  .chin-img{text-align:center;}
  .recommendes-section:after{display:none;}
  .techniques-block-content h4{font-size: 2rem;}
  .techniques-block-content p, .recommendes-block p, .check-bone-content-block ul li{font-size: 1.3rem;   line-height: 1.8rem;}
  .traditional-section:after, .nose-surgery:after, .procedure-rhinoplasty:before, .why-choose-section:after, .hair-treatment-section:after{display:none}
  .brown-checked-icon{max-width:20px}
  .small-title{font-size: 1.5rem;}
  .brow-content h2{font-size:2rem;}
  .perm-img{margin:15px 0px;}
  .hair-treatment-section{padding:50px 0px;}
  .hair-calling-info h3, .hair-calling-info h6{font-size:2rem;}
  .hair-calling-info p a{font-size:1.5rem;}
  .hair-calling-info p{margin-bottom:0px;}
  .large-main-content h2{font-size:2rem;}
  .large-main-content p, .large-main-content ul li , .surgical-breast-content ul li{font-size:1.3rem; line-height:1.8rem;}
  .large-main-content ul li:before, .surgical-breast-content ul li:before{width:10px; height:10px; top:8px;}
  .brown-block-content h3{font-size:2rem;}
  /* .newwhats a:nth-child(2) {display: none;} */
  .newwhats {
    position: absolute;
    top: 33px;
    right: 15%;
    text-align: center;
    margin: 0px;
    }
   .newwhats a { font-size: 10px;}
   /* .newwhats a { font-size: 14px;} */
   .newwhats a:before{ display: none;}
   .newwhats a {  padding: 5px 13px 5px 13px; }
  
}


@media screen and (max-width:768px){
	.acne-treatment-section{background-size: 100% auto; padding: 40px 0px 30px;  background-color: #d9bf8f;    background-position: bottom -50px center;}
	.treatment-heading h2{font-size: 2rem; padding-top: 15px;}	
	.treatment-heading img{width:50px;}
	.treatment-center-section .content-block p {font-size: 20px; line-height: 30px;}
	.best-treatment-bg{padding:30px 0px; background-size:auto;}
	.best-treat-left{padding:10px 15px;}
	.best-treat-left h2 {font-size: 1.5rem; margin-bottom: 15px;}
	.acne-best-section .best-treat-left h2{font-size:1.5rem;}
	.best-treat-left p, .acne-best-section .best-treat-left p, .acne-best-section .best-treat-right p{font-size:17px;}
	.best-treat-right p {font-size: 1.3rem;  line-height: 2rem;}
	.info-content p {font-size: 1.15rem;}
	.we-offer-block{padding:20px 0px 20px;}
	.fluied-content h2 {font-size: 1.5rem; margin-bottom: 15px;}
	.fluied-content p{font-size: 17px;}
	.offer-content p {font-size: 1.2rem;}
	hr { margin: 10px 0px;}
	.trated-heading h3 {font-size: 1.8rem;}
	.get-right p {font-size: 1.5rem;}
	.btn-get-started{padding:10px 15px;}
	.double-section{padding-top:15px;}
	.double-eye-content p {font-size: 16px; line-height: 23px; margin-bottom: 10px;}
	.eye-bag-section{min-height:800px;}
	.eye-content-block p {font-size: 1.3rem;  line-height: 1.8rem;}
	.block-heading-section h3{font-size:2rem;}
	.thinning-bg{background-color:#d9bf8f; padding:30px 0px 0px;}
	.fce-nk-block-content{padding-left:0px;}
	.liposuction-section .best-treat-left h2{font-size:2rem;}
	.liposuction-section {padding:40px 0px 70px;}
	.content-block-thinning p, .fce-nk-block-content p, .fce-nk-block-content ul li{font-size:1.1rem;}
	.check-bone-content-block h2 {font-size: 1.5rem;}
	.check-bone-content-block p{font-size:1rem; margin-bottom:10px;}
	.mandible-block h3{font-size:2rem;}
	.mandible-content p{font-size:1rem;}
	.forehead-best {padding:40px 0px;    background: #cda67e;}
	.forehead-content-block h2 {font-size: 2rem;}
	.forehead-content-block p {font-size: 1.1rem;}
	.forehead-treated{padding:30px 0px;    background-color: #d9bf8f;}
	.sape-heading h2 { font-size: 2rem;}
	.lip-Shap-section .best-treat-left.text-left{text-align:left !important;}
	.lip-Shap-section .best-treat-left p br{display:none;}
	.filler-section{padding:30px 0px 30px; background-size:auto;}
	.filler-heading{margin-bottom:10px;}
	.filler-heading h2{font-size:1.8rem;}
	.filler-content p, .filler-content ul li{font-size:1rem;}
	.reduction-section, .breast-removed-section{background-color:#d9bf8f}
	.removal-section .check-bone-content-block h2{font-size:2rem;}
	.abdect-section{padding:30px 0px 23px;}
	.abdect-section .breast-content p{font-size:1rem;}
	.sug-block-heading{margin-bottom:10px;}
	.sug-block-heading h2{font-size:2rem; margin-bottom:0px;}
	.sug-block-heading p{font-size:1.3rem; margin-bottom:0px;}
	.bdect-block-content p, .invloved-block-content p, .content-block p, .content-block p, .recovery-content p, .recovery-content-right p{font-size:1rem;}
	.invloved-block-content h4, .content-block h4, .recovery-title h3{    font-size: 2rem; margin: 0px 0px 5px;}
	.recovery-section{background:#bb8b5c }
	.content-block{padding:10px 0px;}
	.dermal-section{padding:30px 0px;}
	.dermal-left h2, .dermal-right h2{font-size:1.5rem; margin-bottom:5px;}
	.dermal-left p, .dermal-right p, .lift-content-nutro p, .chng-conent p, .lift-content-nutro ul li{font-size:1rem;}
	.lift-content-nutro h3{font-size:1.5rem;}
	.block-heading-section{margin-bottom:0px;}
	.lift-content-nutro ul li{margin-bottom:5px;}
	.lift-content-nutro h5{font-size:1rem;}
	.brazillian-section{padding: 30px 0px 30px;background-color:#d9bf8f}
	.but-surgry-content p{font-size:1.1rem;}
	.arm-section{background-color:#d9bf8f}
	.armlift-content h2{font-size:1.8rem;}
	.but-surgry-content h3{font-size:2rem;}
	.thighgap-section { padding: 50px 0px 60px;}
	.liposuction-content h2{font-size:1.8rem;}
	.liposuction-content p, .laser-content p, .laser-as-content p, .vignl-section{font-size:1.1rem;}
	.laser-content h3{font-size:2rem; margin-bottom:10px;}
	.sixpeck-section{padding:30px 0px;}	
	.meso-section{padding:30px 0px;}
	.vign-heading h3{font-size:2rem;}
	.zo-skin-content ul li{font-size:1.5rem;}
	.zolevel-section{background-size:auto; padding:30px 0px; margin-bottom:20px;}
	.dimple-treated-section{background-color: #d9bf8f;padding: 30px 0px 30px;}
	.dimple-treated-section .block-top-padd{padding:0px 0px;}
	.smile-section {padding: 30px 0px; background: #cda77e;}
	.upper-block-left h2, .upper-block-right h2{font-size:1.8rem;}
	.results-last-section { padding: 30px 0px;}
	.faq-heading h3{font-size:2rem;}
	.faq-block h4 {font-size: 1.8rem;}
	.butsurgey-section {padding: 30px 0px;}
	.body-section{background:#d9bf8f; padding:40px 0px;}
	.body-contouring-content h4 {font-size: 2rem;  letter-spacing: 3px;}
	.body-contouring-content p{font-size:1.1rem;}
	.body-contouring-short p{font-size:1rem;}
	.body-contouring-short h5 {font-size: 1.3rem;}
	.body-contouring-short h3 {font-size: 1.5rem;}
	.body-contouring-short h6 {font-size: 1.3rem;}
	.body-contouring-short p.mailto-connet a {font-size: 1.1rem;}
	.heading-block-main p{font-size:1.3rem;}
	.content-row p,  .block-left-neck p, .block-right-neck p{font-size: 1.2rem;}
	.good-point p, .surgery-benefits-list p, .reduction-list ul li, .recovery-list ul li, .endoscopic-block-content ul li, .fluid-face-left ul li, .cont p, .understanding-conent ul li{font-size:1.2rem}
	.faceLift-content p{font-size:1.1rem;}
	.newslatter-block h3{margin-bottom:20px}
	.social-media{margin-top:0px;}
	.accordion>.card>.card-header{font-size: 1rem;}
	.faq-accordion-block .card-body, .faq-accordion-block .card-body ul{font-size:1.1rem;}
	.block-left-neck h2{font-size:1.5rem}
	.endoscopic-block-content h4 br{display:none}
	.endoscopic-block-content h4{font-size:2.2rem;}
	.brown-checked-icon{max-width:20px; margin-right: 5px !important;}
	.hair-treatment-section{padding:30px 0px;}
	
}


@media screen and (max-width:767px){
	.logo{max-width:100%;}
	.menu-mb{top:17px;}
	.nav-menu{top:60px !important;}
	header.shrink .nav-menu{top:100%}
	.banner-section .swiper-button-next:after, .banner-section .swiper-button-prev:after{font-size:20px;}
	.swiper-button-next:after, .swiper-button-prev:after{font-size:20px;}
	.about-content-block{padding-top:50px;    text-align: left;}
	.p-absolute{position:relative; margin:0 auto;}
	.schedule-left{text-align:center; margin-bottom:30px;}
	.video-box{text-align:center;}
	.blog-box{margin-bottom:30px; overflow:hidden;}
	.blog-img img{width:100%;}
	.ftr-logo {max-width: 200px;}
	.ftr-top:before{top:35px;}
	.footer-menu{margin-bottom:20px; border:none;}
	.trated-heading{margin-bottom:20px;}
	.btn-newsletter{padding: 5px 25px;}
	.inner-first-left h1 {font-size: 2rem;line-height: 2.5rem;}
	.inner-first-left p{font-size:1.2rem;}
	.inner-first-left p br{display:none;}
	.best-treatment-bg { padding-top: 20px; padding-bottom: 20px; background-size:auto;}
	.best-treat-left{border-right:none;  text-align:center;}
	.best-treat-left h2 {font-size: 1.3rem;}
	.best-treat-left h2 br{display:none;}
	.best-treat-right{max-width:100%; padding:40px 0px; text-align:center;}
	.best-treat-left p {font-size: 16px;}
	.info-section{padding-top:0px;}
	.info-section .p-absolute{margin-top:0px; width:100%;}
	.info-content {text-align:center; padding:20px 0px;}
	.trated-img {margin-bottom:30px}
	.get-right{margin-top:40px; text-align:center; margin-bottom:30px;}
	.get-right h3 br{display:none;}
	.btn-get-started { padding: 5px 15px; font-size:0.9rem;}
	.img-block-content{padding-bottom:0px;}
	.treatment-center-section .block-top-padd{padding:0px;}
	.blank-section{padding-top:0px; min-height:auto;}
	.smile-img{position:relative;}
	.smile-section{background-size:cover; padding:20px 0px;}
	.smile-block{top:0px; padding: 15px 0px;}
	.smile-img{left:0px; margin:15px 0px;}
	.smile-block p{font-size:18px;}
	.fluied-content h2 br{display:none;}
	.fluied-content{max-width:100%; text-align:center !important;}
	.fluied-content p{text-align:center !important;}
	.image-filter-section{padding-bottom:30px;}
	.img-block-content h4, .img-block-content p {font-size: 1rem;  line-height: 21px;}
	.upper-block-left{text-align:left; border-right:none; margin-bottom:0px;}
	.upper-block-left h2, .upper-block-right h2{font-size:1.8rem; margin-bottom:10px;}
	.upper-block-left h2 br, .upper-block-right h2 br{display:none;}
	.eye-bag-section{padding:20px 0px;}
	.eye-content-block h3 {font-size: 2rem; margin-bottom:0px; padding-bottom:10px;}
	.double-eye-content h3{font-size:1.5rem;}
	.block-heading-section{margin-bottom:0px;}
	.block-heading-section h3{font-size:1.7rem;}
	.chng-conent p {font-size: 1.1rem;}
	.block-left-neck{border-right:none; text-align:left; padding-right:0px;}
	.block-left-neck p, .block-right-neck p{font-size:20px;}
	.fce-nk-block-content h4 {text-align:left;}
	.fce-nk-block-content p {font-size: 1.1rem;}
	.best-treat-left.text-left{text-align:center !important}
	.block-right-neck{padding-left:0px;}
	.liposuction-section .best-treat-left h2{font-size:2rem;}
	.liposuction-img{padding: 0px 20px; border:none; margin:0px auto 0px;}
	.content-block-thinning p{font-size:1.1rem;}
	.fce-nk-block-content{padding:0px;}
	.mandible-block h3 {font-size: 1.5rem;  margin-bottom: 15px;}
	.forehead-treated{background-color:#d9bf8f}
	.forehead-best {padding:30px 0px;background-color: #cda67e;}
	.forehead-content-block p {font-size: 1.1rem;  text-align: left;}

	.sape-heading{padding:15px 0px 0px;}
	.sape-heading h2 {font-size: 1.8rem;}
	.permanent-brow-section  .best-treat-left,	.permanent-brow-section  .best-treat-left h2{text-align:left;}
	.filler-heading h2 {font-size: 1.5rem;}
	.filler-section{background-size:auto;}
	.sug-block-heading h2{font-size:2rem;}
	.chest-content-left, .chest-content-right{border:none; text-align:left; padding:20px 0px;}
	.perm-img{border:none;max-width: 100%; padding: 0px;}
	.abdect-section{padding:28px 0px;background: #d9bf8f;}
	.abdect-section .breast-content{padding:0px;}
	.abdect-section .breast-content p {font-size: 0.9rem; font-weight: 300;}
	.sug-block-heading h2, .invloved-block-content h4, .content-block h4, .recovery-title h3{font-size:1.6rem;}
	.sug-block-heading p{font-size:1.2rem;}
	.bdect-block-content{margin-bottom:10px;}
	.bdect-block-content p, .invloved-block-content p, .content-block p, .content-block p, .recovery-content p, .recovery-content-right p{font-size:0.9rem;}
	.recovery-content-right{padding-left:0px; border:none !important;}
	.browlift-heading h2, .content-block-brow h3{font-size: 1.7rem;}
	.full-content-section{padding:20px 0px;}
	.lift-content-nutro ul{padding-left:30px;}
	.lift-content-nutro{padding:5px 0px}
	.ideal-section{padding:20px 0px;}
	.content-block-brow ul li{font-size:1rem;}
	.fce-nk-block-content p, .fce-nk-block-content ul li{font-size:1.1rem;}
	.dermal-left{text-align:left;}
	.dermal-right{text-align:left; padding:0px; border:none !important;}
	.dermal-section{background-size:auto;}
	.brow-lift-nutro{padding:20px 0px;}
	.but-surgry-content p{font-size:1rem;}
	.armlift-content {padding:10px 0px;}
	.but-surgry-content h3{font-size:1.7rem; margin-bottom:10px;}
	.handfeet-section{padding:20px 0px 30px; background-color:#d9bf8f;}
	.thighgap-section{padding:30px 0px; background-color:#d9bf8f;}
	.liposuction-content h2, .laser-content h3{font-size:1.5rem;}
	.meso-section{background-color:#d9bf8f;}
	.labia-section{background:#cca57c;}
	.vign-content p{font-size:1rem;}
	.zo-skin-content ul li, .zo-level-content ul li h4{font-size:1.3rem;}
	.zo-level-content ul li p{font-size:1rem;}
	.permanent-brow-section .brow-content h2, .removal-section .check-bone-content-block h2{font-size:1.8rem;}
	.reduction-filter-section{padding:20px 0px !important;}
	.dimple-content h2{font-size:1.8rem;}
	.fce-nk-block-content h5{padding:0px;}
	.breadcrumb ul{margin-bottom:0px;}
	.heading-block-main h3, .surgical-breast-content h2{font-size:1.5rem; margin-bottom: 10px;}
	.heading-block-main p{font-size:1.1rem;}
	.surgical-breast-content strong{margin-bottom:10px;}
	.skin-section { padding: 20px 0px;}
	.paraRight { text-align:left; }
	.content-row p,  .block-left-neck p, .block-right-neck p {font-size: 1rem;  line-height: 1.5rem;}
	.best-hand-before:before{display:none;}
	.deep-img h4 { color: #fff;}
	.treatment-heading h2{padding:10px 0px;}
	.img-block-content h4{margin-bottom:10px;}
	.best-treat-left{padding:10px 0px;}
	.acne-best-section .best-treat-right{padding:10px 0px;}
	.breast-right1{margin-bottom:15px}
	.faq-accordion-block .card-body, .faq-accordion-block .card-body ul{font-size:1rem;}
	.fce-nk-block-content h5 { font-size: 1rem;}
	.upper-block-left p, .upper-block-right p{font-size:1rem;}
	.entry-header h2{font-size:1.3rem}
	.accordion .card-header{position:relative;}
	.accordion .card-header:after{position: absolute; right: 10px; top: 50%; 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); transform: translateY(-50%);}
	.double-eye-content ul li { font-size: 1rem;}
  .content-block-brow ul {
    display: block;
    margin-bottom: 0px;
  }
  .content-block-brow ul li {
    width: 100%;
    margin-right: 0;
  }
  .fce-nk-block-content ul li:before{width:6px; height:6px;}
  .brown-section {padding: 30px 0px;}
  .brown-block-content h4{font-size:2rem;margin-bottom: 15px;}
  .brown-block-content p{font-size:1rem;}
  .brown-bg{background-size: 55% auto;}
  .good-point p, .surgery-benefits-list p, .reduction-list ul li, .recovery-list ul li, .endoscopic-block-content ul li, .fluid-face-left ul li, .cont p, .understanding-conent ul li, .thread-face-list ul li, .thread-face-content p, .mini-content p, .mac-lift-content p, .mini-content-list p, .mini-content-list p, .best-treatment-block p, .offer-content p, .lip-shape-content p, .lip-shape-content ul li{font-size: 1rem; line-height: 1.6rem;}
  .endoscopic-block-content h4, .fluid-face-left h2, .thread-face-list h4, .mini-content h2, .mac-lift-content h4, .best-treatment-heading h2, .lip-shape-content h2{font-size:2rem;}
  .thread-face-list h4 {margin-bottom:20px;}
  .endoscopic-block-content h4 br, .fluid-face-left h2 br{display:none;}
  .endoscopic-block-content{margin-bottom:20px;}
  .endoscopic-block-content ul li{text-indent:20px;}
  .endoscopic-block-content ul li:before{width: 10px; height: 10px; top:4px;}
  .fluid-face-left ul li{text-indent:20px;}
  .fluid-face-left ul li:before{width:15px; height:15px; top:0px; }
  .fluid-face-section:before, .transfer-nano-section:before{display:none;}
  .transfer-nano-section{padding:30px 0px;}
  .understanding-conent ul li{text-indent:20px;}
  .understanding-conent ul li:before{top: 12px;width: 10px;height: 10px;}
  .thread-face-list ul li:before{width:10px; height:10px; top: 7px;}
  .thread-face-content, .mini-content-list{min-height:initial; margin-bottom:20px; }
  .thread-face-content h5, .mini-content-list p strong, .mac-lift-content p strong{font-size:1.3rem; }
  .thread-face-content h5:before, .mini-content-list p strong:before{top:3px;}
  .best-treatment-block p:before, .lip-shape-content ul li:before{width: 10px; height: 10px; top:6px;}
  .best-treatment-block p{text-indent:17px;}
  .techniques-block-content p, .recommendes-block p, .dimple-content p, .smile-block1 p, .techniques-block-content p, .recommendes-block p, .check-bone-content-block ul li{font-size:1rem; line-height:1.8rem;}
  .recommendes-block h3 {font-size: 2rem;line-height: 2.8rem;}
  .healing-section:before{background-position:bottom right;    right: -5%;}
  .small-title {font-size: 1.1rem;}
  .check-bone-content-block ul li:before{top:8px;}
  .hair-calling-info h3, .hair-calling-info h6{font-size:1.5rem;}
  .hair-calling-info p a{font-size:1rem;}
  .large-main-content p, .large-main-content ul li, .surgical-breast-content ul li{font-size:1rem; line-height:1.6rem;}
  .fce-nk-block-content h4 br{display:none;}

  .newwhats { top: 16px; right: 20%;  }

}


@media screen and (max-width:575px){
	.menu-mb{right:20px; top:20px;}
	header.shrink .menu-mb{top:20px;}
	.about-content-block{padding-top:30px;}
	.about-title h2{font-size:2rem;}
	/* .about-content-block p{font-size:16px;}
	.review-block p{font-size:16px;} */
	.service-data-list ul li{width:48%;}
	.block-heading h3, .schedule-heading h2, .schedule-bottom h3{font-size:1.8rem;}
	.gallery-overley h2{font-size:2rem;}
	.newslatter-block h3{font-size:20px; margin-bottom:30px;}
	.btn-appointment { font-size:16px; padding: 6px 12px; font-weight:800;}
	.service-overley .btn-appointment { font-size: 11px !important; padding: 4px 10px !important; font-weight: 800;}
	.service-box:hover .service-overley p { font-size: 14px; line-height: 17px; }
	.service-data-list { text-align:center; }
	.fotrer-bttom p, .fotrer-bttom p a{font-size:14px;}
	.breadcrumb { margin-bottom: 0px; padding: 8px 0px;}
	.breadcrumb ul li{padding:0px 10px;}
	.breadcrumb p, .breadcrumb ul li, .breadcrumb ul li a{font-size:11px;}
	.inner-first-left{padding-top:0px; padding-bottom:10px;}
	.inner-first-left h1{font-size: 1.7rem; line-height: 2rem;}
	.inner-first-left p {font-size: 1rem; line-height: 1.5rem; padding: 0px 30px;}
	.inner-first-left p br{display:none;}
	.treatment-heading h2{font-size:1.5rem; padding-bottom:10px;}
	.treatment-center-section .content-block p { font-size: 18px;  line-height: 25px;}
	.image-filter-section {padding: 10px 0px 0px;}
	.img-block-content { padding: 23px 0px 20px;}
	.img-block-content h4{margin-bottom:20px;}
	.img-block-content h4, .img-block-content p {font-size: 1rem; line-height: 24px;}
	.best-treatment-bg{background-size:auto;}
	.fluied-content h2{font-size:1.3rem;}
	.fluied-content p{font-size:16px;}
	.best-treat-right{padding:20px 0px;}
	.best-treat-right p { font-size: 1rem;  line-height: 1.5rem;}
	.info-section{padding-bottom:0px; padding-top:0px;}
	.info-content p, .offer-content p {font-size: 1rem;}
	.treated-section{padding:15px 0px;}
	.get-right{margin-top:50px;}
	.get-right h3 { font-size: 1.5rem;}
	.get-right p { font-size: 1rem;}
	.smile-block p{font-size:16px;}
	.double-eye-content h3, .upper-block-left h2, .upper-block-right h2, .eye-content-block h3, .block-heading-section h3, .block-heading-section h3{font-size:1.4rem;}
	.double-section{background:#cda77f ;}
	.eye-content-block p, .double-eye-content p {font-size: 1.1rem; line-height: 1.5rem;}
	.block-left-neck p, .block-right-neck p{font-size:16px;}
	.fce-nk-block-content h4{font-size:1.5rem; padding:0px;}
	.fce-nk-block-content p { font-size: 1em;}
	.trated-heading h3{font-size:1.5rem;}
	.thinning-bg{padding: 20px 0px 10px;}
	.content-block-thinning p{font-size:1rem;}
	.best-treat-left h2 br{display:none;}
	.check-bone-content-block h2{font-size: 1.5rem;}
	.check-bone-content-block p, .forehead-treated .content-block-thinning p{font-size:1rem;} 
	.mandible-block h3{font-size:1.5rem;}
	.forehead-treated{padding:30px 0px 10px;}
	.forehead-best {padding: 30px 0px 30px;}
	.forehead-content-block h2 {font-size: 1.5rem;}
	.forehead-content-block p {font-size: 1rem; font-weight:300;}
	.sape-heading h2 { font-size: 1.5rem;}
	.lift-content-nutro h4 {font-size: 1.3rem;}
	.lift-content-nutro p{font-size:1rem;}
	.chest-red-content ul{padding:0px 30px;}
	.chest-content-left p, .chest-content-right p, .chest-red-content ul li{font-size:1rem;}
	.breast-removed-section{padding:30px 0px 10px;}
	.breast-content{padding:0px 0px 0px;}
	.reduction-section .breast-content p, .breast-content p{font-size:1rem;}
	.liposuction-section .best-treat-left h2{font-size:1.3rem;}
	.liposuction-section { padding: 14px 0px; background-size:auto;}
	.removal-section .check-bone-content-block h2{font-size:1.5rem;}
	.sug-block-heading h2, .invloved-block-content h4, .content-block h4, .recovery-title h3{font-size:1.5rem;}
	.invlove-section{padding:20px 0px;}
	.butsurgey-section{padding:25px 0px; background-size:auto;}
	.butsurgey-section .fce-nk-block-content h4, .butsurgey-section .fce-nk-block-content h5, .butsurgey-section .fce-nk-block-content p{color:#fff;}
	.but-surgry-content p, .armlift-content p, .body-surgry-content p{font-size:1rem;}
	.arm-section{padding:25px 0px;}
	.armlift-content{padding-bottom:0px;}
	.armlift-content h2, .but-surgry-content h3, .vign-heading h3{font-size:1.3rem;}	
	.laserassted-section{padding-top:30px; background-size:auto;}
	.liposuction-content p, .laser-content p, .laser-as-content p, .vign-content p{font-size:0.9rem;}
	.laser-as-full-container{padding-top:20px;}
	.packsuregry-section{background-size:auto; padding:15px 0px;}
	.zolevel-section{padding-bottom:10px;}
	.zo-skin-content ul li, .zo-level-content ul li h4{font-size:1.1rem;}
	.zo-level-content ul li:last-child{margin-bottom:0px;}
	.zo-level-content ul li p{font-size:0.9rem; margin-bottom:0px}
	.schedule-appointment{padding: 10px 14px; font-size:16px}
	.review-block{padding:10px 20px;}
	.dimple-content h2{font-size:1.5rem;}
	.dimple-content p, .smile-block1 p{font-size:1rem;}
	.faq-block h4 {font-size: 1.5rem;}
	.faq-heading {margin-bottom: 20px;}
	.fce-nk-block-content h5{font-size:1rem;}
	.body-contouring-content h4{font-size:1.5rem;}
	.body-contouring-short h5 { font-size: 1rem;}
	.body-section{padding:20px 0px;}
	.body-section .armlift-content p{margin-bottom:0px;}
	.heading-block-main p, .surgical-breast-content p { font-size:1rem;}
	.breast-main-section, .surgical-breast-section{padding:20px 0px;}
	.heading-block-main h3, .surgical-breast-content h2{font-size:1.3rem;}
	.fullLotous_Bg { padding:30px 0px 150px 0px;}
	.makeOver-content .text-right, .handshake-bg .text-right { text-align:left !important; }
	.makeOver-content .tattoo-contstwo { padding-top:20px; }
	.handshake-bg { background-size:cover; padding-top:50px; }
	.handshake-bg p { font-size:1.1rem; line-height:25px; }
	/*.handshake-content h2 { font-size:2.5rem; }
	.handshake-content .col-lg-6 { padding-bottom:50px; }*/
	.hairReducation-content { font-size: 1rem; line-height: 25px; }
	.hairReducation-content h3 { font-size:2rem; }
	.hairReducation-content .text-right { text-align:left !important; }
	.fullLotous_Bg { padding: 50px 0px 30px 0px; }
	.threadFacelift { padding:50px 0px 50px; }
	.faceLIftBg .handshake-content .col-lg-6 { padding-bottom:0; }
	.classic-content { padding-top:25px; }
	.face-treatment .body-contouring-content h4 { padding-top:25px; }
	.threadFacelift h2, .miniFace-lift h2 { font-size:1.5rem; }
	.threadFacelift { padding:20px 0px 20px; }
	.contactForm { padding: 40px 0 0 0; }
	.faceLift-content p{font-size:1rem;}
	.tnp-field.tnp-field-email{width: 65%;}
	.tnp-field.tnp-field-button{width:34%;}
	.tnp-subscription input.tnp-submit{padding: 16px 15px;}
	.neuro-img {margin: 0px 0px 0px;}
	.full-header h1{font-size:1.3rem;}
	.understanding-conent ul li:before{top:17px;}
	.thread-face-list ul li:not(:last-child){margin-bottom:10px;}
	.thread-face-content h5:before{width:20px; height:20px; padding-left:25px;}
	.endoscopic-block-content h4, .fluid-face-left h2, .thread-face-list h4, .mini-content h2, .mac-lift-content h4, .best-treatment-heading h2, .lip-shape-content h2{font-size:1.5rem;} 
	.brown-checked-icon{position:relative; top:-2px; max-width:15px;}
	.recommendes-block h3 { font-size: 1.5rem; line-height: 1.8rem;}
	.techniques-block-section{padding:25px 0px;}
	.techniques-block-content h4{font-size:1.5rem; margin-bottom:15px;}
	.brow-content h2{font-size:1.5rem;}

  /* .newwhats { top: 28px;}
  header.shrink .menu-mb {   top: 28px;} */
  .newwhats {  top: 21px;   right: 60px;  width: 175px;}
 
  .newwhats a { font-size: 14px;  margin-right: 4px; }
}
@media screen and (max-width:375px){
	.btn-newsletter { padding: 5px 18px; font-size: 14px;}
	.service-overley h3{font-size:1.3rem;}
  .newwhats a { font-size: 14px; margin-right: 4px;}
  .newwhats {    top:14px;   }
  .newwhats a {  padding: 2px 10px 2px 10px; }
}
.wp-block-columns{margin:0px;}

/*vineet css start*/

/*ipl page css start*/

.ipl-second-section{
  background: #fff5eb url(../images/ipl-second-sec-bg.html) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  padding: 100px 0px 120px;
}
.ipl-second-secleft p{
  text-align: right;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
}
.ipl-second-secright p{
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
}
.ipl-third-section{
  background-color: #fff5eb;
  padding: 30px 0px 50px;
}
.experience-cont{
  text-align: center;
}
.experience-cont p{
  color: #3e3e3e;
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 30px;
}
/*ipl page css end*/

/*chemical peels page css start*/
.chemical-second-section{
  background: #fff url(../images/ipl-second-sec-bg.html) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  padding: 100px 0px 120px;
}
.chemical-second-secleft p{
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
}
.chemical-third-section{
  padding: 30px 0px 40px;
}
.chemical-heading h3{
  text-align: center;
  font-weight: 800;
  color: #000;
  line-height: 26px;
  margin-bottom: 40px;
  font-size: 34px;
}
.chemical-cont-left h3{
  font-size: 26px;
  font-weight: 800;
  color: #000;
  line-height: 26px;
  text-align: right;
  margin-bottom: 20px;
}
.chemical-cont-left p{
  font-size: 1.3rem;
  font-weight: 300;
  color: #262626;
  line-height: 28px;
  text-align: right;
}
.chemical-cont-right h3{
  font-size: 26px;
  font-weight: 800;
  color: #000;
  line-height: 26px;
  margin-bottom: 20px;
}
.chemical-cont-right p{
  font-size: 1.3rem;
  font-weight: 300;
  color: #262626;
  line-height: 28px;
}
.chemical-fourth-section{
  background: #ffe8dd url(../images/cosmelan-bg.html) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  padding: 50px 0px;
}
.cosmelan-wrap h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  margin-bottom: 40px;
}
.cosmelan-wrap p {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 34px;
}
.cosmelan-wrap img{
  padding: 30px 0px;
}
.cosmelan-cont-left p{
  font-size: 1.3rem;
  font-weight: 300;
  color: #262626;
  line-height: 28px;
  text-align: right;
}
.cosmelan-cont-right p{
  font-size: 1.3rem;
  font-weight: 300;
  color: #262626;
  line-height: 28px;
}
.chemical-fifth-section{
  padding: 50px 0px;
}
.nano-peel-contleft h3{
  color: #000;
  font-weight: 800;
  font-size: 30px;
  text-align: right;
}
.nano-peel-contleft p{
  color: #262626;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: right;
  line-height: 28px;
}
.nano-peel-contright h3{
  color: #000;
  font-weight: 800;
  font-size: 30px;
}
.nano-peel-contright p{
  color: #262626;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 28px;
}
.chemical-fifth-section .row .col-md-5:nth-child(1) .nano-peel-contleft{
  margin-bottom: 30px;
}
.chemical-fifth-section .row .col-md-5:nth-child(2) .nano-peel-img{
  margin-bottom: 30px;
}
.chemical-sixth-section {
  padding: 50px 0px;
  background: #fff url(../images/yellow-bg.html) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
.yellow-peel h3{
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  text-align: right;
}
.yellow-peel p{
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: right;
  line-height: 28px;
}
.phenol-peel h3{
  color: #fff;
  font-weight: 800;
  font-size: 30px;
}
.phenol-peel p{
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 28px;
}
.ferulac-img{
  padding: 20px 0px 30px;
  text-align: center;
}
.ferulac-cont h3{
  text-align: center;
  color: #000;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
}
.ferulac-cont p{
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 28px;
}
.chemical-seventh-section{
  padding: 20px 0px 50px;
}
.treated-cont-wrap h3{
  text-align: center;
  font-weight: 800;
  font-size: 34px;
  color: #cdaa68;
  margin-bottom: 20px;
}

/*chemical peels page css end*/

/*pelleve skin page css start*/
.pelleve-second {
  background: #fff url(../images/ipl-second-sec-bg.html) no-repeat;
  padding: 90px 0px 80px;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.pelleve-heding h3 {
  font-size: 2.5rem;
  font-family: "GillSansBold";
  text-align: center;
  color: #fff;
  line-height: 26px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
.pelleve-third-section {
  padding: 50px 0px;
  background: #fff;
}
.pelleve-cont p{
  text-align: right;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 28px;
}
.pelleve-fourth-section{
  padding: 50px 0px;
  background: #fff5eb;
}
.pellevé-skin-heading h3{
  text-align: center;
  color: #353535;
  line-height: 26px;
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-family: "GillSansBold";
  letter-spacing: 3px;
}
.pellevé-skin-left ul li{
  position: relative;
  color: #353535;
  font-size: 20px;
  font-weight: 600;
  padding-left: 35px;
}
.pellevé-skin-left ul li:not(:last-child){
  padding-bottom: 15px;
}
.pellevé-skin-left ul li:before{
  content: '';
  background: url(../images/tick-img.html);
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0px;
  top: 0px;
}
/*pelleve skin page css end*/

/*hydra facial page css start*/
.hydra-facial-second {
  background: #fff url(../images/hydra-second-sec-bg.html) no-repeat;
  padding: 90px 0px 130px;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.hydra-third-section{
  padding: 30px 0px 50px;
  background: #fff;
}
.hydra-cont p{
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.hydra-cont img{
  padding: 30px;
}
.hydra-fourth-section{
  background: #fff5eb url(../images/hydraded-clean-bg.html) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  padding: 70px 0px 100px;
}
.hydrated-heading h3 {
  text-align: center;
  font-weight: 800;
  color: #fff;
  line-height: 26px;
  margin-bottom: 40px;
  font-size: 34px;
}
.hydrated-list ul{
  margin-bottom: 0px;
}
.hydrated-list ul li:not(:last-child) {
  padding-bottom: 6px;
}
.hydrated-list ul li {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.hydra-fifth-section{
  padding: 30px 0px 50px;
  background: #fff5eb;
}
.serums-wrap h3{
  color: #454544;
  font-size: 34px;
  font-weight: 800;
}
.serums-wrap h4{
  color: #454544;
  font-size: 30px;
  font-weight: 600;
  padding-top: 20px;
}
.serums-wrap p{
    color: #454544;
    font-size: 1.3rem;
    font-weight: 300;
}
.videos-wrap{
  padding: 30px 0px;
  background-color: #fff;
}
/*hydra facial page css end*/
/*tattoo removal page css start*/
.tattoo-removal-second {
  background: #fff url(../images/tattoo-removal-bg.html) no-repeat;
  padding: 70px 0px 110px;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.tattoo-removal-cont p{
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
}
.tattoo-third-section{
  padding: 40px 0px;
}
.tattoo-contsone p{
  text-align: right;
  color: #262626;
  font-size: 1.3rem;
  font-weight: 300;
}
.tattoo-contstwo p{
  color: #262626;
  font-size: 1.3rem;
  font-weight: 300;
}
.tattoo-third-section .row .col-md-5:nth-child(1) .tattoo-contsone{
  margin-bottom: 30px;
}
.tattoo-third-section .row .col-md-5:nth-child(2) .tattoo-img{
  margin-bottom: 30px;
}
/*tattoo removal page css end*/
/*laser hair page css start*/
.laser-second{
  background: #fff8f0 url(../images/laser-brownbg.html) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  padding: 80px 0px 10px;
}
.addnew-section{
  background: #fff8f0;
  padding: 0px 0px 30px;
}
.laser-second-cont p{
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 32px;
}
.laseryoutube-video{
  padding: 30px 0px;
}
.permanent-laser-heading h3 {
  text-align: center;
  font-weight: 800;
  font-size: 2.3rem;
  font-family: "GillSansBold";
  letter-spacing: 3px;
  color: #565656;
  margin: 10px 0 20px;
}
.permanent-cont-left p {
  color: #262626;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}
.permanent-cont-right p {
  color: #262626;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 28px;
}
.permanent-laser-heading p {
  color: #262626;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.laser-third-section {
  padding: 40px 0px;
}
/*laser hair page css end*/
.laser-skin-second{
  background: #fff8f0 url(../images/laser-skin-brown-bg.html) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  padding: 60px 0px 120px;
}
.laserskin-second-cont p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 32px;
}
.laser-luckily p {
  text-align: center;
  color: #262626;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}
.laserskin-third-section {
  background: #fff8f0;
  padding: 30px 0 40px;
  position: relative;
  z-index: 1;
}
.laserskin-third-section:after{
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/lipo-lotus-img.html);
  background-size: contain;
  width: 40%;
  height: 45%;
  background-repeat: no-repeat;
  z-index: -1;
}
.skinimgtwo {
  padding: 30px 0px;
}
/*career page css start*/
.career-wrap .monishaKapoor-details{
  margin-top: 0px;
}
.contactForm input[type="submit"]:hover{
  background: #674914;
}
.career-wrap .career-form-wrap textarea{
  resize: none;
}
.toptext p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.procedure .upper-block-left{
  text-align: center;
  border-right: none;
}
.procedure.lotus-after:after {
  border-left-color: #fff;
}
.aftercarerecovery-cont{
  padding: 0px 0px 50px;
}
.recovery-cont h3{
  text-align: center;
  color: #272727;
  font-size: 2.5rem;
  font-family: "GillSansBold";
  letter-spacing: 5px;

}
.recovery-cont p{
  text-align: center;
  color: #343434;
  font-size: 1.4rem;
  margin-top: 20px;
  font-weight: 300;
}
.result-sect {
  background: #fff5f0;
  padding: 20px 0px 40px;
  position: relative;
  margin-top: 60px;
}
.result-sect:after {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  border-left: 100vw solid #fff5f0;
  border-top: 100px solid transparent;
  z-index: -1;
}
.aftercolor:after{
  border-left-color: #fff5f0;
}
.insurancecover-section{
  padding: 50px 0px;

}
.fce-nk-block-content.candidateliposuction{
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 0px;
}
.candidate-content ul li{
    font-size: 1.5rem;
    color: #545454;
    font-weight: 300;
}
.common-treatment {
    padding: 40px 0px;
    background: #fff9e6;
}
.comm-treatment-cont h3 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.common-list ul {
    float: left;
    width: 50%;
    padding-inline-start: 20px;
}
.common-list ul li {
    font-size: 1.3rem;
    color: #545454;
    font-weight: 400;
    margin-bottom: 7px;
}
.why-liposuction {
    padding: 40px 0px;
}
.why-liposuction-heading h3{
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
}
.why-liposuction-heading p{
    font-size: 1.5rem;
    color: #373535;
    font-weight: 300;
    line-height: 30px;
}
.bottom-cont {
    margin-top: 40px;
}
.bottom-cont p {
    font-size: 1.5rem;
    color: #000;
    font-weight: 300;
    line-height: 30px;
}
.bottom-cont p strong{
    font-weight: 700;
}
.assisted-wrap {
    padding: 40px 0 50px;
}
.assisted-content h3{
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
}
.assisted-content p {
    font-size: 1.5rem;
    color: #373535;
    font-weight: 300;
    line-height: 30px;
}
.liposuction-performed-wrap {
    background: #ffe7d1;
    padding: 50px 0px 50px;
	position:relative;
}
.liposuction-performed-wrap:before {
    content: '';
    width: 114%;
    height: 300px;
    background: #ffe7d1;
    position: absolute;
    right: -41px;
    top: -3%;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1;
}
.liposuction-performed-cont h3 {
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.liposuction-performed-cont h3 span{
    font-size: 1.8rem;
}
.liposuction-performed-cont p {
    font-size: 1.5rem;
    color: #373535;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}
.liposuction-performed-cont ol{
  padding-left: 30px;
}
.liposuction-performed-cont ol li{
    font-size: 1.5rem;
    color: #373535;
    font-weight: 300;
    line-height: 30px;
    margin-top: 15px;
}
.during-procedure-wrap {
    padding: 50px 0px 50px;
}
.during-conts-heading h3 {
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}
.during-conts p {
    font-size: 1.5rem;
    color: #373535;
    font-weight: 300;
    line-height: 30px;
    margin-top: 15px;
}
.procedure-andrecovery {
    padding: 50px 0px 50px;
    background: #cc9867;
	position:relative;
}
.procedure-andrecovery:before {
    content: '';
    width: 114%;
    height: 300px;
    background: #cc9867;
    position: absolute;
    right: -41px;
	top: -2%;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1;
}
.recovery-heading h3 {
    font-family: "GillSansBold";
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.recovery-conts p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 30px;
}
.recovery-conts-botom p{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
}
/*scroll css*/
.scroll-sec {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 13px 0;
    z-index: 9;
    position:fixed;
    width:100%; 
    bottom:0px;
    left:0px;
    display:none;
}
.scroll-box p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}
.scroll-box i {
    color: #0ebe44;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 0 0;
}
.scroll-box p a{color:#fff; text-decoration: none;}
.scroll-box p a:hover{color:#fff; text-decoration: none;}

/*brows page css start*/
.brown-lift-section{
  background: #fff5f0;
}
.aftercolor.lotus-bg-row:after{
  border-left: 100vw solid #fff5f0;
}
.brownlift-cont h4{
  font-size: 4rem;
  font-family: 'aileronblack';
  color: #85553d;
  margin: 30px 0 10px;
}
.brownlift-cont p{
  font-size: 1.5rem;
  color: #545454;
  font-weight: 300;
}
.brownlift-cont ul{
  margin-top: 30px;
}
.brownlift-cont ul li{
  font-size: 1.5rem;
  color: #545454;
  line-height: 2.4rem;
  margin-bottom: 25px;
  position: relative;
  text-indent: 40px;
}
.brownlift-cont ul li:before{
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/right-circle-icon-brown.html) no-repeat;
  background-size: contain;
}
.brow-lift-section{
  background: #b7854f url(../images/hand-bg.html) no-repeat center center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
  padding: 50px 0px 100px;
}
.brow-lift-section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 100vw solid #fff5f0;
  border-top: 100px solid transparent;
  z-index: -1;
}
.brow-content h4{
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
}
.nonsurgical-sections{
  padding: 50px 0px;
  background: #fff5f0;
}
.dermalnew {
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
}
.dermalnew .dermal-left h2, .dermalnew .dermal-right h2 {
  color: #85553d;
  font-family: 'aileronblack';
  text-align: left;
}
.dermalnew .dermal-left ul li, .dermalnew .dermal-right ul li {
  color: #343434;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 25px;
  text-align: left;
  text-indent: 40px;
}
.dermalnew .dermal-left ul li:before, .dermalnew .dermal-right ul li:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/right-circle-icon-brown.html) no-repeat;
  background-size: contain;
}
.dermalnew .dermal-left {
  background: #f5f5f5;
  height: 100%;
  padding: 50px 30px 50px 160px;
}
.endoscopicnew{
  position: relative;
}
.endoscopicnew:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.dermalnew .dermal-right {
  background: #fff;
  height: 100%;
  padding: 50px 160px 50px 40px;
}
.dermalnew .container-fluid{
  padding: 0;
}
.threadsec{
  background: #855424;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 0 30px;
}
.threadsec:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: url(../images/threadsec-bg.html) no-repeat bottom -150px left;
  background-size: 65% auto;
}
.threadsec .lift-content-nutro h3{
  font-size: 4rem;
  font-family: 'aileronblack';
  color: #fff;
  margin: 30px 0 10px;
}
.threadsec .lift-content-nutro p{
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
}
.microblading-section {
  padding: 10px 0px 30px;
  background: #fff;
}
.microblading-cont h3{
  font-size: 4rem;
  font-family: 'aileronblack';
  color: #85553d;
  margin: 30px 0 10px;
}
.microblading-cont p{
  font-size: 1.5rem;
  color: #343434;
  font-weight: 300;
}
.microblading-cont ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #343434;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.microblading-cont ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.surgical-wrap .block-heading-section h3 {
  color: #fff;
}
.surgical-wrap ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.surgical-wrap ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.surgical-wrap.light-creame-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #b27237 url(../images/lotusbg-img-new.html) no-repeat bottom right;
  background-size: 60% auto;
  padding: 50px 0 80px;
}
.surgical-wrap.light-creame-bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 100vw solid #fff;
  border-top: 100px solid transparent;
  z-index: -1;
}
.candidatewrap.ideal-section {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff url(../images/lotunew-img.html) no-repeat bottom center;
  background-size: 60% auto;
}
.candidatewrap .lift-content-nutro h3 {
  font-family: 'aileronblack';
  font-size: 4rem;
  color: #85553d;
}
.candidatewrap .lift-content-nutro ul li {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #343434;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
  text-align: left;
}
.candidatewrap .lift-content-nutro ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.candidatewrap .candidatecont {
  text-align: right;
  border-right: 1px solid #85553d;
  height: 100%;
  padding-right: 40px;
}
.mostcommonly-wrap{
  padding: 50px 0px 30px;
  background: #85553d;
}
.commonly-cont h5 {
  font-family: 'aileronblack';
  font-size: 3rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: initial;
  line-height: 53px;
}
.recoverycont{
background: #bb8b5c url(../images/hand-bg.html) no-repeat center center;
position: relative;
overflow: hidden;
background-size: cover;
z-index: 1;
}
.recoverycont:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 100vw solid #fff;
    border-top: 100px solid transparent;
    z-index: -1;
}
.recoverycont .block-heading-section h3 {
  color: #fff;
  font-family: 'aileronblack';
  letter-spacing: 3px;
  font-size: 4rem;
}
.recoverycont .fce-nk-block-content ul li {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-indent: 10px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
  text-align: left;
}
.recoverycont .fce-nk-block-content ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.result-wrap .block-heading-section h4 {
  color: #85553d;
  font-family: 'aileronblack';
  letter-spacing: 3px;
  font-size: 4rem;
}
.followup-wrap{
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f1f1f1 url(../images/lotunew-img.html) no-repeat bottom left;
  background-size: 60% auto;
  padding: 50px 0 80px;
}
.followup-wrap .block-heading-section h4 {
  color: #85553d;
  font-family: 'aileronblack';
  letter-spacing: 3px;
  font-size: 4rem;
}
.followup-wrap .fce-nk-block-content{
  margin-top: 0px;
  padding-left: 0px;
}
/*brows page css end*/
/*eyes page css start*/
.firstsec-wrap .upper-block-left {
  text-align: center;
  padding-right: initial;
  border-right: none;
  height: auto;
}
.second-sec-wrap {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff5f0 url(../images/lotunew-img.html) no-repeat bottom center;
  background-size: 60% auto;
}
.second-sec-wrap .upper-block-left p, .second-sec-wrap .upper-block-right p {
  font-size: 1.4rem;
  color: #545454;
}
.second-sec-wrap .upper-block-left {
  text-align: right;
  padding-right: 30px;
  border-right: 1px solid #855424;
  height: 100%;
}
.second-sec-wrap h3{
  font-size: 4rem;
  font-family: 'aileronblack';
  color: #85553d;
  margin: 0px 0 30px;
  text-align: center;
}
.third-secwrap.eye-bag-section{
  background: #b8864f url(../images/hand-bg-new.html) no-repeat center center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
  padding-bottom:50px
}/*
.third-secwrap.eye-bag-section:after{content: ''; position: absolute; bottom: 0;
    left: 0; border-right: 100vw solid #fff; border-top: 100px solid transparent;    z-index: -1;
}*/
.third-secwrap .eye-content-block h3 {
  font-family: 'aileronblack';
  color: #fff5f0;
}
.third-secwrap .eye-content-block ul li {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.third-secwrap .eye-content-block ul li:before{
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.other-reasion-wrap.dermalnew .dermal-left {
  background: #f5f5f5;
  height: 100%;
  padding: 50px 50px 50px 250px;
  border-bottom: 1px solid #85553d;
}
.other-reasion-wrap.dermalnew .dermal-left img{margin-bottom:20px;}
.other-reasion-wrap .dermal-left p{
  font-size: 1.5rem;
  color: #343434;
  font-weight: 300;
  text-align: left;
}
.other-reasion-wrap.dermalnew .dermal-right {
  background: #fff5f0;
}
.other-reasion-wrap.dermalnew .border-left {
  border-left: 1px solid #85553d!important;
}
/*.other-reasion-wrap.dermalnew .border-left:before{position:absolute; content:''; width:100%; height:150px; border-left: 1px solid #85553d!important; background:#fff5f0;}*/
.procedurenew{
  background: #b27237 url(../images/procedurenew-bg-lotus.html) no-repeat bottom right;
  background-size: contain;
  position:relative;
}
.procedurenew:after{content:''; position:absolute; border-left: 100vw solid #fff;  border-bottom: 100px solid transparent; top:0px; bottom:initial; left: 0;}
.procedurenew .upper-block-left h2, .upper-block-right h2 {
  font-family: 'aileronblack';
  font-size: 4rem;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.procedurenew .upper-block-left {
  margin-bottom: 60px;
}
.procedurelist ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-indent: 40px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
  text-align: left;
}
.procedurelist ul li:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/right-circle-icon-white.html) no-repeat;
  background-size: contain;
}
.procedurenew .upper-block-left p{
  font-size: 1.5rem;
}
.aftercarerecoverynew.aftercarerecovery-cont {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff url(../images/lotunew-img.html) no-repeat bottom center;
  background-size: 60% auto;
}
.aftercarerecoverynew .recovery-cont h3 {
  font-family: 'aileronblack';
  font-size: 4rem;
  color: #85553d;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.aftercarerecoverynew .recovery-cont p {
  font-size: 1.5rem;
  line-height: 30px;
}
.aftercarerecoverynew .row .col-md-4:not(:last-child) .recovery-cont{
  border-right: 1px solid #85553d;
}
.recovery-cont {
  padding: 0 15px;
}
.resultnew.result-sect {
  background: #ffebdf;
  margin-top: 100px;
} 
.resultnew .recovery-cont h3 {
  font-family: 'aileronblack';
  font-size: 4rem;
  color: #85553d;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-align: center;
}
.resultnew .recovery-cont ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #343434;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
  text-align: left;
}
.resultnew .recovery-cont ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.resultnew.aftercolor:after {
  border-right-color: #ffebdf;
}
.resultnew.result-sect:after {
  border-right: 100vw solid #ffebdf;
  border-left: none;
}
.insurancecovernew .recovery-cont h3 {
  font-family: 'aileronblack';
  font-size: 4rem;
  color: #85553d;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-align: center;
}
.blepharoplasty{
  background: #f1f1f1;
  border-top: 1px solid #85553d;
  padding: 50px 0px;
}
.insurancecovernew.insurancecover-section {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff url(../images/lotunew-img.html) no-repeat bottom center;
  background-size: 60% auto;
}
.trated-img {
  margin-bottom: 30px;
}
/*eyes page css end*/
/*body page css start*/
.contouring-wrap{
  padding: 50px 0px 50px;
  background: #fff5f0;
  overflow: hidden;
  position: relative;
}
.contouring-cont h4 {
  font-size: 4rem;
  color: #85553d;
  font-weight: bold;
  font-family: 'aileronblack';
}
.contouring-cont ul{
  margin-top: 20px;
}
.contouring-cont ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.contouring-cont ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.contouring-cont p{
  font-size: 1.5rem;
  color: #545454;
  font-weight: 300;
  margin-top: 40px;
}
.lotusnewsect.lotus-bg-row:after {
  border-left: 100vw solid #fff5f0;
}
.feel-free-wrap{
  padding: 50px 0px 50px;
  position: relative;
  background: #aa7138;
  margin-bottom: 100px;
}
.feel-free-wrap:after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  border-left: 100vw solid #aa7138;
  border-bottom: 100px solid transparent;
  z-index: -1;
}
.feel-free-cont h4{
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
}
.feel-free-cont a{
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
  position: relative;
  text-decoration: none;
}
.feel-free-cont a.numberwrap{
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
  position: relative;
  margin-left: 70px;
}
.feel-free-cont a.numberwrap:before{
  content: '';
  position: absolute;
  left: -70px;
  top: 0px;
  background: url(../images/call-icons.html);
  width: 14%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.borderwrap {
  border-top: 2px solid #ffff;
  margin-top: 30px;
}
/*body page css end*/
/*Abdominoplasty page css start*/
.abdominoplasty-wrap{
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #dddbc2;
  background-size: 60% auto;
}
.abdominoplasty-wrap h3 {
  font-size: 4rem;
  color: #385151;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 63px;
}
.abdominoplasty-cont ul li {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.abdominoplasty-cont ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.abdominoplasty-cont p{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  margin-top: 20px;
}
.preparing-wrap{
  background: #fff url(../images/hand-bg-new.html) no-repeat center center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
  padding: 50px 0px 100px;
}
.preparing-cont h3{
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.preparing-cont h4{
  text-align: left;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 45px;
}
.preparing-cont ul li{
  font-size: 20px;
  line-height: 2rem;
  color: #fff;
  text-indent: 25px;
  position: relative;
  list-style: none;
}
.preparing-cont ul li:not(:last-child){
  margin-bottom: 15px;
}
.preparing-cont ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.realistic-approach-wrap {
  padding: 50px 0px;
  position: relative;
}
.realistic-approach-heading{
  margin-bottom: 50px;
} 
.realistic-approach-heading h3{
  color: #85553d;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.realistic-approach-cont p{
  font-size: 1.5rem;
  color: #545454;
  font-weight: 300;
  margin-bottom: 0;
}
.bordersright{
  padding-right: 30px;
  border-right: 1px solid #855424;
  height: 100%;
}
.bordersright img{
  border-radius: 10px;
}
.tummy-tuck-wrap{
  background: #fff;
  padding: 50px 0px 30px;
  position: relative;
}
.tummy-tuck-wrapc{
  background: #c6dbd6;
  padding: 50px 0px 30px;
  position: relative;
}
.tummy-heading h3{
  color: #385151;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.tummy-cont ul {
  margin-bottom: 0;
}
.tummy-cont ul li{
  color: #343434;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-align: left;
  text-indent: 40px;
}
.tummy-cont ul li:not(:last-child){
  margin-bottom: 25px;
}
.tummy-cont ul li:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/right-circle-icon-brown.html) no-repeat;
  background-size: contain;
}
.tummy-cont{
  margin: 0 0 20px 0;
}
.tummy-cont p{
  text-align: center;
  font-size: 20px;
  color: #545454;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0;
}
.after-care-wrap strong{
  font-weight: bold;
}
.producer-wrap-section{
  padding: 50px 0px 50px;
  position: relative;
  background: #85553d;
  margin-top: 100px;
  z-index: 1;
}
.producer-wrap-section:after {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  border-left: none;
  border-right: 100vw solid #81afaf;
  border-top: 100px solid #fff;
  z-index: -1;
}
.producer-heading h3 {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.producer-cont.preparing-cont li:not(:last-child){
  /* border-bottom: 1px solid #ffa800; */
  padding-bottom: 15px;
}
.after-care-wrap{
  padding: 50px 0px;
  position: relative;
}
.after-care-wrap img{
  border-radius: 20px;
  margin: 0 0 20px 0;
}
.aftercare-heading h3{
  color: #385151;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 63px;
  text-align: center;
  font-family: 'aileronblack';
}
.after-care-wrap h4{
  font-size: 30px;
  font-weight: 700;
  color: #545454;
}
@media (max-width: 767px) {
  .after-care-wrap h4 {
    font-size: 20px;
  }
}
.after-care-wrap p{
  font-size: 20px;
  color: #545454;
  font-weight: 300;
}
.pregnant-wrap{
  position: relative;
  padding: 50px 0px;
  background: #385151;
}
.pregnant-heading h3 {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 70px;
  font-family: 'aileronblack';
}
.pregnant-heading p{
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
}
/*Abdominoplasty page css end*/
/*liposuction page css start*/
.lipo-newafter.lotus-bg-row:after{
  border-left: 100vw solid #fff5f0;
}
.newdesign.image-filter-section{
  background: #fff5f0;
  padding: 50px 0px 70px;
}
.newdesign .candidate-content ul li {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.newdesign .candidate-content ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.newdesign_common.common-treatment{
  background: #fff;
  border-top: 1px solid #532c19;
}
.newdesign_common .comm-treatment-cont h3 {
  font-size: 4rem;
  color: #85553d;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  margin-top: 0px;
  line-height: 60px;
}
.newdesign_common .common-list ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.newdesign_common .common-list ul li:after{
  content: '';
  width: 13px;
  height: 13px;
  background: #85553d;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.newdesign_common .common-list ul {
  padding-inline-start: 0px;
}
.why-liposuction-new{
  background: #fff5f0 url(../images/liposuction-bg.html) no-repeat center center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
  padding: 50px 0px 50px;
}
.whylipo-heading h3{
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
  line-height: 63px;
  margin-bottom: 30px;
}
.whylipo-heading p{
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}
.whylipo-list ul{
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.whylipo-list ul li{
  color: #fff;
  position: relative;
  padding-left: 0px;
  text-indent: 30px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  width: 45%;
}
.whylipo-list ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  background: url(../images/right-circle-icon-white.html) no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
  border-radius: 0px;
}
.firstlist{
  padding-right: 20px;
}
.typesliposuction-wrap{
  background: #fff5f0;
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}
.typesliposuction-wrap:after{
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/lipo-lotus-img.html);
  background-size: contain;
  width: 60%;
  height: 45%;
  background-repeat: no-repeat;
  z-index: -1;
}
.typesliposuction-heading h3{
  font-size: 4rem;
  color: #85553d;
  font-weight: bold;
  font-family: 'aileronblack';
}
.typesliposuction-heading p, .typesliposuction-cont p{
  font-size: 1.5rem;
  color: #545454;
  font-weight: 300;
}
.typesliposuction-cont, .typesliposuction-img{
  margin-top: 30px;
}
.typesliposuction-cont h4{
  font-size: 2rem;
  color: #85553d;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 10px;
}
.bordersrightlipo{
  padding-right: 30px;
  border-right: 1px solid #855424;
}
.proceduredelhi-wrap{
  background: #85553d;
  padding: 50px 0px 50px;
  position: relative;
  margin-top: 100px;
  z-index: 1;
}
.proceduredelhi-wrap:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/brazilian-lotus.html);
  width: 50%;
  height: 35%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.proceduredelhi-wrap:before{
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  border-left: none;
  border-right: 100vw solid #85553d;
  border-top: 100px solid #fff5f0;
  z-index: -1;
}
.producer-wrap-section:before{
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/producer-lotusbg.html);
  background-size: contain;
  width: 49%;
  height: 70%;
  background-repeat: no-repeat;
  z-index: -1;
}
.proceduredelhi-heading h3{
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
}
.proceduredelhi-cont h4{
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 10px;
}
.proceduredelhi-cont p{
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
}
.preoperative-conts{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0px 0px;
}
.before-cont, .datasurgery-conts{
  padding: 10px 0px 0px;
}
.delhiprocedure-list ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.delhiprocedure-list ul{
  margin-top: 30px;
}
.delhiprocedure-list ul li:before{
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.during-procedures-sec{
  padding: 50px 0px;
  position: relative;
}
.during_procedure_cont h3{
  font-size: 4rem;
  color: #85553d;
  font-weight: bold;
  font-family: 'aileronblack';
  text-align: center;
}
.during_procedure_cont ul{
  margin-top: 30px;
}
.during_procedure_cont ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.during_procedure_cont ul li:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #85553d;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.recoverysec-wrap{
  padding: 50px 0px;
  position: relative;
  background: #b5793d;
}
.recoverysec-heading h3{
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
}
.recoverysec-cont ul li{
  color: #fff;
  position: relative;
  padding-left: 0px;
  text-indent: 30px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  border-bottom: 1px solid #ffF;
  padding-bottom: 15px;
}
.recoverysec-cont ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  background: url(../images/right-circle-icon-white.html) no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
  border-radius: 0px;
}
.recoverysec-cont p{
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  margin-top: 30px;
}
.newvideosec{
  background: #f7f7f7;
  border-top: 2px solid #85553d;
  border-bottom: 2px solid #85553d;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.newvideosec:after{
  content: '';
  position: absolute;
  right: 0px;
  bottom: -27px;
  background: url(../images/video-sec-lotus.html);
  width: 33%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.newvideosec iframe{
  margin-bottom: 0px;
}

/*liposuction page css end*/
/*hour glass shape page css start*/
.hourglass-wrap {
  margin-bottom: 0 !important;
  padding: 50px 0px 110px;
}
.hourglass-wrap.lotus-bg-row:after {
  border-left: 100vw solid #dddbc2;
}
.procedure-wrapsect{
  padding: 50px 0px 80px;
  position: relative;
  background: #fff5f0;
}
.procedure-wrapcont li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  list-style: none;
}
.procedure-wrapcont li:not(:last-child), .sixpack-cont ul li:not(:last-child){
  margin-bottom: 15px;
}
.procedure-wrapcont ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.new-getsect{
  border-top: 1px solid rgba(92, 92, 92, 0.14);
}
.new-treated.treated-section {
  padding: 30px 0px 20px;
}
.sixpack-section{
  background: #fff url(../images/liposuction-bg.html) no-repeat center center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
  padding: 60px 0px 90px;
}
.sixpack-cont ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-indent: 25px;
  position: relative;
  list-style: none;
}
.sixpack-cont ul li:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #ffF;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.sixpack-img{
  padding: 0px 30px 0px 0px;
}
.sixpackvideo{
  padding: 50px 0px;
}
/*hour glass shape page css end*/
/*brazilian Butt Lift page css start*/
.candidatewrap.why-liposuction-new {
  background: #fff url(../images/liposuction-bg.html) no-repeat center center;
  padding: 50px 0px 120px;
  background-size: 100% 100%;
}
.brazilian-heading h3{
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
  line-height: 63px;
  margin-bottom: 30px;
}
.brazillian-subheading h4{
  font-size: 40px;
  color: #85553d;
  font-weight: 700;
  margin-bottom: 25px;
}
.brazilianborder.whylipo-list ul {
  display: inline-block;
  width: 50%;
  /* float: left; */
  padding: 0px 20px;
}
.brazilianborder.whylipo-list ul li {
  width: auto;
}
.bottom-paras p{
  clear: both;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  display: inline-block;
  margin-top: 20px;
}
.butt-liftwrap.image-filter-section {
  padding: 0px 0px 50px;
}
.improveprocedurecont p{
  font-size: 1.5rem;
  color: #545454;
  font-weight: 300;
}
.improveprocedure-wraps h4{
  font-size: 36px;
  font-weight: 700;
  color: #85553d;
  font-family: 'aileronregular';
  margin-bottom: 20px;
}
.improveprocedure-wraps .inline-tag ul{
  text-align: left;
}
.inline-tag ul li:first-child{
  padding-left: 0px;
}
.improveprocedure-wraps .inline-tag ul li {
  color: #85553d;
  font-size: 28px;
  text-transform: uppercase;
}
.improveprocedure-wraps .inline-tag ul li:not(:last-child) {
  border-right: 2px solid #85553d;
}
.improveprocedure-wraps .fce-nk-block-content ul li:before{
  display: none;
}
.bblthirdpoint-wrap.improveprocedure-wraps h4{
  color: #fff;
}
.bblthirdpoint-wrap{
  background-color: #85553d;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bblthirdpoint-wrap:after{
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/brazilian-lotus.html);
  width: 27%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.bblthirdpoint-cont p{
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0px;
}
.braziliansurgery-wrap.image-filter-section{
  padding: 50px 0px 50px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.braziliansurgery-wrap ul li{
  color: #343434;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 25px;
  text-align: left;
  text-indent: 20px;
}
.braziliansurgery-wrap ul li:before{
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/right-circle-icon-brown.html) no-repeat;
  background-size: contain;
}
.braziliansurgery-wrap h5{
  color: #85553d;
  text-align: center;
  font-size: 30px;
  text-transform: none;
  font-family: 'aileronregular';
  letter-spacing: normal;
  font-weight: 600;
  margin: -20px 0 30px;
}
.indian-scenario-wrap{
  background: #85553d;
  position: relative;
  z-index: 1;
} 
.indian-scenario-wrap:before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(../images/brazilian-lotus.html);
  width: 35%;
  height: 74%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.indian-scenario-wrap .fce-nk-block-content h4 {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
}
.indian-scenario-wrap p{
  font-size: 1.5rem;
  color: #fff;
}
.indian-scenario-wrap h5{
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
}
.modalsection-wrap {
  background: #f7f7fc;
}
/*brazilian Butt Lift page css end*/
/*hydrated page css start*/
.hydrated-clean-face {
  background: #fff url(../images/liposuction-bg.html) no-repeat center center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
  padding: 60px 0px 100px;
}
.clean-faceheading h3{
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
  line-height: 63px;
  margin-bottom: 30px;
}
.clean-facecont ul li{
  color: #fff;
  position: relative;
  padding-left: 0px;
  text-indent: 30px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.clean-facecont ul li:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  background: url(../images/right-circle-icon-white.html) no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
  border-radius: 0px;
}
.clean-faceimg, .clean-facecont{
  margin-top: 40px;
}
.clean-facecont{
  padding-top: 20px;
  margin-left: 60px;
}
.serums-sectionswrap{
  padding: 50px 0px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff url(../images/vitamin-lotus-bg.html) no-repeat bottom center;
  background-size: 60% auto;
  background-position: center center;
}
.serums-contwrp h3{
  font-size: 4rem;
  color: #85553d;
  margin-bottom: 30px;
  line-height: 63px;
  font-weight: bold;
  font-family: 'aileronblack';
}
.serums-contwrp ul{
  margin-top: 40px;
  margin-bottom: 0;
}
.serums-contwrp ul li{
  padding: 15px 0px;
  border-bottom: 1px solid #000;
  color: #3b3939;
}
.serums-contwrp ul li h4{
  color: #85553d;
  font-size: 30px;
  font-weight: 600;
  font-family: 'aileronblack';
}
.serums-contwrp ul li p{
  margin-bottom: 0px;
  color: #3b3939;
  font-size: 1.5rem;
  font-weight: 400;
}
.hydravideowrap.videos-wrap{
  background: #f0f0f0;
  padding: 70px 0px;
  border-bottom: #c1bebc;
}
/*hydrated page css end*/
/*ipl foto page css start */
.skin-imgsection{
  padding: 50px 0px;
  z-index: 1;
  overflow: hidden;
  background: #fff url(../images/ipl-lotasbg.html) no-repeat bottom center;
  background-size: 60% auto;
  background-position: bottom 12% center;

}
.skin-imgsection-cont ul{
  margin-top: 60px;
  margin-bottom: 0px;
}
.skin-imgsection-cont ul li{
  color: #343434;
  position: relative;
  padding-left: 0px;
  text-indent: 30px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  border-bottom: 1px solid #ffF;
  padding-bottom: 15px;
}
.skin-imgsection-cont ul li:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  background: url(../images/right-circle-icon-brown.html) no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
  border-radius: 0px;
}
.ipls-conts p{
  color: #545454;
  font-size: 1.5rem;
  font-weight: 300;
}
.ipls-conts p:last-child{
  margin-bottom: 0px;
}
/*ipl foto page css end */
/*laser hair reduction page css start */
.laserimgs{
  text-align: center;
  margin-top: 40px;
}
.hairtreatments-wrap{
  padding: 50px 0px;
  position: relative;
  background: #bb8b5c url(../images/hand-bg-new.html) no-repeat center center;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
}
.hairtreatments-cont h3{
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.hairtreatments-cont p{
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
}
.hairtreatments-cont p:last-child{
  margin-bottom: 0px;
}
.permanentlaser.tummy-tuck-wrap {
  background: #fff5f0;
  padding: 10px 0px 30px;
  position: relative;
}
.bottomimg-laser{
  margin-top: 40px;
}
.laserskin-third-section .during_procedure_cont ul {
  margin-top: 0px;
}
.newbottompara p{
  margin-top: 30px;
  margin-bottom: 0px;
}
/*laser hair reduction page css end */
/*Pelleve Skin page css start*/
.procedurewrap-new {
  background: #fff5f0;
  padding: 30px 0 50px;
  position: relative;
}
.pelleve-fourth-section{
  padding: 50px 0px;
  position: relative;
  background: #bb8b5c url(../images/hand-bg-new.html) no-repeat center center;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
}
.pelleve-heading h3{
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.pellevé-left li{
  color: #fff;
  position: relative;
  padding-left: 0px;
  text-indent: 30px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.pellevé-left li:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  background: url(../images/right-circle-icon-white.html) no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
  border-radius: 0px;
}
/*Pelleve Skin page css end */
.silkpeel-wrap{
  padding: 30px 0px 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff5f0;
}
.silkpeel-content ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.silkpeel-content ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.silkpeel-img{
  margin-top: 20px;
}
/*tri arctive page css start*/
.triarctive-wrap{
  padding: 20px 0px 60px;
  position: relative;
  overflow: hidden;
  background: #fff5f0;
}
.tri-activeimg{
  margin-bottom: 30px;
}
/*tri arctive page css end*/
.ultrapulse-wrap{
  background: #fff5f0;
  padding: 50px 0px 50px;
  position: relative;
}
/*full body polishing page css start*/
.newlotus-style.lotus-bg-row:before{
  width: 40%;
  height: 100%;
}
.quanta-wrap{
  background: url(../images/quanta-bg.html) no-repeat center center;;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  padding: 60px 0px 60px;
}
.quanta-heading h3{
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.quanta-cont ul{
  margin: 20px 0px 0px;
}
.quanta-cont ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-indent: 25px;
  position: relative;
  list-style: none;
}
.quanta-cont ul li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.quanta-cont ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
/*full body polishing page css end*/
/*men makeover page css start*/
.menmakeover-style.lotus-bg-row:before {
  width: 27%;
  height: 100%;
}
.malewrap.ultrapulse-wrap {
  padding: 50px 0px 70px;
}
.malewrap .malechect-heading h3{
  font-size: 4rem;
  color: #85553d;
  margin-bottom: 60px;
  line-height: 63px;
  font-weight: bold;
  font-family: 'aileronblack';
}
.sixpack-wrap {
  background: url(../images/liposuction-bg.html) no-repeat center center;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center center;
  z-index: 1;
  padding: 70px 0px 130px;
}
.sixpack-cont h3{
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.sixpack-cont ul{
  margin: 20px 0px 0px;
}
.sixpack-cont ul li {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-indent: 25px;
  position: relative;
  list-style: none;
}
.sixpack-cont ul li:not(:last-child) {
  margin-bottom: 15px;
}
.eyebag-wrap{
  padding: 50px 0px;
  position: relative;
}
.eyebag-cont h3{
  color: #85553d;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.eyebag-cont ul{
  margin-bottom: 0px;
}
.eyebag-cont ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2e2e2e;
  text-indent: 25px;
  position: relative;
  list-style: none;
}
.eyebag-cont ul li:not(:last-child) {
  margin-bottom: 15px;
}
.eyebag-cont ul li:before{
  content: '';
  width: 13px;
  height: 13px;
  background: #85553d;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.nose-restructuring-wrap{
  background: #85553d;
  position: relative;
  z-index: 1;
  padding: 50px 0px;
}
.nose-restructuring-wrap:before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(../images/brazilian-lotus.html);
  width: 35%;
  height: 74%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.nose-restructuring-cont h3{
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.nose-restructuring-cont p{
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0px;
}
.laserwraps{
  position: relative;
}
.laser-contswraps{
  padding: 50px 0 0;
  position: relative;
}
.laser-contsleft{
  position: relative;
  background: #ebebeb;
  height: 100%;
  padding-right: 15px;
}
.laser-contsleft:before{
  content: '';
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ebebeb;
}
.laser-contswraps h3{
  color: #85553d;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.laser-contswraps ul{
  margin-bottom: 0px;
}
.laser-contswraps ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2e2e2e;
  text-indent: 25px;
  position: relative;
  list-style: none;
}
.laser-contswraps ul li:not(:last-child) {
  margin-bottom: 15px;
}
.laser-contswraps ul li:before{
  content: '';
  width: 13px;
  height: 13px;
  background: #85553d;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.laser-contsright {
  padding-left: 40px;
}
.menmakeover-style p{
  margin-bottom: 0px;
}
/*men makeover page css end*/
/*meso page css start*/
.mesosecd-wrap{
  padding: 50px 0px 50px;
  background: #fff5f0;
  position: relative;

}
.mesosecd-cont p{
  text-align: center;
  font-size: 1.5rem;
  color: #545454;
  font-weight: 300;
  line-height: 2rem;
  margin: 30px 0px 0px;
}
/*meso page css end*/
/**/
.brazilian-heading p{
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}
.bblcont p{
  margin: 30px 0px 0px;
  font-size: 2rem;
  font-weight: 400;
  color: #343434;
  text-align: center;
}
.skinwhitening-wrap {
  background: #fff url(../images/hand-bg-new.html) no-repeat center center;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  z-index: 1;
  padding: 50px 0px 100px;
}
.skinwhitening-heading h3{
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'aileronblack';
  margin-bottom: 30px;
  line-height: 63px;
}
.skinwhitening-para {
  padding: 0 30px;
}
.skinwhitening-para p{
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0px;
}
.bblskin-bottom-para p{
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0px;
}
.haloprecisely-wrap ul{
  margin-bottom: 0px;
}
.haloprecisely-wrap ul li{
  color: #2e2e2e;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-align: left;
  text-indent: 20px;
}
.haloprecisely-wrap ul li:not(:last-child){
  margin-bottom: 25px;
}
.haloprecisely-wrap ul li:before{
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/right-circle-icon-brown.html) no-repeat;
  background-size: contain;
}
.bblskin-treatment-img{
  padding: 50px 0px;
  text-align: center;
  background: #ffF;
  position: relative;
}
.skinWrinkles-newwrap.image-filter-section{
  padding: 50px 0px 50px;
  position: relative;
  background: #f7f7f7;
  border-top: 1px solid #85553d;
  z-index: 1;
  overflow: hidden;
}
.skinWrinkles-newwrap.image-filter-section:after{
  content: '';
  position: absolute;
  right: -10px;
  bottom: -40px;
  background: url(../images/video-sec-lotus.html);
  width: 35%;
  height: 35%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;

}
.skinWrinkles-newwrap .fce-nk-block-content {
  margin-top: 0px;
  margin-bottom: 50px;
}
.skinWrinkles-list h4{
  color: #85553d;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.skinWrinkles-list ul{
  margin-bottom: 0px;
}
.skinWrinkles-list ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2e2e2e;
  text-indent: 25px;
  position: relative;
  list-style: none;
}
.skinWrinkles-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.skinWrinkles-list ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #85553d;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.skinWrinkles-para{
  margin-top: 30px;
}
.skinWrinkles-list p{
  margin-bottom: 0px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #2e2e2e;
}
.tiptriks-wrap{
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #85553d url(../images/ipl-lotasbg.html) no-repeat bottom center;
  background-size: 48% auto;
  background-position: bottom -15% center;
}
.tiptriks-cont h3{
  font-size: 4rem;
  color: #fff;
  margin-bottom: 30px;
  line-height: 63px;
  font-weight: bold;
  font-family: 'aileronblack';
}
.tiptriks-cont ul{
  margin-bottom: 0px;
}
.tiptriks-cont ul li{
  color: #fff;
  position: relative;
  padding-left: 0px;
  text-indent: 30px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.tiptriks-cont ul li:not(:last-child){
  margin-bottom: 10px;
}
.tiptriks-cont ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  background: url(../images/right-circle-icon-white.html) no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
  border-radius: 0px;
}
.halo-bblmodal {
  background: #ddebf4;
  padding-bottom: 0px;
}
.border-white-right{
  border-right: 1px solid #fff;
}

/*rahul sir page edit css*/
.facenew.lotus-bg-row:after{
  border-left: 100vw solid #fff5f0;
}
.browslotus.lotus-bg-row:before{
  width: 30%;
}
.skinbtn {
  text-align: center;
}
.skinbtn a {
  display: inline-block;
  padding: 12px 45px;
  background: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-family: 'aileronblack';
  color: #000;
  font-size: 18px;
  margin-bottom: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-transform: uppercase;
}
.skinbtn a:hover{
  background: #000;
  color: #fff;
}
.featurenext, .featureprev{
  display: none;
}
.fitureslidewrap {
  position: relative;
  overflow: hidden;
}
.schedule-left {
  background: #fff;
  padding: 30px;
}
.schedule-left h3{
  color: #150f0f;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.schedule-left input{
  border-radius: 25px;
  height: 45px;
}
.schedule-left textarea{
  height: 100px;
  resize: none;
  border-radius: 25px;
}
.schedule-left input[type=submit] {
  padding: 14px 45px;
  font-size: 16px;
  text-transform: uppercase;
  background: #222;
}
.schedule-left input[type=submit]:hover {
  background: #cdaa68;
}
.schedule-left form label:last-child {
  margin-bottom: 0;
}
.ftr-contact ul li:last-child a {
    text-transform: none;
}
.beautyheading h3{
    color: #385151;
    font-family: "GillSans";
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}

.galley-top-section {
  position: relative;
}
.galley-top-section .breadcrumb{
  display: none;
}
.gallery-title-left {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.gallery-title-left h1{
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
}
@media (max-width: 767px) {
  .gallery-title-left h1 {
    font-size: 30px;
  }
}
.gallerymain{
  margin: 60px 0px;
  position: relative;
}
.galleryimgs {
    padding: 5px;
    text-align: center;
}
.gallerymain .nav {
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}
.gallerymain .nav{
    justify-content: center;
    padding: 5px;
}
.gallerymain .nav-pills .nav-item .nav-link.active{
    color: #fff;
    background-color: #b37600;
}
.gallerymain .nav-pills .nav-item:first-child .nav-link.active{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.gallerymain .nav-pills .nav-link {
    color: #050607;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.4rem;
    position: relative;
}
.gallerymain ul li.nav-item:not(:last-child) .nav-link:after{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 2px;
    bottom: 0;
    height: 20px;
    background: #b37600;
    margin: auto;
}
.bwg-item0:hover{
  z-index: 1;
}
.form-banner{max-width:70%; text-align:left; float:right; margin-bottom:30px; margin-right:15px; box-shadow:0px 0px 10px rgba(100, 100, 100, 0.2); padding:25px; background: #fff;}
.form-banner p{font-size:22px; color:#ad6926; font-weight:600; margin-bottom:20px;}
.form-banner .form-control{background:#f8f8f8; border:1px solid #e9e9e9; outline:none; margin-bottom:15px; font-size:15px; min-height:45px;}
.form-banner textarea.form-control{height:100px; resize: none;}
.form-banner .wpcf7-submit{border-radius:30px; outline:none; border:none; background:#e7c7a7; color:#000; text-transform:uppercase}
@media screen and (max-width:1024px){
	.form-banner{max-width:90%}
}
@media screen and (max-width:991px){
	.form-banner{max-width:80%; margin:20px auto; float:initial}
}
@media screen and (max-width:575px){
	.form-banner{max-width:100%; padding: 25px 15px;}
  .form-banner .form-control {   font-size: 17px;}
}
@media(min-width: 1919px){
  .tattoo-removal-second {
    padding: 125px 0px 210px;
  }
  .hydra-facial-second {
    padding: 150px 0px 200px;
    background-size: 100% 100%;
  }
  .hydra-fourth-section, .pelleve-second, .ipl-second-section, .chemical-second-section {
    background-size: 100% 100%;
    padding: 130px 0px 180px;
  }
  

}
@media screen and (min-width:1400px){
	.other-reasion-wrap.dermalnew .dermal-left{padding-left:330px;}	
  .why-liposuction-new {
    background-size: 100% 100%;
  }
}
@media(max-width: 1199px){
  .ipl-second-section, .chemical-second-section {
    padding: 60px 0px 35px;
  }
  .ipl-second-secright p, .ipl-second-secleft p {
    font-size: 1.1rem;
  }
  .experience-cont p {
    font-size: 1.1rem;
  }
  .chemical-second-secleft p, .chemical-cont-right p, .chemical-cont-left p,
   .cosmelan-cont-left p, .cosmelan-cont-right p, .nano-peel-contleft p,
    .nano-peel-contright p, .phenol-peel p, .yellow-peel p, .ferulac-cont p,
     .pelleve-cont p, .hydra-cont p, .serums-wrap p, .tattoo-removal-cont p,
      .tattoo-contsone p, .tattoo-contstwo p {
    font-size: 1.1rem;
  }
  .cosmelan-wrap h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .cosmelan-wrap p {
    font-size: 28px;
  }
  .tattoo-removal-second {
    padding: 70px 0px 90px;
  }
  .laser-second {
    padding: 50px 0px 10px;
  }
  .laser-second-cont p, .permanent-cont-right p, .permanent-cont-left p,
   .permanent-laser-heading p, .laserskin-second-cont p, .laser-luckily p {
    font-size: 1.3rem;
    line-height: 28px;
  }
  .recovery-cont h3 {
    font-size: 2.2rem;
  }
  .recovery-cont p {
    font-size: 1.1rem;
  }
  .candidate-content ul li {
    font-size: 1.2rem;
  }
  .comm-treatment-cont h3{    font-size: 1.3rem;}
  .common-list ul li{margin-bottom:4px; font-size:1.1rem;}
  .why-liposuction-heading h3, .assisted-content h3, .liposuction-performed-cont h3, .during-conts-heading h3, .recovery-heading h3{font-size:2rem;}
  .why-liposuction-heading p, .bottom-cont p, .assisted-content p, .liposuction-performed-cont p, .during-conts p, .recovery-conts p, .recovery-conts-botom p, .liposuction-performed-cont ol li{font-size: 1.3rem;}
  .liposuction-performed-wrap:before{top:-4%;}
  .procedure-andrecovery:before{top:-2%; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg);}

  .dermalnew .dermal-left {
    padding: 50px 30px 50px 130px;
  }
  .dermalnew .dermal-right{
    padding: 50px 130px 50px 40px;
  }
  .brownlift-cont ul li, .dermalnew .dermal-right ul li, .dermalnew .dermal-left ul li {
    text-indent: 25px;
    margin-bottom: 15px;
  }
  .brownlift-cont ul li:before, .dermalnew .dermal-left ul li:before,
   .dermalnew .dermal-right ul li:before {
    width: 20px;
    height: 20px;
  }
  .other-reasion-wrap.dermalnew .dermal-left {
    padding: 50px 50px 30px 80px;
  }
  .candidatewrap.ideal-section, .aftercarerecoverynew.aftercarerecovery-cont, 
  .insurancecovernew.insurancecover-section, .blepharoplasty {
    padding: 30px 0px;
  }
  .tummy-cont ul li{
    text-indent: 25px;
  } 
  .tummy-cont ul li:before{
    width: 20px;
    height: 20px;
  }
  .improveprocedure-wraps .inline-tag ul li {
    font-size: 24px;
  }
  .procedure-wrapcont ul li{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
  .brownlift-cont h4, .brow-content h4, .threadsec .lift-content-nutro h3,
   .microblading-cont h3, .block-heading-section h3, .candidatewrap .lift-content-nutro h3,
    .recoverycont .block-heading-section h3, .result-wrap .block-heading-section h4, 
    .followup-wrap .block-heading-section h4{
    font-size: 3rem;
  }
  .commonly-cont h5{
    font-size: 2.5rem;
  }
  .block-left-neck p, .block-right-neck p, .brownlift-cont p, .brownlift-cont ul li, 
  .brow-content p, .dermalnew .dermal-left ul li, .dermalnew .dermal-right ul li, 
  .threadsec .lift-content-nutro p, .microblading-cont p, .microblading-cont ul li, 
  .surgical-wrap ul li, .candidatewrap .lift-content-nutro ul li,
   .recoverycont .fce-nk-block-content ul li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .second-sec-wrap h3, .eye-content-block h3, .procedurenew .upper-block-left h2,
   .upper-block-right h2, .aftercarerecoverynew .recovery-cont h3,
    .resultnew .recovery-cont h3, .insurancecovernew .recovery-cont h3, 
    .insurancecovernew .recovery-cont h3{
    font-size: 3rem;
  }
  .upper-block-left p, .upper-block-right p, .second-sec-wrap .upper-block-left p,
   .second-sec-wrap .upper-block-right p, .third-secwrap .eye-content-block ul li, 
   .other-reasion-wrap .dermal-left p, .procedurenew .upper-block-left p, 
   .procedurelist ul li, .aftercarerecoverynew .recovery-cont p,
    .resultnew .recovery-cont ul li, .recovery-cont p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .contouring-cont h4,.feel-free-cont h4 {
    font-size: 3rem;
  }
  .contouring-cont ul li, .contouring-cont p{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .feel-free-cont a.numberwrap, .feel-free-cont a{
    font-size: 2rem;
  }
  .abdominoplasty-wrap h3, .preparing-cont h3,
   .realistic-approach-heading h3, .tummy-heading h3, .producer-heading h3,
    .aftercare-heading h3, .pregnant-heading h3{
    font-size: 3rem;
    line-height: 55px;
  }
  .abdominoplasty-cont ul li, .abdominoplasty-cont p, .preparing-cont ul li, 
   .realistic-approach-cont p, .tummy-cont ul li, .tummy-cont p, 
   .pregnant-heading p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .newdesign .candidate-content ul li{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .newdesign_common .comm-treatment-cont h3, .whylipo-heading h3,
   .typesliposuction-heading h3, .proceduredelhi-heading h3,
    .during_procedure_cont h3, .recoverysec-heading h3{
    font-size: 3rem;
    line-height: 55px;
  }
  .newdesign .candidate-content ul li, .newdesign_common .common-list ul li,
   .whylipo-heading p, .whylipo-list ul li, .typesliposuction-heading p,
    .typesliposuction-cont p, .proceduredelhi-cont p, .delhiprocedure-list ul li, 
    .during_procedure_cont ul li, .recoverysec-cont ul li, .recoverysec-cont p{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .procedure-wrapcont li, .sixpack-cont ul li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .brazilian-heading h3, .indian-scenario-wrap .fce-nk-block-content h4{
    font-size: 3rem;
    line-height: 55px;
  }
  .brazillian-subheading h4 {
    font-size: 30px;
  }
  .improveprocedure-wraps h4 {
    font-size: 30px;
  }
  .indian-scenario-wrap h5 {
    font-size: 2rem;
  }
  .bottom-paras p, .bblthirdpoint-cont p, .braziliansurgery-wrap ul li,
   .indian-scenario-wrap p, .improveprocedurecont p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .braziliansurgery-wrap h5 {
    font-size: 26px;
  }
  .clean-faceheading h3, .serums-contwrp h3{
    font-size: 3rem;
    line-height: 55px;
  }
  .clean-facecont ul li, .serums-contwrp ul li p{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .ipls-conts p, .skin-imgsection-cont ul li{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .hairtreatments-cont h3{
    font-size: 3rem;
    line-height: 55px;
  }
  .hairtreatments-cont p{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .pelleve-heading h3{
    font-size: 3rem;
    line-height: 55px;
  }
  .pellevé-left li{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .silkpeel-content ul li{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .quanta-heading h3{
    font-size: 3rem;
    line-height: 55px;
  }
  .quanta-cont ul li{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .malewrap .malechect-heading h3, .sixpack-cont h3, .eyebag-cont h3,
   .nose-restructuring-cont h3, .laser-contswraps h3 {
    font-size: 3rem;
    line-height: 55px;
  }
  .tummy-cont ul li, .sixpack-cont ul li, .eyebag-cont ul li,
   .nose-restructuring-cont p, .laser-contswraps ul li{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .mesosecd-cont p{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .bblcont p {
    font-size: 1.5rem;
  }
  .brazilian-heading p{
    font-size: 1.3rem;
  }

  .skinwhitening-heading h3, .tiptriks-cont h3 {
    font-size: 3rem;
    line-height: 55px;
  }
  .skinwhitening-para p, .skinwhitening-para p, .bblskin-bottom-para p,
   .haloprecisely-wrap ul li, .skinWrinkles-list ul li, .skinWrinkles-list p,
    .tiptriks-cont ul li{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .skinWrinkles-list h4 {
    font-size: 30px;
  }

}
@media(max-width: 1024px){
  .ipl-second-section, .chemical-second-section {
      padding: 75px 0px 60px;
  }
  .pelleve-second {
    padding: 50px 0px 40px;
  }
  .pelleve-heding h3, .pellevé-skin-heading h3 {
    margin-bottom: 30px;
  }
  .hydrated-heading h3, .serums-wrap h3{
    font-size: 30px;
  }
  .serums-wrap h4{
    font-size: 26px
  }
  .hydra-facial-second {
    padding: 50px 0px 90px;
  }
  .hydra-fourth-section {
    padding: 40px 0px 35px;
  }
  .hydrated-list ul li {
    font-size: 18px;
  }
  .tattoo-removal-second {
    padding: 40px 0px 72px;
  }
   .comm-treatment-cont h3{    font-size: 1.3rem;}
  .common-list ul li{margin-bottom:4px; font-size:1.1rem;}
  .why-liposuction-heading h3, .assisted-content h3, .liposuction-performed-cont h3, .during-conts-heading h3, .recovery-heading h3{font-size:2rem;}
  .why-liposuction-heading p, .bottom-cont p, .assisted-content p, .liposuction-performed-cont p, .during-conts p, .recovery-conts p, .recovery-conts-botom p, .liposuction-performed-cont ol li{font-size: 1.3rem;}
  .recovery-conts-botom p{margin-top:10px;}
  .liposuction-performed-wrap:before{top:-4%;}
  .procedure-andrecovery:before{top:-2%; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg);}
  .candidate-content ul li{font-size:1rem;}
  
  .procedure-wrapsect {
    padding: 30px 0px 50px;
  }
  .braziliansurgery-wrap ul li:before {
    width: 22px;
    height: 23px;
  }
  .braziliansurgery-wrap ul li {
    text-indent: 5px;
  }
  .butt-liftwrap.image-filter-section {
    padding: 50px 0px 50px;
  }
  .laserskin-third-section:after {
    width: 40%;
    height: 40%;
  }
  .gallerymain .nav-pills .nav-link {
    font-size: 14px;
    padding: .5rem 1rem;
  }
}
@media(max-width: 991px){
  
  .ipl-second-section, .chemical-second-section, .pelleve-second,
   .hydra-facial-second, .tattoo-removal-second, .laser-second, .laser-skin-second {
    padding: 40px 0px 40px;
    background-color: #d9bf8f;
  }
  .chemical-heading h3, .treated-cont-wrap h3 {
    font-size: 2rem;
  }
  .chemical-cont-left h3, .chemical-cont-right h3 {
    font-size: 22px;
  }
  .cosmelan-wrap p {
    font-size: 24px;
  }
  .nano-peel-contleft h3, .nano-peel-contright h3, .yellow-peel h3, .phenol-peel h3,
  .ferulac-cont h3 {
    font-size: 22px;
  }
  .chemical-second-secleft p, .chemical-cont-right p, .chemical-cont-left p,
   .cosmelan-cont-left p, .cosmelan-cont-right p, .nano-peel-contleft p,
    .nano-peel-contright p, .phenol-peel p, .yellow-peel p, .ferulac-cont p {
    font-size: 1.1rem;
    line-height: 26px;
  }
  .pellevé-skin-heading h3, .pelleve-heding h3 {
    line-height: 37px;
    font-size: 2rem;
  }
  .hydra-fourth-section {
    padding: 55px 0px 45px;
    background-color: #c8915e;
  }
  .nano-peel-contleft h3, .nano-peel-contleft p, .pelleve-cont p{
    text-align: left;
  }
  .nano-peel-contright {
    padding-top: 20px;
  }
  .nano-peel-img, .pelleve-img {
    text-align: center;
  }
  .pellevé-skin-left ul li {
    font-size: 18px;
  }
  .addnew-section {
    padding: 30px 0px 30px;
  }
  .permanent-laser-heading h3 {
    font-size: 2rem;
  }
  .laser-img{
    text-align: center;
  }
  .laserskin-second-cont{
    padding-bottom: 20px;
  }
  .laserskin-third-section {
    padding: 40px 0 40px;
  }
  .recovery-cont h3 {
    font-size: 1.8rem;
  }
  .aftercarerecovery-cont {
    padding: 40px 0px 40px;
  }
  .liposuction-performed-wrap:before, .procedure-andrecovery:before{display:none;}
    .comm-treatment-cont h3{    font-size: 1.3rem;}
  .common-list ul li{margin-bottom:4px; font-size:1rem;}
  .why-liposuction-heading h3, .assisted-content h3, .liposuction-performed-cont h3, .during-conts-heading h3, .recovery-heading h3{font-size:1.5rem;}
  .why-liposuction-heading p, .bottom-cont p, .assisted-content p, .liposuction-performed-cont p, .during-conts p, .recovery-conts p, .recovery-conts-botom p, .liposuction-performed-cont ol li{font-size: 1.1rem;}

  .brownlift-cont h4, .brow-content h4, .threadsec .lift-content-nutro h3,
   .microblading-cont h3, .block-heading-section h3, .candidatewrap .lift-content-nutro h3,
    .recoverycont .block-heading-section h3, .result-wrap .block-heading-section h4, 
    .followup-wrap .block-heading-section h4, .dermal-left h2, .dermal-right h2{
    font-size: 2.5rem;
  }
  .block-left-neck p, .block-right-neck p, .brownlift-cont p, .brownlift-cont ul li, 
  .brow-content p, .dermalnew .dermal-left ul li, .dermalnew .dermal-right ul li, 
  .threadsec .lift-content-nutro p, .microblading-cont p, .microblading-cont ul li, 
  .surgical-wrap ul li, .candidatewrap .lift-content-nutro ul li,
   .recoverycont .fce-nk-block-content ul li {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .commonly-cont h5{
    font-size: 2rem;
    line-height: 38px;
  }
  .dermalnew .dermal-left {
    padding: 50px 30px 50px 60px;
  }
  .dermalnew .dermal-right {
    padding: 50px 60px 50px 40px;
  }
  .second-sec-wrap h3, .eye-content-block h3, .procedurenew .upper-block-left h2,
   .upper-block-right h2, .aftercarerecoverynew .recovery-cont h3,
    .resultnew .recovery-cont h3, .insurancecovernew .recovery-cont h3, 
    .insurancecovernew .recovery-cont h3{
    font-size: 2.5rem;
  }
  .upper-block-left p, .upper-block-right p, .second-sec-wrap .upper-block-left p,
   .second-sec-wrap .upper-block-right p, .third-secwrap .eye-content-block ul li, 
   .other-reasion-wrap .dermal-left p, .procedurenew .upper-block-left p, 
   .procedurelist ul li, .aftercarerecoverynew .recovery-cont p,
    .resultnew .recovery-cont ul li, .recovery-cont p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .procedurenew.lotus-bg-row {
    padding: 30px 0px;
  }
  .third-secwrap.eye-bag-section {
    min-height: auto;
  }
  .procedurenew:after, .resultnew.result-sect:after, .third-secwrap.eye-bag-section:after{display:none;}
  .third-secwrap.eye-bag-section{padding-bottom:20px;}
  
  .contouring-cont h4,.feel-free-cont h4 {
    font-size: 2.5rem;
  }
  .contouring-cont ul li{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .armlift-content p, .body-surgry-content p, .contouring-cont p {
    font-size: 1.3rem;
  }
  .feel-free-cont a.numberwrap, .feel-free-cont a {
    font-size: 2rem;
  }
  .abdominoplasty-wrap h3, .preparing-cont h3,
   .realistic-approach-heading h3, .tummy-heading h3, .producer-heading h3,
    .aftercare-heading h3, .pregnant-heading h3{
    font-size: 2.5rem;
    line-height: 50px;
  }
  .abdominoplasty-cont ul li, .abdominoplasty-cont p, .preparing-cont ul li, 
   .realistic-approach-cont p, .tummy-cont ul li, .tummy-cont p, 
   .pregnant-heading p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .newdesign_common .comm-treatment-cont h3, .whylipo-heading h3,
   .typesliposuction-heading h3, .proceduredelhi-heading h3,
    .during_procedure_cont h3, .recoverysec-heading h3{
    font-size: 2.5rem;
    line-height: 50px;
  }
  .newdesign .candidate-content ul li, .newdesign_common .common-list ul li,
   .whylipo-heading p, .whylipo-list ul li, .typesliposuction-heading p,
    .typesliposuction-cont p, .proceduredelhi-cont p, .delhiprocedure-list ul li, 
    .during_procedure_cont ul li, .recoverysec-cont ul li, .recoverysec-cont p{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .whylipo-list ul li:before, .recoverysec-cont ul li:before{
    width: 20px;
    height: 20px;
    top: 5px;
  }
  .procedure-wrapcont li, .sixpack-cont ul li{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .hourglass-wrap, .procedure-wrapsect {
    padding: 50px 0px 50px;
  }
  .brazilian-heading h3, .indian-scenario-wrap .fce-nk-block-content h4 {
    font-size: 2.5rem;
    line-height: 50px;
  }
  .brazillian-subheading h4 {
    font-size: 30px;
  }
  .bottom-paras p, .bblthirdpoint-cont p,
   .braziliansurgery-wrap ul li, .indian-scenario-wrap p, .improveprocedurecont p{
    font-size: 1.3rem;
    line-height: 1.8rem;
   }
   .improveprocedure-wraps h4 {
    font-size: 26px;
  }
  .indian-scenario-wrap h5 {
    font-size: 2rem;
  }
  .newdesign.image-filter-section, .improveprocedure-wraps {
    padding: 50px 0px 50px;
  }
  .clean-faceheading h3, .serums-contwrp h3{
    font-size: 2.5rem;
    line-height: 50px;
  }
  .clean-facecont ul li, .serums-contwrp ul li p{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .serums-contwrp ul li h4 {
    font-size: 26px;
  }
  .clean-facecont ul li:before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
  .ipls-conts p, .skin-imgsection-cont ul li{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .skin-imgsection-cont ul li:before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
  .hairtreatments-cont h3{
    font-size: 2.5rem;
    line-height: 50px;
  }
  .hairtreatments-cont p{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .border-md-right{
    border-right: none;
  }
  .newbottompara p {
    margin-top: 0px;
  }
  .pelleve-heading h3{
    font-size: 2.5rem;
    line-height: 50px;
  }
  .pellevé-left li{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .brazilianborder .border-md-right {
    visibility: visible;
  }
  .pellevé-left li:before{
    width: 20px;
    height: 20px;
    top: 5px;
  }
  .silkpeel-content ul li{
    font-size: 1.3rem;
  }
  .silkpeel-wrap {
    padding: 40px 0px 40px;
  }
  .triarctive-wrap {
    padding: 50px 0px 50px;
  }
  .quanta-heading h3{
    font-size: 2.5rem;
    line-height: 50px;
  }
  .quanta-cont ul li{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .malewrap .malechect-heading h3, .sixpack-cont h3, .eyebag-cont h3,
   .nose-restructuring-cont h3, .laser-contswraps h3 {
    font-size: 2.5rem;
    line-height: 50px;
  }
  .tummy-cont ul li, .sixpack-cont ul li, .eyebag-cont ul li,
   .nose-restructuring-cont p, .laser-contswraps ul li{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .sixpack-wrap .border-md-right {
    visibility: visible;
  }
  .mesosecd-cont p{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .skinwhitening-heading h3, .tiptriks-cont h3 {
    font-size: 2.5rem;
    line-height: 50px;
  }
  .skinwhitening-para p, .skinwhitening-para p, .bblskin-bottom-para p,
   .haloprecisely-wrap ul li, .skinWrinkles-list ul li, .skinWrinkles-list p,
    .tiptriks-cont ul li{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .skinWrinkles-list h4 {
    font-size: 24px;
  }
  .brazilian-heading p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .brazilian-heading p br{
    display: none;
  }
  .bblcont p {
    font-size: 1.5rem;
  }
  .reducewrap.permanentlaser.tummy-tuck-wrap{
    padding: 50px 0;
  }
  .hourglass-wrap .border-md-right {
    border-right: none;
  }
  .procedure-wrapcont ul li{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .tiptriks-cont ul li:before, .haloprecisely-wrap ul li:before {
    top: 5px;
    width: 20px;
    height: 23px;
  }
  .haloprecisely-wrap ul li {
    padding-left: 5px;
  }
  .gallerymain .nav-pills .nav-link {
    font-size: 11px;
    padding: .5rem 0.6rem;
  }
}
@media screen and (max-width:768px){
	.upper-block-left p, .upper-block-right p, .second-sec-wrap .upper-block-left p,
   .second-sec-wrap .upper-block-right p, .third-secwrap .eye-content-block ul li,
    .other-reasion-wrap .dermal-left p, .procedurenew .upper-block-left p,
     .procedurelist ul li, .aftercarerecoverynew .recovery-cont p,
      .resultnew .recovery-cont ul li, .recovery-cont p{font-size:1.1rem;}

  .lotusnewsect.lotus-bg-row p, .contouring-cont ul li, .contouring-cont p{
    font-size:1.1rem;
  }    

}
@media(max-width: 767px){
  .ipl-second-secright p, .ipl-second-secleft p, .permanent-cont-left p{
    text-align: left;
  }
  .ipl-third-section {
    padding: 40px 0px 40px;
  }
  .chemical-cont-left p, .cosmelan-cont-left p, 
   .yellow-peel p, .tattoo-contsone p{
    text-align: left;
  }
  .yellow-peel h3, .chemical-cont-left h3{
    text-align: left;
  }
  .cosmelan-wrap h3 {
    font-size: 24px;
  }
  .cosmelan-wrap p {
    font-size: 20px;
    line-height: 24px;
  }
  .patients-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .chemical-sixth-section {
    background: #bb8b5c url(../images/yellow-bg.html) no-repeat;
  }
  .ferulac-cont h3, .ferulac-cont p{
    color: #fff;
  }
  .pellevé-skin-left ul li {
    font-size: 16px;
  }
  .hydra-facial-img {
    padding-bottom: 20px;
  }
  .hydrated-list {
    padding-bottom: 20px;
  }
  .laser-bottom-img {
    margin-bottom: 20px;
  }
  .during-conts p, .recovery-conts p{margin-top:0px;}

  .brownlift-cont h4, .brow-content h4, .threadsec .lift-content-nutro h3,
   .microblading-cont h3, .block-heading-section h3, .candidatewrap .lift-content-nutro h3,
    .recoverycont .block-heading-section h3, .result-wrap .block-heading-section h4, 
    .followup-wrap .block-heading-section h4, .dermal-left h2, .dermal-right h2{
    font-size: 2rem;
  }
  .block-left-neck p, .block-right-neck p, .brownlift-cont p, .brownlift-cont ul li, 
  .brow-content p, .dermalnew .dermal-left ul li, .dermalnew .dermal-right ul li, 
  .threadsec .lift-content-nutro p, .microblading-cont p, .microblading-cont ul li, 
  .surgical-wrap ul li, .candidatewrap .lift-content-nutro ul li,
   .recoverycont .fce-nk-block-content ul li {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .brownlift-cont ul {
    margin-top: 0px;
  }
  .fce-nk-block-content h4 {
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .surgical-wrap ul {
    margin-top: 30px;
  }
  .brownlift-cont h4 {
    margin: 0px 0 10px;
  }
  .brown-lift-section {
    padding: 30px 0px;
  }
  .neuro-img {
    margin: 0px 0px 20px;
  }
  .dermalnew .dermal-left, .dermalnew .dermal-right {
    padding: 30px 30px 30px 0px;
  }
  .candidatewrap .candidatecont {
    border-right: none;
  }
  .nonsurgical-sections, .surgical-wrap.light-creame-bg,
   .candidatewrap.ideal-section, .followup-wrap {
    padding: 30px 0px;
  }
  .surgical-wrap.light-creame-bg:after{
    display: none;
  }
  .second-sec-wrap h3, .eye-content-block h3, .procedurenew .upper-block-left h2,
   .upper-block-right h2, .aftercarerecoverynew .recovery-cont h3,
    .resultnew .recovery-cont h3, .insurancecovernew .recovery-cont h3, 
    .insurancecovernew .recovery-cont h3{
    font-size: 2rem;
  }
  .upper-block-left p, .upper-block-right p, .second-sec-wrap .upper-block-left p,
   .second-sec-wrap .upper-block-right p, .third-secwrap .eye-content-block ul li, 
   .other-reasion-wrap .dermal-left p, .procedurenew .upper-block-left p, 
   .procedurelist ul li, .aftercarerecoverynew .recovery-cont p,
    .resultnew .recovery-cont ul li, .recovery-cont p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .second-sec-wrap{
    padding: 30px 0px;
  }
  .second-sec-wrap .upper-block-left, .second-sec-wrap .upper-block-right {
    text-align: center;
    padding-right: initial;
    border-right: none;
  }
  .other-reasion-wrap.dermalnew .dermal-left {
    padding: 30px 30px 30px 30px;
  }
  .other-reasion-wrap.dermalnew .border-left {
    border-left: none !important;
  }
  .dermal-left img{
    margin-bottom: 20px;
  }
  .procedurenew .upper-block-left {
    margin-bottom: 30px;
  }
  .expected-img {
    margin-top: 20px;
    text-align: center;
  }
  .aftercarerecoverynew .row .col-md-4:not(:last-child) .recovery-cont {
    border-right: none;
  }
  .resultnew .recovery-cont ul li:before{width: 10px; height: 10px; top:6px;}
  .lift-content-nutro h3 br{display:none;}

  .contouring-cont h4, .feel-free-cont h4{
    font-size: 2rem;
  }
  .feel-free-cont a.numberwrap, .feel-free-cont a {
    font-size: 1.5rem;
  }
  .feel-free-cont a.numberwrap{
    margin-left: 25px;
  }
  .feel-free-cont a.numberwrap:before {
    left: -25px;
  }
  .abdominoplasty-wrap h3, .preparing-cont h3,
   .realistic-approach-heading h3, .tummy-heading h3, .producer-heading h3,
    .aftercare-heading h3, .pregnant-heading h3{
    font-size: 2rem;
    line-height: 40px;
  }
  .abdominoplasty-cont ul li, .abdominoplasty-cont p, .preparing-cont ul li, 
   .realistic-approach-cont p, .tummy-cont ul li, .tummy-cont p, 
   .pregnant-heading p {
    font-size: 1.1rem;
  }
  .bordersright{
    border-right: none;
  }
  .newdesign .candidate-content ul li, .newdesign_common .common-list ul li,
   .whylipo-heading p, .whylipo-list ul li, .typesliposuction-heading p,
    .typesliposuction-cont p, .proceduredelhi-cont p,
     .delhiprocedure-list ul li, .during_procedure_cont ul li,
      .recoverysec-cont ul li, .recoverysec-cont p {
    font-size: 1.1rem;
  }
  .newdesign .fce-nk-block-content p{
    text-align: left;
  }
  .common-treatment {
    padding: 40px 0px 0px;
  }
  .newdesign_common .comm-treatment-cont h3, .whylipo-heading h3,
   .typesliposuction-heading h3, .proceduredelhi-heading h3,
    .during_procedure_cont h3, .recoverysec-heading h3 {
    font-size: 2rem;
    line-height: 40px;
  }
  .proceduredelhi-wrap {
    margin-top: 0;
  }
  .proceduredelhi-wrap:before{
    display: none;
  }
  .bordersrightlipo {
    padding-right: 0px;
    border-right: none;
  }
  .newdesign_common .comm-treatment-cont h3 {
    margin-top: 30px;
  }
  .during_procedure_cont h3, .recoverysec-cont p{
    text-align: left;
  }
  .secondvideos{
    margin-top: 20px;
  }
  .tummy-cont p {
    text-align: left;
    margin-top: 0px;
  }
  .procedure-wrapcont li, .sixpack-cont ul li {
    font-size: 1.1rem;
  }
  .sixpack-img{
    margin-bottom: 40px;
  }
  .hourglass-wrap, .procedure-wrapsect {
    padding: 40px 0px 40px;
  }
  .new-treated.treated-section {
    padding: 40px 0px 20px;
  }
  .hourglass-wrap p{
    font-size: 1.1rem;
  }
  .sixpack-section {
    background: #bb8b5c;
    padding: 40px 0px 40px;
  }
  .newvideosec:after {
    width: 28%;
    height: 40%;
  }
  .brazilian-heading h3, .indian-scenario-wrap .fce-nk-block-content h4 {
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .bottom-paras p, .bblthirdpoint-cont p,
   .braziliansurgery-wrap ul li, .indian-scenario-wrap p{
    font-size: 1.1rem;
   }
   .improveprocedure-wraps h4 {
    font-size: 24px;
  }
  .braziliansurgery-wrap h5 {
    text-align: left;
    font-size: 26px;
    margin: 0px 0 30px;
  }
  .indian-scenario-wrap .fce-nk-block-content h4{
    text-align: center;
  }
  .brazilianborder.whylipo-list ul {
    width: 100%;
    padding: 0px 0px;
    margin: 0 0;
  }
  .newdesign.image-filter-section, .braziliansurgery-wrap.image-filter-section {
    padding: 50px 0px 40px;
  }
  .candidatewrap.why-liposuction-new {
    padding: 50px 0px 90px;
  }
  .butt-liftwrap.image-filter-section {
    padding: 30px 0px 30px;
  }
  .improveprocedure-wraps {
    padding: 50px 0px 40px;
  }
  .indian-scenario-wrap {
    padding: 50px 0px 40px;
  }
  .bblthirdpoint-wrap:after {
    height: 45%;
  }
  .indian-scenario-wrap:before {
    height: 50%;
  }
  .improveprocedure-wraps .inline-tag ul li {
    font-size: 18px;
    padding: 0px 20px;
  }
  .bottom-paras p, .bblthirdpoint-cont p,
   .braziliansurgery-wrap ul li, .indian-scenario-wrap p,
    .improveprocedurecont p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .brazillian-subheading h4 {
    font-size: 24px;
  }
  .brazilianwrap.butt-liftwrap.image-filter-section{
    padding: 50px 0px;
  }
  .preparing-cont h3 {
    text-align: left;
  }
  .producer-wrap-section:before {
    width: 49%;
    height: 36%;
  }
  .abdominplasty-wrap .armlift-content {
    padding: 0px 0px;
  }
  .hourglass-wrap .armlift-content {
    padding: 0;
  }
  .abdominplasty-wrap {
    padding: 40px 0px !important;
  }
  .clean-faceheading h3, .serums-contwrp h3{
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .clean-facecont ul li, .serums-contwrp ul li p{
    font-size: 1.1rem;
  }
  .serums-sectionswrap{
    padding: 0 0 0;
  }
  .hydrated-clean-face {
    padding: 40px 0px 90px;
  }
  .clean-facecont {
    padding-top: 0px;
    margin-left: 0px;
  }
  .clean-faceimg, .clean-facecont {
    margin-top: 30px;
  }
  .hydravideowrap.videos-wrap {
    padding: 50px 0px;
  }
  .ipls-conts p, .skin-imgsection-cont ul li{
    font-size: 1.1rem;
  }
  .lotus-bg-row:before {
    background-position: bottom center;
  }
  .hairtreatments-cont h3{
    font-size: 2rem;
    line-height: 40px;
  }
  .hairtreatments-cont p{
    font-size: 1.1rem;
  }
  .bottomimg-laser {
    margin-top: 0px;
  }
  .permanentlaser.tummy-tuck-wrap {
    padding: 40px 0px 40px;
  }
  .laser-luckily p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .skinimgtwo {
    padding: 10px 0px 20px;
  }
  .pelleve-heading h3{
    font-size: 2rem;
    line-height: 40px;
  }
  .pellevé-left li{
    font-size: 1.1rem;
  }
  .procedurewrap-new {
    padding: 40px 0 30px;
  }
  .pelleve-fourth-section{
    padding: 40px 0;
  }
  .silkpeel-content ul li{
    font-size: 1.1rem;
  }
  .quanta-heading h3{
    font-size: 2rem;
    line-height: 40px;
  }
  .quanta-cont ul li{
    font-size: 1.1rem;
  }
  .malewrap .malechect-heading h3, .sixpack-cont h3, .eyebag-cont h3,
   .nose-restructuring-cont h3, .laser-contswraps h3 {
    font-size: 2rem;
    line-height: 40px;
  }
  .tummy-cont ul li, .sixpack-cont ul li, .eyebag-cont ul li,
   .nose-restructuring-cont p, .laser-contswraps ul li{
    font-size: 1.1rem;
  }
  .malewrap .malechect-heading h3{
    margin-bottom: 30px;
  }
  .malechect-img {
    margin-top: 30px;
    text-align: center;
  }
  .sixpack-cont h3{
    margin-bottom: 20px;
  }
  .sixpack-right{
    margin-top: 30px;
  }
  .laser-contsleft:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #ebebeb;
  }
  .laser-contswraps {
    padding: 50px 0 50px;
  }
  .laser-contsright {
    padding-left: 0px;
  }
  .endoscopicnew:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
  }
  .mesosecd-cont p{
    font-size: 1.1rem;
  }
  .border-white-right {
    border-right: none;
  }
  .skinwhitening-heading h3, .tiptriks-cont h3 {
    font-size: 2rem;
    line-height: 40px;
    text-align: left;
  }
  .tiptriks-wrap .row .col-md-6:last-child{
    margin-top: 30px;
  }
  .tiptriks-cont h3{
    margin-bottom: 20px;
  }
  .skinwhitening-para p, .skinwhitening-para p, .bblskin-bottom-para p,
   .haloprecisely-wrap ul li, .skinWrinkles-list ul li,
    .skinWrinkles-list p, .tiptriks-cont ul li {
    font-size: 1.1rem;
  }
  .skinwhitening-para {
    padding: 0 0px;
  }
  .skinwhitening-para.text-md-right p {
    margin-bottom: 20px;
  }
  .haloprecisely-img{
    margin-top: 30px;
  }
  .skinWrinkles-newwrap .fce-nk-block-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .skinWrinkles-list {
    margin-top: 20px;
  }
  .aftercare-img {
    margin-top: 30px;
  }
  .procedure-wrapcont ul li{
    font-size: 1rem;
  }
  .pelleveimg {
    margin-bottom: 30px;
  }
  .featurenext, .featureprev{
    display: flex;
    z-index: 1;
  }
  .gallerymain .nav-pills .nav-link {
    font-size: 12px;
  }
}
@media(max-width: 575px){
  .chemical-fourth-section {
    padding: 30px 0px;
    background: #c8915e;
  }
  .cosmelan-cont-right p, .cosmelan-cont-left p{
    color: #fff;
  }
  /* .chemical-heading h3, .treated-cont-wrap h3, .ferulac-cont h3   {  } */
  .chemical-cont-left h3, .chemical-cont-right h3, .nano-peel-contleft h3,
   .nano-peel-contright h3, .yellow-peel h3, .phenol-peel h3{
    font-size: 1.2rem;
  }
  .pellevé-skin-heading h3, .pelleve-heding h3, .hydrated-heading h3,
   .serums-wrap h3, .permanent-laser-heading h3{
    font-size: 1.4rem;
    line-height: 28px;
  }
  .serums-wrap h4 {
    font-size: 20px;
  }
  .hydra-fourth-section {
    padding: 30px 0px 40px;
  }
  .serums-wrap h4 {
    padding-top: 15px;
  }
  .pellevé-skin-left ul li {
    padding-left: 30px;
  }
  .pellevé-skin-left ul li:before {
    width: 20px;
    height: 20px;
    top: 4px;
    background-size: contain;
  }
  .recovery-cont h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .aftercarerecovery-cont {
    padding: 25px 0px 25px;
  }
  .recovery-cont p {
    margin-top: 0px;
  }
  .result-sect {
    padding: 25px 0px 25px;
    position: relative;
    margin-top: 0px;
  }
  .result-sect:after {
    display: none;
  }
  .insurancecover-section {
    padding: 25px 0px;
  }
  .why-liposuction-heading p, .bottom-cont p, .assisted-content p, .liposuction-performed-cont p, .during-conts p, .recovery-conts p, .recovery-conts-botom p, .liposuction-performed-cont ol li{font-size:1rem;}

  .brownlift-cont h4, .brow-content h4, .threadsec .lift-content-nutro h3,
   .microblading-cont h3, .block-heading-section h3,
    .candidatewrap .lift-content-nutro h3,
     .recoverycont .block-heading-section h3, .result-wrap .block-heading-section h4,
      .followup-wrap .block-heading-section h4, .dermal-left h2, .dermal-right h2,
       .fce-nk-block-content h4 {
    font-size: 2rem;
        line-height: 34px;  
  }
  .commonly-cont h5 {
    font-size: 1.3rem;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .recoverycont.image-filter-section {
    padding: 30px 0px 55px;
  }
  .result-wrap.image-filter-section {
    padding: 10px 0px 30px;
  }
  .brow-lift-section {
    padding: 30px 0px 30px;
  }
  .brow-lift-section:after{
    display: none;
  }
  .dermalnew .dermal-left, .dermalnew .dermal-right {
    padding: 30px 30px 30px 15px;
  }
  .lift-content-nutro ul {
    padding-left: 0px;
  }
  .resultnew.result-sect {
    margin-top: 0;
  }
  .second-sec-wrap h3, .eye-content-block h3, .procedurenew .upper-block-left h2,
   .upper-block-right h2, .aftercarerecoverynew .recovery-cont h3,
    .resultnew .recovery-cont h3, .insurancecovernew .recovery-cont h3, 
    .insurancecovernew .recovery-cont h3{
    font-size: 1.5rem;
  }

  .contouring-cont h4, .feel-free-cont h4 {
    font-size: 1.5rem;
  }
  .lotusnewsect.lotus-bg-row p, .contouring-cont ul li, .contouring-cont p {
    font-size: 1rem;
  }
  .feel-free-cont a.numberwrap, .feel-free-cont a {
    font-size: 1rem;
  }
  .abdominoplasty-wrap h3, .preparing-cont h3,
   .realistic-approach-heading h3, .tummy-heading h3, .producer-heading h3,
    .aftercare-heading h3, .pregnant-heading h3{
    font-size: 1.5rem;
    line-height: 34px;
  }
  .abdominoplasty-cont ul li, .abdominoplasty-cont p, .preparing-cont ul li, 
   .realistic-approach-cont p, .tummy-cont ul li, .tummy-cont p, 
   .pregnant-heading p {
    font-size: 1rem;
  }
  .preparing-wrap {
    padding: 50px 0px 50px;
    background: #bb8b5c;
  }
  .realistic-approach-wrap {
    padding: 50px 0px 50px;
  }
  .producer-wrap-section {
    margin-top: 0;
  }
  .producer-wrap-section:after{
    display: none;
  }
  .newdesign.image-filter-section {
    padding: 40px 0px;
  }
  .typesliposuction-wrap {
    padding: 30px 0px 30px;
  }
  .proceduredelhi-wrap {
    padding: 40px 0px 30px;
  }
  .delhiprocedure-list ul {
    margin-top: 0px;
  }
  .during-procedures-sec, .recoverysec-wrap {
    padding: 40px 0px 30px;
  }
  .newfaqwrap {
    padding: 40px 0px;
  }
  .newdesign .candidate-content ul li, .newdesign_common .common-list ul li,
   .whylipo-heading p, .whylipo-list ul li, .typesliposuction-heading p,
    .typesliposuction-cont p, .proceduredelhi-cont p, .delhiprocedure-list ul li,
     .during_procedure_cont ul li, .recoverysec-cont ul li, .recoverysec-cont p {
    font-size: 1rem;
  }
  .lipo-newafter{
    padding: 40px 0px;
  }
  .lipo-newafter p {
    font-size: 1rem;
  }
  .newdesign_common .comm-treatment-cont h3, .whylipo-heading h3,
   .typesliposuction-heading h3, .proceduredelhi-heading h3,
    .during_procedure_cont h3, .recoverysec-heading h3 {
    font-size: 1.5rem;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .why-liposuction-new {
    background: #bb8b5c;
    padding: 40px 0px 15px;
  }
  .procedure-wrapcont li, .hourglass-wrap p {
    font-size: 1rem;
  }
  .brazilian-heading h3, .indian-scenario-wrap .fce-nk-block-content h4 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  .brazillian-subheading h4 {
    font-size: 20px;
  }
  .candidatewrap.why-liposuction-new {
    padding: 50px 0px 40px;
    background: #bb8b5c;
  }
  .bblthirdpoint-wrap:after {
    height: 46%;
    width: 30%;
  }
  .whattoexper-wrap.image-filter-section{
    padding: 50px 0px 40px;
  }
  .improveprocedure-wraps h4 {
    font-size: 20px;
  }
  .bottom-paras p, .bblthirdpoint-cont p, .braziliansurgery-wrap ul li,
   .indian-scenario-wrap p, .improveprocedurecont p {
    font-size: 1rem;
  }
  .indian-scenario-wrap:before {
    height: 34%;
  }
  .tummy-tuck-wrap {
    padding: 50px 0px 50px;
  }
  .producer-wrap-section:before {
    width: 49%;
    height: 30%;
  }
  .clean-faceheading h3, .serums-contwrp h3{
    font-size: 1.5rem;
    line-height: 34px;
  }
  .clean-facecont ul li, .serums-contwrp ul li p{
    font-size: 1rem;
  }
  .serums-contwrp ul {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .serums-contwrp ul li h4 {
    font-size: 22px;
  }
  .hydrated-clean-face {
    padding: 40px 0px 30px;
    background: #bb8b5c;
  }
  .serums-sectionswrap {
    padding: 40px 0 0px;
  }
  .ipls-conts p, .skin-imgsection-cont ul li{
    font-size: 1rem;
  }
  .lotus-bg-row:before {
    width: 75%;
    height: 100%;
  }
  .hairtreatments-cont h3{
    font-size: 1.5rem;
    line-height: 34px;
  }
  .hairtreatments-cont p{
    font-size: 1rem;
  }
  .hairtreatments-wrap {
    padding: 50px 0px;
    background: #bb8b5c;
  }
  .laser-luckily p {
    font-size: 1rem;
  }
  .laserskin-third-section:after {
    width: 55%;
    height: 20%;
  }
  .pelleve-heading h3{
    font-size: 1.5rem;
    line-height: 34px;
  }
  .pellevé-left li{
    font-size: 1rem;
  }
  .pelleve-fourth-section {
    padding: 40px 0;
    background: #bb8b5c;
  }
  .silkpeel-content ul li{
    font-size: 1rem;
  }
  .quanta-heading h3{
    font-size: 1.5rem;
    line-height: 34px;
  }
  .quanta-cont ul li{
    font-size: 1rem;
  }
  .quanta-wrap {
    padding: 50px 0px 50px;
  }
  .quanta-cont ul {
    margin: 0px 0px 0px;
  }
  .malewrap .malechect-heading h3, .sixpack-cont h3, .eyebag-cont h3,
   .nose-restructuring-cont h3, .laser-contswraps h3 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  .tummy-cont ul li, .sixpack-cont ul li, .eyebag-cont ul li,
   .nose-restructuring-cont p, .laser-contswraps ul li{
    font-size: 1rem;
  }
  .malewrap.ultrapulse-wrap {
    padding: 50px 0px 50px;
  }
  .sixpack-wrap{
    padding: 50px 0px 50px;
    background: #bb8b5c;
  }
  .mesosecd-cont p{
    font-size: 1.1rem;
  }
  .skinwhitening-wrap{
    padding: 50px 0px 50px;
    background: #bb8b5c
  }
  .haloprecisely-wrap.image-filter-section {
    padding: 50px 0px;
  }
  .skinWrinkles-newwrap.image-filter-section:after {
    height: 17%;
  }
  .newfaqwrap.image-filter-section{
    padding: 40px 0 20px;
  }
  .skinwhitening-heading h3, .tiptriks-cont h3 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  .skinwhitening-para p, .skinwhitening-para p, .bblskin-bottom-para p,
   .haloprecisely-wrap ul li, .skinWrinkles-list ul li,
    .skinWrinkles-list p, .tiptriks-cont ul li {
    font-size: 1rem;
  }
  .faq-heading h3 {
    font-size: 1.5rem;
  }
  .skinWrinkles-list h4 {
    font-size: 20px;
  }
  .proceduredelhi-wrap:after {
    width: 90%;
    height: 15%;
  }
  .feel-free-wrap:after{
    display: none;
  }
  .feel-free-wrap {
    margin-bottom: 0px;
  }
  .procedure-wrapcont ul li{
    font-size: 1rem;
  }
  .braziliansurgery-wrap h5 {
    font-size: 20px;
  }
  .nose-restructuring-wrap:before {
    width: 35%;
    height: 25%;
  }
  .typesliposuction-cont h4, .proceduredelhi-cont h4 {
    font-size: 1.5rem;
  }
  .mob-tummy{
    margin-top: 25px;
  }
  .skinbtn a {
    padding: 12px 35px;
  }
  .schedule-left {
    padding: 30px 15px;
  }
    .block-heading h2, .beautyheading h3, .schedule-left h3 {
        font-size: 1.8rem;
    }
}
@media screen and (max-width:420px){
  .bblthirdpoint-wrap:after {    height: 40%;    width: 45%;  }
  .indian-scenario-wrap:before {    height: 21%;  }
  .skinWrinkles-newwrap.image-filter-section:after {    height: 11%;  }
  .inner-first-left h1 {    font-size: 1.5rem;}
  .inner-first-left p {   padding: 0px 0px;}
}
/*vineet css end*/

@media screen and (max-width:575px){
	.pt-50{padding-top:50px !important;}
	.pt-25{padding-top:25px !important;}

	.pb-50{padding-bottom:50px !important;}
	.pb-25{padding-bottom:25px !important;}
}

@media screen and (min-width:576px){
	.pt-sm-100{padding-top:100px !important;}
	.pt-sm-70{padding-top:70px !important;}
	.pt-sm-50{padding-top:50px !important;}
	.pt-sm-25{padding-top:25px !important;}
	
	.pb-sm-100{padding-bottom:100px !important;}
	.pb-sm-70{padding-bottom:70px !important;}
	.pb-sm-50{padding-bottom:50px !important;}
	.pb-sm-25{padding-bottom:25px !important;}
}

@media screen and (min-width:992px){
	.pt-md-125{padding-top:125px !important;}
	.pt-md-100{padding-top:100px !important;}
	.pt-md-75{padding-top:75px !important;}
	.pt-md-50{padding-top:50px !important;}
	.pt-md-25{padding-top:25px !important;}

	.pb-md-125{padding-bottom:125px !important;}
	.pb-md-100{padding-bottom:100px !important;}
	.pb-md-75{padding-bottom:75px !important;}
	.pb-md-50{padding-bottom:50px !important;}
	.pb-md-25{padding-bottom:25px !important;}
}

@media screen and (min-width:1400px){
	.pt-xl-150{padding-top:150px !important;}
	.pt-xl-125{padding-top:125px !important;}
	.pt-xl-100{padding-top:100px !important;}
	.pt-xl-75{padding-top:75px !important;}
	.pt-xl-50{padding-top:50px !important;}

	.pb-xl-150{padding-bottom:150px !important;}
	.pb-xl-125{padding-bottom:125px !important;}
	.pb-xl-100{padding-bottom:100px !important;}
	.pb-xl-75{padding-bottom:75px !important;}
	.pb-xl-50{padding-bottom:50px !important;}

}

@media screen and (max-width:575px){
  .abdominplasty-wrap {
    padding: 40px 0px !important;
  }
}

/*pintu css start*/
.armlift-content p {
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
}
.lotusnewsect.lotus-bg-row:after {
    border-left: 100vw solid #fff5f0;
}
.lotus-bg-row:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 100vw solid #fff;
    border-top: 100px solid transparent;
    z-index: -1;
}
.six-pack-sec{
  background-color:#fff5f0;
  padding: 30px 0 50px;
}
.six-pack-cont ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
  font-family: 'aileronregular'; font-size: 1.5rem; font-weight:300;
}
.six-pack-cont ul{
  margin-bottom: 0px;
}
.six-pack-cont ul li:last-child{
  margin-bottom: 0px;
}
.six-pack-cont ul li:before{
  content: '';
    width: 13px;
    height: 13px;
    background: #aa7138;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 5px;
}

.fiveth-sec {
    background-image: url(../images/hours-glass-contact-bg1.html);
    background-repeat: no-repeat;
    /* background-position: left; */
    position: relative;
    background-size: contain;
}
.six-pack-cont h4{
    font-size: 4rem;
    color: #85553d;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'aileronblack';
    line-height: 63px;
}
.six-pack-cont-new {
    min-height: 363px;
    justify-content: center;
    align-items: center;
    display: block;
    padding-top:90px;
}
.six-pack-cont-new h3{
   color: #debb7a;
   font-size: 45px;
   font-weight: 700;
}
.six-pack-cont-new a {
    border: 1px solid #000;
    color: #debb7a;
    letter-spacing: 3px;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 13px;
    text-decoration: none;
}
.six-pack-cont-new a:hover{
    color: #fff !important;
    text-decoration: none;
    box-shadow: none !important;
    background: #000;
}

.six-pack-img-box img { position: relative; top: 0; left: -120px;}
.six-pack-img-box {
    position: relative;
}
/*full body lift css*/
.why-liposuction-new.vaginal-new {
  background: #fff5f0 url(../images/liposuction-bg.html) no-repeat center center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
  padding: 50px 0px 100px;
}
.vaginal-new .whylipo-heading h3 {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: 'aileronblack';
  line-height: 63px;
  margin-bottom: 30px;
}
.vaginal-new .whylipo-heading p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
}
.firstlist {
    padding-right: 20px;
}
.body-img-box img{margin-top:30px; width:80%;}
.vaginal-new .firstlist.whylipo-list ul {
    display: block;
    margin-top: 30px;
    justify-content: space-between;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.vaginal-new .whylipo-list ul li {
    color: #fff;
    position: relative;
    padding-left: 0px;
    text-indent: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2.4rem;
    width: 100%;
}
/*why dr monisha*/

/*during*/
.procedure-wrapcont li {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #545454;
    text-indent: 25px;
    position: relative;
    list-style: none;
    font-family: 'aileronregular';
    margin-bottom: 15px;
    text-align: left;
}
.procedure-cont p {
    margin-bottom: 0;
    padding-top: 20px;
}
.procedure-wrapcont ul li:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #aa7138;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 5px;
}
/*healing*/
.producer-wrap-section {
  padding: 50px 0px 50px;
  position: relative;
  background: #81afaf;
}
.producer-wrap-section .producer-heading h3 {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 63px;
  font-family: 'aileronblack';
  margin-bottom: 30px;
}
.producer-wrap-section .producer-heading p {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.producer-cont.preparing-cont li:not(:last-child) {
  /* border-bottom: 1px solid #385151; */
  padding-bottom: 15px;
}

/*new procedure*/
.procedure-wrapcont.hand-feet ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  list-style: none;
  font-family: 'aileronregular';
  margin-bottom: 15px;
  text-align: left;
}
.procedure-wrapcont.hand-feet ul li:not(:last-child){
  margin-bottom: 0px;
}
.procedure-wrapcont.hand-feet ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.procedure-wrapcont.lebia-menora ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  list-style: none;
  font-family: 'aileronregular';
  margin-bottom: 15px;
  text-align: left;
}
.procedure-wrapcont.lebia-menora ul li:last-child{
  margin-bottom: 0px;
}
.procedure-wrapcont.lebia-menora ul li:before{
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.newbody-procedure.procedure-wrapcont ul li{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  list-style: none;
  font-family: 'aileronregular';
  text-align: left;
  padding-left: 0px;
}
.newbody-procedure.procedure-wrapcont ul li:not(:last-child){
  margin-bottom: 15px;
}
.newbody-procedure.procedure-wrapcont ul li:before{
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}


.healingwrap.producer-wrap-section:before{
  content: '';
  position: absolute;
  right: 0px;
  bottom: -106px;
  background: url(../images/healing-bac-img.html);
  width: 70%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.healingwrap.producer-wrap-section:after {
  border-top: 100px solid #fff;
}
.full-body-head p{color:#fff; margin-bottom: 30px; font-size: 1.5rem;}
.how-long-sec{
    position: relative;
    background: #cca760 url(../images/how-log-bg.html) no-repeat bottom center;
    overflow: hidden;
    background-size: 40% auto;
    z-index: 1;
    border-bottom: 1px solid #270f03;
}
/*hand feet css*/
.handfeet-section {
    background: #fff5f0 url(../images/hand-feen-bg.html) no-repeat;
    background-size: 100% auto;
    padding: 50px 0px;
}
.hand-feet-sec {
    background-color: #fff5f0;
    padding: 0px 0 50px 0;
}
.patient-heading h3 {
    margin-bottom: 30px;
    text-align: center;
    font-family: "GillSans";
    font-size: 2.5rem;
    color: #cdaa68;
}
.patient-img-box {
    padding-right: 7px;
}
.patient-img-box img {
    width: 100%;
}
.hand-feet {
    padding: 0 0 0;
}
/*/hand feet*/
/*skeen treatment*/
.info-sec{background: #fff url(../images/skeen-bg1.html) no-repeat center; position: relative;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
    padding: 50px 0px 150px;}

.peels-cont.skeen p{color:#545454; margin: 30px 0 0 0;}
.call-us h4 a{color:#fff; text-decoration: none; position: relative; }
.line {
    height: 2px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.call-us h4 a:after{
  content: '';
    position: absolute;
    top: 10px;
    background-image: url(../images/mob-icon.html);
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    left: -52px;
     }
.call-us h5 a{color:#fff; font-size: 40px; font-weight: bold; text-decoration: none;text-transform: none;}
.patient-img-box img{width: 100%;}
.wstep-by-plees h4 {
    font-size: 4rem;
    font-family: 'aileronblack';
    margin-bottom: 30px;
    color: #fff;
    line-height: 63px;
}
/*/skeen treatment*/

/*vaginal css*/
.veginal-heading h3 {
    font-size: 40px;
    color: #85553d;
    margin-bottom: 0;
    font-family: 'aileronblack';
}
.laser-sec {
  padding: 50px 0;
  position: relative;
  background: #85553d url(../images/vegina-bg1.html) no-repeat bottom center;
  overflow: hidden;
  background-size: 35% auto;
  z-index: 1;
}
.labia-minora .fce-nk-block-content {
  margin-top: 0px;
  padding-left: 0px;
}
.laser-cont h4 {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 30px;
    font-family: 'aileronblack';
    text-align: center;
}
.laser-cont p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
}
.vaginalnew .laser-contswraps h3 {
  font-size: 40px;
  line-height: 44px;
}
.vaginalnew .laser-contswraps {
  padding: 50px 0 50px;
}
.vaginalmodal {
  background: #e2dedd;
}
.vaginalnew .laser-contsright {
  padding-left: 40px;
}
.femilift-sec {
    position: relative;
}
.femilift-box {
    display: flex;
}
.femilift-cont {
    width: 50%;
    background: #ececec;
}
.vaginal-surgery {
    width: 50%;
    background: #fff;
}
.femilift-cont-box {
    padding: 45px 25px;
}
.femilift-list ul li {
    color: #545454;
}
.femilift-list ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    background: url(../images/femilift-icon.html) no-repeat;
    background-size: contain;
    width: 30px;
    height: 23px;
    border-radius: 0px;
}
.femilift-cont-box h4 {
    color: #85553d;
    font-size: 4rem;
    margin-bottom: 30px;
    line-height: 63px;
    font-weight: bold;
    font-family: 'aileronblack';
}
.fiveth-sec {
    background-color: #e2dedd;
    background-image: url(../images/regain-bg.html);
    background-repeat: no-repeat;
    /* background-position: left; */
    position: relative;
    background-size: contain;
}
.vaginal-new {
    background: #fff5f0 url(../images/liposuction-bg.html) no-repeat center center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
    padding: 50px 0px 100px;
}
/*/vaginal css*/

/*che peel css*/
.newcamsect .plees-cont h5 {
  text-transform: none;
  letter-spacing: 0;
}
.newsecond .wstep-by-plees h4 {
  font-size: 40px;
  line-height: 47px;
}
.fifthpoint.laser-sec {
  background: #85553d url(../images/vegina-bg1.html) no-repeat bottom right;
  background-size: 70% auto;
}
.peels-cont p {
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 15px;
}
.plees-cont h4 {
    font-size: 4rem;
    color: #85553d;
    font-weight: bold;
    font-family: 'aileronblack';
    margin-bottom: 30px;
    text-align: center;
    line-height: 63px;
}
.plees-cont h5 {
    color: #b07338;
    font-size: 40px;
    text-align: center;
    font-family: 'aileronblack';
    margin-bottom: 30px;
}

.wstep-by-plees p {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}
.che-peel p {
    font-weight: bold;
    font-size: 1.5rem;
    color: #545454;
}
.che-peel-list {
    margin-top: 20px;
}
.che-peel-list ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    background: url(../images/femilift-icon.html) no-repeat;
    background-size: contain;
    width: 30px;
    height: 23px;
    border-radius: 0px;
    text-align: left;
}
.che-peel-new h4{
     font-size: 40px;
    font-family: 'aileronblack';
    margin-bottom: 30px;
    color: #fff;
}
.peel-list ul li {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    text-indent: 25px;
    position: relative;
    list-style: none;
    font-family: 'aileronregular';
    margin-bottom: 15px;
    text-align: left;
}
.peel-list ul li:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 5px;
}
.chemical-yellow-peels {
    padding: 50px 0;
    border-bottom: 1px solid #000;
}
.newvideo-section.chemical-seventh-section {
    padding: 50px 0px 0px;
}
.peel-img-boxs img {
    margin-top: 25px;
}
.chemical-peels-sec.why-liposuction-new{
  background: #fff url(../images/liposuction-bg.html) no-repeat center center;
  background-size: 100% 100%;
}
.che-peel-cont-new h4 {
    padding: 50px 0 25px;
    font-size: 40px;
    font-family: 'aileronblack';
    margin-bottom: 0px;
    color: #85553d;
}
.che-peel-cont-new p {
    font-weight: 300;
    color:#545454;
    font-size:1.5rem;
    margin-bottom: 0;
}
.che-peel h4 {
    font-size: 40px;
    font-family: 'aileronblack';
    margin-bottom: 30px;
    color: #85553d;
}
.nano-Peel-sec {
    background-color: #f4f4f4;
    padding: 50px 0;
}
.che-peel-cont p {
    font-weight: 300; color:#545454;font-size:1.5rem; margin-bottom: 0px;
}
.che-peel-list ul li {
    color: #545454;
    position: relative;
    padding-left: 0px;
    text-indent: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2rem;
    width: 100%;
    text-align: left;
    font-family: 'aileronregular';
}
/*/che peel css*/
.handfeetwrap.hourglass-wrap {
  padding: 50px 0px 170px;
}
.handfeetwrap.lotus-bg-row:before{
  width: 38%;
  height: 90%;
}
.handimgs {
  margin-top: -130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.fullbody-monisha .fce-nk-block-content {
  margin-top: 0px;
  padding-left: 0px;
}
.recovery-newlift.healingwrap.producer-wrap-section:after{
  display: none;
}
.recovery-newlift.healingwrap.producer-wrap-section {
  margin-top: 0;
}
.duringnew-sect .fce-nk-block-content, .howslong-sect .fce-nk-block-content {
  margin-top: 0px;
  padding-left: 0px;
}
.zo-skeen-sec {
  background: #aa7138;
  padding: 50px 0px 50px;
  position: relative;
  margin-bottom: 100px;
}
.zo-skeen-sec:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -100px;
  border-left: none;
  border-right: 100vw solid #fff;
  border-top: 100px solid #aa7138;
  z-index: 2;
}
.third-sec {
  padding: 50px 0;
}
.newzein-wrap .six-pack-cont {
  margin-top: 0px;
}
.newzein-wrap.six-pack-sec {
  padding: 50px 0px;
  background-color: #fff5f0;
}
.zo-skeen-sec .whylipo-list ul{
  display: block;
  margin: 0px;
}
.zo-skeen-sec .whylipo-list ul li{
  width: auto;
}
.zo-skeen-sec .whylipo-list ul li:last-child{
  margin-bottom: 0px;
}
.six-pack-cont h4 {
  font-size: 4rem;
  color: #85553d;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'aileronblack';
  line-height: 63px;
}
.six-pack-cont ul li {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545454;
  text-indent: 25px;
  position: relative;
  margin-bottom: 15px;
  list-style: none;
  font-family: 'aileronregular';
  font-size: 1.5rem;
  font-weight: 300;
}
.six-pack-cont ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #aa7138;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
/*@media(max-width:1024px){
    
    .wstep-by-plees h4 {
    font-size: 3rem;
    line-height: 55px;
}

    .body-img-box img{width: 100%;}
    .lotus-bg-row{background-size: 55% auto;}
  .fourth-sec {background-size: cover;padding: 0;}
    .six-pack-img img {width: 80%;}
    .armlift-content p{font-size: 1.2rem;}
    .six-pack-cont-new h3{font-size: 2rem;}
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
.armlift-content p, .body-surgry-content p {font-size: 1.2rem; line-height: 1.8rem;}
.sixpack-cont ul li {font-size: 1.2rem;line-height: 1.8rem;}
.six-pack-cont h4{font-size: 3rem; line-height: 55px; margin-bottom: 20px;}
.six-pack-cont ul li{font-size: 1.2rem; line-height: 1.8rem;}
.fce-nk-block-content h4{font-size: 3rem; margin-bottom: 20px; line-height: 55px;}
.fce-nk-block-content p, .fce-nk-block-content ul li{font-size: 1.2rem; line-height: 1.8rem;}
.producer-heading h3{font-size: 3rem; line-height: 55px; margin-bottom: 20px;}
.full-body-head p{font-size: 1.2rem; margin-bottom: 20px; line-height: 1.8rem;}
.whylipo-heading h3{font-size: 3rem; line-height: 55px; margin-bottom: 20px;}
whylipo-heading p{font-size: 1.2rem;line-height: 1.8rem;}
.whylipo-heading p{font-size: 1.2rem;line-height: 1.8rem;}
 .whylipo-list ul li{font-size: 1.2rem;line-height: 1.8rem;}
 .preparing-cont ul li{font-size: 1.2rem; line-height: 1.8rem;}
 .call-us h4 a:after {top: 0;left: -55px;}
 
 .veginal-heading h3 {
    font-size: 30px;
    line-height: 35px;
}
.laser-cont h4 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 55px;
}
.laser-cont p {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.femilift-cont-box h4 {
    font-size: 3rem;
    line-height: 55px;
    margin-bottom: 20px;
}
 
.peels-cont p {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.plees-cont h4 {
    font-size: 3rem;
    line-height: 55px;
}
.plees-cont h5 {
    font-size: 30px;
    margin-bottom: 20px;
}

.peel-hdr h4{font-size: 30px; margin-bottom: 20px;}
.wstep-by-plees p {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8rem;
}
.che-peel h4{font-size: 30px; margin-bottom: 20px;}
.che-peel-cont p {
   font-size: 1.2rem; line-height: 1.8rem;
}
.peel-list ul li{font-size: 1.2rem;
    line-height: 1.8rem;}
    .che-peel-list ul li{font-size: 1.2rem;
    line-height: 1.8rem;}
    .che-peel-cont-new h4 {
    padding: 20px 0;
    font-size: 30px;
}
.patient-heading h3 {
    margin-bottom: 30px;
    font-size: 2rem;
}


}

@media(max-width:991px){
    
    .plees-cont h4 {
    font-size: 2.5rem;
    line-height: 55px;
}
.che-peel-list ul li{font-size: 1.3rem; line-height: 1.8rem;}
.peel-list ul li{font-size: 1.3rem; line-height: 1.8rem;}
.che-peel-cont-new p{font-size: 1.3rem; line-height: 1.8rem;}
.che-peel-cont p{font-size: 1.3rem; line-height: 1.8rem;}
.plees-cont h5 {
    font-size: 30px;
    margin-bottom: 20px;
}
.che-peel h4 {
    font-size: 30px;
    margin-bottom: 20px;
}
.peel-hdr h4{ font-size: 30px !important;
    margin-bottom: 20px;}
.wstep-by-plees p{font-size: 1.3rem; line-height: 1.8rem;}
    
.veginal-heading h3 {
    font-size: 30px;
}
.laser-cont h4 {
    margin-bottom: 20px;
    font-size: 2.5rem;
}
.laser-cont p br {
    display: none;
}
.laser-cont p {
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.laser-sec{padding:40px 0;}
.femilift-cont-box h4 {
    font-size: 2.5rem;
    line-height: 50px;
    margin-bottom: 20px;
}
.femilift-cont-box {
    padding: 45px 0px;
}
    
    .hand-feet ul li{text-align: left !important;}
    .patient-heading h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 50px;
}
    
.why-liposuction-new {
    padding: 40px 0 125px;
}
.wstep-by-plees h4 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 55px;
}
.peels-cont p {
    font-size: 1.3rem; line-height: 1.8rem;
}

    .armlift-content p{font-size: 1.3rem; line-height: 1.8rem;}
    .six-pack-cont-new h3 br{display: none;}
    .why-liposuction-new{padding:35px 0 65px;}
    .preparing-cont ul li{font-size: 1.3rem; line-height: 1.8rem;}
    .full-body-head p{font-size: 1.3rem; line-height: 1.8rem; margin-bottom: 20px;}
    .producer-heading h3{font-size: 2.5rem; margin-bottom: 20px; line-height: 50px;}
    .fce-nk-block-content p, .fce-nk-block-content ul li{font-size: 1.3rem; text-align: left; line-height: 1.8rem;}
    .fce-nk-block-content h4 br{display: none;}
    .fce-nk-block-content h4{font-size: 2.5rem; text-align: center; line-height: 50px; margin-bottom: 20px;}
    .whylipo-list ul li{font-size: 1.3rem; line-height: 1.8rem;}
    .whylipo-heading h3{font-size: 2.5rem; margin-bottom: 20px; line-height: 50px;}
    .six-pack-cont h4{font-size: 2.5rem; line-height: 50px;}
    .six-pack-cont ul li {font-size: 1.3rem;line-height: 1.8rem;}
    .six-pack-img img {width: 100%;}
    .lotus-bg-row{background-size: 60% auto;}
    .six-pack-sec{padding:40px 0;}
  .lotus-bg-row{padding:40px 0;}
  .lotus-bg-row:after{border-top: 0px solid transparent;}
  .border-md-right{border-right: 1px solid transparent;}
  .fourth-sec{background-size: cover; padding: 0}
  .surgery-heding h4 {padding:35px 0;}
  .six-pack-img-box img{left: -151px;top: -18px;}
  .six-pack-cont-new{min-height: auto; padding-top:35px;}
  .six-pack-second-sec .border-md-right {border-right: 1px solid transparent;}
    .whylipo-heading p{font-size: 1.3rem; line-height: 1.8rem;}
    .procedure-cont p{padding-top:0;}

  .vaginalnew .laser-contswraps h3 {
    font-size: 30px;
    line-height: 32px;
  }  
}
@media screen and (min-width: 992px){
.pb-md-100 {padding-bottom: 100px !important;}
.pt-md-50 {
    padding-top: 50px !important;
}

}
@media screen and (min-width: 768px){
    
.border-md-right {
    border-right: 1px solid #fff;}
    .six-pack-second-sec .border-md-right {
    border-right: 1px solid transparent;
}

}
@media(max-width:767px){
    
    .plees-cont h4 {
    font-size: 2rem;
    line-height: 40px;
}
.plees-cont h5 {
    font-size: 24px;
}
.peel-hdr h4 {
    font-size: 24px !important;
}
.che-peel-list ul li {
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.che-peel-cont-new h4{font-size: 24px;}
.che-peel-cont-new p{font-size: 1.1rem; line-height: 1.8rem;}
.wstep-by-plees p{font-size: 1.1rem;
    line-height: 1.8rem;}
    
    
.peel-list ul li {
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.che-peel-cont p{font-size: 1.1rem;
    line-height: 1.8rem;}
.che-peel h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.femilift-box {
    display: block;
}
.offset-sm-none {
    display: none;
}
.vaginal-surgery {
    width: 100%;
    background: #fff;
}
.labia-minora {
    padding: 40px 0px 40px !important;
}
    
    .peels-cont p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.wstep-by-plees h4 {
    font-size: 2rem;
    line-height: 40px;
}
.call-us h5 a {
    font-size: 24px;
}
.call-us h4 a:after {
    top: -5px;
}
.veginal-heading h3 {
    font-size: 26px;
}
.veginal-heading h3 br {
   display: none;
}
.laser-cont h4 {
    font-size: 2rem;
    line-height: 40px;
}
.femilift-cont {
    width: 100%;
}
.femilift-cont-box h4 {
    font-size: 2rem;
    line-height: 40px;
}
.laser-cont p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.why-liposuction-new {
    padding: 40px 0 80px 0;
}
    
    .patient-heading h3 {
    font-size: 1.8rem;
    line-height: 40px;
}
.patient-img-box {
    padding: 7px 0 0 0;
}
   
    .six-pack-cont { margin-top: 0px;}
    .how-long-sec{ background-size: 55% auto;}
    .during-procedure-new{padding: 40px 0 !important;}
    .six-pack-cont-new{padding-top:0;}
    .producer-wrap-section{margin-top:0;padding: 40px 0px 40px;}
    .procedure-cont p{padding-top:0;}
    .procedure-wrapcont {padding:0px 0;}
    .how-long-sec{padding-top:35px !important;}
    .why-liposuction-new {padding: 40px 0 75px 0; background-color: #fff;}
    .fce-nk-block-content h4 br{display: none;}
    .preparing-cont ul li{font-size: 1.1rem;}
    .full-body-head p{font-size: 1.1rem; text-align: left;}
    .producer-heading h3{font-size: 2rem; line-height: 40px;}
    .producer-heading h3 br{display: none;}
    .fce-nk-block-content p, .fce-nk-block-content ul li{font-size: 1.1rem; text-align: left; line-height: 1.8rem;}
    .fce-nk-block-content h4{font-size: 2rem; text-align: left; line-height: 40px;}
    .fce-nk-block-content h4 br{display: none;}
    .whylipo-list ul li{font-size: 1.1rem}
    .whylipo-heading p{font-size: 1.1rem; text-align: center;}
    .whylipo-heading h3{font-size: 2rem; text-align: center; line-height: 40px;}
    .six-pack-cont h4{font-size: 2rem; line-height: 40px; margin-bottom: 20px;}
    .six-pack-cont h4  br{display: none;}
    .six-pack-cont ul li {font-size: 1.1rem;}
    .armlift-content p, .body-surgry-content p {font-size: 1.1rem;}
    .six-pack-img img{width: 100%;}
  .six-pack-sec {padding:40px 0;}
  .lotus-bg-row{padding:40px 0;}
  .six-pack-cont-new{width: 100%; padding-left: 235px; position: relative;}
    .fiveth-sec {
    background-image: block;
    padding: 40px 0;}
}

@media(max-width:575px){
    .plees-cont h5 {
    font-size: 20px;
}
.che-peel-list ul li {
    font-size: 1rem;
    line-height: 1.8rem;
}
.che-peel-cont-new h4{font-size: 20px;}
.peel-list ul li {
    font-size: 1rem;
    line-height: 1.8rem;
}
.che-peel h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.fce-nk-block-content h4{font-size: 20px;}
.peel-hdr h4{font-size: 20px !important;}
.wstep-by-plees p{font-size: 1rem;}
    .plees-cont h4{font-size: 1.5rem; line-height: 34px;}
    .peels-cont p{margin-top:0;}
    
    .veginal-heading h3 {
    font-size: 1.5rem;
    line-height: 34px;
}
.laser-cont h4 {
    font-size: 1.5rem;
    line-height: 34px;
}
.laser-cont p {
    font-size: 1rem;
}
.femilift-cont-box h4 {
    font-size: 1.5rem;
    line-height: 34px;
}
    
    .wstep-by-plees h4 {
    font-size: 1.3rem;
}
.call-us h4 a:after {
    width: 40px;
    height: 40px;
    left: -44px;
}
.call-us h5 a {
    font-size: 18px;
}
    
    .patient-heading h3 {
    font-size: 1.3rem;
}
    
    .preparing-cont ul li{font-size: 1rem;}
    .full-body-head p{font-size: 1rem;}
    .producer-heading h3{font-size: 1.5rem;line-height: 34px;}
    .fce-nk-block-content p, .fce-nk-block-content ul li{font-size: 1rem;}
    .fce-nk-block-content h4{font-size: 1.5rem; line-height: 34px;}
    .whylipo-list ul li{font-size: 1rem}
    .whylipo-heading p{font-size: 1rem}
    .whylipo-heading h3{font-size: 1.5rem; line-height: 34px;}
    .six-pack-cont h4{font-size: 1.5rem; line-height: 34px;}
    .six-pack-cont ul li {font-size: 1rem;}
    .armlift-content p, .body-surgry-content p {
    font-size: 1rem;}
     .how-long-sec{ background-size: 55% auto;}
  .fiveth-sec{background-image: none;}
  .six-pack-cont-new{width: auto; padding-left: 0px; position: relative; margin:0 auto; display: table;}
  .zo-skeen-sec:before{
    display: none;
  }
  .zo-skeen-sec .firstlist.whylipo-list ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .zo-skeen-sec .whylipo-list ul li:last-child{
    margin-bottom: 0px;
  }
  .zo-skeen-sec {
    margin-bottom: 0px;
  }

}
@media(max-width:375px){
    .how-long-sec{ background-size: 90% auto;}
    

}
pintu css end*/
.newmons-sec {
  background-color: #fff5f0;
  padding: 50px 0px;
}
.labia-minora h4{
  font-size: 4rem;
  color: #85553d;
  margin-bottom: 30px;
  line-height: 63px;
  font-weight: bold;
  font-family: 'aileronblack';
}
.bordersix{
  border-right: 1px solid #855424;
}
.newbotset.treated-cont-wrap h3 {
  margin-bottom: 20px;
  text-align: center;
  font-family: "GillSans";
  font-size: 2.5rem;
  color: #cdaa68;
  font-weight: 500;
}
.newlistbody.firstlist.whylipo-list ul {
  display: block;
  margin: 0 0;
}
.newlistbody.firstlist.whylipo-list ul li {
  width: auto;
}
.newlistbody.firstlist.whylipo-list ul li:last-child{
  margin-bottom: 0px;
}
.newbody-sect.why-liposuction-new {
  padding: 50px 0px 80px;
}
.newbodylift.six-pack-sec {
  padding: 50px 0px;
}

.appointmentform h3{
  margin-bottom: 25px;
  color: #385151;
  font-size: 25px;
  font-weight: 600;
  font-family: "GillSansBold";
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
}
.appointmentform p{
  margin-bottom: 0px;
}
.appointmentform br{
  display: none;
}
.appointmentform p .form-group{
  display: block;
  line-height: 40px;
}
.appointmentform input{
  width: 100%;
}
.appointmentform textarea{
  height: 80px;
  resize: none;
  margin-top: 18px;
  width: 100%;
}
.appointmentform input[type=submit] {
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  padding: 11px 25px;
  background: #86611f;
  font-weight: normal;
}
.appointmentform input[type=submit]:hover {
  background: #654917;
}
.appointmentform .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 20px;
}
.appointmentform .wpcf7 form .wpcf7-response-output {
  font-size: 13px;
}
.newslatter-block form label {
  display: none;
}
.deskform.appointmentform {
  padding: 35px 10px 10px 10px;
}
.deskdetail.contact-content {
  padding: 30px 0 0px;
}
/*thank you page css start*/
.thankyouwrap{
  padding: 70px 0px;
  position: relative;
}
.thankyoucont h1{
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #85553d;
  line-height: 38px;
}
.thankyoucont img{
  border-radius: 50%;
  width: 250px;
  height: 245px;
  border: 1px solid #d4d4d4;
  margin: 30px auto 0px;
  display: block;
}
/*thank you page css end*/
@media (max-width: 1199px){
  .six-pack-sec h4, .vaginal-new .whylipo-heading h3,
   .vaginallaser .laser-cont h4, .labia-minora h4{
    font-size: 3rem;
    line-height: 55px;
  }
  .six-pack-cont ul li, .vaginal-new .whylipo-list ul li,
   .vaginallaser  .laser-cont p, .lebia-menora ul li{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .veginal-heading h3{
    font-size: 30px;
  }
  .vaginalnew .laser-contswraps h3 {
    font-size: 30px;
    line-height: 33px;
  }
  .six-pack-cont h4 {
    font-size: 3rem;
    line-height: 55px;
  }
  .six-pack-cont ul li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .six-pack-cont h4, .wstep-by-plees h4 {
    font-size: 3rem;
    line-height: 55px;
  }
  .six-pack-cont ul li, .peels-cont.skeen p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .call-us h5 a {
    font-size: 30px;
  }
  .plees-cont h5, .newsecond .wstep-by-plees h4, .che-peel h4,
   .che-peel h4, .che-peel-new h4, .che-peel-cont-new h4 {
    font-size: 30px;
    line-height: 41px;
  }
  .che-peel-list ul li, .che-peel-cont p, .peel-list ul li, 
   .wstep-by-plees p, .che-peel-cont-new p{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .che-peel p {
    font-size: 1.3rem;
  }
  .chemicalpeel{
    margin-bottom: 30px;
  }
  .newbotset.treated-cont-wrap h3 {
    font-size: 2rem;
  }
  .fullbody-monisha .fce-nk-block-content h4, .duringnew-sect .fce-nk-block-content h4, 
   .producer-heading h3, .howslong-sect .fce-nk-block-content h4,
    .producer-wrap-section .producer-heading h3{
    font-size: 3rem;
    line-height: 55px;
  }
  .fullbody-monisha .fce-nk-block-content p, .full-body-head p,
   .duringnew-sect .procedure-wrapcont ul li, .preparing-cont ul li,
    .howslong-sect .fce-nk-block-content p{
    font-size: 1.2rem;
    line-height: 1.8rem;
  } 

  .procedure-wrapcont.hand-feet ul li, .procedure-wrapcont.lebia-menora ul li, 
  .newbody-procedure.procedure-wrapcont ul li{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .appointmentform h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  
}
@media (max-width: 991px){
  .six-pack-sec h4, .vaginal-new .whylipo-heading h3,
   .vaginallaser .laser-cont h4, .labia-minora h4{
    font-size: 2.5rem;
    line-height: 50px;
  }
  .six-pack-cont ul li, .vaginal-new .whylipo-list ul li,
   .vaginallaser  .laser-cont p, .lebia-menora ul li{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .veginal-heading h3{
    font-size: 24px;
  }
  .vaginalnew .laser-contswraps h3 {
    font-size: 30px;
    line-height: 33px;
  }
  .why-liposuction-new.vaginal-new {
    background: #bb8b5c;
    padding: 50px 0px;
  }
  .six-pack-cont h4 {
    font-size: 2.5rem;
    line-height: 50px;
  }
  .six-pack-cont ul li {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .six-pack-cont h4, .wstep-by-plees h4 {
    font-size: 2.5rem;
    line-height: 50px;
  }
  .six-pack-cont ul li, .peels-cont.skeen p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .info-sec {
    padding: 50px 0px 110px;
  }
  .bordersix{
    border-right: none;
  }
  .che-peel-list ul li, .che-peel-cont p, .peel-list ul li, 
   .wstep-by-plees p, .che-peel-cont-new p{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .fullbody-monisha .fce-nk-block-content h4, .duringnew-sect .fce-nk-block-content h4, 
   .producer-heading h3, .howslong-sect .fce-nk-block-content h4, 
   .producer-wrap-section .producer-heading h3{
    font-size: 2.5rem;
    line-height: 50px;
  }
  .fullbody-monisha .fce-nk-block-content p, .full-body-head p,
   .duringnew-sect .procedure-wrapcont ul li, .preparing-cont ul li,
    .howslong-sect .fce-nk-block-content p{
    font-size: 1.3rem;
    line-height: 1.8rem;
  } 
  .procedure-wrapcont.hand-feet ul li, .procedure-wrapcont.lebia-menora ul li, 
  .newbody-procedure.procedure-wrapcont ul li{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .che-peel-list ul li:before {
    top: 5px;
    width: 20px;
    height: 21px;
  }
}
@media (max-width: 767px){
  .six-pack-sec h4, .vaginal-new .whylipo-heading h3,
   .vaginallaser .laser-cont h4, .labia-minora h4{
    font-size: 2rem;
    line-height: 40px;
  }
  .six-pack-cont ul li, .vaginal-new .whylipo-list ul li,
   .vaginallaser  .laser-cont p, .lebia-menora ul li{
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .image-filter-section.labia-minora {
    padding: 50px 0px;
  }
  .vaginal-new .whylipo-list ul li:last-child{
    margin-bottom: 0px;
  }
  .vaginal-tightening-new.image-filter-section {
    padding: 50px 0px;
  }
  .vaginalnew .laser-contsright {
    padding-left: 0px;
  }
  .six-pack-cont h4 {
    font-size: 2rem;
    line-height: 40px;
  }
  .six-pack-cont ul li {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .six-pack-cont h4, .wstep-by-plees h4 {
    font-size: 2rem;
    line-height: 40px;
  }
  .six-pack-cont ul li, .peels-cont.skeen p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .handimgs {
    margin-bottom: 20px;
  }
  .hand-feet-sec .six-pack-cont {
    margin-top: 0px;
  }
  .hand-feet-sec .six-pack-img, .hand-feet {
    margin-top: 30px;
  }
  .new-imgveg{
    margin-top: 30px;
  }
  .skinnewimg{
    margin-top: 30px;
  }
  .che-peel-list ul li, .che-peel-cont p, .peel-list ul li, 
   .wstep-by-plees p, .che-peel-cont-new p{
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .newbotset.treated-cont-wrap h3 {
    font-size: 1.8rem;
  }
  .fullbody-monisha .fce-nk-block-content h4, .duringnew-sect .fce-nk-block-content h4, 
   .producer-heading h3, .howslong-sect .fce-nk-block-content h4, 
   .producer-wrap-section .producer-heading h3{
    font-size: 2rem;
    line-height: 40px;
  }
  .fullbody-monisha .fce-nk-block-content p, .full-body-head p,
   .duringnew-sect .procedure-wrapcont ul li, .preparing-cont ul li,
    .howslong-sect .fce-nk-block-content p{
    font-size: 1.1rem;
  } 
  .procedure-wrapcont.hand-feet ul li, .procedure-wrapcont.lebia-menora ul li, 
  .newbody-procedure.procedure-wrapcont ul li{
    font-size: 1.1rem;
  }
  .get-ready-section {
    margin-bottom: 20px;
  }

}
@media (max-width: 575px){
  .six-pack-sec h4, .vaginal-new .whylipo-heading h3,
   .vaginallaser .laser-cont h4, .labia-minora h4{
    font-size: 1.5rem;
    line-height: 34px;
  }
  .six-pack-cont ul li, .vaginal-new .whylipo-list ul li,
   .vaginallaser  .laser-cont p, .lebia-menora ul li{
    font-size: 1rem;
  }
  .veginal-heading h3 {
    font-size: 20px;
  }
  .vaginalnew .laser-contswraps h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .six-pack-cont h4 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  .six-pack-cont ul li {
    font-size: 1rem;
  }
  .zo-skeen-sec {
    margin-bottom: 0px;
  }
  .zo-skeen-sec:before{
    display: none;
  }
  .six-pack-cont h4, .wstep-by-plees h4 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  .six-pack-cont ul li, .peels-cont.skeen p {
    font-size: 1rem;
  }
  .hand-feet ul li, .lebia-menora ul li{
    font-size: 1rem;
  }
  .che-peel-list ul li, .che-peel-cont p, .peel-list ul li, 
   .wstep-by-plees p, .che-peel-cont-new p{
    font-size: 1rem;
  }
  .plees-cont h5, .newsecond .wstep-by-plees h4,
   .che-peel h4, .che-peel h4, .che-peel-new h4,
    .che-peel-cont-new h4 {
    font-size: 22px;
    line-height: 29px;
  }
  .chemical-peels-sec.why-liposuction-new{
    background: #bb8b5c;
    padding: 50px 0px;
  }
  .fivepointwrap{
    padding: 50px 0px;
  }
  .che-peel p {
    font-size: 1.1rem;
  }
  .newbotset.treated-cont-wrap h3 {
    font-size: 1.5rem;
  }
  .fullbody-monisha .fce-nk-block-content h4, .duringnew-sect .fce-nk-block-content h4, 
   .producer-heading h3, .howslong-sect .fce-nk-block-content h4, 
   .producer-wrap-section .producer-heading h3{
    font-size: 1.5rem;
    line-height: 34px;
  }
  .fullbody-monisha .fce-nk-block-content p, .full-body-head p,
   .duringnew-sect .procedure-wrapcont ul li, .preparing-cont ul li,
    .howslong-sect .fce-nk-block-content p{
    font-size: 1rem;
  } 
  .body-fulimg{
    margin-top: 30px;
    text-align: center;
  }
  .body-img-box {
    text-align: center;
  }
  .body-img-box img {
    width: 100%;
    margin-bottom: 30px;
  }
  .newbody-sect.why-liposuction-new, .fullbody-monisha.image-filter-section,
   .duringnew-sect.image-filter-section.during-procedure-new, 
   .howslong-sect.image-filter-section.how-long-sec {
    padding: 50px 0px 50px;
  }
  .procedure-wrapcont.hand-feet ul li, .procedure-wrapcont.lebia-menora ul li, 
  .newbody-procedure.procedure-wrapcont ul li{
    font-size: 1rem;
  }
  .trated-img img{
    width: 100%;
  }
  .video-section {
    padding: 30px 0px;
  }
  .thankyoucont h1{
    font-size: 26px;
    line-height: 34px;
  }
  .thankyoucont img {
    width: 150px;
    height: 145px;
  }
}

/* Sticky Buttons Container */
.sticky-buttons {
    position: fixed;
    right: 20px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.sticky-buttons.show {
    opacity: 1;
    visibility: visible;
}

/* Common button styles */
.sticky-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
	padding: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.sticky-buttons a:hover {
    transform: scale(1.1);
}

/* Appointment Button */
.sticky-buttons .appointment-btn {
    background: #911f3f; /* Blue */
}

/* WhatsApp Button */
.sticky-buttons .whatsapp-btn {
    background: #25D366; /* WhatsApp green */
}

.sectionpadding{
  padding: 50px 0;
}

.imgborder{
  border-radius: 15px;;
}

.treatments{

}

.treatments ul li{
   list-style: none;
   line-height: 35px;
}
.treatments ul li a{  
   color: #000;
   border-bottom: 1px dashed #000;
   display: block;
}


/* Grid Gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 0 20px #000;
}

.lightbox .close {
    position: absolute;
    top: 20px; right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.liposuction-content h3{
  color: #FFF;
  text-align: center;
}

.liposuction-content img{
  border-radius: 20px;
  margin: 0 0 20px 0;
}

.aftercare-img{

}

.aftercare-img img{
  border-radius: 20px;
  margin: 20px 0 0 0;
}

.btn-primary{
  background: #565656;
  border: 2px solid #cdba8a;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
}

#menu-primary li a.active {
    color: #cdba8a;
}

.faqaccordion{

}

.faqaccordion .btn-link{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}

.faqaccordion .btn-link:hover button:focus {
  background: #fff !important;
}

.video-content h4{
    color: #cdba8a;
}

.section-bg-row{position: relative;overflow: hidden;background-size: 60% auto;z-index: 1; }
.section-bg-row h3{ color: #cdba8a; font-size: 45px; font-weight: bold;}
@media (max-width: 767px) {
  .section-bg-row h3 {
    font-size: 25px;
  }
}

.section-bg-primary{
  background: #585858;
  padding: 50px 0px;
}
.section-bg-secondary {
  background: #cdba8a;
  padding: 50px 0px;
}
.section-bg-row .blackcolor{ color: #000; font-size: 16px;}
.section-bg-row .whitecolor{ color: #fff; font-size: 16px;}

.causes-section {
  padding: 50px 0px 50px;
  position: relative;
  background: #fff;
}
.causes-section h3 {
  color: #cdba8a;
  font-size: 45px;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 30px;
  line-height: 63px;
}
@media (max-width: 767px) {
  .causes-section h3 {
    font-size: 25px;
    text-align: center;
  }
}
.causes-section h4 {
  font-size: 20px;
  font-weight: bold;
}
.causes-section ul{
  padding-left: 15px;
}
.causes-section ul li {
  font-size: 16px;
  line-height: 2rem;
  color: #585858;
  text-indent: 2px;
  list-style: disc;
}
.aftercare-heading-new h3 {
  color: #585858;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 63px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
}

@media (max-width: 767px) {
  .aftercare-heading-new h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

.tummy-cont-new p {
  text-align: center;
  font-size: 16px;
  color: #545454;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0;
}

.video-section-new {
  padding: 50px 0px;
  background: #FFF;
}

.beautyheading-new h3 {
  color: #cdba8a;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .beautyheading-new h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

.get-ready-section-new {
  margin-bottom: 50px;
  border-top: 1px solid #cdba8a;
  background:  #cdba8a;
}

.appointmentform-new h3 {
  margin-bottom: 25px;
  color: #585858;
  font-size: 25px;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 28px;
}

.serviced{
  padding: 30px 0;
}
.serviced img{
  border-radius: 20px;
}

/*===========================================*/





  .popup-box{
        display: flex;
    }

  .form-box {
    background: #fdf0f8;
    padding: 30px 25px;
    text-align: center;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .form-box p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .form-box h2 {
    margin: 0;
    font-size: 18px;
    color: #49256d;
    font-weight: 900 !important;
    margin-bottom: 20px;
    line-height: 30px;
  }


  .phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .country-code {
    background: #eee;
    padding: 10px 12px;
    font-size: 15px;
    border-right: 1px solid #ccc;
  }

  input[type="number"] {
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    font-size: 16px;
  }

  .book-btn {
    color: white;
    border: none;
    padding: 12px 0;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    animation: blink-bg 1s infinite alternate;
  }

  @keyframes blink-bg {
    0% { background-color: #000; }
    50% { background-color: #49256d; }
    100% { background-color: #000; }
  }

  .social-icons {
    margin-top: 20px;
  }

  .social-icons a {
    text-decoration: none;
    color: #555;
    font-size: 22px;
    margin: 0 10px;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #007BFF;
  }
  
  
    select {
    border: none;
    outline: none;
    background: #eee;
    padding: 10px;
    font-size: 15px;
    border-right: 1px solid #ccc;
  }

/* ===========================
   Responsive Design
   =========================== */
    @media (max-width: 768px) {
    
      .popup-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
    
      .form-box {
        width: 100%;
        padding: 20px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.15);
      }
    
      .form-box h2 {
        font-size: 18px;
      }
    
      .form-box p {
        font-size: 13px;
        margin-bottom: 15px;
      }
    
      .phone-input {
        flex-direction: row;
      }
    
      select {
        font-size: 14px;
        padding: 8px;
        width: 30%;
      }
    
      input[type="number"] {
        font-size: 14px;
        padding: 8px;
      }
    
      .book-btn {
        font-size: 15px;
        padding: 10px 0;
      }
    
      .social-icons {
        margin-top: 15px;
      }
    
      .social-icons a {
        font-size: 20px;
        margin: 0 8px;
      }
    
      /* Optional: Adjust popup itself */
      .popup {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
      .close-icon {
        top: 10px;
        right: 15px;
        font-size: 26px;
      }
    }
    
    @media (max-width: 480px) {
      .form-box h2 {
        font-size: 16px;
      }
    
      .form-box p {
        font-size: 12px;
      }
    
      select {
        width: 35%;
      }
    
      input[type="number"] {
        font-size: 13px;
      }
    
      .book-btn {
        font-size: 14px;
      }
    }



/* Overlay background */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Styling for popups */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 1000;
  text-align: center;
  border-radius: 10px;
  width: 750px;
}

.popup img { width:500px;}
@media (max-width:991px) {
  .popup{
    width: 330px;
  }
}

.popup img {
  max-width: 100%;
  height: 100%;
}

/* Close icon */
.close-icon {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 24px;
  font-weight: bolder;
  cursor: pointer;
  color: #000;
}

.close-icon:hover {
  color: #9c7440;
}

.precautions-for-hair-before-after .col-box{
  border: 1px solid #9c7440;
  padding: 20px;
  border-radius: 30px;
  height: 100%;
}

.cta-strap-content{
  background-color: #9c7440;
}

.cta-strap-content p{
  color: #fff;
}

.cta-strap-content button{
  background-color: #fff;
  padding: 10px;
  border-radius: 30px;
}

.cta-strap-content button a{
  color: #9c7440;
}

.best-advance-anti-ageing .col-box{
  border: 1px solid #9c7440;
  padding: 20px;
  height: 100%;
  border-radius: 30px;
}

