.sect-progress-bar {
	display: none;
}

@media (max-width: 768px) {

  .sect-progress-bar {
    display: flex;
  }

  .sect-progress-bar {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
		border-radius: 8px!important;
		margin-top: 20px;
  }
  .sect-progress-bar .progress {
    width: calc(100% - 32px);
    margin: 0 8px;
    height: 5px;
  }
  .sect-progress-bar .icon {
    font-size: 24px;
  }
	.progress-bar {
		border-radius: 8px!important;
	}
  .step5porc { width: 5%}
  .step10porc { width: 10%}
  .step15porc { width: 15%}
  .step20porc { width: 20%}
  .step25porc { width: 25%}
  .step30porc { width: 30%}
  .step35porc { width: 35%}
  .step40porc { width: 40%}
  .step45porc { width: 45%}
  .step50porc { width: 50%}
  .step55porc { width: 55%}
  .step60porc { width: 60%}
  .step65porc { width: 65%}
  .step70porc { width: 70%}
  .step75porc { width: 75%}
  .step80porc { width: 80%}
  .step85porc { width: 85%}
  .step90porc { width: 90%}
  .step95porc { width: 95%}
  .step100porc { width: 100%}

}
@media (max-width: 576px) {

	.sect-progress-bar {
    margin-top: 20px;
  }
	.sect-progress-bar .icon {
    font-size: 24px;
  }


}
