@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Sans Serif Collection", sans-serif;
    src: url(../fonts/Sans-Serif-Font-Family/Bebas-Regular.ttf);
}

@font-face {
    font-family: "Arial", sans-serif;
    src: url(../fonts/Arial/ARIAL.TTF);
}

:root {
    --font-family: "Montserrat", serif;
    --second-family: "Sans Serif Collection", sans-serif;
    --third-family: "Arial", sans-serif;
    --font3: "Roboto", sans-serif;
    --font4: "Comfortaa", serif;
    --font5: "Open Sans", sans-serif;
    --font6: "Inter", sans-serif;
    --font7: "Poppins", serif;
    --font8: "Playfair Display", serif;
    --font9: "Font Awesome 5 Brands", sans-serif;
    --font10: "Playpen Sans", sans-serif;
    --font11: "Nunito", sans-serif;
    --font12: "Font Awesome 5 Free", sans-serif;
    --font13: "Sansita One", sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

img {
    width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* header css */
#main_header {
    background: #FDF3E7;
    padding: 14px 0px;

}

#main_header .nav-link {
    font-family: var(--font-family);

    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #353535;
}

#main_header .navbar-nav {
    justify-content: center;
    gap: 20px;
    width: 100%;
}

#main_header form input {
    font-family: var(--font5);
    font-weight: 400;
    font-size: 14px;
    color: #353535;
    border: 0.89px solid #4b4b4b;
    border-radius: 12px 0px 0px 12px;
    padding: 18px;
    margin: 0px !important;
    background: transparent;
    border-right: 0px;
}

#main_header form button {
    color: #facc15;
    border: 0.89px solid #4b4b4b;
    border-radius: 0px 12px 12px 0px;

    padding-left: 20px;
    padding-right: 20px;
}

#main_header form button:hover {
    background: transparent;
}

.login-btn {
    border: 3.94px solid #facc15;
    border-radius: 66px;
    display: inline-block;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 23px;
    color: #3c6e71;
    text-decoration: none;
    padding: 13px 15px 13px 17px;
    width: 100%;
    text-align: center;
}

.login-btn:hover {
    color: #facc15;
    background: #3c6e71;
    border: 3.94px solid #3c6e71;
}

.login-btn i {
    margin-right: 20px;
}

.main-logo {
    margin-top: -10px;
}

#main_header .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.navbar-toggler, .navbar-toggler:focus {
    border: 3.94px solid #facc15;
    box-shadow: none !important;
}

@media(max-width:1500px) {
    .login-btn {
        font-size: 18px;
        padding: 5px 15px 5px 25px;
    }

}

@media(max-width:1200px) {
    #main_header .nav-link {
        font-size: 18px;
        justify-content: center;
    }

    .login-btn {
        font-size: 18px;
    }
}

@media(max-width:1000px) {
    #main_header .navbar-collapse {
        width: 100%;
        position: absolute;
        top: 85px;
        min-width: 100%;
        max-width: 100%;
        background: #fcf3e7;
        margin: 0px;
        padding: 0px 0px 20px;
        left: 0px;
        z-index: 1111;
        box-shadow: #F5C917 0px 25px 20px -20px;
    }

    #main_header .navbar {
        position: static;
    }

    #main_header .navbar-nav {
        gap: 20px;
    }

    .search_form_menu_link {
        order: 1;
    }


}

@media(max-width:600px) {
    .main-logo {
        margin: 0px;
        width: 70%;
    }

    .login-btn {
        font-size: 16px;
        padding: 5px 2px;
        width: 70%;
        float: right;
    }
    .login-btn i {
    margin-right: 5px;
    }

    .logo_wrapper {
        text-align: center;
        margin-bottom: 20px;
    }

    #main_header .navbar-collapse {
        top: 130px;
    }

    .Top_heading:after, .Top_heading:before {
        display: none !important;
    }
}


/* footer css  */


#Main_footer_one {
    background: #FDF3E7;
}

#Main_footer_one .footer-main-logo {
    width: 85%;
    margin-top: -10px;

}

#Main_footer_one .footer_small_headers {
    font-family: var(--font4);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: #000;
    margin-left: 20px;
}

#Main_footer_one .top-section {
    padding: 80px 0px;
}

#Main_footer_one .footer_menu_items {
    padding: 0px;
    list-style: none;
    margin-left: 20px;
}

.footer_menu_items li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: #1c1c1c;
    text-decoration: none;
}

.footer_social_links {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    color: #000;

}

.footer_social_links a {
    color: #000;
}

.footer_social_links li i {
    font-size: 21px;
}

#Main_footer_one .bottom-section {
    border-top: 1px solid #000;
    padding: 20px 0px;

}

#Main_footer_one .footer_bottom_menu_items {
    display: flex;
    gap: 20px;
    padding: 0px;
    list-style: none;
    justify-content: flex-end;
}

#Main_footer_one .footer_bottom_menu_items li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.social_links {
    color: #000 !important;
}

#Main_footer_one .copy_right_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #000;
}

@media(max-width:1000px) {
    #Main_footer_one .footer_menu_items {
        padding: 0px;
        list-style: none;
        margin-left: 0px;
    }

    #Main_footer_one .footer_small_headers {

        margin-left: 0px;
    }

    #Main_footer_one .footer-main-logo {
        width: 100%;

    }

    .footer_social_links {


        gap: 11px;

    }

    .footer_menu_items li a {
        font-size: 13px;
    }


}

@media(max-width:600px) {
    #Main_footer_one .footer-main-logo {
        width: 60%;
        margin-top: -10px;
        margin-bottom: 30px;
    }

    .footer_social_links {
        justify-content: flex-start;
    }

    #Main_footer_one .footer_bottom_menu_items li a {
        font-size: 12px;
    }

    #Main_footer_one .footer_bottom_menu_items {
        gap: 5px;
        justify-content: center;
    }

    #Main_footer_one .copy_right_text {
        text-align: center;
        font-size: 12px;
    }
    
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
     margin-right: none; 
     margin-left: none; 
    }
    
}



.Top_heading {
    overflow: hidden;
    text-align: center;
    font-family: var(--font4);
    font-weight: 700;
    font-size: 34px;
    line-height: 1.4;
    text-transform: capitalize;
    text-align: center;
    color: #000;
}

.Top_heading:before, .Top_heading:after {
    background: #3c6e71;
    content: "";
    display: inline-block;
    height: 8px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.Top_heading:before {
    right: 0.5em;
    margin-left: -50%;
}

.Top_heading:after {
    left: 0.5em;
    margin-right: -50%;
}

/*.top_paragraph {*/
/*    font-family: var(--font-family);*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*    text-transform: capitalize;*/
/*    text-align: center;*/
/*    color: #353535;*/
/*    margin: 0 auto;*/
/*}*/

.top_paragraph {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #353535;
}

.top_heading_section {
    padding: 20px 0px;
    background: #FDF3E7;
}

.top_heading_section_red_alert_text {
    overflow: hidden;
    color: #F00;
    text-align: center;
    text-overflow: ellipsis;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.407px;
    /* 135.595% */
    text-transform: capitalize;
    display: inline-block;
    margin: 0 auto;
}

.Crowd_funding_three_grid_section {
    background: #FDF3E7;

}

.Crowd_funding_three_grid_section .grid-item-wrapper {
    border-radius: 24px;
    background: #fff;
    /* box-shadow: #3C6E71 0px 3px 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    padding: 20px 35px 0px 35px;
    min-height: 200px;
    box-shadow: 0px 4.721px 4.721px 0px rgba(0, 146, 147, 0.25) inset;
    filter: drop-shadow(0px 3.541px 11.804px rgba(0, 146, 147, 0.22));


}

.Crowd_funding_three_grid_section .grid-item-wrapper img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: transform .2s;
    /* Animation */
}

.Crowd_funding_three_grid_section .grid-item-wrapper p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #353535;
}

.Crowd_funding_three_grid_section h3 {
    font-family: var(--font4);
    font-weight: 700;
    font-size: 22px;
    line-height: 112%;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    margin: 0px;
}





/* search filters section */
.fundraiser_bg {
    background: linear-gradient(180deg, rgba(246, 215, 176, 0.3) 30%, rgba(193, 208, 209, 1) 30%);
    
}

.fund_raisers_section {
    /* height: 811px; */
    padding-bottom: 80px;
}

.search_filters {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.reset_filters {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #000;
    text-decoration: none;
    margin-right: 10px;
}

.fund_raise_filter {
   border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px 10px;
    min-width: 114px;
    max-width: 140px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 125%;
    color: #000;
    box-shadow: none;
    background: #fff;
    justify-content: space-between;
    position: relative;
}

.fund_raise_filter:hover {
    background: #F5F4FB;
}

.Area_drop_down {
    display: flex;
    width: 224px;
    z-index: 11;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    position: absolute;
    padding: 8px 0px;
}

.search_area_field_wrapper {
    display: flex;
    border-radius: 9.232px;
    border: 0.659px solid #E1E1E1;
    height: 40px;
    ;
    margin: 16px 26px 8px 16px;
}

.search_area_field_wrapper input {
    width: 100%;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 9.232px;
        padding: 0px 10px;
    font-size: 14px;
}

.search_area_field_wrapper button {
    background: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 9.232px 0px 0px 9.232px;
    color: #FACC15;
}

.search_area_field_wrapper input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.search_main_heading {
    display: flex;
    padding: 8px 16px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    /* 125% */
}

.search_results_wrapper {
    width: 100%;
}

.search_result_item {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    /* 125% */
    cursor: pointer;
}

.search_result_item:hover {
    background: #F5F4FB;
    font-weight: bold;
}

.search_result_item i {
    color: #FFCC4A
}

#bill_type:hover {
    background: #F5F4FB;
}

.fund_raise_filter:focus {
    box-shadow: none;
}

.fund_raisers_grid {
    margin-top: 20px;
}

.fund_raisers_grid_item {
    border-radius: 40px;
    background: #d8e2e3;
    padding: 25px;
    margin: 0px 30px;
}

/* .fund_raisers_grid_item:hover{
    margin: 0px 25px;
  } */
.fund_raisers_grid_item_heading {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 93%;
    text-align: center;
    color: #000;
}

.accordion-item {
    transition: transform 0.3s ease;
    /* Smooth transition for the zoom effect */
}

.accordion-item:hover {
    transform: scale(1.05);
    /* Slightly zoom in the button */
}

.grid_image_wrapper {
    position: relative;


}

.fund_raisers_grid_item {
    transition: transform .5s;
    /* Animation */
}

.fund_raisers_grid_item:hover {
    transform: scale(1.02);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.location_bedge {
    border-radius: 29px;
    padding: 4px 21px 4px 17px;

    backdrop-filter: blur(11.150983810424805px);
    background: #284b63;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.6;
    text-transform: capitalize;
    color: #fff;
}

.location_bedge i {
    color: #ffcc4a;
}

.verified_tag {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.fund_raisers_grid_item_title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}

.fund_raisers_grid_item_medical_icons_title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #000;
}


.fund_raisers_grid_item_prograssbar_outer {
    border: 0.50px solid #000;
    border-radius: 30px;
    background: #d0f0e9;
}

.fund_raisers_grid_item_prograssbar_inner {
    border-radius: 30px;
    background: #219d80;
}

.fund_raisers_grid_item_goal, .fund_raisers_grid_item_remaining {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    text-transform: capitalize;
    color: #000;
}

.fund_raisers_grid_item_tags_wrapper {
    padding: 0px;
    list-style: none;
    text-align: center;
}

.fund_raisers_grid_item_tags_wrapper li {
    display: inline-block;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    line-height: 1.62;
    text-transform: capitalize;
    color: #fff;
    gap: 10px;
    padding: 2px 13px;
    backdrop-filter: blur(7.174637794494629px);
    background: #464646;
    border-radius: 19px;
    margin-right: 0px;
}

.fund_raisers_grid_item_tags_wrapper li span {
    margin-left: 10px;

}

.fund_raisers_grid_item_donate_btn {
    margin: 0 auto;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 12px 68px;
    background: #284b63;
    border: 2px solid #284b63;
    text-decoration: none;
    display: inline-block;

}

.fund_raisers_grid_item_donate_btn:hover {
    background: #284b6300;
    border: 2px solid #284b63;
    color: #284b63;
}

.fund_raisers_grid_item_donate_btn_wrapper {
    text-align: center;
}

.fund_raisers_grid_item_details_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0px;
}

.faq-section {
    background: #C1D0D1;
    padding-bottom: 50px;
}


.faq-section .accordion-button {

    border-radius: 20px !important;
    padding: 20px;
    color: #0f172a;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-item {
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.faq-section .accordion-button::after {
    background-image: url(../images/faq_arrow.svg);
}

.faq-section .accordion-button h5 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    margin: 0px;
}


.faq-section .accordion-button:not(.collapsed) {
    /* color:#FACC15 ; */
    background: #fff;
}

.faq-section .accordion-body {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    margin: 0px;
}


.find_more_btn {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #4270c1;
}


.footer_cta_section {
    background: #3c6e71;
    padding: 80px;
}

.footer_cta_section h1 {
    font-family: var(--font4);
    font-weight: 700;
    font-size: 41px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}

.footer_cta_section p {
font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.footer_cta_section_btn_wrapper {
    text-align: center;
}

.footer_cta_section_btn_wrapper a {
    border-radius: 50px;
    padding: 12px 68px;
    background: #facc15;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #3c6e71;
    text-decoration: none;
    margin: 0px 10px;
}

.footer_cta_section_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.background_for_all_fundraisers {
    position: absolute;
    top: 15%;
    z-index: 1;

}

@media(max-width:1400px) {
    .fund_raisers_grid_item {
        margin: 0px;
        padding: 15px 25px;
    }
}

@media(max-width:1000px) {
    .fund_raisers_grid_item {
        margin: 0px 0px 30px;
        padding: 20px;
    }

    .Crowd_funding_three_grid_section .grid-item-wrapper {
        margin-bottom: 25px;
    }

    .search_filters {
        flex-wrap: wrap;

    }

    .fund_raisers_section {
        height: auto;
    }

}

@media(max-width:600px) {
    .footer_cta_section {
        padding: 20px;
        min-height: 175px;

    }

    .Crowd_funding_three_grid_section .grid-item-wrapper {
        margin-bottom: 25px;
        padding: 10px 15px 3px 15px;
    }

    .Top_heading {
        font-size: 18px;
    }

    .search_filters {
        gap: 5px;
    }

    .Area_drop_down {
        width: 145px;
    }

    .search_area_field_wrapper button {

        padding: 0px 5px;
    }

    .search_result_item {
        font-size: 14px;
    }

    .faq-section .accordion-button h5 {
        font-size: 14px;
    }

    .footer_cta_section h1 {
        font-size: 26px;
    }

    .footer_cta_section_btn_wrapper a {
        margin-bottom: 20px;
        display: inline-block;
    }
}

.doner_page_top_section {
    padding: 25px 0px;
    background: #FDF3E7;
}

.doner_page_top_section_back_btn {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #252525;
    text-decoration: none;
    padding: 9px;
    display: flex;
    gap: 10px;
    display: inline-block;
    margin-left: 100px;
}

.doner_page_top_section_back_btn:hover {
    color: #252525;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 10px;


}

.doner_page_top_section_already_have_text {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #6f6f6f;
    text-align: right;
}

.doner_page_top_section_already_have_text a {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #252525;
}

.jm_margin_top_30 {
    margin-top: 30px;
}

.select_bil_type_priority_item_wrapper {
    display: flex;


    padding: 10px 15px 10px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-radius: 26.188px;
    background: #FFF;
    justify-content: center;
    position: relative;

}


/*.select_bil_type_priority h4 {*/
/*    display: none;*/
/*}*/

.main_bil_priority_image {
    width: 100%;
    /*height:84px;*/
    max-width: 114px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.bil_number_image {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 10px;
    right: 10px;
}

.select_bil_type_priority_item_before_select, .select_bil_type_priority_item_after_select {
    text-align: center;
}

.select_bil_type_priority_item_before_select h4 {
    margin-top: 5px;
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #050505;
    text-align: center;
}

.select_bil_type_priority_item_after_select h4 {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 17px;
    line-height: 11.721px;
    color: #ff2f2f;
    margin-top: 15px;
    text-align: center;
}

.other_detaails_wrapper {
    margin-top: 30px;
}

.select_bil_type_priority {
    margin: 60px 0px;
}

.bil_type_priority:checked+label {
    border: 2px solid red;
}

.next_bill_type_priority {
    background: #284B63;
    border: 2px solid #284B63;
    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 28.75px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 40px;
    border-radius: 71.875px;

    margin-top: 60px;
    display: inline-block;
    text-decoration: none;
}

.next_bill_type_priority:hover {
    color: #284B63;
    background: rgba(0, 0, 0, 0);
}

.width-223 {
    width: 223.888px !important;
}

.Demographic_wrapper {
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.height-180 {
    min-height: 180px;
}

.Save_your_preferences_wrapper .Save_your_preferences_item {
    width: 345.667px;
    height: 211.76px;
}

.Save_your_preferences_wrapper {
    display: flex;
    justify-content: center;
}

.Save_your_preferences_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.first_prefer svg {
    fill: #000;
}

.first_prefer:hover svg {
    fill: #FCAB40;
}

.second_prefer svg {
    stroke: #000;
}

.second_prefer:hover svg {
    stroke: #2F88FF;
}

.third_prefer svg {
    fill: #000;
}

.third_prefer:hover svg {
    fill: #FF2F2F;
}

.Save_your_preferences_item_wrapper {
    text-decoration: none;
}

.Save_your_preferences_item_wrapper h4 {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 53px;
    line-height: 69%;
    text-align: center;
    color: #050505;
}

.Save_your_preferences_item_wrapper p {
    color: #050505;
    font-family: var(--third-family);
    font-size: 21.799px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.5px;
}

@media(max-width:1400px) {
    .width-223 {
        width: 200.888px !important;
    }
}

@media(max-width:1000px) {
    .Save_your_preferences_item_wrapper h4 {
        font-size: 40px;
    }

    .width-223 {
        width: 180.888px !important;
    }
}

@media(max-width:600px) {

    .width-223 {
        width: 100% !important;
    }

    .doner_page_top_section_back_btn {
        margin-left: 0px;
    }

    .doner_page_top_section_already_have_text {
        margin: 0px;
    }

    .Demographic_wrapper {
        flex-direction: column;
    }

    .Save_your_preferences_wrapper {
        flex-direction: column;
    }
}

.step_right_side_image {
    display: flex;
    max-width: 1920px;
    margin:0 auto;

}

.step_left_content {
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.step_left_content h1 {
    color: #000;
    font-family: var(--font4);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step_left_content p {
    color: #353535;
    text-align: center;
    font-family: var(--font-family);
    font-size: 21.027px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 27.335px */
}

.right_image {
    width: 40%;
}

.step_center {
    width: 20%;
    text-align: center;
    padding-top: 57px;
    position: relative;
}

.step_center .center_img {
    width: 16px;
    height: 250px;
}

.center_bullets {
    width: 180px;
    height: 53.901px;
    object-fit: contain;
    position: absolute;
    left: 10px;
    top: 30px;
    object-position: right;
}

.how_it_works_steps_section {
    padding: 0px 80px;
    margin-top: 50px;
}

.step_center_other {
    width: 20%;
    padding-top: 0px;
    text-align: center;
    position: relative;

}

.step_center_other .center_img {
    width: 16px;
    height: 310px;
}

.center_bullets_step_two {
    width: 220px;
    height: 53.901px;
    object-fit: contain;
    position: absolute;
    right: 10px;
    top: 45px;
}

.height_60 {
    height: 70px !important;
}

.how_it_works_steps_section {
    background: #FDF3E7;
}

.last_View_more_link_wrapper {
    text-align: center;
    padding: 60px 0px;
}

.last_View_more_link_wrapper a {
    color: #4270C1;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    text-decoration: none;
}

    .right_side_image{
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
 
    }
    .step_left_content{
            padding: 0px 100px 0px 0px;
    }
    .left_side_image{
            display: flex;
        align-items: flex-end;
        justify-content: flex-end;
   
    }
    .last_step_image{
              display: flex;
        align-items: center;
        justify-content: flex-start;
    }
        .last_step_image img{
            width: 281px;
height: 132px;
        }

@media(max-width:1800px) {
    .center_bullets {
        width: 170px;
    }

    .center_bullets_step_two {
        width: 200px;
    }
    .step_left_content h1{
        font-size: 32px;
    }
    .step_left_content {
        gap:10px;
    }
    .step_left_content p {
    font-size: 18px;
    }
}

@media(max-width:1700px) {
    .center_bullets {
        width: 160px;
    }

    .center_bullets_step_two {
        width: 180px;
    }
    .step_left_content {
    padding: 0px 70px 0px 0px;
}
}

@media(max-width:1600px) {
    .center_bullets {
        width: 150px;
    }

    .center_bullets_step_two {
        width: 160px;
    }
        .step_left_content {
        padding: 0px 30px 0px 0px;
    }
}

@media(max-width:1500px) {
    .center_bullets {
        width: 140px;
        top: 30px;
    }

    .center_bullets_step_two {
        width: 140px;
    }
    .right_side_image svg{
        
    height: 200px;
    width: 150px;

    }
    .left_side_image svg{
        width: 240px;
    height: 180px;
    }
    .last_step_image img {
    width: 220px;
    height: 90px;
    object-fit: contain;
    object-position: left;
}
    
}

@media(max-width:1400px) {
    .center_bullets {
        width: 125px;
        top: 30px;
    }

    .center_bullets_step_two {
        width: 125px;
    }

    .step_left_content p {
        font-size: 16px;
    }
        .right_side_image svg {
        height: 170px;
        width: 125px;
    }
        .left_side_image svg {
        width: 200px;
        height: 140px;
    }
        .step_left_content h1 {
        font-size: 30px;
    }
}

@media(max-width:1300px) {
    .center_bullets {
        width: 115px;
        top: 30px;
    }

    .center_bullets_step_two {
        width: 115px;
    }

    .step_left_content p {
        font-size: 14px;
    }
          .step_left_content h1 {
        font-size: 28px;
    }
}

@media(max-width:1200px) {
    .center_bullets {
        width: 105px;
        top: 35px;
    }

    .center_bullets_step_two {
        width: 105px;
    }
            .step_left_content h1 {
        font-size: 26px;
    }

}

@media(max-width:1100px) {
    .how_it_works_steps_section {
        padding: 0px 20px;
    }

}

@media(max-width:1000px) {
    .center_bullets {
        width: 95px;
        top: 35px;
    }

    .center_bullets_step_two {
        width: 95px;
    }

    .step_center .center_img, .step_center_other .center_img {
        width: 13px;
    }

    .last_View_more_link_wrapper {
        padding: 20px 0px;
    }
}


@media(max-width:900px) {
    .center_bullets {
        width: 85px;
    }

    .center_bullets_step_two {
        width: 85px;
    }

    .step_left_content p {
        font-size: 12px;
    }
}

@media(max-width:800px) {
    .center_bullets {
        width: 75px;
    }

    .center_bullets_step_two {
        width: 75px;
    }

    .step_center .center_img {
        height: 160px;
    }

    .step_left_content h1 {
        font-size: 22px;
    }

    .step_center_other .center_img {
        height: 200px;
    }

    .step_left_content {
        gap: 0px;
    }

    .center_bullets_step_two {
        top: 10px;
    }

}

@media(max-width:700px) {
    .center_bullets {
        width: 63px;
    }

    .center_bullets_step_two {
        width: 63px;
    }

    .step_center .center_img, .step_center_other .center_img {
        width: 10px;
    }
}

@media(max-width:600px) {
    .center_bullets {
        width: 50px;
    }

    .center_bullets_step_two {
        width: 50px;
    }

    .step_center .center_img, .step_center_other .center_img {
        width: 8px;
    }

    .step_left_content p {
        font-size: 14px;
    }

    .step_center .center_img {
        height: 100px;
    }

    .step_center_other .center_img {
        height: 140px;
    }

    .d-smm-none {
        display: none;
    }

    .step_left_content, .right_image {
        width: 100%;
    }

    .step_right_side_image {
        flex-direction: column;
        padding-bottom: 20px;
    }

    /*.flex-column-reverce {*/
    /*    flex-direction: column-reverse !important;*/
    /*}*/

    .top_paragraph {
        font-size: 14px;
    }

    .faq-section .accordion-body {
        font-size: 14px;
    }
    .row_reverse_with_gap {
        flex-direction: column-reverse;
        gap: 20px;
    }
}


.Top_banner_for_inner_pages {
    padding: 100px 0px;
    text-align: center;
    background: #3C6E71;
}

.Top_banner_for_inner_pages h1 {
    color: #FACC15;
    text-align: center;
    font-family: var(--font4);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

/*.Top_banner_for_inner_pages p {*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*    font-family: var(--font-family);*/
/*    font-size: 32px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 32px;*/
/*    text-transform: capitalize;*/
/*    margin-top: 20px;*/
/*}*/
.Top_banner_for_inner_pages p {
font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    line-height: 1.6;
}

.normal_text_section p {

    color: #353535;
    text-overflow: ellipsis;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.407px;
    /* 135.595% */
    text-transform: capitalize;
}

.normal_text_section {
    padding: 50px 0px;
}

.normal_text_section ol {
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.normal_text_section ol li {
    color: #353535;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.407px;
    text-transform: capitalize;
    margin-bottom: 20px;
}


@media(max-width:600px) {
    .Top_banner_for_inner_pages h1 {
        font-size: 36px;
    }

    .Top_banner_for_inner_pages p {
        font-size: 20px;
        margin-top: 0px;
    }
}

.font_18 {
    font-size: 18px !important;
}

.how_we_can_keep_donation {
    padding: 50px 0px;
}

.cartoon_boy_content_wrapper {
    padding-right: 50px;
}

.cartoon_boy_content_wrapper h5 {
    color: #000;
    font-family: var(--font4);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 145.833% */
    text-transform: capitalize;
}


.cartoon_boy_content_wrapper p {

    color: #353535;
    text-overflow: ellipsis;

    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.407px;
    /* 135.595% */
    text-transform: capitalize;
}

.cartoon_boy_section {
    padding: 0px 0px 100px;
}

@media(max-width:1000px) {
    .cartoon_boy_content_wrapper {
        padding-right: 0px;
    }

    .how_we_can_keep_donation {

        padding: 30px 0px
    }
}

.bills_we_cover ul li {
    color: #353535;
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.407px;
    /* 135.595% */
    text-transform: capitalize;
    /* display: inline-block; */
}

.bills_we_cover ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.search_box_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.bills_we_cover form {
    text-align: center;
    margin-top: 20px;
}

.bills_we_cover form input {
    width: 390px;
    height: 40px;
    padding: 0px 30px;
    border-radius: 50px 0px 0px 50px;
    border: 0.659px solid #000;

}

.bills_we_cover form button {
    height: 40px;
    padding: 0px 15px;
    border: 0.659px solid #000;
    border-left: 0px;
    border-radius: 0px 50px 50px 0px;
    background: #FFF;
    color: #FACC15;
}

.search_box_wrapper_below_text_box {
    width: 811px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #353535;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 30px;
    text-align: center;
}

#form_below_ul_li {


    display: block;

}

#form_below_ul_li li {
    color: #353535;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 166.667% */
    text-transform: capitalize;
    text-align: left;
    margin-top: 30px;
}

.lists_wrapper h4 {
    color: #000;
    font-family: var(--font4);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 175% */
    text-transform: capitalize;
}

.lists_wrapper ul li {
    color: #353535;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 166.667% */
    text-transform: capitalize;
}

.lists_wrapper {
    padding-bottom: 50px;
}

@media(max-width:900px) {
    .search_box_wrapper_below_text_box {
        width: 100%;
    }

    .bills_we_cover ul {
        flex-wrap: wrap;
    }
}

.modal_content_wrapper {
    padding: 30px;
}

.modal_title {
    color: #000;
    font-family: var(--font4);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    /* 132% */
    text-transform: capitalize;
}

.modal_header {
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
}

.button_send_messages {
    border-radius: 21.436px;
    border: 2.144px solid #284B63;
    background: #284B63;
    width: 100%;
    color: #FFF;
    font-family: var(--font-family);
    font-size: 27.866px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.modal_sign_up_login .modal-content {
    border-radius: 40px;
    background: #FFF;
    padding: 30px 50px 15px;
}

.modal_sign_up_login .modal-content .modal-header {
    border: none;
}

.modal_sign_up_login .modal-dialog {
    max-width: 546px;
}

.modal_sign_up_login .modal-dialog .modal-title {
    color: #000;
    text-align: center;
    font-family: var(--font8);
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 112.903% */
    text-transform: capitalize;
}

.btn_submit_form {
    border: 1px solid #facc15;
    border-radius: 10px;
    padding: 10px 0px 10px 10px;
    width: 100%;
    border-radius: 10px;

    background: #FACC15;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}

.modal_sign_up_login label {
    color: #000;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal_sign_up_login input[type='text'], .modal_sign_up_login input[type='email'], .modal_sign_up_login input[type='password'] {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.drag_upload_photo_divider_for_sign_up_login_form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
}

.drag_upload_photo_divider_for_sign_up_login_form .line {
    border-top: 1px solid #ccc;
    width: 50%;
    margin: 0 10px;
}

.other_sign_up_options_wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 4px 20px;
    font-family: var(--font7);
    font-weight: 500;
    font-size: 12px;
    color: #000;

}

.other_sign_up_options_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}


.modal_sign_up_login p {
    text-align: center;
    color: #000;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

.modal_sign_up_login p a {
    color: #0F3DDE !important;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-close {
    display: none;
}

@media(max-width:600px) {
    .modal_sign_up_login .modal-content {
        padding: 30px 0px 15px;
    }

    .btn-close {
        display: block;
    }

    .other_sign_up_options_wrapper a {
        padding: 4px;
        gap: 5px;
    }
}


.number_verification_field_wrapper {

    padding-left: 35px;
}

.danger_text-fillout {
    color: rgba(255, 0, 0, 0.70);
    font-family: var(--font-family);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.resend_or_delivery_method_change a {
    color: #353535;
    font-family: var(--font-family);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.resend_or_delivery_method_change {
    color: #353535;
    font-family: var(--font-family);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.home_banner_section {
    height: 70vh;
}

.home_banner_section img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.grid-item-wrapper:hover img {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.floating_donate_wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1111;
    width: 226px;
    text-align: right;
}

.floating_donate_wrapper .open_button {
    width: 79.547px;
    height: 79.547px;
    background: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
}

.floating_donate_wrapper .open_button svg {
    width: 37.498px;
    height: 37.434px;

}

.floating_donate_inner_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.floating_donate_inner_wrapper .floating_donate_btn {
    border-radius: 74.325px;
    background: #284B63;
    padding: 17.838px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
}

.floating_donate_buttons_wrapper {
    margin-top: 16px;
   
}

.floating_search_field_wrapper{
    display:flex;
    align-items: center;
    gap:0px;
}
.floating_search_field_wrapper input{
    border-radius: 10px 0px 0px 10px;
    padding-left:20px;
    font-family: var(--font7);
font-weight: 400;
font-size: 18px;
color: #353535;
width: 100%;
border: 1.359px solid #4B4B4B;
background: #FFF;
}
.floating_search_field_wrapper input::placeholder{
    font-family: var(--font7);
    font-weight: 400;
    font-size: 21px;
    color: #353535;
}
.floating_search_field_wrapper input:focus{
    outline: none;
    box-shadow: none;
}
.floating_search_field_wrapper input, .floating_search_field_wrapper button{
    height: 40px;


}
.floating_search_field_wrapper button{
    color:#FACC15;
    border-radius: 0px 10px 10px 0px;

    border: 1.359px solid #4B4B4B;
    background: #FFF;
    padding:0px 10px;

    border-left:none;
}

#open_and_show_wrapper{
    position: relative;
    right:-300px;
    transition: 0.5s ease-in-out right; /* Adding smooth transition */
}


@media(max-width:1500px){
    .floating_donate_inner_wrapper .floating_donate_btn {
        font-size: 14px;
        padding: 12px;
    }
    .floating_search_field_wrapper input::placeholder{
      
        font-size: 14px;
        
    }
    .floating_donate_wrapper .open_button {
        width: 50.547px;
        height: 50.547px;
    }
    .floating_donate_wrapper .open_button svg {
        width: 21;
        height: 21;
    }
}
@media(max-width:1500px) {

    #main_header .nav-link {
        font-size: 16px;
    }

    #main_header form input {
        padding: 10px;
    }


    #main_header {

        padding: 5px 0px;
    }

    .Top_heading:after {
        left: 1.5em;
    }

    .Top_heading:before {
        right: 1.5em;
    }

    .Crowd_funding_three_grid_section .grid-item-wrapper img {
        width: 100px;
        height: 60px;
        object-fit: contain;
    }

    .Top_heading {

        font-size: 26px;
        line-height: 1.1;
    }

    .top_paragraph {
        font-size: 14px;
    }

    .reset_filters {
        font-size: 14px;
    }

    .fund_raise_filter {
        padding: 5px 10px;
        min-width: 90px;
        font-size: 14px;
    }

    .fund_raisers_grid_item_heading {
        font-size: 20px;
    }

    .fund_raisers_grid_item_title {
        font-size: 14px;
        margin: 0px;
    }

    .fund_raisers_grid_item_medical_icons_title {
        font-size: 12px;
    }

    .fund_raisers_grid_item_medical_icon svg {
        width: 20px;
        height: 20px;
    }

    .fund_raisers_grid_item_donate_btn {

        font-size: 14px;

        padding: 6px 60px;

    }

    .fund_raisers_grid_item_tags_wrapper {
        margin: 0px 0px 10px;
    }

    .faq-section .accordion-button h5 {
        font-size: 14px;
    }

    .find_more_btn {

        font-size: 12px;
    }

    .Top_banner_for_inner_pages h1 {
        font-size: 32px;
        margin: 0px;
    }

    .Top_banner_for_inner_pages p {

        font-size: 16px;

        line-height: 22px;
    }

    .footer_cta_section h1 {

        font-size: 28px;
    }

    .footer_cta_section p {
        font-size: 14px;
    }

    .footer_cta_section_btn_wrapper a {

        padding: 12px 50px;

        font-size: 16px;
    }

    #form_below_ul_li li, .normal_text_section ol li {

        font-size: 14px;

        line-height: 18px;

        margin-top: 20px;
    }

    .lists_wrapper ul li {

        font-size: 14px;

        line-height: 20px;
    }

    .search_box_wrapper_below_text_box, .normal_text_section p {

        font-size: 14px;

        line-height: 20px;
    }

    .cartoon_boy_content_wrapper p {
        color: #353535;
        text-overflow: ellipsis;
        font-family: var(--font-family);
        font-size: 12px;
    }
}
.fund_raise_filter span{
    height: 20px;
    overflow: hidden;
}
.search-symbol input::placeholder{
    filter: grayscale(1);
}