.has-bg-img:after {
	content: '';
	background-image: url(/wp-content/uploads/2024/03/1471.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.4;
	/* Here is your opacity */
	background-size: cover;
	background-position: center;
}

.has-bg-img {
	position: absolute;
	top: -16px;
	left: -16px;
	right: -16px;
	bottom: -16px;
	padding: 64px;
	font-weight: bold;
	background: #61CE7099;
	color: #fff;
}

#loader {
	text-align: center;
}

#loader img {
	width: 50px;
	/* Adjust size as needed */
	height: 50px;
	/* Adjust size as needed */
}

.provider-img img {
	border-radius: 50%;
	object-fit: cover;
}
.dynamictime_{
	height: 350px;
	overflow-y: scroll;
}
.hide-select{
	display: none;
}