*{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Lato', sans-serif;
}



/* <!-- Header Name  --> */
.header_name{
    background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
    color: #fff;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.header_name h3{
    font-size: 30px;
    position: relative;
}
.header_name h3::after{
    content: '';
    width: 100px;
    height: 3px;
    background-color: #83A72C;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.html_p{
    font-size: 25px;
    margin-bottom: 0;
}


/* Html Form  */

.html-form1{
    background: #fff;
    box-shadow: 0px 1px 5px grey;
    padding: 25px;
}
.html-form label{
    font-size: 16px;
    font-weight: 500;
}

.tank_img a img {
    width: 150px;
    height: 63px;
    margin-bottom: 15px;
}
.btn{
    background: #83A72C!important;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}



.cov_text{
    background: #fff;
    padding: 30px 25px;
}
.cov_text p{
    font-size: 17px;
}
p.fontItalic a{
    font-weight: 600;
    font-size: 20px;
}

/* End form html  */


/* form wrap  */

.help_fund{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0px;
}
.help_fund h3{
    font-size: 25px;
    font-weight: 500;
    margin-right: 10px;
}
.help_fund a img {
    width: 100px;
    height: 50px;
}


.form_wrap{
    padding: 70px 0px;
    margin: 0 auto;
}
.form_wrap input{
    outline: none;
    box-shadow: none;
    padding: 24px 10px;
}
.form_wrap textarea{
}
.form_wrap textarea:focus{
    
    outline: none;
    box-shadow: none;
    background: none;
}
.form_wrap input:focus{
    outline: none;
    box-shadow: none;
    background: none;
}

/* End form  */


/* Social Wrap  */
.socia_share{
    padding: 60px 0px;
}
.socia_share h2{
    font-size: 20px;
    margin-right: 10px;
}
.social a {
    padding: 0 .5em;
    color: #83A72C;
  }
.socia_share p{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}


.donate_now a img{
    width: 140px;
    height: 65px;
}
.donate_now span {
    font-size: 20px;
    margin-right: 10px;
}
@media only screen and (max-width:760px){
    .donate_now{
        margin-top: 50px;
    }
    .donate_now a img{
        width: 100px;
        height: 50px;
    }
}
/* End Social  */

/* footer Wrap  */

.footer{
    background: #272727;
    color: #848a9cc7;
    padding: 15px 0px;
}
.footer p{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

/* End Footer  */


