.contact-block input, .contact-block textarea {
    width: 100%;
    background: #f9f9f9;
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #eee;
    outline: none;
    margin-bottom: 16px;
    border-radius: 0px;
}
.form-control {
    width: 100%;
    background: #f9f9f9;
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #eee;
    outline: none;
    margin-bottom: 16px;
    border-radius: 0px;
}
.btn-style {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 0px;
    background: #de6e7a;
    border: none;
    text-transform: uppercase;
    transition: .5s all;
    -moz-transition: .5s all;
}
.btn-style:hover {
    background: #02983f;
    color: #fff;
    transition: .5s all;
    -moz-transition: .5s all;
}
.sform {
    background-color: #bebe5e !important;
    color: #ffffff;
}