.services-overlay {
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.heading-background {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_form_box .btn_three {
    background: #2371c0;
    border-color: #2371c0;
    font-size: 18px;
    padding: 20px 56px;

    margin-top: 30px;
}

.contact_form_box .btn_three:hover {
    background:white;
    color: #2371c0;
    border-color: #2371c0;
}

.contact_form_box .form-group {
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    background: white;
}

.contact_form_box .form-group > input, .contact_form_box .form-group > textarea {
    border-radius:4px;
}

.contact_info_area {
    padding: 75px 0;
}

.contact_form_box {
    text-align: center;
}

.contact_form h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.4em;
}

li.service-tag {
    list-style: none;
    display: inline-block;
    border: 1px solid #003367;
    padding: 12px 16px 8px 16px;
    margin-bottom: 10px;
    margin-right: 7px;
    border-radius: 5px;
    background-color: #baecff;
    color: #131313;
    font-weight: 500;
    font-size: 18px;
    
    cursor: pointer;
}

div.tag-section {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid grey;
    text-align: center;
}

ul.tag-items {
    padding: 0;
}

div.form-heading {
    color: black;
}

.service-checkbox {
    display:none;
}

li.service-selected {
    color: white;
    background-color: #2371c0;
}

@media (max-width: 575.98px) {
    li.service-tag {
        text-align: center;
        width: 100%;
    }
}

#service-message {
    margin-bottom: 30px;
}

.field-error {
    margin: 0;
    padding: 9px 0 4px 0;
}