
div.gform_wrapper {
    margin-top: 35px;
}

form.form-block {
    padding: 0px 0px 50px !important;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    position: absolute;
    bottom: 90px;
}


.privacy-note{

margin-top: 100px !important;

}


@media(min-width:768px){
.page-survey-clinical #field_submit, 
.page-survey-clinical .gform_footer {
    bottom: 145px !important;
}

}

@media(max-width:767px){
.page-survey-clinical #field_submit, 
.page-survey-clinical .gform_footer {
    bottom: 160px !important;
}
}