.ninja-forms-form-wrap nf-fields-wrap {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.ninja-forms-form-wrap nf-field {
width: 50%;
padding: 0 10px;
font-size: 12px;
}
.ninja-forms-form-wrap nf-field input:not([type="button"]):not([type="submit"]),
.ninja-forms-form-wrap nf-field textarea {
background: none !important;
height: 40px;
}
.ninja-forms-form-wrap nf-field input[type="button"] {
opacity: 0.75;
color: #fff;
background-color: #ee7f00;
border-color: #ee7f00;
}
.ninja-forms-form-wrap nf-field input[type="button"]:hover {
color: #fff;
background-color: #192126;
border-color: #192126;
}
.ninja-forms-form-wrap nf-field:nth-last-child(4),
.ninja-forms-form-wrap nf-field:nth-last-child(3),
.ninja-forms-form-wrap nf-field:nth-last-child(2),
.ninja-forms-form-wrap nf-field:last-child {
width: 100%;
}
.ninja-forms-form-wrap nf-field:last-child {
text-align: right;
}
.ninja-forms-form-wrap nf-field:nth-last-child(4) .nf-field .field-wrap,
.ninja-forms-form-wrap nf-field:nth-last-child(3) .nf-field .field-wrap,
.ninja-forms-form-wrap nf-field:nth-last-child(2) .nf-field .field-wrap {
flex-direction: column;
}
.nf-form-cont {
border: 1px solid #EE7F00;
padding: 15px;  }
li.sl-days {
display: none !important;
} .wpcf7-response-output{
display:block!important;
background-color: transparent!important;
color: #333!important;
}