img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
html{
    overflow-x:hidden;
}

body{
  font-family: "Kurale", serif !important;
  font-size: 1.15rem !important;
}
a {
    text-decoration: none !important;
}
.white{
    color:#fff !important;
}

.section-title{
    position:relative;
    margin-bottom: 2rem;
}
.section-title-small {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 1;
    padding-left: 2.2rem;
    font-size: 1.15rem;
    line-height: 20px;
   
}
.section-title-small:before{
   
    position: absolute;
    content: "";
    
    height: 20px;
    width: 20px;
    left: 0;
    top: -2px;
    transition: 1s;
    /* z-index: 0; */
    background: #000;
   animation: left-r infinite 3s;
    transform: rotate(316deg);
}
@keyframes left-r{
    0%{
        left: 0px;
    }
    25%{
        left: 3px;
    }
     50%{
        left: 6px;
    }
    25%{
        left: 3px;
    }
    100%{
        left: 0px;
    }
}
@keyframes right-r{
    0%{
        left: 6px;
    }
     25%{
        left: 3px;
    }
    50%{
        left: 0px;
    }
    75%{
        left: 3px;
    }
    100%{
        left: 6px;
    }
}
.section-title-small:after{
   
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 6px;
    top: -2px;
    animation: right-r infinite 3s;
    transition: 1s;
    /* z-index: 0; */
    background: #deb552;
    transform: rotate(316deg);
}


.section-title-big {
    margin: 0;
    color: #171a1d;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 14px;    
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.our-elementor-section{
    position:relative;
    padding:4rem 0;
}
.we-feedbacksd{
    position:relative;
}
.we-feedbacksd .our-elementor-pors{
    max-width:90%;
}
.we-feedbacksd  .elemgt-feeback-form{
    max-width:90%;
}
.elementor-section-bg{
     position:relative;
    background-color: #f5db8324;
    box-shadow: 0px 20px 70px 10px rgba(200, 208, 214, 0.25);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*padding: 120px 15px 0425px 15px;*/
    padding: 60px 15px 140px 15px;
   border-radius: 19px 19px 19px 19px;
   background-image:url(../our-images/background/best-hair-removal-clinic.webp);
}
.our-elementor-pors{
       text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    display: inline-block;
       max-width: 52%;
    padding: 1rem 0;
}
.we-feedbacksd .elemgt-feeback-form select{
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 0.8rem .75rem;
}
  
.rating {
    display: flex;
    gap: 10px; /* Space between ratings */
}

.rating input {
    display: none; /* Hide the radio buttons */
}

/*.rating label {*/
/*    padding: 5px 10px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s;*/
/*}*/
.star {
    font-size: 40px; /* Size of the stars */
    color: #ccc; /* Default color for empty stars */
    cursor: pointer;
    transition: color 0.2s;
}
.rating input:checked + .star {
    color: gold; /* Color of the filled stars */
}
.rating-text p{
    margin-bottom:0;
}
.oth-radsd{
    display:flex;
    align-items:center;
    gap:30px
}
.rating-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 0.5rem !important;
    gap:40px
}
  
 .rating-description{
     min-width:80px;
 } 
 
 .inter-link {
    font-weight: 600;
    color: #fff;
 }
/*.elemgt-widget-form {*/
/*    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);*/
/*}*/
.elemgt-widget-form, .elemgt-feeback-form{
    position:relative;
    background-color: #fff;
    max-width: 656px;
    z-index: 1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0 auto;
    border-radius: 19px 19px 19px 19px;
    padding: 65px 69px 67px 69px;
}
   
.contact-form-line{
   position: relative;
    margin-bottom: 4rem;
    width: 100%;
   
}  
.contyart-form-lined{
    position: relative;
    font-size: 17px;
    border-style: solid !important;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px !important;
    border-color: #D9D9D9 !important;
    height: 40px;
} 
   
 
 .elemgt-widget-form .form-control{
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px !important;
    border-color: #D9D9D9 !important;
    padding: 0px 0px 21px 0px;
    height: 45px;
    width: 100%;
    position: relative;
    margin-top: 0.6rem;
    margin-bottom: 28px;
 }
 .elemgt-widget-form .form-control:focus{
     box-shadow:unset !important;
     border-color:#f5db83 !important;
 }
    .elemgt-widget-form textarea.form-control{
        height:100px !important;
}
.font-subm{
    color: #FFFFFF;
    font-size: 17px;
    width: 100%;
    font-weight:600;
    line-height: 17px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    display:inline-block;
    padding: 15px 0px 16px 0px;
    border-radius: 200px 200px 200px 200px;
    margin-top:1.5rem !important;
    background-color: transparent;
    transition:2s;
    background-image: linear-gradient(270deg, #f5db83 4.67%, #000000 94.31%);
}
.font-subm:hover{
    background-image: linear-gradient(270deg,  #000000 4.67%, #f5db83 94.31%);
}
.pxl-section-waves1 {
    position: absolute;
    width: 100%;
    height: 564px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    mask-repeat: no-repeat;
    left:0;
    mask-size: cover;
}
.pxl-wave-parallax > use {
    fill: #171a1d !important;
}
.pxl-wave-parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    opacity: .7;
}
.pxl-wave-parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    opacity: .6;
}
.pxl-wave-parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    opacity: .5;
}
.pxl-wave-parallax>use {
    animation: pxl-move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
    fill: #ebeef6;
}
.pxl-wave-parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
    opacity: .8;
}
@keyframes pxl-move-forever{
    0% {
    transform: translate3d(-90px, 0, 0);
}
100% {
    transform: translate3d(85px, 0, 0);
}
}



/*footer*/
.footer-maing{
    position:relative;
    background: #1a1d1f;
    padding:2rem 0 2rem;
}

.footer-maing:before{
    position: absolute;
    content: "";
    background-image: url(../our-images/reff/best-clear-skin-treatment.webp);
    width: 371px;
    height: 360px;
    right: 0px;
    /* top: 0px; */
    /*bottom: 26%;*/
    bottom: 37%;
    filter: brightness(0) invert(1);
    left: 150px;
    background-repeat: no-repeat;
    animation: movingX 8s linear infinite;
}
@media (min-width:1800px){
    .footer-maing:before{
        left:20% !important;
    }
}
@keyframes movingX{
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
.top-footersd{
    position:relative;
    padding:3rem 0;
}
.footer-yagd{
    position:relative;
    border-left:2px solid #fff;
}
.footer-yagd p{
    font-size: 1.7rem;
    color: #deb552;
    text-transform: capitalize;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom:0;
    padding-left: 1rem;
}
.footer-log{
    position:relative;
  
}
.footer-log img{
    width:300px;
}
.pxl-item--icon:before {
    -webkit-transition: 200ms all linear 0ms;
    -khtml-transition: 200ms all linear 0ms;
    -moz-transition: 200ms all linear 0ms;
    -ms-transition: 200ms all linear 0ms;
    -o-transition: 200ms all linear 0ms;
    transition: 200ms all linear 0ms;
    border: 1px dashed #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    content: '';
}
.pxl-item--icon {
    min-width: 69px;
    height: 69px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-call-fot{
    position:relative;
    display: flex;
    align-items: center;
}
.main-call-fot span{
    color: #deb552;
    display:block;
    /* margin-left: 1rem; */
    font-size: 1.08rem;
    margin-bottom: 0.3rem;
    font-weight: 500;
}
.main-call-fing{
    margin-left:1rem;
}
.main-call-partner{
    margin-left:1rem;
}
.main-call-fing a{
   color: #fff;
    display: block;
    font-size: 1.1rem;
}
.main-call-partner a{
   color: #000;
    display: block;
    font-size: 1.1rem;
    
}
.main-call-fing a:hover{
    color: #deb552;
}
.main-call-partner a:hover{
    color: #deb552;
}
.partner-franchisee{
    display:flex;
    gap:30px;
   
}

/**/
ul{
    list-style:none !important;
}
.middle-footersd{
    position: relative;
    border-top: 1px solid #ffffff78;
    padding: 3rem 0 1rem;
}
.foote-widte h6{
    position:relative;
    font-size:1.3rem;
    color:#deb552;
    padding: 0.3rem 1rem;
    margin-bottom: 1.3rem;
}
.foote-widte h6:before{
    content: "";
    display: inline-block;
    position: absolute;
    height: 35px;
    width: 35px;
    left: 0;
    z-index: 1;
    top: 0;
    border: 1px solid #deb552;
}
.foote-widte span{
    position:relative;
    font-size:1.3rem;
    color:#deb552;
    padding: 0.3rem 1rem;
    bottom: 1.3rem;
}
.foote-widte span:before{
    content: "";
    display: inline-block;
    position: absolute;
    height: 35px;
    width: 35px;
    left: 0;
    z-index: 1;
    top: 0;
    border: 1px solid #deb552;
}
.foote-widte ul li a{
    color: #fff;
    display: inline-block;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
    padding-left:1.5rem;
    text-transform: capitalize;
}
.foote-widte ul li a:hover{
    color:#deb552;
}
.foote-widte ul li{
    position:relative;
}
.foote-widte ul li:before{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #deb552;
    left: 0;
    top: 8px;
    transform: rotate(45deg);
    transition:1s;
}
.foote-widte ul li:hover:before{
    transform: rotate(360deg);
}
.foote-widte ul li:hover a{
    color:#deb552;
}
.middle-foot-fite{
   position: relative;
   margin-right: 0.6rem;
    background: linear-gradient(45deg, #c69740, transparent);
    padding: 1.1rem;
    border-radius: 15px;
}
.get-besh{
   font-size: 1.2rem;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.4;
}
.middle-foot-fite p{
    color:#fff;
    font-size: 1.05rem;
    margin-top:10px;
}
.middle-foot-fite a{
    background:#000;
    color:#fff;
    text-transform:capitalize;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px 10px 10px 10px;
    padding: 0px 5px 0px 12px;
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.middle-foot-fite a i{
   
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px;
   background: linear-gradient(45deg, #c69740, transparent);
}
.middle-foot-fite a:hover{
    color: #111E21;
    background-color: #FFFFFF;
}

.botsdg-foot{
    position:relative;
   
   
}
.botsdg-foot .container-fluid{
   max-width: 1400px;
    margin: 0 auto;
}
.botsdg-foot .container-fluid.foot-bobg{
     background-color: #FFFFFF0D;
      padding: 1.5rem 1rem;
    border-radius: 20px;
    border-bottom: 3px solid #deb552;
}
.title-godf{
    position:relative;
    color:#fff;
    text-align:center;
    font-size: 1.2rem;
}
.botsdg-foot p{
    color:#fff;
    text-align:center;
    margin-bottom:0;
    font-size: 1.05rem;
}
.botsdg-foot strong{
    font-size: 1.05rem;
    font-weight: 500;
    color: #deb552;
    /*display: inline-block;*/
    text-align: center;
    justify-content: center;
    position: relative;
    display: flex;
}

.main-bog-fot{
    position:relative;
    padding:2rem 0 0;
}
.boothgd{
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.ghsa-right{
    color:#fff;
}
.ghsa-right p{
    margin-bottom:0.3rem;
}
.ghsa-right span, .ghsa-right a span{
    color: #deb552 !important;
}
.ghsa-right a {
    color:#fff;
}
.ghsa-left{
    color:#fff;
    
}
.ghsa-left a{
    color: #fff;
    padding: 0 .3rem;
}
.ghsa-left{
    display:flex;
    
}
.socilf-limk{
    display:flex;
    margin: 4rem 0;
}
.socilf-limk a{
    color:#fff;
    border: 1px dashed #fff;
    width: 35px;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 37px;
    border-radius: 5px;
    margin: 0 0.5rem;
    transition:1s;
}
.socilf-limk a i{
    font-size:1.3rem;
}
.socilf-limk a:hover{
    background:#deb552;
    color:#000;
    border:1px solid #fff;
    transform:rotate(360deg);
}
.foote-widte ul{
    padding-left:0.7rem;
}
.foote-widte{
    padding-left:1rem;
}


/*banner*/
.main-bon-bann{
    position: relative;
    background-color: #000;
    /* height: 700px; */
 
    padding: 8rem 0;
}
.main-bon-bann:before{
    content:"";
    position:absolute;
    top:0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
   
    background-image: url(../our-images/home-banner/best-skin-hair-clinic-madurai-tamilnadu.webp);
    background-size: cover;
    left:0;
    height:100%;
    width:100%;
   
}

.main-bon-bann.sec-main-banner:before{
    content:"";
    position:absolute;
    top:0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
   
    background-image: url(../our-images/home-banner/best-skin-hair-clinic-tamilnadu.webp);
    background-size: cover;
    left:0;
    height:100%;
    width:100%;
   
}



.banne-bgsd{
    
    position:absolute;
    bottom:0;
    
    right:0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: right;
   /*background-image:url(https://wowtheme7.com/tf/bizmaster/demo/assets/img/bg/shape_1.png);*/
    height:100%;
    width:100%;
 
}
@media (min-width:1800px){
    .main-bon-bann:before{
        /*background-size: auto 90%, cover !important;*/
       
    }
    .main-bon-bann{
         padding:12rem 0 !important;
    }
    .sec-banner-title{
        font-size:3.5rem !important;
    }
}

.sec-bannerhf{
    position: relative;
  z-index: 3;
   
   
}
.sec-banner-title{
    font-size: 2.7rem;
    color: #deb552;
    text-transform: capitalize;
   
    margin-bottom: 1.5rem;
    line-height: 1.3;
    text-shadow: 0px 0px 5px #000;
}
.sec-bannerhf p{
    color: #fff;
    line-height: 1.6;
    font-size: 1.3rem;
    max-width: 500px;
    margin-bottom: 2.5rem;
}
.about-line-1 {
    left: 0;
}
.about-line-1 {
    left: 0;
}
@media (min-width: 992px){
.line, .about-line-3, .about-line-2, .about-line-1, .line-right, .about-line-4 {
    display: block !important;
}
}
.line, .about-line-3, .about-line-2, .about-line-1, .line-right, .about-line-4 {
    display: none;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 10%;
    top: 0;
    background: rgba(232, 191, 150, 0.2);
    opacity: 1;
}
.line::after, .about-line-3::after, .about-line-2::after, .about-line-1::after, .line-right::after, .about-line-4:after {
    content: "";
    height: 70px;
    width: 1px;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 1;
    background: linear-gradient(to bottom, #36322f, #e8bf96, #36322f);
    z-index: 2;
    animation: slideToBottom 10s linear infinite alternate;
}
@keyframes slideToBottom{
    0% {
    top: 0;
}
100% {
    top: 88%;
}
}
.about-line-2::after {
    animation-duration: 20s;
    animation-delay: 3s;
}
.about-line-4::after {
    animation-duration: 20s;
    animation-delay: 2s;
}
.about-line-2 {
    left: 35%;
}
.about-line-3 {
   
    left: 60%;
}
.about-line-4 {
    
    left:85%;
}

.book-appointd{
    position: relative;
    background: #deb552;
    color: #000;
    border-radius: 20px;
    border-bottom: 3px solid #fff;
    padding: 0.7rem 2.2rem 0.7rem 1.6rem;
    /* margin-top: 1rem; */
    font-weight: 500;
    font-size: 1.2rem;
    height: 50px;
    display: flex;
    max-width: fit-content;
    
}
.book-appointd i{
    font-size:1.5rem;
    transform: translateX(15px);
}
.book-appointd:hover{
 background:#fff;   
 color:#000;
 border-bottom: 3px solid #deb552;
}
.book-appointdd{
    position: relative;
    background: #deb552;
    color: #000;
    border-radius: 20px;
    border-bottom: 3px solid #000;
    padding: 0.7rem 2.2rem 0.7rem 1.6rem;
    /* margin-top: 1rem; */
    font-weight: 500;
    font-size: 1.2rem;
    height: 50px;
    display: flex;
    max-width: fit-content;
    
}
.book-appointdd i{
    font-size:1.5rem;
    transform: translateX(15px);
}
.book-appointdd:hover{
 background:linear-gradient(270deg, #f5db83 4.67%, #000000 94.31%);   
 color:#fff;
 border-bottom: 3px solid #deb552;
}

/*header*/
.main-hedrd{
    position:relative;
    background: #000;
}
.top-headersd{
    background: #000;
    padding: 0.9rem 0;
}
.top-head-detailds{
    display:flex;
    justify-content: flex-end;
    align-items:center;
}
.calfl-box{
    display:flex;
    align-items:center;
    margin-left: 1.9rem;
}
.calfl-box i{
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    line-height: 46px;
    width: 45px;
    height: 45px;
    border: 1px dashed rgb(255 255 255 / 74%);
    background: rgba(255, 255, 255, 0.2);
    transition:1s;
}

.calfl-box:hover i{
    transform:rotate(360deg);
}

.cals-text{
    display:grid;
    margin-left:0.8rem;
}
.cals-text span {
    display: block;
    color: #deb552;
    opacity: 0.9;
}
.cals-text strong {
    font-weight: 500;
    color: #fff;
}
.calfl-boxbtn{
     margin-left: 1.9rem;
}
.calfl-boxbtn a{
    line-height: 21px;
    
}
.bottom-hedsd{
    background:#fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
     padding: 0.9rem;
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
.sticky .head-fixed-logo{
    display:block;
}
.head-fixed-logo{
    display:none;
}
.header-slidt{
    position:relative
}
.header-slidt > ul {
    display: flex;
    margin-bottom: 0;
   
}
.header-slidt ul li{
    margin: 0 0.6rem;
    position:relative;
}
.header-slidt ul li a{
 color: #000;
    font-weight: 500;
    position: relative;
    font-size: 1.2rem;
    transition: 1s;
    
    transition:1s;
}
.header-slidt ul li:hover a, .header-slidt ul li.active a{
    padding-left: 0.5rem;
}
.header-slidt ul li:hover:before, .header-slidt ul li.active:before{
    opacity:1;
    animation:menua-ctive 2s;
}
.header-slidt ul li:before{
    border-bottom-color: transparent !important;
    position: absolute;
    content: "";
    opacity:0;
    border-right-color: transparent !important;
    height: 20px;
    width: 20px;
    top: 4px;
    transition:1s;
    /* z-index: 0; */
    background: #f9da6a;
    border: 1px solid #deb5527a;
    transform: rotate(316deg);
}
@keyframes menua-ctive{
    0%{
        left:100%;
    }
    
    50%{
         left:0%;
         transform:rotate(360deg);
         transition:2s;
    }
    
    100%{
        left:0%;
        transform: rotate(316deg);
    }
}
.bottom-hedsd .calfl-box i{
    background: rgb(222 181 82);
    color: #000;
    border: 1px dashed rgb(0 0 0);
    min-width: 45px;
}
.bottom-hedsd .cals-text span,.bottom-hedsd  .cals-text strong{
    color:#000;
}
.bottom-hedsd .calfl-box{
    margin-right:2rem;
    justify-content: flex-end;
}


/**/
.sub-menu{
    border-top: 3px solid #deb552 !important;
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: var(--grdeen-white, #fff);
    padding: 20px 0;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 6px 6px;
}
.menu-item-has-children:hover>.sub-menu{
   visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 52px;
    opacity: 1;
}
.menu-item-has-children{
    position:relative;
}
.header-slidt ul .menu-item-has-children ul a{
    font-size:1rem;
    text-transform: capitalize;
}

.sidebar-btnl{
    display:none;
}
.menu-item-has-children .dropdown-menu{
    display: unset;
    min-width: max-content;
    top: auto;
    top: 52px;
}

/**/
.mobile-view, .mobile-calls, .close-btnsd, .dropdown-toggle{
    display:none !important;
}
.link-color {
    color: white; 
    font-weight: bold; 
    text-decoration: none;  
}

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

.main-erroes{
    position:relative;
    text-align:-webkit-center;
    padding:1rem 0;
}

.hide-robot{
			display:none !important;
}

.abt-cont-paragraph .link,.abt-cont-paragraph  .interlink{
 color:#fff;
}

.calfl-box-part i {
    background: rgb(222 181 82);
    color: #000;
    border: 1px dashed rgb(0 0 0);
    min-width: 45px;
}
.calfl-box-part i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    line-height: 46px;
    width: 45px;
    height: 45px;
    border: 1px dashed rgb(255 255 255 / 74%);
   
    transition: 1s;
}
.calfl-box-part{
    display:flex;
    align-items: center;
    margin-bottom:10px;
}
.partner-franchise-boni{
    display: flex;
    gap: 50px;
    justify-content: center;
    color: #fff;
}
.partner-franchise-boni a{
     color: #fff;
     margin: 5px 0 0 5px;
}
.partner-franchisee .main-call-partner a{
     margin: 5px 0 0 5px;
}
.blog-listing-sect{
    padding:4rem 0;
    position:relative;
}
.blog-skin-care-lit{
    background:#ffffff;
    padding:20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius:20px;
    position: relative;
}

.blod-bonitaa-deltail-li img{
    border-radius:12px;  
    width:100%;
}
.blo-boni-tit{
    font-size: 22px;
    margin-bottom: 9px;
    text-transform: capitalize;
    font-weight:600;
    border-bottom:1px solid #8080804a;
    padding-bottom:15px
}
.trmtnt-design{
    padding-top:20px;
}
.trmtnt-design p{
    -webkit-line-clamp: 3;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-btn{
    font-size:16px;
    background-color:#deb552;
    padding:10px 20px;
    text-transform:capitalize;
    color:#fff;
    border-radius:10px;
    font-weight:500;
    text-align:center;
    box-shadow:0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all 0.5s;
    position:relative;
    margin-top:10px;
    overflow:hidden;
    display: inline-block;
    z-index:1;
}
.blog-btn i{
    transform: rotate(50deg);
    font-size: 15px;
    display: inline-block;
    transition:all .3s ease-in-out;
}
/*.blog-btn:hover{*/
/*    color:#fff;*/
/*    background-color:#171a1d;*/
    
/*}*/
.blog-btn:hover i{
    transform: rotate(89deg);
}
.blog-btn::before{
    content:"";
    height:300px;
     width:300px;
     color:#fff;
     background-color:#171a1d;
     position:absolute;
     border-radius:50%;
     top:57%;
     left:1%;
     transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     transform:translateY(-50%) translateX(-50%) scale(0);
     z-index:-1;
}
.blog-btn:hover::before{
    transform:translateY(-50%) translateX(-50%) scale(1);
}
.dat-tim-blog strong{
    display: block;
    font-size: 25px;
    font-weight: 800;
    margin-top: 4px;
    line-height:1;
}
.dat-tim-blog{
    position:absolute;
    top: 30px;
    right: 30px;
    background-color:#deb552;
    height:60px;
    width:60px;
    text-align:center;
    border-radius: 50%;
    border: 4px solid #fff;
    line-height: 15px;
    color:#fff;
    box-shadow:0 0 40px 5px rgb(0 0 0 / 5%);
}
.dat-tim-blog span{
    font-weight:500;
}
.blg-detail-boita{
     padding:4rem 0;
    position:relative;
}
.blog-sin-hair-care img{
    border-radius:15px;
    margin-bottom:20px;
}
.blog-details-skincare{
    font-size:34px;
    font-weight:600; 
    margin-bottom:20px;
}
.blog-details-haircare{
    font-size:28px;
    font-weight:600; 
     margin-bottom:20px;
}
.hair-care-skincare-bonita{
    font-size:20px;
    font-weight:600; 
}
.blg-detail-boita p{
    text-align:justify;
}
.blog-sidebar{
    background-color:#f6f6f6;
    padding:30px;
    border-radius:15px;
}
.blg-tile-bar{
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-transform:capitalize;
}
.blg-tile-bar::before{
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid rgb(222 181 82);
    bottom: 0;
    left: 22px;
}
.blg-tile-bar::after{
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid rgb(222 181 82);
    bottom: 0;
    left: 0;
}
.sin-hir-blog-side img{
    min-width:75px;
    width:75px;
    height:75px;
    border-radius:15px;
}
.incorporating-botox{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
    color:#000 !important;
     -webkit-line-clamp: 2;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.regular-beauty-routine span{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display:inline-block;
}
.botox-function{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.regular-beauty-routine span i{
    color:rgb(222 181 82);
    margin-right:10px;
    display:inline-block;
    transform: translate(4px, 4px);
}
.blog-sidebar ul{
    padding-left:0 !important;
}
.nexr-nav-blob{
    border:1px solid rgb(222 181 82);
   padding:30px 20px 20px 20px;
    border-radius:15px;
    display:flex;
    gap:20px;
    align-items: center;
}
.skin-inconveniences img{
    min-width:75px;
    width:75px;
    height:75px;
    border-radius:15px;
}
.prevoius-nav-blob{
     border:1px solid rgb(222 181 82);
    padding:30px 20px 20px 20px;
    border-radius:15px;
     display:flex;
    gap:20px;
    align-items: center;
}
.blog-link{
    color:#000;
}
.blog-right{
    text-align:right;
}
.next-blog-change{
    background: #deb552;
    bottom: -13px;
    position: relative;
    left: 17px;
    padding: 5px 20px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    display:inline-block;
}
.prev-blog-change{
     background: #deb552;
    bottom: -13px;
    position: relative;
    padding: 5px 20px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    display: block;
    max-width: fit-content;
    margin-left: auto;
    margin-right: 20px;
}

label.error{
    color:red;
    font-size:14px !important;
}
.ownerpacemss {
    position:relative;
}
.ownerpacemss label.error{
       position: absolute;
    height: 100px;
    bottom: -50px;
}

/*.sec-box-cor .wh-box-size{*/
/*    padding: 7.5rem 1rem 1rem !important;*/
/*}*/

.blog-points{
    padding:0;
    margin:0 0 20px;
}
.blog-points li{
    position:relative;
    padding-left:20px;
}
.blog-points li:not(:last-child){
    margin:0 0 10px;
}
.blog-points li:before{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #deb552;
    left: 0;
    margin-top: .45rem;
    /* top: 0; */
    transform: rotate(45deg);
    transition: 1s;
}

.blog-lis-ga{
    gap:20px 0;
}
.ownerpacemss label{
    font-size:27px;
}
.interlink-change{
    color: white;
}





.treatment-comparison .section-title {
  text-align: center;
  margin-bottom: 1.5rem;
}


.comparison-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.comparison-table th,
.comparison-table td {
  padding: 1rem;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: top;
}

.comparison-table thead {
  background-color: #deb552; 
  color: white;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.side-heading{
    font-weight:600;
    margin-bottom:20px;
}


.main-sec-excg {
  padding: 60px 20px;
  background-color: #fdfdfd;
  border-radius: 30px;
}


/*section-main*/

.essential-care .section-title-big {
  text-align: center;
  margin-bottom: 50px;
}

.essential-care .col-md-7 {
  padding-right: 30px;
}


.essential-care h4 {
  margin-bottom: 15px;
  font-weight:550;
}

.essential-care p {
  margin-bottom: 20px;
  line-height: 1.6;
}


.essential-care ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.essential-care ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  line-height: 1.7;
}

.essential-care ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #c99b1f;
  font-size: 0.8rem;
  line-height: 1.5;
}


.essential-care .side-sind-imgsd {
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  display: inline-block;
}

.essential-care .side-sind-imgsd img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}


.treatment-comparison {
    padding-bottom: 3rem;
}

.types-treatment {
    padding:3rem 0 !important;
}

.location-franci{
    padding: 3rem 0 !important;
}



.types-treatment .guideli-sec {
  padding: 60px 0;
}


.types-treatment .skin-caring {
  background: #ffffff;
  padding: 10px 10px 0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  /*height:100%;*/
}


.tricell-treatment .skin-caring {
 
  height:100% !important;
 
}

.types-treatment .skin-caring:hover {
  transform: translateY(-4px);
}


.types-treatment .skin-caring .side-heading {
  margin-bottom: 20px;
}


.types-treatment .skin-caring ul {

  margin: 0;
  padding: 0;
}


.types-treatment .skin-caring ul li {

  margin-bottom: 15px;
}


.types-treatment .skin-caring ul li i {
  margin-top: 2px;
}


.types-treatment .skin-caring ul li p {
  margin: 0;
}


.types-treatment .guideli-sec > .container > p:last-of-type {
  margin-top: 40px;
}


.types-treatment .guideli-sec > .container > p:first-of-type {
  margin-bottom: 40px;
}

.take-care {
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #F4E8E1;
    width: 370px;
    max-width: 100%;
    margin: auto;
}

.take-care img {
    width: 100%;
    /*height: auto;*/
    border-radius: 12px;
    display: block;
}



/*/--treatement--/*/


.essential-care {
    background: #fefcfb;
    padding: 60px 20px;
}


.main-bordsd {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f4e8e1;
}


.essential-care .section-title-small {
    display: inline-block;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

.essential-care .section-title-small::before {
    content: "";
    color: #d4aa00;
    margin-right: 8px;
}

.essential-care .section-title-big {
    margin-bottom: 30px;
  
}


.essential-care h4 {
    font-weight: 600;
    margin-top: 20px;

}


.essential-care p {
    margin-bottom: 15px;
}


.essential-care ul {
    list-style: none;
    padding-left: 0;
}

.essential-care li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    line-height: 1.6;
}


.essential-care li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 3px;
    color: #d4aa00; /* Gold diamond */
    font-size: 14px;
}


.essential-care li:nth-child(4)::before {
    color: #000;
}

.keys-benefits h4 {
    position: relative;
    color: #fff;
    font-weight:550;
    font-size: 23px;
    margin:15px 0;
}

.skincare-process {
    padding: 1rem 0;
}

.skin-care-steps h4 {
    border-left: 2px solid #deb552;
    margin: 1.5rem 0;
    padding-left: 10px;
    font-weight: 500;
    font-size: 1.4rem;
    color: #171a1d;
    font-family: 'Kurale';
}

.location-franci .detail-bonitaa-sidbar {
    position:sticky;
    top:10%;
}

.skin-care-steps ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}




.skin-care-steps ul li:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #deb552;
    left: 0;
    top: 8px;
    transform: rotate(45deg);
    transition: 1s;
}

.types-treatment .row {
    row-gap: 30px;
    justify-content: center;
}

.types-treatment .take-care {
   box-shadow:none !important;
}

.exosomes-treatment .skin-caring  {
    margin:2rem 0;
}

.tricell-treatment .skin-caring{
      margin:1rem 0;
}

.condition-treat {
    padding: 1rem 0 0;
    position: relative;
    text-align:center;
    background: #fefcfb;
}

.condition-treat .condition-img img {
    width: 160px;
    height: 160px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.5s linear;
    border-radius: 50%;
    object-fit: cover;
}


.condition-treat h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 1rem;
}

.condition-treat .row{
    row-gap:20px;
    justify-content:center;
}

.form-section {
    overflow-x:hidden;
}

.form-section .form-row .col-lg-10{
    margin-left: 5rem;
}


/*.bonitaa-works{*/
/*    position:relative;*/
/*}*/

.our-how-ew-woek.bonitaa-works:before {
    background-image: url('../our-images/home/skin-care-treatment-bonitaa.webp') !important;
}

.our-how-ew-woek.bonitaa-home-works:before {
    background-image: url('../our-images/home/hair-skin-care-treatment.webp') !important;
}

.about-we-work.our-how-ew-woek:before{
     background-image: url('../our-images/home/about-we-work.webp') !important;
}
.bonitaa-home-wo.our-how-ew-woek:before{
    background-image: url('../our-images/home/thudiyalur-bonitaa-skin-care-treatment.webp') !important;
    background-position: left !important;
}

/*.bonitaa-works.our-how-ew-woek:before{*/
/*    display:none;*/
/*}*/


.why-skin-care .row{
    justify-content:center;
}

/*.form-section .row{*/
/*    justify-content:unset !important;*/
/*}*/



/*.working-technique.bonitaa-works:before{*/
/*    background-image: url('../our-images/home/') !important;*/
/*}*/




.working-technique.our-how-ew-woek:before {
    background-image: url(../our-images/home/skin-care-treatment-gfc-prp.webp) !important;
}



.working-view.our-how-ew-woek:before {
    background-image: url(../our-images/home/skincare-treatment-bonitaa-health.webp) !important;
}




.salem-clinic.our-how-ew-woek:before {
    background-image: url(../our-images/home/skin-care-prp-treatment-gfc.webp) !important;
}



.salem-technical.our-how-ew-woek:before {
    background-image: url(../our-images/home/laser-treatment-bonitaa-clinic.webp) !important;
}


.we-work-together.our-how-ew-woek:before {
    background-image: url(../our-images/home/bonitaa-skin-hair-care.webp) !important;
}


.working-about.our-how-ew-woek:before {
    background-image: url(../our-images/home/working-about-skin-care-treatment.webp) !important;
}


.madurai-bonitaa.our-how-ew-woek:before {
    background-image: url(../our-images/home/skin-care-haircare-madurai.webp) !important;
}

.about-care-madurai.our-how-ew-woek:before {
    background-image: url(../our-images/home/madurai-about-hair-care.webp) !important;
}


.main-bonitaa-title .sec-banner-title{
    max-width:82%;
}

.location-card {
  padding: 20px;
  height: 100%;
}
.check-color li i{
    color: rgb(222 181 82) 

}



.main-sec-diferen.keys-benefits i{
    color: rgb(222 181 82);
}