/* -------------------about us--------------------- */
.banner img{
    width:100%;
}
/* -------------------about us--------------------- */


/* ------------------contact--------------------- */
.contact-detail {
    margin-top:20px;
} 
.contact-detail h6{
    font-weight:600;
}
.sc-bg{
    box-shadow: 1px 1px 12px 1px #cfcfcf;
    border-radius: 8px;
    padding:20px;
}
.contact-img{
    margin-top:15px;
    margin-right:10px;
    width:40px;
    height:40px;
}
/* ------------------contact--------------------- */



/* ------------------uper donate section--------------------- */
.radio-form .input-radio{
    width:45%;
}

.input-radio{
    margin-top:10px;
    margin-bottom:20px;
    margin-right: 80px;
}

.input-radio{
    font-weight: 500;
}
/* ------------------bottom donate section--------------------- */
.la-donate{
    margin-bottom: 20px;
    justify-content: space-evenly;
}
.la-donate label{
    /* margin-left:20px; */
    width:20%;
}
.la-donate input {
    width: 70%;
    border-radius: 4px;
    border: 1px solid #adadad;
    padding: 6px 10px;
}
.btn-pay{
    margin-top:25px;
    display: flex;
    justify-content: space-between;
}
.btn-pay img{
    width:228px;
    height:20px;
}
.upi-pay{
    background-color:#175bc0;
    color: white;
    border-radius: 8px;
    border: none;
    padding: 6px 30px;
    font-weight: 600;
}
/* ------------------donate--------------------- */