.progress-bar-container-main{box-sizing:content-box;height:1.5em;position:relative;background:#555;border-radius:25px;padding:10px;box-shadow:inset 0 -1px 1px rgb(255 255 255 / .3);}.progress-bar-container-main>span{display:block;height:100%;border-top-right-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-bottom-left-radius:20px;background-color:#2bc253;box-shadow:inset 0 2px 9px rgb(255 255 255 / .3),inset 0 -2px 6px rgb(0 0 0 / .4);position:relative;overflow:hidden}.progress-bar-container-main>span:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:linear-gradient(-45deg,rgb(255 255 255 / .2) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .2) 50%,rgb(255 255 255 / .2) 75%,transparent 75%,transparent);z-index:1;background-size:50px 50px;animation:move 2s linear infinite;border-top-right-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-bottom-left-radius:20px;overflow:hidden}@keyframes move{0%{background-position:0 0}100%{background-position:50px 50px}}.progress-bar-container{margin-left:auto;margin-right:auto}@media screen and (max-width:425px){.progress-bar-container{width:100%}}@media screen and (min-width:426px){.progress-bar-container{width:60%}}#msform{width:100%;text-align:center;position:relative}#progressbar_stepper{overflow:hidden;counter-reset:step}#progressbar_stepper li{list-style-type:none;color:#fff;text-transform:uppercase;font-size:9px;width:33.33%;float:left;position:relative}#progressbar_stepper li:before{content:counter(step);counter-increment:step;width:4em;height:4em;line-height:4em;display:block;font-size:2em;color:#333;background:#fff;border-radius:3px;margin:0 auto 5px auto}#progressbar_stepper li:after{content:'';width:100%;height:2px;background:#fff;position:absolute;left:-50%;top:40%;z-index:-1}#progressbar_stepper li:first-child:after{content:none}#progressbar_stepper li.active:before,#progressbar_stepper li.active:after{background:#27AE60;color:#fff}