.footer_detail .frm_forms form .frm_form_field #field_e2pxo {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 14px;
    font-size: 16px;
    color: #fff;
    background: none;
    border: none;
    height: 44px;
}
.footer_detail button.frm_button_submit {
    width: 71px;
    margin: 0;
    padding: 0;
    background: #ffe681;
    color: #253646;
    font-size: 16px;
    font-weight: 700;
    border: none;
    height: 44px;
    position: absolute;
    right: 6px;
    top: 6px;
    border-radius: 3px;
}
.footer_detail .frm_forms form .frm_form_field #field_e2pxo_label span {
    display: none;
}
.footer_detail button.frm_button_submit:hover {
    background: #fff;
    color: #507b82;
}
.footer_detail .frm_forms #frm_error_field_7{ display: none; }
.paging_info a:hover, .paging_info span.current
{
    color: #ffe681;
}

/* Form Start */
.membership_signup_form .btns {
   max-width: 381px;
   font-family: 'Lexend', sans-serif;
}
.about_us_form .btns {    
   max-width: 365px;
   font-family: 'Lexend', sans-serif;
}
.become_haulers_form .btns {
    max-width: 381px;
    text-align: center;
    font-family: 'Lexend', sans-serif;
}
.form_block input[type=text],.form_block input[type=email],.form_block input[type=tel] {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #b2c2c4;
    border-radius: 3px;
    height: 50px;
    background: none;
    font-size: 16px;
    color: #253646;
}
.frm_checkbox a { color: #253646;text-decoration: underline; }
.certif_form .btns {
    min-width: 381px;
    text-align: center;
}
/* Form End */
.paging_info a.page-numbers::after,.paging_info span.current::after {
    content: "|";
    margin-left: 5px;
    color: #fff;
}
.paging_info a.next::after,.paging_info a.prev::after {
    content: " ";   
}
.cmt_form .error{ color: red;font-size: 16px; }
/*.check_info label {
    margin: 0 0 30px 0;
    padding: 6px;
    border: 1px solid #b2c2c4;
    border-radius: 3px;
    position: relative;
    display: block;
    min-height: 1.5rem;
}
.check_info label::before{
     width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    background: none !important;
    margin: auto;
    border: 1px solid #b2c2c4 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    pointer-events: none;
    content: "";
}
.check_info label::after{
    width: 38px;
    height: 38px;
    content: "\2714";
    position: absolute;
    left: 7px;
    top: -4px;
    margin: auto;
    color: #507b82;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: none !important;
    opacity: 0;
    font-size: 30px;
    display: block;
}
.check_info input[type=checkbox]
{
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;

}*/