@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    color: #28b16d;
    white-space: initial;
    font-family: 'Inter-Regular';
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Domine-Regular';
    src: url(../fonts/Domine-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Inter-Regular';
    src: url(../fonts/Inter-Regular.otf);
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    /* padding: 15px 25px; */
    border: unset;
    /* border-radius: 15px; */
    color: #ffffff;
    z-index: 1;
    background: #fdaca8;
    position: relative;
    font-size: 13px;
    /* -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); */
    /* box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); */
    transition: all 250ms;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 130px;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0;
    background-color: #fee6eb;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Domine-Regular';
    color: #fff;
    margin: 0 0 17px;
    font-size: 57px;
    font-weight: 600;
    line-height: 61px;
}

h2 {
    font-family: 'Domine-Regular';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'poppins';
    font-size: 22px;
    line-height: 1.4;
    color: #242424;
    font-weight: 600;
    /* margin: 0 0 28px; */
}

h4 {
    font-family: 'Domine-Regular';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Domine-Regular';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Domine-Regular';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 15px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 11px;
}

.menuSec ul li a:after {
    /* content: ''; */
    /* position: absolute; */
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fdaca8;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */
/* 
.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}



.blog_sec {
    padding: 5% 0;
} */
.banner_text {
    padding-left: 50px;
}
.banner_sec {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0;
    position: relative;
    z-index: 1;
    background-position: center;
    height: 529px;
}
.banner_sec::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000085;
    z-index: -1;
    top: 0;
    left: 0;
}
.banner_text p {
    color: #FFFFFF;
    font-family: "'Domine-Regular'";
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
}

.banner_text a {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    background-color: #EA5084;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 151px;
    border-radius: 5px;
}
/*banner css end*/

.booking_form_sec .row {
    align-items: center;
}
.booking_form_sec {
    padding: 50px 0;
}
.book-form form select {
    width: 100%;
    height: 40px;
    background: #eeeff1;
    border-radius: 5px;
    color: #eca0bc;
    padding: 9px;
    font-size: 14px;
    border: 1px solid #7c7c7c59;
    appearance: auto;
}

.book-form form button {
    width: 100%;
    height: 40px;
    background: #fdaca8;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.book-form form input {
    width: 100%;
    height: 40px;
    padding: 10px;
    margin-bottom: 11px;
    border: 1px solid #7c7c7c4f;
    border-radius: 5px;
    background: #eeeff1;
    color: #ec9fba;
}
.book-form form input::placeholder{
      color: #ec9fba;
}
.booking_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.booking_contact i {
    height: 75px;
    width: 75px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #fdaca8;
    color: #fff;
    font-size: 40px;
}

.booking_contact p {
    margin: 0;
    padding-bottom: 6px !important;
    font-size: 14px !important;
    font-family: 'Domine-Regular';
    color: #000;
    font-weight: 600;
}

.booking_contact a {
    font-size: 25px;
    font-family: 'Domine-Regular';
    font-weight: 400;
    color: #EA5084;
}

.beauty-catg svg {
    height: 45px;
    width: 45px;
    fill: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #fdaca8; */
    /* border-radius: 50px; */
    /* position: relative; */
    /* z-index: 1; */
    margin: 13px;
}

.beauty-catg {
    display: flex;
    align-items: start;
    gap: 31px;
    margin-bottom: 0;
    /* position: relative; */
    /* z-index: 1; */
    margin-top: 18px;
}

.beauty_sec {
    padding: 100px 0;
    background: #F5F7F8;
}
.beauty_sec_content_text h3 {
    font-family: 'Domine-Regular';
    font-size: 61px;
    font-weight: 500;
    color: #FDACA8;
}

.beauty_sec_content_text p {
    font-family: 'Domine-Regular';
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.beauty_sec_content_text {
    background: #fff;
    width: 200px;
    height: 200px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 150px;
    display: flex;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.beauty_sec_content {
    position: relative;
    z-index: 1;
}
.beauty-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center center;
    border-radius: 14px 14px 14px 14px;
    margin-bottom: 25px;
}

.svg-box {
    position: relative;
    z-index: 1;
}

.beauty_text h6 {
    color: #000000;
    font-family
:'Domine-Regular';
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin: 0;
    padding-bottom: 11px;
}

.beauty_text h2 {
    color: #EA5084;
    font-family: 'Domine-Regular';
    font-size: 45px;
    font-weight: 600;
    line-height: 47px;
    width: 73%;
}

.beauty_text p {
    color: #000;
    font-family: 'Inter-Regular';
    font-size: 14px;
    width: 71%;
    line-height: 27px;
    border-bottom: 1px solid;
    padding-right: 67px;
    padding-bottom: 18px;
}

.beauty-catg .svg-box:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: #fdaca8;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* margin: auto; */
    border-radius: 51px;
}

.beauty-catg span {
    font-family: 'Domine-Regular';
    font-size: 18px;
    font-weight: 600;
    color: #ea5084;
}

.beauty-catg p {
    color: #4A4642 !important;
    font-family: 'Inter-Regular';
    font-size: 16px !important;
    font-weight: 400;
    margin: 0;
    padding: 9px 0px;
    width: 80% !important;
    border: unset !important;
}  

.booking_appointment{
    background-image: url(../images/booking-appointment.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 132px 0;
    background-position: center;
    height: 470px;
}
.booking_appointment::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #EB5286 0%, #FDACA800 100%);
    z-index: -1;
    top: 0;
    left: 0;
}
.booking_appointment_text h2 {
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
    font-size: 39px;
    font-weight: 700;
    line-height: 47px;
}

.booking_appointment_text p {
    color: #fff;
    width: 80%;
    line-height: 25px;
}

.booking_appointment_text a {
    width: 130px;
    height: 44px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.booking_appointment .row {
    align-items: center;
}
.service_sec {
    padding: 100px 0;
}

.services_content h6 {
    font-size: 14px;
    font-family: poppins;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    padding-bottom: 9px;
}

.services_content h3 {
    color: #EA5084;
    font-family: 'Domine-Regular';
    font-size: 39px;
    font-weight: 700;
    line-height: 47px;
}

.services_content p {
    color: #000000a3;
    font-family: 'Inter-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    width: 85%;
}


.services_content a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 154px;
    background: #fdaca8;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.seriv_img img {
    width: 100%;
    height: 426px;
    object-fit: cover;
    border-radius: 10px;
}

.seriv_img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.seriv_img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000061;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.seriv_text {
    position: absolute;
    z-index: 99;
    top: 0;
    text-align: center;
    padding: 35px 56px;
    height: 100%;
    transition: 1s all;
    border-radius: 10px;
}

.seriv_text h3 {
    margin-bottom: 14px;
    color: #FDACA8;
    font-family: 'Domine-Regular';
    font-size: 25px;
    font-weight: 600;
}

.seriv_text p {
    color: #ffffffad;
    font-weight: 500;
    font-family: 'Inter-Regular';
}




.Service_box:hover .seriv_text {
    transform: translate(0px, 500px);
}

.seriv_text.uper {
        background-image: linear-gradient(180deg, #FCA7A6 0%, #EA5787 100%);
        position: absolute;
        transform: translate(0px, -500px) !important;
        top: 0;
        border-radius: 10px;
}

.Service_box:hover .seriv_text.uper {
    transform: translate(0px, 0px) !important;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.Service_box {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.seriv_text.uper a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 130px;
    background: #FDAFAC;
    color: #fff;
    margin: 0 auto;
}

.seriv_text.uper h3 {
    color: #fff;
}

.seriv_text.uper p {
    color: #fff;
}
.book_seat_sec {
    padding: 100px 0;
    background: #f5f7f8;
}

.book_seat_text h5 {
    color: #000000;
    font-family: 'Domine-Regular';
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 11px;
}

.book_seat_text h2 {
    color: #EA5084;
    font-family: 'Domine-Regular';
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
}

.book_seat_text p {
    color: #4A4642;
    font-family: 'Inter-Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    width: 90%;
    padding-bottom: 13px;
}

.book_seat_text h4 {
    color: #EA5084;
    font-family: "Domine", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    padding-top: 24px;
    border-top: 1px solid #000;
}

.book_seat_text ul {
    column-count: 2;
    padding-bottom: 23px;
    border-bottom: 1px solid;
}

.booking_contact.seat {
    justify-content: start;
}
.booking_contact.seat {
    padding-top: 20px;
}

.booking_contact.seat i {
    height: 85px;
    width: 85px;
}

.booking_contact.seat p {
    font-style: italic;
    font-weight: 600;
    color: #000;
}
.book_seat_text ul li {
    padding-bottom: 11px;
}

.book_seat_text ul li i {
    color: #fdaca8;
    padding-right: 19px;
}

/* Header */
.form-header {
    background: #fdaca8;
    padding: 57px;
    text-align: center;
    border-radius: 15px 15px 0 0;
}

.form-header h2 {
    color: #fff;
    font-size: 36px;
    margin: 0;
}

/* Form Body */
.form-body {
    padding: 30px;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

/* Labels */
.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

/* Inputs */
.form-control {
    width: 100%;
    padding: 12px;
    border: none;
    background: #eeeff1;
    border-radius: 5px;
    font-size: 14px;
    color: #e0929f;
}

.form-control::placeholder {
    color: #e08a9a;
}

/* Row */
/* .row {
    display: flex;
    gap: 20px;
}

.row .form-group {
    width: 50%;
} */

/* Full width */
.full {
    width: 100%;
}

/* Textarea */
textarea.form-control {
    height: 120px;
    resize: none;
}
.menuSec a h3 {
    text-decoration: none;
    color: #000;
    font-size: 26px;
}
/* Button */
.btn {
    width: 100%;
    padding: 14px;
    border: none;
    background: #fdaca8;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    margin-top: 15px;
}

/* Success text */
.success {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.why_chose_us_text ul li svg {
    height: 50px;
    width: 50px;
}



.why_chose_us {
    background-image: url(../images/why-chose-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background-position: center;
}
.why_chose_us::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #EB5286 0%, #FDACA800 100%);
    z-index: -1;
    top: 0;
    left: 0;
}
.why_chose_us_text h6 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Domine-Regular';
    font-style: italic;
    color: #fff;
}

.why_chose_us_text h2 {
    color: #FFFFFF;
    font-size: 39px;
    font-weight: 700;
    line-height: 47px;
}

.why_chose_us_text p {
    color: #FFFFFF;
    font-family: 'Inter-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 86%;
}

.why_chose_us_text ul {
    column-count: 2;
    padding: 28px 0 0;
    border-top: 1px solid #61CE70;
    margin: 0;
}

.why_chose_us_text ul li {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 18px;
}
.why_chose_us_text ul li p {
    margin: 0;
    padding-bottom: 10px;
}
.why_chose_us_text ul li img {
    height: 55px;
    width: 99px;
    border-radius: 50px;
    background: #fff;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why_chose_us_text ul li h5 {
    margin: 0;
    color: #fff;
    padding-bottom: 11px;
}
/*Testi Sec Css Starts*/

section.testi-sec {
  position: relative;
  background-image: url("../images/about-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: ease-in;
  transition-duration: 0.5s;
}

section.testi-sec:hover .testi_slider .slick-next {
  right: -45px;
  transition: ease-out;
  transition-duration: 0.5s;
}

section.testi-sec:hover .testi_slider .slick-prev {
  left: -45px;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testi_slider .slick-active {
  opacity: 1;
}

.testi_slider .slick-slide {
  margin: 0px 10px;
}

.testi-card-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 20px;
  background-color: #f5f7f8;
  box-shadow: 0 0 3px 0 #0000003d;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
}

.testi-card-user-img-star {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


.testi-card-user-txt h5 {
    margin: 0;
    font-weight: 600;
    color: #ed5c8c;
}

.testi-card-user-txt span {
    font-style: italic;
    font-size: 13px;
}
.testi-card-user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  overflow: hidden;
}

.testi-card-user-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testi-card-user-star ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.testi-card-user-star ul li a i {
  font-size: 14px;
  color: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testi-card-user-star ul li a i:hover {
  color: #ff9900;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testi-card-txt p {
  font-size: 14px;
  line-height: 22px;
  /* width: 100%; */
  margin: 0 auto;
  font-family: 'Inter-Regular';
}

.testi-card-user-txt h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1;
  color: #7b7b7b;
  font-weight: 600;
}

.testi-card-user-txt h6 span {
  font-weight: 400;
}

ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 5px;
}

ul.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
  width: 10px;
  margin: 0;
  border-radius: 100px;
  overflow: hidden;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}
ul.slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
}

ul.slick-dots li button::before {
  opacity: 1;
  background-color: #fbdee8;
  /* border: 1px solid #00000057; */
  border-radius: 100px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  content: "";
}

ul.slick-dots li.slick-active button::before {
  border: 1px solid #0000;
  background-color: #eb598a;
}

.testi_slider .slick-prev,
.testi_slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

.testi_slider .slick-prev::before,
.testi_slider .slick-next::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.testi_slider .slick-next {
  right: -45vw;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testi_slider .slick-prev {
  left: -45vw;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testi_slider .slick-next::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #000;
  font-size: 30px;
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testi_slider .slick-prev::before {
  content: "\f053";
  font-family: "FontAwesome";
  color: #000;
  font-size: 30px;
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}
.testi-heading.heading {
    text-align: center;
}

section.testi-sec.sec {
    padding: 100px 0;
}


.testi-heading.heading h2 {
    color: #EA5084;
    font-family: 'Domine-Regular';
    font-size: 39px;
    font-weight: 700;
    line-height: 47px;
}

.testi-heading.heading h4 {
    color: #000000;
    font-family: 'Domine-Regular';
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 10px;
}
/*Testi Sec Css Ends*/
.beauty_meet .container {
    padding-bottom: 51px;
    padding-top: 30px;
    border-top: 1px solid #000;
}

.beauty_meet .row {
    align-items: center;
}

.beauty_meet_text h2 {
    color: #EA5084;
    font-family: 'Domine-Regular';
    font-size: 39px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 11px;
}

.beauty_meet_text p {
    color: #4A4642;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 80%;
}

.beauty_contact{
    background-image: url(../images/beauty-contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.beauty_contact::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0000005c;
    top: 0;
    left: 0;
    z-index: -1;
}
.beauty_contact_text {
    text-align: center;
}
.banner_text a:hover {
    background: #FEDAD8;
}

.book-form button:hover {
    background: #FEDAD8;
}

.booking_appointment_text a:hover {
    background: #fdaca8;
}

.services_content a:hover {
    background: #FEDAD8;
}

.seriv_text.uper a:hover {
    background: #FEDAD8;
}

button.btn:hover {
    background: #FEDAD8;
}

.beauty_contact_text a:hover {
    background: #FEDAD8;
}
.beauty_contact_text h2 {
    color: #fff;
}

.beauty_contact_text p {
    color: #fff;
    font-family: 'Inter-Regular';
}

.beauty_contact_text a {
    margin:  0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 141px;
    background: #fdaca8;
    border-radius: 5px;
    color: #fff;
}
.about_text p {
    color: #000000cf;
    font-weight: 400;
    font-family: 'Inter-Regular';
    font-size: 14px;
    line-height: 26px;
}
.about_sec.inner-about .row {
    align-items: start;
}
.about_text h2 {
    color: #000;
    margin-bottom: 10px;
    font-size: 35px;
}

.about_img img {
    border-radius: 20px 20px 20px 20px;
    height: 418px;
    width: 100%;
    object-fit: cover;
}

.about_sec.inner-about {
    padding: 100px 0;
    border-top: 1px solid #0000004f;
}
.inn-banner {
    text-align: center;
    padding: 50px 0;
    background: #000;
}

.inn-banner h2 {
    color: #fff;
    font-size: 68px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'poppins';
}

.inn-banner a {
    color: #fff;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.inn-banner span {
    color: #ffff;
    text-transform: uppercase;
    font-size: 13px;
}

.serives_text p {
    color: #000000cf;
    font-weight: 400;
    font-family: 'Inter-Regular';
    font-size: 14px;
    line-height: 26px;
}

.serives_text h2 {
    color: #000;
    margin-bottom: 10px;
    font-size: 35px;
}

.servi_img img {
    border-radius: 20px 20px 20px 20px;
    height: 418px;
    width: 100%;
    object-fit: cover;
}
.servi_sec {
    padding: 100px 0 50px 0;
}
.Gallery_Sec {
    padding: 100px 0 80px;
}
.Gallery_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.Gallery_Sec .row {
    padding-bottom: 20px;
}
.section_contact{
    padding:70px 0;
}
section.section_contact label {
    font-size: 12px;
    color: #000;
    padding-bottom: 10px;
}

section.section_contact form input {
    border-radius: 0;
}

section.section_contact form textarea {
    border-radius: 0;
}
/* LEFT FAQ */

.faq-title{
    font-size: 24px;
    font-weight: 600;
    letter-spacing:1px;
    margin-bottom:25px;
    font-family: poppins;
}

.faq-box{
    border-top:1px solid #ddd;
}

.faq-item{
    border-bottom:1px solid #ddd;
    padding:18px 0;
}

.faq-question{
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question span{
    font-size:12px;
    transition:0.3s;
}

.faq-answer{
    font-size:14px;
    color:#777;
    margin-top:12px;
    line-height:1.7;
    display:none;
}

.faq-item.active .faq-answer{
    display:block;
}

.faq-item.active .faq-question span{
    transform:rotate(180deg);
}

/* FIRST ACTIVE COLOR */
.faq-item.active .faq-question{
    color:#f28b82;
}


/* RIGHT CONTACT */

.contact-small{
    font-size:13px;
    color:#999;
    margin-bottom:5px;
    font-weight: 300;
}

.contact-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom:25px;
    font-family: poppins;
}

.form-control{
    height: 45px;
    border:1px solid #ddd;
    border-radius:0;
    font-size:14px;
}

textarea.form-control{
    height:170px;
}

.form-control:focus{
    box-shadow:none;
    border-color:#ccc;
}

.btn-custom{
    background:#f28b82;
    color:#fff;
    border:none;
    padding:12px 28px;
    font-size:13px;
    font-weight:600;
    border-radius:0;
    margin-top:10px;
}

.btn-custom:hover{
    background:#e57373;
}



/* MAIN BOX */
.form-wrapper{
    background:#fff;
    padding:40px;
    margin:50px auto;
    box-shadow:0 2px 8px rgba(0,0,0,0.1);
}

/* LABEL */
.form-label{
    font-weight:600;
    font-size:14px;
    margin-bottom:6px;
}

.required{
    color: #c02b0a;
    font-size:12px;
    font-style:italic;
}

/* INPUT */
.form-control, .form-select{
    height:45px;
    border:1px solid #ddd;
    border-radius:0;
    font-size:14px;
}

.form-control:focus, .form-select:focus{
    box-shadow:none;
    border-color:#ccc;
}

/* TIME BOX */
.time-group{
    display:flex;
    gap:10px;
    align-items:center;
}

.time-group input,
.time-group select{
    width:80px;
    text-align:center;
}

/* TEXTAREA */
textarea.form-control{
    height:180px;
    resize:none;
}

/* BUTTON */
.btn-submit{
    background: #fbdad8;
    border:none;
    font-weight: 500;
    font-size:13px;
    margin-top:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 148px;
}

.btn-submit:hover{
    background:#d9aaa5;
}


/* MAIN FOOTER */
.footer{
    background: #fedad8;
    padding:70px 0 0;
    position:relative;
}

/* TEXT */
.footer h4{
    font-weight: 600;
    margin-bottom:15px;
    font-family: poppins;
    color: #000;
}

.footer p{
    font-size:14px;
    color:#333;
    line-height:1.7;
    width: 67%;
}

/* LINKS */
.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:8px;
    font-size:14px;
}

.footer ul li a{
    text-decoration:none;
    color:#333;
}

/* CONTACT ICONS */
.contact-info i{
    color: #eb5785;
    margin-right:10px;
}

/* SOCIAL */
.social-icons{
    margin-top:15px;
}

.social-icons a{
    display:inline-flex;
    width:35px;
    height:35px;
    background:#fff;
    color:#d87c73;
    border-radius:50%;
    align-items:center;
    justify-content:center;
    margin-right:8px;
    font-size:14px;
}

/* NEWSLETTER BOX */
.newsletter-box{
    border: 5px solid #fdaca8;
    padding:40px 30px;
    text-align:center;
    position:relative;
    border-radius: 16px;
}

.newsletter-icon{
    position:absolute;
    top:-25px;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #fdaca8;
    font-size:20px;
}

.newsletter-box h3{
    margin-top:20px;
    font-weight: 500;
    font-family: 'Domine-Regular';
    font-size: 41px;
}

.newsletter-box p{
    font-size:14px;
    margin:15px 0;
}

/* INPUT */
.newsletter-box input{
    width:100%;
    height:45px;
    border:none;
    padding-left:10px;
    margin-bottom:10px;
}
.newsletter-box input::placeholder{
    color: #fecdcb;
}
/* BUTTON */
.newsletter-box button{
    width:100%;
    height:45px;
    background:#e79a95;
    border:none;
    color:#fff;
    font-weight:600;
}

/* BOTTOM BAR */
.footer-bottom{
    background: #fdaca8;
    color:#fff;
    padding:15px 0;
    margin-top:50px;
    font-size:14px;
}

.footer-bottom a{
    color:#fff;
    text-decoration:none;
}

.refund_returns {
    padding: 50px 0;
}

.refund_returns_text p {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
}

.refund_returns_text li {
    color: #7c7c7c;
    font-size: 14px;
    margin-left: 19px;
}

.refund_returns_text h3 {
    font-size: 24px;
    padding: 12px 0;
}