.line_progress {
	position: fixed;
	width: 100%;
	background: #fff;
	height: 2px;
}

.line_progress i {
	position: relative;
	width: 10%;
	height: 2px;
	background: #DB0000;
	display: block;
}