@font-face {
    font-family: 'BoutrosAsma';
    src: url(../fonts/BoutrosAsma.ttf);
}

@font-face {
    font-family: 'baloo-reg';
    src: url(../fonts/Baloo-Bhaijaan/BalooBhaijaan2-Regular.ttf);
}

@font-face {
    font-family: 'baloo-med';
    src: url(../fonts/Baloo-Bhaijaan/BalooBhaijaan2-Medium.ttf);
}

@font-face {
    font-family: 'baloo-smb';
    src: url(../fonts/Baloo-Bhaijaan/BalooBhaijaan2-SemiBold.ttf);
}

@font-face {
    font-family: 'baloo-bol';
    src: url(../fonts/Baloo-Bhaijaan/BalooBhaijaan2-Bold.ttf);
}


/*--------Home-page--------*/
body {
    overflow-x: hidden;
    font-family: 'BoutrosAsma', serif;
    background-color: #FFF2F3;
    margin-bottom: 68px;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #FFF2F3;
}

::-webkit-scrollbar-thumb {
    background-color: #adadad;
    width: 7px;
    height: 7px;
    border-radius: 10px;
}

input,
a,
button,
select,
.form-control:focus {
    outline: none !important;
}

p {
    font-size: 14px;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input::placeholder {
    color: #BCBCBC;
}

button,
button:hover {
    transition: all 0.5s;
    cursor: pointer;
    border: none;
}

a {
    text-decoration: none;
    color: unset;
    transition: all 0.5s;
    cursor: pointer;
}

a:hover {
    color: unset;
    transition: all 0.5s;
}

.rounded {
    border-radius: 50% !important;
}

i.fi {
    /* margin-top: 8px; */
    margin-top: 0px;
}

dl,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    padding: 0;
    margin-right: 1rem;
}

.small,
small {
    font-size: 12px !important;
}

section {
    overflow: hidden;
    padding: 3rem 0 3rem;
}

section#shadow-host-companion {
    padding: 0;
}

.title {
    color: #3A9A2B;
    width: fit-content;
    margin-bottom: 24px;
}

.title h3 {
    width: fit-content;
    text-shadow: 1px 1px 1px #3A9A2B;
    line-height: 45px;
}

.title.white {
    color: white;
}

main {
    margin-top: 20px;
}

.terms-conditions {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/********** side-nav ************/
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    display: none;
    color: #C07075;
}

.navbar-toggler.gray-btn {
    display: none;
}

.sidenav {
    border-radius: 0 16px 16px 0;
    padding: 10px 8px;
    height: 100%;
    width: 360px;
    margin-left: -360px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 3px 6px #00000029;
}

.sidenav .close-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 7px;
}

.sidenav .close-btn a {
    color: #9D9D9D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-decoration: none;
}

.sidenav .menu-body {
    padding-top: 5%;
    width: 100%;
}

.sidenav .menu-body .links {
    width: 90%;
    margin: auto;
    display: flex;
    flex-flow: column;
    margin: 6px auto auto 10px;
}

.sidenav .menu-body .links a {
    display: flex;
    text-decoration: none;
    color: #C07075;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding: 7px 9px;
    width: 100%;
    font-size: 15px;
    margin: 0 auto 8px;
    background-color: #FFF2F3;
    border-radius: 6px;
    border: 1px solid #FFF2F3;
}

.sidenav .menu-body .links .nav-link.active,
.sidenav .menu-body .links .nav-link:hover {
    border-color: #E9B4B8;
}

.sidenav .menu-body .links.further {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sidenav .menu-body .links.further a {
    color: #757575;
    width: 95%;
    font-size: 15px;
    background-color: transparent;
    border-radius: 6px;
    border-color: #EEEEEE;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px 5px;
    gap: 3px;
}

.sidenav .menu-body .links.further a i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    background-color: #EEEEEE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

body.signedUp .profile-option {
    display: flex;
}

.profile-option {
    display: none;
}

.sidenav .menu-body .links.further .col-6:nth-of-type(1) i {
    color: #EF9EBE;
}

.sidenav .menu-body .links.further .col-6:nth-of-type(1) a:hover {
    border-color: #EF9EBE;
    color: #e988af;
}

.sidenav .menu-body .links.further .col-6:nth-of-type(2) i {
    color: #C36BD8;
}

.sidenav .menu-body .links.further .col-6:nth-of-type(2) a:hover {
    border-color: #C36BD8;
    color: #C36BD8;
}

.sidenav .menu-body .links.further .col-6:nth-of-type(3) i {
    color: #D86B6B;
}

.sidenav .menu-body .links.further .col-6:nth-of-type(3) a:hover {
    border-color: #D86B6B;
    color: #D86B6B;
}

.sidenav .menu-body .links.further .col-6:nth-of-type(4) i {
    color: #EED160;
}

.sidenav .menu-body .links.further .col-6:nth-of-type(4) a:hover {
    border-color: #EED160;
    color: #EED160;
}

.sidenav .menu-body .links.further .col-6:nth-of-type(5) i {
    color: #7FD172;
}

.sidenav .menu-body .links.further .col-6:nth-of-type(5) a:hover {
    border-color: #7FD172;
    color: #7FD172;
}

/* 
.sidenav .menu-body .links.further .col-6:nth-of-type(6) i{
    color:#6B6FD8;
}
.sidenav .menu-body .links.further .col-6:nth-of-type(6) a:hover{
    border-color:#6B6FD8;
    color:#6B6FD8;
} */
.sidenav .menu-body .links.further .col-6:last-of-type a:hover {
    border-color: #9D9D9D;
}





.sidenav .accordion-item,
.sidenav .accordion-button {
    background-color: transparent;
}

.sidenav .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.sidenav .accordion-button,
.sidenav .accordion-body {
    padding: 0;
}

.sidenav .accordion-button::after {
    display: none;
    background-image: none;
}

.sidenav .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}






/********* intro-section ***********/
.category-nav {
    width: 100%;
    background-color: #FFFBFB;
    color: #707070;
    display: flex;
    gap: 21px;
    height: 34px;
    width: 100%;
    padding: 2px 5% 0;
}

.category-nav ul {
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.category-nav ul::-webkit-scrollbar {
    height: 4px;
    background-color: #E4E4E4;
}

.category-nav ul::-webkit-scrollbar-thumb {
    width: 7px;
    height: 4px;
    background-color: #EBB4B7;
}

.category-nav .form-check .form-check-input {
    float: unset;
    margin-right: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    height: 24px;
    z-index: 1;
    width: 100%;
    margin-top: -26px;

}

.category-nav .form-check .form-check-label {}

.category-nav .form-check-input:checked[type=radio] {
    background-image: none;
}

.category-nav .form-check-input:focus,
.category-nav .form-check-input:hover,
.category-nav .form-check-input:active {
    box-shadow: none;
}

.category-nav .form-check {
    min-height: unset;
    padding-right: unset;
    margin-bottom: unset;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px 2px;
    margin: 0 0 0 10px;
    border-radius: 7px;
    transition: all 0.5s;
}

.category-nav .form-check:hover,
.category-nav .form-check.active {
    background-color: #E9B4B8;
    border-radius: 6px;
    transition: all 0.5s;
}

.category-nav .form-check:hover .form-check-label,
.category-nav .form-check.active .form-check-label {
    color: white;
}


.sticky-top {
    top: -1px;
    box-shadow: 0 0 4px 0 #ddd;
}


#navbar {
    height: 80px;
    z-index: 997;
    transition: all 0.5s;
    background-color: #FFF2F3;
}

.navbar {
    margin: auto;
    padding: 0;
    width: 89%;
    /*** width: 91.5%;   >>> if the language button is added *****/
}

.navbar-brand {
    width: fit-content;
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    height: 70px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: unset;
    padding-left: unset;
}

.navbar .navbar-links {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.navbar .navbar-nav {
    padding: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.navnbar-expand-lg,
.navbar-md {
    width: 100%;
}

.nav-link,
navbar .nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #C07075;
    margin: 0 18px;
    padding: 5px 2px 3px;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    position: relative;
}

.nav-link:hover,
.navbar .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #C07075;
    color: #C07075;
}

.nav-link.active,
.navbar .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 1px solid #C07075;
    color: #C07075;
}


.nav-link.lang,
.navbar .nav-link.lang,
.navbar-expand-lg .navbar-nav .nav-link.lang {
    font-size: 15px;
    border: 1px solid #100f0f94;
    border-radius: 4px;
    background-color: transparent;
    padding: 0;
    width: 35px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px 0px #00000029, inset 0 0 4px 0px #00000029;
}

.dropdown-menu {
    min-width: 10rem;
    padding: 1rem;
    margin: 0;
    background-color: #ffffffe8;
    border: none;
    border-radius: 14px;
    box-shadow: 0px 3px 6px 0 #00000029;
}

.dropdown-item {
    color: #757575;
    font-size: 15px;
    padding: 0.5rem 0.7rem 0.7rem;
    font-family: 'baloo-med';
}

.dropdown-item i {
    margin-right: 0.3rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #100F0F;
    background-color: transparent;
}

.search-box {
    background-color: #FAFAFA;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    padding: 5px 6px 5px 8px;
    margin-right: 3.7%;
    width: 28%;
}

.search-box form {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

.search-box .form-control {
    background-color: transparent;
    font-size: 14px;
    border: none;
    padding: 0 8px 0px 0px;
}

.search-box .form-control:focus {
    box-shadow: none !important;
    border-color: none;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.search-box .form-control:focus {
    box-shadow: none;
}

ul.search-result {
    background-color: white;
    border: 1px solid #E9E9E9;
    position: absolute;
    width: 27.9%;
    border-radius: 10px;
    padding: 5px 6px 5px 8px;
    margin-right: -10px;
    z-index: 5;
    margin-top: 7px;
    overflow-y: auto;
    display: none;
}

ul.search-result li a {
    height: 56px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 6px;
}

ul.search-result li a:hover {
    background-color: #fff2f3;
    box-shadow: 0 0px 3px 2px #f1dadc57;
}

ul.search-result li a img {
    width: 45px;
    height: 45px;
    border-radius: 9px;
}


input,
input.form-control {
    color: #1D1D1D;
}

input::placeholder,
input.form-control::placeholder {
    color: #757575;
}

.primary-btn {
    background-color: #DB9196;
    border-radius: 9px;
    box-shadow: 0 2px 13px 0 #d18f9366;
    color: white;
    display: flex;
    padding: 6px 14px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.primary-btn:hover {
    background-color: #f1d3d5;
    color: #C07075;
}

.primary-btn:disabled,
.disabled,
.primary-btn:disabled:hover .primary-btn.disabled {
    background-color: #BCBCBC;
    color: white;
    box-shadow: none;
    cursor: default;
}

.primary-link {
    border-radius: 8px;
    background-color: #F6E1E1;
    height: 35px;
    padding: 0px 10px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C07075;
    font-size: 14px;
    min-width: 35px;
}

.primary-link:hover,
.primary-link.active {
    color: white;
    background-color: #db919678;
}

.search-box .primary-btn.small-btn {
    width: 36px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 16px;
}



/******* Carousel ******/
.carousel {
    width: 100%;
    margin: auto;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 340px;
    border-radius: 25px;
}

.carousel-item {
    height: 100%;
}

.carousel-img {
    height: 100%;
    object-fit: cover;
}

.carousel-item iframe {
    width: 100%;
    height: 100%;
}

.carousel-indicators {
    position: relative;
    padding: 0;
    margin: 10px;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    background-color: #E4E4E4;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    border-radius: 50%;
}

.carousel-indicators [data-bs-target].active {
    background-color: #ECB1B5;
    box-shadow: 0 3px 6px #00000029;
}



/******** About Us ********/
section.about {}

section.about p {
    color: #1D1D1D;
    line-height: 27px;
    font-size: 16px;
}

.des-img {
    background-image: url(../img/blobs-pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

section.about img {
    width: 90%;
}

section.about .des-img img {
    width: 55%;
}

section.about p.des-text,
p.des-text {
    color: #757575;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.gap-10 {
    gap: 10px;
}

.gap-6 {
    gap: 6px;
}

.d-column {
    display: flex;
    flex-direction: column;
}

.row.inner {
    justify-content: flex-end;
}

.row.inner .w-bg {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    gap: 10px;
}







/****** First Session Section ******/
.firstSession {
    background-image: url(../img/first-session-bg.png);
    height: 330px;
    width: 89.5%;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 9px;
}

.bordered-title {
    text-align: center;
    margin-bottom: 2rem;
}

.bordered-title h5 {
    color: #1D1D1D;
    letter-spacing: 0.3px;
}

.bordered-title h5::after {
    content: '';
    position: absolute;
    width: 37px;
    height: 3px;
    margin-top: 0.7rem;
    background-color: #C07075;
    border-radius: 23px;
    margin-right: 10px;
}

.bordered-title h5::before {
    content: '';
    position: absolute;
    width: 37px;
    height: 3px;
    margin-top: 0.7rem;
    background-color: #C07075;
    border-radius: 23px;
    margin-right: -48px;
}

.half-div {
    padding: 20px 20px 0;
}

.firstSession hr {
    box-shadow: 0 1px 6px 0 #00000042;
    height: 2px;
    color: #D1D1D1;
    background-color: #D1D1D1;
    border: 1px;
    opacity: 1;
    width: 2px;
    height: 100%;
    margin: auto;
}

.session-form {
    display: flex;
    margin-top: 2rem;
    align-items: baseline;
    gap: 20px;
}

.half-div h5 {
    margin-bottom: 1rem;
    color: #1D1D1D;
}

.firstSession .primary-btn {
    margin: 0.5rem 0;
}

.secondary-p {
    color: #757575;
    margin-bottom: 1rem;
    line-height: 26px;
}

.secondary-btn {
    background-color: #6DB961;
    border-radius: 9px;
    color: white;
    display: flex;
    padding: 6px 14px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.secondary-btn:hover {
    background-color: #DDF8D9;
    color: #6DB961;
}

.session-card-body .secondary-link {
    margin-right: auto;
    width: fit-content;
}

.session-card-body p.des-text {
    margin-bottom: 0;
    max-height: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

.breadcrumb-item {
    color: #6c757d;
}

.breadcrumb-item.active {
    color: #3A9A2B;
    text-shadow: 1px 1px 1px #3A9A2B;
}


/******* Services *********/
.services {
    background-image: url(../img/pattern.png);
    background-size: 100px;
    background-repeat: no-repeat;
    padding-top: 3rem;
}

.services .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link {
    display: flex;
    align-items: center;
    color: #826360;
    font-size: 14px;
    width: fit-content;
    padding: 2px 5px;
    border-radius: 8px;
    background-color: transparent;
}

.link:hover {
    background-color: #ffffffa1;
}

.services .link img {
    width: 33px;
    transform: rotate(-138deg);
    object-fit: cover;
    object-position: center;
}

a.services-link {
    width: fit-content;
}

.services-card {
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 87px 87px 10px 10px;
    align-items: center;
    width: 77%;
    min-height: 215px;
    border: 1px solid white;
    margin: 0 auto 2rem;
    box-shadow: 0px 0px 2px 1px transparent;
    justify-content: center;
}

a:hover .services-card {
    border: 1px solid #ECB1B5;
    box-shadow: 0px 0px 7px 4px #d7b8ba40;
    background-color: white;
    transition: box-shadow 0.5s linear, background-color 0.5s linear;
}

.services-card img {
    width: 110px;
    margin-bottom: 1rem;
    height: 110px;
}

.services-card .pink-title {
    text-align: center;
}

.pink-title {
    color: #C07075;
    line-height: 30px;
    /* font-size: 1.1rem; */
}

h6.pink-title {
    font-size: 1rem;
}

h4.pink-title {
    font-size: 1.2rem;
}

h5.pink-title {
    font-size: 1.1rem;
}




/********* courses  ******/
.courses {
    background-image: url(../img/blobs-bg.png);
    min-height: 540px;
    width: 100%;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.courses .tabs .nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto 2rem;
    border: 1px solid #C07075;
    border-radius: 220px;
    padding: 0;
}

.courses .tabs .nav .nav-link {
    padding: .4rem 1.5rem;
    background-color: transparent;
    margin: 0;
    color: #c07075;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

.courses .nav-link:hover,
.courses .nav-link.active {
    border-bottom: none;
}

.courses .tabs .nav .nav-link.active,
.courses .tabs .nav .nav-link:hover {
    background-color: #DB9196;
    color: white;
}

@media (max-width:500px) {
    .courses .tabs .nav .nav-link {
        padding: .3rem 1rem;
    }
}

@media (max-width:280px) {
    .courses .tabs .nav .nav-link {
        padding: .3rem 0.7rem;
        margin: 0 3px;
        font-size: 14px;
    }
}

.course-card {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    padding-top: 38px;
}

.courses .swiper-slide.course-card {
    padding: 0;
}

.tooltip-bottom {
    font-size: 14px;
    padding: 5px 8px;
    background-color: #1d1d1d;
    color: #e1e1e1;
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    right: 16px;
    bottom: -24px;
    font-size: 14px;
}

.share-link-float .tooltip-bottom {
    top: -24px;
    bottom: unset;
}

.tooltip-bottom.active {
    opacity: 1;
}

.courses .swiper {
    width: 95%;
    height: 100%;
    margin-right: auto;
    margin-left: 0;
}

.activeStar img {
    filter: grayscale(0) !important;
}

.courses .swiper-slide {
    margin: 1rem 0 3rem;
    text-align: center;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.courses .swiper-slide,
.course-card-img {
    width: 100%;
}

.courses .swiper-slide img,
.course-card-img img {
    width: 100%;
    height: 150px;
    border-radius: 18px 18px 0 0;
    object-fit: cover;
    object-position: center;
}

a.fav-btn {
    width: 30px;
    height: 30px;
    background-color: #ffffffad;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: -38px;
    margin-right: 8px;
}

.courses .swiper-slide a.fav-btn {
    position: absolute;
    margin-top: 8px;
}

a.fav-btn i {
    color: #757575;
    margin-right: 0px;
}

a.fav-btn:hover,
a.fav-btn.active {
    background-color: white;
}

a.fav-btn:hover i,
a.fav-btn.active i {
    color: #C07075;
}

.dis-label {
    background-color: #F94652;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
    padding: 3px 0 0;
    position: absolute;
    left: -6px;
    top: -14px;
    box-shadow: 0 3px 6px #00000029;
}

.course-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    width: 100%;
    padding: 1rem 10px 10px;
    margin-top: -10px;
    border-radius: 18px;
}

.course-card-body h6 {
    max-width: calc(100% - 72px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #C07075;
    margin-bottom: 8px;
    text-align: right;
}

ul.course-card-detailes {
    display: flex;
    gap: 2px 4px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 6px;
}

ul.course-card-detailes li {
    width: fit-content;
    border-left: 1px solid #ddd;
    padding-left: 4px;
    color: #757575;
}

ul.course-card-detailes li:last-of-type {
    border-left: none;
}

.card-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.card-price .d-flex {
    align-items: flex-start;
}

.card-price .d-flex p {
    font-size: 15px;
    color: #1D1D1D;
}

.card-price .primary-btn {
    margin: 0;
}

.card-price h5 {
    color: #C07075;
}

.card-footer {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    border-top: none;
    padding: unset;
}

.card-footer:last-child {
    border-radius: unset;
}

.secondary-link {
    color: #6DB961;
    background-color: #DDF8D9;
    padding: 0 5px;
    border-radius: 10px;
    font-size: 12px;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 2px;
    min-height: 27px;
    width: fit-content;
}

.secondary-link:hover,
.secondary-link.active {
    background-color: #5dc14d99;
    color: white;
}

.courses .swiper-button-next,
.courses .swiper-button-prev {
    top: 96%;
    border-radius: 50%;
    border: 1px solid #c07075;
    height: 35px;
    width: 35px;
    color: #c07075;
}

.courses .swiper-button-next,
.courses .swiper-rtl .swiper-button-prev {
    right: 2px;
}

.courses .swiper-button-prev,
.courses .swiper-rtl .swiper-button-next {
    left: auto;
    right: 50px;
}

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

.courses .swiper-button-next.swiper-button-disabled,
.courses .swiper-button-prev.swiper-button-disabled {
    opacity: .64;
}




/********* customer-review ******/
.customer-review {
    background-image: url(../img/customer-review-bg.png);
    min-height: fit-content;
    width: 100%;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.customer-review .text-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.text-section.ending {
    display: none;
}

.customer-review .text-section p {
    color: #757575;
    margin-bottom: 2rem;
}

.customer-review .swiper {
    width: 100%;
    height: 380px;
}

.customer-review .swiper-slide {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 93%;
    border-radius: 18px;
    padding: 10px;
    gap: 10px;
    margin-right: auto;
    min-height: 120px;
    height: fit-content;
}

.customer-review .swiper-slide img,
.rev .warpper img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 16px;
}

.review-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.review-box h6 {
    color: #1D1D1D;
}

.review-box p {
    color: #757575;
    overflow-x: hidden;
}

.review-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review {
    display: flex;
    gap: 3px;
    align-items: flex-end;
}

.review .rate-btn {
    width: fit-content;
    cursor: pointer;
}

.review .rate-btn img {
    width: 16px;
    height: 16px;
    filter: grayscale(1);
}

.review .rate-btn.active img,
.review .star.active img

/* .review .star:hover img  */
    {
    filter: grayscale(0);
}


.review>.rate-btn img {
    cursor: pointer;
    filter: grayscale(1);
}

.review:hover>.rate-btn img {
    filter: grayscale(0);
}

.review>.rate-btn:hover~.rate-btn img {
    filter: grayscale(1);
}


.customer-review .swiper-button-next,
.customer-review .swiper-button-prev {
    border-radius: 50%;
    border: 1px solid #c07075;
    height: 35px;
    width: 35px;
    color: #c07075;
}

.customer-review .swiper-button-prev {
    top: 43%;
}

.customer-review .swiper-button-next {
    top: 56%;
}

.customer-review .swiper-button-next,
.customer-review .swiper-rtl .swiper-button-prev {
    right: 0px;
}

.customer-review .swiper-button-prev,
.customer-review .swiper-rtl .swiper-button-next {
    left: auto;
    right: 0;
    transform: rotate(270deg);
}

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

.customer-review .swiper-button-next.swiper-button-disabled,
.customer-review .swiper-button-prev.swiper-button-disabled {
    opacity: .64;
}






input.global,
select.global,
textarea.global {
    color: #1D1D1D;
    border-radius: 10px;
    border: 1px solid #DB9196;
    background-color: white;
    padding: 0.5rem 0.7rem;
    margin: 0.3rem 0 0.9rem;
    text-align: right;
    width: 260px;
}

.form-select {
    background-image: url(../img/angle-down.png);
    background-position: left 0.5rem center;
    background-size: 12px 6px;
}


.form-control:focus,
.form-select:focus {
    border-color: #c07075;
    box-shadow: inset 0 0 5px #db9196e8;
    outline: none;
}





/******* Share results btn *********/
.share-link-float {
    position: fixed;
    width: fit-content;
    height: 40px;
    bottom: 120px;
    right: 3%;
    background-color: transparent;
    z-index: 999;
    display: flex;
    align-items: center;
}

.share-link-float p {
    background-color: white;
    color: #C07075;
    border-radius: 10px;
    padding: 5px 18px 3px 8px;
    font-size: 12px;
    box-shadow: 0 3px 6px #00000029;
    margin-top: 6px;
    margin-right: -10px;
}

.share-link-float i {
    background-color: #c07075;
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 6px #00000029;
    font-size: 14px;
    z-index: 5;
}

/****** whatsapp btn ****/
.float-whatsapp {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 3%;
    background-color: #80DE71;
    color: white;
    border-radius: 50px;
    text-align: center;
    z-index: 999;
    box-shadow: 0 3px 6px #00000029;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float-whatsapp:hover {
    color: white;
    box-shadow: none;
    background-image: radial-gradient(#80DE71, #a1f194);
}




/******* Bottom Navbar *******/
.signedUp .primary-link.navbar-toggler {
    display: none;
}

.bottom-navbar {
    width: 100%;
    background-color: white;
    height: 58px;
    position: fixed;
    bottom: 0;
    padding: 6px 15px;
    z-index: 99;
}

.w-35 {
    width: 35%;
    margin: auto;
}

.bottom-navbar .w-35 ul {
    display: flex;
    justify-content: space-between;
}

.bottom-navbar .btm-navbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #A1A1A1;
    background-color: transparent;
    min-width: 58px;
    width: fit-content;
    border-radius: 8px;
    position: relative;
}

.bottom-navbar .btm-navbar-item:hover,
.bottom-navbar .btm-navbar-item.active {
    color: white;
    background-color: #DB9196;
    box-shadow: 0 3px 9px #e5d2d466;
}

.bottom-navbar .btm-navbar-item span {
    font-size: 13px;
}




/******** footer *********/
footer {
    background-color: #FFF2F3;
    padding: 4.6rem 0 0;
    color: #826360 !important;
    height: fit-content;
}

.footer-block {
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}

.footer-block img {
    width: 100px;
    margin-bottom: 1rem;
}

.social-links ul a {
    background-color: white;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.social-links ul a i {
    font-size: 20px;
    text-shadow: 0px 3px 8px #82636075;
    margin-right: -2px;
}

.footer-block .list-unstyled {
    gap: 20px;
}

.footer-block .list-unstyled li {
    margin: 0.5rem 0 0;
}

.footer-block .list-unstyled a,
.footer-block .list-unstyled p {
    font-size: 14px;
}

.social-links.list-unstyled {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.social-links.list-unstyled li a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.lower-footer {
    padding: 30px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.lower-footer p {
    margin-bottom: 0;
    font-size: 14px;
}

.lower-footer a {
    font-size: 14px;
    margin: 0 3px;
}




/******* Pages ********/
section.page {
    padding-top: 0;
}




/********** Single Service Page **********/
/* .accordion.filter .accordion-item:last-of-type,
.accordion.filter .accordion-item:first-of-type {
    border-radius: 10px;
}

.accordion.filter .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .125);

}

.accordion.filter .accordion-item {
    background-color: #ffffff82;
    border: none;
}

.accordion.filter .accordion-button:not(.collapsed),
.accordion.filter .accordion-button {
    background-color: #ffffff38;
    color: #c07075;
}

.accordion.filter .accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
}

.accordion.filter .black-title {
    margin-bottom: 8px;
}

.filter ul {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    row-gap: 6px;
}

.filter li {
    border-left: 1px solid #939393;
    padding: 0 4px;
}

.filter li:last-of-type {
    border-left: none;
}

.filter li a {
    border-radius: 4px;
    color: #707070;
    padding: 7px;
    font-size: 13px;
}

.filter li a.active,
.filter li a:hover {
    background-color: #efefef;
}

.clear-filters {
    display: flex;
    justify-content: flex-end;
}

.clear-filters a {
    display: flex;
    align-items: center;
    color: #707070;
    gap: 5px;
} */
.row.outer>* {
    padding-left: 6px;
    padding-right: 6px;
}

.bg-gray {
    background-color: #F5F5F5;
    font-family: 'baloo-reg';
    padding: 5px 6px;
    border-radius: 10px;
    align-items: center;
    display: flex;
}

select.btn-white {
    background-image: url(../img/angle-down.png);
    background-position: left 0.9rem center;
    background-size: 15px 8px;
    background-color: white;
    border-radius: 11px;
    padding: 12px 16px;
    width: 100%;
    text-align: right;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    height: 48px;
}

.date-list {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.date-list-scroll {
    gap: 8px;
    white-space: nowrap;
}

.date-list::-webkit-scrollbar {
    height: 4px;
    background-color: #F5F5F5;
}

.bg-gray .calender {
    display: flex;
    gap: 7px;
}

.bg-gray .calender .primary-btn {
    padding: 8px 10px;
    height: 48px;
}

.date-item {
    position: relative;
    display: inline-block;
    margin: 0 2px;
}

.calender input {
    opacity: 0;
    width: 45px;
    height: 48px;
    position: absolute;
    font-size: 40px;
    cursor: pointer;
}

.date-list-scroll input[type=checkbox]:not(old) {
    width: 45px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    font-size: 1em;
    height: 100%;
    opacity: 0;
}

.date-list-scroll input[type="checkbox"] {
    appearance: none;
}

.date-list-scroll input[type=checkbox]:not(old)+label {
    display: inline-block;
    position: absolute;
    padding: 0;
    min-width: 45px;
    max-width: 48px;
    height: 100%;
    position: relative;
}

.date-list-scroll input[type=checkbox]:not(old)+label>p {
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    font-size: 13px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 2px #00000003;
    color: #6c757d;
    height: 46px;
    padding: 6px;
    margin: 0 2px;
    max-width: 48px;
    border: none;
}

.date-list-scroll input[type=checkbox]:not(old):checked+label>p {
    background-color: #F6E1E1;
    color: #c07075;
}

.white-btn {
    background-color: white;
    color: #C07075;
    padding: 0 6px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 45px;
    height: 48px;
    font-size: 14px;
    border-radius: 7px;
    margin-right: 4px;
}

.btn-group {
    width: 100%;
}

.btn-group .btn-white {
    background-color: white;
    border-radius: 11px;
    border: none;
    padding: 12px 16px;
    width: 100%;
    text-align: right;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
}

.dropdown-toggle::after {
    color: #9D9D9D;
}

.text-danger {
    color: #F94652 !important;
}

.text-blue {
    color: #004CFF;
}

.text-success {
    color: #6DB961 !important;
}

.dropdown-item.text-danger {
    color: #F94652;
}

.filter-col {
    background-color: white;
    width: 100%;
    border-radius: 20px;
    padding: 14px;
}

.filter-col .accordion-button {
    padding: 12px 12px;
    font-size: 15px;
    border-radius: 12px;
    font-family: 'baloo-reg';
    color: #757575;
}

.filter-col .accordion-item:first-of-type .accordion-button {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.filter-col .accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.filter-col .accordion-button:not(.collapsed) {
    color: #1D1D1D;
    background-color: transparent;
    box-shadow: none;
}

.filter-col .accordion-item:first-of-type {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.filter-col .accordion-item:last-of-type {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.filter-col .accordion-item {
    background-color: transparent;
    border: 1px solid #E4E4E4;
    margin-bottom: 10px;
    border-radius: 12px;
}

.filter-col .accordion-item:not(:first-of-type) {
    border-top: 1px solid #E4E4E4;
}

.filter-col .accordion-button::after {
    background-size: 1rem;
}

.filter-col .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.filter-col .accordion-body {
    padding: 4px 12px 12px;
    font-family: 'baloo-reg';
    color: #757575;
    font-size: 15px;
}

.filter-col .accordion-body input {
    margin: 0px 0 0px 6px;
}

.filter-col input[type='radio'],
.filter-col input[type='checkbox'] {
    accent-color: #6DB961;
}

.text-gary {
    color: #757575;
}

.filter-col .accordion-body.w-list ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.filter-col .accordion-body.w-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 
.filter-col .accordion-body.w-list li a {
    background-color: transparent;
    padding: 5px 12px 3px;
    border-radius: 10px;
} 

.filter-col .accordion-body.w-list a:hover,
.filter-col .accordion-body.w-list a:active,
.filter-col .accordion-body.w-list a.active {
    background-color: #DDF8D9;
    color: #6DB961;
}
*/
.w-list input[type=radio]:not(old) {
    width: 50px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    font-size: 1em;
    height: 100%;
    opacity: 0;
}

.w-list input[type="radio"] {
    appearance: none;
}

.w-list input[type=radio]:not(old)+label {
    display: inline-block;
    position: absolute;
    padding: 5px 12px 3px;
    border-radius: 10px;
    width: 100%;
    height: 33px;
    position: relative;
}

.w-list input[type=radio]:not(old)+label>span {
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 33px;
    padding: 0;
    font-size: 14px;
    margin: 0;
    padding: 5px 12px 3px;
    border-radius: 10px;
    background: #fff;
    vertical-align: bottom;
}

.w-list input[type=radio]:not(old):checked+label>span {
    background-color: #DDF8D9;
    color: #6DB961;
}

.modal-lg .modal-header {
    padding: 0 0 1rem;
}

.modal-lg .modal-body {
    width: 100%;
    text-align: right;
}

.modal-lg iframe {
    border-radius: 20px;
    margin-bottom: 1rem;
}

.modal-lg .modal-content {
    padding: 1rem;
}

.modal-lg .modal-body input.global {
    max-width: 550px;
    width: 550px;
}

.modal-lg .modal-body form.row input.global {
    width: 93%;
}

.modal-lg .blue-link {
    position: absolute;
    box-shadow: 0 2px 6px #00000029;
    top: 10px;
    z-index: 99;
    right: calc(50% - 63px);
}

i.fi-rr-arrow-up-left {
    margin-right: 3px;
    font-size: 10px;
}

.address-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address-info .address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.saved-address {
    padding: 6px 8px;
    font-size: 12px;
    background-color: #f5f5f5;
    border: 1px solid #DB9196;
    border-radius: 12px;
    margin-bottom: 10px;
}

.application-form .saved-address {
    width: 94%;
}

.saved-address p {
    color: #757575;
    margin-right: 16px;
}

/******* rate filters ******/
.filter-col .accordion-body ul li.d-flex {
    align-items: center;
    justify-content: space-between;
}

.filter-col .accordion-body ul li.d-flex img {
    height: 18px;
}

.tertiary-btn {
    background-color: white;
    color: #c07075;
    border-radius: 9px;
    border: 1px solid #c07075;
    display: flex;
    padding: 6px 14px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.session-card .floated-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    gap: 10px;
}

.session-card-body p.des-text.row-2 {
    max-height: 43px;
    position: relative;
}

.text-green {
    color: #6DB961;
    padding: 0 6px;
    border-radius: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 2px;
    height: fit-content;
}

.des-text .text-green {
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: white;
}

.bg-light .des-text .text-green {
    background-color: #f8f9fa;
}


.buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.or {
    font-size: 12px;
    color: #826360;
}

.link.green {
    color: #6db961;
    gap: 4px;
}

.link.purple {
    color: #a546cb;
    gap: 4px;
}

.buttons-container i {
    margin-top: -3px;
}

.pay-btn {
    position: relative;
    align-items: center;
    display: flex;
    gap: 6px;
}

.prices {
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: 6px;
    background-color: rgb(255 255 255 / 83%);
    padding: 8px;
    border-radius: 6px;
    color: #c07075;
}

.prices>div {
    column-gap: 6px;
}

.pay-btn .primary-btn {
    width: 100%;
    justify-content: flex-end;
    gap: 8px;
    height: 46px;
}

.prices p {
    font-size: 13px;
}

.pay-btn i {
    font-size: 14px;
    margin-top: -3px;
}

.duration p {
    font-size: 13px;
    color: #757575;
}


a.online_session {
    background-color: #db9196;
    padding: 1px;
}

a.offline_session {
    background-color: #ddf8d9;
    padding: 2px;
    width: max-content;
}




.session-card .free-session {
    position: absolute;
    left: 0;
    border-radius: 12px;
    margin-top: 23px;
}

.text-fade {
    color: #A1A1A1;
}

.text-gray,
.gray-text {
    color: #757575;
}

.session-card .calender {
    border: 1px solid #8a8a8a;
    border-radius: 8px;
    text-align: center;
    width: fit-content;
}

.session-card .calender .day {
    color: white;
    background-color: #6DB961;
    border-radius: 6px 6px 0 0;
    padding: 4px 6px;
    width: 100%;
    font-size: 12px;
}

.session-card .calender .date {
    color: #1D1D1D;
    border-radius: 0 0 6px 6px;
    padding: 4px 6px;
    width: 100%;
    font-size: 12px;
    text-align: right;
}

.session-card .calender .day span:last-of-type {
    margin-right: 4px;
}

.session-card .calender .date span:last-of-type {
    margin-left: 4px;
}

.white-link {
    width: fit-content;
    min-width: 70px;
    margin-bottom: 13px;
    background-color: white;
    border-radius: 12px 12px 0 7px;
    color: #6DB961;
    gap: 6px;
}

.white-link:hover {
    background-color: #d7d7d7;
}

.reg-font {
    font-family: 'baloo-reg';
    font-size: 16px;
}

.case {
    height: 120px;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.case span {
    background-color: #F5F5F5;
    color: #707070;
    width: 100%;
    border: 1px solid #E4E4E4;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.case i {
    font-size: 40px;
}

.case label {
    font-size: 16px;
    height: 120px;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.case input {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
}

.case:hover span {
    background-color: #FFEBEC;
    color: #DB9196;
    border-color: #db9196;
    transition: all 0.3s;
}

.case input[type=radio]:not(old):checked+label>span {
    background-color: #FFEBEC;
    color: #DB9196;
    border-color: #db9196;
    transition: all 0.3s;
}

.modal.addcase input.global.w-100,
.addcase input.global.w-100 {
    max-width: unset;
}

.modal.addcase .modal-body,
.addcase .modal-body {
    text-align: right;
}

.modal-sm .modal-body {
    text-align: right;
    margin-bottom: 0;
}

.modal-sm .modal-footer {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    align-items: center;
}

.likerow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 1rem;
    padding-bottom: 1rem;
}

.likerow.dashed {
    border-bottom: 1px dashed #00000038;
    margin-bottom: 1rem;
}

.method {
    display: none;
    padding: 1rem 0.5rem 0.5rem;
}

.inputs .coll {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 8px;
    margin: 10px;
}

.inputs .coll .likerow {
    margin: 0;
    padding: 0;
}

.inputs .coll img {
    height: 22px;
    width: fit-content;
    object-fit: scale-down;
}

.coll h6.pink-title {
    margin: 0 1rem;
}

.liketable .likerow {
    margin: 0 1rem 0;
    padding-bottom: 0;
}

.crossed {
    text-decoration: line-through;
}

.font-16 {
    font-size: 16px;
}

.full {
    /* height: 100%; */
    margin: auto;
    margin-bottom: 24px;
    background-color: white;
    border-radius: 16px;
    padding: 10px;
}

.full #fullcalendar {
    width: 100%;
    /* height: 500px; */
}

.full .fc .fc-button-primary.fc-today-button {
    background-color: white;
    color: #db9196;
    font-family: 'circular';
    padding: 4px 12px;
}

.full .fc .fc-toolbar-title {
    color: #565D6D;
}

.full .fc button .fc-icon {
    color: #5E6E82;
}

.full .fc .fc-prev-button,
.full .fc .fc-next-button,
.full .fc .fc-prev-button:hover,
.full .fc .fc-next-button:hover {
    background-color: white;
    border: none;
}

.full .fc .fc-daygrid-day-frame {
    min-height: 100%;
    position: relative;
    padding: 0.3rem;
}

.full .fc-theme-standard .fc-scrollgrid {
    /* border: 1px solid var(--fc-border-color); */
}

.full .fc-dayGridMonth-view table thead {
    border-color: #ddd;
}

.fc-event {
    font-size: 12px;
    line-height: 1.2;
    border-radius: 4px;
}

.full .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.full .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    border: none !important;
    text-align: center !important;
}

.full .fc-col-header-cell-cushion {
    display: flex;
    height: 42px;
    padding: 0.5rem 0.3rem 0.3rem;
    font-size: 14px;
    font-weight: 600;
    color: #8898aa;
    text-transform: uppercase;
    justify-content: flex-end;
}

.full .fc-scrollgrid-sync-inner a:not([href]):not([tabindex]) {
    color: #8898aa;
    text-decoration: none;
}

.full .fc-theme-standard td,
.full .fc-theme-standard th {
    border: 1px solid #ddd;
}

.full .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
}

.full .calendar .fc-day-number {
    font-size: .875rem;
    font-weight: 600;
    color: #67779d;
}

.full .fc .fc-daygrid-day-number {
    color: #67779d;
}

.full .fc-daygrid-block-event .fc-event-time,
.full .fc-daygrid-block-event .fc-event-title {
    padding: 2px;
    line-height: 1;
}

.full .fc .fc-daygrid-day.fc-day-today {
    background-color: #fff2f3;
    border: 1px solid #db9196;
}

.full .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #db9196;
}

.full .fc-h-event .fc-event-title {
    display: inline-block;
    left: 0px;
    max-width: 100%;
    overflow: hidden;
    right: 0px;
    vertical-align: top;
    font-family: 'circular';
    font-size: 11px;
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.full .fc .fc-button-primary {
    background-color: white;
    color: #db9196;
    border: none;
    font-family: 'circular';
    font-size: 14px;
}

.online_session .fc-event-title {
    color: #fff !important;
    font-weight: bold !important;
}

.offline_session .fc-event-title {
    color: #6db965 !important;
    font-weight: bold !important;
}

.full .fc .fc-button-primary:hover {
    background-color: white;
    border: none;
    color: #c07075;
}

.full .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.full .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}

.full .fc .fc-button-primary:not(:disabled).fc-button-active,
.full .fc .fc-button-primary:not(:disabled):active {
    background-color: white;
    border: none;
    color: #db9196;
}

.full .fc .fc-daygrid-day-top {
    justify-content: right;
    font-family: 'circular';
    font-weight: 700;
}

.full .calendar .fc-day-number {
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
}

.full table {
    width: 100%;
}

.full .table thead th {
    color: #344050;
    vertical-align: bottom;
    border-bottom: none;
    font-weight: 100;
    padding: 0.5rem 0.5rem;
    font-size: 18px;
    font-family: 'Greta-sebol';
}

.full .table tr.thead-light {
    background-color: #fffbe2;
}

.full .table-primary tbody+tbody,
.full .table-primary td,
.full .table-primary th,
.full .table-primary thead th {
    border-color: #CBCDD3;
    background-color: #F5F8FF;
}

.full .table-primary th {
    border: none;
}

.full .table td {
    font-size: 16px;
    padding: 0.5rem 0.5rem;
    border-top: none;
    vertical-align: middle;
    border-bottom: 1px solid #CBCDD3;
    color: #5E6E82;
}

.page .likerow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0;
    padding-bottom: 1rem;
}

.pink-label {
    height: 30px;
    min-width: 30px;
    border-radius: 8px;
    background-color: #F6E1E1;
    padding: 0px 10px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C07075;
    font-size: 14px;
}

.w-bg .table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

.gap-8 {
    gap: 8px;
}

.gap-20 {
    gap: 20px;
}

.features {
    width: 95%;
    height: 100%;
    margin-right: auto;
    margin-left: 0;
}

.features .featuresSwiper {
    margin-top: 48px;
}

.features .swiper-slide,
.features .feature-card {
    width: fit-content;
}

.features .swiper-slide img {
    width: 100%;
    height: 240px;
    border-radius: 11px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 8px;
}

.features-card-body {
    background-color: white;
    padding: 14px;
    border-radius: 17px;
    min-height: 410px;
    width: 280px;
}

.features-card-body p {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 8px 0;
    max-width: 240px;
}

.features-card-body .primary-btn {
    padding: 6px 21px;
    width: 100%;
}

.features .swiper-rtl .swiper-button-prev {
    left: 100px;
    right: auto;
}

.features .swiper-button-next {
    left: 50px;
    right: auto;
}

.features .swiper-button-next,
.features .swiper-button-prev {
    top: 28px;
    border-radius: 50%;
    border: 1px solid #C07075;
    height: 35px;
    width: 35px;
    color: white;
    background-color: #C07075;
}

.features .swiper-button-next:after,
.features .swiper-button-prev:after {
    font-size: 20px;
}







.session-card {
    background-color: white;
    border-radius: 20px 46px 16px 16px;
    padding: 11px;
    width: 100%;
    margin: 1rem 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
    min-height: 217px;
    justify-content: space-around;
}

.session-card-header {
    display: flex;
    /* align-items: center; */
    gap: 10px;
}

.session-card-header .pink-title {
    height: 24px;
    overflow: hidden;
    margin-bottom: 2px;
}

.profile-img {
    width: 65px;
    border-radius: 50%;
    height: 65px;
    object-fit: cover;
    object-position: top;
}

.session-card-NR {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 80px);
}

.session-card.free .card-price h5,
.course-card.free .card-price h5 {
    text-decoration: line-through;
}

.free-session {
    color: white;
    background-color: #6db961;
    border-radius: 12px;
    padding: 0px 7px;
    width: fit-content;
    margin-top: 5px;
}

.course-card.free .free-session {
    margin-bottom: 5px;
}

.free-session span {
    font-size: 11px;
}

.session-card-body .card-price {
    width: calc(100% - 8px);
    margin: auto;
}

.collapse .card-price {
    margin-top: 8px;
}

.session-card-body .card-price p.des-text {
    font-size: 14px;
}

.users-num {
    color: #757575;
    font-size: 15px;
}

.hidden-input {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hidden-input .primary-btn {
    width: 110px;
    margin-bottom: -42px;
    z-index: 9;
}

.quantity-input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    border-radius: 9px;
    border: 1px solid #DB9196;
    padding: 5px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
}

.quantity-input .input-group-field {
    text-align: center;
    border: none;
    color: #757575;
    background-color: transparent;
    width: 40px;
    height: 30px;
    padding: 0;
    margin: 0 0;
    margin-left: 0;
}

.quantity-input .input-group-field::-webkit-inner-spin-button,
.quantity-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.circle-btn {
    border-radius: 50% !important;
    width: 30px;
    color: #6DB961;
    border: 1px solid #6DB961;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: transparent;
}

.session-card .session-card-header {
    position: relative;
}

.session-card-header a.fav-btn {
    position: absolute;
    top: 0;
    left: 0;
}

.time-date {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}



/******* Hiring page *******/
.application-form {
    width: 70%;
    max-width: 950px;
    margin: auto;
    padding: 32px 24px;
    background-color: white;
    border-radius: 20px;
}

.form-label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #C07075;
}

label .required {
    width: 6px;
    height: 6px;
    background-color: #F5434F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

input.global,
select.global,
textarea.global,
.buttons {
    width: 100%;
    max-width: 260px;
}

.file-upload-warpper {
    color: #1D1D1D;
    border-radius: 10px;
    border: 1px dashed #DB9196;
    background-color: #F5F5F5;
    margin: 0.5rem 0;
    width: 100%;
    max-width: 260px;
    height: 42px;
    display: flex;
}

.file-upload-warpper .file-upload-content {
    display: none;
    text-align: center;
    width: 95%;
    margin: auto;
}

.file-upload-warpper .file-upload-input {
    padding: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
    width: 100%;
}

.file-upload-warpper .image-upload-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-upload-warpper .drag-text {
    text-align: center;
    position: absolute;
    color: #C07075;
}

.file-upload-warpper .drag-text i {
    margin-top: 0;
    margin-right: 0;
}

.file-upload-warpper .drag-text p {
    font-size: 12px;
    margin-top: -8px;
}

.file-upload-warpper .file-upload-image {
    height: 39px;
    object-fit: cover;
    border-radius: 10px;
    margin: auto;
    width: 39px;
}

.file-upload-warpper .remove-image-warpper {
    /* border-radius: 0 10px; */
    display: flex;
    align-items: center;
    gap: 6px;
    /* position: absolute;
    background-color: #8c8c99;
    box-shadow: 0 2px 5px #ddd; */
}

.file-upload-warpper .image-title {
    /* font-size: 12px;
    color: white;
    max-width: 120px;
    overflow: hidden;
    max-height: 18px;
    padding: 1px 2px; */
    max-height: 40px;
    overflow: hidden;
    max-width: 95%;
    font-size: 15px;
}

.file-upload-warpper .remove-image {
    width: fit-content;
    color: white;
    background-color: #F5434F;
    border: none;
    border-radius: 50%;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    height: 22px;
    width: 22px
}

.file-upload-warpper .remove-image i {
    margin-top: 3px;
    margin-right: 0px;
}

.application-form form.row .col-12 {
    display: flex;
    justify-content: center;
    padding: 0;
}

.application-form form.row .col-12 .col-lg-4.col-sm-6.col-12 {
    padding: 0 8px;
    display: flex;
    justify-content: flex-start;
}

.primary-btn.w-100 {
    max-width: 260px;
}







/******** pop up message ******/
.popup-msg-warpper {
    background-color: white;
    width: 300px;
    position: fixed;
    right: 10px;
    bottom: 75px;
    padding: 16px 16px 10px 10px;
    border-radius: 16px 46px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -406px;
    box-shadow: -1px -1px 7px 0 #00000012;
    z-index: 998;
    display: none;
}

body.signedUp .popup-msg-warpper {
    /*  display: flex; */
}

.popup-msg-warpper .flex-column {
    width: 100%;
}

.popup-msg-warpper .profile-img {
    margin-left: 10px;
}

.popup-msg-warpper .close-btn {
    position: absolute;
    left: 12px;
}

.popup-msg-warpper .close-btn a {
    color: #9D9D9D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-decoration: none;
}






/******** Modals *******/
.modal-content {
    border-radius: 21px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2rem 1rem 1rem;
}

.modal-img {
    width: 135px;
    margin-top: -75px;
    margin-bottom: 1rem;
}

.modal-user .modal-img {
    border: 1px solid #C07075;
    border-radius: 50%;
    width: 135px;
    height: 135px;
}

.modal-body {
    text-align: center;
    padding: 0;
    margin-bottom: 1rem;
}

.modal-title {
    margin-bottom: 1rem;
}

.modal-body p.des-text {
    width: 80%;
    margin: auto;
}

#sucessModal .modal-dialog,
#LogInModal .modal-dialog {
    max-width: 420px;
}

.modal-header {
    border: none;
}

.modal-header .btn-close {
    padding: 0;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.btn-close {
    box-sizing: content-box;
    width: 12px;
    height: 12px;
    padding: 0.25em 0.25em;
    color: #A5A5A5;
    border: 0;
    border-radius: 0.25rem;
    background-size: cover;
    opacity: 1;
}

.btn-close:hover {
    color: #A5A5A5;
    text-decoration: none;
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.modal-footer {
    border: none;
}

.modal-body input.global {
    width: 100%;
    padding: 0.5rem;
    margin: 5px 0;
}





/******* login & Signup *******/
.login-page {
    background-image: url(../img/form-bg.png);
    background-repeat: no-repeat;
    background-position: right 30%;
    background-size: 140px;
    padding-top: 3rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-form {
    display: flex;
}

.main-form {
    background-color: white;
    border-radius: 20px 0 20px 20px;
    width: fit-content;
    min-width: 300px;
    padding: 16px 20px 30px;
    box-shadow: 2px 1px 22px #ded0d069;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.login-img {
    background-image: url(../img/blobs-side-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-img img {
    width: 280px;
}

.main-form .secondary-link {
    width: 70px;
    margin-top: -43px;
    margin-right: -20px;
    margin-bottom: 13px;
    background-color: white;
    border-radius: 12px 12px 0 7px;
}

.main-form .secondary-link:hover {
    background-color: #d7d7d7;
}

.basic-gray-link {
    color: #757575;
    font-size: 14px;
}

.basic-green-link {
    display: flex;
    align-items: center;
    color: #42a72e;
    font-size: 14px;
    gap: 1px;
    margin-top: 0.5rem;
}





/*********** Blog Page ***********/
.blog-img {
    width: 100%;
    height: 440px;
    border-radius: 17px;
    object-fit: cover;
}

.post-author {
    display: flex;
    gap: 8px;
}

.post-author p.des-text {
    margin-bottom: 0;
}

.post-author span {
    color: #1D1D1D;
}

.suggested-posts {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    margin-top: 1rem;
    padding: 10px;
}

.post a {
    display: flex;
    border: 1px solid transparent;
    border-bottom-color: #e4e4e49c;
    margin-bottom: 10px;
    border-radius: 9px 9px 6px 6px;
    padding: 6px 6px 10px 6px;
}

.post a:hover {
    background-color: #fdf7f8;
    border: 1px solid #f9dee0;
}

.post a img {
    width: 180px;
    height: 110px;
    object-fit: cover;
    border-radius: 9px;
    margin-left: 9px;
}

.post a .pink-title {
    font-size: 16px;
}

.post .post-author {
    font-size: 13px;
}

.post .title {
    margin-bottom: 0;
}

.black-title {
    color: #1D1D1D;
}

.blog-section .black-title {
    margin-top: 2rem;
}






/****** Contact us page *******/
.contact-bg {
    background-color: white;
    border-radius: 20px;
    width: 90%;
    margin: auto;
    padding: 15px;
}

.contact-bg form {
    padding: 10px 10px 10px 0;
}

.contact-bg img {
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttons * {
    max-height: 42px;
}

.buttons .primary-btn {
    width: 50%;
}

.contact-bg input.global,
.contact-bg select.global,
.contact-bg textarea.global,
.buttons {
    width: 100%;
    max-width: 100%;
}





/******* Course Page *********/
.course-description {}

.course-description iframe,
.doctor-information iframe {
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 14px;
}

.course-title-rate {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.course-title-rate .d-flex {
    align-items: flex-start;
}


.price-fav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-fav .card-price {
    justify-content: flex-start;
    width: fit-content;
    gap: 16px;
}

.course-instructions {
    background-color: white;
    border-radius: 20px;
    padding: 15px 20px;
    width: calc(84% - 15px);
    margin: auto;
}

.list-circles {
    list-style: circle;
    margin-right: 7px;
}

.list-circles li {
    color: #757575;
}





/******* FAQ Page ******/
.faq .accordion-flush .accordion-item {
    border-radius: 10px;
}

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

.faq .accordion-button:not(.collapsed) {
    color: #757575;
    background-color: white;
}

.faq .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.faq .accordion-button {
    padding: 13px 13px 13px 20px;
    gap: 7px;
}

.faq .accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
    box-shadow: 1px 3px 10px #0000001f;
}

.faq .accordion-button,
.faq .accordion-body {
    color: #757575;
}

.faq .accordion-body {
    padding: 1.5rem 1.5rem 1rem;
    line-height: 25px;
}

.faq .accordion-button i {
    color: #7FD172;
    margin-top: 0;
}

.faq .accordion-button::after {
    background-image: url("../img/green-arrow.png");
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}





/******** Doctor Page **********/
.doctor-section {}

.w-bg {
    background-color: white;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 24px;
}

.doctor-section .video .d-flex {
    align-items: flex-end;
    justify-content: space-between;
}

.doctor-section .video iframe {
    width: 100%;
    height: 260px;
    border-radius: 17px;
}

.doctor-section .spec-des.video iframe {
    margin-top: 1rem;
}

.doctor-section .video .session-card-NR {
    width: fit-content;
}

.doctor-section .video .profile-img {
    width: 90px;
    height: 90px;
    border: 3px solid white;
    margin-top: -35px;
}

.doctor-section .spec {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

body.signedUp .doctor-section .spec {
    display: flex;
}

.doctor-section .spec .services-card {
    width: 100%;
    border-radius: 10px;
    min-height: 206px;
    position: relative;
}

.doctor-section .spec .services-card img {
    width: 96px;
    height: 96px;
}

.doctor-section .info .table-borderless td {
    color: #757575;
}

.doctor-section .info .table-borderless th {
    color: #121212;
    font-weight: 400;
}

.doctor-section .specification-description {
    display: none;
}

.spec-des .spec-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.spec-des .card-price {
    border: 1px solid #c0707580;
    border-radius: 8px;
    padding: 4px 10px 4px;
}

.pri-fav {
    display: flex;
    gap: 10px;
    position: relative;
}

.rev .warpper img.img-fluid {
    width: 80px;
    height: 80px;
}

.rev .warpper {
    background: white;
    display: flex;
    width: 96.5%;
    border-radius: 18px;
    align-items: center;
    padding: 10px;
    gap: 10px;
    margin: 0 auto 16px;
}

.rateModal form {
    width: 100%;
    height: 100%;
}

.rateModal .modal-body,
.rateModal .modal-title {
    width: 72%;
}

.rateModal .modal-body {
    margin-bottom: 0rem;
}

.rateModal textarea {
    max-width: 100%;
    width: 100%;
}

.rateModal .modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}





/******* Terms and Conditions *******/
.terms-conditions .list-circles li {
    margin-bottom: 10px;
}





/******* Wallet Page ********/
.wallet {}

.wallet .w-bg {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.wallet .w-bg input.global {
    width: 200px;
    margin-bottom: 0;
}

.light-bg {
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 9px;
    color: #757575;
    font-size: 15px;
}

.mr-auto {
    margin-right: auto;
}

.package-card {
    background-color: transparent;
    border-radius: 16px;
    border: 2px solid white;
    padding: 8px 14px 10px 8px;
    width: 92%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 2rem auto;
    align-items: center;
    position: relative;
    padding: 2rem;
}

.package-card p {
    line-height: 33px;
}

.package-card.best {
    background-color: white;
    min-height: 284px;
}

.package-card .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.package-card .badge {
    background-color: white;
    width: 59px;
    height: 58px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    color: #3A9A2B;
    box-shadow: 0 2px 6px #0000001f;
    gap: 4px;
    margin-bottom: 1rem;
}

.package-card.best .badge {
    background-color: #6DB961;
    color: white;
    font-size: 17px;
    width: 63px;
    height: 63px;
    transform: rotate(10deg);
    position: absolute;
    top: -10px;
    right: -10px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}



/******* Rewards Page ******/
.w-bg.shadow {
    padding: 0 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.w-bg.shadow img {
    width: 150px;
    margin-top: -70px;
    margin-bottom: 24px;
}

.rewards .w-bg.w-bg.shadow .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    width: 60%;
}






/******** Payment pages *********/
section.payment {
    padding: 0 0 0;
}

.signedUp .navbar li.nav-item .primary-btn {
    display: none;
}

.navbar li.nav-item .primary-link {}

.signedUp .navbar li.nav-item .primary-link {
    display: flex;
    padding: 0px 20px;
    gap: 7px;
}

.signedUp .navbar li.nav-item .gray-btn {
    display: none;
}

.payment .title {
    margin-bottom: 10px;
}

.payment .w-bg {
    margin-top: 1rem;
    padding: 12px;
}

.payment .bar {
    background-color: #E4E4E4;
    margin: 23px 0 -18px;
}

.progressBar {
    background-color: #F3CED1;
    width: 0;
    height: 3px;
}

.steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-bottom: 1rem;
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    color: #A1A1A1;
    background-color: white;
    font-family: 'baloo-reg';
    border: 1px solid #E4E4E4;
}

.step.active {
    color: #DB9196;
    border-color: #DB9196;
    box-shadow: 0 1px 7px 0 #00000029;
    background-color: white;
}

.ph {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.stepsBtns {
    display: flex;
    gap: 9px;
    width: fit-content;
}

.payment a,
.payment button {
    width: fit-content;
}

.pt {
    width: 70%;
}

.pt .td {
    color: #757575;
}

.basic-data .table-borderless.pt th {
    font-size: 20px;
    box-shadow: none;
    font-weight: normal;
    text-align: right;
}

.basic-data {
    display: flex;
    align-items: center;
}

.basic-data>div {
    width: 30%;
}

input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.payment .tab {
    display: none;
}

.schedule-card {
    /* border: 1px solid #DEDEDE;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 1rem; */
    font-size: 15px;
}

.schedule-card ul li {
    margin-bottom: 2px;
}

.schedule-card .black-title {
    margin-bottom: 10px;
}

.schedule-card .form-check p {
    color: #C07075;
    visibility: hidden;
}

.form-check-input:checked {
    background-color: #DB9196;
    border-color: #DB9196;
}

.form-check-input:focus {
    border-color: #DB9196;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #db919641;
}

.schedule-card .form-check {
    margin-bottom: 5px;
}

.schedule-card .form-check label {
    color: #757575;
}

.schedule-card .form-check label span {
    margin-right: 5px;
}

.col-lg-4 .basic-data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.col-lg-4 .basic-data .black-title {
    margin-bottom: 1rem;
}

.basic-data div.data {
    width: 100%;
}

/* .basic-data .data p {
    font-size: 16px;
} */

.basic-data .data p.des-text {
    font-size: 14px;
    margin: 0;
}

.basic-data .promo-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basic-data .promo-box p.des-text {
    margin: 0;
}

.basic-data .promo-box input.global {
    width: 105px;
}

.basic-data hr {
    width: 100%;
    border: 1px dashed;
    margin: 6px 0 2px;
    background: transparent;
}

.basic-data .table-borderless {
    margin-bottom: 0;
}

.basic-data .table-borderless td,
.basic-data .table-borderless th {
    padding: 5px 0.5rem;
}

.basic-data .table-borderless td {
    color: #757575;
    font-size: 15px;
}

.basic-data .table-borderless th {
    text-align: center;
    font-weight: normal;
}

.payment-methods .tabs .nav {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.gray-btn {
    background-color: #EEEEEE;
    border-radius: 9px;
    color: #1D1D1D;
    border: none;
    display: flex;
    padding: 6px 14px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #DB9196;
}

.gray-btn img.mada {
    filter: grayscale(1);
    width: 54px;
}

.gray-btn img.visa {
    width: 46px;
}

.gray-btn:hover,
.gray-btn.active {
    background-color: #DB9196;
    color: white;
}

.gray-btn:hover img.mada,
.gray-btn.active img.mada {
    filter: grayscale(0);
}

.gray-btn:hover img.visa,
.gray-btn.active img.visa {
    filter: invert(1);
}

.payment .done {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment .done img {
    width: 120px;
    margin-top: -55px;
    margin-bottom: 1rem;
}

.mySessions .nav-tabs .nav-link {
    margin: 0 0 -1px 0;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #757575;
    padding: 5px 12px;
    font-size: 16px
}

.mySessions .nav-tabs .nav-item.show .nav-link,
.mySessions .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: #DB9196;
    border-radius: 9px;
    color: #c07075;
}

.mySessions .nav-tabs {
    border-bottom: 1px solid #DB9196;
}

.mySessions .tab-pane {
    padding: 1rem 0 0 0;
}

.booked-session {
    background-color: white;
    border-radius: 16px;
    padding: 10px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
    /* min-width: 70%;
    width: fit-content;
    margin: 1rem 0 0 0;
    align-items: center; */
}

.booked-session img {
    width: 110px;
    height: auto;
    border-radius: 10px;
}

.booked-session .head {
    display: flex;
    gap: 8px;
    position: relative;
    width: 100%;
}

.titleRate {
    display: flex;
    align-items: center;
}

.booked-session .body {
    display: flex;
    justify-content: flex-start;
    /* flex-direction: column;
    justify-content: space-between; */
    width: 100%;
    gap: 8px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    align-items: center;
    position: relative;
}

/* .booked-session .primary-btn {
    margin-right: auto;
} */

.bg-danger {
    background-color: #ff4e4e !important;
    padding: 4px 8px;
    border-radius: 7px;
    color: white;
}

.booked-session .subject,
.booked-session .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

/* .booked-session .body .subject .text-gary {
    color: #757575;
    margin-right: 5px;
}

.booked-session .body .detailes {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
}

.booked-session .body .detailes .gray-bg {
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 10px;
}
 */
.booked-session .body .calender {
    border: 1px solid #8a8a8a;
    border-radius: 12px;
    text-align: center;
    width: 80px;
}

.booked-session .body .calender .day {
    color: white;
    background-color: #6DB961;
    border-radius: 8px 8px 0 0;
    padding: 4px;
    width: 100%;
}

#prevSessions .booked-session .body .calender .day {
    background-color: #A1A1A1;
}

.booked-session .body .calender .date {
    color: #1D1D1D;
    border-radius: 0 0 8px 8px;
    padding: 4px;
    width: 100%;
}

.booked-session .body .further-data p {
    margin-bottom: 4px;
}

.booked-session .body .further-data i {
    margin-left: 2px;
}

.booked-session .body .gray-link {
    position: absolute;
    left: 0;
    top: 12px;
}

.gray-link {
    width: fit-content;
    background-color: #F5F5F5;
    color: #757575;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    min-height: 26px;
}

.absolute,
.gray-link.absolute {
    left: 0;
    position: absolute;
    min-height: fit-content;
    bottom: 0;
}

.gray-link span,
.blue-link span {
    border-right: 1px solid #A1A1A1;
    padding-right: 7px;
}

.blue-link {
    background-color: #F2F4F9;
    color: #004CFF;
}

.booked-session .footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.booked-session .footer a {
    /* width: 48%; */
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    min-height: 29px;
}







/********** Chat page ********/
.chat,
.chats {
    height: 100vh;
}

.chat .tab-content,
.chat .tab-pane.active {
    height: 100%;
}

.chat-form {
    background-color: #FAFAFA;
    border-radius: 20px 20px 0 0;
    margin: 0.5rem auto;
    padding: 0.5rem;
    HEIGHT: fit-content;
    border: 1px solid #E4E4E4;
}

.chats {
    overflow-y: auto;
}

.chats li.nav-item {
    width: 100%;
}

.chats .nav-tabs {
    border-bottom: none;
}

.chats .nav-link {
    background-color: white;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    padding: 6px 14px;
    margin: 0 0 10px 0;
    border: none;
}

.chats .session-card-NR {
    width: fit-content;
}

.chats .nav-link .profile-img {
    width: 42px;
    height: 42px;
}

.chats .nav-link.active,
.chats .nav-link:hover {
    box-shadow: 0 2px 11px 0 hsla(0, 0%, 63%, 0.4);
}

.chat-header {
    padding: 0.5rem;
    display: flex;
    justify-content: flex-end;
}

.chat-header img {
    width: 42px;
    height: 42px;
}

.chat-body {
    HEIGHT: calc(100vh - 314px);
    overflow-y: auto;
    padding: 8px 1rem;
    background-color: white;
    border: 1px solid #E4E4E4;
    border-radius: 20px 20px 0 0;
}

.chat-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: white;
}

.chat-body::-webkit-scrollbar-thumb {
    background-color: #d4d4d5;
    width: 5px;
    height: 5px;
    border-radius: 10px;
}

.system-msg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    margin-bottom: 7px;
}

.system-msg img {
    width: 35px;
}

.system-msg p {
    background-color: #FFF2F3;
    color: #757575;
    font-size: 14px;
    border-radius: 14px 15px 0 14px;
    padding: 0.5rem 0.7rem;
}

.user-msg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.user-msg p {
    background-color: #ECFBEA;
    color: #757575;
    font-size: 14px;
    padding: 0.5rem 0.7rem;
    border-radius: 14px 15px 14px 0;
    margin-bottom: 7px;
}

.chat-footer {
    border-radius: 10px;
    padding-top: 0.3rem;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px;
    border: 1px solid #DB9196;
    background-color: white;
}

.chat-footer textarea {
    padding: 0.5rem;
    border: none;
    color: #A9A9A9;
    height: 51px;
}

.chat-footer textarea::placeholder {
    color: #A9A9A9;
}

.chat-footer textarea::-webkit-input-placeholder {
    /* Edge */
    color: #A9A9A9;
}

.chat-footer textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A9A9A9;
}

.chat-footer textarea::placeholder {
    color: #A9A9A9;
}

.attachment {
    display: flex;
    align-items: center;
    width: fit-content;
}

.attachment label img {
    width: 20px;
}

.photo-name {
    color: #818181;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 98px;
    font-size: 13px;
}

.thumbnail-img {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 180px;
}

.bl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.bl-overlay img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bl-overlay .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f44336;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}




/***** Profile page *******/
.img-warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: fit-content;
}

.img-upload-warpper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DB9196;
}

.img-upload-warpper .img-upload-content {
    display: none;
    text-align: center;
    width: 100%;
    margin: auto;
}

.img-upload-warpper .img-upload-input {
    padding: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
}

.img-upload-warpper .image-upload-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-upload-warpper .drag-text {
    text-align: center;
    color: #C07075;
}

.img-upload-warpper .drag-text img {
    width: 99px;
    height: 99px;
    object-fit: unset;
    border-radius: 50%;
}

.img-upload-warpper .img-upload-image {
    height: 99px;
    object-fit: cover;
    border-radius: 50%;
    width: 99px;
}

.img-upload-warpper .remove-image-warpper {
    position: absolute;
}


.img-upload-warpper .remove-image {
    width: fit-content;
    color: white;
    background-color: #F5434F;
    border: none;
    border-radius: 50%;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    height: 22px;
    width: 22px
}

.img-upload-warpper .remove-image i {
    margin-top: 3px;
    margin-right: 0px;
}

.pink-link {
    color: #C07075;
    text-decoration: underline;
}

.w-fit-content {
    width: fit-content !important;
}

.case-description p.des-text {
    margin: 0;
}

.case-description textarea.global {
    max-width: 554px;
}

.alert-danger {
    z-index: 9;
    color: #cd4c58;
    background-color: #ffffff;
    border-color: #cbbabc4d;
    width: fit-content;
    border-radius: 13px;
    padding: 20px;
    position: absolute;
    left: 85px;
    box-shadow: 1px 2px 9px 0 #d3a1a64d;
}







.attachment-warpper {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #db9196;
    background-color: #F6E1E1;
    border: 1px solid #F6E1E1;
}

.attachment-warpper .img-upload-content {
    display: none;
    text-align: center;
    width: 100%;
    margin: auto;
}

.attachment-warpper .img-upload-input {
    padding: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: absolute;
}

.attachment-warpper .image-upload-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attachment-warpper .drag-text {
    display: flex;
}

.attachment-warpper .drag-text img {
    width: 50px;
    height: 50px;
}

.attachment-warpper .remove-image-warpper {
    /* font-size: 12px;
    color: white;
    max-width: 120px;
    overflow: hidden;
    max-height: 18px;
    padding: 1px 2px; */
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-image: url(../img/doc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.attachment-warpper .img-upload-image {
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
    width: 50px;
}

.attachment-warpper .remove-image-warpper {
    position: absolute;
}

.attachment-warpper .remove-image {
    width: fit-content;
    color: white;
    background-color: #F5434F;
    border: none;
    border-radius: 50%;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    height: 18px;
    width: 18px;
}

.attachment-warpper .remove-image i {
    margin-top: 3px;
    margin-right: 0px;
}


/*******     Doctor Profile  ********/
#doctor-form .w-bg {
    margin: auto;
    margin-bottom: 24px;
}

.lang-list {
    width: 48%;
    max-width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lang-list .secondary-link {
    border-radius: 50%;
    height: 29px;
    width: 29px;
}

.lang-selector {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
}

.lang-selector select.global {
    width: 48%;
}

.application-form .col-12.d-flex.flex-column textarea.global {
    width: 100%;
    max-width: 97%;
}

#doctor-form .table>tbody {
    vertical-align: middle;
}



.border-bottom tr {
    border-bottom: 1px solid #ddd;
}

.gray-bg {
    background-color: #F5F5F5;
    border-radius: 16px;
    padding: 10px;
}

.gray-bg .table-borderless {
    margin-bottom: 0;
}

th {
    font-weight: normal;
}

th.pink-title {
    text-align: center;
}

td.des-text {
    margin-bottom: 0;
    text-align: center;
    color: #757575;
}

td.des-text p {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
}

.write-Report {
    display: flex;
    flex-direction: column;
}

.write-Report th.black-title {
    text-align: center;
}

.write-Report .table-borderless,
.report-box .table-borderless,
.report-box p {
    font-size: 15px;
}

.write-Report textarea.global {
    max-width: 100%;
}

.report-box {
    background-color: white;
    border-radius: 2px;
    border: 1px solid #7070706b;
    min-height: 90vh;
    margin: 2rem auto 0;
    width: 70%;
    padding: 1rem 2rem;
}

.report-box th.black-title {
    text-align: center;
}

body.Doctor .chat,
body.Doctor .chats {
    height: calc(75vh + 60px);
}

body.Doctor .chat-body {
    height: calc(350px + 65px);
}

.notify {
    background-color: #c07075;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.session-card-header .notify {
    width: 10px;
    height: 10px;
    position: unset;
    color: white;
    box-shadow: 0 0 6px 0 #f6e1e1;
    font-size: 14px;
}

.nav-item .nav-link .notify {
    left: -7px;
    top: 1px;
}

.btm-navbar-item .notify {
    right: 0;
}

.sidenav .notify {
    position: unset;
}

/* ---------- CALENDAR ---------- */
/* 
.calendar header {
    position: relative;
}

.calendar h2 {
    text-transform: uppercase;
}

.calendar thead {
    font-weight: 600;
    text-transform: uppercase;
}

.calendar tbody {
    color: #fff;
}

.calendar tbody td:hover {
    border: 2px solid #c07075;
}

.calendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 3em;
    line-height: 2em;
    text-align: center;
    width: 3em;
    color: #1D1D1D;
}

.calendar .prev-month,
.calendar .next-month {
    color: #cbd1d2;
}

.calendar .prev-month:hover,
.calendar .next-month:hover {
    border: 2px solid #cbd1d2;
}

.current-day {
    background: #db9196;
    color: #f9f9f9;
}

.event {
    cursor: pointer;
    position: relative;
}

.event:after {
    background: #c07075;
    border-radius: 50%;
    bottom: 0.5em;
    display: block;
    content: "";
    height: 0.5em;
    left: 50%;
    margin: -0.25em 0 0 -0.25em;
    position: absolute;
    width: 0.5em;
}

.event.current-day:after {
    background: #f9f9f9;
}

.btn-prev,
.btn-next {
    border: 2px solid #cbd1d2;
    border-radius: 50%;
    color: #cbd1d2;
    height: 40px;
    margin: -1em;
    position: absolute;
    top: 50%;
    width: 40px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-prev:hover,
.btn-next:hover {
    background: #cbd1d2;
    color: #f9f9f9;
}

.btn-prev {
    left: 2em;
}

.btn-next {
    right: 2em;
}

.day-schedual {
    display: none;
}

.day-schedual.show {
    display: block;
}

.time {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 1rem;
}

.time-inputs {
    display: flex;
    flex-direction: column;
} */






.form-control:disabled,
.form-select:disabled {
    background-color: #f5f5f5;
    opacity: 1;
}

.saved {
    gap: 16px;
    display: flex;
    padding: 0;
    width: 70%;
    margin: auto;
}

.saved .svdcase {
    border-radius: 20px;
    padding: 20px 16px;
    background-color: white;
    margin: 10px;
}

.delete.link {
    display: flex;
    background-color: #ffe7e9;
    color: #f133409c;
    align-items: center;
    border-radius: 20px;
    padding: 0px 7px;
    gap: 3px;
}

.remove.link {
    margin-bottom: 11px;
    display: flex;
    background-color: transparent;
    color: #f133409c;
    align-items: center;
    border-radius: 20px;
    padding: 0px 2px;
    font-size: 13px;
}

.remove.link i {
    font-size: large;
}

/********** payment plugin ******/
.wpwl-form.wpwl-form-card.wpwl-clearfix {
    background-image: none;
    background-color: white;
}

.wpwl-group.wpwl-group-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    float: none;
}

.wpwl-label-brand,
.wpwl-wrapper-brand,
.wpwl-wrapper-registration-registrationId,
.wpwl-wrapper-registration-brand,
.wpwl-wrapper-registration-number,
.wpwl-wrapper-registration-expiry {
    padding-right: 0;
}

.wpwl-form-card,
.wpwl-form-directDebit,
.wpwl-form-onlineTransfer-EPS,
.wpwl-form-onlineTransfer-ENTERCASH,
.wpwl-form-onlineTransfer-GIROPAY,
.wpwl-form-onlineTransfer-IDEAL,
.wpwl-form-onlineTransfer-SADAD,
.wpwl-form-onlineTransfer-SOFORTUEBERWEISUNG,
.wpwl-form-virtualAccount-KLARNA_INVOICE,
.wpwl-form-virtualAccount-KLARNA_INSTALLMENTS,
.wpwl-form-virtualAccount-NETELLER,
.wpwl-form-virtualAccount-PASTEANDPAY_V,
.wpwl-form-virtualAccount-VSTATION_V,
.wpwl-form-virtualAccount-CHINAUNIONPAY,
.wpwl-form-has-inputs {
    margin: 0;
}

h4.text-success {
    color: #6DB961 !important;
    width: fit-content;
    position: absolute;
    margin-right: 175px;
    margin-top: -55px;
}

.wpwl-control,
.wpwl-group-registration {
    border-radius: 10px;
}

.wpwl-control {
    color: #1D1D1D;
    border: 1px solid #DB9196;
    background-color: white;
    padding: 0.5rem 0.7rem;
    margin: 0.3rem 0 0.9rem;
    text-align: right;
    height: 42px;
    max-width: 260px;
}

select.wpwl-control {
    width: fit-content;
}

.wpwl-label.wpwl-label-expiry,
.wpwl-label.wpwl-label-cardNumber,
.wpwl-label.wpwl-label-cardHolder,
.wpwl-label.wpwl-label-cvv {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #C07075;
}

.selected-pay {
    border: 0px solid #b8baba !important;
}

iframe .wpwl-control.wpwl-control-cardNumber,
input.wpwl-control.wpwl-control-cardHolder,
input.wpwl-control.wpwl-control-cvv,
input.wpwl-control.wpwl-control-expiry {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #1D1D1D;
    border-radius: 10px;
    border: 1px solid #DB9196;
    background-color: white;
    padding: 0.5rem 0.7rem;
    margin: 0.3rem 0 0.9rem;
    text-align: right;
    width: 100%;
    max-width: 260px;
}


.wpwl-form-card,
.wpwl-form-directDebit,
.wpwl-form-onlineTransfer-EPS,
.wpwl-form-onlineTransfer-ENTERCASH,
.wpwl-form-onlineTransfer-GIROPAY,
.wpwl-form-onlineTransfer-IDEAL,
.wpwl-form-onlineTransfer-SADAD,
.wpwl-form-onlineTransfer-SOFORTUEBERWEISUNG,
.wpwl-form-virtualAccount-KLARNA_INVOICE,
.wpwl-form-virtualAccount-KLARNA_INSTALLMENTS,
.wpwl-form-virtualAccount-NETELLER,
.wpwl-form-virtualAccount-PASTEANDPAY_V,
.wpwl-form-virtualAccount-VSTATION_V,
.wpwl-form-virtualAccount-CHINAUNIONPAY,
.wpwl-form-has-inputs {
    padding: 12px;
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
}

.wpwl-label.wpwl-label-expiry,
.wpwl-label.wpwl-label-cardNumber,
.wpwl-label.wpwl-label-cardHolder,
.wpwl-label.wpwl-label-cvv {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #C07075;
}

button.wpwl-button.wpwl-button-pay {
    background-color: #DB9196;
    border-radius: 9px;
    box-shadow: 0 2px 13px 0 #d18f9366;
    color: white;
    border: none;
    display: flex;
    padding: 9px 22px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

button.wpwl-button.wpwl-button-pay:hover {
    background-color: #f1d3d5;
    color: #C07075;
}

#myDays {
    max-width: 280px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: fit-content;
}

#myDays .secondary-link {
    width: fit-content;
    min-height: fit-content;
}



/********* Survey ***********/
.survey-q {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.survey-q textarea.global {
    width: 100%;
    max-width: unset;
}

label.question {
    font-size: large;
}

.survey-q .options {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    gap: 30px;
}

.survey-q .options.checkbox {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.survey-q.btn {
    align-items: flex-end;
}

html[dir=ltr] input,
html[dir=ltr] textarea {
    text-align: left;
}

html[dir=ltr] .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

html[dir=ltr] .form-check {
    padding-left: 1.5em;
}




/********* Course inner page *********/
.course-upload-cover {
    display: flex;
    border: 2px dashed #ddd;
    border-radius: 7px;
    padding: 3px;
    width: 100%;
    max-width: 260px;
}

.course-upload-cover label {
    width: 100%;
}

.course-img-uploaded {
    border-radius: 7px;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

label.change {
    width: 52px;
    background-color: #ddd;
    position: absolute;
    height: 28px;
    padding: 0px;
    border-radius: 0px 6px 0px 16px;
    box-shadow: -3px 1px 4px 0px #00000042;
}

.switch {
    display: flex;
    align-items: center;
}










/********* doctor inner page *********/
.choices {
    color: #1D1D1D;
    border-radius: 10px;
    border: 1px solid #DB9196;
    background-color: white;
    padding: 6px;
    margin: 0.3rem 0 0.9rem;
    text-align: right;
    width: 100%;
    max-width: 260px;
}

.choices__inner {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 0;
    border: none;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

[dir=rtl] .choices__list--multiple .choices__item,
[dir=ltr] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 0;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 8px;
}

.choices__list--multiple .choices__item {
    display: flex;
    border-radius: 8px;
    padding: 5px 8px 5px 5px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #edc3c5;
    border: none;
    color: #1D1D1D;
    word-break: unset;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.choices__list--multiple {
    display: flex;
    flex-direction: column;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: flex;
    margin: 0;
    padding-left: 0;
    border-left: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 1;
    border-radius: 0;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: white;
}





/********** empty fav page ***********/
.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.empty img {
    width: 250px;
    margin: 2rem 0 1rem;
}

.empty h5 {
    line-height: 35px;
    color: #858585;
}



.introjs-helperNumberLayer,
.introjs-bullets {
    display: none;
}

.introjs-tooltip {
    padding: 10px;
    background-color: #ffeef4;
    border-radius: 14px;
}

.introjs-button {
    background: #DB9196;
    color: white;
    font-family: 'baloo-reg';
    padding: 3px 16px;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    text-shadow: none;
    box-shadow: 3px 3px 6px 0 #7f666c6e;
}

@media(max-width: 567px) {
    .introjs-tooltip {
        margin-top: 43px !important;
    }
}


/****************  media-style ***************/
@media screen and (max-width:1200px) {
    .navbar {
        width: 100%;
    }

    .session-form {
        gap: 15px;
    }

    .half-div {
        padding: 20px 0px 0;
    }

    .firstSession {
        height: fit-content;
        width: 95%;
    }

    .firstSession hr {
        width: 100%;
        height: 2px;
        margin: auto;
    }

    .session-card-header .profile-img {
        width: 60px;
        height: 60px;
    }

    .review .rate-btn img {
        width: 15px;
        height: 15px;
    }

    .hidden-input .primary-btn {
        width: fit-content;
    }

    .quantity-input .input-group-field {
        width: 30px;
    }

    .session-card-body .card-price {
        width: calc(100% - 4px);
    }

    .secondary-link {
        font-size: 12px;
    }

    .session-card-body .card-price p.des-text {
        font-size: 11px;
        line-height: 20px;
    }

    ul.course-card-detailes {
        font-size: 14px;
    }

    .course-card-img img {
        width: 100%;
        height: 130px;
    }

    .post a img {
        width: 170px;
        height: 103px;
    }

    .features-card-body {
        padding: 16px;
        width: 272px;
    }

    .full .fc-h-event .fc-event-title {
        max-width: 72px;
    }
}

@media screen and (max-width: 1025px) {
    .navbar {
        align-items: flex-start;
    }

    .navbar .navbar-nav>* {
        margin-left: 0 !important;
    }

    .search-box,
    ul.search-result {
        width: 24%;
    }
}

@media screen and (max-width: 991px) {
    .navbar .navbar-links li.nav-item .nav-link {
        display: none;
    }

    .signedUp .navbar-md .navbar .search-box {
        display: none;
    }

    header .notify {
        display: none;
    }

    .search-box,
    ul.search-result {
        width: fit-content;
    }

    .navbar>.container-fluid {
        flex-flow: row;
    }

    .navbar .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .carousel-inner {
        height: 300px;
        border-radius: 20px
    }

    .services {
        background-size: 85px;
    }

    .services-card {
        width: 88%;
    }

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

    section.about img {
        width: 217px;
        height: 200px;
    }

    .footer-block {
        text-align: center;
        width: 60%;
    }

    .footer-block .list-unstyled {
        align-items: center;
    }

    .social-links.list-unstyled {
        justify-content: space-evenly;
        margin-bottom: 1rem;
    }

    .post .post-author {
        font-size: 12px;
        gap: 5px;
    }

    .contact-bg {
        width: 100%;
    }

    .course-instructions {
        width: fit-content;
        padding: 10px;
    }

    .course-title-rate .d-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .doctor-section .video .d-flex {
        align-items: flex-start;
        flex-direction: column;
    }

    .doctor-section .spec .services-card {
        min-height: 180px;
    }

    .doctor-section .spec .services-card img {
        width: 76px;
        height: 75px;
    }

    .rewards .w-bg.w-bg.shadow .footer {
        width: 75%;
    }

    .w-bg.shadow img {
        width: 130px;
        margin-top: -50px;
    }

    .booked-session {
        width: 100%;
    }

    h4.pink-title {
        font-size: calc(1rem + .3vw);
    }

    .signedUp .navbar-toggler.gray-btn {
        display: none;
    }

    .navbar-toggler.gray-btn,
    .signedUp.doctor .navbar-toggler.gray-btn {
        display: flex;
        border: none;
        background-color: #c1c1c1;
        padding: 0;
        color: white;
        width: 34px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        position: fixed;
        left: 3%;
        bottom: 55px;
        font-size: 16px;
        box-shadow: 0 3px 6px #00000029;
    }

    .modal-lg .modal-body input.global {
        width: 300px;
    }

    .filter-col .accordion-body {
        padding: 4px 4px 12px;
    }

    section.about .title h3,
    section.about p {
        text-align: center;
    }

    section.about .d-flex {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .row.inner .saved-address {
        margin-top: 10px;
    }

    .bg-gray {
        margin-top: 1rem;
    }

    .full .fc-h-event .fc-event-title {
        max-width: 82px;
    }

    .titleRate {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 820px) {
    header {
        height: max-content;
    }
}

@media screen and (max-width: 767px) {
    section {
        overflow: hidden;
        padding: 2rem 0 2rem;
    }

    .w-35 {
        width: 50%;
    }

    .carousel-inner {
        height: 260px;
    }

    .title h3,
    section.about p {
        text-align: center;
    }

    .login-page .title h3 {
        text-align: right;
    }

    .payment .title h3,
    .payment section.about p {
        text-align: right;
    }

    .about {
        min-height: fit-content;
    }

    .services {
        background-size: 70px;
        background-position: 0 10%;
    }

    .services-card {
        width: 78%;
    }

    .text-section.ending {
        display: flex;
        align-items: center;
        margin-top: 2rem;
        height: fit-content;
    }

    .text-section.heading p,
    .text-section.heading a {
        display: none;
    }

    .text-section.ending .title {
        display: none;
    }

    .customer-review .text-section p {
        margin-bottom: 1rem;
        text-align: center;
    }

    .blog-img {
        width: 100%;
        height: 240px;
        margin-bottom: 1rem;
    }

    .course-description iframe,
    .doctor-information iframe {
        height: 250px;
        min-height: unset;
    }

    .doctor-information iframe {
        margin-top: 1rem;
    }

    .course-title-rate {
        margin-top: 1rem;
    }

    .price-fav {
        width: 100%;
    }

    footer {
        padding: 2.6rem 0 0;
    }

    .session-card-header {
        gap: 5px;
    }

    .doctor-section .video .session-card-header {
        align-items: flex-start;
    }

    .doctor-section .video .profile-img {
        width: 75px;
        height: 75px;
        margin-top: -20px;
    }

    .doctor-section .video .d-flex {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .package-card,
    .package-card.best {
        width: 100%;
        margin: 1rem auto;
    }

    .booked-session img {
        width: 99px;
        height: 99px;
    }

    .booked-session .body .detailes {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .booked-session p {
        font-size: 14px;
    }

    .booked-session .body .calender {
        width: 75px;
    }

    .booked-session .primary-btn {
        margin-right: auto;
    }

    .img-upload-warpper {
        width: 75px;
        height: 75px;
    }

    .img-upload-warpper .img-upload-input {
        width: 75px;
        height: 75px;
    }

    .img-upload-warpper .drag-text img {
        width: 74px;
        height: 74px;
    }

    .img-upload-warpper .img-upload-image {
        height: 74px;
        width: 74px;
    }

    .application-form .col-12.d-flex.flex-column textarea.global {
        width: 100%;
        max-width: 260px;
    }

    .alert-danger {
        width: 40%;
        left: 10%;
    }

    .survey-q.btn {
        align-items: center;
    }

    .chats {
        overflow-x: auto;
        height: 66px;
        overflow-y: hidden;
    }

    .chats .nav-link {
        width: fit-content;
        padding: 6px;
        margin: 8px;
    }

    .chats .nav-tabs {
        white-space: nowrap;
        display: block;
    }

    .chats .nav-link .profile-img {
        width: 34px;
        height: 34px;
    }

    .chats li.nav-item {
        width: fit-content;
        display: inline-block;
    }

    .chats .nav-link i {
        display: none;
    }

    .chat-body {
        HEIGHT: calc(100vh - 461px);
    }

    .filter-col {
        width: 75%;
        z-index: 1060;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        overflow-x: hidden;
        transition: 0.5s;
        box-shadow: -209px 3px 6px #00000029;
        padding-right: 2rem;
        border-radius: 20px 0 0 20px;
    }

    .filter-col .accordion-body {
        padding: 4px 12px 12px;
    }

    .full .fc-h-event .fc-event-title {
        max-width: 57px;
    }
}


@media screen and (max-width: 576px) {
    main {
        margin-top: 14px;
    }

    .firstSession {
        width: 97%;
    }

    .session-form {
        margin-top: 1rem;
    }

    .bordered-title {
        margin-bottom: 1rem;
    }

    .navbar-expand-lg .container-fluid {
        padding: 0px 5px;
    }

    .search-box,
    ul.search-result {
        border-radius: 9px;
        margin-right: 0.7%;
        width: 45%;
    }

    ul.search-result {
        font-size: 15px;
    }

    .navbar .primary-btn {
        margin: 0;
    }

    #navbar {
        height: fit-content;
        padding: 0 0 4px 0;
    }

    .title {
        margin-bottom: 20px;
    }

    .signedUp .navbar-md .navbar .container-fluid .search-box {
        display: flex;
        width: fit-content;
    }

    p.des-text {
        font-size: 14px;
    }

    section {
        overflow: hidden;
        width: 96%;
        margin: auto;
        padding: 0rem 0 2rem;
    }

    section.services {
        width: 100%;
    }

    .Doctor section {
        /* width: 100%; */
    }

    section.login-page {
        width: 100%;
    }

    .w-35 {
        width: 65%;
        margin: auto;
    }

    footer {
        padding: 4.6rem 0 0;
    }

    .footer-block img {
        width: 70px;
    }

    .footer-block {
        width: 100%;
    }

    .services-card {
        width: 85%;
        min-height: 210px;
        margin: 0 auto 1rem;
    }

    .pink-title {
        font-size: 1rem;
    }

    .services-card img {
        width: 90px;
        height: 90px;
    }

    .courses .swiper {
        width: 100%;
    }

    .courses .swiper-slide .course-card-body {
        width: 100%;
    }

    .courses .course-card-img {
        width: 100%;
    }

    .courses .swiper-slide img,
    .course-card-img img {
        width: 100%;
        height: 130px;
    }

    .course-card-body {
        width: 100%;
    }

    ul.course-card-detailes li {
        font-size: 13px;
    }

    .dis-label {
        width: 46px;
        height: 46px;
    }

    .card-price h5 {
        font-size: 16px;
    }

    .customer-review .swiper-slide img {
        width: 80px;
        height: 80px;
    }

    .customer-review .swiper-slide {
        padding: 10px 6px 10px 10px;
        gap: 6px;
    }

    .circle-btn {
        width: 26px;
        height: 26px;
    }

    .hidden-input .primary-btn {
        margin-bottom: -40px;
    }

    .quantity-input {
        padding: 4px 5px;
    }

    .application-form,
    .saved {
        width: 87%;
    }

    .application-form form.row .col-12 {
        justify-content: flex-start;
    }

    .contact-bg form {
        padding: 10px;
    }

    .buttons>* {
        width: 47%;
    }

    h3.black-title {
        font-size: calc(1.1rem + .6vw);
    }

    .course-description iframe,
    .doctor-information iframe {
        height: 200px;
    }

    .course-instructions {
        width: 92%;
    }

    .course-instructions ul li {
        font-size: 14px;
    }

    .w-bg {
        padding: 10px;
    }

    .doctor-section .video iframe {
        height: 210px;
    }

    .w-bg.shadow img {
        width: 110px;
        margin-top: -30px;
    }

    .rewards .w-bg.w-bg.shadow .footer {
        width: 90%;
    }

    .basic-data {
        align-items: flex-start;
        flex-direction: column;
    }

    .basic-data div,
    .basic-data .pt {
        width: 100%;
    }

    .gray-btn img.mada {
        filter: grayscale(1);
        width: 44px;
    }

    .gray-btn img.visa {
        width: 36px;
    }

    .step {
        width: 36px;
        height: 36px;
    }

    .payment .bar {
        margin: 19px 0 -19px;
    }

    .booked-session img {
        /* display: none; */
    }

    .booked-session .body .calender {
        width: 67px;
    }

    .booked-session p {
        font-size: 13px;
    }

    .mySessions .nav-tabs .nav-link {
        padding: 4px 6px;
        font-size: 15px;
    }

    .booked-session .body .footer {
        flex-direction: column;
    }

    .booked-session .body .footer a {
        width: 100%;
    }

    .lang-selector select.global,
    .lang-list {
        width: 100%;
    }

    .report-box {
        width: 90%;
        padding: 1rem 1rem;
    }

    .alert-danger {
        left: 5%;
        top: 1%;
        z-index: 99;
    }

    #doctor-form .w-bg {
        overflow: auto;
    }

    .address-info {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .address-info .address {
        width: 100%;
    }

    .modal-lg .modal-body input.global {
        width: 100%;
    }

    .btn-group .btn-white {
        margin-bottom: 8px;
    }

    .features {
        margin-left: auto;
    }

    .features .featuresSwiper {
        margin-top: 0;
        padding-bottom: 2rem;
    }

    .features .swiper-slide,
    .features .feature-card {
        margin-bottom: 2rem;
    }

    .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr .fc-toolbar-chunk:last-of-type {
        width: 85px;
    }
}

@media screen and (max-width: 480px) {

    .navbar-toggler.gray-btn,
    .signedUp.doctor .navbar-toggler.gray-btn {
        bottom: 45px;
        left: 4%;
    }

    .signedUp .navbar .navbar-links {
        display: none;
    }

    .float-whatsapp {
        bottom: 45px;
        right: 4%;
    }

    .share-link-float {
        right: 4%;
        bottom: 90px;
    }

    .signedUp .float-whatsapp {
        bottom: 70px;
    }

    .search-box .form-control {
        padding: 0 5px 0px 0px;
    }

    .bordered-title h5::before {
        margin-right: -42px;
        width: 34px;
    }

    .bordered-title h5::after {
        width: 34px;
        margin-right: 4px;
    }

    .session-form select.global {
        width: 240px;
    }

    .session-form {
        justify-content: center;
        gap: 10px;
    }

    .bordered-title h5 {
        letter-spacing: 0px;
    }

    h6.pink-title {
        font-size: 0.9rem;
    }

    .courses,
    .customer-review {
        padding: 2rem 1rem;
    }

    .customer-review .swiper-slide {
        width: 90%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .pink-title {
        font-size: 0.9rem;
    }

    .review .rate-btn img {
        width: 18px;
        height: 18px;
    }

    .session-card-body .card-price p.des-text {
        font-size: 14px;
    }

    .doctor-section .video .d-flex {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .doctor-section .video iframe {
        height: 175px;
    }

    .spec-des .spec-review {
        align-items: flex-start;
        flex-direction: column;
        margin: 5px;
    }

    th.pink-title {
        font-size: 13px;
        padding: 0.3rem 0.2rem;
    }

    .w-bg.shadow {
        padding: 0 1.5rem 1rem;
    }

    .w-bg {
        padding: 6px;
    }

    .empty img {
        width: 200px;
        margin: 2rem 0 1rem;
    }

    .filter-col {
        width: 95%;
        padding-right: 1rem;
    }

    .filter-col .accordion-body {
        padding: 4px 8px 12px;
    }

    .full {
        height: 100vh;
    }

    .full #fullcalendar {
        height: 100%;
    }

    .full .fc-h-event .fc-event-title {
        max-width: 58px;
    }

    .table {
        overflow: auto;
        width: 667px;
    }

    .doctor-section .info .table.table-borderless {
        width: auto;
    }
}

@media screen and (max-width: 450px) {
    .w-90 {
        width: 94%;
    }

    .w-35 {
        width: 85%;
    }

    .services-card {
        width: 93%;
        min-height: 200px;
    }

    .rewards .w-bg.w-bg.shadow .footer {
        width: 100%;
    }

    .table>:not(caption)>*>* {
        padding: 0.5rem 0.2rem;
    }

    .dis-label {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .swiper-buttons {
        top: 93%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        gap: 16px;
        flex-direction: row-reverse;
    }

    .features .swiper-rtl .swiper-button-prev,
    .features .swiper-button-prev,
    .features .swiper-button-next {
        left: unset;
        right: unset;
        position: relative;
    }
}

@media screen and (max-width: 400px) {
    .navbar-brand img {
        width: 54px;
        height: auto;
    }

    .navbar .primary-btn {
        margin: 0;
        padding: 6px 10px;
    }

    .navbar-brand {
        padding: 0;
    }

    .session-form select.global {
        max-width: 170px;
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    input.global,
    select.global,
    textarea.global {
        width: 250px;
    }

    i.fi {
        margin-top: 6px;
    }

    .search-box,
    ul.search-result {
        width: 50%;
    }

    .firstSession .secondary-btn {
        margin: 0 auto;
    }

    .session-form {
        margin-top: 1rem;
    }

    .firstSession hr {
        margin: 1rem auto 0;
    }

    .search-box .primary-btn.small-btn {
        width: 32px;
        border-radius: 7px;
        height: 32px;
        padding: 1px 10px;
    }

    .full .fc-h-event .fc-event-title {
        max-width: 42px;
    }
}






.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #db9196;
    border-color: #db9196;
}

.page-link {
    position: relative;
    display: block;
    color: #db9196;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff6b;
    z-index: 999999999;
    text-align: center;
    display: none;
}

/* Style for hiding overflow */
.read-more-content p {
    overflow: hidden;
    max-height: 43px;
    /* Set the maximum height for the collapsed content */
}