.header-logo img
{
    margin-left: 15px;;
}
.contact-form .input-group
{
    
    margin-bottom: 25px;
}
.contact-title
{
    letter-spacing: 5px;
    font-family: 'Advent Pro';
}
.aboutus-container 
{
    padding-top: 60px !important;
    margin-bottom: 5px;
	background-image: url("assets/img/hero/shpe-8-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.aboutus-container .sec-icon img
{
	padding-top:20px;
}
.aboutus-det p
{
    font-size: 25px;
    text-align: justify;
    font-family: 'Advent Pro';
    color: #76a713;
	padding:20px;
}
/******************************/
.DeleteMyAccountForm
{
    margin-top: 60px;
    text-align: center;
}
.Address-fields
{
    margin-bottom: 25px;
}
#Warning
{
    color: red;
}
.Delete-Acct-btn{
    text-transform: uppercase;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: none;
    padding: 17px 47px;
    background-color: red;
    color: #fff;
    border-color: red;
}