.milestones{   margin-bottom:60px;
	position:relative;width:90%;
}
.milestones .progress-bar {
	background-image: -webkit-linear-gradient(top,#651fffe0 0%,#651fffe0 100%);
	background-image: -o-linear-gradient(top,#651FFF 0%,#651fffe0 100%);
	background-image: linear-gradient(to bottom,#651fffe0 0%,#651fffe0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#651FFF', endColorstr='#651FFF', GradientType=0);
}

.milestones .past{
	background-color:	#651FFF;

}
/**Milestone1**/

.milestones1{    margin-top: 15px;
	position:relative;width:90%;
}
.milestones1 .progress-bar {
	background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
	background-image: -o-linear-gradient(top,#000 0%, #000 100%);
	background-image: linear-gradient(to bottom, #000 0%, #000 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0);
}
.forward{
	background-image: -webkit-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, #dddddd 0%, #eeeeee 100%);
}
.milestones1 .past{
	background-color:	#000;

}
.tick {
	position: absolute;
    top: -10px;
    display: inline-block;
    height: 25px;
    border-radius: 50%;
    width: 25px;
    border: 1px solid #D3D3D3;
}
.progress{
	height:5px;
}
.first{
	left:-5px;
}
.last{
	right:-5px;
}
.tick-label {
	font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 25px;
    font-weight: 500;
}
.tick .fa {
	font-size: 15px;
    margin-top: 3px;
    margin-left: 4px;
}
.checkmark{
	background-image: -webkit-linear-gradient(top, #EEBC11 0%, #E67300 100%);
	background-image: -o-linear-gradient(top, #EEBC11 0%, #E67300 100%);
	background-image: linear-gradient(to bottom, #EEBC11 0%, #E67300 100%);
	color:transparent;
	-webkit-background-clip: text;
	-clip: text;
}
.checks{
	color:#fff;
}
.alt-label span{
	text-transform:uppercase;
	color:black;
}
.alt-label{
	display:none;
	margin-top:65px;
	text-align:center;
	color:#006FA4;
}
@media (max-width: 765px){
	.alt-label{
		display:block;
	}
	.labels label span{
		display:none;
	}
	.labels label:first-child:before {
		content: "S";
		position:relative;
		left:5px;
		font-size:18px;
		color: #00A800;
		font-weight: bold;
	}
	.labels label:nth-child(2):before {
		content: "2";
		position:relative;
		left:10px;
		font-size:18px;
		color: #00A800;
		font-weight: bold;
	}
	.labels label:nth-child(3):before {
		content: "3";
		position:relative;
		left:10px;
		font-size:18px;
		color: #00A800;
		font-weight: bold;
	}
	.labels label:nth-child(4):before {
		content: "4";
		position:relative;
		left:10px;
		font-size:18px;
		color: #00A800;
		font-weight: bold;
	}
	.labels label:nth-child(5):before {
		content: "5";
		position:relative;
		left:10px;
		font-size:18px;
		color: #00A800;
		font-weight: bold;
	}
	.labels label:last-child:before {
		content: "F";
		position:relative;
		left:-5px;
		font-size:18px;
		color: #00A800;
		font-weight: bold;
	}
}
.milestone-check{color:#008000;left:46%;}
.milestone-close{color:#FF0000;left:46%;}
