@font-face {
    font-family: Montserrat-Medium;
    src: url('../Montserrat/static/Montserrat-Medium.ttf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../Montserrat/static/Montserrat-Regular.ttf');
}

body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: "Montserrat-Regular";
}

a {
    text-decoration: none !important;
}

section {
    padding: 80px 0;
}

.offering-wrrpr {
    padding: 0 42px;
}

/* header css start */
.header {
    background-color: #424E3E;
    border-bottom: 2px solid #FFFFFF33
}

.header .header-logo {
    margin-right: 30px;
}

.header .parentLinks {
    margin-left: 20px;
}

.header ul li a {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.header ul li .dropdown a {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    font-weight: 500;
    color: #424E3E !important;
}

.header ul li .dropdown {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.header ul li .dropdown:hover,
.header ul li a:hover,
.header ul li .dropdown:focus,
.header ul li a:focus {
    color: #ffffff;
}

.header .login-btn {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    font-weight: 600;
    color: #424E3E;
    background-color: #ffffff;
    height: 48px;
    width: 134px;
    border: none;
    border-radius: 33px;
}

.header .login-btn {
    text-transform: uppercase;
}

.header .login-btn:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1.5px solid #ffffff;
}

.header .join-btn {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
    height: 48px;
    width: 295px;
    border: 2px solid #ffffff;
    border-radius: 33px;
    margin-right: 10px;
    text-transform: uppercase;
}

.header .join-btn:hover {
    background-color: #ffffff;
    color: #424E3E;
}

.company-dropdown ul {
    border-radius: 8px;
}

.company-dropdown ul li {
    margin: 0;
    padding: 0 10px;
}

.company-dropdown ul li a {
    color: #424E3E;
    font-weight: 600;
    padding: 5px;
}

.company-dropdown ul li .active {
    color: #fff;
    background-color: #424E3E;
    border-radius: 8px;
}

/* header css end */
/* home main css start */

.home-main-section {
    background-image: url('../images/logo_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0 150px;
}

.home-main-section .arrows-down {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.home-main-section .hira-collective {
    width: 100%;
    max-width: 600px;
}

.home-search-wrrpr {
    background-color: #FFFFFF12;
    backdrop-filter: blur(30px);
    box-shadow: 0px 0px 15px 0px #00000026 inset;
    border: 2px solid #FFFFFF38;
    border-radius: 24px;
    padding: 25px;
}

.search-dv-body {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.home-search-wrrpr p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.home-main-section .home-search-btn {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 600;
    width: 137px;
    height: 48px;
    color: #FFFFFF;
    background-color: #424E3E;
    border: 2px solid #FFFFFF;
    border-radius: 33px;
    padding: 0 30px;
}


.search-container {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    background-color: white;
    width: 100%;
    max-width: 500px;
    position: relative;
    align-items: center;
}


.search-input,
.home-main-section .dropdown button,
.home-main-section .location-input {
    padding: 10px 15px 10px 40px;
    font-size: 16px;
    outline: none;
    width: 100%;
    border-radius: 30px;
    border: none;
    background-color: #FFFFFF;
}

.home-main-section .dropdown button {
    padding: 10px;
    height: 48px;
}

.home-main-section .location-input {
    width: 100%;
    max-width: 300px;
    padding: 0;
}

.search-button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    left: 10px;
    margin: auto;
}

.search-button i {
    font-size: 18px;
    color: #17240B;
}

.searched-category {
    display: flex;
    align-items: center;
    gap: 15px;
}

.searched-category button {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #FFFFFF26;
    padding: 5px 30px;
    border: none;
    border-radius: 33px;
}

/* home main css end */
.home-title {
    font-family: "Montserrat-Medium";
    font-size: 40px;
    font-weight: 700;
    color: #424E3E;
    text-transform: uppercase;
}

.explore-img-dv {
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 135px;
    background-color: #ebecea;
    border-radius: 24px;
}

.explore-img-dv.rekki {
    background-image: url('../images/Reiki.svg');
}

.explore-img-dv.yoga {
    background-image: url('../images/Yoga.svg');
}

.explore-img-dv.nutrition {
    background-image: url('../images/Nutritional.svg');
}

.explore-img-dv.energy {
    background-image: url('../images/Energy.svg');
}


.explore-img-dv p {
    font-family: "Montserrat-Regular";
    font-size: 21px;
    font-weight: 600;
    color: #424E3E;
    margin: 0;
}

.category-load-more,
.home-blog-btn,
.review-dv-data .home-blog-btn {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #424E3E;
    border-radius: 33px;
    border: none;
    width: 167px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-load-more:hover,
.home-blog-btn:hover,
.review-dv-data .home-blog-btn:hover {
    color: #FFFFFF;
}

.why-us-wrrpr .swiper-wrapper {
    padding-bottom: 50px;
}

.why-us-wrrpr .swiper-slide {
    border: 2px solid #EDEEEC;
    padding: 30px;
    border-radius: 24px;
    position: relative;
}

.why-us-wrrpr .swiper-slide img {
    margin-bottom: 25px;
}

.why-us-wrrpr .swiper-slide p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #565656;
    margin: 0;
    margin-bottom: 16px;
    z-index: 1;
    position: relative;
}

.why-us-wrrpr .swiper-slide h4 {
    font-family: "Montserrat-Medium";
    font-size: 24px;
    font-weight: 700;
    color: #424E3E;
    margin: 0;
    margin-bottom: 13px;
}

.why-us-wrrpr .swiper-slide .shadow-quotes {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.why-us-wrrpr .swiper-button-prev {
    right: 70px;
    left: auto;
}

.why-us-wrrpr .swiper-button-prev,
.why-us-wrrpr .swiper-button-next {
    border: 1.5px solid #9F8B72;
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9F8B72;
}

.swiper-button-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9F8B72;
}

.why-us-wrrpr .swiper-pagination {
    bottom: -5x;
}

.swiper-pagination-bullet-active {
    background: #9F8B72;

}

.find-apply-dv {
    background: linear-gradient(180deg, #576752 0%, #3C4639 100%);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.find-apply-dv img {
    position: absolute;
    bottom: -60px;
    right: -20px;
    width: 100%;
    max-width: 350px;
}

.find-apply-dv h2 {
    font-family: "Montserrat-Medium";
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 17px;
}

.find-apply-dv p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 28px;
}

.find-apply-dv button {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #424E3E;
    margin: 0;
    background-color: #FFFFFF;
    border-radius: 33px;
    height: 48px;
    width: 233px;
    border: none;
}

.choose-us-dv {
    background-color: #ebecea;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
}

.choose-us-img-dv {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    width: 90px;
    margin-bottom: 25px;
}

.choose-us-dv h6 {
    font-family: "Montserrat-Medium";
    font-size: 24px;
    font-weight: 700;
    color: #424E3E;
    margin: 0;
    margin-bottom: 20px;
}

.choose-us-dv p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    margin: 0;
}

.vision-about-img-dv img {
    width: 100%;
}

.vision-and-about-dv h2 {
    font-family: "Montserrat-Medium";
    font-size: 36px;
    font-weight: 700;
    color: #424E3E;
    margin: 0;
    margin-bottom: 25px;
}

.vision-and-about-dv p {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    font-weight: 400;
    color: #565656;
    margin: 0;
    margin-bottom: 25px;
}

.vision-and-about-dv button {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #424E3E;
    background-color: transparent;
    border-radius: 33px;
    border: 2px solid #424E3E;
    width: 100%;
    max-width: 148px;
    height: 48px;
}

.about-dv {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.home-blog-wrrpr {
    background-color: #F5F6F5;
}

.home-blog-dv {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
}

.home-blog-dv img {
    width: 100%;
    margin-bottom: 20px;
    height: 230px;
    object-fit: cover;
    border-radius: 16px;
}

.home-blog-dv h4 {
    font-family: "Montserrat-Medium";
    font-size: 24px;
    font-weight: 700;
    color: #424E3E;
    margin: 0;
    margin-bottom: 20px;
}

.home-blog-dv p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    margin: 0;
    margin-bottom: 20px;
}

.home-blog-label {
    background-color: #9F8B721F;
    border-radius: 42px;
    width: fit-content;
    padding: 5px 25px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.home-blog-label h5 {
    font-family: "Montserrat-Regular";
    font-size: 15px;
    font-weight: 500;
    color: #9F8B72;
    margin: 0;
}

.home-blog-dv button,
.home-blog-dv a {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #9F8B72;
    background-color: transparent;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}


/* faq css start */

.faq-section .accordion {
    background-color: #F5F6F5;
    border-radius: 24px;
    padding: 20px;
}

.faq-section .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #e1e1e1;
}

.faq-section .accordion-item:last-child {
    border: none;
}

.faq-section .accordion-button {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    font-weight: 600;
    color: #424E3E;
    background-color: transparent;
    border: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq-section .accordion-body {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    padding: 10px 20px 20px;
}

.faq-section .accordion-button::after {
    background-image: url(../images/plus.svg);
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 50%;
    background-position: center;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url('../images/cross.svg');
    transform: rotate(0deg);
}

/* faq css end */

/* features css start */
.featured-section .dropdown {
    position: relative;
}

.featured-section .dropdown-button,
.offering-btn-drop .dropdown-button {
    background-color: white;
    border-radius: 9999px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    border: none;
    outline: none;
}

.offering-btn-drop .dropdown-button {
    background-color: #424E3E !important;
    color: #FFFFFF !important;
    height: 48px !important;
}

.featured-section .dropdown-button span,
.offering-btn-drop .dropdown-button span {
    color: #4a5568;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #424E3E;
}

.offering-btn-drop .dropdown-button span {
    color: #fff !important;
    font-weight: 600 !important;
}

.featured-section .dropdown-button i {
    margin-left: 8px;
    color: #4a5568;
}

.featured-section .dropdown-menu,
.practitioner-detail-wrrpr .accordion-body .Currency-select .dropdown-menu,
.review-dv-data .sort-by .dropdown-menu,
.home-search-wrrpr .dropdown-menu,
.offering-btn-drop .dropdown-menu {
    position: absolute;
    margin-top: 8px;
    width: 192px;
    background-color: white;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
}

.offering-btn-drop .dropdown-menu {
    width: 150px !important;
}

.featured-section .dropdown-menu ul,
.practitioner-detail-wrrpr .accordion-body .Currency-select .dropdown-menu ul,
.review-dv-data .sort-by .dropdown-menu ul,
.home-search-wrrpr .dropdown-menu ul,
.offering-btn-drop .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-section .dropdown-menu li,
.practitioner-detail-wrrpr .accordion-body .Currency-select .dropdown-menu li,
.review-dv-data .sort-by .dropdown-menu li,
.home-search-wrrpr .dropdown-menu ul li,
.offering-btn-drop .dropdown-menu li {
    border-bottom: 1px solid #e2e8f0;
}

.featured-section .dropdown-menu li:last-child,
.practitioner-detail-wrrpr .accordion-body .Currency-select .dropdown-menu li:last-child,
.review-dv-data .sort-by .dropdown-menu li:last-child,
.home-search-wrrpr .dropdown-menu ul li:last-child,
.offering-btn-drop .dropdown-menu ul li:last-child {
    border-bottom: none;
}

.featured-section .dropdown-menu a,
.practitioner-detail-wrrpr .accordion-body .Currency-select .dropdown-menu a,
.review-dv-data .sort-by .dropdown-menu a,
.home-search-wrrpr .dropdown-menu a,
.offering-btn-drop .dropdown-menu a {
    display: block;
    padding: 8px 16px;
    font-size: 0.875rem;
    color: #4a5568;
    text-decoration: none;
}

.featured-section .dropdown-menu a:hover,
.practitioner-detail-wrrpr .accordion-body .Currency-select .dropdown-menu a:hover,
.review-dv-data .sort-by .dropdown-menu a:hover,
.home-search-wrrpr .dropdown-menu a:hover,
.offering-btn-drop .dropdown-menu a:hover {
    background-color: #f7fafc;
}

.featured-section {
    background-color: #F5F6F5;
}

.selected-category {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #424E3E;
    margin: 0;
}

.featured-dv {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 15px;
    position: relative;
    height: 100% !important;
    max-height: 555px;
    min-height: 470px;
}

.featured-dv img {
    width: 100%;
    margin-bottom: 13px;
}

.featured-dv label {
    position: absolute;
    top: 35px;
    right: 30px;
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000004D;
    width: 130px;
    height: 34px;
    border-radius: 30px;

}

.featured-dv h4 {
    font-family: "Montserrat-Medium";
    font-size: 20px;
    font-weight: 600;
    color: #424E3E;
    margin: 0;
}

.featured-dv h5 {
    font-family: "Montserrat-Regular";
    font-size: 15px;
    font-weight: 400;
    color: #9F9361;
    margin: 0;
    margin-bottom: 10px;
}

.featured-dv h5 i {
    margin-right: 5px;
}

.featured-dv p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    margin: 0;
    margin-bottom: 10px;
}

.featured-dv i {
    color: #9F9361;
}

.featured-dv h6 {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #9F9361;
    margin: 0;
}

/* features css end */

/* contact us css start */

.contact-us-wrrpr {
    background-image: url('../images/logo_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-us-right-dv {
    background-color: #FFFFFF12;
    backdrop-filter: blur(30px);
    padding: 27px 33px 33px;
    border: 2px solid #FFFFFF38;
    border-radius: 24px;
    position: relative;
}

.contact-us-right-dv .star-2 {
    position: absolute;
    left: -200px;
    bottom: 50px;
}

.contact-us-right-dv h3 {
    font-family: "Montserrat-Medium";
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

.contact-us-wrrpr form label,
.login-body form .input-group label,
.login-checkbox label,
.add-offering-dv label {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 5px;
}

.add-offering-dv label {
    color: #585757;
}

.contact-us-wrrpr form input,
.contact-us-wrrpr form textarea,
.login-body form .input-group input,
.add-offering-dv input,
.form-container input,
.form-container select,
.add-offering-dv textarea {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    background-color: #FFFFFF;
    border-radius: 24px;
    height: 46px;
    padding: 17px 21px;
}
.form-container select{
    padding: 0 22px;
}

.contact-us-wrrpr form textarea,
.add-offering-dv textarea {
    height: 100px;
}

.contact-us-wrrpr form input:focus,
.contact-us-wrrpr form textarea {
    box-shadow: none;
    border: none;
}

.creat-account, .proceed_to_checkout,.proceed_to_reschedule {
    border-radius: 33px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    background: #9F8B72;
    color: #fff;
    border: #9F8B72;
}

.age-container a {
    color: #424E3E;
    width: 52px;
    height: 36px;
    background: #ecedec;
    border-radius: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.age-container-inner {
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-radius: 24px;
    padding: 0 6px;
}
#ageInput{
    border: none;
    padding: 0;
    width: 100%;
}
h4.container-title {
    text-align: center;
    background: #424E3E;
    color: #fff;
    padding: 17px;
    border-radius: 12px;
    font-size: 18px;
}
.container-p{
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 0;
}
.upcoming-event-inner .swiper-slide {
    display: flex;
    gap: 10px;
    border: 2px solid #424E3E1A;
    border-radius: 16px;
    padding: 14px;
}
.upcoming-event-inner .swiper-slide h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .5px;
}
.upcoming-event-inner .swiper-slide p {
    font-size: 14px;
    color: #9F8B72;
}
.upcoming-event-inner .swiper-slide a {
    border: 1.5px solid #424E3E;
    padding: 5px 26px;
    border-radius: 33px;
    color: #424E3E;
    font-size: 15px;
    display: inline-block;
}
.upcoming-event-container {
    margin: 40px 0px;
}
.upcoming-event-inner{
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 84%, rgba(0, 0, 0, 0) 100%);
}
.upcoming-event-inner .swiper-wrapper{
    /* overflow: hidden; */
}
.upcoming-event-container .swiper-button-next::before,
.upcoming-event-container .swiper-button-next-event::before,
.upcoming-event-container .swiper-button-prev::before,
.upcoming-event-container .swiper-button-prev-event::before
{
    content: "" !important;
}
.upcoming-event-container .swiper-button-next,
.upcoming-event-container .swiper-button-next-event,
.upcoming-event-container .swiper-button-prev ,
.upcoming-event-container .swiper-button-prev-event {
    right: -75px;
    color: #424E3E;
    border: 1.5px solid #424E3E;
    border-radius: 161px;
    width: 40px;
    height: 40px;
    top: 132px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-article-slider p {
    margin: 0;
    text-align: right;
}
.related-article-slider a {
    background: #fff;
    border-color: #fff !important;
    color: #9F8B72 !important;
}
.related-article-slider .swiper-slide{
    background-color: #ebecea;
}
.upcoming-event-container  .swiper-button-prev,
.upcoming-event-container  .swiper-button-prev-event {
    left: -75px;
}
.membership-plans p {
    text-align: left !important;
    margin-bottom: 11px !important;
}
.membership-plans .card {
    border-radius: 17px;
}
.membership-plans button {
    border-radius: 10px;
    padding: 3px 20px;
    background-color: #424E3E;
    list-style-type: none;
    color: #fff;
    border: none;
}
.upcoming-event-container > h4 {
    color: #424E3E;
    font-weight: bolder;
    font-size: 24px;
    border-bottom: 2px solid #424E3E;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 25px;
}


section.coming-soon-container {
    background: #efe4d7;
}

h2.coming-title {
    font-size: 37px;
    font-weight: 600;
    color: #384135;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
h5.coming-subtitle {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.coming-form-container {
    background: #424e3e;
    padding: 30px;
    border-radius: 25px;
    color: #fff;
}
h3.form-title {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 22px;
}
#coming-form .form-group {
    margin-bottom: 20px;
}
#coming-form input.form-control {
    padding: 10px;
}
#coming-form p.form-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
#coming-form p.form-text a {
    color: #fff;
    text-decoration: underline !important;
}
#coming-form button.theme-btn {
    width: 100%;
    background: #ba9b8b;
    border: none;
    padding: 10px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

a.apply-prac-btn {
    background: #ba9b8b;
    color: #fff;
    padding: 10px 32px;
    display: inline-block;
    margin-top: 32px;
    font-size: 25px;
    border-radius: 32px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.apply-practitioner-btn-container {
    text-align: center;
}

.upcoming-event-inner .swiper-slide img {
    width: 100%;
    margin-right: 60px;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.session-confirm-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.you-are-here-container .choose-us-dv {
    border-radius: 12px;
    height: auto;
}
.go-home {
    border-radius: 33px;
    border-width: 1.5px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    background: transparent;
    margin-bottom: 25px;
    display: inline-block;
    border: 1.5px solid #424E3E;
    color: #424E3E;
}
.you-are-here-container {
    padding: 18px;
    border: 2px solid #424E3E1A;
    border-radius: 12px;
}
p.container-p span {
    font-size: 16px;
    font-weight: 600;
}

#loginForm .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    padding: 7px 0px;
    height: auto;
}
.theme-btn {
    border-radius: 33px;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 7px;
    padding-left: 30px;
    background: #424E3E;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

#loginForm .form-check {
    display: flex;
    align-items: center;
    gap: 7px;
}
.bottom-line.my-2 {
    padding-left: 23px;
}

.proceed_to_checkout :hover , .proceed_to_reschedule:hover{
    border: #9F8B72;
}
.place-order{
    border-radius: 33px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    background: #9F8B72;
    color: #fff;
    border: #9F8B72;
}
.login-container {
    border-radius: 24px;
    background: #fff;
}
.login-container .alert-green{
    border-radius: 13px;
}
.confirm-booking{
    border-radius: 33px;
    padding-top: 10px;
    margin: 14px 0px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    background: #424E3E;
    color: #fff;
    border: #424E3E;
}
.bottom-line {
    font-size: 13px;
}

.add-offering-dv textarea:focus,
.add-offering-dv input {
    box-shadow: none !important;
}

.contact-us-right-dv form .form-check .form-check-input {
    height: 21px;
    width: 21px;
    padding: 0;
}

.contact-us-left-dv {
    height: 100%;
    display: flex;
}

.contact-us-left-dv img {
    width: 100%;
}

.contact-us-wrrpr form button {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 33px;
    height: 46px;
    width: 137px;
    border: 1.5px solid #FFFFFF
}

.stripe-text {
    font-family: "Montserrat-Medium";
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.stripe-label {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.stripe-btn {
    padding: 12px;
    height: 46px;
    background: #1275ff;
    background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat-Medium";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    border-radius: 3px;
    border: none;
}

/* contact us css end */

/* blog css start */

.blog-banner {
    background-image: url('../images/logo_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.blog-banner h2 {
    font-family: "Montserrat-Medium";
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 25px;
    color: #FFFFFF;
    text-align: center;
}

.blog-banner p {
    font-family: "Montserrat-Medium";
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 25px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 5px;
}

.blog-banner .search-container {
    max-width: 800px;
}

.blog-banner .search-container .blog-search-btn,
.footer-subscribe .search-container .blog-search-btn,
.blog-detail-left-dv .search-container .blog-search-btn,
.practitioner-search-dv .search-container .blog-search-btn {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #424E3E;
    height: 40px;
    width: 137px;
    border: none;
    border-radius: 33px;
    margin: 5px;
}

.blog-section .recent-resources {
    padding: 70px 0;
    background-color: #F5F6F5;
}

.blog-section .resources-body {
    padding: 20px;
    border-radius: 24px;
    background-color: #FFFFFF;
    display: flex;
    gap: 15px;
}

.blog-section .resources-body h5 {
    font-family: "Montserrat-Medium";
    font-size: 21px;
    font-weight: 600;
    color: #424E3E;
    margin-bottom: 15px;
}

.blog-section .resources-body button {
    font-family: "Montserrat-Regular";
    font-size: 15px;
    font-weight: 500;
    color: #9F8B72;
    background-color: #F3F1EE;
    border-radius: 42px;
    padding: 5px 20px;
    margin-bottom: 5px;
    border: none;
}

.blog-section .resources-body p,
.practitioner-profile p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    margin: 0;
    text-align: end;
}

.blog-category-wrrpr {
    padding: 53px 0 80px;
}

.blog-category-wrrpr .resources-body {
    background-color: #ebecea;
}

.blog-category-wrrpr .owl-carousel {
    border-bottom: 2px solid #F5F6F5;
    border-top: 2px solid #F5F6F5;
    margin: 20px 0;
    padding: 20px 0;
}

.blog-category-wrrpr .owl-stage {
    display: flex;
    align-items: center;
}

/*.blog-category-wrrpr .owl-carousel .owl-nav,*/
/*.blog-category-wrrpr .owl-carousel .owl-dots {*/
/*    display: none;*/
/*}*/

.owl-next {
    right: -10px;
}

.owl-left {
    left: -10px;
}

.owl-prev, .owl-next {
    position: absolute !important;
    top: 25px !important;
    bottom: 25px !important;
    background: transparent !important;
    border-radius: 50% !important;
    padding: 23px !important;
    height: 26px !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    font-size: 40px !important;
    align-items: center !important;
}

.blog-category-wrrpr .owl-carousel .item {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    font-weight: 500;
    color: #424E3E;
    text-align: center;
}

.blog-category-wrrpr .owl-carousel .active-dv {
    background: #EDEEEC;
    border-radius: 33px;
    padding: 5px 20px;
}

/* blog css end */

/* blog detail css start */
.blog-detail-section,
.practitioner-detail-wrrpr {
    padding: 30px 0 60px;
}

.blog-detail-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    border-radius: 24px;
    margin-bottom: 40px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-detail-banner p {
    font-family: "Montserrat-Regular";
    font-size: 16x;
    font-weight: 400;
    color: #FFFFFF75;
    margin: 0;
}

.blog-detail-banner p span {
    color: #FFFFFF;
}

.blog-detail-banner button {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #0000004D;
    border-radius: 30px;
    /* width: 130px;
    height: 34px; */
    border: none;
    padding: 8px 16px;
}

.blog-detail-banner h6 {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.blog-detail-left-dv h2 {
    font-family: "Montserrat-Medium";
    font-size: 36px;
    font-weight: 700;
    color: #424E3E;
    margin: 0;
    margin-bottom: 25px;
}

.blog-detail-left-dv h4,
.practitioner-detail-wrrpr .accordion-body h4 {
    font-family: "Montserrat-Medium";
    font-size: 24px;
    font-weight: 700;
    color: #424E3E;
    margin: 0;
    margin-bottom: 25px;
}

.blog-detail-left-dv p,
.blog-detail-left-dv ul li,
.blog-detail-left-dv ol li,
.practitioner-detail-dv p,
.practitioner-detail-wrrpr .accordion-body p,
.practitioner-detail-wrrpr .accordian-body-data .toggle-dv-review ul li,
.review-dv-data .review-text {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    margin: 0;
    margin-bottom: 50px;
}

.blog-detail-left-dv ul li,
.blog-detail-left-dv ul,
.blog-detail-left-dv ol li,
.blog-detail-left-dv ol {
    margin-bottom: 0;
}

.blog-detail-right-dv {
    margin-bottom: 60px;
    margin-top: 10px;
}

.blog-detail-right-dv .related-blog-title {
    border-bottom: 2px solid #424E3E;
    margin-bottom: 18px;
}

.blog-detail-right-dv .related-blog-title h4 {
    font-family: "Montserrat-Regular";
    font-size: 22px;
    font-weight: 700;
    color: #424E3E;
    margin: 0;
    margin-bottom: 18px;
}

.related-practitioners-dv,
.practitioner-detail-dv {
    display: flex;
    gap: 10px;
    background-color: #F5F6F5;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 15px;
}

.related-practitioners-dv h5 {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    font-weight: 700;
    color: #424E3E;
    margin: 0;
    margin-bottom: 8px;
}

.related-practitioners-dv h6 {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    margin: 0;
    margin-bottom: 8px;
}

.related-practitioners-dv i,
.practitioner-detail-dv i {
    color: #9F8B72;
}

.blog-detail-right-dv .blog-view-more,
.blog-detail-left-dv .blog-view-more,
.practitioner-search-dv .blog-view-more,
.practitioner-detail-wrrpr .accordian-body-data .blog-view-more {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #424E3E;
    border: none;
    background-color: transparent;
    text-decoration: none;
}

.blog-detail-left-dv .search-container,
.practitioner-search-dv .search-container {
    background: #F5F6F5;
    max-width: 630px;
}

.blog-detail-left-dv .search-input,
.practitioner-search-dv .search-input {
    background: #F5F6F5;
}

/* blog detail css end */

/* practitioner css start */
.practitioner-detail-wrrpr {
    padding-bottom: 0;
}

.practitioner-detail-dv {
    padding: 35px;
    display: block;
}

.practitioner-detail-dv h4 {
    font-family: "Montserrat-Medium";
    font-size: 40px;
    font-weight: 700;
    color: #424E3E;
    margin-bottom: 10px;
}

.practitioner-detail-dv h5 {
    font-family: "Montserrat-Regular";
    font-size: 20px;
    font-weight: 600;
    color: #9F8B72;
    margin-bottom: 10px;
}

.practitioner-location-dv {
    display: flex;
    align-items: center;
    gap: 20px;
}

.practitioner-location-dv button {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #9F8B72;
    background-color: #FFFFFF;
    width: 200px;
    height: 40px;
    border: none;
    border-radius: 30px;
}

.practitioner-location-dv ul li {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #424E3E;
}

.practitioner-detail-wrrpr .swiper-slide img {
    width: 100%;
}

.practitioner-detail-wrrpr .accordion-button {
    font-family: "Montserrat-Medium";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #424E3E;
    border-radius: 12px !important;
    margin-bottom: 20px;
}

.practitioner-detail-wrrpr .accordion-button:focus {
    box-shadow: none;
}

.practitioner-detail-wrrpr .accordion-item {
    border: none;
}

.practitioner-detail-wrrpr .accordion-button::after {
    background-image: url('../images/chevron.svg');
}

.practitioner-detail-wrrpr .accordian-body-data {
    border-bottom: 2px solid #F5F6F5;
    margin-bottom: 20px;
}

.practitioner-detail-wrrpr .accordion-body .Currency-select button,
.review-dv-data .sort-by .dropdown button {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    font-weight: 500;
    color: #565656;
    background: #F5F6F5;
    border-radius: 33px !important;
    width: 130px;
    height: 48px;
    border: none;
}

.review-dv-data .sort-by .dropdown button {
    width: 206px;
}

.practitioner-accordian-lists {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
    padding: 0;
}

.practitioner-accordian-lists li,
.offer-prize,
.practitioner-detail-wrrpr .help-you-dv ul li {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    font-weight: 600;
    color: #9F8B72;
}

.practitioner-accordian-lists li:first-child {
    list-style-type: none;
}

.lorem-text {
    display: none;
}

.practitioner-detail-wrrpr .accordian-body-data .toggle-data-dv {
    padding: 20px;
    background: #F5F6F5;
    border-radius: 12px;
    margin-bottom: 10px;
}

.practitioner-detail-wrrpr .accordian-body-data .toggle-data-dv img {
    width: 100%;
    height: 261px;
    max-width: 361px;
}

.practitioner-detail-wrrpr .accordian-body-data .toggle-data-dv .toggle-dv-desc {
    display: flex;
    gap: 15px;
    border-radius: 12px;
}

.practitioner-detail-wrrpr .accordian-body-data .toggle-data-dv .toggle-dv-review {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
}

.practitioner-detail-wrrpr .accordian-body-data .toggle-data-dv .toggle-dv-review button {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background: #9F8B72;
    padding: 8px 30px;
    border: 1.5px solid #9F8B724D;
    border-radius: 33px;
}

.practitioner-detail-wrrpr .help-you-dv ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.practitioner-detail-wrrpr .help-you-dv ul li {
    color: #565656;
    margin-right: 25px;
    margin-bottom: 20px;
    max-width: 260px;
    width: 100%;
}

.practitioner-detail-wrrpr .certificate-dv ul {
    display: block;
}

.practitioner-detail-wrrpr .certificate-dv ul li {
    margin-right: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #F5F6F5;
}

.practitioner-detail-wrrpr .certificate-dv ul li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.review-dv-data .progress {
    width: 248px;
    height: 12.34px;
    border-radius: 21px;
}

.review-dv-data .progress-bar {
    background: #9F8B72;
}

.review-dv-data .reviewer {
    display: flex;
    align-items: center;
}

.review-dv-data .reviewer img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.review-dv-data .reviewer-img-text {
    font-family: "Montserrat-Regular";
    font-size: 20px;
    font-weight: 600;
    height: 56px;
    width: 56px;
    color: #FFFFFF;
    background: #9F8B72;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-dv-data .reviewer-info {
    margin-left: 16px;
}

.review-dv-data .reviewer-info .name {
    font-family: "Montserrat-Regular";
    font-size: 22px;
    font-weight: 600;
    color: #9F8B72;
    margin: 0;
}

.review-dv-data .reviewer-info .stars {
    color: #9F8B72;
}

.person-review-dv h3 {
    font-family: "Montserrat-Medium";
    font-size: 26px;
    font-weight: 700;
    color: #9F8B72;
    margin: 0;
}

.review-dv-data .sort-by {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.review-dv-data .sort-by p {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    font-weight: 400;
    color: #565656;
    margin: 0;
}

.review-dv-data .sort-by select {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #565656;
    width: 206px;
    height: 48px;
    border-radius: 24px;
    border: none;
    background: #F5F6F5;
    padding: 0px 20px;

}

.review-dv-data .rating {
    text-align: right;
    font-size: 1.125rem;
    font-weight: 600;
}

.review-dv-data .text-right i {
    color: #9F9361;
}

.review-dv-data .text-right h2 {
    font-family: "Montserrat-Medium";
    font-size: 36px;
    font-weight: 700;
    color: #9F9361;
    margin-bottom: 10px;
}

.review-dv-data .text-right p {
    font-family: "Montserrat-Regular";
    font-size: 15px;
    font-weight: 500;
    color: #9F9361;
    margin: 0;
}

.person-review-dv {
    border-bottom: 2px solid #e2e8f0;
}

.person-review-dv:last-child {
    border: none;
}

.review-dv-data .review-count-text,
.review-dv-data h6 {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #565656;
    margin: 0;
    text-decoration: underline;
}

.review-dv-data h6 {
    text-decoration: none;
}

.practitioner-detail-right-dv-lists {
    background: #F5F6F5;
    border-radius: 12px;
    padding: 15px;
}

.practitioner-detail-right-dv-lists h5 {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    font-weight: 500;
    color: #565656;
    display: flex;
    align-items: center;
    padding: 10px;
}

.practitioner-detail-right-dv-lists h5:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.practitioner-detail-right-dv-lists .active {
    background-color: #FFFFFF;
    border-radius: 6px;
}

.practitioner-detail-right-dv-lists i {
    font-size: 5px;
}

.practitioner-detail-right-dv h4 {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    font-weight: 700;
    color: #424E3E;
    margin-bottom: 10px;
}

.practitioner-detail-dv .video {
    border-radius: 12px;
}

.endorsment-dv {
    background: #F5F6F5;
    padding: 50px;
}

/* practitioner css end */

/* practitioner dashboard css start */
.welcome-text {
    font-family: "Montserrat-Regular";
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.welcome-text span {
    color: #ba9b8b;
}

.roots-title {
    font-family: "Montserrat-Regular";
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.practitioner-profile-text {
    font-family: "Montserrat-Medium";
    font-size: 26px;
    font-weight: 400;
    color: #333;
}

.practitioner-profile .event-name-dv {
    border: 2px solid #19474E36;
    border-radius: 20px;
    padding: 17px;
}

.practitioner-profile .event-name-dv h5 {
    font-family: "Montserrat-Regular";
    font-size: 20px;
    font-weight: 400;
    color: #424E3E;
    margin-bottom: 10px;
}

.practitioner-profile .event-name-dv h6 {
    font-family: "Montserrat-Regular";
    font-size: 15px;
    font-weight: 400;
    color: #424E3E;
    margin-bottom: 20px;

}

.practitioner-profile .event-name-dv p {
    font-family: "Montserrat-Regular";
    font-size: 13px;
    font-weight: 400;
    color: #424E3E;
    margin-bottom: 20px;
    margin: 0;
}

.practitioner-profile .search-container {
    border: 1px solid #424E3E;
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
}

.browser-other-dv {
    background-color: #BA9B8B;
    padding: 20px;
    border-radius: 12px;
}

.browser-other-dv h5 {
    font-family: "Montserrat-Regular";
    font-size: 20px;
    font-weight: 700;
    color: #424E3E;
}

.browser-other-dv h6 {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.browser-other-dv .endrose,
.browser-other-dv .miles {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background: #424E3E;
    border-radius: 6px;
    padding: 5px;
}

.browser-other-dv .miles {
    color: #424E3E;
    background-color: #FFFFFF;
}

.community-text {
    border-bottom: 2px solid #BA9B8B;
    margin-bottom: 20px;
}

.practitioner-profile-btns {
    gap: 20px;
}

/*.practitioner-profile-btns {*/
/*    padding: 0 50px;*/
/*}*/
.practitioner-profile-btns li {
    border-radius: 0.9rem !important;
    padding: 15px;
    background-color: #424E3E;
    text-transform: uppercase;
    list-style-type: none;
}

.practitioner-profile-btns li a {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.practitioner-profile-btns .active {
    background-color: #ffffff;
}

.practitioner-profile-btns .active a {
    color: #424E3E;
}

.practitioner-profile-btns .offering {
    position: relative;
}

.practitioner-profile-btns .offering .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 1000;
    width: 100%;
}

.practitioner-profile-btns .offering .dropdown a {
    font-size: 16px;
    color: #2F382B;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

.practitioner-profile-btns .offering .dropdown a:last-child {
    border: none;
}

.practitioner-profile-btns .offering:hover .dropdown {
    display: block;
}

.calendar {
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #19474E36;
    padding: 20px;
    margin-bottom: 30px;
}


.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#monthSelect {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #f7f9fc;
    color: #333;
    outline: none;
}

#resetCalendar,
.export-btn {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    font-weight: 700;
    background-color: #424E3E;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
}

.export-btn:hover {
    color: #FFFFFF;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.day {
    padding: 15px;
    background-color: #f0f3f7;
    color: #333;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.2s;
    min-height: 70px;
    position: relative;
    font-size: 0.9em;
}

.day:hover {
    background-color: #e0e6ef;
}

.note {
    font-size: 0.75em;
    margin-top: 5px;
    color: #555;
}

.note-entry {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-top: 5px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

.modal-content {
    /*background-color: #fff;*/
    /*padding: 20px;*/
    /*border-radius: 8px;*/
    /*width: 90%;*/
    /*max-width: 300px;*/
    /*text-align: left;*/
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
}

.close {
    font-size: 1.5em;
    cursor: pointer;
    color: #888;
    float: right;
}

.close:hover {
    color: #555;
}

textarea, input[type="time"] {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9em;
}

#saveNote {
    background-color: #4caf50;
    color: white;
    padding: 10px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    font-size: 1em;
    transition: background-color 0.2s;
}

#saveNote:hover {
    background-color: #43a047;
}

.positioned-dv {
    position: absolute;
    top: 40%;
    left: 0;
    background: #424E3E;
    border-radius: 0px 30px 30px 0;
}

.positioned-dv ul {
    padding: 20px 5px;
}

.positioned-dv ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.positioned-dv ul li:last-child {
    margin-bottom: 0;
}

.positioned-dv ul li p {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    font-weight: 400;
    color: #E9DCCF;
    text-align: center;
}

.positioned-dv ul li img {
    width: 45px;
}

@media (max-width: 768px) {
    .practitioner-profile-btns
    {
        margin-left: 10px;
    }

    .positioned-dv ul {
        padding: 50px 15px;
    }

    .positioned-dv ul li {
        margin-bottom: 30px;
    }

    .positioned-dv ul li p {
        display: none;
    }
    .add-offering-dv ,.earning-wrrpr,.offering-wrrpr ,.appointment-wrrpr{
        padding: 0 !important;
    }

    .earnings-section{
        width: 100%!important;
    }
}


.featured-image-tag {
    font-family: "Montserrat-Medium";
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.image-preview {
    width: 128px;
    height: 128px;
    background-color: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.image-preview span {
    color: #6b7280;
    font-size: 2rem;
}

.text {
    margin-top: 0.5rem;
    color: #374151;
}

.tag {
    display: inline-block;
    background-color: #2F382B;
    color: white;
    padding: 5px 20px;
    margin: 5px;
    border-radius: 5px;
    position: relative;
}

.remove-tag {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: black;
    cursor: pointer;
    padding: 0 5px;
    background-color: white;
    border-radius: 50%;
}

.appointment-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #BA9B8B;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.appointment-data h6 {
    font-family: "Montserrat-Regular";
    font-size: 26px;
    font-weight: 600;
    color: #424E3E;
    margin-bottom: 10px;
}

.appointment-data p {
    font-family: "Montserrat-Regular";
    font-size: 22px;
    font-weight: 400;
    color: #424E3E;
    margin-bottom: 10px;
    margin: 0;
}

.offering-table th,
.offering-table td {
    padding: 10px !important;
}

.offering-data h4 {
    font-family: "Montserrat-Medium";
    font-size: 24px;
    font-weight: 600;
    color: #404040;
}

.offering-data button {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    border: none;
    background-color: transparent;
}

.offering-btn-drop {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* practitioner dashboard css end */


/* earning css start */
.earning-wrrpr .table {
    border: 1px solid #dee2e6;
}

.earning-wrrpr .table th, .table td {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}


.earning-wrrpr .table th {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.earning-wrrpr .table td {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.earning-wrrpr .table td a {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.earning-wrrpr label {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    font-weight: 400;
    color: #424E3E;
    margin-bottom: 5px;
}

.earning-wrrpr input {
    width: 100%;
    max-width: 500px;
    border-radius: 33px;
    padding: 0 10px;
    border: 1px solid #333;
    height: 48px;
}

.earning-wrrpr .update-btn,
.add-offering-dv .update-btn {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    font-weight: 400;
    color: #424E3E;
    background-color: #e9dccf;
    border: none;
    padding: 10px 30px;
    border-radius: 33px;
    height: 48px;
    margin-left: 20px;
}

.no-request-text {
    font-family: "Montserrat-Medium";
    font-size: 22px;
    font-weight: 600;
    color: #424E3E;
}


.add-offering-dv select {
    border-radius: 33px;
    height: 48px;
}

.add-offering-dv .offering-check input {
    height: 10px;
    width: 10px;
    padding: 8px;
}

.add-offering-dv .nav-tabs .nav-link {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    font-weight: 400;
    color: #666
}

.earnings-section {
    border-radius: 8px;
    width: 48%;
    margin-bottom: 20px;
}

.earnings-section h2 {
    font-family: "Montserrat-Medium";
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.earnings-section table {
    width: 100%;
    text-align: left;
    border: 1px solid #dee2e6;
}

.earnings-section td {
    font-family: "Montserrat-Regular";
    padding: 0.5rem
}

.earnings-section .border-bottom {
    border-bottom: 1px solid #dee2e6;
}

.earnings-section .font-semibold {
    font-weight: 600;
}

.add-media-btn {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 9999px;
    padding: 4px 12px;
    color: #4a4a4a;
    margin-bottom: 20px !important;
    cursor: pointer;
    max-width: 300px;

}

.add-media-btn i {
    color: #1e3a8a;
    margin-right: 8px;
}

.media-container {
    display: flex;
    gap: 16px;
}

.media-item {
    position: relative;
    width: 96px;
    height: 64px;
    background-color: #d1d1d1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-item i {
    color: white;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
}

.media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.hidden {
    display: none;
}

.preview-div {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preview-div img {
    width: 50px;
}

.appointment-wrrpr {
    padding: 0 50px;
}

/* earning css end */

/* footer css start */
.footer {
    background-color: #2F382B;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

.footer-list-wrrpr {
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 45px;
}

.footer-lists h4 {
    font-family: "Montserrat-Medium";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 20px;
}
.blog-description {
    text-align: justify;
}

.footer-lists ul {
    padding: 0;
    margin: 0;
}

.footer-lists ul li a,
.footer-lists ul li {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    list-style-type: none;
    margin-bottom: 10px;
    text-decoration: none
}

.blog-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 15px;
}

.footer-social-media-icon {
    padding: 0;
    display: flex;
    gap: 14px;
}

.footer-social-media-icon li {
    list-style-type: none;
    border: 1.5px solid #FFFFFF4D;
    color: #FFFFFF;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer-botom-dv-wrrpr {
    box-shadow: 0px 0px 26px 0px #00000059;
    z-index: 9;
    position: relative;
}

.footer-botom-dv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.footer-botom-dv p,
.footer-botom-dv p a {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.footer-botom-dv ul {
    padding: 0;
    display: flex;
    gap: 40px;
    margin: 0;
}

.footer-botom-dv ul li {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0;
    list-style-type: none;
}

.language-translator-dv {
    padding: 30px 0;
}

.language-translator-dv p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.language-translator-dv button {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #424E3E;
    border: none;
    width: 147px;
    height: 48px;
    border-radius: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1;
    position: relative;
}

.footer .footer-butterfly {
    position: absolute;
    right: -90px;
    bottom: 30px;
    width: 100%;
    max-width: 450px;
}

/* footer css end */

/* login css start */
.login-wrrpr {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.login-body {
    width: 100%;
    max-width: 600px;
}

.login-wrrpr .links {
    display: flex;
    justify-content: space-between;
}

.login-wrrpr .links .login-link,
.login-wrrpr .links p {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}

.register-data {
    padding: 60px 0;
}

.login-wrrpr .input-group-text {
    background-color: #FFFFFF;
    border-radius: 33px;
}

.login-wrrpr .login-button {
    background-color: #424E3E;
}

/* login css end */

/* responsive css  */
@media screen and (max-width: 1023px) {
    section {
        padding: 30px 20px;
    }

    .home-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .search-dv-body,
    .searched-category {
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 994px) {
    .roots-title{
        font-size: 23px;
    }
    .upcoming-event-container .swiper-button-next, .upcoming-event-container .swiper-button-next-event, .upcoming-event-container .swiper-button-prev, .upcoming-event-container .swiper-button-prev-event {
        right: 6px !important;
        top: -10px !important;
    }
    .upcoming-event-container .swiper-button-prev, .upcoming-event-container .swiper-button-prev-event {
        left: auto !important;
        right: 54px !important;
    }
    .home-title{
        font-size: 26px;
    }
    .blog-detail-left-dv h4, .practitioner-detail-wrrpr .accordion-body h4{
        font-size: 21px;
    }
    .category-load-more, .home-blog-btn, .review-dv-data .home-blog-btn {
        width: 113px;
        height: 38px;
        font-size: 12px;
    }

}

@media screen and (max-width: 767px) {
    .roots-title{
        font-size: 12px;
        margin-bottom: 3px !important;
    }
    .h4{
        font-size: 18px;
    }
    .blog-detail-left-dv h4, .practitioner-detail-wrrpr .accordion-body h4{
        font-size: 18px;
    }
    .home-title {
        font-size: 19px;
    }
    .find-apply-dv h2 {
        font-size: 27px;
    }
    .about-dv {
        align-items: center;
    }

    .blog-detail-left-dv .search-container, .practitioner-search-dv .search-container {
        background: #F5F6F5;
        max-width: 630px;
        margin: 24px 0 7px;
    }
    button.proceed_to_checkout , button.proceed_to_reschedule {
        font-size: 11px;
    }

    .vision-and-about-dv p {
        text-align: justify !important;
    }

    .why-us-wrrpr .swiper-slide .shadow-quotes {
        display: none;
    }

    .find-apply-dv {
        padding: 25px;
        margin-bottom: 20px;
        height: auto;
    }

    .faq-section .accordion-button {
        font-size: 14px;
    }

    .blog-section .resources-body {
        flex-wrap: wrap;
    }

    .endorsment-dv {
        padding: 20px;
    }
}

.select2-selection--multiple {
    border-radius: 20px !important;
    padding: 15px;
    margin-top: 10px;
}


.dropdownText {
    color: #424e3e !important;
    background-color: transparent !important;
}

.img-fit {
    height: 100%;
    width: 100%;
    max-height: 350px;
    min-height: 350px;
    border-radius: 5%;
    object-fit: cover;
}


.select2-div span.select2-selection.select2-selection--multiple, .select2-div span.select2-selection.select2-selection--single {
    padding: 3px 10px 12px 14px !important;
}

.select2-div textarea.select2-search__field {
    padding-bottom: 22px !important;
}

.amenties-checkbox-container input, .input_checkbox {
    padding: initial !important;
    height: 1em !important;
}

.add-offering-dv .nav-link.active {
    background: #424e3e;
    color: #fff;
}

.appointment-wrrpr h2, .booking-calender-container h2 {
    font-size: 21px;
    font-weight: 700;
    font-weight: 700;
    color: #424E3E;
}

.booking-calender-container {
    padding: 0 50px;
}

.select2-container--default {
    width: 100% !important;
}


.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    text-align: center;
}

.calendar-grid div {
    padding: 0.5rem;
}

.calendar-grid .inactive {
    color: black;
    background-color: #f0f0f0;
    cursor: not-allowed;
    opacity: 0.4;
}

.calendar-grid .active {
    background-color: #9F8B72;
    color: white;
    cursor: pointer;
}

.bg-green {
    background-color: #424E3E;
}

.text-green {
    color: #424E3E;
}

.btn-outline-green {
    color: #424E3E;
    border-color: #424E3E;
}

.btn-outline-green:hover,
.btn-outline-green.active {
    color: white;
    background-color: #424E3E;
}

.practition-detail-container {
    display: flex;
    flex-direction: column;
    color: #424E3E;
    gap: 5px;
}

h4.form-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    margin-bottom: 25px;
}
.practition-img-container {
    width: 80px;
    height: 80px;
}
span.booking-date-container {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    vertical-align: middle;
}
h4.practition-name {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 135%;
}
span.practition-des {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    vertical-align: middle;
    color: #9F8B72;
}

.btn-green {
    color: white;
    background-color: #424E3E;
}

.btn-active, .btn-active:hover {
    color: white;
    background-color: #9F8B72;
}
.dates{
    cursor: pointer;
}
.alert-green{
    background-color: #424E3E;
    color: white;
    border-color: #424E3E;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(66 78 62);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}


.flip-loader {
    width: 100px;
    height: auto;
    animation: flip 1.2s linear infinite;
}


.loading-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}


@keyframes flip {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); }
}

#other_source ,#referral_name{
    height: 46px !important;
    padding: 17px 21px !important;
}

.explore-img-dv {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* ensures background image fits */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 135px;
    background-color: #ebecea;
    border-radius: 24px;
    padding: 15px;
    transition: transform 0.2s ease-in-out;
}

.explore-img-dv:hover {
    transform: scale(1.03);
    cursor: pointer;
}

.explore-img-dv p {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #424E3E;
    margin: 0;
    line-height: 1.2;
}


.featured-dv {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.book-now-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.featured-dv:hover .book-now-overlay {
    opacity: 1;
}

.book-now-btn {
    background-color: #424E3E;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}
.register-form-container input,.register-form-container textarea{
    font-family: "Montserrat-Regular", serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    background-color: #FFFFFF;
    border-radius: 24px;

}
input,
textarea,
select {
    position: relative;
    z-index: 2;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background-color: white !important;
    z-index: 2;
}

/*label {*/
/*    pointer-events: none;*/
/*}*/

input:-webkit-autofill ~ label {
    transform: translateY(-20px);
    font-size: 12px;
}
body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}

.modal-content input,
.modal-content textarea,
.modal-content select {
    position: relative;
    z-index: 2;
}

/* Force repaint of autofilled fields */
.modal-content input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background-color: white !important;
    position: relative;
    z-index: 2;
}

.modal-content label {
    pointer-events: none;
}

