@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
    padding: 0;
}

.error-border {
    border: 1px solid red !important;
}


/* Header Start */

header {
    width: 72%;
    margin: 0 auto;
}


header .top_bar {
    background: transparent;
    padding: 10px 0 10px 0;
}

header .top_bar a {
    font-size: 15px;
    color: black;
    font-weight: 500;
}

header .top_bar .call img {
    filter: invert(1);
}

header .top_bar .pages a:first-child {
    position: relative;
    padding-right: 16px;
}

header .top_bar .pages a:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: white;
}


.menu_btn a,
header button,
.header_btn a,
.header_btn button {
    /* font-family: "Nunito", sans-serif; */
    font-size: 14px;
    background-color: #DD7238;
    outline: none;
    border: none;
    color: white;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 50px;
    transition: ease-in-out 0.4s all;
}

.menu_btn a:hover,
header button:hover,
.header_btn button:hover {
    background-color: #007800;
    transition: ease-in-out 0.4s all;
}


.menu_btn a,
header button {
    font-size: 17px;
    line-height: 25px;
}

header .navbar a {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: black !important;
}

header .navbar .header_btn a {
    color: white !important;
}

.navbar-expand-lg .navbar-nav {
    gap: 0 8px;
    margin-right: 25px;
}

/* Mega Menu Styling */
.dropdown-menu {
    width: 250px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .2);
    padding: 0;
}

.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding: 0 4px;
}


.dropdown-menu li a {
    text-decoration: none;
    color: #212121;
    font-weight: 500;
    white-space: nowrap;
    display: block;
    padding: 10px;
}

.dropdown-menu li a:hover {
    background: #f1f1f1;
}

/* Clear floats */
.mega-menu::after {
    content: "";
    display: table;
    clear: both;
}

/* Header End */

/* Banner Start */

.banner_sec .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner_sec .txt h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    color: #11eb11;
    text-shadow: 10px 8px 11px #000;

}

.banner_sec .banner_btn button {
    padding: 13px 20px;
    box-shadow: 0 3px 12px 0 rgba(38, 38, 38, .15);
    border-radius: 100px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    background: #DD7238;
    width: max-content;
    color: white;
    margin: -27px auto;
    position: relative;

}

/* Banner End */

/* Info Start */

.info_sec {
    padding: 120px 0 90px;
}

.info_sec .subtext,
.featured_sec .subtext {
    position: relative;
}

.info_sec .subtext {
    width: 33%;
    margin: 0 auto;
}

.featured_sec .subtext {
    width: 18%;
}

.info_sec .subtext::before,
.featured_sec .subtext::before {
    content: '';
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    height: 2px;
    background: #007800;
}

.info_sec .subtext h6,
.featured_sec .subtext h6 {
    color: #1f4698;
    font-size: 20px;
    line-height: 30px;
    padding: 0 20px;
    background: white;
    font-weight: 600;
    position: relative;
    z-index: 99;
    width: max-content;
    margin-left: 40px;
}

.info_sec .content h2 {
    color: #25292C;
    font-size: 40px;
    /* font-family: "Nunito"; */
    margin-bottom: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.info_sec .content p {
    color: #383838;
    /* font-family: "Nunito"; */
    line-height: 26px;
    margin-bottom: 40px;
    font-weight: 400 !important;
    font-size: 18px !important;
    padding-right: 44px;
}

.info_sec .content .header_btn button {
    font-size: 17px;
    font-weight: 500;
}

/* Info End */

/* significance_sec start */

.significance_sec {
    background: #f5f5f5;
    padding: 90px 0;
}

.significance_sec .content {
    padding: 0 40px;
}

/* significance_sec End */

/* Donate Start */

.donate_sec {
    padding: 80px 0;
    width: 100%;
    /* background-image: url(../img/uk-cta-bg-1.png); */
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    background: green;
}

.donate_sec .content h2 {
    color: #fff;
    font-size: 40px;
    /* font-family: "Nunito"; */
    margin-bottom: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.donate_sec .content p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.donate_sec .content .donate_btn button,
.cta_sec .content .donate_btn button {
    background: white;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    /* font-family: "Nunito"; */
    color: black;
    border: 0;
    border-radius: 50px;
}

/* Donate End */

/* Faqs Start */

.faqs_sec {
    padding: 90px 0;
}

.faqs_sec .txt h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    text-align: center;
}

.faqs_sec .accordion-button:not(.collapsed) {
    color: #0e870e;
    background-color: transparent;
}

.accordion-button:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.faqs_sec .accordion-button {
    color: #dd7238;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    transition: .1s cubic-bezier(.075, .82, .165, 1);
    display: inherit;
    padding: 20px 20px 20px 50px;
}

.faqs_sec .accordion-item {
    border-left: inherit;
    border-right: inherit;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.faqs_sec .accordion-button::after {
    position: absolute;
    left: 16px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus-bold.png);
    transform: rotate(-180deg);
}

.accordion-button::after {
    background-image: url(../img/plus-bold.png);
}

/* Faqs End */

/* participate Start */

.participate_sec {
    position: relative;
}

.participate_sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
    height: 88%;
    background: #f9f9f9;
    border-radius: 0 20px 20px 0;
    z-index: -1;
}

.participate_sec .img img {
    border-radius: 15px;
}

/* participate End */

/* Charity Start */

.charity_sec {
    background-image: url(../img/charity_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
}

.charity_sec .txt h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.charity_sec .txt p {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto 20px;
    max-width: 671.317px;
    width: 100%;
}

/* Charity End */

/* Featured Start */

.featured_sec {
    padding: 40px 0;
}

.featured_sec .subtext {
    margin: 0 auto;
}

.featured_sec .content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 30px;
    /* font-family: "Nunito"; */
}

.featured_sec .feature_slider .card {
    padding-bottom: 5px;
    width: 90%;
    border-radius: 6px;
}

.featured_sec .feature_slider .card img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.featured_sec .feature_slider .card .content {
    padding: 20px 15px;
}

.featured_sec .feature_slider .card .content h4 {
    font-size: 22px;
    font-weight: 600;
    /* font-family: "Nunito"; */
    line-height: 32px;
    margin-bottom: 5px;
}

.featured_sec .feature_slider .card .content p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    /* font-family: "Nunito"; */
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured_sec .feature_slider .card .content a {
    font-size: 16px !important;
}


.featured_sec .slick-prev,
.featured_sec .slick-next {
    height: 50px;
    width: 50px;
    padding: 10px 20px 12px 20px !important;
    border: 1px solid #007800;
    border-radius: 50%;
    color: red;
}

.slick-prev:before {
    content: '‹';
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
    margin-left: 1px;
    color: #007800;
}

.slick-next:before {
    content: '›';
    margin-left: 2px;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007800;
}

.featured_sec .header_btn a {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    background-color: #007800;
    outline: none;
    border: none;
    color: white;
    padding: 10px 20px;
    font-weight: 600;
}

/* Featured End */

/* Cta Banner Start */

.cta_sec {
    background-image: url(../img/footerBanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 90px; */
}

.cta_sec .content {
    padding-top: 90px;
    padding-bottom: 90px;
}

.cta_sec .content h2 {
    color: #fff;
    font-size: 40px;
    /* font-family: "Nunito"; */
    margin-bottom: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta_sec .content p {
    color: #fff;
    /* font-family: "Nunito"; */
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 500 !important;
    font-size: 22px !important;
}

.cta_sec .content .sec_btn a {
    border-radius: 50px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    background-color: white;
    outline: none;
    border: none;
    color: black;
    padding: 10px 20px;
    font-weight: 600;
    width: max-content;
}

.cta_sec .sec_image {
    position: relative;
    z-index: 0;
}

.cta_sec .sec_image .image_particle {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 50%;
    margin-right: auto;
}

/* Cta Banner End */

/* Footer Start */

.footer_sec {
    padding: 50px 0 70px;
}

.footer_sec .footer_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_sec .footer_content p {
    color: #212121;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.footer_sec .contacts h6 {
    color: #222;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_sec .contacts {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer_sec .contacts a {
    color: #383838;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.footer_sec .footer_content ul li {
    margin-bottom: 15px;
}

.footer_sec .footer_content ul li a {
    color: #222;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.footer_sec .footer_content .footer_lists {
    width: 41%;
    margin-left: auto;
}

.footer_sec .copy_right {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    line-height: normal;
    margin-top: 70px;
}

/* Footer End */

/* Modal Start */
.modal .modal-dialog {
    max-width: 65%;
}

.modal .modal-dialog .modal-content {
    background: transparent;
    border: inherit;
}

.modal .popUp_content {
    background: white;
    border-radius: 15px;
}

.modal .popUp_content .image img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal .popUp_content .image {
    width: 100%;
}

.modal .popUp_content .content {
    padding: 20px 20px;
}

.modal .popUp_content .content img {
    padding: 20px 0px;
}

.modal .popUp_content .content h3 {
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    width: 85%;
    margin-bottom: 20px;
}

.modal .popUp_content .content p {
    color: black;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

.modal .form {
    background: white;
    border-radius: 15px;
    height: 100%;
    position: relative;
}

.form .tabs .tab-pane .close_arrow {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 999;
}

.modal .form .form_header {
    border-radius: 20px 20px 0 0;
    box-shadow: 0 2px 2px 0 rgba(172, 168, 168, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px 20px;
    position: relative;
}

/* .modal .form .form_header .arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
} */

.modal .form .step-2 .form_header .arrow button,
.modal .form .step-3 .form_header .arrow button,
.modal .form .step-4 .form_header .arrow button,
.modal .form .step-5 .form_header .arrow button {
    border: 0;
    background: transparent;
}

.modal .form .step-5 .methods img {
    width: 40%;
    object-fit: contain;
}

.modal .form .form_header .arrow .btn-close {
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    padding: 0px;
    opacity: 100;
}

.modal .form .form_header h4 {
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.modal .form .form_body {
    margin-top: 22px;
    padding: 0 20px 20px;
    height: 73vh;
}

.modal .form .form_body .desc p {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    font-style: italic;
    margin-top: 16px;
    color: #3B4049 !important;
}

.modal .form .step-4 .form_body p:first-of-type {
    font-size: 16px;
    line-height: 20px;
}

.modal .form .form_body p:first-of-type {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    color: black;
}

.modal .form .form_body h4 {
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.modal .form .form_body .tab-content .tabs button {
    border-radius: 0px !important;
    background: transparent;
    color: black;
    border: 1px solid #007800;
}

.modal .form .form_body .tab-content button {
    width: 100%;
    height: 41px;
    border-radius: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #DD7238;
    color: white;
    border: 0;
    margin-bottom: 0px;
}


.modal .form .form_body .tab-content .amount {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.modal .form .form_body .tab-content .child_div {
    width: 125px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    filter: drop-shadow(0px 2px 2px rgba(179, 178, 178, .2));
    transition: .1s;
    border-radius: px;
}

.modal .form .form_body .tab-content .child_div label {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

.modal .form .form_body .tab-content .other_amount input {
    border-radius: 0px;
    font-style: normal;
    height: 100%;
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    line-height: normal;
    border: 0;
}

.modal .form .form_body .tab-content .other_amount input::placeholder {
    font-size: 17px;
    font-weight: 400;
}

.modal .form .form_body .tab-content .other_amount input:focus {
    outline: 0;
}

.modal .form .form_body .tab-content .other_amount {
    display: flex;
    border: 1px solid #ddd;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px;
    height: 49px;
    width: 100%;
}

.modal .form .form_body .tab-content .other_amount .image {
    border-radius: 0px;
    background: #007800;
    width: 90px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    cursor: pointer;
}

/* .modal .form .form_body .tab-content .other_amount .image img {
    filter: brightness(1) invert(1);
} */

.modal .form .form_body .tab-content .purpose label,
.modal .form .form_body .tab-content .type label {
    font-size: 21px;
    margin-bottom: 10px;
    color: #212121;
    font-weight: 600;
    line-height: normal;
    display: block;
}

.modal .form .form_body .tab-content .purpose input,
.modal .form .form_body .tab-content .type select {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #000;
    padding: 14px 15px;
    border-radius: 0px;
    border: 1px solid #ddd;
    width: 100%;
}

.modal .form .form_body .tab-content .purpose input:focus,
.modal .form .form_body .tab-content .type select:focus {
    outline: 0;
}

.modal .form .form_body .form_btn {
    margin-top: 40px !important;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 15px 20px;
    box-shadow: 0 3px 12px 0 rgba(38, 38, 38, .15);
    border-radius: 0;
    border: none;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    background: #DD7238;
    color: white;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}


.modal .form .step-1 .form_body .form_btn:hover,
.modal .form .form_body .form_btn:hover {
    background-color: #007800;
    transition: all 0.4s ease-in-out;
}

/* Form Steps Code */

.step {
    display: none;
}

.step.active {
    display: block;
}

/* Step 2 Form CSS start */

.modal .form .step-3 .form_body label,
.modal .form .step-5 .form_body label {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding-top: 8px;
    color: black;
}

.modal .form .step-4 .form_body input,
.modal .form .step-5 .form_body input {
    background: #FFFFFF;
    border: 0.5px solid #E8E8E8;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.modal .form .step-3 .form_body label {
    color: #212121;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    display: block;
}

.modal .form .step-3 .form_body select,
.modal .form .step-3 .form_body input {
    height: 45px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0px 13px;
    cursor: pointer;
    color: black;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    width: 100%;
    outline: 0;
}

.modal .form .form_body .amount_container {
    margin-bottom: 10px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 0;
    border: 0.5px solid #DDDDDD;
    background: #1C4EAA;
    box-shadow: 0px 1px 4px 0px #00000026;
    color: #FFFFFF;
}

.modal .form .form_body .amount_container span {
    font-weight: 400;
    font-size: 16px;
}

.modal .form .step-5 .form_body .amount_container {
    height: 110px;
    border-width: 0.5px;
    background: #DD7238;
    border: 0.5px solid #DDDDDD;
    box-shadow: 0px 1px 4px 0px #00000026;
    border-radius: 0px;
}

.modal .form .step-5 .form_body .amount_container h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.modal .form .step-5 .form_body .amount_container h5 {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.modal .form .step-5 .form_body .payment_btn button {
    width: 100%;
    height: 45px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.modal .form .step-5 .form_body .button_first button {
    background: #007800;
    border: 0;
    color: white;
}

.modal .form .step-5 .form_body .button_second button {
    background: transparent;
    border: 1px solid #007800;
}

.modal .form .step-5 .form_body h3 {
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}


.modal .form .step-5 .form_body .amount p {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.modal .form .step-5 .form_body .amount p span {
    color: #007800;
}


.modal .form .step-1 .form_body .date_amount {
    height: 180px;
    overflow-y: scroll;
}

.modal .form .step-1 .form_body .date_amount .inner_div {
    padding: 15px;
    box-shadow: 1px 17px 44px 0px #03022912;
    margin-bottom: 15px;
}

.modal .form .step-1 .form_body .date_amount .inner_div:nth-child(even) {
    background: #FFFFFF;
    border: 1px solid #0E870E0D;
}

.modal .form .step-1 .form_body .date_amount .inner_div:nth-child(odd) {
    background: #007800;
}

.modal .form .step-1 .form_body .date_amount p {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #BCBCBC;
    margin-bottom: 0;
}

.modal .form .step-1 .form_body .date_amount .inner_div:nth-child(odd) p {
    color: white;
}

.modal .form .step-1 .form_body .form_btn {
    margin-top: 20px !important;
    box-sizing: border-box;
    opacity: 1;
    height: auto;
    transition: all 0.4s ease-in-out;
}

/* .modal .form .step-5 .thank-you-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
} */

.modal .form .step-3 .modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    width: 300px;
}

.modal .form .step-3 .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
}

.thank_you {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1060;
    transition: opacity 0.3s ease-in-out;
}

.thank_you .modal-content {
    border: inherit;
    border-radius: 12px;
}

.thank_you .modal-content img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.thank_you .modal_container {
    background: white;
    /* padding: 30px; */
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.thank_you .modal-content .heart {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.thank_you .modal-content h2 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
}

.thank_you p {
    font-size: 14px;
    color: #555;
    padding: 10px 20px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #777;
}

.close-btn:hover {
    color: black;
}

.child_div.error {
    background: #007800;
}

.error {
    border: 1px solid red !important;
    height: 100%;
}

/* Step 2 Form CSS End */


/* Responsive Start */

@media only screen and (max-width: 1599px) {
    .modal .form .form_body .tab-content .child_div {
        width: 110px;
    }
}

@media only screen and (max-width: 1399px) {

    .navbar-expand-lg .navbar-nav {
        gap: 0 10px;
    }

    header .navbar a {
        font-size: 12px;
        line-height: 20px;
    }

    .modal .form .form_body .tab-content .child_div {
        width: 90px;
        height: 35px;
    }

    .footer_bottom p {
        font-size: 15px;
        line-height: 25px;
    }

    .footer_bottom .logo {
        width: 50%;
    }

    .footer_sec .content img {
        width: 90%;
        object-fit: contain;
    }

    .featured_sec .slick-next {
        right: -60px;
    }

    .featured_sec .slick-prev {
        left: -60px;
    }

    .cta_sec .content {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .cta_sec .content h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .featured_sec .feature_slider .card .content h4 {
        font-size: 17px;
        line-height: 28px;
    }

    .featured_sec .feature_slider .card {
        width: 95%;
        height: 100%;
    }

    .featured_sec .feature_slider .card .content p {
        font-size: 13px;
        line-height: 18px;
    }

    .modal .form .form_body .tab-content .purpose label,
    .modal .form .form_body .tab-content .type label {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .modal .form .form_body .tab-content .purpose input,
    .modal .form .form_body .tab-content .type select {
        font-weight: 600;
        font-size: 13px;
        line-height: normal;
        color: #000;
        padding: 8px 7px;
    }

    .modal .form .form_body p:first-of-type {
        font-size: 12px;
        line-height: 18px;
        margin-top: 14px;
    }

    .modal .form .step-5 .form_body .amount p {
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
    }

    .modal .form .step-1 .form_body .date_amount .inner_div:nth-child(odd) p {
        color: white;
    }

    .modal .form .step-1 .form_body .date_amount p {
        font-weight: 600;
        font-size: 12px;
        line-height: 13px;
        margin-top: 0;
    }

    .modal .form .form_body .form_btn {
        padding: 9px 20px;
    }

    .modal .popUp_content .content p {
        font-size: 13px;
        line-height: 20px;
    }

    .modal .popUp_content .content h3 {
        font-size: 18px;
        width: 100%;
        margin-bottom: 9px;
    }

    .modal .form .step-5 .form_body .amount_container h6 {
        font-size: 15px;
        line-height: 17px;
    }

    .modal .form .step-5 .form_body .amount_container h5 {
        font-size: 35px;
        line-height: 45px;
    }

    .modal .form .step-5 .form_body .amount_container {
        height: 90px;
    }

    .modal .form .step-5 .form_body h3 {
        font-size: 15px;
    }

    .modal .form .step-3 .form_body label,
    .modal .form .step-5 .form_body label {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 3px;
    }

    .modal .form .step-3 .form_body select,
    .modal .form .step-3 .form_body input {
        height: 40px;
        font-size: 11px;
    }

}


@media only screen and (max-width: 1299px) {
    header {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .modal .form .form_body .tab-content button {
        font-size: 12px;
        line-height: 18px;
    }

    .modal .form .form_body .tab-content .child_div {
        width: 70px;
        height: 28px;
    }

    .modal .form .form_body .tab-content .child_div label {
        font-size: 11px;
        line-height: 18px;
    }

    .modal .form .form_body .tab-content .amount,
    .modal .form .form_body .tab-content .other_amount {
        margin-bottom: 20px !important;
    }

    .modal .form .form_body {
        margin-top: 14px;
        padding: 0 15px 20px;
    }

    .modal .form .form_header {
        padding: 20px 20px 20px;
    }

    .modal .form .form_header h4 {
        font-size: 14px;
    }

    .modal .form .step-3 .form_body label,
    .modal .form .step-5 .form_body label {
        font-size: 9px;
        line-height: 13px;
        margin-bottom: 6px;
    }

    .modal .form .form_body .tab-content .other_amount input {
        font-size: 10px;
        padding: 0px 10px;
    }

    .modal .form .form_body .tab-content .other_amount {
        height: 36px;
    }

    .modal .form .form_body .tab-content .other_amount .image {
        height: 35px;
    }

    .modal .form .form_body .tab-content .purpose label,
    .modal .form .form_body .tab-content .type label {
        font-size: 11px;
    }

    .modal .form .form_body .tab-content .purpose input,
    .modal .form .form_body .tab-content .type select {
        font-size: 10px;
    }

    .modal .form .form_body p:first-of-type {
        font-size: 9px;
        line-height: 12px;
        margin-top: 10px;
    }

    .modal .form .step-1 .form_body .date_amount .inner_div {
        padding: 11px;
    }

    .modal .form .step-1 .form_body .date_amount p {
        font-weight: 600;
        font-size: 10px;
    }

    .modal .popUp_content .content img {
        padding: 4px 0px 10px;
    }

    .modal .popUp_content .content h3 {
        font-size: 15px;
    }

    .modal .popUp_content .content p {
        font-size: 11px;
        line-height: 17px;
        margin-bottom: 16px;
    }

    .modal .form .step-1 .form_body .date_amount {
        height: 140px;
    }

    .tab-content h5 {
        font-size: 11px;
    }

    .modal .form .form_body .form_btn {
        font-size: 11px;
    }

    .modal .form .step-5 .form_body .amount_container h6 {
        font-size: 11px;
        line-height: 12px;
    }

    .modal .form .step-5 .form_body .amount_container h5 {
        font-size: 25px;
        line-height: 35px;
    }

    .modal .form .step-5 .form_body .amount_container {
        height: 70px;
    }

    .modal .form .step-5 .form_body h3 {
        font-size: 11px;
    }

    .modal .form .step-5 .form_body .amount p {
        font-size: 12px;
        line-height: 12px;
    }
}

@media only screen and (max-width: 1099px) {

    .navbar-expand-lg .navbar-nav {
        gap: 0 5px;
    }

    .featured_sec {
        padding: 40px 0 100px;
        position: relative;
    }

    .featured_sec .slick-prev {
        left: 45%;
    }

    .featured_sec .slick-prev,
    .featured_sec .slick-next {
        top: inherit;
        bottom: -23%;
    }

    .featured_sec .slick-next {
        right: 40%;
    }

    .featured_sec .feature_slider .card .content p {
        font-size: 15px;
    }

    .info_sec .subtext,
    .featured_sec .subtext {
        position: relative;
        width: 35%;
        margin: 0 auto;
    }

    /* .info_sec .content h2 {
        text-align: center;
    } */

    .info_sec .content p {
        line-height: 23px;
        font-size: 14px !important;
    }

    .modal .form .form_body {
        height: inherit;
    }

    .modal .form .form_body .tab-content .child_div {
        width: 55px;
    }

    .modal .form .step-1 .form_body .date_amount {
        height: 100px;
    }

    .modal .form .step-3 .form_body select,
    .modal .form .step-3 .form_body input {
        height: 35px;
    }

    .faqs_sec .accordion-button {
        color: #dd7238;
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .info_sec .content h2 {
        font-size: 25px;
    }

    .info_sec .content p {
        line-height: 23px;
        margin-bottom: 25px;
        font-size: 14px !important;
    }

    .donate_sec {
        padding: 50px 0;
    }

    .donate_sec .content h2 {
        margin-bottom: 13px;
    }

    .donate_sec .content h2,
    .featured_sec .content h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .featured_sec .slick-prev {
        left: 41%;
    }

    .featured_sec .slick-prev,
    .featured_sec .slick-next {
        top: inherit;
        bottom: -16%;
    }

    .cta_sec .content {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .featured_sec .feature_slider .card {
        width: 100%;
    }

    .modal .form .form_body .form_btn {
        margin-top: 0px !important;
        padding: 15px 20px;
        font-size: 18px;
        line-height: 15px;
    }

    .modal .form .step-1 .form_body .date_amount {
        height: 135px;
        overflow-y: scroll;
    }

    .modal .form .form_body .tab-content button {
        font-size: 17px;
        line-height: 25px;
    }

    .footer_sec .footer_content .footer_lists {
        width: 100%;
        margin-left: inherit;
        margin-top: 36px;
    }

    .info_sec .content p {
        text-align: center;
    }

    .info_sec .content .header_btn button {
        margin: 0 auto;
        display: block;
    }

    .banner_sec .txt h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .info_sec {
        padding: 60px 0 50px;
    }

    .info_sec .content h2 {
        font-size: 25px;
        text-align: center;
    }

    .participate_sec::after {
        width: 100%;
        height: 100%;
    }

    .charity_sec {
        padding: 60px 0;
    }

    .charity_sec .txt h2 {
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }

    .charity_sec .txt p {
        color: #fff;
        font-size: 16px;
        max-width: 100%;
        text-align: center;
    }

    .donate_sec .content p {
        font-size: 20px;
        line-height: 27px;
    }

    .faqs_sec {
        padding: 50px 0;
    }

    .faqs_sec .txt h2 {
        font-size: 30px;
        margin-bottom: 32px;
    }

    .navbar-collapse {
        position: absolute;
        top: 94px;
        left: 0;
        background: white;
        width: 100%;
        z-index: 99;
        padding: 10px 25px 30px;
    }

    .footer_sec {
        padding: 0px 0 70px;
    }

    .footer_sec .footer_content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_sec .contacts div {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .footer_sec .footer_lists ul {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .banner_sec {
        height: 41vh;
    }

    .banner_sec .img {
        height: 41vh;
    }

    .banner_sec .img img {
        height: 100%;
    }

    .banner_sec .txt {
        width: 90%;
    }
}

@media only screen and (max-width: 576px) {
    .modal .modal-dialog {
        max-width: 100%;
    }

    .info_sec {
        margin: 0 10px;
    }

    .info_sec .subtext,
    .featured_sec .subtext {
        position: relative;
        width: 59%;
    }

    .info_sec .subtext h6,
    .featured_sec .subtext h6 {
        font-size: 15px;
        margin: 0 auto 1px;
    }

    .info_sec .content p {
        line-height: 23px;
        margin-bottom: 25px;
        font-size: 14px !important;
    }

    .info_sec .content .header_btn button {
        font-size: 16px;

    }

    .info_sec .content h2 {
        font-size: 21px;
    }

    .donate_sec .content p,
    .cta_sec .content p {
        line-height: 20px;
        font-size: 14px !important;
        width: 100%;
    }

    .donate_sec .content h2,
    .featured_sec .content h2 {
        font-size: 30px;
        margin-bottom: 11px;
    }

    .featured_sec .slick-next {
        right: 25%;
    }

    .featured_sec .slick-prev {
        left: 30%;
    }

    .featured_sec .slick-prev,
    .featured_sec .slick-next {
        top: inherit;
        bottom: -22%;
    }

    .cta_sec .content h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .cta_sec .content p {
        margin-bottom: 25px;
    }

    .footer_sec .content p,
    .footer_sec .content ul li a {
        line-height: 20px;
        font-size: 14px;
    }

    .footer_sec .contact .contactRow .contactContent a {
        font-size: 14px;
        line-height: 24px;
    }

    .footer_sec .contact .contactRow .contactContent p {
        font-size: 13px;
        line-height: 20px;
    }

    .footer_bottom .logo {
        width: 100%;
        margin: 0 auto 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer_bottom .logo img {
        width: 35%;
        object-fit: contain;
        margin: 0 auto;
    }

    .footer_sec .content {
        text-align: center;
    }

    .footer_sec .content h5 {
        text-align: center;
    }

    .footer_sec .content ul {
        text-align: left;
    }

    .contactContent {
        text-align: left;
    }

    .modal .form .form_body .form_btn {
        margin-top: 0px !important;
    }

    .modal .form .form_body .tab-content button {
        font-size: 17px;
        line-height: 18px;
    }

    .modal .form .step-1 .form_body .date_amount {
        height: 150px;
    }


    .modal .form .step-5 .form_body .amount_container {
        height: 100px;
    }

    .modal .popUp_content .content h3 {
        font-size: 17px;
        width: 100%;
        margin-bottom: 11px;
    }

    .modal .form .form_body {
        height: 580px;
        overflow-y: scroll;
    }

    .footer_sec .contacts {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        gap: 45px 0;
    }

    .footer_sec .footer_content ul li a {
        font-size: 15px;
    }

    .footer_sec .footer_content ul li {
        margin-bottom: 10px;
    }

    .footer_sec .copy_right {
        font-size: 14px;
        margin-top: 30px;
    }
}