/* @CHARSET "UTF-8";
.bs-wizard {border-bottom: solid 1px #e0e0e0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #43525a; font-size: 15px; font-weight: 600; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #ffd0b3; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 20px; height: 20px; background: #f15a22; border-radius: 50px; position: absolute; top: 5px; left: 5px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #00A551;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {background-color: #ffd0b3;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {background-color: #f15a22;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {background-color: #7FD2A8;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {background-color:#00A551;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #bbb;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; } */

@charset "UTF-8";
/*Form Wizard*/
.bs-wizard {
    /* border-bottom: dashed 1rem #b9b9b9; */
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    /* background: #ffd0b3; */
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}
/* main-circle-color */


/* width-border */
.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 2px;
    box-shadow: none;
    margin: 25px 0;
    /* border: dashed 1px #8C8C8C; */
}

/* color-border-step */
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0%;
    box-shadow: none;
    background: #FF5E1F;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
    /* background-color: #ffd0b3; */
}
/* current-step-color-inside-circle */
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
    background-color: #2542c4;
}
/* complete-step-border */
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {
    /* background-color: #7fd2a8; */
}
/* InSide-Circle */
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {
    background-color: #5900ff;
}

/* disabled-step */
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    /* background-color: #fa7575; */
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}
/*END Form Wizard*/


@media (max-width: 480px) {
    .responesive-text-step{
        margin:auto;
        max-width: 7rem;
    }
}
