
    /*75%*/
    @media (width: 2133.32px){
        .nav-h3-1 {
            line-height: 1.15 !important;
            top: 5px !important;
        }
    }
    @media (width: 2400px){
        .nav-h3-1 {
            top: 4px !important;
            line-height: 1.15 !important;
        }
    }
    @media only screen and (max-width: 991px) {
        .nav1 a.nav-link {
            position: relative;
            padding-top: 10px !important;
            /* width: 180px; */
            text-align: center;
            padding-top: 10px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nav-ul-menu {
            margin-top: 3px !important;
        }

        .nav-h3-1 {
            top: 1px !important;
        }
    }

    @media (max-width: 767px) {
        .support_us_responisve {
            margin-top: -1px;

        }
        .support_us_responisve > .btn_yellow1_header{
            padding: 5.1px 16px;
        }
    }

    .lbl_amount {
        display: block;
        cursor: pointer;
        padding: 10px;
        /* Optional: increase the clickable area */
    }

    .lbl_amount input {
        margin-right: 10px;
        /* Space between the radio button and the text */
    }


    html {
        scroll-behavior: auto !important;
    }

    body {
        font-variant-numeric: lining-nums;
        scroll-behavior: auto !important;
    }

    /*.donate-mr {
        margin-bottom: 2px !important;
    }*/

    #menu {
        margin-top: 49px !important;
    }

    .nav-h3-1 {
        line-height: 1.15 !important ;
        top: 0px !important;
    }

    @media(max-width: 767px) {
        .top_right ul li a {
            padding: 0px !important;
        }
    }


.details-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.chevron {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
        margin-bottom: 7px;
}

.details-toggle.open .chevron {
    transform: rotate(-135deg);
}

.details-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding-left: 20px;
}

.details-content.open {
    max-height: 500px;
}





.sub-box {
    width: 100%;
    max-width: 650px;
    border-radius: 12px;
    padding: 25px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.sub-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e1e1;
}

.sub-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif;
    color: black;
    text-transform: none !important;
}

.sub-change-btn {
    background: #ffffff;
    border: 2px solid #0f2651;
    padding: 0px 16px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
        font-weight: bold;
}

.sub-plan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 18px;
}

/* .plan-details {
    color: #0645ad;
    text-decoration: underline;
    font-size: 15px;
    cursor: pointer;
} */

.sub-total {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 20px;
    margin-top: 8px;
    border-top: 1px solid #ddd;
    padding-top: 8px;
}

.sub-notice {
    margin-top: 25px;
    background: #f6f6f6;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid;
}
.form-section {
    background: #fff;
    padding: 0px;
    border-radius: 14px;
    max-width: 700px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif;
    text-transform: none !important;
}

.form-group-guardian {
    margin-bottom: 22px;
}

.form-group-guardian label {
    display: block;
    font-weight: 600;
  
    font-size: 16px;
}

.optional {
    font-weight: normal;
    color: #777;
    font-size: 14px;
}

.input-guardian {
    width: 100%;
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.input-guardian:focus {
    outline: none;
    border-color: #0f2651;
}
#country-drop-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: white;
}



