.pm_form_modal button.btn {
	background-color: #495057 !important;
    font-weight: 700;
    color: #fff;
    padding: 15px;
    border: 0;
    width: 100% !important;
    cursor: pointer;
}

.pmform input.form-control {
    margin-top: 5px !important;
    margin-bottom: 15px;
}

.pmform label {
    font-weight: 700;
}

.pmform fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.pmform legend {
    display: block;
    width: auto;
    font-weight: 700;
    font-size: inherit;
    padding: 0;
    margin-bottom: 0.5rem;
}

.pmform .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pmform.no-labels label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.pmform .d-none {
    display: none;
}
.pmform #voi-container {
    margin-top: 1rem;
}
.pmform .voi-selection-heading {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.pmform #pmf_contact_us_messageField.form-control {
    height: 150px !important;
    resize: none;
}
.pmform h4.pmform-section-heading {
    color: #1a6fbd !important;
    font-size: 1.1rem !important;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid #1a6fbd;
    padding-bottom: 4px;
}