
.f1 {
    padding: 25px; background: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px;  text-align: center;}

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #716aca; }

.f1-step { position: relative; float: left; width: 20%; padding: 0 5px; }

.f1-step-icon {
    display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
    font-size: 16px; color: #716aca; line-height: 40px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    text-align: center;
}
.f1-step.activated .f1-step-icon {
    background:#716aca; border: 1px solid #716aca; color: #fff; line-height: 38px;
}
.f1-step.active .f1-step-icon {
    width: 48px; height: 48px; margin-top: 0px; color: #fff; font-size: 22px; line-height: 42px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #716aca; }
.f1-step.active p { color: #716aca; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #f35b3f; }
.mobile_only {
    display: none !important;
}
@media only screen and (min-width: 1440px) {
  /*
    .mobile_only{
        display:block!important;
        float: left;
        margin-left: -86px;
        margin-top:6px;

    }
*/

}
@media only screen and (max-width: 251px) {
    .mobile_only{
        display:none!important;

    }


}