@media only screen and (min-width: 1665px) {
	.homeDonationImage {
		position: relative;
		left: -70px;
	}
	
	.aboutusMainSection {
		padding-top: 50px;
	}
	
	section.page_banner {
    padding-bottom: 50px;
}
}


/* MAX WIDTHS */
@media only screen and (max-width: 1660px) {}

@media only screen and (max-width: 1500px) {
    .goalImage {
        z-index: -1;
    }
}

@media only screen and (max-width: 1380px) {
    .donationFormContainer {
        max-width: 100%;
    }

    .donationBg {
        display: none;
    }

    .donationFormMain {
        background-color: var(--clr-grey-500);
    }

    .blueDonation {
        background: #fff;
    }

}

@media only screen and (max-width: 1240px) {
    .topHeader .btn {
        font-size: 14px;
    }

    .quickDonate {
        padding-block: 20px;
        border-radius: 0px;
    }

    .quickDonateImg {
        display: none !important;
    }

    .imageBannerSection h1 {
        color: #000;
        text-shadow: none;
    }

}

@media only screen and (max-width: 1200px) {
    .aboutUsButtonList {
        display: flex;
        flex-direction: column;
    }

    .aboutUsButtonList>li {
        flex: 1 0 auto;
    }

    .aboutUsButtonList button::after {
        bottom: 0;
        width: 100%;
        height: 2px;
    }

    .aboutusMainSection {
        padding-bottom: 80px;
    }

    .aboutusPanel img {
        display: block;
        margin: 0 auto 10px;
    }

    .horizontalCard {
        align-items: center;
    }


    .appealSliderSection .splide__slide {
        margin-right: 2rem;

    }

    .appealSliderCard button {
        text-align: center;
    }

    .galleryGrid {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .galleryGrid .img_wrap {
        height: 252px;
        width: 257px;
    }

    .galleryGrid .img_wrap img {
        aspect-ratio: 1/1;
        border-radius: 10px;
        height: 100%;
        width: 100%;
    }

}

@media only screen and (max-width: 1140px) {
    :root {
        --font-controller: 1px;
    }

    .blockCardsText p {
        max-width: 300px;
    }

    .blogCard.big {
        border-bottom: 1px solid var(--clr-grey-600);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .blogCard.small {
        margin-bottom: 20px;
    }

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

    .headerRightSegment {
        gap: 20px;
    }

    .recentDonations {
        gap: 10px;
    }

    .headerContainer {
        padding-inline: 0;
    }

    .section__label {
        font-size: var(--fs-14);
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 1000px) {

    .quickDonate {
        background: var(--clr-grey-500);
        max-width: 800px;
        padding: 30px 40px;
        position: static;
        transform: unset;
        margin-inline: auto;
        border-radius: 10px;
        margin-block: 25px;
        border: 1px solid #C4C4C4;
    }

    .quickDonate .cs_select {
        background-color: #fff;
    }

    .homeBanner {
        background-color: #FFF;
    }
}

@media only screen and (max-width: 992px) {
    :root {
        --font-controller: 2px;
    }


    .blockCardsText p {
        max-width: 80%;
    }

    br {
        display: none;
    }

    .headerRightSegment {
        margin-inline: auto;
    }

    .headerContainer>div {
        padding-inline: 10px;
    }

    .nav_list {
        justify-content: center;
    }

    .videoPlayIcon.icon_wrap {
        right: 20px;
    }

    .mb-30 {
        margin-bottom: 20px !important;
    }

    .newsletterMain .section__heading {
        margin-bottom: 20px !important;
    }

    .footer_title.invisible {
        visibility: visible !important;
    }

    .tableContainer .tableCell {
        padding: 1em !important;
        text-align: center;
    }
	
	.quickDonateFormContainer {
		padding: 20px 10px;
	}
	.quickDonate {
		padding-inline: 0;
	}
	.topFooter .flex-1.ps-xxl-5.ms-xxl-3 {
    padding: 0 10px !important;
    }
	
}

@media only screen and (max-width: 800px) {
    .span-two {
        grid-column: span 1;
    }

    .row-span-two {
        grid-row: span 1;
    }

    .goalImage {
        display: none;
    }

    .section__label::after,
    .section__label::before {
        display: none;
    }

    .numberCardContainer:nth-of-type(3) {
        margin-left: 0;
    }

    .bannerArrows {
        top: 23%;
    }

    .numberCard {
        max-width: 233px;
    }
}

@media only screen and (max-width: 760px) {
    :root {
        --section-padding: 40px 0;
        --font-controller: 2.5px;
    }

    .blockCards {
        text-align: center;
        padding: 15px;
    }

    .blockCardsText p {
        max-width: 100%;
    }

    .aboutusTestimonialContainer,
    .aboutusPanel {
        padding: 20px;
        margin-bottom: 20px;
    }

    .aboutusTestimonialContainer::after {
        display: none;
    }

    .testimonial_text {
        font-size: var(--fs-20);
    }

    .footerListContainer {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .newsletterSection {
        position: static;
        margin-bottom: 35px;
    }

    footer {
        padding-block: 20px;
    }

    .blogCard.big .blogDate {
        flex: 1 0 auto;
    }

    .bannerArrows button:hover * {
        color: #000 !important;
    }

    .horizontalCard .img_wrap {
        height: 100%;
        width: 100%;

    }

    .horizontalCard img {
        aspect-ratio: 1/1;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .furtherAppealArrow {
        position: static !important;
        transform: unset !important;
        padding-top: 20px;
        gap: 10px;
    }

    .galleryGrid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .galleryGrid .img_wrap {
        height: 100%;
        width: 100%;
    }

    .counterCardContainer {
        padding-bottom: 0;
    }

    .rf_selectableLabel {
        padding: 10px 20px;
    }

    .rf_selectableLabel .icon_wrap {
        flex: 0 0 16px;
    }

    .presetAmountLabel {
        font-size: 20px;
    }

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

@media only screen and (max-width: 580px) {
    :root {
        --section-padding: 40px 0;
    }

    .footerListContainer {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .newsletterSection {
        position: static;
        margin-bottom: 35px;
    }

    footer {
        padding-block: 20px;
    }

    .bannerText h2 {
        font-size: var(--fs-30);
        margin-bottom: 12px !important;
    }

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

    .bannerText {
        padding-inline: 20px;
    }

    .bannerArrows button {
        border-radius: 0px !important;
    }

    .bannerArrows {
        position: static;
        transform: unset;
        justify-content: center;
    }

    .topHeader .btn {
        padding: .9em 1.2em;
    }

    .goalCard {
        padding: 20px;
        margin-bottom: 15px;
    }

    .cs_select_btn {
/*         padding: 10px 5px; */
    }

    .donationSectionMain {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mb-30 {
        margin-bottom: 15px !important;
    }

    .bannerArrows {
        justify-content: center;
    }

    .bannerArrows button {
        width: 100%;
        height: 30px;
    }

    .burgerButton {
        right: 10px;
        top: 38px;
    }

    .recentDonations,
    .headerRightSegment {
        gap: 5px;
    }

    .headerRightSegment {
        display: block !important;
    }

    .basic_input_500 {
        padding: .5em 1.1em;
    }

    .page_banner_img {
        max-height: 600px;
    }
}

@media only screen and (max-width: 480px) {
    .section__heading {
        /* font-size: var(--fs-24);
        line-height: 1.5; */
        margin-bottom: 8px !important;
    }

    .btn {
        font-size: 14px;
    }

    .newsletterMain {
        padding: 28px 20px;
    }

    .quickDonate {
        padding: 20px;
        margin: 0;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid var(--clr-grey-600);
        box-shadow: none;
    }

    .numberCard {
        gap: 10px;
    }

    .burgerButton div {
        height: 4px;
        width: 37px;
    }

    .donationSection .d-flex {
        gap: 5px;
    }

    .videoPlayIcon.icon_wrap {
        right: 10px;
    }

    .mb-20 {
        margin-bottom: 15px !important;
    }

    .tableContainer .tableCell {
        padding: 0.7em !important;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .checkoutFormMain,
    .donationSummary {
        padding-inline: 15px;
    }
}

@media only screen and (max-width: 400px) {
    :root {
        --section-padding: 20px 0;
    }

    .bannerText h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .topHeader .col-lg-7 {
        padding: 0;
    }

    .topHeader .btn {
        padding: .9em .7em;
        font-size: 11px;
        white-space: nowrap;
    }
    .topHeader .btn img {
        display: none;
    }
}
