.progress-bar {
	position:relative;
    width: 100%;
    background-color: transparent;
    height: 30px;
	top:30px;
}
.progress {
    width: 0;
	float:right;
    height: 30px;
	
}


@media only screen and (max-width: 1699px) {
.progress-bar {
	position:relative;
    width: 100%;
    background-color: transparent;
    height: 20px;
	top:20px;
}
.progress {
    width: 0;
	float:right;
    height: 20px;
	
}}
	
	
	@media only screen and (max-width: 999px) {
.progress-bar {
	position:relative;
    width: 100%;
    background-color: transparent;
    height: 15px;
	top:15px;
}
.progress {
    width: 0;
	float:right;
    height: 15px;
	
}}



@media only screen and (max-width: 699px) {
.progress-bar {
	position:relative;
    width: 100%;
    background-color: transparent;
    height: 10px;
	top:10px;
}
.progress {
    width: 0;
	float:right;
    height: 10px;
	
}

}