.body
{
	padding-bottom:0px !important;
}
.top-heading
{
    padding: 200px 0px;
}
.pd-top
{
	padding-top: 100px;
}
.pd-btm
{
	padding-bottom: 50px;
}
.heading-black
{
	text-align: center;
	font-size: 36px;
	padding-top: 30px;
}
.mr-btm
{
	margin-bottom: 40px;
}
.privacy-text  
{
    text-align: left;
    font-size: 17px;
    line-height: 2.1;
    font-family: 'open sans', sans-serif;
    letter-spacing: 0.3px;
}
.contact-flex
{
	display: flex;
}
.form-left
{
	flex-basis: 60%;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 12px 7px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 15px;
    margin-bottom: 10px;
    max-width: 406px;
}
input.submit-btn {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #82487b;
    transition: 0.2s ease;
}
.input.submit-btn:hover
{
	background-color: #663d61;
}
@media only screen and (max-width:475px)
{
	.top-heading {
    margin-top: -275px;
    padding-top: 125px;
}
.pd-top
{
	padding-top: 50px;
}
.heading-black
{
	font-size: 24px;
	padding-top: 20px;
}
.mr-btm
{
	margin-bottom: 25px;
}
.privacy-text  
{
    font-size: 14px;
    
}
.contact-flex
{
	display: block;
}

}