.img-treatment
{
	aspect-ratio: 1 / 1;
	width: 100% !important;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

.icon-treatment
{
	max-height: 80px;
	width: auto;
}

.icon-treatment-bold
{
	filter:drop-shadow(0.1px 0 0 white)
		   drop-shadow(0 0.1px 0 white)
		   drop-shadow(-0.1px 0 0 white)
		   drop-shadow(0 -0.1px 0 white)
}

.appointment-from.card
{
	background-color: rgb(42, 109, 146, 0.75) !important;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	border: none;
	overflow: visible !important;
}

.appointment-text.card
{
	background-color: rgb(255,255,255, 0.25) !important;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	border: none
}

.appointment-from .form-group .form-control {
	height:           50px;
	color:            #2b3a43;
	font-family:      Poppins;
	border:           none;
	background-color: rgba(244, 250, 255, 0.84);
	font-size:        14px;
	padding:          10px 20px;
	width:            100%;
	border-radius:    0;
	font-weight:      500;
}

.appointment-from .form-group textarea.form-control {
	height: auto;
}

.appointment-from .nice-select {
	height: 50px;
	width: 100%;
	line-height: 32px;
	font-size: 15px;
	padding-left: 20px;
	color: #6E6E6E;
	background-color: #16213E;
}

.appointment-from .nice-select .list {
	background-color: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	border-radius: 8px;
	margin-top: 0;
	width: 100%;
}

.appointment-from .nice-select .list .option {
	transition: 0.6s;
	color: #6E6E6E;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #e4eef1;
}

.appointment-from .nice-select .list .option:hover {
	background-color: #16213E !important;
	color: #ffffff;
}

.appointment-from .nice-select .list .option .selected {
	background-color: transparent;
	font-weight: 600;
	color: #6E6E6E;
}

.nice-select .option {
	line-height: 30px;
	min-height: 30px;
}

.appointment-from .nice-select::after {
	height: 8px;
	width: 8px;
	border-color: #a7a7a7;
	right: 23px;
}

.nice-select .option:first-child,
.nice-select .option:first-child:hover,
.nice-select .option:first-child.focus,
.nice-select .option:first-child.selected,
.nice-select .option:first-child.selected.focus {
	background: #297097 !important;
	color: #ffffff !important;
}

.nice-select.form-control.required {
	border: 1px solid #be1e1e;
}

.nice-select.form-control.required > .current {
	color: #be1e1e;
}

