* {
    padding: 0;
    margin: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* .outfit-<uniquifier> {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  } */

img {
    width: 100%;
}

a {
    text-decoration: none !important;
}

body {
    /* background-color: #FDF1DA !important; */
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
    flex-direction: column;
}

header img {
    width: auto;
    padding: 10px 10px;
}

.main-slider .owl-prev {
    position: absolute;
    top: 50px;
    left: -30px;
    font-size: 56px !important;
    color: #CFCFCF !important;
}

.main-slider .owl-next {
    position: absolute;
    top: 50px;
    right: -30px;
    font-size: 56px !important;
    color: #CFCFCF !important;
}

.upcoming-events {
    margin-bottom: 20px;
}

.upcoming-events .inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding-top: 15px;
}

.events-inner {
    position: relative;
    background-color: #fff;
    /* border-radius: 10px; */
    padding: 10px;
    /* border: 1px solid #ccc; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.upcoming-events h2 {
    font-size: 20px;
}

.upcoming-events .event-details {
    /* background-color: #5D181A;
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 5px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    width:50%; */
    font-size: 14px;
    color: #5d181a;
    margin-bottom: 5px;
}

.volunteer-container .upcoming-events .event-details {
    color: #263b70;
}

.cart-btn {
    display: flex;
    justify-content: center;
    /* margin-top: 30px;
    margin-bottom: 10px; */
    /* position: absolute;
    bottom: 20px; */
    width: 100%;
}

.event-details i {
    margin-right: 10px;
}

.upcoming-events .event-details {
    /* display: flex;
    justify-content: space-between;
    gap: 15px; */
}

.upcoming-events .event-details img {
    width: auto;
}

.event-img {
    /* position: relative;
    padding: 50%;
    display: flex; */
}

.event-img:after {
    /* width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: #00000078;
    top: 0;
    left: 0; */
}

.event-img img {
    /* filter: brightness(0.5); */
    /* border-radius: 10px; */
    /* position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; */
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-content {
    /* position: relative; */
    padding-bottom: 75px;
}

.event-content p {
    /* position: absolute;
    top: 50px; */
    text-align: center;
    color: #5d181a;
}

.volunteer-container .event-content p {
    color: #263b70;
}


/* .event-content button {
    position: absolute;
    top: 120px;
    left: 115px;
    text-align: center;
    color: #5D181A;
    font-weight: 600;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    border: 0;
} */

.event-content button {
    /* position: absolute;
    bottom: 23px;
    left: 50%; */
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #5D181A;
    padding: 5px 15px;
    border-radius: 30px;
    border: 0;
    /* transform: translate(-50% , -50%); */
}

.event-content button:hover {
    background-color: transparent;
    border: 1px solid #5d181a;
    color: #5d181a;
    transition: 0.3s;
    /* border: 1px solid #5D181A; */
}

.past-events {
    margin-top: 20px;
    margin-bottom: 40px;
}

.spiritual {
    margin-top: 30px;
}

footer {
    background-color: #E9E9E9;
    /* background-color: #F5A30C; */
    padding: 10px;
    margin-top: 30px;
    position: sticky;
    bottom: 50px;
    padding: 0;
    z-index: 11;
}

.footer-inner a {
    color: #5D181A;
    font-weight: 600;
    text-decoration: none;
}

.footer-divider {
    background: #000;
    height: 1px;
    width: 42px;
    rotate: 90deg;
    margin-top: 12px;
}


/* Login Page */

.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 2px 5px 2px rgb(20% 20% 20% / 20%);
}

.login-form h1 {
    font-size: 18px;
    text-align: center;
}

.login-form .logo-img {
    width: auto;
    margin-bottom: 30px;
    margin: 0 auto;
}

.logo_div {
    display: flex;
    justify-content: center;
}

.login-form .login-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    justify-content: space-between;
}

.login-form .login-inner a {
    padding: 5px 35px;
    color: #CFCFCF;
    font-size: 14px;
}

.login-form .login-inner a.active {
    background-color: #5D181A;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
}

.user-select2.active {
    background-color: #263b70 !important;
}

.login-details {
    gap: 30px;
    margin-top: 20px;
}

.login-input {
    margin-top: 20px;
}

.login-input input {
    width: 100%;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    padding: 5px 10px;
}

.send-btn {
    margin-top: 30px;
}

.send-btn .otp-btn {
    background-color: #5D181A;
    border-radius: 5px;
    border: 0;
    color: #fff;
    padding: 5px 30px;
    font-size: 14px;
    border: 1px solid #5d181a;
}

.send-btn .otp-btn:hover {
    color: #5d181a;
    background-color: #ffffff;
    transition: 0.3s;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #5D181A;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    outline: none;
}

input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5D181A;
    position: absolute;
    top: 4px;
    left: 4px;
}


/* OTP Page */

.otp-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.otp-inner input {
    width: 30px;
    height: 30px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    text-align: center;
}

.otp-inner input:focus {
    outline: none;
}

.otp-inner input[type=number]::-webkit-inner-spin-button,
.otp-inner input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Registration Page */

.registration-form .row {
    margin-top: 10px;
}

.registration-form label {
    font-size: 14px;
}

.registration-form input {
    font-size: 14px;
}

.registration-form select {
    border: 1px solid #dee2e6;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}

.registration-form select:focus {
    outline: none;
}

.gender-input label {
    color: #909090;
    font-size: 14px;
}

.asterisk,
.error {
    color: red;
}

.single-list-slider .item img {
    width: 500px;
    height: 500px;
    border-radius: 5px;
}

.single-event .register-btn {
    float: right;
    background-color: #5D181A;
    border-radius: 5px;
    border: 0;
    color: #fff;
    padding: 5px 30px;
    font-size: 14px;
    border: 1px solid #5d181a;
}

.single-event .register-btn:hover {
    float: right;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #5D181A;
    color: #5D181A;
    padding: 5px 30px;
    font-size: 14px;
    transition: 0.3s;
}

.date_highlight {
    font-size: 16px;
    color: #5D181A;
    font-weight: 600;
    white-space: nowrap;
}

.date_desk span {
    color: #5D181A;
    font-weight: 600;
}

.volunteer-container .date_desk span {
    color: #263b70;
}

.time-highlight {
    white-space: nowrap;
}

.back-btn i {
    /* color: #5d181a;
    font-size: 35px; */
    color: #fff;
    font-size: 18px;
    background-color: #5d181a;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0 0 0.4em 0 #5d181a;
    margin-bottom: 30px;
}

.common-blue-btn.back-btn i {
    background-color: #263b70 !important;
    box-shadow: 0 0 0.4em 0 #263b70 !important;
}

.fa-long-arrow-left:hover:before {
    filter: brightness(2);
}


/* .footer-inner .active {
    color: #909090;
    background-color: #5D181A;
} */


/* home page css start */

.cart_dis {
    font-family: "Montserrat", sans-serif;
    /* left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    padding: 20px;
    margin-bottom: 0;
}

.event-content .cart_btn {
    /* transform: translateX(-50%);
  left: 50% */
    width: 80%;
}

.event-content .cart_btn:hover {
    /* background-color: #5D181A; */
    /* color: #ffffff; */
}

.footer_left:hover,
.footer_right:hover,
.footer_left a.active,
.footer_right a.active {
    /* background-color: #5D181A; */
}

.footer_left:hover a,
.footer_right:hover a,
.footer_left a.active,
.footer_right a.active {
    /* color: #ffffff; */
    color: #5D181A;
    text-shadow: 1px 1px 10px #a2a2a2;
}

.common-blue-btn .footer_left:hover a,
.common-blue-btn .footer_right:hover a,
.common-blue-btn .footer_left a.active,
.common-blue-btn .footer_right a.active {
    /* color: #ffffff; */
    color: #263b70;
    text-shadow: 1px 1px 10px #a2a2a2;
}

.footer_left,
.footer_right {
    width: 50%;
    text-align: center;
    box-shadow: 1px 1px 10px #a2a2a2;
}

.footer-inner {
    display: flex;
}

.footer-inner a {
    /* color: #858585; */
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    width: 100%;
    display: inline-flex;
}

.detail_dis .content,
.detail_dis .heading {
    width: 100% !important;
    text-align: left !important;
}

.detail_dis p,
.detail_dis h3 {
    text-align: left !important;
}

.details_dis p {
    color: #6B6B6B;
}

.other_flex_txt .title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.other_flex_txt .discription {
    color: #1f1f1f40;
}

.profile-form {
    /* margin-bottom: 50px; */
}

.form-control {
    margin-bottom: 20px;
    padding: 12px 20px !important;
    background: transparent#fffefecf !important;
    margin-top: 5px;
}

.registration-form {
    margin-bottom: 20px;
}

.back_title {
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 20px;
}

.form_tiles a {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

.detail_data {
    margin-bottom: 20px;
}

.link_in_form a,
#resend_otp {
    text-align: center;
    color: #5D181A;
    font-weight: 500;
}

.img-circle {
    border-radius: 50%;
}

.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}

.sign_picture .profile-user-img {
    object-fit: contain;
    height: 100px !important;
    background-color: #e6e6e6;
}

.reg_form {
    margin: 30px auto;
    position: static;
    max-width: auto;
    left: auto;
    right: auto;
    top: auto;
    transform: translate(10px, 10px);
}

.signin_page.reg_form {
    max-width: 350px;
}

.sign_up_page {
    max-width: 750px;
    padding: 50px;
}

.form-group .gender-input {
    margin-top: 5px;
    margin-bottom: 15px;
}

.reg_form .registration-form input.form-control {
    margin-bottom: 0;
}

.reg_form .form-group {
    margin: 0 0 15px 0;
}

.country_group label {
    padding-bottom: 7px;
}

.registration-form .select-country {
    padding: 10px 15px;
}

.registration-form .select-city {
    padding: 10px 15px !important;
}

.registration-form .select-state {
    padding: 10px 15px !important;
}

.reg_form .registration-form input.form-control {
    box-shadow: none;
    outline: none;
}

.login-form.verfification_page.reg_form {
    width: 70% !important;
}

.upload_note {
    font-size: 14px;
    color: red;
}

.common_btn {
    min-width: 150px;
    text-align: center;
    padding: 7px 20px;
    background: #5d181a;
    border-radius: 40px;
    color: #ffffff !important;
    border: 1px solid #5d181a !important;
}

.common_btn:hover {
    background: white;
    color: #5d181a !important;
    transition: 0.3s ease;
}

.country-dropdown {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.country-dropdown select.form-control {
    width: 125px !important;
    display: inline;
    padding: 12px;
}

.country-dropdown .form-control {
    margin-bottom: 0 !important;
}

.country-dropdown input.form-control {
    display: inline;
    float: right;
    width: calc(100% - 135px);
    padding: 14px !important;
}

.registration-form {
    margin-bottom: 20px;
    margin-top: 40px;
}

.sign_picture .input-group {
    display: inline-block;
    padding-top: 20px;
}

.verificaation_msg_page {
    max-width: 350px;
}

.right_menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
    padding: 15px 0;
    list-style: none;
    flex-wrap: wrap;
}

.right_menu a {
    color: #5D181A;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: max-content;
    text-decoration: underline;
}


/* profile page design start */

.header-top {
    height: 60px;
    background-color: #FDF1DA;
}

.profile_main_page .container {
    /* max-width: 1300px; */
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.profile_main_page .page_title {
    font-size: 29px;
    font-weight: 500;
    line-height: 30px;
}

.profile_photo_sec .profile_im {
    border-radius: 50%;
}

.profile_photo_sec .profile_im img {
    object-fit: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.form-control.normal_btn {
    font-size: 10px;
    color: #1f1f1f;
    padding: 5px 16px;
    background-color: #F0EFFA;
    width: auto;
}

.reg_number {
    color: #1f1f1fbd;
    font-size: 20px;
    margin-bottom: 0;
}

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

.normal_btn {
    background: #fff !important;
    padding: 5px 15px !important;
    border-radius: 43px !important;
    color: #222222 !important;
    border: 1px solid #f0f0f0 !important;
}

.normal_btn.active {
    color: #222222;
    border: 0;
    background-color: #5A1E1A !important;
    font-size: 14px;
    color: #fff !important;
}

.common-blue-btn.active {
    background-color: #263b70 !important;
}

.ref_box {
    border: 2px solid #f0f0f0;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 30px;
}

.ref_section {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    /* position: absolute;
    top: 50px;
    right: 0; */
}

.profile_inner_page {
    background-color: #ffffff;
    height: 100%;
    /* padding: 40px 15px; */
}

.heading_area {
    margin-bottom: 20px;
}

.profile_edit_section {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.profiles_boxes {
    width: 33.33%;
    padding: 10px 30px 10px 30px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    position: relative;
}

.profiles_boxes .form-group:last-child {
    margin-bottom: 0;
}

.profiles_boxes.third {
    padding: 0;
    border: 0;
    position: static;
}

.profiles_boxes.third .third_first,
.profiles_boxes.third .third_second {
    padding: 30px 25px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    position: relative;
}

.profiles_boxes.third .third_first {
    margin-bottom: 15px;
}

.profiles_boxes.third .third_second .text {
    font-size: 14px;
    color: #222222b5;
    margin-bottom: 0;
    font-weight: 600;
    /* font-family: "Outfit", sans-serif; */
}

.profiles_boxes .label {
    font-size: 14px;
    color: #1f1f1f;
    /* font-family: "Outfit", sans-serif; */
    font-weight: 600;
    /* white-space: nowrap; */
}

.profiles_boxes input.form-control {
    font-family: "Outfit", sans-serif;
    border: 0;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #2222229c;
    pointer-events: none;
}

input.form-control.active {
    pointer-events: auto;
    border: 1px solid #cacaca;
    padding: 10px 10px !important;
}

.profile_photo_sec .form-control {
    font-size: 14px !important;
    font-weight: 400;
}

#nav-contact {
    display: grid;
    grid-template-columns: 50% auto;
    justify-content: center;
    gap: 30px;
}

@media only screen and (max-width: 1300px) {
    #nav-contact {
        grid-template-columns: 1fr;
    }
}

.pat_registartion {
    margin-top: 30px;
}

.pat_registartion .profiles_boxes {
    width: 100%;
    margin: 0 auto;
}

.main-slider .item {
    position: relative;
    /* padding: 26% 50%; */
    padding: 20% 50%;
    display: inline-flex;
}

.main-slider .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 10px solid #fff;
}

.verfy_btn {
    background-color: #99FDD2;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    border: 0;
    font-family: "Outfit", sans-serif;
}

.edit_circle {
    width: 32px;
    height: 32px;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
}

.edit_btn {
    position: absolute;
    top: -15px;
    right: 15px;
    font-family: "Outfit", sans-serif;
}

.edit_btn img {
    width: 15px
}

.verified_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: "Outfit", sans-serif;
}

.third_second .verified_row:last-child {
    margin-bottom: 0;
}

.qur_code_img {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.qur_code_img .profile_photo_sec {
    flex-direction: column;
}

.qr_code img {
    width: 150px;
}

.nav.nav-tabs.ref_box {
    /* width: 540px; */
    padding: 20px 30px;
    justify-content: flex-end;
    display: flex;
}

.detail_dis div:nth-child(4) {
    width: auto !important;
    margin-left: 0 !important;
}

.detail_dis div:nth-child(4) span {
    background-color: transparent !important;
}

.single-event .fa-long-arrow-left:before {
    font-size: 16px;
}

.only_mobile {
    display: none;
    text-align: center;
}

.only_mobile a {
    display: inline-flex;
    justify-content: center;
}

.only_desktop {
    display: block;
}

.right_menu .common_btn img {
    display: none;
}

.right_menu .common_btn.website img {
    margin-right: 7px;
    padding: 0;
    display: block;
}

.right_menu .common_btn.website:hover img {
    filter: brightness(6) contrast(0);
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 20px;
    width: max-content;
    height: 48px;
}

.toggle.ios .toggle-handle {
    border-radius: 20px;
}

.toggle .btn-primary,
.toggle .btn-default {
    background-color: #5d181a !important;
    color: #fff !important;
    padding: 7px 20px;
    border-radius: 100px;
    border: 2px solid #5d181a !important;
}

.toggle.off .toggle-group {
    left: -103%;
}

body>div.container:nth-child(2) {
    min-height: calc(100vh - 200px);
}

.right_menu .toggle.btn.ios.btn-primary:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: #ffffff !important;
    right: 5px;
    top: 5px;
    z-index: 1;
    border-radius: 50%;
}

.right_menu .toggle.btn {
    min-width: 125px !important;
    min-height: 34px;
    background-color: #5d181a;
    border-radius: 30px;
    border: 0;
    height: 40px !important;
}

.right_menu .btn.btn-primary.toggle-on {
    text-align: left;
}

.right_menu label.btn.btn-default.active.toggle-off {
    text-align: right;
}

.right_menu .btn-default.off .btn.btn-primary.toggle-on {
    text-align: right;
}

.right_menu .toggle.ios .toggle-handle {
    visibility: hidden;
}

.right_menu .toggle.btn.ios.btn-default.off:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: #ffffff !important;
    left: 5px;
    top: 5px;
    z-index: 1;
    border-radius: 50%;
}

.date_mobile {
    display: none !important;
}

.date_desk {
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .ref_section {
        top: 100px;
        position: static;
    }
    .profile_photo_sec {
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .page_title {
        padding: 0 15px;
    }
    .event_title h2 {
        text-align: center;
    }
    .qr_code {
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    .toggle.ios,
    .toggle-on.ios,
    .toggle-off.ios {
        border-radius: 20px;
        width: max-content;
        height: 48px;
    }
    .right_menu a,
    .right_menu .toggle-off.btn,
    .right_menu .toggle .btn-primary,
    .right_menu .toggle .btn-default {
        padding: 10px 10px !important;
        font-size: 14px;
        font-weight: 600;
        height: auto;
    }
    .only_mobile {
        display: block;
    }
    .only_desktop {
        display: none;
    }
    .single-event .upcoming-events .back_tiles+.row .col-6 {
        width: 100%;
        max-width: 100%;
    }
    .reg_form {
        max-width: calc(100% - 30px);
        margin: 5px;
        margin-bottom: 30px;
    }
    .upcoming-events .inner {
        grid-template-columns: 1fr;
    }
    .login-form.verfification_page.reg_form {
        width: calc(100% - 30px) !important;
    }
    .sign_up_page {
        padding: 15px;
    }
    header img {
        padding: 10px 0;
        padding-left: 0;
        padding-right: 0;
    }
    .owl-nav {
        display: none;
    }
    .profile_edit_section {
        flex-wrap: wrap;
    }
    .profiles_boxes {
        width: 100%;
    }
    .nav.nav-tabs.ref_box {
        flex-wrap: wrap;
    }
    .ref_section {
        position: static;
        display: inline-flex;
        gap: 10px;
        flex-direction: column;
        padding: 0 20px;
    }
    .nav.nav-tabs.ref_box {
        width: 100%;
        padding: 20px 30px;
        justify-content: center;
        display: flex;
    }
    .tab-content {
        padding: 0 15px;
    }
    .pat_registartion .profiles_boxes {
        width: 100%;
    }
    .qur_code_img {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .detail_dis div:nth-child(4) {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .single-list-slider .item img {
        height: auto;
    }
    .right_menu ul {
        padding: 20px 0;
    }
    header img {
        padding: 10px 10px;
    }
    .right_menu .common_btn img {
        display: block;
        padding: 0;
    }
    .right_menu .common_btn {
        font-size: 0;
        padding: 10px !important;
    }
    .right_menu a:focus {
        background-color: #5D181A;
    }
    .right_menu .toggle.btn {
        min-width: 115px !important;
    }
    .right_menu .toggle.btn.ios.btn-default.off:before,
    .right_menu .toggle.btn.ios.btn-primary:before {
        width: 35px;
        height: 35px;
    }
    .right_menu .common_btn.website img {
        margin-right: 0;
    }
    .date_mobile {
        display: flex !important;
    }
    .date_desk {
        display: none !important;
    }
}


/**/

.sign-up-btn {
    text-align: center;
    background-color: #5D181A;
    border-radius: 5px;
    border: 0;
    color: #fff;
    padding: 5px 30px;
    font-size: 14px;
    border: 1px solid #5d181a;
}

.sign-up-error-msg {
    font-size: 14px;
    font-weight: 600;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.vol-button {
    display: flex;
    padding: 7px 15px;
    width: 120px;
    font-size: 16px;
    left: 0px;
    color: white;
    background-color: #263b70;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.vol-button::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    /* animation: spin 5000ms linear infinite; */
}

.dev-button {
    display: flex;
    justify-content: flex-end;
    padding: 7px 20px;
    font-size: 16px;
    width: 120px;
    color: white;
    background-color: #5A1E1A;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.dev-button:hover {
    background-color: #5A1E1A;
    /* border: 1px solid #5A1E1A; */
    color: white;
    transition: 0.3s;
}


.dev-button::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    /* animation: spin 5000ms linear infinite; */
}
/* 
.dev-button::before:hover {
    background-color: #5A1E1A;
} */

.user-name {
    display: grid;
}

.user-name h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.user-name span {
    font-size: 14px;
    font-weight: 600;
}

#volunteerModal h2,
#devoteeModal h2 {
    font-size: 20px;
}

.common-blue-btn {
    background-color: #263b70 !important;
    border: 1px solid #263b70 !important;
}

.common-blue-btn:hover {
    background: white !important;
    color: #263b70 !important;
    transition: 0.3s ease;
}

.upcoming-events .owl-nav {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]:hover::-webkit-inner-spin-button,
input[type=number]:hover::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#volunteerModal .modal-body {
    background: #5A1E1A;
    color: #fff;
}

#volunteerModal .modal-footer {
    justify-content: center !important;
}

#volunteerModal .modal-footer button {
    border: 1px solid #E9E9E9;
}

#volunteerModal .modal-footer button:hover {
    background-color: #E9E9E9;
    transition: 0.3s;
}

#volunteerModal .modal-footer button:first-child {
    order: 1;
}

#devoteeModal .modal-body {
    background: #263b70;
    color: #fff;
}

#devoteeModal .modal-footer {
    justify-content: center !important;
}

#devoteeModal .modal-footer button {
    border: 1px solid #E9E9E9;
}

#devoteeModal .modal-footer button:hover {
    background-color: #E9E9E9;
    transition: 0.3s;
}

#devoteeModal .modal-footer button:first-child {
    order: 1;
}

.volunteer-container .event-content button {
    background-color: #263b70;
}

.volunteer-container .event-content button:hover {
    background-color: transparent;
    border: 1px solid #263b70;
    color: #263b70;
    transition: 0.3s;
}

.volunteer-container .single-event .register-btn {
    background-color: #263b70;
}

.volunteer-container .single-event .register-btn:hover {
    background-color: transparent;
    color: #263b70;
    border: 1px solid #263b70;
    transition: 0.3s;
}

.volunteer-container .back-btn i {
    background-color: #263b70;
}

.volunteer-container .send-btn .otp-btn {
    background-color: #263b70;
    border: 1px solid #263b70 !important;
}

.volunteer-container .send-btn .otp-btn:hover {
    color: #263b70 !important;
    background-color: #ffffff !important;
    transition: 0.3s;
}

.volunteer-container input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #263b70 !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    outline: none;
}

.volunteer-container input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #263b70 !important;
    position: absolute;
    top: 4px;
    left: 4px;
}

.volunteer-container .footer_left:hover a,
.volunteer-container .footer_right:hover a,
.volunteer-container .footer_left a.active,
.volunteer-container .footer_right a.active {
    color: #263b70;
    text-shadow: 1px 1px 10px #a2a2a2;
}

.volunteer-container .normal_btn.active {
    background-color: #263b70 !important;
}

.NPrrbc {
    display: none;
}

.info-btn {
    background-color: #5D181A;
    border: 1px solid #5D181A;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
    width: 80%;
    text-align: center;
    font-weight: 600;
}

.info-btn:hover {
    background-color: transparent;
    border: 1px solid #5D181A;
    color: #5D181A;
    transition: 0.3s;
}

.volunteer-container .info-btn {
    background-color: #263b70;
    border: 1px solid #263b70;
}

.volunteer-container .info-btn:hover {
    background-color: transparent;
    border: 1px solid #263b70;
    color: #263b70;
    transition: 0.3s;
}

.about-us h1 {
    font-size: 24px;
}

.about-us h4 {
    font-size: 20px;
}

.info-regi-btn {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.video-btn {
    background-color: #5D181A;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 5px;
}

.video-btn:hover {
    background-color: transparent;
    color: #5D181A;
    border: 1px solid #5D181A ;
    transition: 0.3s;
}

.volunteer-container .video-btn {
    background-color: #263b70;
    border: 1px solid #263b70 ;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 5px;
}

.volunteer-container .video-btn:hover {
    background-color: transparent;
    color: #263b70;
    border: 1px solid #263b70 ;
    transition: 0.3s;
}

.main-slider .title {
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #5D181A;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    padding: 0px 15px;
    line-height: 30px;
}

.volunteer-container .main-slider .title {
    background: #263b70;
    color: #fff;
}

.switch-modal {
    display: inline-block !important;
}

.switch-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.switch-btn p {
    margin-bottom: 0;
}

.bottom-text {
    width: 100%;
    background: #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px;
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.bottom-text p {
    text-align: center;
    margin-bottom: 0;
}