	#contact_reset {
    display: none;
}
#sub_mit {
        display: inline-block;
    padding: 15px 40px;
    background-color: #a4bebf;
    color: #FFFFFF;
    line-height: 12px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 25px;
}
#sub_mit:hover {
    background: black;
}
#frm-action-104220 {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 20px;
}
#frm-action-104220 > .bp_form_field:nth-child(1),
#frm-action-104220 > .bp_form_field:nth-child(4),
#frm-action-104220 > .bp_form_field:nth-child(5),
#frm-action-104220 > .bp_form_field:nth-child(6){
    grid-column: span 2;
}
#frm-action-104220 input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 15px;
    height: 35px;
    line-height: 55px;
    margin-bottom: 20px;
    color: #797979;
}
#frm-action-104220 textarea {
    width: 100%;
    height: 120px;
      border: 1px solid #ccc;
    color: #797979;
    padding: 10px 15px;
}
#frm-action-104220 > .bp_form_field:last-child > .bp_form_field {
    margin-top: 30px;
    border: none;
    background-color: #2b8fce;
    color: white;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    width: 200px;
    height: 60px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
