/* Write Home Page CSS Here */
.btn-loader {
    display: none;
}

.active .btn-loader {
    display: inline-block;
}

.homeServicesList {
    font-size: 14px;
    font-family: inherit;
}

.homeServicesList .addMoreServices {
    display: none;
}

.vc_btn3-container.Make-An-Appointment .homeServicesList .label-one.Home-pg-ongoing {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.vc_btn3-container.Make-An-Appointment .homeServicesList .label-one.Home-pg-ongoing .scheduleAppt {
    cursor: pointer;
    font-weight: 500;
    background: #ba4073;
    padding: 13px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
}

.vc_btn3-container.Make-An-Appointment .homeServicesList label {
    letter-spacing: 0px !important;
}

.Make-An-Appointment .notify {
    text-align: center;
    display: none;
    color: red;
}

.Make-An-Appointment .notify>p {
    margin-top: 5px;
    margin-bottom: 15px !important;
}

.homeServicesList .notify-error {
    margin-top: 50px;
}

.homeServicesList .scheduleAppt {
    display: block;
    color: #fff;
    text-align: center;
    background: #ba4073;
    text-decoration: none;
}

.vc_custom_heading.Service-heading {
    margin-top: 0px !important;
}

.scheme_default a.scheduleAppt:hover {
    color: #fff;
    background: #000;
    transition: 0.5s;
}

/* 
 User History CSS
*/
.row.user-before-n-after-section {
    margin: auto;
    background-color: #fff;
    padding: 10px;
}

.user-before-n-after-section .form-group.before-choose-file {
    position: relative;
    margin-bottom: 15px;
    background: #eaf3f6 !important;
    border-radius: 10px;
    padding: 20px;
    min-height: 275px;
}

.user-before-n-after-section .form-group.before-choose-file .image-clear {
    top: 0px;
    right: 13px;
    position: absolute;
    color: #ba4073;
    font-size: 20px;
    display: none;
    padding: 5px;
    z-index: 1;
}

.user-before-n-after-section .beforAftercls input[type="file"] {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    border-radius: 14px;
    background: #eaf3f6;
    min-height: 40px;
    line-height: 14px;
    padding: 5px 15px;
    font-size: 14px;
    margin: 0px;
    border: 0px !important;
    cursor: pointer;
}

.user-before-n-after-section .image-container>img {
    object-fit: contain;
    max-height: 130px;
    height: 100%;
    width: 100%;
}

.user-before-n-after-section .image-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
}

.user-before-n-after-section .image-clear:hover>i {
    color: #221f1f;
}

.user-before-n-after-section .parsley-errors-list {
    list-style-type: none;
    padding: 0;
    color: red;
}

/* Booking Popup hide service name */
#newAppointmentForm .cf-block .field:first-child {
    display: none;
}

/* User Profile CSS */
.Become-a-Member .member-item {
    flex: 0 0 33%;
}

.custom-user-details .member-item>img {
    max-width: 100%;
}

.custom-user-details .member-item>img {
    padding: 5px;
}

.custom-user-details .No-membership {
    justify-content: space-between;
}

.custom-user-details .booked-logout-button {
    align-self: baseline;
}

/*PreCallDoc pdf css*/
.PreCallDoc,
.prcalldocdiv {
    margin-left: 17px;
    font-size: 17px;
    border-bottom: 1px #eaf3f6 solid;
    margin-bottom: 12px;
    padding: 6px 0px;
    display: block;
}

.PrintPDf a {
    background: #eaf3f6;
    padding: 10px;
    color: #000 !important;
    border-left: 2px #4a89dc solid;
    margin-left: 10px;
}

.PrintPDf a:hover {
    background: #4a89dc;
    color: #fff !important;
}

.PrintPDf {
    margin-left: 8px;
    margin-bottom: 25px;
    font-size: 12px;
}

.BtnBgLog a {
    background: #ba4073;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    max-width: 100px;
    justify-content: center;
}

.BtnBgLog a:hover {
    background: #000;
    text-decoration: none;
}

.prcalldocdiv .PrintPDf {
    margin-bottom: 10px !important;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}

/*blog section css*/
.post_item_single.post .post_content {
    font-size: 15px;
}

.single_post_featured_container {
    position: relative;
}

.single_post_featured_container .post_featured img {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 30px;
}

.post_item_single .post_header.entry-header {
    text-align: center;
    margin-bottom: 40px;
}

.post_item_single .post_header .post_title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    letter-spacing: initial;
}

.post_item_single .post_content h1,
.post_item_single .post_content h2,
.post_item_single .post_content h3,
.post_item_single .post_content h4,
.post_item_single .post_content h5 {
    font-weight: inherit;
}

.post_item_single.post .post_content h2,
.post_item_single.post .post_content h3,
.post_item_single.post .post_content h4,
.post_item_single.post .post_content h5,
.post_item_single.post .post_content h6 {
    margin: 30px 0px;
}

.post_item_single.post .post_content h2 {
    font-size: 2rem;
    letter-spacing: 0;
}

/*jobs pages css*/
.scheme_default.sidebar .sidebar_inner aside#block-2 {
    padding: 0px !important;
}

.scheme_default.sidebar .sidebar_inner aside#block-2 label.wp-block-search__label {
    font-size: 12px;
    line-height: 44px;
    margin-right: 10px;
}

.scheme_default.sidebar .sidebar_inner aside#block-2 .wp-block-search__inside-wrapper input#wp-block-search__input-1 {
    border-radius: 10px;
}

.scheme_default.sidebar .sidebar_inner aside#block-2 .wp-block-search__inside-wrapper button.wp-block-search__button.wp-element-button {
    width: 100%;
    padding: 0px !important;
    border-radius: 10px;
}

.scheme_default.sidebar .sidebar_inner aside#block-3 {
    margin-top: 37px !important;
}

.scheme_default.sidebar .sidebar_inner aside#block-2 form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    display: block !important;
}

.scheme_default.sidebar .sidebar_inner aside#block-2 form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search:after {
    display: none !important;
}

.thjmf-js-job-header .thjmf-job-title-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thjmf-job-header.thjmf-js-job-header.thjmf-job-share-on button.button.thjmf-show-form.thjmf-job-button.thjmf-js-job-apply-button {
    padding: 12px 22px;
    margin-top: 0px !important;
    color: #fff;
}

.thjmf-single-job-page .thjmf-single-job .thjmf-single-job-content {
    margin-top: 20px;
}

.scheme_default.sidebar .sidebar_inner aside#block-4 ol.wp-block-latest-comments li.wp-block-latest-comments__comment a {
    color: #ba4073 !important;
}

/* Contact Us */
.contact-us-form label>.wpcf7-form-control-wrap {
    margin-left: 0px;
}

.contact-us-form form p,
.contact-us-form form label,
.contact-us-form form label>span {
    width: 100%;
}

.contact-us-form form label input[type=text],
.contact-us-form form label input[type=email],
.contact-us-form form label textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #1d1d1d;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.form-submit {
    background-color: #ba4073 !important;
    border-radius: 5px;
    padding: 15px 25px;
}

.contact-us-address a:hover {
    color: #221f1f;
}

section.signup-step-container.multistep-form .formError {
    color: red;
    font-weight: bold;
}

label.Clswhen {
    margin-top: 20px;
}

/* Jobs */
.thjmf-job-list-page .thjmf-jobs .thjmf-job-filter-panel .thjmf-filter-location input {
    padding-left: 95px !important;
}

/* User Profile Edit field */
.new-booking-popup-pwd,
.login-password {
    position: relative;
}

#profile-edit #booked-page-form .form-avatar.col-edit-avatar {
    float: left;
    width: 48%;
    margin: 0 4% 25px 0;
}

#profile-edit #booked-page-form .form-avatar-view {
    margin: 0;
    max-height: 117px;
    width: 48%;
    overflow: hidden;
    position: relative;
}

#profile-edit #booked-page-form .form-avatar-view img {
    object-fit: contain;
    height: 117px;
}

#profile-edit #booked-page-form .form-avatar-view .image-clear {
    top: -9px;
    left: 120px;
    position: absolute;
    color: #ba4073;
    font-size: 20px;
    padding: 5px;
    z-index: 1;
    display: none;
}

#profile-edit #booked-page-form .form-avatar-view .image-clear:hover>i {
    color: #221f1f;
}

#profile-edit #booked-page-form .form-avatar-view .avatar-preview {
    height: 100%;
    width: 117px;
    background-color: #eaf3f6;
}

/* Date picker */
.user-profile-edit .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: #ba4073;
    color: #fff;
}

.user-profile-edit span.ui-icon {
    color: #fff;
}

.user-profile-edit .ui-datepicker-next {
    right: 2px;
}

.user-profile-edit .ui-datepicker-header .ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.user-profile-edit .ui-widget-content .ui-state-default:hover,
.user-profile-edit .ui-datepicker-calendar th:hover,
.user-profile-edit .ui-datepicker-header .ui-datepicker-title:hover,
.user-profile-edit .ui-datepicker-header .ui-datepicker-prev:hover,
.user-profile-edit .ui-datepicker-header .ui-datepicker-next:hover {
    color: #fff;
    background-color: #000;
}

.user-profile-edit .ui-widget-content .ui-state-default.ui-state-active {
    color: #fff;
    border-radius: 25px;
    background-color: #ba4073;
}

.user-profile-edit table.ui-datepicker-calendar td a {
    text-align: center !important;
}

.user-profile-edit table.ui-datepicker-calendar th {
    text-align: center;
    color: #fff !important;
    font-size: 10px;
}

.user-profile-edit .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-corner-all span {
    font-size: 10px !important;
    cursor: pointer;
}

/* Edit user profile */
#profile-register #name,
#profile-register #surname,
.bookings input[name="booked_appt_name"],
.bookings input[name="booked_appt_surname"] {
    text-transform: capitalize;
}

/*Schedule Appointment For Botox css*/
/* font-size: 20px;
font-weight: 700; */
.homeServicesList .custom-schedule h6 {
    padding: 7px;
    letter-spacing: 0.2px;
}

/* .scheme_default h6.Service-heading  */
.homeServicesList .section .label-one {
    padding: 0px;
    width: 240px;
    margin: auto;
}

.homeServicesList .label-one p label span.wpcf7-form-control-wrap.wouldYouLike {
    margin-top: 12px;
}

.sc_item_step_title.Service-heading,
.homepage-service-tabs .sc_item_step_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

/* Homepage Style */
.homepage-service-tabs h3,
.homepage-service-tabs h4,
.homepage-service-tabs h5,
.homepage-service-tabs h6,
.homepage-service-tabs h2 {
    margin: 10px 0px;
    letter-spacing: initial;
}

.homepage-service-tabs {
    margin: auto;
    background: white;
    border-radius: 12px;
}

.homepage-service-tabs .mytabs .tab-anchor {
    margin-top: 0px !important;
}

.wpb_content_element .Providers .custom-section.botox-custom {
    margin-top: auto;
}

.homepage-service-tabs ul.vc_tta-tabs-list {
    margin: 10px 15px 0px;
}

.homepage-service-tabs ul.vc_tta-tabs-list li {
    margin: 2px 5px 0 0 !important;
    padding: 0;
}

.homepage-service-tabs .vc_tta-tabs-list .vc_tta-tab:not(.vc_active)>a:hover {
    background: linear-gradient(135deg, hsl(0deg 0% 32.25%), hsl(40deg 10% 29.75%)) !important;
    color: #fff !important;
    filter: brightness(1.1);
}

.homepage-service-tabs .vc_tta-color-grey.vc_tta-style-classic .primary-tab-body .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background-color: #ba4073 !important;
    color: #fff !important;
    filter: brightness(1.1);
}

.scheme_default .homepage-service-tabs .li.vc_tta-tab {
    padding: 10px 18px;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.scheme_default .homepage-service-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a,
.Booked-profile-tabs .homepage-service-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    color: #73727d;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), inset 0 -1px 2px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.Booked-profile-tabs .homepage-service-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a {
    padding: 0.8rem 1.6rem !important;
    color: #73727d !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    border: 0px !important;
    padding: 15px;
}

.secondary-tab-body .mytabs.service-tabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    padding-top: 0px;
}

.homepage-service-tabs .secondary-tab-body {
    padding: 15px 0px 15px 15px;
    background-color: white !important;
}

.homepage-service-tabs .service-tabs .ui-tabs-panel {
    padding: 0px 10px !important;
}

.scheme_default.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .primary-tab-body .vc_tta-panel-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .ui-tabs-panel.ui-corner-bottom.ui-widget-content {
    background: none !important;
    margin-top: 10px;
}

.homepage-service-tabs .secondary-tab-body .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    padding-top: 0px;
    padding-left: 0px;
}

.homepage-service-tabs .primary-tab-body {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.homepage-service-tabs .primary-tab-body {
    background: rgba(244, 242, 242, 0.8);
}

/* color: #8a0360; */
.scheme_default .homepage-service-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active>a {
    transition: all 0.3s ease;
    cursor: pointer;
    background: transparent;
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    /* background: linear-gradient(135deg, rgba(122, 174, 255, 0.3), rgba(176, 204, 255, 0.2)); */
    color: hsl(0 0% 33% / 1) !important;
    background: linear-gradient(135deg, rgb(123 135 235 / 57%), rgb(143 158 243 / 50%)) !important;
}

.homepage-service-tabs .primary-tab-body .primary-service-body {
    padding: 1.5rem;
    background: #fdfbfb;
}

.schedule-apptmt .mobile-schedule .appointment-popup {
    margin: initial;
    width: 100%;
}

.scheme_default .homepage-service-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab:hover>a {
    filter: brightness(1.1);
}

/* Primary tabs body: tabs */
/* .schedule-apptmt ul.cq-tabmenu li.current> a */
.primary-tab-body .mytabs.ui-tabs .vc_tta-tabs-list .vc_tta-tab.ui-tabs-active>a {
    background: linear-gradient(135deg, rgb(210 166 255), rgb(219 183 255)) !important;
    cursor: pointer;
    color: hsl(0 0% 33% / 1) !important;
}

#primary-tabs-list a[href="#Laser_Services1"] .vc_tta-title-text::before {
    content: "Available Now";
    display: flex;
    font-size: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: rgb(221 11 113);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}

.secondary-tab-body .mytabs.ui-tabs .vc_tta-tabs-list .vc_tta-tab.ui-tabs-active>a {
    background: linear-gradient(135deg, rgb(250 210 255), rgb(255 228 255)) !important;
    cursor: pointer;
}

/* .schedule-apptmt ul.cq-tabmenu li > a:hover  */
.homepage-service-tabs .mytabs .vc_tta-tabs-list .vc_tta-tab:not(.vc_active)>a:hover,
.Booked-profile-tabs .homepage-service-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a:hover {
    background: linear-gradient(135deg, hsl(0deg 0% 32.25%), hsl(40deg 10% 29.75%)) !important;
    color: #fff !important;
}

.homepage-service-tabs .pt-30 {
    padding-top: 30px;
}

.homepage-service-tabs .mytabs .service-provider-row .wpb_wrapper.service_image img {
    width: auto;
    height: auto;
    max-height: 350px;
    margin: auto;
    border-radius: 60px;
}

.homepage-service-tabs .highlight {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 25px;
}

/* Tabs h1, h2, h3 margin */
.service-page h1,
.service-page h2,
.service-page h3 {
    margin-top: initial;
}

/* Homepage Carousel */
#homepage-carousel .owl-stage-outer,
.profile-blog-carousel .owl-stage-outer {
    overflow: hidden;
}

#homepage-carousel .owl-item,
.profile-blog-carousel .owl-item {
    display: inline-flex;
}

#homepage-carousel .owl-item .vc_grid-item,
.profile-blog-carousel .owl-item .trx_addons_column-1_2,
.profile-blog-carousel .owl-item .trx_addons_column-1_5 {
    width: 100%;
    padding: initial;
    margin-left: 10px;
    margin-right: 10px;
}

/* Carousel Arrow */
#homepage-carousel .owl-prev {
    color: #fff;
    position: absolute;
    left: -23px;
    padding: 5px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#homepage-carousel .owl-next {
    color: #fff;
    position: absolute;
    right: -54px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#homepage-carousel .owl-next .right-icon {
    position: relative;
    top: 5px;
}

#homepage-carousel .owl-prev .left-icon {
    position: relative;
    /* top: 2px; */
}

#homepage-carousel .owl-dots,
.profile-blog-carousel .owl-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

#homepage-carousel .owl-dot,
.profile-blog-carousel .owl-dot {
    margin: 0px 4px 0px 0px;
    padding: 0px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    cursor: pointer;
}

#homepage-carousel .owl-dot.active,
.profile-blog-carousel .owl-dot.active {
    background-color: #ba4073;
}

/* User Profile blog carousel */
.profile-blog-carousel .sc_blogger_item .sc_blogger_item_featured img {
    min-height: 394px;
    object-fit: cover;
}

.profile-blog-carousel .owl-nav.disabled {
    display: none;
}

.profile-blog-carousel .owl-stage {
    margin-bottom: 30px;
}

.profile-blog-carousel .owl-stage-outer {
    margin-right: 10px;
}

/* Slider */
#homepage-carousel .slick-prev,
#homepage-carousel .slick-next {
    /* font-size: 0; */
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

#homepage-carousel .slick-prev:hover,
#homepage-carousel .slick-prev:focus,
#homepage-carousel .slick-next:hover,
#homepage-carousel .slick-next:focus {
    color: transparent;
    outline: none;
    background: rgba(0, 0, 0, 0.75);
}

#homepage-carousel .slick-prev:hover:before,
#homepage-carousel .slick-prev:focus:before,
#homepage-carousel .slick-next:hover:before,
#homepage-carousel .slick-next:focus:before {
    opacity: 1;
}

#homepage-carousel .slick-prev.slick-disabled:before,
#homepage-carousel .slick-next.slick-disabled:before {
    opacity: .25;
}

#homepage-carousel .slick-prev:before,
#homepage-carousel .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#homepage-carousel .slick-prev {
    left: -50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

#homepage-carousel [dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

#homepage-carousel .fa-angle-left:before {
    content: "\f104";
    color: #fff !important;
    font-size: 20px;
}

#homepage-carousel .fa-angle-right:before {
    content: "\f105";
    color: #fff !important;
    font-size: 20px;
}

#homepage-carousel .slick-next {
    right: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

#homepage-carousel [dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

/* Dots */
#homepage-carousel .slick-slider {
    margin-bottom: 30px;
}

#homepage-carousel .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

#homepage-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

#homepage-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    border-radius: 100%;
    background: #ccc !important;
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
}

#homepage-carousel .slick-dots li button:hover,
#homepage-carousel .slick-dots li button:focus {
    outline: none;
}

#homepage-carousel .slick-dots li button:hover:before,
#homepage-carousel .slick-dots li button:focus:before {
    opacity: 1;
}

#homepage-carousel .slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#homepage-carousel .slick-dots li.slick-active button {
    background: #ba4073 !important;
    opacity: 1;
    color: black;
}

.user-profile-page ul.vc_tta-tabs-list li.vc_tta-tab {
    display: inline-block;
}

.user-profile-page .vc_tta.vc_general .vc_tta-panel.primary-tab-body.tabsScroll.vc_active {
    display: block
}

.user-profile-page .vc_tta.vc_general .vc_tta-panel.primary-tab-body.tabsScroll {
    display: none
}

.user-profile-page .homepage-service-tabs ul.vc_tta-tabs-list {
    overflow-x: auto !important;
    display: flex;
    white-space: nowrap;
    padding: 0px;
    margin: 0px !important;
}

.user-profile-page .homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .ui-tabs-panel .vc_row.wpb_row.vc_inner.vc_row-fluid.pt-30 {
    display: block !important;
}

.user-profile-page .homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .ui-tabs-panel .vc_row.wpb_row.vc_inner.vc_row-fluid.pt-30 .vc_col-sm-8 {
    width: 100%;
}

.user-profile-page .homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .ui-tabs-panel .vc_row.wpb_row.vc_inner.vc_row-fluid.pt-30 .vc_col-sm-4 {
    width: 100%;
}

.provider_list .mp-image-container .radiobtn input {
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.user-profile-page .homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .ui-tabs-panel .vc_row.wpb_row.vc_inner.vc_row-fluid.pt-30 .vc_col-sm-8 .mp-image-container {
    margin-right: 20px;
}

/* User Profile Editor Inline CSS */
a.custom-new-tab {
    display: none;
}

div#Loyalty-Programs .vc_column_container {
    padding-right: 50px;
}

table.form-table {
    display: none;
}

div#profile-edit h2 {
    display: none;
}

div#profile-edit h3 {
    display: none;
}

.userRegisteBtncls {
    color: #fff !important;
}

/*single service page*/
.single-service-page-top .vc_column-inner {
    margin-top: 0px !important;
}

.single-service-page-top .vc_column-inner h5, .single-service-page-top .vc_column-inner h4 {
    margin-bottom: 10px;
    margin-top: 0.8em;
}

.single-service-page-top .vc_column-inner p {
    margin: 0px 0px 10px 0px;
}

.single-service-page-top .vc_column-inner h3 a {
    letter-spacing: -0.65px;
}

.single-service-page-top .vc_column-inner h3 a:hover {
    text-decoration: none;
}

.single-service-page-top .vc_column-inner h3 {
    margin: 20px 0px 10px 0px;
    letter-spacing: -0.65px;
    font-weight: 600;
}

.single-service-page-top .vc_column-inner h6 a {
    margin-top: 10px;
}

.single-service-page-top .vc_column-inner h6 a:hover {
    text-decoration: none;
}

.single-service-page-top .vc_column-inner li {
    margin-bottom: 10px;
}

.provider-notes-form-body .white-panel [type=radio]+label:before {
    top: 0px !important;
}

/* Booked Popup Style */
.booked-form input[type=radio], body .booked-form input[type=checkbox] {
    display: block;
}

/* Hide PDF HTML */
.callDetaildv .hideToscr {
    display: none;
}

.vc_btn3-container.Make-An-Appointment .homeServicesList h4.sc_item_step_title {
    /* font-size: 24px !important; */
    margin-bottom: 14px !important;
}

.scheme_default h4.sc_item_step_title {
    color: #ba4073;
    font-weight: 500 !important;
    font-size: 24px;
}

.scheme_default .additional-appointment .notify {
    display: none;
    color: red;
}

/*home page tabs scrollable css*/
.homepage-service-tabs .mytabs ul {
    width: auto;
    overflow: hidden;
    word-break: break-all;
}

.homepage-service-tabs ul.vc_tta-tabs-list {
    overflow-x: auto !important;
    white-space: nowrap;
}

.homepage-radio-btn-section {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 20px;
}

.provider_list .mp-image-container img {
    margin: 0px 0px 12px 0px !important;
}

.homeServicesList .custom-schedule span.steps-heading {
    display: inline-block;
    vertical-align: top;
}

.homeServicesList .custom-schedule span.steps-desc {
    display: inline-block;
    width: calc(100% - 80px);
}

/* .vc_row.wpb_row.vc_inner.vc_row-fluid.service-provider-row.pt-30 h6 {
    font-family: 'Montserrat' !important;
    font-size: 20px !important;
} */
.homeServicesList .section {
    margin-top: 57px;
}

.homeServicesList .vc_btn3-container.addMoreServices {
    margin-bottom: -20px;
}

/* User profile page */
.Booked-profile-tabs.faq-tab ol li {
    font-size: 14px;
}

.Booked-profile-tabs .user-retail-product-orders thead th {
    background-color: black;
    color: #fff;
    text-align: left;
    position: sticky;
    top: 0;
}

.Booked-profile-tabs .user-retail-product-orders {
    max-height: 400px !important;
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    background-color: #fff;
    border: 10px solid #eaf3f6 !important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .cancel {
    color: #ba4073;
    display: block;
    width: 100%;
    background: #fdf0f0;
    border: 0.5px solid #e0b8b8;
    margin: auto;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.5s linear;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .cancel:hover {
    background: #edd4d4;
}

.homepage-radio-btn-section>.custom-control.custom-radio [type="radio"] {
    display: none;
}

.homepage-radio-btn-section>.custom-control.custom-radio label.custom-control-label {
    position: relative;
}

.homepage-radio-btn-section>.custom-control.custom-radio label.custom-control-label::before {
    top: 3px;
    border: 1px solid;
}

.homepage-radio-btn-section {
    display: flex;
    align-items: center;
}

.homepage-radio-btn-section .radio-btn-section {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.homepage-radio-btn-section .radio-btn-section label:before {
    display: none !important;
}

.homepage-radio-btn-section .radio-btn-section label {
    padding-left: 10px !important;
    margin: 0;
    font-size: 17px;
}

/* #homepageAppointmentForm .select_label {
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
} */
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
#homepageAppointmentForm .provider_list.home_provider-list {
    border: 2px solid #e5e7eb;
    padding: 15px;
    margin: 15px 0px;
    border-radius: 8px;
}

.appointment-popup #homepageAppointmentForm .label-heading {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.appointment-popup #homepageAppointmentForm .appt-service-cost {
    font-size: 16px;
    font-family: 'Roboto';
    margin: 10px 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booked-form .form-group.otp-request label {
    color: #0e0d12;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 700;
}

.addMoreServices .vc_btn3-container {
    border: 2px dashed #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    transition: all 0.2s ease;
}

.appointment-popup .service-booking-appt-form .vc_btn3-container.addMoreServices {
    margin-top: 12px;
}

.appointment-popup .service-appointment-type .homepage-radio-btn-section.appointment-type {
    padding-left: 20px;
}

.appointment-popup .service-booking-appt-form hr,
.appointment-popup form hr {
    margin: 10px 0px;
}

.appointment-subheading p {
    font-size: 16px !important;
    text-align: justify;
    margin-bottom: 15px;
}

.scheme_default .vc_active .schedule-appointment.sc_button_hover_slide_left {
    color: #fff !important;
}

.scheme_default .homeServicesList .select_container select,
.scheme_default .service-booking-appt-form .select_container select {
    background: transparent;
    color: #000 !important;
}

.scheme_default .service-booking-appt-form .addMoreServices h6 {
    margin: 10px 0px;
}

.homeServicesList .videocls,
.homeServicesList div[id^=wapfrontwrapper-] {
    display: none;
}

.homeServicesList :has(input[id^="initial-"]:checked)~.videocls,
.homeServicesList :has(input[id^="initial-"]:checked)~div[id^=wapfrontwrapper-] {
    display: block;
}

.booked-profile-appt-list .appt-block .pdf-doc i {
    border: none;
    background: #fff;
}

.homepage-service-tabs .service-provider-row:not(.pt-30) img {
    max-height: 366px;
    width: auto;
    margin: auto;
    border-radius: 30px;
    border: none;
}

.homepage-service-tabs .schedule-now-btn {
    padding: 15px;
}

.bm-window .booked-form .booked-appointments {
    box-shadow: none;
    border: 1px dashed #d1d1d1;
    padding: 16px;
    border-radius: 12px;
    margin: 15px 0;
    background: #fafafa;
}

.bm-window .booked-form .field textarea {
    width: 100%;
    border-radius: 10px;
    padding: 12px !important;
    border: 1px solid #ccc;
    font-size: 15px;
    resize: vertical;
    min-height: 110px;
    margin-top: 8px;
    background: #fff;
}

.bm-window .booked-form .user-consent-field {
    gap: 10px;
}

.bm-window .booked-form .field.user-consent-field input[type=checkbox],
.bm-window .booked-form .field.noshow-cancellation-fee input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.bm-window .booked-form .user-consent-field a,
.bm-window .booked-form .noshow-cancellation-fee a {
    color: #0000ee;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.bm-window .booked-form .cf-block {
    margin: 0 0 16px;
}

.bm-window .booked-form .confirm-appt-btn {
    padding: 20px 22px;
    display: flex;
    justify-content: flex-end;
    gap: 11px;
    padding-right: 0px;
    padding-bottom: 0px;
}

body.scheme_default .booked-modal .bm-window .booked-scrollable {
    padding: 25px 20px;
    background: #fff;
}

/* Appointment Booking Form: Vendor Scheduling */
.vendor-scheduling-form .booked-calendar-fields .booked-form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.vendor-scheduling-form .booked-calendar-fields input[type=text],
.vendor-scheduling-form .booked-calendar-fields input[type=url],
.vendor-scheduling-form .booked-calendar-fields input[type=tel],
.vendor-scheduling-form .booked-calendar-fields input[type=email],
.vendor-scheduling-form .booked-calendar-fields select {
    width: 100%;
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 15px;
    background: transparent;
    color: #555;
}

.vendor-scheduling-form .booked-calendar-fields textarea {
    width: 100%;
    border-radius: 10px;
    padding: 12px !important;
    border: 1px solid #ccc;
    font-size: 15px;
    resize: vertical;
    min-height: 110px;
    margin-top: 8px;
    background: #fff;
}

.vendor-scheduling-form .booked-calendar-fields .booked-form-group {
    margin-bottom: 15px;
}

.vendor-scheduling-form .user-consent-field .parsley-errors-list,
.vendor-scheduling-form .noshow-cancellation-fee .parsley-errors-list,
.vendor-scheduling-form .booked-calendar-fields .booked-form-group .parsley-errors-list {
    color: red;
    list-style-type: none;
    padding: 10px 0px 0px 0px;
}

.vendor-scheduling-form .user-consent-field,
.vendor-scheduling-form .noshow-cancellation-fee,
.vendor-scheduling-form .booked-calendar-fields .select-wrap {
    position: relative;
    width: 100%;
}

.vendor-scheduling-form .user-consent-field .parsley-errors-list,
.vendor-scheduling-form .noshow-cancellation-fee .parsley-errors-list {
    position: absolute;
    top: 37px;
}

.vendor-scheduling-form .booked-calendar-fields .select-wrap::after {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    color: #333;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    appearance: none;
    /* removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

/* Sticky Vendor Scheduling Button */
.scheme_default .vendor-scheduling {
    position: fixed;
    top: 433px;
    right: -75px;
    background: linear-gradient(135deg, #ba4073, #be2465);
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    cursor: pointer;
    z-index: 1000;
    transition: background .3s ease, transform .3s ease;
    opacity: .85;
    transform: rotate(-90deg);
}

.scheme_default .vendor-scheduling .btn-vendor-scheduling {
    background: linear-gradient(135deg, #ba4073, #be2465);
    color: #fff;
    padding: 12px;
}

.scheme_default .vendor-scheduling .btn-vendor-scheduling:hover {
    background: linear-gradient(135deg, #2f2d2d, #100808) !important;
    text-decoration: none;
    color: #ffffff !important;
}

/* transform: translateY(-2px); */
/* opacity: 1; */
/* transform: rotate(-90deg); */
.scheme_default .vendor-scheduling-form .confirm-appt-btn input[type=submit] {
    padding: 17px 20px;
    background: #ba4073;
    margin: 0;
    border: 0 !important;
    color: #fff;
}

.scheme_default .vendor-scheduling-form .confirm-appt-btn input[type=submit]:hover {
    background: #a13361 !important;
    color: #fff;
}

/** Facial Service Page CSS */
#Facial-section .service-categories-page ul.vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background: #ba4073 !important;
    color: #fff;
}

/* #Facial-section .service-categories-page ul.vc_tta-tabs-list .vc_tta-tab:hover a {
    background: #000;
} */
/**
* Iv-Injectable Individual Page CSS
*/
.scheme_default .vc_tta-tabs.service-categories-page.vc_tta-tabs-position-left .vc_tta-tabs-list,
.scheme_default .vc_tta-tabs.service-categories-page.vc_tta-tabs-position-left {
    display: block;
}

.scheme_default .vc_tta-tabs.service-categories-page.vc_tta-tabs-position-left .vc_tta-tab {
    display: inline-flex;
}

/* Business Rate Award CSS */
.templum-award-section {
    padding: 40px 20px;
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.templum-award-section .award-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Left Content */
.templum-award-section .award-content {
    flex: 1 1 500px;
}

.templum-award-section .award-title {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.templum-award-section .award-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Rating Badge */
.templum-award-section .rating-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
}

.templum-award-section .rating-wrapper .award-badge {
    background: linear-gradient(135deg, #111827, #374151);
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* .templum-award-section  .rating-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 12px 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.templum-award-section .rating-box:hover {
    transform: translateY(-3px);
} */

.templum-award-section .stars {
    color: #fbbf24;
    font-size: 16px;
}

/* Award Badge */
.templum-award-section .award-badge {
    background: linear-gradient(135deg, #111827, #374151);
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Right Image */
.templum-award-section .award-image {
    flex: 1 1 400px;
    text-align: center;
    /* height: 150px; */
    margin-top: 10px;
    text-align: center;
}

.templum-award-section .award-image img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
    height: 150px;
    width: auto;
}

.templum-award-section .award-image img:hover {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
    .templum-award-section .award-container {
        flex-direction: column;
        text-align: center;
    }

    .templum-award-section .rating-wrapper {
        justify-content: center;
    }

    #Facial-section .provider_list.home_provider-list .mp-card {
        display: inline-block;
    }

    #Facial-section .provider_list.home_provider-list .mp-card .mp-image-container {
        padding-bottom: 0px;
    }

    #Facial-section .provider_list.home_provider-list .mp-card .mp-content-container {
        gap: 5px;
        text-align: center;
    }

    #Facial-section .homepage-radio-btn-section .radio-btn-section label {
        font-size: 14px;
    }

    #Facial-section .homepage-radio-btn-section input[type=radio] {
        width: 19px;
        height: 19px;
    }

    #Facial-section .service-categories-page .vc_tta-tabs-container {
        overflow-x: auto;
        width: 100%;
    }

    #Facial-section .cq-tabmenu.style2 li.current a {
        margin-top: initial;
        padding: 8px !important;
        font-size: 11px;
    }

    #Facial-section .cq-tabmenu.style2 li a {
        font-size: 11px;
    }

    #Facial-section .vc_tta-panel-heading {
        display: none;
    }

    #Facial-section .service-categories-page ul.vc_tta-tabs-list {
        display: inline-flex;
        overflow-x: auto;
        justify-content: center;
        align-items: center;
        min-width: 500px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

/* Homepage Steps Media query CSS */
/* Medium screens (tablet landscape & small laptops) */
@media (max-width: 1200px) {
    .appointment-popup .service-booking-appt-form hr {
        margin: 12px 0px !important;
    }

    .homepage-service-tabs .step-title,
    .sc_item_step_title.Service-heading,
    .homepage-service-tabs .sc_item_step_title {
        font-size: 24px;
    }
}

/* Tablets (portrait) */
@media (max-width: 992px) {

    .homepage-service-tabs .step-title,
    .sc_item_step_title.Service-heading,
    .homepage-service-tabs .sc_item_step_title {
        font-size: 26px;
    }
}

/* Large Mobile Phones */
@media (max-width: 768px) {

    .homepage-service-tabs .step-title,
    .sc_item_step_title.Service-heading,
    .homepage-service-tabs .sc_item_step_title {
        font-size: 28px;
    }

    .homepage-service-tabs .schedule-now-btn {
        text-align: center;
    }

    .appointment-popup #homepageAppointmentForm .label-heading {
        margin: 5px 0px;
    }
}


/* Media Query tabs CSS */
@media(max-width: 768px) {
    .homepage-service-tabs {
        padding: initial;
    }

    .homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
        padding: 15px 0px;
        padding-bottom: 0px;
    }

    .homepage-service-tabs ul.vc_tta-tabs-list.ui-tabs-nav {
        overflow-x: auto;
        display: flex;
        white-space: nowrap;
        padding: 0px 10px 15px 10px;
    }

    .homepage-service-tabs .primary-tab-body {
        padding: 5px !important;
        padding-top: 0px !important;
    }

    .homepage-service-tabs .primary-tab-body .secondary-tab-body {
        padding: 15px !important;
    }

    .homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .ui-tabs-panel.ui-corner-bottom.ui-widget-content {
        background: none !important;
        border: 1px #ccc solid;
        margin-top: 10px;
        padding: 10px !important;
    }

    .homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .ui-tabs-panel.ui-corner-bottom.ui-widget-content .provider_list .mp-card {
        padding: 0px !important;
        margin: 10px 0px 0px 0px !important;
        width: 100%;
        display: block;
    }

    .homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .ui-tabs-panel.ui-corner-bottom.ui-widget-content .provider_list .mp-card .mp-image-container {
        padding-bottom: 0px;
    }

    .homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .ui-tabs-panel.ui-corner-bottom.ui-widget-content .provider_list .mp-card .mp-content-container {
        width: 100%;
        display: block !important;
        padding: 21px;
        font-size: 20px;
    }

    .homepage-service-tabs .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .mytabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .ui-tabs-panel.ui-corner-bottom.ui-widget-content .provider_list {
        margin-bottom: 20px;
    }

    .primary-tab-body.tabsScroll.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
        color: #fff;
    }

    .primary-tab-body.tabsScroll.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a {
        background: #ba4073;
        border-radius: 5px 5px 0px 0px;
    }

    .homepage-service-tabs .primary-tab-body .vc_tta-panel-heading h4.vc_tta-panel-title a {
        background: #000;
        border-radius: 5px;
    }

    .homepage-service-tabs .primary-tab-body .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
        color: #fff;
    }

    .homepage-service-tabs .primary-tab-body {
        background: rgb(248 248 248);
    }

    .scheme_default .homepage-service-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a {
        padding: inherit;
        font-size: 16px;
    }

    .homeServicesList .section {
        margin-top: 0;
    }

    .homeServicesList .vc_btn3-container.addMoreServices {
        /* padding-left: 20px; */
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .scheme_default #booked-profile-page .booked-profile-header .belowthename {
        margin-top: 15px;
    }

    #newAppointmentForm .booked-calendar-fields textarea {
        min-height: auto;
    }

    .vc_btn3-container.Make-An-Appointment .homeServicesList .label-one.Home-pg-consult-ong span.wpcf7-list-item.last {
        padding-right: 0;
    }

    .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
        display: block;
    }

    .primary-tab-body .vc_tta-panel-heading {
        display: none;
    }

    .provider_list.home_provider-list .mp-content-container p {
        padding-bottom: 20px;
    }

    .appointment-popup .provider_list.home_provider-list .mp-content-container {
        display: initial !important;
    }

    #appointmentFormmobile .provider_list.home_provider-list .mp-content-container {
        display: flex !important;
        ;
    }

    .appointment-popup .provider_list.home_provider-list .mp-content-container p {
        margin: 0px;
        padding: 0px;
    }

    .scheme_default .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        padding: 0px;
        display: inline-flex;
        margin: 0px;
    }

    #homepage-carousel .slick-prev i.fa-solid.fa-angle-left,
    #homepage-carousel .slick-next i {
        text-align: left;
        position: absolute;
        left: 9px;
        top: 5px;
        bottom: 0;
    }

    /* .homeServicesList .custom-schedule h6, .scheme_default h6.Service-heading {
        font-size: 20px;
        line-height: 22px;
    } */
    .booked-scrollable #customerChoices {
        margin: auto;
        padding-top: 10px;
        padding-left: 10px;
    }

    .booked-scrollable #newAppointmentForm {
        margin-top: 15px;
    }

    .provider_list.home_provider-list .mp-content-container {
        display: flex !important;
        flex-flow: wrap;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .provider_list.home_provider-list .mp-content-container .radiobtn {
        order: 3;
    }

    .service_description .moretext {
        display: none;
    }

    .homepage-radio-btn-section input[type=radio] {
        width: 25px;
        height: 25px;
        vertical-align: middle;
    }

    /* Service Page Calendar */
    .services_page_content .top-services-data>.vc_row .wpb_column:nth-child(2), .services_page_content .top-services-data>.vc_row .wpb_column:nth-child(3) {
        display: none;
    }

    .booked-calendar-shortcode-wrap .booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
        font-size: 14px;
    }

    /* user profile */
    .booked-profile-appt-list .appt-block a.GetFormData.document-sign-link {
        color: rgb(186, 64, 115);
        background: transparent;
    }

    .booked-profile-appt-list .appt-block a.GetFormData {
        padding: 8px 10px;
        width: 100px;
        text-align: center;
        float: right;
        font-size: 14px;
        border-radius: 5px;
        background: #ba4073;
        color: #fff;
        min-height: 39px;
    }

    body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a {
        font-size: 14px;
        padding: 1rem;
        line-height: 18px;
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .homepage-service-tabs .pt-30 {
        padding-top: 0px;
    }
}

/* Small Mobile Phones */
@media (max-width: 480px) {
    .scheme_default .vendor-scheduling {
        top: 423px;
        right: -64px;
    }

    .homepage-service-tabs .step-title,
    .sc_item_step_title.Service-heading,
    .homepage-service-tabs .sc_item_step_title {
        font-size: 30px;
    }

    .appointment-popup #homepageAppointmentForm .provider_list.home_provider-list .mp-content-container b {
        font-size: 16px;
        font-weight: 700;
    }

    .appointment-popup #homepageAppointmentForm .provider_list.home_provider-list .mp-content-container .radiobtn {
        width: 100%;
    }

    .appointment-popup #homepageAppointmentForm .provider-list .radiobtn label.btn.btn-default.select-provider {
        padding: 12px;
        margin-bottom: initial;
    }

    .appointment-popup #homepageAppointmentForm .provider-list .provider-list-container {
        text-align: center;
        width: 80px;
    }

    .appointment-popup #homepageAppointmentForm .provider_list.home_provider-list .mp-content-container {
        display: flex !important;
    }

    .appointment-popup .provider_list.home_provider-list .mp-content-container p {
        display: none;
    }
}

/*user profile changes code */
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .col-md-8 {
    padding-left: 0px;
}

body #booked-profile-page .booked-profile-appt-list .appt-block.approved .col-md-8 span.desc {
    display: inline-block;
    width: calc(100% - 30px);
    font-size: 14px;
}

body #booked-profile-page .booked-profile-appt-list .appt-block.approved .col-md-8 span.icon {
    width: 20px;
    display: inline-block;
    vertical-align: top;
}
body #booked-profile-page .booked-profile-appt-list .reschedule-cancel-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .appointment-card .details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .appt-reschedule {
    display: block;
    width: 100%;
    background: #f0f7f0;
    border: 0.5px solid #b8d4b8;
    margin: auto;
    padding: 14px;
    border-radius: 8px;
    transition: 0.5s linear;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .appt-reschedule:hover {
    background: #d1edd1;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .addeventatc {
    width: calc(100% - 175px);
    display: inline-block;
}

body #booked-profile-page .booked-profile-appt-list .appt-block.approved .col-md-8 .precalladded span.desc {
    width: auto !important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block.approved .col-md-8 .prcalldocdiv span.desc {
    width: auto !important;
}

body .booked-form .field input[name="booked_appt_phone"] {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 1.5% 0 0;
    width: 49.2%;
    float: left;
}

body .booked-form .field textarea {
    height: 100%;
    min-height: 130px;
    resize: vertical;
}

.booked-form #updateUserProfile .button {
    float: initial;
    color: #fff;
}

.booked-form #updateUserProfile input[type="submit"]:hover,
.booked-form #updateUserProfile .button:hover {
    background: #000 !important;
}

.booked-form #updateUserProfile input[type=number] {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.bm-window .booked-form form {
    font-size: 14px;
}

.mobile-reschedule-appt {
    display: none !important;
}

@media (max-width: 768px) {
    .booked-cal-buttons.reschedule-appt {
        display: none !important;
    }

    body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .addeventatc {
        width: 100%;
        display: block;
        margin: 10px auto !important;
        max-width: 90%;
    }

    body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a.cancel {
        width: auto;
        text-align: center;
        line-height: 25px;
        display: block !important;
        margin: 0 auto !important;
    }

    body #booked-profile-page .booked-profile-appt-list .appt-block.approved .col-md-8 .prcalldocdiv span.pdf-sign-link a.GetFormData {
        display: block;
        margin: 20px auto 0px auto;
        float: none;
        color: #ba4073;
    }

    div#booked-profile-page {
        padding: 20px 0px !important;
    }

    body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .cancel-appt-btn {
        width: 90%;
        text-align: center;
        display: block;
        margin: 0px auto !important;
    }

    .mobile-reschedule-appt {
        display: block !important;
        max-width: 90% !important;
        margin: 0px auto 10px auto !important;
        height: auto !important;
    }

    .mobile-reschedule-appt a {
        width: 100%;
    }

    .cancel-appt-btn a.cancel {
        line-height: 36px !important;
        margin-right: 0px !important;
        width: 100% !important;
        padding: 0px !important;
    }

    body #booked-profile-page .booked-profile-appt-list .appt-block.approved .col-md-8 span.desc span.timeslot {
        display: block;
    }

    .templum-nav-profile .trx_addons_popup_link.trx_addons_login_link {
        background: #ba4073;
        text-align: left;
        display: inline-flex;
        padding: 19px;
        align-items: center;
    }

    .scheme_default .mfp-content .templum-login-popup.trx_addons_popup div#trx_addons_login_content .trx_addons_popup_form_wrap.trx_addons_popup_form_wrap_login .login-with-otp .button:not(.back-btn) {
        font-size: 11px;
    }

    .scheme_default .login-with-otp .button {
        width: 100%;
        padding: 15px;
        font-size: 11px;
        border-radius: 6px;
    }

    .scheme_default .mfp-content #trx_addons_login_popup {
        width: auto;
    }
}

/* Add more services on homepage */
.vc_row.add-more-services-opt {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 0px;
    margin-left: 1px;
    margin-right: 1px;
}

.addMoreServices .add-more-services-opt .form-group:not(:first-child),
.appointment-popup #homepageAppointmentForm .additionalService .form-group:not(:first-child),
.appointment-popup .additionalService .form-group:not(:first-child) {
    display: none;
}

.scheme_default .primary-category-tabs ul.vc_tta-tabs-list {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}

.scheme_default .request-after-img {
    background-color: #eaf3f6;
    margin-bottom: 10px;
}

.scheme_default .request-after-img button.btn.btn-primary {
    background: #BA4073;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
}

.scheme_default .request-after-img button.btn.btn-primary:hover {
    color: #fff !important;
    background-color: #000 !important;
}

div#customer_login .password-input {
    width: 100%;
}

.scheme_default #customer_login .woocommerce-form-login__submit,
.woocommerce-form-login.login .woocommerce-form-login__submit {
    color: #fff !important;
}

.woocommerce-form-login.login span.password-input {
    width: 100%;
}

.woocommerce-form-login.login p.form-row:has(.woocommerce-form-login__rememberme) {
    margin-top: 15px;
}

.woocommerce-form-login.login p.form-row:has(.woocommerce-form-login__rememberme) .woocommerce-form-login__submit {
    margin-left: 10px;
}

/** Call Guide: call notes CSS */
.use-call-notes .call-note-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ba4073;
}

.use-call-notes .call-note-heading .call-note-edit-btn:focus,
.use-call-notes .call-note-heading .call-note-edit-btn:not(:disabled):not(.disabled):active {
    outline: none;
    background: transparent;
    border: none;
    box-shadow: none
}

#user-registration .user-registration-Button {
    color: #fff !important;
}

#user-registration .user-registration-Button:hover {
    background: #000;
}

.letter-spacing-initial h4 {
    letter-spacing: initial;
}

.privacy-policy-page h1,
.privacy-policy-page h2,
.privacy-policy-page h3,
.privacy-policy-page h4,
.privacy-policy-page h5,
.privacy-policy-page h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-service-page-top h1,
.single-service-page-top h2,
.single-service-page-top h3,
.single-service-page-top h4,
.single-service-page-top h5,
.single-service-page-top h6 {
    margin-bottom: 15px;
}

.scheme_default .single-service-page-top th {
    color: #fff !important;
}

/* Login CSS Popup */
.js .scheme_default .mfp-bg {
    background-color: rgb(183 183 183 / 70%);
}

.templum-login-popup .trx_addons_popup_content ul.trx_addons_tabs_titles.ui-tabs-nav {
    display: flex;
    align-items: center;
}

.templum-login-popup .trx_addons_popup_content ul.trx_addons_tabs_titles.ui-tabs-nav .trx_addons_popup_form_field_remember label {
    top: 0;
    left: -14px;
    line-height: 25px;
}

.templum-login-popup.ui-widget.ui-widget-content .trx_addons_popup_content {
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* border-radius: 20px; */
    background: rgb(255 255 255 / 71%);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), inset 0 -1px 2px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.mfp-content #trx_addons_login_popup {
    height: auto;
    width: 475px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* border-radius: 20px; */
    background: rgb(255 255 255 / 80%);
    font-size: 14px;
}

.mfp-content #trx_addons_login_popup .trx_addons_popup_form .trx_addons_popup_form_field_remember>label[for="rememberme"] {
    line-height: 25px;
    left: -13px;
    top: 0px;
    padding-left: 20px;
}

.mfp-content .trx_addons_popup_form_field input[type="submit"],
.js.scheme_default .login-with-otp .button,
.otp-login-form .otp-request input[type="submit"] {
    color: #fff !important;
    font-size: 11px;
    border-radius: 6px;
    padding: 15px;
}

.js.scheme_default .login-with-otp .button:hover,
.otp-login-form .otp-request input[type="submit"]:hover {
    background: #000 !important;
    color: #fff !important;
}

.otp-login-form .button:focus {
    background-color: #b03a63 !important;
}

.scheme_default .templum-login-popup .templum-forgot-password .forgot-pwd-buttons .forgot-pwd-back-btn,
.scheme_default .templum-login-popup .templum-forgot-password .forgot-pwd-buttons input[type="submit"],
.scheme_default .templum-login-popup .ur-button-container .button {
    width: 100%;
    padding: 19px;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
}

/* .mfp-content .templum-login-popup.trx_addons_popup li.trx_addons_tabs_title.ui-tab.ui-tabs-active a:hover */
.mfp-content .trx_addons_popup_form_field input[type="submit"]:hover,
.mfp-content .templum-login-popup.trx_addons_popup div#trx_addons_login_content .login-with-otp .verify-otp input[type=submit]:hover,
.scheme_default .templum-login-popup .templum-forgot-password .forgot-pwd-buttons .forgot-pwd-back-btn:hover,
.scheme_default .templum-login-popup .templum-forgot-password .forgot-pwd-buttons input[type="submit"]:hover,
.scheme_default .templum-login-popup .ur-button-container .button:hover {
    background: rgba(0, 0, 0) !important;
    color: #ffffff !important;
}

.scheme_default .templum-login-popup.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover {
    background: rgb(255, 255, 255 / 50%);
    filter: brightness(1.1);
    color: #000;
}

.scheme_default .templum-login-popup.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a {
    font-size: 13px;
}

.templum-login-popup.trx_addons_popup .trx_addons_tabs_titles+.trx_addons_tabs_content+.trx_addons_tabs_content {
    padding: 0px;
}

.scheme_default .templum-login-popup.trx_addons_popup li.trx_addons_tabs_title a:hover, .scheme_default .templum-login-popup.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a:hover>i {
    color: #000;
    font-size: 13px;
}

.scheme_default .templum-login-popup .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error),
.scheme_default .templum-login-popup.trx_addons_popup li.trx_addons_tabs_title a,
.scheme_default .templum-login-popup.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a>i {
    font-size: 13px;
}

.scheme_default .templum-login-popup .user-registration:not(.user-registration-MyAccount) {
    padding: 30px;
}

.mfp-content .templum-login-popup.trx_addons_popup div#trx_addons_login_content .trx_addons_popup_form_wrap.trx_addons_popup_form_wrap_login {
    padding: 22px;
}

.mfp-content .templum-login-popup.trx_addons_popup div#trx_addons_login_content .trx_addons_popup_form_wrap.trx_addons_popup_form_wrap_login input[type="submit"],
.mfp-content .templum-login-popup.trx_addons_popup div#trx_addons_login_content .trx_addons_popup_form_wrap.trx_addons_popup_form_wrap_login .login-with-otp .button:not(.back-btn) {
    width: 100%;
    font-size: 14px;
    border-radius: 6px;
}

.mfp-content .templum-login-popup.trx_addons_popup div#trx_addons_login_content .trx_addons_popup_form_wrap.trx_addons_popup_form_wrap_login .trx_addons_popup_form_field_submit {
    padding: initial;
}

/* Separator */
.scheme_default .separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 16px 0;
    width: 100%;
}

.scheme_default .separator::before,
.scheme_default .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.scheme_default .separator:not(:empty)::before {
    margin-right: 10px;
}

.scheme_default .separator:not(:empty)::after {
    margin-left: 10px;
}

.templum-login-popup .trx_addons_popup_form_wrap_login .parsley-errors-list {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 10px;
    color: red;
    margin-bottom: initial;
}

.mfp-content .templum-login-popup.trx_addons_popup div#trx_addons_login_content .login-with-otp .verify-otp input[type=submit] {
    width: auto;
    padding: 19px;
    color: #fff;
}

.login-with-otp .form-group.otp-request label::after {
    content: '*';
    vertical-align: top;
    margin-left: 0.3em;
}

.scheme_default .login-with-otp .otp-butttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    width: 100%;
}

.templum-login-popup .trx_addons_popup_form_field.forgot-password {
    font-size: 16px;
    margin: 15px 0;
    text-align: center;
    background-color: #ba4073;
    color: #fff;
    border-radius: 6px;
}

.scheme_default .forgot-pwd-button.sc_button_hover_slide_left {
    padding: 12px;
    border-radius: 8px;
}

.scheme_default .forgot-pwd-button.sc_button_hover_slide_left:hover {
    color: #fff !important;
    /* padding: 12px; */
    background: #000 !important;
    border-radius: 8px;
}

.templum-login-popup .forgot-pwd-button {
    width: 100%;
    color: #fff !important;
    margin: 0px !important;
    padding: 5px 0px;
}

/* .templum-login-popup .trx_addons_popup_form_field.forgot-password a.trx_addons_popup_form_field_forgot_password,
.templum-login-popup .trx_addons_popup_form_field.forgot-password .sc_button_hover_slide_left:hover {
    color: #fff;
} */
.scheme_default .forgot-pwd-button.sc_button_hover_slide_left:hover {
    color: #fff !important;
}

.templum-login-popup .trx_addons_popup_form_field.trx_addons_popup_form_field_remember {
    font-size: 14px;
}

.templum-login-popup .forgot-pwd-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.scheme_default .templum-nav-profile .trx_addons_popup_link .sc_layouts_item_icon, .scheme_default .templum-nav-profile .trx_addons_popup_link .sc_layouts_item_details>span {
    color: #fff !important;
}

.scheme_default .templum-login-popup .sc_input_hover_iconed input.filled~.sc_form_field_hover,
.scheme_default .templum-login-popup .sc_input_hover_iconed input:focus~.sc_form_field_hover {
    color: #1d1d1d;
}

.scheme_default .templum-login-popup .sc_input_hover_iconed input.filled~.sc_form_field_hover>.sc_form_field_icon,
.scheme_default .templum-login-popup .sc_input_hover_iconed input:focus~.sc_form_field_hover>.sc_form_field_icon {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.scheme_default .templum-login-popup .sc_input_hover_iconed input.filled~.sc_form_field_hover>.sc_form_field_content,
.scheme_default .templum-login-popup .sc_input_hover_iconed input:focus~.sc_form_field_hover>.sc_form_field_content {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.scheme_default .templum-login-popup .sc_input_hover_iconed input.filled~.sc_form_field_hover>.sc_form_field_content,
.scheme_default .templum-login-popup .sc_input_hover_iconed input:focus~.sc_form_field_hover>.sc_form_field_content {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

/* User Profile Page: CSS */
.scheme_default body #booked-profile-page input[type="text"],
.scheme_default body .Custom-user-profile-second-layout #booked-profile-page .booked-upload-wrap>span {
    color: #555555;
    font-size: 15px;
}

.Booked-profile-tabs .vc_tta-panels-container {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.schedule-apptmt ul.cq-tabmenu li.current>a {
    background-color: #ba4073;
    color: #ffffff;
    margin: initial;
    margin-top: 50px;
}

.schedule-apptmt ul.cq-tabmenu li>a {
    background-color: #28272e;
    color: #ffffff;
    margin: initial;
    margin-top: 50px;
    padding: 12px !important;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}

.schedule-apptmt .cq-tabcontent.style2, .schedule-apptmt .cq-tabcontent.style2 .cq-tabitem {
    padding: 0px;
}

.schedule-apptmt .cq-tabcontent.style2 .cq-tabitem .appointment-popup {
    box-shadow: unset;
}

.schedule-apptmt ul.cq-tabmenu li>a:hover {
    margin-top: 50px;
}

.schedule-apptmt ul.vc_tta-tabs-list .vc_tta-tab {
    margin: initial
}

.scheme_default .Booked-profile-tabs ul.vc_tta-tabs-list li {
    margin: 0px;
    border-radius: initial;
}

.Booked-profile-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
    padding: 0px 10px;
    background: #28272e;
    border-radius: 20px;
    margin: auto !important;
    padding: 15px !important;
}

.scheme_default .Booked-profile-tabs ul.vc_tta-tabs-list li {
    margin: 0px;
    border-radius: initial;
}

.Booked-profile-tabs ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    border-radius: 6px !important;
}

.scheme_default .Booked-profile-tabs.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body,
.scheme_default .Booked-profile-tabs.vc_tta.vc_general.vc_tta-tabs .vc_tta-panels {
    background-color: #fff;
}

#user-Video-Consultation .vc_row.wpb_row.vc_inner.vc_row-fluid {
    margin: auto;
    width: 100%;
    display: block;
    padding: 30px;
}

.templum-mobile-nav-menu-row {
    display: none;
}

.templum-mobile-nav-menu-row .mobile-nav-menu-button {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: .5rem;
    border-radius: 28px;
    background-color: rgb(34 34 34 / 1);
    color: #fff;
    /* padding: .5rem; */
    /* padding: .5rem 1.5rem; */
    padding: 1rem 1.5rem;
    width: max-content;
}

.templum-mobile-nav-menu-row .mobile-nav-menu-button .hambutton {
    background: transparent !important;
    padding: 1.5rem 2rem;
}

.templum-mobile-nav-menu-row .mobile-nav-menu-button #menu-close svg {
    stroke: #fff;
    stroke-width: 2;
}

.templum-mobile-nav-menu-row .mobile-nav-menu-button #menu-close {
    background: transparent !important;
    border: none !important;
}

.Custom-user-profile-second-layout .drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
    z-index: 3;
}

.Custom-user-profile-second-layout .drawer-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.Custom-user-profile-second-layout .Booked-profile-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list.open {
    transform: translateX(0);
}

.templum-mobile-nav-menu-row .mobile-nav-menu-button .hambutton {
    background: transparent !important;
}

.scheme_default #booked-profile-page ul.booked-tabs,
.scheme_default #booked-profile-page ul.booked-tabs li,
.scheme_default #booked-profile-page ul.booked-tabs li>a {
    width: max-content;
}

.scheme_default .login-with-otp .otp-butttons input[type=submit],
.verify-otp input[type="submit"] {
    color: #fff !important;
}

/* .scheme_default .login-with-otp .otp-butttons .back-btn {
    font-size: 14px;
    padding: 18px;
} */
.scheme_default .login-with-otp .otp-butttons .back-btn, 
.scheme_default .login-with-otp .otp-butttons input[type="submit"] {
    flex: 1;
    width: auto;
    padding: 12px !important;
    font-size: 14px !important;
}
/* User Profile Mobile CSS Style */
.profile-mobile-container .mobile-profile-tabs .card .button {
    color: #fff !important;
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
    width: 100%;
    font-size: 14px;
    padding: 12px;
    text-align: left;
    background-color: black;
    border: 0;
    border-radius: 0px;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.profile-mobile-container .mobile-profile-tabs .card .button:not(.collapsed) {
    background: #000 !important;
}

.profile-mobile-container .mobile-profile-tabs .card .card-header .btn_link:after,
.profile-mobile-container .mobile-profile-tabs .card .accordion-header .btn_link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /* float: right; */
    flex: 3;
    text-align: right;
}

.profile-mobile-container .mobile-profile-tabs .card .card-header .button.btn_link.btn-block.text-left.sc_button_hover_slide_left.collapsed.collapsed:after,
.profile-mobile-container .mobile-profile-tabs .card .accordion-header .button.btn_link.btn-block.text-left.sc_button_hover_slide_left.collapsed.collapsed:after {
    content: "\f106";
}

.profile-mobile-container .mobile-profile-tabs #profile-edit input[name="updateuser"] {
    text-align: center;
}

.profile-mobile-container .mobile-profile-tabs .card .user-profile-custom-tabs {
    display: none;
}

.profile-mobile-container .mobile-profile-tabs .card .cq-tabitem {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    margin: 15px 0px;
}

.profile-mobile-container .mobile-profile-tabs .card .service-rating-tabitem.cq-tabitem {
    margin: 0px;
}

.profile-mobile-container .mobile-profile-tabs .user-serviceRating .row .col-md-12 {
    padding: 0px;
}

.profile-mobile-container .mobile-profile-tabs .user-serviceRating .row .col-md-12 .ratedmessageCls {
    width: 100%;
    border-radius: 8px;
}

.profile-mobile-container .mobile-profile-tabs .user-serviceRating {
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    padding: 5px;
}

.profile-mobile-container .mobile-profile-tabs .services-panel:not(:last-child) {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.profile-mobile-container .mobile-profile-tabs div#booked-profile-page {
    margin: 0;
    padding: 0;
}

/* Optimized User Profile UI */
.profile-mobile-container .mobile-profile-tabs {
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.profile-mobile-container .profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0;
    background: #fff;
}

.profile-mobile-container .profile-header .profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
    border: 0px;
}

.profile-mobile-container .profile-header .profile-welcome>h3 {
    width: 100%;
    font-family: 'Great Vibes', cursive;
    font-size: 27px !important;
    text-align: center;
    max-width: 206px;
    line-height: 28px;
    padding: 0;
}

.profile-mobile-container .profile-header .profile-welcome>h3 strong {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.profile-mobile-container .mobile-profile-tabs .card ul.cq-tabmenu li>a {
    display: inline-table;
    text-align: left;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px !important;
    border-radius: 0px;
    transition: all 0.3s ease;
    background-color: transparent !important;
    margin: initial;
    box-shadow: unset;
    width: 100%;
}

.profile-mobile-container .mobile-profile-tabs .card ul.cq-tabmenu li.current>a {
    color: #fff;
    font-weight: 600;
    background: #b03a63 !important;
    margin: initial;
}

.profile-mobile-container .mobile-profile-tabs .appointment-popup .add-more-services-opt.second-service .form-group label,
.profile-mobile-container .mobile-profile-tabs .homepage-radio-btn-section.appointment-type label:first-child {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.profile-mobile-container .mobile-profile-tabs .appointment-popup .add-more-services-opt.second-service .form-group .select_container select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff !important;
    font-size: 14px;
    /* transition: border-color 0.3s ease; */
    border: 1px solid #ddd !important;
}

.scheme_default .profile-mobile-container .mobile-profile-tabs .select_container:before {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.profile-mobile-container .mobile-profile-tabs .archive-rating-star .services-panel ul,
.rate-your-appointment .services-panel ul {
    list-style: none;
    display: inline-flex;
    align-items: center;
    padding: 0px;
}

.archive-rating-star .services-panel ul li.star,
.archive-rating-star .rating-stars ul>li.star {
    font-size: 20px;
}

.archive-rating-star .services-panel ul li.star.selected,
.rate-your-appointment .services-panel li.star.selected {
    color: #ff912c;
}

.profile-mobile-container .mobile-profile-tabs .user-serviceRating .cq-tabcontent {
    padding: 0px 5px;
}

.profile-mobile-container .mobile-profile-tabs .card .user-serviceRating .cq-tabitem {
    margin: 0px;
    max-height: 500px;
    overflow-y: auto;
}

.profile-mobile-container .mobile-profile-tabs .card .user-serviceRating .cq-tabitem h2 {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 600;
}

.profile-mobile-container .mobile-profile-tabs input.btn.btn-primary.save-rating-btn {
    border-radius: 8px;
}

.user-serviceRating .card-body.new-card-body,
.profile-mobile-container .apt-row.video-past-appt {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 14px;
    margin-top: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.profile-mobile-container .mobile-profile-tabs .booked-profile-appt-list .appt-block a.GetFormData.document-sign-link {
    float: unset;
}

.profile-mobile-container ul.cq-tabmenu.style2.active {
    flex-direction: column;
    list-style-type: none;
    padding: 0px;
    gap: 0px;
    background: #f2f2f2;
    border-radius: 8px;
    width: 100%;
}

.profile-mobile-container ul.cq-tabmenu.style2.active li {
    width: 100%;
}

.profile-mobile-container .user-loyalty-program img.card-img-top,
.profile-mobile-container .membershipPrograms img {
    border-radius: 8px;
}

.profile-mobile-container .row.user-loyalty-program input.getcode {
    border: none;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.profile-mobile-container .row.user-loyalty-program .btn.insertdata {
    background: #b03a63;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.profile-mobile-container .row.user-loyalty-program .card-title {
    font-size: 16px !important;
}

.profile-mobile-container .user-retail-product-orders {
    border-radius: 8px;
}

/* user profile tabs card CSS */
.profile-mobile-container .mobile-profile-tabs .card ul.cq-tabmenu li:first-child>a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.profile-mobile-container .mobile-profile-tabs .card ul.cq-tabmenu li:last-child>a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.profile-mobile-container .profile-header {
    padding: 18px 0 8px 0;
}

.profile-mobile-container .homepage-radio-btn-section input[type=radio]+label {
    font-size: 16px;
}

.profile-mobile-container .homepage-radio-btn-section input[type=radio] {
    width: auto;
    height: auto;
}

.appointment-popup .provider-list .heading {
    order: 1;
}

.appointment-popup .provider-list .provider-info {
    order: 2;
}

.appointment-popup .provider-list .radiobtn {
    order: 3;
}

.profile-mobile-container .provider_list.home_provider-list .mp-content-container {
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.profile-mobile-container #quickAppointmentPopup .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button .button-timeslot {
    font-size: 15px;
    margin: auto;
}

.profile-mobile-container #provider-list-section,
.profile-mobile-container .schedule-apptmt .upcoming-appt .booked-profile-appt-list,
.profile-mobile-container .cq-tabs.membershipPrograms .user-loyalty-program {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 14px;
    margin-top: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.profile-mobile-container #profile-history .booked-profile-appt-list span.appt-block.bookedClearFix.approved {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid #eee;
    padding: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.profile-mobile-container .schedule-apptmt .upcoming-appt .booked-profile-appt-list {
    padding: 14px 14px 20px;
}

/* li:not(:first-child) */
.profile-mobile-container .booked-profile-appt-list span.appt-block.bookedClearFix.approved .prcalldocdiv {
    border: none;
}

.profile-mobile-container .mobile-profile-tabs .card ul.cq-tabmenu li {
    border-bottom: 1px solid #c9c9c9;
}

.profile-mobile-container .schedule-apptmt .mobile-schedule .appointment-popup {
    padding: 0px;
    background: unset;
}

.profile-mobile-container .appointment-popup .add-more-services-opt.second-service,
.profile-mobile-container .appointment-popup .homepage-radio-btn-section.appointment-type,
.appointment-popup .provider_list.home_provider-list label {
    padding: 0px 5px;
}

.profile-mobile-container .mobile-profile-tabs #booked-profile-page .booked-profile-appt-list .appt-block.approved .col-md-8 span.desc {
    display: inline;
}

/* --------- Vendor Additional Info CSS ----------- */
.Custom-user-profile-second-layout .vendorMeeting-purposes {
    border-radius: 12px;
    transition: all 0.2s ease;
    margin-top: 10px;
    width: 100%;
}

.Custom-user-profile-second-layout .vendorMeeting-purposes p {
    margin-top: 0px !important;
}

.scheme_default .Custom-user-profile-second-layout .booked-profile-appt-list .appt-block {
    border: 2px dashed #e5e7eb;
    padding: 15px !important;
    margin: 12px 0px;
    border-top: 2px dashed #e5e7eb !important;
    border-radius: 8px;
}

/* ----------- /End Vendor Additional Info --------- */
.profile-mobile-container .cq-tabs.membershipPrograms .user-loyalty-program {
    display: flex;
    flex-direction: column;
    gap: 10px;
    letter-spacing: inherit;
}

.profile-mobile-container .select_container:hover,
.profile-mobile-container .select_container {
    border-radius: 8px;
}

.profile-mobile-container .user-serviceRating .card-body.new-card-body .row {
    display: unset;
}

.profile-mobile-container .appointment-popup .provider-list .radiobtn label.btn.btn-default.select-provider {
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
}

/* No-show, Cancellation & Reschedule Note CSS*/
.noshow-cancellation-fee .policy-container {
    font-size: 14px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.noshow-cancellation-fee {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
}

/* box-shadow: 0 6px 18px rgba(0,0,0,0.08); */
.noshow-cancellation-fee .tooltip-box {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 0;
    /* width: 260px; */
    max-width: 85%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 100;
}

.noshow-cancellation-fee .noshow-close {
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: grey;
}

.noshow-cancellation-fee .noshow-close:hover,
.noshow-cancellation-fee .noshow-close:active,
.noshow-cancellation-fee .noshow-close:focus {
    color: #1d1d1d;
}

.booked-modal .bm-window .noshow-cancellation-fee .tooltip-box a,
.booked-modal .bm-window .noshow-cancellation-fee .policy-container a {
    color: #00e;
    font-weight: 500;
}

.noshow-cancellation-fee .tooltip-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.noshow-cancellation-fee .policy-container.active .tooltip-box {
    display: block;
}

.scheme_default .secrvice-section img {
    border-radius: 12px;
}

.scheme_default .secrvice-section h3,
.scheme_default .secrvice-section h4,
.scheme_default .secrvice-section h5,
.scheme_default .secrvice-section h6 {
    margin-top: initial;
    margin-bottom: initial;
}

.scheme_default .secrvice-section .secrvice-section-info h3 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.secrvice-section .service-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.scheme_default .secrvice-section h4 {
    font-weight: 700;
    margin: 20px 0px 16px;
    letter-spacing: normal;
    font-size: 1.2em;
}

.scheme_default .secrvice-section h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.secrvice-section-info .wpb_wrapper ul,
.secrvice-section-info .wpb_wrapper p {
    font-size: 14px;
}

.service-section-sub-heading {
    letter-spacing: initial;
}

.service-rating .row {
    margin-right: 0px;
}

.secrvice-cta-section,
.service-section-table {
    padding: 60px 0px;
}

.scheme_default .service-section-table th {
    color: #fff;
}

.service-cta-button {
    margin-bottom: 0px;
}

.scheme_default .service-cta-button button.vc_general.vc_btn3.vc_btn3-style-modern {
    display: inline-block;
    background: linear-gradient(135deg, #c45b88 0%, #d92f77 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(155, 89, 182, 0.3);
}

.scheme_default .service-cta-button button.vc_general.vc_btn3.vc_btn3-style-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(196 91 136 / 40%);
    background: #000 !important;
    color: #fff !important;
}

.single-cpt_services .sc_layouts_column_icons_position_left .vc_column-inner .wpb_wrapper .vc_custom_heading {
    font-size: 2.2em;
    margin-top: 12px;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif !important;
}

.single-cpt_services .sc_layouts_column_icons_position_left .vc_column-inner .wpb_wrapper .vc_custom_heading {
    margin-top: 0px;
}

.single-cpt_services h2.vc_custom_heading {
    font-size: 36px;
}

.single-cpt_services h3.vc_custom_heading {
    font-size: 28px;
}

.single-cpt_services h4.vc_custom_heading {
    font-size: 22px;
}

.single-cpt_services h5.vc_custom_heading {
    font-size: 18px;
}

.single-cpt_services h6.vc_custom_heading {
    font-size: 16px;
}

.Service-First h1 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.Service-First h1 {
    color: #fff !important;
    font-weight: 500;
}

/* Call Guid User History Section CSS */
#user-appt-history .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    z-index: 1;
    font-size: 42px;
    align-items: center;
    justify-content: center;
}

#user-appt-history .loader-overlay.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .alertify.rescheduling .ajs-dialog {
        max-width: 100%;
    }
    .single-cpt_services .vc_custom_heading {
        line-height: 48px;
    }

    .profile-mobile-container .appointment-popup .provider-list {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .mobile-profile-tabs .homepage-radio-btn-section.appointment-type label:first-child {
        margin-top: initial;
    }

    .mobile-profile-tabs .homepage-radio-btn-section.appointment-type label:first-child {
        margin: 10px 0px;
    }

    .scheme_default .Client-Third-column .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
        display: none;
    }

    .Booked-profile-tabs.faq-tab .vc_tta-panel .vc_tta-panel-heading {
        margin: 0px !important;
        border-radius: 0;
    }

    .Booked-profile-tabs.faq-tab .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .Booked-profile-tabs.faq-tab .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .profile-mobile-container .mobile-profile-tabs .booked-profile-appt-list .appt-block .pdf-sign-link {
        display: block;
        text-align: center;
        padding: 20px 0px 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .profile-mobile-container .appointment-popup .homepage-radio-btn-section.appointment-type {
        margin: 20px 0px !important;
    }

    .profile-mobile-container .mobile-profile-tabs .homepage-radio-btn-section.appointment-type label:first-child {
        margin: 10px 0px;
    }

    .profile-mobile-container .cq-tabs.membershipPrograms .user-loyalty-program {
        flex-direction: row;
        gap: initial;
    }

    .Client-Third-column .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .profile-mobile-container .user-serviceRating .card-body.new-card-body {
        margin: 0px;
    }

    .profile-mobile-container .mobile-profile-tabs .card ul.cq-tabmenu li>a {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .desktop-user-profile-section {
        display: none !important;
    }

    .slider-title,
    .slider-heading,
    .slider-subheading,
    .slider-text,
    .schedule-now1 {
        left: 30px;
    }
}

/* Hide on desktop */
@media only screen and (min-width: 1025px) {
    .profile-mobile-container {
        display: none !important;
    }
}
/* 

:root{
    --t-ink:        #1c1b19;
    --t-ink-soft:   #55504a;
    --t-ivory:      #faf7f2;
    --t-ivory-dim:  #f1ece3;
    --t-paper:      #fffdf9;
    --t-gold:       #c9a84c;
    --t-gold-deep:  #a8863a;
    --t-gold-tint:  #efe3c2;
    --t-rose:       #b85c7a;
    --t-rose-deep:  #99425e;
    --t-rose-tint:  #f6e9ee;
    --t-line:       rgba(28,27,25,.10);

    --t-display: 'Cormorant Garamond', serif;
    --t-body:    'DM Sans', sans-serif;
  }
*/
.alertify.rescheduling .ajs-dialog {
    padding-top: 0px;
}
/* Reschedule & Cancellation Guide CSS */
.reschedule-cancellation-guide .guide-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ================= HERO ================= */
.rescheduling .ajs-header, 
.rescheduling .ajs-footer, 
.rescheduling .ajs-commands {
    display: none;
}
.rescheduling .guide-hero .tpl-close{
    position: absolute;
    right: 13px;
    top: 10px;
    font-size: 16px;
    padding: 0px;
    width: 32px;
    height:32px;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
    cursor: pointer;
    background: transparent;
}
/* .alertify.rescheduling .ajs-header { background: radial-gradient(ellipse at 50% 0%, rgba(201, 168, 76, .07), transparent 55%); } */
.reschedule-cancellation-guide .guide-hero {
    text-align: center;
    padding: 38px 44px 26px;
}

.reschedule-cancellation-guide .eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    background: #b85c7a;
    padding: 9px 20px;
    border-radius: 100px;
    margin-bottom: 28px;
}

.reschedule-cancellation-guide .eyebrow-pill svg {
    width: 12px;
    height: 12px;
}

.reschedule-cancellation-guide .guide-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.01em;
    margin: 0 0 22px;
    color: #1c1b19;
}

.reschedule-cancellation-guide .guide-hero h1 em {
    font-style: italic;
    color: #b85c7a;
    font-weight: 500;
}

.reschedule-cancellation-guide .rule-flourish {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 26px;
}

.reschedule-cancellation-guide .rule-flourish span {
    width: 44px;
    height: 1px;
    background: rgba(28,27,25,.10);
}

.reschedule-cancellation-guide .rule-flourish svg {
    width: 9px;
    height: 9px;
    color: #b85c7a;
}

.reschedule-cancellation-guide .guide-hero p {
    max-width: 560px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.65;
    color: #55504a;
}

/* ================= SECTIONS ================= */
.reschedule-cancellation-guide .guide-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    padding: 0;
}
.reschedule-cancellation-guide .guide-section.cancel-block {
    padding-top: 20px;
}
.reschedule-cancellation-guide .guide-section+.guide-section {
    border-top: 1px solid rgba(28,27,25,.10);
}

.reschedule-cancellation-guide .sec-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.reschedule-cancellation-guide .sec-copy .sec-icon svg {
    width: 22px;
    height: 22px;
}

.reschedule-cancellation-guide .reschedule-block .sec-icon {
    background: #f6e9ee;
    color: #99425e;
}

.reschedule-cancellation-guide .cancel-block .sec-icon {
    background: #f6e9ee;
    color: #99425e;
}

.reschedule-cancellation-guide .sec-copy h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.15;
    margin: 0 0 14px;
    color: #1c1b19;
    letter-spacing: initial;
}

.reschedule-cancellation-guide .sec-copy>p {
    font-size: 15px;
    line-height: 1.7;
    color: #55504a;
    margin: 0 0 30px;
    max-width: 440px;
    letter-spacing: initial;
}

.reschedule-cancellation-guide .step-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.reschedule-cancellation-guide .step-list li {
    display: flex;
    gap: 18px;
    padding: 0 0 24px;
    position: relative;
}

.reschedule-cancellation-guide .step-list li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 34px;
    width: 1px;
    height: calc(100% - 20px);
    background: rgba(28,27,25,.10);
}

.reschedule-cancellation-guide .step-num {
    flex: 0 0 auto;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 15px;
    z-index: 1;
    background: #b85c7a;
}

.reschedule-cancellation-guide .reschedule-block .step-num {
    color: #fff;
    box-shadow: inset 0 0 0 1.5px #b85c7a;
}

.reschedule-cancellation-guide .cancel-block .step-num {
    color: #fff;
    box-shadow: inset 0 0 0 1.5px #b85c7a;
}

.reschedule-cancellation-guide .step-body h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 4px 0 5px;
    color: #1c1b19;
    letter-spacing: initial;
}

.reschedule-cancellation-guide .step-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 13.5px;
    line-height: 1.6;
    color: #55504a;
    margin: 0;
    letter-spacing: initial;
}

.reschedule-cancellation-guide .step-body p strong {
    color: #1c1b19;
    font-weight: 600;
}

/* ================= SCREENSHOT FRAME ================= */
.reschedule-cancellation-guide .sec-media {
    position: relative;
}

.reschedule-cancellation-guide .shot-frame {
    position: relative;
    background: #b85c7a54;
    border-radius: 10px;
    padding: 14px;
    box-shadow:
        0 30px 60px -20px rgba(28, 27, 25, .25),
        0 0 0 1px rgba(28,27,25,.10);
}

.reschedule-cancellation-guide .shot-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.reschedule-cancellation-guide .shot-tag {
    position: absolute;
    top: -14px;
    left: 28px;
    font-family: 'Roboto', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 100px;
    color: #fff;
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, .35);
}

.reschedule-cancellation-guide .reschedule-block .shot-tag {
    background: #99425e;
}

.reschedule-cancellation-guide .cancel-block .shot-tag {
    background: #99425e;
}

/* ================= INFO PANEL ================= */
/* margin: 64px 0 96px; */
.reschedule-cancellation-guide .info-panel {
    background: #1c1b19;
    color: #b85c7a;
    border-radius: 10px;
    padding: 44px 48px;
    position: relative;
    overflow: hidden;
    margin-bottom: 44px;
}

.reschedule-cancellation-guide .info-panel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #b85c7a, #b85c7a);
}

.reschedule-cancellation-guide .info-panel h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 22px;
    color: #b85c7a;
    letter-spacing: initial;
}

.reschedule-cancellation-guide .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.reschedule-cancellation-guide .info-grid li {
    display: flex;
    gap: 12px;
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(250, 247, 242, .82);
}

.reschedule-cancellation-guide .info-grid li svg {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    color: #b85c7a;
}
.scheme_default .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    color: #fff;
}
/* ================= RESPONSIVE ================= */
@media (max-width:880px) {
    .reschedule-cancellation-guide .guide-wrap {
        padding: 0 24px;
    }

    .reschedule-cancellation-guide .guide-hero {
        padding: 64px 24px 44px;
    }

    .reschedule-cancellation-guide .guide-section {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 44px 0;
    }

    .reschedule-cancellation-guide .guide-section:nth-child(odd) .sec-media {
        order: -1;
    }

    .reschedule-cancellation-guide .info-panel {
        padding: 34px 28px;
    }

    .reschedule-cancellation-guide .info-grid {
        grid-template-columns: 1fr;
    }
}