#callbackModal {
    z-index: 9999;
}

#mpm_faqs_form_header_content {
    text-align: center;
    word-break: break-word;
    padding:0px;
    height: 194px;
    font-size: 60px;
    background-color: #2fb5d2;
    border-radius: 4px 4px 0 0;
    padding: 10px;
}

#formcallback .required_field {
    color: #f00;
}

#formcallback label.label-control {
    color: #232323;
    text-align: right;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

#callbackModal .modal-header, #callbackModal .modal-footer {
    border-bottom: none;
    border-top: none;
}

#pref_contact_method {
    margin-bottom: 1rem;
    min-width: 200px;
    width: 100%;
}