.stepper_form {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

/* .stepper_form fieldset:not(:first-of-type) {
    display: none
} */

#progressbar {
    /* font-family: var(--bs-font-sans-serif); */
    position: relative;
    left: -20px;
    margin-bottom: 30px;
    overflow: hidden;
    color: #5d5d5d;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

#progressbar #step-type:before {
    content: "1";
}

#progressbar #step-personal:before {
    content: "2";
}

#progressbar #step-account:before {
    content: "3";
}

#progressbar #step-done:before {
    content: "4";
}



#progressbar #step-select_simpack:before {
    content: "1";
}

#progressbar #step-flight_details:before {
    content: "2";
}

#progressbar #step-payment:before {
    content: "3";
}

#progressbar #step-confirm:before {
    content: "4";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 40px;
    display: block;
    font-size: 22px;
    color: #5d5d5d;
    border: 3px solid #dfdfdf;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:not(:last-child):after {
    content: '';
    width: 115px;
    height: 5px;
    background: #dfdfdf;
    position: absolute;
    right: 0;
    margin-right: -57px;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c" !important;
}

#progressbar li.active:before,
#progressbar li.active:after {
    color: #fff;
    background: #4bb71b;
    border: 3px solid #4bb71b;
}