/*
    Custom form
*/
#_form_9_ ._form_element {
    margin-bottom: 20px !important;
}
#_form_9_ input[type="text"], 
#_form_9_ input[type="tel"], 
#_form_9_ input[type="date"], #_form_1_ textarea,
#_form_9_ ._form_element select {
    background: none;
    display: block !important;
    color: grey !important;
    font-size: 14px !important;
    line-height: 50px;
    padding: 0 15px !important;
    width: 100% !important;
    outline: none;
    border: none;
    border-bottom: 1px solid grey !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
}
#_form_9_ ._form_element select {
    height: 50px;
}
#_form_9_._inline-form ._form-label {
    font-family: 'Roboto', sans-serif !important;
    color: #5c5b5b !important;
}
#_form_9_ ._submit {
    background: #185eA9 !important;
    width: 100% !important;
}
#_form_9_ ._error {
    z-index: 99 !important;
}

#_form_9_._inline-form ._form-title {
    font-size: 28px !important;
    margin: 80px 0;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #444;
    font-family: 'Poppins', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
#_form_9_ ._form_element p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
    line-height: 23px !important;
    color: #777 !important;
    font-weight: 400 !important;
    margin-bottom: 50px;
    text-align: center;
}





