.vc_row.fancy-sap .vc_column-inner {
    padding-top: 0 !important;
}
.gform_footer.top_label {
    text-align: center;
}
 #main #gform_wrapper_1 .gform_footer input.button{
    padding: 12px 25px;  
}
.wpcf7-number, input[type=search], 
input[type=tel], input[type=url], 
input[type=email],input[type=number],
input[type=date], input[type=range],
input[type=password], input[type=text], select, textarea {
    margin-bottom: 0px;
}
 body #gform_wrapper_1 .gform_body .gform_fields .gfield select,
 #gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-weight: 400;
    min-height: 50px;
    color: #000;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#000 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#000 !important;
   opacity:1 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#000 !important;
   opacity:1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#000 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:#000 !important;
}
input[type="text"], input[type="search"],
input[type="tel"], input[type="url"], input[type="email"], 
input[type="number"], input[type="date"], input[type="range"], 
input[type="password"], select, textarea, .wpcf7-number {
    background-color: #fff;
}