.booking-steps .active .icon {
	/*background: #992873;*/
	/* border: none; */
	background: #C03F96;
	border: none; 
}
.booking-steps .step.active {
	/*padding-bottom: 10px;*/
	border-bottom: 2px solid #C03F96!important;

	cursor: pointer;
	color: #C03F96;

	text-decoration: none;
}
.booking-steps .step .step-text {
	pointer-events: none;
	cursor: default;
}
.booking-steps .step.active .step-text {
	cursor: pointer;
	color: #C03F96;
}
.booking-steps .icon {
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 0px solid #999;
	position: relative;
	z-index: 1;
	border-radius: 100%;
	background-clip: padding-box;
	background: #BBBDBF;
}
#progress {
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #f9f9f9;
	font-size: 12px;
	color: #afafaf;
}
.booking-steps .step {
	display: inline-block;
	vertical-align: top; 
	margin-bottom: 0px;
}
.step-text {
	display: inline-block;
	vertical-align: top; 
	padding-left: 10px;
	text-align: left;
}
.icon {
	color: #FFFFFF;
	line-height: 30px;
}
.progress-bar-section [data-step].access-approved {
	cursor: pointer;
	color: #C03F96;
}
.zero_padding
{
	padding: 0px;
}
.content_wrapper{
	padding-top: 30px;
}
.no-appointments {
	padding-top: 30px;
	font-size: 16px;
	color: #C03F96;
}

/*	Current Pharmacy Page Style Fix 	*/
#pharmacy-title:before, #insurance-title:before {
	margin-top: 0px!important; 
	height: inherit!important; 
}

/*	Screen Size Adjustments 	*/
@media (max-width:1100px){
	#booking_fields {
		/*width: 100%;*/
	}
	.progress_bar_width {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}