/** Progressbar class css*/
.progressbar {
	position: relative;
    width: 100%;
	margin-top: 5px;
	background-color: rgb(245, 242, 235);
}

.proggress{
	height: 10px;
	width: 10px;
	background-color: #315efb;

	transition: width .33 linear;
}

.percentCount{
	position: absolute;
	top: 0;
	color: #fff;
	text-align: center;
	line-height: 22px;
}

.progressbarCount {
	font-size: 13px;
}

.progressbarCount span {
	font-weight: 500;
}