@media only screen and (max-width: 500px) {
    /**** form page ****/
    /* form */
    .form-wrapper form { max-width: 90%; }
    .it form .row.input-zip:not(.checkbox):not(.gender):not(.input-suburb) .error { top: 10px; }
    .it .dont-forget1, .it .dont-forget2 { background-size: 15px auto; height: 15px; left: -21px; top: 8px; width: 15px; }

    /* checkbox long */
    #form-long .checkbox .checkbox-text strong { float: none; line-height: 35px; margin-top: 0; width: 100%; top:0; }

    /**** exit traffic ****/
    .step.step-banners h1 { font-size: 20px; font-family: Arial, sans-serif; font-weight: normal !important; line-height: 22px; }

    .btn-why-win,
    .btn-gonext,
    .exit_traffic_after{
        display: none;
    }
}

