img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
body{
        font-size: 1.03rem !important;
     font-family: "Lora", serif !important;
     line-height: 1.5 !important;
}
body, html, section{
    overflow-x:hidden;
}

a {
    text-decoration: none !important;
}
.white{
    color:#fff !important;
}

/*header*/

.header-mains{
    position:relative;
}
.top-headersd{
    position:relative;
    /*padding: 0.5rem 0;*/
    background:#fff;
}
.top-header-calls{
    font-size:1.0rem;
    display: flex;
    align-items: center;
}
.top-header-calls i{
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 0.5rem;
    height: 40px;
    width: 40px;
    background: #084532;
    color: #fff;
    line-height: 44px;
    border-radius: 10px 0 10px 10px;
    text-align: center;
}
.top-header-calls a{
    font-size:1.05rem;
    color:#084432;
    font-weight:600;
}
.top-header-log{
    display: block;
    max-width: 220px;
    margin: 0 auto -55px;
}
.top-header-log{
    word-break: break-word;
    position: relative;
    z-index: 9999;
    text-align: center;
    padding: 7px;
    border-top: 2px solid #084532;
    background-color: #f4f1ec;
   
}
.top-header-log img{
    /*height:80px;*/
}
.bottoms-headers{
    
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1002;
    background:#f4f1ec;
    /*height: 100px;*/
}
.bottes-header ul{
    transition:1s;
    display:flex;
    /*justify-content:flex-end;*/
    padding-top: 1.7rem;
    padding-bottom: 1rem;
    padding-left: 0;
    margin-bottom:0;
}
.our-faq-sec:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    background:#fff;
    height:95%;
    width:67%;
}
@media (min-width: 768px){
.imagebox {
    z-index:2;
    border: 5px solid #fff;
    border-right: 0;
    position:relative;
    margin-top: 2rem;
}
}
@media (min-width: 320px)
{
.imagebox {
    border: 5px solid #fff;
}
}
@media (min-width: 992px){
.imagebox img {
    margin: -60px 0 60px 60px;
}
}


.imagebox img {
    width:auto;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.bottes-header ul li{
    list-style:none;
    margin-right: 1rem;
    position:relative;
}
.bottes-header ul li a.active{
    position: relative;
    font-size:1rem;
    line-height: 1;
    font-weight: 700;
    color: #074532;
   padding: 0.2rem 1rem 0.3rem;
    border-radius: 10px;
    margin: 0 0.5rem;
    /*margin-bottom: 0.7rem;*/
    background-color: rgb(10 185 156 / 21%);
   
    border-radius: 10px;
}
.bottes-header ul li+li:before {     
    content: "~";
    position: absolute;
    top: -2px;
    left: -9px;
    display: inline-block;
    font-family: playfair display, serif;
    font-size: 22px;
    color: #084532;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .8;
}
.bottes-header ul li a{
    padding-left: 13px;
    padding-right: 13px;
    color: #084532;
    font-size:1.1rem;
    text-transform: capitalize;
    font-weight: 600;
}

/*.bottes-header ul li a.active{*/
/*    color:#000;*/
/*}*/

.loca-headersd{
    padding-top:1rem;
    position:relative;
    display:flex;
}
.loca-header-cont{
    font-size:1.2rem;
    margin-right: 1.2rem;
    color:#084532;
    font-weight: 600;
}
.loca-header-cont i{
    margin-right:0.5rem;
}
.local-head-r-ight{
  
    display:flex;
   
}
.bote-top-header{
    align-items: center;
    display:flex;
    justify-content:space-between;
}
.bote-top-header p{
   margin-bottom: 0;
    font-size: 1.1rem;
    padding-top: 1rem;
    color: #084532;
    font-weight: 600;
}
.main-sec-heads{
    display:flex;
}
.book-appoints .th-btn{
    padding: 15px 30px;
    border-radius: 10px;
}
.bottoms-headers.sticky{
    position:fixed;
    top:0;
    left:0;
    transition:1s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bottoms-headers.sticky .bote-top-header{
    display:none;
}
.bottoms-headers.sticky .bottes-header ul{
    justify-content: flex-start;
}
.submenu{
   position: absolute;
    width: 200px;
    background-color: #255c4a !important;
    display:grid !important;
    color: #fff;
    padding: 0.5rem !important;
    transform: scaleY(0);
    transform-origin: top;
    opacity:0;
    visibility:hidden;
   top: 35px;
   
    transition:0.2s ease;
}
.dropdoendinner{
    position:relative;
}
.dropdoendinner:hover .submenu.main-sibd-df{
    opacity:1 !important;
    visibility:visible !important;
}

.submenu.main-sibd-df{
    width: 230px;
    opacity:0 !important;
    visibility:hidden !important;
    transform: translateY(-40px) translateX(200px) !important;
}
.bottes-header ul li.dropdoend:hover .submenu{
    opacity:1;
    visibility:visible;
    transform: scale(1);
}
.submenu li a {
 color: #fff !important;
    position: relative;
    font-size: 1rem !important;
    transition: 1s;
    display: inline-block;
    padding: 0.25rem 0.5rem !important;
 
padding-left: 0.5rem !important;
}
 .submenu li:hover a{
     padding-left: 1.3rem !important;
 }
.submenu.dropdown-menu li:hover a:before{
    opacity:1;
    left:0;
}
.submenu li a:before {
    content: "";
    position: absolute;
    left: 8px;
    width: 13px;
    height: 2px;
    top: 16px;
    opacity:0;
    transition:1s;
    background: #fff;
}
.submenu.main-sibd-df a:before{
     content: "";
    position: absolute;
    left: 8px;
    width: 13px;
    height: 2px;
    top: 16px;
    opacity:0 !important;
    transition:1s;
    background: #fff;
}
.submenu.main-sibd-df li:hover a:before{
    opacity: 1 !important;
    left: 0;
}


/**/
 .section-title-small {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 700;
    color: #074532;
    margin-top: 0;
    margin-bottom: 0.7rem;
    /*text-transform: capitalize;*/
    text-transform: uppercase;
    background-color: rgb(10 185 156 / 21%);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    
}
.main-section-title:before{
   /*content: "";*/
    position: absolute;
    height: 55px;
    width: 250px;
    /* top: 0; */
    left: 0%;
    margin: 0 auto;
    background-image: url(../our-images/reff/best-aesthetics-coimbatore.svg);
    bottom: -55px;
}
.main-section-title.text-center:before{
    left:39.9% !important;
}
.main-section-title.text-white:before{
    filter:brightness(0)invert(1);
}
.main-section-title .section-title-small:before{
    content:"";
    position:absolute;
    bottom:0;
    height:10px;
    width:100%;
    background-image:url('../our-images/reff/rust-separator.png');
}
.main-section-title{
    position:relative;
}
.section-title-big {
    position: relative;
    line-height: 1.4;
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 2rem;
}
.home-pg-contact-form  .main-section-title:before{
    display:none;
}

/*banner*/
.main-sec-banner{
    position: relative;
    height: 750px;
    background-image: url(../our-images/home/best-aesthetics-clinic-coimbatore.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    align-items: center;
    background-position:center
}
@media (min-width:1800px){
    .main-sec-banner{
        height:700px !important;
    }
}
.main-sec-bannned{
    position:relative;
}
.main-sec-bannned span{
    font-size: 1.5rem;
    /* font-family: serif; */
    font-weight: 600;
    color: #074633;
    text-transform: uppercase;
    border-bottom: 2px dotted #084532;
    margin-bottom: 1.2rem;
    display: inline-block;
    padding-bottom: 0.3rem;
}
.main-sec-bannned .banner-titled{
    font-size:3rem;
    margin-bottom: 1rem;
    line-height:1.3;
}
.main-sec-bannned p{
    font-size:1.1rem;
    margin-bottom:2rem;
}

/*our-servuice-section*/

.our-servuice-section {
    overflow:hidden;
    position: relative;
    padding: 4rem 0;
}

.service-outer-box .service-inner-box {
    border: 1px solid rgba(30, 30, 30, 0.2);
    padding: 20px 10px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    margin-top: 2rem;
}

.our-servuice-section .servuice-bg-image-four {
    position: absolute;
    margin-top: 0px;
    padding-top: 231px;
    z-index: -1;
    background-image: url(../our-images/background/our-service-background.webp);
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.our-servuice-section .sservice-bg-leaf {
    /*background-image: url(../our-images/background/leaf3.webp);*/
    position: absolute;
    width: 342px;
    height: 346px;
    top: 0;
    right: 0;
    pointer-events: none;
}

.our-servuice-section .sservice-bg-2 {
    background-image: url(../our-images/background/bes-treatments-listing-tune-bg.webp);
    position: absolute;
    width: 354px;
    height: 427px;
    left: 0;
    bottom: 233px;
    pointer-events: none;
}

.sservice-bg-leaf{
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}
.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.service-inner-box:hover .service-box-hover .service-paragre-box .service-title a{
    position:relative;
    color:#fff !important;
}
.service-inner-box:hover .service-box-hover .service-paragre-box .servicert-text{
    position:relative;
    color:#fff;
}
.service-inner-box:before {
    content:"";
    position: absolute;
     background-image: url(../our-images/background/our-serviece-iner-bg.webp);
    top: 0;
    right: 0;
    left: auto;
    width: 303px;
    height: 140px;
    z-index: -1;
}

.service-outer-box .service-inner-box .service-imghdes img {
    width: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-outer-box .service-inner-box:hover .service-imghdes img {
    opacity: 1;
}
/*.service-outer-box{*/
/*        position: relative;*/
/*    padding: 3rem 0;*/
/*}*/
.service-box-hover {
    position: relative;
   
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    display: flex;
   
    -ms-flex-direction: column;
    flex-direction: column;
   
    align-items: center;
    overflow: hidden;
   
    justify-content: space-between;
    /*z-index: 1;*/
}
.service-outer-box{
    position:relative;
}
.service-outer-box:hover .service-paragre-box .serv-read-more{
    background:#fff;
    transform:rotate(360deg)translateY(19px);
    color:#084532;
}
.service-box-hover:before {
      position: absolute;
    content: "";
    background-color: rgb(8 69 50 / 76%);
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    /*z-index: -1;*/
    opacity: 0;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.service-inner-box:hover .service-box-hover:before {
    height: 100%;
    opacity: 1;
}

.service-paragre-box {
   
    height: 100%;
  
    text-align: center;
    position: relative;
    padding: 0px 0px 0;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


.our-servuice-section .service-inner-box:hover .service-box-hover .service-paragre-box .service-ico {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: translateY(-28px) rotateY(180deg) !important;
       transform: translateY(10px) rotateY(180deg) !important;
}

.service-box-hover .service-paragre-box .service-ico {
    position:relative;
    color: #c2a74e;
    font-size: 65px;
    font-weight: 500;
    display: block;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-box-hover .service-paragre-box .service-ico img{
    filter: invert(17%) sepia(70%) saturate(933%) hue-rotate(122deg) brightness(90%) contrast(94%);
}
.service-box-hover .service-paragre-box .service-title {
    position:relative;
  font-size: 1.3rem;
    margin-top: 19px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
 
}
.service-title a{
      color: #000 !important;
        text-decoration: none;
}

.service-box-hover .service-paragre-box .servicert-text{
    position:relative;
    margin: 0 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    
}


.service-box-hover .service-paragre-box .serv-read-more {
    background-color: #084532;
    color: #fff;
    font-size: 21px;
    height: 37.5px;
    width: 37.5px;
    line-height: 43px;
    display:inline-block;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    -webkit-transform: translateY(19px);
    transform: translateY(19px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.our-servuice-section .service-inner-box .service-box-hover .sryvice-image-box {
    position:relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
        z-index: -1;
    opacity: 1;
}
.our-servuice-section .service-inner-box .service-box-hover .sryvice-image-box img{
    height:200px;
    object-fit:cover
}

/*about-section*/
.our-about-section{
     position:relative;
     padding:4rem 0;
     background-attachment: fixed;
     background-image:url(../our-images/background/our-best-treatments-background.webp);
}

.pare-sec-text{
    position:relative;
    max-width: 65%;
    display: block;
        margin: auto;
    font-size: 1.1rem;
    line-height: 2rem;
}

.section-comn-btn {
     position:relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}
.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}
.about-shape-mockup {
     position: absolute; 
    z-index: -1;
        top: 0%;
    left: 0%;
}
.about-counter-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.abuyt-th-counterup {
    border-radius: 10px;
    position:relative;
    overflow:hidden;
    background-color: #f4f1ec;
    /*padding: 0 16px 30px 16px;*/
        /*padding: 16px 16px 40px 16px;*/
    text-align: center;
}
.abuyt-th-counterup:hover{
    background:#084532
}
.abuyt-th-counterup:hover .count-title,.abuyt-th-counterup:hover  .counter{
    color:#fff;
}
.abuyt-th-counterup .about-inner {
    display: block;
    
    justify-content: flex-start;
    gap: 15px;
}
.coiun-plius{
    font-size:1.5rem;
    margin-left:0.3rem;
}
.abuyt-th-counterup:hover .coiun-plius{
    color:#fff;
}
.about-inner{
        display: block;
}
.count-title{
        margin-top: 0;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 20px;
    color: #084532;
    font-weight: 600;
}
.counter{
    font-size: 1.75rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.about-section-img{
    text-align:center;
}
.about-inner .keynuhg-icon{
   background-color: #084532;
    width: 100px;
    height: 100px;
    line-height: 110px;
    text-align: center;
    margin: 0 auto -20px auto;
    transform: translateY(-30px);
    /* margin-top: -30px; */
    border-radius: 50%;
    /* margin-top: -4px; */
    overflow: hidden;
    /*transition:1s;*/
}
.about-inner:hover .keynuhg-icon{
    background:#fff;
}
.about-inner:hover .keynuhg-icon img{
    filter:brightness();
}
.about-inner .keynuhg-icon img{
    filter:brightness(0)invert(1);
}
.keyu-counter{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.th-btn {
    position: relative;
     font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 30px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #084532;
    color: #fff;
    border:1px solid #084532;
 
}
.th-btn:before {
    -webkit-transform: scaleY(0);
    /*-ms-transform: scaleY(0);*/
    transform: scaleY(0);
}

.th-btn:before, .th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  
    width: 100%;
    background-color: #f4f1ec;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
}
.th-btn:hover:before, .th-btn:hover:after{
   
    border-radius: 0;
    transform: scale(1);
}
 .th-btn:after {
    transform: scaleX(0);
}
.th-btn:hover, .th-btn.active {
    color: #084532;
}

.th-btn.th-btn-tur {
    background-color: transparent;
    color: #084532;
    border: 1px solid #084532;
    padding: 20px 40px;
    box-shadow: none;
}
.th-btn.th-btn-tur:before, .th-btn.th-btn-tur:after{
    background-color:#084532;
}
.th-btn.th-btn-tur:hover{
    color:#fff;
}
.home-why-choose{
    position:relative;
    padding:4rem 0 5rem;
    overflow: hidden;
    border-top: 5px solid #084532;
    background: #d1e7dd24;
}

.why-choose-category {
    position: relative;
    padding-top: 40px;
    margin-top: 25px;
    transition: all linear .1s;
  
}
.why-choose-category:hover span img{
    filter: brightness(0) invert(1);
}

.why-choose-category span {
    display: inline-block;
    width: 100px;
    height: 100px;
    /*background: #faa392;*/
   background: #f4f1ec;
    border-radius: 50%;
    padding: 20px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 34%;
    
    z-index: 1;
    transition: all linear 1s;
  
   
}

.why-choose-category span img{
    filter: invert(17%) sepia(70%) saturate(933%) hue-rotate(122deg) brightness(90%) contrast(94%);
}
.why-choose-category:hover span {

    background: #000;
}
.why-choose-category:hover .why-choose-category-text {
    background: transparent;
}
.why-choose-category-text {
     /*background-image: url(../our-images/background/why-uscategory.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 290px;
    height: 340px;
    padding: 0px 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: all linear .3s;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: all linear .3s;
  
}

.why-choose-category-text h4 {
    position:relative;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
   
}

.why-choose-category-text p {
    text-align: center;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
     color: #fff;
   
}

.why-choose-category-text::after {
    position: absolute;
    content: "";
    /*background: url(../our-images/background/why-choose-pink.png);*/
    background: #084532;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 97%;
    height: 100%;
    top: 0;
    left: 0;
    /*opacity: 0;*/
    z-index: -1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
 
}

.why-choose-category:hover .why-choose-category-text{
    color:#fff;
}

.why-choose-category:hover .why-choose-category-text h4{
    color:#fff;
}

.why-choose-angle {
    position: absolute;
    left: 0;
    top: 5%;
    transform: translateX(-70%);
    z-index: -2;
}
.why-choose-ellipse {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -35%);
        z-index: -2;
}
.why-choose-ellipse img {
     filter: invert(20%) sepia(13%) saturate(2594%) hue-rotate(111deg) brightness(94%) contrast(94%);
}
.why-choose-angle img {
    animation: down-up 10s infinite linear;
 filter: invert(89%) sepia(2%) saturate(3161%) hue-rotate(308deg) brightness(103%) contrast(97%);
}

/*our-testimonal-sart*/
.our-testimonal-review{
    position:relative;
    padding: 5rem 0;
	background: rgb(2,0,36);
    background: linear-gradient(148deg, rgb(27 30 29) 0%, rgb(7 68 50) 100%);
	width: 100%;
}

.testimonal-review-item{
    position:relative;
	border: 2px solid rgba(255, 255, 255, 0.2);
	padding: 30px 25px;
	border-radius: 8px;
	box-shadow: 0 6px 26px rgba(0,0,0,0.04);
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	height:450px;
	/*margin-right: 2rem;*/
}
.testimonial-swiper{
    margin-top:5.5rem;
}
.testimonal-review-item p{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  font-size:1rem;
}
.testimonal-review-item h4{
    position: relative;
    margin-top: 20px;
    font-size: 24px;
    /*color: #000;*/
	color: #fff;
}

.testimonal-review-item .rating-number {
    position: absolute;
    content: "";
   border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	transform: rotate(50deg);
	width: 37px;
	height: 37px;
	line-height: 36px;
	background: #074432;
	color: #fff;
	border: 3px solid #fff;
	top: 91px;
	right: -8px;
}
.testimonal-review-item i{
	color: #FFA113;
}
.reviwr-image {
    position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100px;
	height: 100px;
	transform: rotate(-45deg);
	border-radius: 12px;
	border: 2px solid #ddd;

}
.reviwr-image img{
	border-radius: 12px;
	transform: rotate(45deg);
}
.owl-carousel {
    /*display: none;*/
    width: 100%;
    z-index: 1;
    display: flex !important;
}


/*.review-slider .owl-nav,*/
/*.courses-slider .owl-nav{*/
/*	position: absolute;*/
/*	top: -108px;*/
/*	right: 0;*/
/*}*/

.review-bg-circles{
    position: absolute;
        content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.review-bg-circles li{
    position: absolute;
        content: "";
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.review-bg-circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.review-bg-circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.review-bg-circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.review-bg-circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.review-bg-circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.review-bg-circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.review-bg-circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.review-bg-circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.review-bg-circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.review-bg-circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/*our-testimonal-end*/

/*home-pg-contact-form*/

.home-pg-contact-form{
    position: relative;
    padding: 6rem 0;
}

.home-pg-contact-form:before{
    position: absolute;
    content: "";
    background: #074432;
    left:0;
    top:0;
    width:100%;
    height: 35%;
    background-image:url(../our-images/background/best-laser-hair-removal-wave.webp);
}

.home-peg-appointment{
    position:relative;
    background-color: #f4f1ec;
    border-radius: 8px;
    padding: 30px 40px;
    max-width: 100%;
    
}
.home-peg-appointment .th-btn{
    width:100%;
    padding: 15px;
    margin-top:0.8rem;
}
.home-peg-appointment .appoi-title{
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.hme-page-form-grp {
      position: relative;
    margin-bottom: 30px;
  
}
.home-peg-appointment .hme-page-form-grp i {
    color: #000;
}

.hme-page-form-grp>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: #6e6e6e;
}

.home-peg-appointment .hme-page-form-grp input,  .home-peg-appointment .hme-page-form-grp select{
    position: relative;
    height: 46px;
    padding: 0px 22px 0 18px;
    padding-right: 18px;
    border: 1px dashed #074432;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    color:#6e6e6e;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.form_inputs {
   border: 1px dashed #074432;
    background-color: #fff;
    width: 100%;
    padding: 10px 18px 0 18px;
    border-radius: 0;
}

.appointment-working-details {
    position: relative;
    padding: 2rem 0;
    margin-top: 54px;
    max-width: 80%;
   
}
.app-work-title {
    position:relative;
    font-size: 30px;
    line-height: 1.333;
    margin-bottom: 10px;
}
.appointment-working-details p{
     position:relative;
    font-size: 18px;
    margin: 0 0 18px 0;
    color: #000;
    line-height: 1.6;
    text-align: justify;
    
}
.opening-time {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.1);
    margin-right: 50px;
    padding: 40px;
    position: relative;
    margin-top: 6rem;
}
.opening-time:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 187px;
    background-repeat: no-repeat;
    width: 188px;
    background-image: url(../our-images/background/tune-aesthetics-opening-hours.webp);
}
.opening-time .ope-hursd {
    font-size: 38px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.opening-time .text {
    display: flex;
    font-size: 20px;
    margin-bottom: 15px;
}
.opening-time .left-text {
    width: 50%;
}
.opening-time .right-text{
    font-size:1.2rem;
}
.opening-time h5:before {
    background: #084532;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 35%;
}
.weekly-working-list {
     position: relative;
       padding: 1rem 0;
    margin-top: 0px;
    margin-bottom: 1rem;
   
}

.weekly-working-list li {
    position:relative;
    list-style: none;
     align-items: center;
    border-bottom: 1px solid #d1e7dd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #0d0d0d;
    font-weight: 700;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
   
 
}
/*home-pg-contact-form*/



/**/
.why-wehd{
    position: relative;
    padding: 8rem 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #084532;
    background-image:url(../our-images/background/best-advanced-technology-coimbatore.webp);
    /*background-image: url(../our-images/background/our-best-treatments.png);*/
}
.why-wehd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.4;
}
.why-weh-title{
   color: #fff;
    position: relative;
    line-height: 1.6;
    font-size: 2rem;
}
.why-wehd p{
    color:#fff;
    font-size:1.1rem;
    position: relative;
   
}

.vbtn {
    position: relative;
   display: flex;
    align-items: center;
    background: transparent;
  
}
svg#play_icon {
    width: 60px;
    margin: 20px 0;
    display: block;
    cursor: pointer;
    transform-origin: 50% 50%;
}
.vbtn svg #lineOne, .vbtn svg #lineTwo {
    transform-origin: 50% 50%;
    transition: 1s;
}
svg#play_icon path {
    stroke: #fff;
}
svg#play_icon:hover #triangle {
    fill: #fff;
    transform-origin: 50% 50%;
}
.vbtn:hover svg #lineOne {
    transform: rotate(260deg);
    -webkit-transform: rotate(260deg);
    -moz-transform: rotate(260deg);
    -o-transform: rotate(260deg);
    transform-origin: 50% 50%;
}
.vbtn:hover svg#play_icon path {
    stroke: #fff;
}
.vbtn:hover svg #lineTwo {
    transform: rotate(-450deg);
    transform-origin: 50% 50%;
}
.vbtn i{
    color: #fff;
    font-size: 1.6rem;
    position: absolute;
    top: 35px;
    left: 15px;
}
.vbtn span{
    color: #fff;
    margin-left: 1rem;
    font-size: 1.7rem;
}



/*sticky call*/
.static .side-stic-call {
  position: relative;
}
.static .side-stic-call {
  
  font-size: 1rem;
 display:flex;
  color: var(--text);
  font-weight: 500;
  letter-spacing: -0.025em;
  background-color: var(--clr);
  /*background-image: linear-gradient(180deg, #25D366 var(--gradgap), transparent calc(100% - var(--gradgap)));*/
background-image: linear-gradient(180deg, #25D366 var(--gradgap), #39d571 calc(100% - var(--gradgap)));
  background-repeat: no-repeat;
  background-position: center var(--gradoffset);
  background-size: 100% 200%;
  padding: 0.3em 1em;
  border-radius: 2em;
  border: none;
  padding: 0.3em 0.7em;
        height: 50px;
        width: 50px;
  
  box-shadow: 
    0 -0.5em 0.5em transparent,
    0 0.5em 0.5em transparent,
    0 0.25em 0.3em -0.2em hsla(var(--hue), var(--sat), 50%, 0.46), 
    0 0.25em 0.75em hsla(var(--hue), calc(var(--sat) - 10%), 40%, 0.3);

  position: relative;
  transition: all 0.5s ease;
  outline: none;
}
.static .side-stic-call span{
    display: block;
    margin-top: 0.2rem;
    font-weight: 600;
}
  .static .side-stic-call::before, .static .side-stic-call::after {
    content: "";
    inset: 0;
    position: absolute;
    border-radius: 5em;
  }
  .static .side-stic-call img{
      margin-right: 0.4rem;
  }
  
  .static .side-stic-call::before {
    /*background-image: radial-gradient(ellipse, hsla(134, 55%, 90%, .8) 20%, transparent 50%, transparent 200%), linear-gradient(90deg, hsl(134, 50%, 25%) -10%, transparent 30%, transparent 70%, hsl(134, 50%, 25%) 110%);*/
   
   background-image: radial-gradient(ellipse, hsla(134, 55%, 90%, .8) 20%, transparent 50%, transparent 200%), linear-gradient(90deg, hsl(134, 50%, 25%) -10%, transparent 30%, transparent 70%, hsl(134, 50%, 25%) 110%);
    box-shadow: 
      inset 0 .25em .75em hsla(0deg, 0%, 0%, 0.8),
      inset 0 -.05em .2em rgba(255, 255, 255, 0.4),
      inset 0 -1px 3px hsla(var(--hue), 80%, 50%, .75);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: 200% 80%, cover;
    background-position: center 220%;
    mix-blend-mode: overlay;
    filter: blur(calc(var(--blur) * 0.5));
  }
  
 
  .static .side-stic-call::after {
      opacity: 0.6;
        background: transparent;
        filter: unset;
    /*background: linear-gradient(*/
    /*  180deg, */
    /*  hsla(var(--hue2),100%,90%,.9), */
    /*  hsla(var(--hue2),calc(var(--sat2)*0.7),50%,.75) 40%, */
    /*  transparent 80%*/
    /*);*/
    top: 0.075em;
    left: 0.75em;
    right: 0.75em;
    bottom: 1.4em;
    filter: blur(var(--blur));
    mix-blend-mode: screen;
  }
  .static.call{
      display:none;
  }
  .static .side-stic-call:hover,
  .static .side-stic-call:active,
  .static .side-stic-call:focus {
    outline: none;
    box-shadow: 
      0 -0.2em 1em hsla(var(--hue2), 70%, 80%, 0.3),
      0 0.5em 1.5em hsla(var(--hue), 70%, 80%, 0.5),
      0 0.25em 0.3em -0.2em hsl(var(--hue) 90% 70%), 
      0 0.25em 0.5em hsla(var(--hue),20%,30%, 0.2),
      inset 0 -2px 2px rgba(255,255,255,0.2);
    background-position: center calc( var(--gradoffset) - 0.75em );
  }
  
  .static .side-stic-call i{
      font-size: 1.3rem;
      height: 20px;
    margin-right: 0.3rem;
  }
  
:root {
  --hue: 190deg;
  --sat: 50%;
  --blur: 0px;
  --hue2: calc(var(--hue) + 60deg);
  --sat2: calc(var(--sat) + 10%);
  --clr: hsl(var(--hue) var(--sat) 90%);  
  --clr2: hsl(var(--hue2) var(--sat2) 85%);
  --text: hsla(var(--hue), 70%, 10%, .9);
  --gradoffset: 45%;
  --gradgap: 30%;
  --hue: 30deg;
  --sat: 50%;
  --hue2: 5deg;
  --sat2: 80%;
}

.call-sticsd{
    position:fixed;
    top:45%;
    z-index:9999;
    right:10px;
}

.service-dd-ijhb{
    text-align:center;
}

.our-exports-team-new{
    padding:5rem 0 1rem;
    background:#f4f1ec;
    position:relative;
    overflow:hidden;
}

.dr-tune-btn{
    border:none;
}

/*.hidden-dr-sec{*/
/*    display:none;*/
/*}*/
.dr-tune-showing{
    position:relative;
}
.hidden-dr-sec{
 height: 100%;
    width: 100%;
    gap: 20px;
    align-items: center;
    background: #000000c4;
    color: #fff;
    padding: 1.5rem 1rem;
    position: fixed;
    z-index: 9999;
    top: 00%;
    left: 0;
    display:none;
}
.inn-bldocsd-sec{
    background: #084532;
    display: flex;
    padding: 3rem;
    align-items: center;
    position: relative;
    top: 30%;
    max-width: 80%;
    margin: 0 auto;
}
.pop-imgdf-t h4{
    font-size:1.6rem;
    margin-bottom:1.3rem;
}
.dr-tune-showing img{
    min-width:350px;
}
.tune-drs-img{
    min-width: 250px;
    border: 3px solid #fff;
    margin-right: 2rem;
}
.our-exports-member-main[data-aos^=zoom-out][data-aos^=zoom-out].aos-animate {
    opacity: 1;
     transform: unset !important; 
}
.menu-btnd, .mpbol-logod, .mobil-mnesd{
    display:none;
}
   
   .hide-robot{
			display:none !important;
}

.interlink, .link{
    color:#084532;
    font-weight:600;
}

.error-pa{
    position:relative;
    padding:2rem 0;
    text-align: center;
}
#confetti{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.error{
    font-size: 0.9rem;
    color: red;
    line-height: 1.2;
    display: block;
    margin-top: 0.45rem;
}