.stepsContainer{flex-direction:row;margin-top:20px}.stepsCircle,.stepsContainer{display:flex;align-items:center;justify-content:center}.stepsCircle{height:60px;width:60px;border-radius:100%;background-color:#000}.stepsLine{width:20%;height:2px;background-color:#000;margin:0 10px}.stepsCircleInactive{border-radius:100%;border:1px solid #000}.stepsCircleActive,.stepsCircleInactive{height:60px;width:60px;justify-content:center;align-items:center;display:flex}.stepsCircleActive{border-radius:100%;background-color:#56ae48}.stepsLineActive{width:20%;height:2px;background-color:#56ae48;margin:0 10px}.BtnContainer{box-shadow:0 -1px 3px 0 rgba(0,0,0,.3);position:fixed;bottom:0;left:0;width:100%;background-color:#fff;height:70px;margin-top:30px;max-width:100%;display:flex;justify-content:space-around;z-index:999;align-items:center}.BtnSteps{color:#fff;height:75%;background:#051a23;border:2px solid #051a23;border-radius:5px}.BtnSteps:hover{cursor:pointer}.StepsIcon{height:60%}.stepsTitleContainer{justify-content:space-evenly!important;margin-left:4%;margin-right:4%}@media (max-width:768px){.stepsTitleContainer{display:none}}.stepsItemTitle:hover{cursor:pointer}.overlay{z-index:9999;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.modal{position:relative;background-color:#fff;padding:20px;border-radius:5px;width:728px;max-width:92%;text-align:center}.closeBtn{background-color:transparent;color:#000;border:none;cursor:pointer;position:absolute;top:10px;right:10px}.BtnModal{padding:10px 20px}