input[type="text"]:focus {
    outline: none !important;
    border: 1px solid #0038E3;
    color: #0038E3;
    font-weight: bold;
    /*box-shadow: 0 0 10px #719ECE; */
}

textarea:focus {
    outline: none !important;
    border: 1px solid #0038E3;
    color: #0038E3;
    font-weight: bold;
}

.txt {
    line-height: 1.90em;
    color: black;
}

.contact_box {
    border: none;
    padding: 0px
}

.btn-block {
    background: #0038E3;
    color: white;
    font-weight: bold;
    line-height: 2.5em;
}

#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;
}