#msform{
    position: relative;
}
#msform fieldset{
    background: white;
    border: 0 none;
    border-radius: 10px;
    padding: 20px 30px;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 12px -2px;
}
#msform fieldset:not(:first-of-type){
    display: none;
}
/*#msform input, #msform textarea{
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}*/
#msform .action-button{
    width: 100px;
    background: #27AE60;
    font-weight: 400;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus{
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.fs-title{
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight:500;
}
.fs-subtitle{
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
#progressbar {
    overflow: hidden;
    counter-reset: step;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 85%;
    margin-bottom: 0;
}
#progressbar li {
    list-style-type: none;
    color: #7c7c7c;
    text-transform: capitalize;
    font-size: 13px;
    position: relative;
    font-weight: 500;
    flex-basis: 47%;

}
#progressbar li.active {
    color: #000;
    font-weight: 500;
}
#progressbar li:before {
    content: '';
    counter-increment: step;
    width: 22px;
    line-height: 18px;
    display: block;
    font-size: 13px;
    color: #fff;
    background: transparent;
    border-radius: 100%;
    margin: 0 auto 5px auto;
    border: 2px solid #ECECEC;
}
#progressbar li:nth-child(1):before{
    content:"\f00c" ;
    font-family: "FontAwesome" !important;
}
#progressbar li:nth-child(2):before{
    content:"\f00c" ;
    font-family: "FontAwesome" !important;
}
#progressbar li:nth-child(3):before{
    content:"\f00c" ;
    font-family: "FontAwesome" !important;
}
#progressbar li:after {
    content: '';
    width: 73%;
    height: 2px;
    background: #ececec;
    position: absolute;
    left: -35%;
    top: 11px;
    z-index: 0;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before {
    border: 2px solid #2946b6;
    color: #fff;
    background: #2946b6;
}
#progressbar li.active:after {
    background: #2946b6;
    color: #fff;
}
.form_holder {
    text-align: center;
    margin: 0px 0 0;
    padding: 0;
    padding-right: 15px;
}
.progress-01-wrap {
    margin-bottom: 25px;
    background: #fbfbfb;
    padding: 20px 10px;
    border-radius: 10px;
}
.back-01 {
    flex-basis: 4%;
}
.next-01 {
    flex-basis: 4%;
}
.custom-btn-step {
    border: none;
    padding: 8px 20px;
    margin-top: 20px;
    border-radius: 8px;
    background: #2946b6;
    background-size: 100%,1px;
    color: #fff;
}

.back-01 .previous,.next-01 .next {
    background-color: #2946b6;
    color: #fff;
    padding: 2px 11px 4px 11px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}
