@media only screen and (min-width: 992px) {
.section1 {
    padding: 0px;
    margin-top:-25px;
    position:relative;
    z-index:200;
}
.margin-top-none {
 margin-top:0px;   
}
}
.contact-form input[type='text'], .contact-form input[type='email'], .contact-form input[type='date'], .contact-form input[type="file"], .contact-form textarea, .contact-form select{
	background:#fff;
}