﻿.inputField {
    position: relative;
}


span.form-error {
    position: absolute;
    left: 0;
    bottom: -16px;
    color: #FF5656;
    font-size: 11px;
}

@media(min-width: 769px) {
   .phone_img {
        display: none !important;
    }

    .phone_number {
        pointer-events: none;
    }

}


@media(max-width: 768px) {
   .desktop_img {
        display: none !important;
    }
}

.absolute_image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}



.Error .custbtm {
    font-family: inherit;
}
.Error {
    min-height: calc(100% - 84px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .Error .container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0;
        align-items: flex-start;
    }

    .Error .title {
        font-size: 50px;
        line-height: 50px;
    }

@media (max-width: 767px) {
    .Error .title {
        font-size: 27px;
        line-height: 32px;
    }
}

.Error .container .caption {
    margin: 15px 0px 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .Error .container .caption {
        font-size: 16px;
    }
}

.subscribe .field {
    border: 1px solid transparent;
}

.subscribe .field.missing {
    border-color: red;
}

footer .message {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 12.5px;
    color: rgb(0, 0, 0);
    opacity: 0;
    pointer-events: none;
    background: rgb(0, 0, 0);
    padding: 0px 12px;
    margin: 0px !important;
}

footer .message div {
    color: rgb(0, 0, 0) !important;
    margin: 0px !important;
}

footer .show_error_message .error-message {
    color: rgb(0, 0, 0);
    z-index: 2;
    opacity: 1;
    background: rgb(255, 255, 255);
    padding: 0px 0px 0px 5px;
}


footer .show_success_message .success-message {
    color: rgb(0, 0, 0);
    z-index: 2;
    opacity: 1;
    background: rgb(255, 255, 255);
}


.btm.loading:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--textgrey);
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btm.loading:after {
    margin: auto;
    bottom: 5px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    background: none;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 4px;
    color: #fff;
    pointer-events: none;
    display: block;
    content: '';
    top: 5px;
}

.Objectives .item.blue {
    background: var(--blue);
}
.Objectives .item.yellow {
    background: var(--yellow);
}

.ourMembers .categmenu .sublink {
    cursor: pointer;
}

.partners_not_vue {
    opacity: 0;
}
.videoPopup .modal-content {
    height: 100%;
    margin: 0px !important;
    background: #fff;
    display: block;
}
.videoPopup .modal-dialog {
    width: 100%;
    pointer-events: visible;
    background: none;
    margin: 0px !important;
    min-height: 100% !important;
    height: 100%;
    max-width: none;
}
.videoPopup .wrap {
    background: #fff;
    padding: 64px 70px 23px;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

@media (max-width: 767px) {
    .videoPopup .wrap {
        padding: 50px 20px 20px;
    }
}

.videoPopup .cloze {
    left: auto;
    right: 30px;
    top: 29px;
}

@media (max-width: 767px) {
    .videoPopup .cloze {
        right: 12px;
        top: 12px;
    }
}

.videoPopup .wrap {
    position: relative;
    width: 1222px;
    margin: 0 auto;
    max-width: 75%;
}
@media (max-width: 1111px) {
    .videoPopup .wrap {
        max-width: calc(100% - 17px);
    }
}
@media (max-width: 767px) {
    .videoPopup .wrap {
        max-width: 100%;
    }
}

.videoPopup .youTube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
    width: 100%;
}
    .videoPopup .youTube.instagram {
        padding-bottom: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
.videoPopup .youTube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoPopup .youTube.instagram iframe {
    height: 100%;
    width: unset;
    position: static;
}
.video_link {
    cursor: pointer;
}

.instagram_container {
    height: 100%;
    position: relative;
}

.desktop .instagram_container:before {
    content: '';
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    z-index: 1;
}
.History .data ul {
    text-decoration: unset;
}
.History .data ul > li {
    text-decoration: underline;
}
.History .data ul > li:not([data-url]) {
    cursor: unset;
    text-decoration: none;
}
.History .data ul > li:not([data-url])::after {
    content: '';
    width: 12px;
    height: 12px;
    top: 6px;
    border-radius: 50%;
    background: var(--textgrey);
}

.pop_gallery .pic.play:before {
    font-size: 41px;
    content: '\f04b ';
    font-family: FontAwesome;
    color: #fff;
    text-shadow: 0px 0px 10px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    pointer-events: none;
}

.show_video img {
    opacity: 0;
}
.show_video {
    width: 100%;
}
.show_video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

@media(min-width: 768px) {
    .pop_gallery .bigscreen .pic img {
        max-height: calc(100vh - 203px);
    }
}
.pop_gallery .bigscreen:has(.pic.show_video) {
    position: relative;
    z-index: 2;
}
.pop_gallery .prev, .pop_gallery .next {
    z-index: 2;
}
.pop_gallery .pic.play {
    cursor: pointer;
}


.swiper-pagination-lock {
    display: none !important;
}

.swiper-button-lock {
    display: none !important;
}

.Packages .caption a {
    text-decoration: underline;
}

.blue_testimonials .popup_testimonial .green .title, .blue_testimonials .popup_testimonial .green .subtitle {
    color: var(--blue);
}


.mauve_testimonials .popup_testimonial .green .title, .mauve_testimonials .popup_testimonial .green .subtitle {
    color: var(--mauve);
}


.yellow_testimonials .popup_testimonial .green .title, .yellow_testimonials .popup_testimonial .green .subtitle {
    color: var(--yellow);
}
.upldBtn.loading:before{
    display: none;
}
.upldBtn.missing {
    border-color: red !important;
}
.upldBtn.loading span {
    display: none;
}
.upldBtn:not(.hasfile) a {
    display: none;
}
.upldBtn:not(.hasfile) .cloze {
    display: none;
}
.upldBtn.hasfile span {
    display: none;
}
.upldBtn .cloze {
    position: static;
}
.upldBtn.loading:after {
    margin: auto;
    bottom: 5px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 4px;
    color: #000;
    pointer-events: none;
    display: block;
    content: '';
    top: 5px;
}

.Mag .caption .green {
    color: var(--green);
}

.Mag .subtitle .green {
    color: var(--green);
}

.moreInfo.green_bg .wrap {
    background: var(--green);
}

.boxdata .text ul {
    color: var(--textgrey);
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-weight: 500;
}

.boxdata .text ul > li {
    position: relative;
    padding-left: 22px;
}

.boxdata .text ul > li:before {
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    background: var(--textgrey);
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0px;
}

.boxdata .text ul > li + li {
    margin-top: 22px;
}






.howtopay_main .box_logo_container {
    padding: 77px 50px 50px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 28px;
    margin-top: 41px;
}

@media (max-width: 900px) {
    .howtopay_main .box_logo_container {
        margin-top: 21px;
        padding: 40px 25px;
    }
}

.howtopay_main .box_list {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 900px) {
    .howtopay_main .box_list {
        flex-direction: column;
    }
}

.howtopay_main .box_list .box_item {
    justify-content: space-between;
    width: calc(100%/3);
}

@media (max-width: 900px) {
    .howtopay_main .box_list .box_item {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }

        .howtopay_main .box_list .box_item .top_image img {
            max-width: 200px;
            max-height: 40px;
        }
}

.howtopay_main .box_list .box_item:nth-child(1) {
    padding-right: 50px;
    max-width: 350px;
}

@media (max-width: 1200px) {
    .howtopay_main .box_list .box_item:nth-child(1) {
        padding-right: 25px;
        max-width: 325px;
    }
}

@media (max-width: 900px) {
    .howtopay_main .box_list .box_item:nth-child(1) {
        padding-bottom: 30px !important;
    }
}

.howtopay_main .box_list .box_item:nth-child(3) {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 600px;
}

@media (max-width: 1200px) {
    .howtopay_main .box_list .box_item:nth-child(3) {
        padding-left: 25px;
        padding-right: 25px;
        max-width: 550px;
    }
}

@media (max-width: 900px) {
    .howtopay_main .box_list .box_item:nth-child(3) {
        padding: 30px 0 !important;
    }
}

.howtopay_main .box_list .box_item:last-child {
    padding-left: 50px;
    max-width: 420px;
}

@media (max-width: 1200px) {
    .howtopay_main .box_list .box_item:last-child {
        padding-left: 25px;
        max-width: 390px;
    }
}

@media (max-width: 900px) {
    .howtopay_main .box_list .box_item:last-child {
        padding-top: 30px !important;
    }
}

.howtopay_main .box_list .box_item .image_list {
    margin-top: 52px;
    display: flex;
}

@media (max-width: 900px) {
    .howtopay_main .box_list .box_item .image_list {
        margin-top: 20px;
    }
}

.howtopay_main .box_list .box_item .image_list li {
    margin-left: 6px;
}

    .howtopay_main .box_list .box_item .image_list li:nth-child(1) {
        margin-left: 0;
    }

.howtopay_main .box_list .has_border {
    border-right: 1px solid #70707030;
}

@media (max-width: 900px) {
    .howtopay_main .box_list .has_border {
        border: none;
        border-top: 1px solid #70707030;
    }
}

.howtopay_main .desc {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    line-height: 26px;
    color: #000;
}

@media (max-width: 1200px) {
    .howtopay_main .desc {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 900px) {
    .howtopay_main .desc {
        margin-top: 20px;
    }
}

.howtopay_main .desc .break_word {
    word-break: break-word;
}

.howtopay_main .desc:before {
    content: "";
    background-image: url(../images/double_check_svg.svg);
    min-width: 19px;
    height: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 16px;
    margin-top: 5px;
}

.howtopay_main .box_logo_container {
    width: intrinsic; 
    width: -moz-max-content;
    width: -webkit-max-content;
}

.howtopay_main .box_list .box_item:last-child {
    width: 100%;
}
.howtopay_main .box_logo_container {
    margin-top: 41px;
    margin-bottom: 41px;
}

.optionselect.missing .custlabel {
    color: red !important;
}

.optionselect.missing .custlabel:before {
    border-color: red !important;
}



.Error {
    min-height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
}

    .Error .container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0;
        align-items: flex-start;
    }

    .Error .title {
        font-size: 50px;
        line-height: 50px;
        font-weight: 700;
        color: #000;
    }

@media (max-width: 767px) {
    .Error .title {
        font-size: 27px;
        line-height: 32px;
    }
}

.Error .container .caption {
    margin: 15px 0px 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .Error .container .caption {
        font-size: 16px;
    }
}


.grecaptcha-badge {
    visibility: hidden;
}

.result_donation .more {
    margin-top: 40px;
}


.popup_issue .cloze{
    z-index: 3;
}
.popup_issue .wrap {
    min-height: 400px;
}
.popup_issue .wrap.loading:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.popup_issue .wrap.loading:after {
    margin: auto;
    bottom: 5px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    background: none;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 4px;
    color: #000;
    pointer-events: none;
    display: block;
    content: '';
    top: 5px;
}
@media(min-width: 769px) {
    .has_image_resize .grid .wow:not(.first_img) .pic {
        height: var(--img_height);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .has_image_resize .grid .pic img {
        max-height: 100%;
        width: unset;
        border-radius: 9px;
    }
    .has_image_resize .box .wow:not(.first_img) .pic {
        height: var(--img_height);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .has_image_resize .box .pic img {
        max-height: 100%;
        width: unset;
        border-radius: 9px;
    }
}
.first_img {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


.hide_donate_btn .donate_btn {
    display: none !important;
}

.hide_volunteer_btn .volunteer_btn {
    display: none !important;
}

.hide_partner_btn .partner_btn {
    display: none !important;
}

.hide_sponsor_btn .sponsor_btn {
    display: none !important;
}

.pop_gallery .bigscreen .pic img {
    object-fit: contain;
}

.Mag.noImageSponsor .grp > li {
    width: 100%;
}

#medicine_popup ul {
    padding: 0 35px;
}

#medicine_popup ul li {
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 2px;
    font-size: 15px;
    color: #7f7f7f;
    font-weight: bold;
    padding-top: 8px;
    position: relative;
}

@media(max-width: 768px){
    #medicine_popup ul {
        padding: 0;
    }
}
.Testimonials .sublisting .sub > li{
    width: 100%;
}
.Testimonials .sublisting .sub > li:first-child {
    display: none;
}

.Testimonials .sublisting .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 45px;
    column-gap: 45px;
}


.Testimonials .sublisting .grid > li + li {
    margin-top: 0;
}

.Testimonials .sublisting .info {
    width: 100%;
    margin: 0;
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.Testimonials .sublisting .sub > li, .Testimonials .sublisting .grid > li .sub, .Testimonials .sublisting .grid > li .info, .Testimonials .sublisting .item {
    height: 100%;
}
@media (max-width: 1024px) {
    .Testimonials .sublisting .info {
        border-radius: 64px !important;
        background: #F3F3F3;
        padding: 30px !important;
        margin: 0px !important;
        width: 100%;
    }

    .Testimonials .sublisting .grid {
        grid-template-columns: 1fr;
    }
}

.Campaign:has(.no_counter) .tab {
    display: none !important;
}

.Packages .subdata2 a {
    pointer-events: none;
}

.Packages .subdata2 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 68px;
}

.popup_testimonial.testimonial_package_pop .green .title, .popup_testimonial.testimonial_package_pop .green .subtitle {
    color: var(--yellow);
}

.popup_testimonial.testimonial_package_pop .text {
    column-count: unset;
    column-gap: unset;
}

.popup_testimonial.testimonial_package_pop .text a {
    pointer-events: none;
}