@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap'); */

body {
    padding: 0;
    margin: 0;
    color: #333;
    font-family: 'poppins', sans-serif !important;
    overflow-x: hidden;
    height: 100%;
    overscroll-behavior: none;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    /* transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; */
}

html {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 100vh;
}

button:focus {outline: none;}
.mr-0 {
    margin-right: 0px;
}

.justify-center{
justify-content: center;
}
.pt-70{
    padding-top:70px;
    }
    .pb-30{
        padding-bottom:30px;
    }
/*==============Header===========*/
/* a .navlink .active{
color :red;
} */
/* .navbar-light .navbar-nav .nav-link.active {
color:#fff;
} */
.header .navbar {
    background-color: #171736;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.navbar-light .navbar-nav .nav-link {
    color: #818181;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
.fixedHeader {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    /* background-color: #fff !important;  */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
    width: 100%;
    max-width: 317px;
}

.mainMenu {
    margin-left: 30px;
}

.mainMenu li a {
    color: #fff;
    font-weight: 300;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 15px;
}

.mainMenu li {
    margin-right: 10px;
}
.btnTheme {
    display: inline-block;
    padding: 8px 12px;
    font-size: 13px;
    color: #171736;
    font-weight: 600;
    transition: 0.7s;
   -webkit-transform: scale(1); 
}

.btnTheme1 {
    display: inline-block;
    padding: 9px 31px;
    font-size: 16px;
    color: #171736;
    font-weight: 600;
    margin-top: 10px;
    border: 3px solid #c9c9c9;
    transition: 0.7s;
    -webkit-transform: scale(1); 
}


.bannerText img {
    max-width: 200px;
}

.text-Service img {
    max-width: 300px;
}

.bannerText h1 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
}

.bannerText p {
    font-size: 15px;
    color:#fff;
    font-weight: 300;
}

.slider {
    position: relative;
    width: 100%;
}

.items {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* padding-bottom: 56.25%; */
    height: 700px;
}

.item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 60%; */
    opacity: 0;
    transition: opacity .6s ease-in-out;
}

.current {
    opacity: 1;
}

.items img {
    /* height:700px; */
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section1.style-two {
    padding-top: 100px;
}
.text-Service {
    align-items: center;
    padding: 15px 0px 0px 0px;
    display: flex;
}

h2.underline {
    /* width: 64%; */
}

.text-Service h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    /* padding-top: 25px; */
    padding-bottom: 17px;
    color: #000;
    margin: 0 auto;
}

.about-section.style-two {
    background: #fff;
    /* margin-top: -16px; */
}

.about-section {
    position: relative;
    overflow: hidden;
    background: #333333;
    z-index: 1;
}

.mb-30 {
    margin-bottom: 30px;
}

.about-section.style-two .image>img {
    -webkit-clip-path: polygon(0 0, 100% 13%, 100% 87%, 0% 100%);
    clip-path: polygon(0 0, 100% 13%, 100% 87%, 0% 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.about-section.style-two .image .overlay-image {
    position: absolute;
    left: -100px;
    bottom: 50px;
    max-width: 260px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.about-section .image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mt-70 {
    margin-top: 20px;
}

.content .title span {
    font-size: 25px;
}

.content .title p {
    font-size: 14px;
}

.content .title p {
    font-size: 14px;
    font-weight: 300;
    color: #5c5c5c;
}

.content .blockquote {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
}

.image:hover .overlay-image {
    transform: perspective(400px) rotateY(0deg) !important;
}

.about-section.style-two .content .blockquote {
    padding-left: 20px;
    border-left: 3px solid #171736;
}

p.text {
    color: #666;
    font-size: 15px;
    line-height: 25px;
}

.services_sec {
    padding: 20px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
    margin-bottom: 30px;
    min-height: 224px;
    position: relative;
    border-radius: 8px;
    background-color: #f5f2fd;
}

.services_sec h3 {
    font-size: 22px;
    color: #303030;
    font-weight: 700;
    margin-bottom: 15px;
}

.services_sec p {
    font-size: 14px;
    color: rgb(137 137 137);
    font-weight: 300;
    margin-bottom: 30px;
}

.offer-deal {
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    min-height: 530px;
}

.services_sec span {
    font-size: 13px;
    background: #171736;
    color: #fff;
    padding: 5px 10px 5px 10px;
    position: relative;
    position: absolute;
    bottom: 10px;
    left: -12px;
}

.services_sec span::after {
    position: absolute;
    content: "";
    top: -19px;
    left: 0px;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 13px solid #171736;
    border-bottom: 0 solid transparent;
}

p.amt {
    bottom: -26px;
    position: absolute;
    right: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #171736;
}

.footer_img img {
    width: 100%;
    max-width: 320px;
}

.footer-sec {
    background-color: #171736;
    min-width: 200px;

}

.footer_img {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    align-items: center;
    flex-wrap: wrap;
}

.footerTxt p {
    color: #fff;
}

.footerTxt h2 {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 20px;
}

.footerTxt span {
    color: #b7b7b7;
    font-size: 13px;
}

.footerTxt p {
    font-size: 12px;
    color: #b7b7b7;
    margin-bottom: 0px;
}

.slick-next {
    background-color: #171736 !important;
}

.slick- {
    background-color: #171736 !important;
}

div.slider-arrow {
    position: absolute;
    top: 50%;
    height: 42px;
    margin-top: -17px;
    color: #fff;
    line-height: 44px;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    width: 42px;
    border-radius: 50%;
}

div.slider-prev {
    left: -40px;
    background: #171736;
    justify-content: center;
    display: flex;
    align-items: center;
}

div.slider-next {
    right: -40px;
    background: #171736;
    justify-content: center;
    display: flex;
    align-items: center;
}

.slick-arrow[aria-disabled="true"] {
    opacity: .5;
}

.slick-slide img {
    display: block;
    max-height: 230px;
    border-radius: 8px;
}

section#service {
    background-color: #fbfbfb;
    padding-bottom: 30px;
}

.offer_sec {
    /* margin-bottom: 20px; */
    margin-top: 10px;
    text-align: center;
    transition: 0.5s !important;
}

.offer-app h3 {
    margin-bottom: 13px;

}

.offer_app p {
    /* padding: 0 35px;
    padding: 0 60px; */
    font-size: 18px;
    margin-bottom: 0px;
}

.offer_app h4 {
    font-size: 15px;
    font-weight: 600;
}

.appointment_sec {
    max-width: 500px;
}

.appointment_sec .offer_sec,
h3 {
    font-size: 25px;
    color: #202020;
    font-weight: 700;
    /* max-width: 800px; */
    line-height: 34px;
    margin-bottom: 10px;
}
.offer_sec .appointment_sec,
h4 {
    font-size: 16px;
    color: rgb(60 60 60);
    ;
}
.offer_sec .appointment_sec,
p {
    color: rgb(64 63 63);
    font-size: 16px;
    font-weight: 400;

}

.appointment_sec span {
    color: #040452
}
.appoint_heading{
color: #000;
font-size: 22px;
margin-bottom: 20px;
}

.btnThemeInfo {
    display: inline-block;
    padding: 12px 31px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    /* margin-top: 22px; */
    /* border: 3px solid #c9c9c9; */
    background: #171736;
    border-radius: 28px;
    transition: 0.7s;
    -webkit-transform: scale(1); 
}

.Text-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* margin: 0px 15px; */
    align-items: center;
}

.text-area {
    border: 1px solid rgb(215 215 215);
    border-radius: 8px;
    background: #efefef;
    margin: 0px;
    margin-top: 25px;
    padding: 15px;
    max-width: 1000px;
    margin: auto;
}

.custom_txt h3 {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}

.custom_txt h4 {
    font-size: 16px;
    color: rgb(60 60 60);
    line-height: 30px;
}

.custom_txt p {
    color: rgb(64 63 63);
    font-size: 14px;
    font-weight: 400;
}

.underline {
    position: relative;
}

.underline::after {
    content: '';
    background-color: #171736;
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 7px;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 10px;
}

.tf__banner_img .img::after {
    position: absolute;
    content: "";
    background: url(../img/star3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: rotate-animation 30s infinite linear;
    z-index: -1;
    border-radius: 50%;
}

.tf__banner_img .img {
    height: 400px;
    width: 400px;
    /* position: absolute; */
    border-radius: 50%;
    padding: 19px;
    box-Shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
}
.tf__banner_img .img img {
    border-radius: 50%;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
img.fadeImage {
    height: 700px;
}
.text-center {
    text-align: center;
}
.mt-84 {
    margin-top: 96px;
    margin-bottom: -16px;
}
.text-Service .service_feild {
    /*width: 72%;*/
    margin: 0 auto;
}
.serviceTab {
    margin: 0 auto;
}
.bannertop-text {
    margin-top: -68px;
}
.bannertop_img {
    position: absolute;
    top: 7%;
    width: 100%;
    max-width: 850px;
}
/*============Benefit of massage tharapy=========*/
.middle-sec {
    margin-top: 135px;
    margin-bottom: 40px;
}

.heading-info h2 {
    font-size: 29px;
    color: #444444;
    font-weight: 700;
    line-height: 40px;
}

.heading-info p {
    font-size: 15px;
    color: #404040;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 10px;
}


.conf-img img {
    border-radius: 10px;
    max-width: 350px;
}

.conf-img {
    position: relative;
    justify-content: center;
    display: flex;
}

.gtext {
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.gtext span {
    font-weight: 400;
    color: #444444;
    font-size: 14px;
    padding-left: 25px;
    display: flex;
}

.gtext::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #171736;
    position: absolute;
    top: 25px;
    border-radius: 2px;
}

.imgClod img {
    border-radius: 10px;
}

.planSec {

    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 20px;
    background: #242444;
}

.planSec h2 {
    font-size: 25px;
    color: #fff;

}

.Cpld-Text h3 {
    text-align: left;
    font-size: 28px;
    color: #202020;
}

.Cpld-Text p {
    text-align: left;
    padding: 10px 0px;
    color: #585858;
    font-weight: 500;
    margin-bottom: 0px;
}

.planSec ul li {
    list-style-type: disc;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 35px;

}

.planSec {
    margin-bottom: 28px;
    min-height: 340px;
}

.planSec span {
    color: #fff;
}

.sec_dash {
    margin-bottom: 55px;
    margin-bottom: 25px;
    padding: 15px 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;

}

.Text_header p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.Text_header {
    padding: 10px 0px 0px 15px;
}

.main_div {

    margin-bottom: 55px;
    margin-bottom: 25px;
    padding: 15px 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;

}

/*============Schedule-Now====================*/
.schedule_section img {
    max-width: 250px;
}

.mt-130 {
    margin-top: 130px;
}

.schedule_section {
    justify-content: center;
    display: flex;
}

.text-Sclod {
    margin: 40px 0px;
}

.text-Sclod p {
    font-size: 14px;
    line-height: 31px;
    padding: 0px 30px;
    padding-top: 10px;
    color: #292929;
}

.text-Sclod h2 {
    font-size: 30px;
    font-weight: 900;
    color: #202020;
}

.text-Sclod h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0px;
    color: #292929;
}

.btnSchedule {
    display: inline-block;
    padding: 14px 32px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #171736;
    border-radius: 32px;
    font-weight: 600;
}

/*========Animation=============*/
.fade-in-image {
    animation: fadeIn 1.8s;
}

.fade-in-page {
    animation: fadeIn 1.8s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.fadeIn {
    opacity: 1 !important;
}

.preFade {
    opacity: 0;
    transition-property: opacity;
}

.mt-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.btnService_menu {
    display: inline-block;
    padding: 10px 34px;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    background-color: #171736;
    border-radius: 0px;
    font-weight: 600;
    border-radius: 4px;
}

.service_menu {
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 8px;
    min-height: 300px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background-color: #f4f4f46e;
}

.service_menu h3 {
    font-size: 16px;
    font-weight: 600;
    color: #202020;
    margin-top: 18px;
    line-height: 25px;
}
.service_menu p {
    margin-top: 15px;
    font-size: 25px;
    color: #000;
    font-weight: 700;
}
.service_menu span {
    font-size: 15px;
    font-weight: 500;
    color: #202020;
}
.service-Pills .nav-link.active {
    border-radius: 4px;
    color: #fff;
    background-color:#171736;
    border-bottom: 2px;
    text-align: center;
}

.service-Pills .nav-link {
    color: #fff;
    background-color: #CBC2EC;
    margin: 10px 10px;
    text-align: center;
}
.CustomBtn_bn {
    margin-top: 56px;
}
.ser_menu h2 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
}
.ser_menu>div {
    text-align: center;
}
.ser_menu span {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 500;

}
.btnbookings {
    display: inline-block;
    padding: 14px 16px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    background-color: #ffffff;
    font-weight: 600;
    width: 200px;
    border: 1px solid #e4e1e1;
    background: #171736;
    border-radius: 0.25rem;
    margin-bottom: 10px;
}
.staff_sec {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #cccccc;
}
.staff_sec img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.flex-prop{
   justify-content: center;
    display: flex;
}
.bookTab{
margin-top: 25px;
margin-bottom: 15px;
}
.serClad {
    color: #fff;
    background: #CBC2EC;
}
.enterTxt{
bottom: 36% !important;
font-size: 17px !important;
font-weight: 400 !important; 
}

.schedule_heading p{
    color: #202020;
    font-weight: 700;
}
.styleBtn{
text-align: center;
margin-bottom: 30px;
}

/*===========service-Modal================*/

.btnThem_service {
        display: inline-block;
        padding: 10px 30px;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        /* margin-top: 10px; */
        border: 1px solid #c9c9c9;
        background-color: #000;
    }
      .customChk {
        display: block;
        position: relative;
        margin-bottom: 10px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 0px;
        }
        .customChk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        }
        .checkmark {
        position: absolute;
        top: 32px;
        height: 26px;
        width: 26px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        right: 15px;
        }
        .customChk input:checked~.checkmark:after {
        display: block;
        }
        .customChk .checkmark:after {
        left: 8px;
        top: 3px;
        width: 8px;
        height: 14px;
        border: solid #666;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        }
        .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        }
        .customChk input:checked~.checkmark {
        background-color: #fff;
        border-radius: 5px;
        }
        .chooseTopic h2 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 500;
            color: #000;
        }
            .chooseTopic ul li p {
            border: 1px solid #ededed;
            padding: 15px 20px;
            width: 100%;
            font-size: 14px;
            border-radius: 4px;
           
            color: rgb(96 96 96);
            font-weight: 400;
            box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
            margin-bottom: 15px;
            height:90px;
            line-height: 28px;
        
            }
            ul li {
            list-style-type: none;
            }
            input[type=checkbox]:checked+p{
                color: #000;
                }
                .pickServices {
                    display: flex;
                    align-items: center;
                    margin-bottom: 10px;
}              
.selected_services {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.selected_services h3{
    font-size: 15px;
   
    color: #000;
    font-weight: 500;
}
.selected_services p{
    color: rgb(0 0 0);
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}
.pickServices h3{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.pickServices span
{
color: #0062cc;
    text-decoration: underline;
    margin-left: 15px;
}
.select_dt h3 {
    font-size: 16px;
    color: #000;
}
.select_dt h4 {
    font-size: 15px;
    color: #202020;
}
button.btn.btnTheme.btnThem_service{
    margin-right: 10px;
}
.avl_dt {
    margin-bottom: 10px;
}
.avl_dt h3{
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.detail_section h3{
    color: #000;
    font-size: 20px;
}
.detail_section p{
    color: #909090;
    font-weight: 300;
    font-size: 16px;
}
.detail_section .form-group input::placeholder{
    color:#a0a0a0;
    font-size: 14px;
    font-weight: 300;
}
.detail_section .form-group input{
    width: 100%;
    height: 46px;
  
    color:#a0a0a0;
    font-size: 14px;
    font-weight: 300;
}
.detail_section .form-group select
{
    width: 100%;
    height: 46px;
    border: 1px solid #ced4da;
    font-size: 14px;
    font-weight: 300;
    padding-left:10px;
    background: #fff !important;
    border-radius: 0.25rem;
}
.detail_section .form-group select:focus-visible{
    outline: none;
}
.detail_section .form-group select:focus {
    border-color: rgb(113, 158, 206);
    box-shadow: rgb(113, 158, 206) 0px 0px 2px;
    outline: none !important;
}
.menu_p p{
    margin-top:56px !important;
}
.btndash_btn{
    width: 118px;
    height: 44px;
    font-size: 12px;
    background-color: #fff;
    color: #000;
}
.btndash1_btn{
    width: 118px;
    height: 44px;
    font-size: 12px;
    border: 1px solid #ccc;
    }
.btndash_btn:hover{
    background-color: #000;
    color:#fff;
}
.serviceCrd{
    margin-bottom:30px;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail-review{
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    background-color: #fbfbfb;
    margin-bottom: 15px;
}
.detail-review p{
    font-size: 14px;
}
.detail-review h3{
    font-size: 14px;
}
.form-group textarea::placeholder{
    padding:5px;
    color:#828282;
    font-size: 13px;
}
.intl-phone-field__country-calling-code {
   height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    flex: none;
    padding-left: 16px;
    padding-right: 16px;
    padding: 10px;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.intl-phone-field__phone-input-container {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
}
.detail_section .form-group input {
    width: 100%;
    height: 46px;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 300;
    /* border: none; */
    border: 1px solid #ced4da;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding-left: 10px;
}
/*----signIn- section-------------*/
.signIn_para h3{
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height: 20px;
}
.signIn_para1{
    text-align: center;
}
.signIn_para1 a{
    font-weight: 500;
    color: #000;
    margin-right: 10px;
    font-size: 14px;
}
.ssdlist span{
    margin-left: 8px;
font-size: 15px;
color: #000;
    font-weight:500;

}
.seprationLine{
    margin-bottom: 25px;
    width: 100%;
    height: 1px;
    background: #efefef;margin-top: 25px;
}
 .pb-20{
    padding-bottom:20px;
 }
 .pl-0{
    padding-left:0px;
 }
 .pl-15{
    padding-left: 15px;
 }
 .justify-between{
    justify-content: space-between;
 }
   .d-flex{
    display: flex;
   }
   .align-item-center{
    align-items: center;
   }
 .cookieText a h4 {
   margin-bottom: 0px;
    color: #7f7d7d;
    font-weight: 400;
    font-size: 15px;
 }
 .appointmentTxt a span{
    font-size: 15px;
    color: #000;
    margin-right: 15px;
    font-weight: 600;
 }
 .noEvent{
    font-size: 16px;
    font-weight: 500;
    color: #aaa6a6; 
 }
 .AddCard{
    width: 106px;
    border: 1px dashed #828282;
    padding: 5px;
    font-size: 13px;
    justify-content: center;
    display: flex;
    border-radius: 2px;
    background: #fcfcfc;
    font-weight: 700;
    cursor: pointer;
 }
 .form-group input:focus { 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 2px #719ECE;
 }
 .Text_header :nth-child(3){
    margin-bottom: 0px;
    color:#616161;
    font-size: 14px;
    font-weight: 500;
  }
  .btnBenfitMsg{
    color: #fff;
    border: 1px solid #17173614;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    background-color: #171736;
    transition: 0.7s;
    -webkit-transform: scale(1); 
  }
  .hlthfitHeading{
    margin-bottom: 16px;
    font-size: 28px;
    color: #444444;
    font-weight: 700;
  }
 .zoom{
    transition: 0.7s;
    -webkit-transform: scale(1); 
}
.zoom a{
    color:#000;
} 
.zoom:hover {
    -webkit-transform: scale(.9);
    transition: 0.7s;
}

h2.title {
    line-height: 30px;
}
.content .title span {
    font-size: 24px;
    font-weight: 600;
   }

.link_styl a{
    border-bottom: 1px solid #007bbf;
    font-size: 12px;
    font-weight: 600;
    color: #007bbf;
}
.myProfileSection {
    border: 1px solid #bcbcbc26;
    border-radius: 6px;
    background-color: #f6f6f663;
    height: 80px;
    display: flex;
}

/*===========profile-section====================*/
.myProfileSection p{
margin-bottom: 0px;
    font-size: 14px;
}

.cardDetail .form-group label{
    /* margin-bottom: 0.2rem; */
    font-size: 14px;
    color: #000;
}
.txtCardinfo{
    padding: 15px 20px;
    width: 100%;
    font-size: 13px;color: rgb(96 96 96);line-height: 24px;
    padding-left: 38px;
}

.checkmark1{
    position: absolute;
        top: 0px;
        height: 23px;
        width: 23px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
       left:0px !important;
}

.customChk .checkmark1:after {
    left: 7px;
    top: 2px;
}
.flex-prop1{
    justify-content: end;
    display: flex;
    width: 100%;
}
.btnCard-detail {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    background-color: #ffffff;
  
    /* width: 200px; */
    border: 1px solid #e4e1e1;
   
}

.btnCard-detail1{
color: #fff; 
    background: #000;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
}
.myproBtn{
    width: 230px;
    margin-right: 12px;

}
.myProfileSection span img{
    width:25px; 
    margin-right: 15px; 
}
.profileLnk{
margin-top: 20px;
display: flex;
align-items: center;
}
.profileLnk p{
margin-bottom: 0px;
margin-right: 20px;
color: #4c4c4c;
font-size: 15px;
font-weight: 500;             
}
.profileLnk span{
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    background-color: #000;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}
.purchasesTxt{
 margin-left: 35px;line-height: 18px;
}
/*=======Utility classes=================*/
.font-15{
    font-size: 15px;
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-10{
    font-size: 10px;
}
.mt-15{
    margin-top:15px;
}

.color-bg{
color:#000;
}
.color-white{
    color:#fff !important;
    }
.font-300{
    font-weight:300;
   }
.font-400{
 font-weight:400;
}
.font-500{
    font-weight:500;
   }
   .font-600{
    font-weight:600;
   }
   .font-700{
    font-weight:700;
   }
   .font-800{
    font-weight:800;
   }
   .ml-10{
    margin-left: 10px;
   }
   .ml-15{
    margin-left: 15px;
   }
   .br-8{
    border-radius:8px;
   }
   .w-100{
    width:100%;
   }
   .p-20{
    padding:20px;
   }
   .mb-25{margin-bottom: 25px;}

   .pt-15{
    padding-top:15px;
}
.mt-10{
    margin-top:10px;
}
.mt-25{
    margin-top: 25px;;
}
.mb-0{
    margin-bottom:0px;
}
.mb-15{
    margin-bottom:15px;
}

.pickServices h3{
    color:#000;
    margin-bottom: 0px;;
}
.line-segment{
margin-bottom: 30px;
height: 1px;
background: #efefef;
margin-top: 0px; 
}
.sl-txt-area{
border: 1px solid #ced4da; 
border-radius: 0.25rem; 
border-radius: 0.25rem;
width: 100%;
padding-left: 10px;
 padding-top:5px;
    font-size: 13px;
}
.serList_line{
margin-bottom: 25px;
width: 100%;height: 1px;
background: #efefef;
margin-top: 25px;
}
.app-para p{
    line-height: 25px;
    font-size: 13px;
}

.stafftab-div{
    min-height: 260px;
}

.stafftab-div .staffbook{
    margin-top: 27px;
}
textarea.sl-txt-area:focus-visible {
    outline: none;
}
    .navbar-light .navbar-toggler-icon {
     width: 22px;
        margin-left: -4px;
        margin-top: -3px;
    }
    button.navbar-toggler {
        height: 34px;
        background-color: #fff !important;
        width: 40px;
    }
    ul{
        padding-left: 0px !important;
    }

    .rowstyle{
        position: absolute;
        top: 15%;
        width: 100%;
        align-items: center;
    }

    .rowstyle.rowstyleNEW {
        top: 18%;
    }
    .animate_styl{
       justify-content: end;
        display: flex;}

        .planSec ul{
            padding-left: 40px !important;
        }
        .concludebt {
            display: flex;
        }
      .top_logo a img{
        width: 160px;
      } 

      .tabs-wrap {
        margin-top: 40px;
    }
    .tab-content .tab-pane {
        padding: 20px 0;
    }
    .schedule-sec {
        margin-top: 150px;
    }
    /*------------06-5-2024-----------*/

    .btnPriceMsg.zoom {
        position: absolute;
        padding: 6px 12px;
        font-size: 11px;
        bottom: -5px;
        left: 50%;
        /* right: 50%; */
        transform: translate(-50%, -50%);
        font-weight: 500;
    }

    .offer_sec.offer_app.serPriceTxt {
        text-align: center;
        max-width: 900px;
        margin: 10px auto;
    }
    .serPriceTxt h4 {
        color: #4d4c4c;
        font-size: 16px;
        line-height: 29px;
        margin-bottom: 15px;
    }
    .serPriceTxt p {
        color: #171736;
        font-weight: 500;
        margin-bottom: 10px;
    }

 .mt-18{
    margin-top:30px;
 }

 .additiontext{
    margin-bottom: 30px !important;
 }
 .offer_sec.offer_app.serPriceTxt.additiontext h4 {
    font-weight: 400;
}