.multi-steps-form .step{ 
    display: none;
}

.multi-steps-form .step.active{ 
    display: block;
}