#steps-wrap .outter-img {
	height: 300px;
	overflow: hidden;
	position: relative;
}
#steps-wrap .outter-img img {
	margin-top: -65px;
}
#steps-wrap .progress {
	border-radius: 0;
}
#steps-wrap .progress-bar {
	background: #0079c8;
	border-radius: 0;
	-webkit-transition: width 2s ease;
	transition: width 2s ease;
}
#steps-wrap .border-right {
	border-color: #F2F2F2 !important;
}
#steps-wrap .border-right:last-of-type {
	border: none !important;
}
#steps-wrap .steps-number {
	font-size: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#steps-wrap .outter-img {
		height: 200px;
	}
	#steps-wrap .outter-img img {
		margin-top: -40px;
	}
}
@media only screen and (max-width: 767px) {
	#steps-wrap .outter-img {
		height: 150px;
	}
	#steps-wrap .outter-img img {
		margin-top: 0;
	}
}
