.multi-step .modal-header .modal-steps .step:after,.multi-step .modal-header .modal-steps .step:before{
    border-color:#EAEAEA
}
.multi-step .btn.btn-primary{
    color:#fff;
    background-color:#be0000!important
}
.multi-step .modal-header .modal-steps .step .dot{
    border-color:#EAEAEA;
    background-color:#EAEAEA
}
.multi-step .modal-header .modal-steps .step.completed .dot,.multi-step .modal-header .modal-steps .step.completed:after,.multi-step .modal-header .modal-steps .step.current .dot,.multi-step .modal-header .modal-steps .step.current:after{
    border-color:#be0000
}
.multi-step .modal-header .modal-steps .step.current .dot:before{
    background-color:#EAEAEA
}
.multi-step .modal-header .modal-steps .step.completed .dot:before{
    background-color:#be0000
}
.multi-step .modal-header .modal-steps .step.skipped .dot,.multi-step .modal-header .modal-steps .step.skipped:after{
    border-color:#ffc107
}
.multi-step .modal-header .modal-steps .step.skipped .dot:before{
    background-color:#ffc107
}
.multi-step .modal-footer .btn-prev{
    padding: 5px 30px;
border-radius: 30px;
background-color: #be0000;
background: linear-gradient(to bottom left, #ff661f, #be0000, #be0000));
background: -webkit-linear-gradient(to bottom left, #ff661f, #be0000, #be0000));
background: -moz-linear-gradient(to bottom left, #ff661f, #be0000, #be0000);
}
.multi-step .modal-footer .btn-prev.disabled{
    padding: 5px 30px;
border-radius: 30px;
background-color: #eaeaea;
background: linear-gradient(to bottom left, #eaeaea, #eaeaea, #eaeaea));
background: -webkit-linear-gradient(to bottom left, #eaeaea, #eaeaea, #eaeaea));
background: -moz-linear-gradient(to bottom left, #eaeaea, #eaeaea, #eaeaea));
    color:#fff
}
.multi-step .modal-footer .btn-skip{
    background-color:#ffc107
}
.multi-step .modal-footer .btn-skip.disabled{
    background-color:#EAEAEA;
    color:#000
}
.multi-step .modal-footer .btn-next{
padding: 5px 30px;
border-radius: 30px;
background-color: #be0000;
background: linear-gradient(to bottom left, #ff661f, #be0000, #be0000));
background: -webkit-linear-gradient(to bottom left, #ff661f, #be0000, #be0000));
background: -moz-linear-gradient(to bottom left, #ff661f, #be0000, #be0000);
}
.multi-step .modal-footer .btn-next.disabled{
    background-color:#EAEAEA;
    color:#000
}
