* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.top-bar {
    background-color: #c10000;
    padding: 10px 0px;
}

.top-bar .container {
    max-width: 1275px;
}

.top-bar .contact-info {
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-bar .contact-info a {
    color: #fff;
    font-size: 13px;
    line-height: 1.5rem;
    text-decoration: none;
    font-weight: 500;
}

.top-bar .contact-info a i {
    color: #fdbe44;
    font-size: 17px;
    margin-right: 10px;
}

.top-bar .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.top-bar .social-icons a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}

.top-bar .social-icons a:hover {
    color: #144047;
}

header {
    padding: 25px 0px;
}

header .container {
    max-width: 1275px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-right .join-us-box {
    display: flex;
    align-items: center;
}

.header-right .join-us-box .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #f1f6f7;
    border-radius: 50%;
    margin-right: 10px;
}

.header-right .join-us-box .join-us-text p {
    margin: 0px;
    font-size: 13px;
    color: #768385;
}

.header-right .join-us-box .join-us-text h5 {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
}

.header-right a.donate-now-btn {
    color: #fff;
    background-color: #000000;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.header-right a.donate-now-btn:hover {
    text-decoration: none;
    background-color: #c10000;
    transform: translateY(-8px);
}

header nav.navbar {
    padding: 0px;
}

#navbarSupportedContent {
    justify-content: space-between;
    margin-left: 80px;
}

header .navbar .navbar-collapse ul {
    gap: 10px;
}

header .navbar .navbar-collapse ul li.active .nav-link {
    color: #c10000;
}

header .navbar .navbar-collapse ul li .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease-in-out;
}

header .navbar .navbar-collapse ul li .nav-link:focus {
    color: #000000;
}

header .navbar .navbar-collapse ul li .nav-link:hover {
    color: #c10000;
}

footer {
    background-image: url('../images/footer-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 15px 45px 15px;
}

footer .container {
    max-width: 1275px;
}

footer .footer-text {
    border-top: 1px solid #ffffff78;
    margin-top: 20px;
    padding: 20px 0px 0px;
}

footer .footer-text p {
    color: #fff;
    font-size: 14px;
}

footer .footer-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

footer .footer-nav h5 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

footer .footer-nav ul li {
    list-style: none;
}

footer .footer-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    gap: 15px;
}

footer .footer-nav ul li a:hover {
    color: #c10000;
}

footer .footer-right h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

footer .footer-right a.footer-donate-now-btn {
    background-color: #c10000;
    padding: 18px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    display: block;
    width: max-content;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

footer .footer-right a.footer-donate-now-btn:hover {
    transform: translateY(-8px);
    background-color: #000000;
}

footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer-bottom .social-icons a i {
    font-size: 15px;
}

footer .footer-bottom p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
}

footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff78;
    margin-top: 80px;
    padding-top: 30px;
}

footer .footer-bottom p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

footer .footer-bottom p a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

footer .footer-bottom p a:hover {
    color: #c10000;
}

footer .footer-bottom .social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footer-bottom .social-icons a {
    display: flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #002c33;
    border: 1px solid #002c33;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

footer .footer-bottom .social-icons a:hover {
    transform: translateY(-8px);
    opacity: .9;
}

footer .footer-right {
    margin-left: 50px;
}

section.banner-section .banner-content {
    padding: 70px 0px 0px;
}

section.banner-section .banner-content h3 {
    font-size: 18px;
    font-weight: 300;
}

section.banner-section .banner-content h1 {
    font-size: 40px;
    font-weight: 800;
}

section.banner-section .banner-content hr {
    border-color: #c10000;
    width: 60px;
    margin: 40px 0px 40px 0px;
}

section.banner-section .banner-content p {
    font-size: 17px;
    line-height: 2rem;
    color: #212121;
    letter-spacing: 2px;
    font-weight: 300;
    width: 590px;
}

section.banner-section .banner-content .schedule-btn {
    background-color: #c10000;
    padding: 20px 30px;
    margin-top: 30px;
    display: block;
    width: max-content;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 800;
}

section.banner-section .banner-content .schedule-btn:hover {
    transform: translateY(-8px);
    background-color: #000000;
}

section#schedule-sec {
    background-color: #000000;
    padding: 100px 0px;
}

section#schedule-sec h2 {
    text-align: center;
    color: #c10000;
    font-size: 60px;
    font-weight: 800;
}

section#schedule-sec p {
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: 300;
    margin: 0px;
}

section#schedule-sec .category-box {
    border: 2px solid #fff;
    border-radius: 50px;
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

section#schedule-sec .category-box .category-img {
    width: 100%;
    height: 100%;
}

section#schedule-sec .category-box .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#schedule-sec .category-box h4 {
    background-color: #c10000;
    margin: 0px;
    padding: 20px 0px;
    color: #fff;
}

/*modal css start*/
#appointmentModal .modal-dialog {
    max-width: 700px;
}

#appointmentModal .modal-body {
    padding: 24px 32px;
    height: 520px;
    overflow-y: scroll;
}

.select-category-box-content p {
    margin-bottom: 0;
}

.select-category-box {
    border: 2px solid rgba(0, 0, 0, .2);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.select-category-box-actions a i {
    color: #000000;
}

.select-category-box-content h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.select-category-box-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.add-services-btn {
    margin-top: 36px;
}

.add-services-btn p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.add-services-btn a {
    border: 2px solid rgba(0, 0, 0, .2);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.add-services-btn a i {
    margin-right: 10px;
}

#appointmentModal .modal-footer {
    justify-content: space-between;
}

#appointmentModal .modal-footer button {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: none;
    width: 100%;
    height: 50px;
}

.search__input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    margin-bottom: 16px;
}

.select-appoint-box {
    margin-top: 30px;
}

.select-appoint-box h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.select-appoint-box span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
}

.select-appoint-box i {
    font-size: 16px;
}

.select-appoint-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0px 0px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

/* .modal-footer #modalNextBtn {
    display: none;
} */

.modal-footer #modalBackBtn {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
}

.modal-footer #modalBackBtn i {
    margin-right: 5px;
    font-size: 14px;
}

.modal-footer #modalNextBtn {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
}

.modal-footer #modalNextBtn i {
    margin-left: 5px;
    font-size: 14px;
}

.select-preferences-box label select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    border-radius: unset;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .2);
}

.select-preferences-box label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.select-preferences-box span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.select-preferences-box p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

/*modal css end*/

/* testing */
.time-slot {
    margin: 0.5rem;
    padding: 0.55rem 2rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.time-slot.active {
    background-color: #c1000017;
    color: #c10000;
    border-color: #c10000;
}

/* select date time css start */
.select-date-time {
    background-color: #fafafa;
}

.select-date-time-main {
    background-color: #fff;
    padding: 40px 20px;
}

.select-date-time-top h2 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 800;
    color: #212121;
}

.select-date-time-top p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
}

.select-date-time-top {
    margin-bottom: 40px;
}

.select-date-time-calendar label {
    font-size: 20px;
    font-weight: 800;
    color: #212121;
}

.select-date-time-calendar .flatpickr-calendar {
    box-shadow: none;
}

.select-date-times select {
    background-color: transparent;
    border: unset;
    outline: unset;
    color: #c10000;
    font-size: 14px;
    font-weight: 400;
}

.select-date-time-calendar .flatpickr-day.selected {
    background-color: #c10000;
    border-color: #c10000;
}

.select-date-time-calendar span.flatpickr-weekday {
    color: #c10000;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: unset;
    background: unset;
    color: unset;
}

.flatpickr-day.today {
    border-color: #c10000;
}

.booking-details-main h5 {
    font-size: 20px;
    font-weight: 800;
    color: #212121;
    margin-bottom: 16px;
}

.booking-details-main-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.booking-details-main-flex ul {
    list-style-type: none;
}

.booking-details-main-flex ul li {
    font-size: 15px;
    font-weight: 400;
    color: #212121;
    text-transform: capitalize;
}

.booking-details-main-flex a {
    color: #c10000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.booking-details-main-flex a i {
    margin-right: 5px;
}

.booking-details-main .request-book-btn {
    background-color: #c10000;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border: none;
}

.select-date-time-top a {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.select-date-time-top a i {
    margin-right: 5px;
}

/* select date time css end */

/* booking form page css start */
.booking-form-sec {
    padding: 50px 0px;
}

.booking-form-main {
    margin-bottom: 50px;
}

.booking-form-main a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.booking-form-main a i {
    margin-right: 5px;
    font-size: 14px;
}

.booking-form-main h2 {
    font-size: 32px;
    font-weight: 600;
    color: #212121;
    margin-top: 30px;
}

.booking-form label input[type=text],
.booking-form label input[type=email],
.booking-form label input[type=tel],
.booking-form label input[type=number] {
    width: 100%;
    height: 40px;
    padding: 10px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.booking-form label select:focus,
.booking-form label input[type=text]:focus,
.booking-form label input[type=email]:focus,
.booking-form label input[type=tel]:focus,
.booking-form label input[type=number]:focus {
    color: #495057;
    background-color: #fff;
    border: 2px solid #000000;
    outline: 0;
    box-shadow: none;
}

span.error-text {
    font-size: 15px !important;
    color: #dc3545 !important;
    margin-top: 3px !important;
    display: block;
}

.booking-form label {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #212121;
}

.booking-form label select {
    width: 100%;
    height: 40px;
    padding: 10px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.book-form-inputs {
    margin-bottom: 20px;
}

.booking-form .iti {
    display: block;
    margin-top: 10px;
}

.book-form-inputs-check h3 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 300;
    color: #212121;
}

.book-form-inputs-check span {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #212121;
    width: 100%;
}

.book-form-inputs-check label {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
    font-size: 16px;
}

.book-form-inputs-check label input[type="checkbox"].is-invalid {
    border-color: #dc3545;
}

.book-form-inputs-check label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 5px;
    cursor: pointer;
    border: 2px solid #ced4da;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    border-radius: 5px;
}

.book-form-inputs-check label input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    top: 2px;
    left: 6px;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.book-form-inputs-check label input[type="checkbox"]:checked {
    background-color: #c10000;
    border: 2px solid #c10000;
    outline: none;
    position: relative;
}

.book-form-inputs-check label input[type="checkbox"]:checked::before {
    opacity: 1;
}

.upload-btn-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.upload-btn {
    border: 2px solid #c10000;
    color: #fff;
    background-color: #000;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.upload-btn-wrapper input[type="file"] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    position: absolute;
}

.file-info {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.file-name {
    color: #000;
}

.delete-icon {
    cursor: pointer;
    font-size: 16px;
}

.booking-details-div h5 {
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.booking-details-div p {
    font-size: 15px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 5px;
}

.booking-details-div ul {
    list-style-type: none;
}

.booking-details-div ul li {
    font-size: 14px;
    font-weight: 300;
    color: #c10000;
}

.book-form-inputs-check .terms-para {
    font-size: 13px;
    font-weight: 400;
    color: #c10000;
    margin-top: 30px;
}

.book-form-inputs-check .view-policy-link {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    text-decoration: underline;
}

.request-book-btn {
    background-color: #000000;
    color: #fff;
    width: 100%;
    height: 40px;
    outline: none;
    border: unset;
    font-size: 15px;
    font-weight: 400;
}

.book-form-inputs2 label {
    display: block !important;
}

/* booking form page css end */

/* asking modal css start */

.modal.modal-back {
    z-index: 1040 !important;
}

.modal-backdrop+.modal {
    z-index: 1050;
}

#askingModal .modal-content button#askingModalCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
}

#askingModal .modal-content .modal-body {
    padding: 50px 0px;
    text-align: center;
}

#askingModal .modal-content .modal-body h4 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0px;
}

#askingModal .modal-content .modal-body p {
    font-size: 16px;
    font-weight: 300;
    color: #737373;
    margin: 20px 0px 30px;
}

#askingModal .modal-content .modal-body button.leaveBtn {
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: transparent;
    outline: none;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
}

#askingModal .modal-content .modal-body button.continueBtn {
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #000;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

/* asking modal css end */

/* thank-you-sec css start */
.thank-you-sec {
    padding: 50px 0px;
}

.thank-you-content {
    text-align: center;
    margin-bottom: 50px;
}

.thank-you-content h3 {
    font-size: 30px;
    font-weight: 800;
    color: #212121;
}

.thank-you-content p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 10px;
}

.thank-you-sec .thank-you-box {
    padding: 0px 32px 32px;
    border: 1px solid #000;
}

.thank-you-box-content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    border-top: 1px solid rgb(186, 184, 184);
    padding-bottom: 32px;
    padding-top: 32px;
}

.thank-you-box-content:first-child {
    border-top: none;
}

.thank-you-box-content img {
    width: 100px;
    height: 100%;
}

.thank-you-box-inner-content ul {
    list-style-type: none;
    margin-top: 5px;
}

.thank-you-box-inner-content ul li {
    font-size: 14px;
    font-weight: 600;
    color: rgba(33, 33, 33, 0.6);
}

.thank-you-box-inner-content h4 {
    color: #212121;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    gap: 150px;
}

.product-pricing-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.product-pricing {
    border-bottom: 1px solid rgb(186, 184, 184);
}

.subtotal p {
    color: #212121;
    font-weight: 700;
    font-size: 14px;
}

.product-total-price {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.product-total-price-flex {
    display: flex;
    justify-content: space-between;
    gap: 150px;
}

.product-total-price-flex p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.thank-you-div {
    text-align: center;
    margin-top: 20px;
}

.thank-you-div a {
    color: #c10000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

/* thank-you-sec css end */

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #c10000;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* asking modal schedule css start */

#askingModalSchedule .modal-content button#askingModalScheduleCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
}

#askingModalSchedule .modal-content .modal-body {
    padding: 50px 0px;
    text-align: center;
}

#askingModalSchedule .modal-content .modal-body h4 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0px;
}

#askingModalSchedule .modal-content .modal-body p {
    font-size: 16px;
    font-weight: 300;
    color: #737373;
    margin: 20px 0px 30px;
}

#askingModalSchedule .modal-content .modal-body button.leaveBtnSchedule {
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: transparent;
    outline: none;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
}

#askingModalSchedule .modal-content .modal-body button.continueBtnSchedule {
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #000;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

/* asking modal schedule css end */

.form-control.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) !important;
}
