.dd-hp-facilities-wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.dd-hp-facilities-right .dd-hp-facilities-content p {
	color: var(--dd-text);
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 33px;
	margin: 0 0 20px;
}
.dd-hp-facilities-content ul {
	color:  var(--dd-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	margin: 10px 0px;
}
.dd-hp-facilities-hotlinephone ,
a.dd-hp-facilities-rehab {
	border-radius: 4px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dd-hp-facilities-hotlinephone {
	background: var(--main-cta-bckg);
	max-width: 280px;
	height: 64px;
	width: 100%;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
a.dd-hp-facilities-rehab {
	border: 1px solid var( --dd-main-bckg-color);
	max-width: 260px;
	height: 64px;
	color:var( --dd-main-bckg-color);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.dd-hp-facilities-buttons {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.dd-hp-facilities-galery {
	padding-top: 175px;
	max-width: 1500px;
	margin-left: auto;
}
#facilities-carousel ol.carousel-indicators {
	left: 0;
	position: relative;
	margin: 0;
	bottom: 0;
	padding-top: 80px;
	width: 100%;
	display: flex;
}
#facilities-carousel ol.carousel-indicators li {
	width: 100%;
	background: #D7E5EF;
	margin: 0;
	height: 6px;
}
#facilities-carousel ol.carousel-indicators li.active {
	background: #0E2648;
}
facilities-carousel .carousel-col {
	padding-left: 0;
}
.col-centered {
	float: none;
	margin: 0 auto;
}

.carousel-control { 
	width: 8%;
	width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
	margin-right: 40px;
	margin-left: 32px; 
	background-image: none;
	opacity: 1;
}
.carousel-control > a > span {
	color: white;
	font-size: 29px !important;
}

.carousel-col { 
	position: relative; 
	min-height: 1px; 
	padding: 5px; 
	float: left;
}
.dd-hp-facilities-wrap .dd-hp-facilities-content ul li {
    margin-bottom: 5px;
    line-height: 27px;
}
/*  .active > div { display:none; }
.active > div:first-child { display:block; } */

/*xs*/
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
	.carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
	.carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
	.carousel-inner .active.left { left: -33%; }
	.carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
	.carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
	.active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
	.carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
	.active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

section.dd-hp-facilities {
	padding: 157px 0 168px;
}
.dd-hp-facilities-wrap {
	display: flex;
	flex-wrap: wrap;
}
.dd-hp-facilities-left {
	position: relative;
}
.dd-hp-facilities-left:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2024/02/spining_text.svg);
	width: 200px;
	height: 201.057px;
	bottom: 0;
	animation: rotation 12s infinite linear;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.dd-hp-facilities-left:after {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2024/02/static_heart.svg);
	bottom: 0;
	left: 0;
	width: 200px;
	height: 201.057px;
	background-repeat: no-repeat;
	background-position: center;
}
.dd-hp-facilities-content ul li {
	color: var(--dd-text);;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px;
	margin: 0;
}
.block.img-responsive {
	border-radius: 20px;
	overflow: hidden;
}
.dd-hp-facilities-wrap h2.dd-sec-title {
    max-width: 500px;
}
@media only screen and (max-width:1500px){
	.dd-hp-facilities-left h2.dd-sec-title {
		max-width: 351px;
	}
	.dd-hp-facilities-right .dd-hp-facilities-content p {
		font-size: 18px;
		line-height: 30px;
	}
	section.dd-hp-facilities {
		padding: 125px 0 100px;
	}
	.dd-hp-facilities-galery {
		padding-top: 150px;
	}
	.dd-hp-facilities-left h2.dd-sec-title {
		margin-top: 0;
	}
}
@media only screen and (max-width:1200px) {

	section.dd-hp-facilities {
		padding: 80px 0 100px;
	}
	a.dd-hp-facilities-rehab {
		font-size: 15px;
	}
	.dd-hp-facilities-hotlinephone {
		font-size: 16px;
	}
	.dd-hp-facilities-galery .item .carousel-col:last-child {
		display: none;
	}
	.dd-hp-facilities-galery .carousel-col.col-md-4.col-xs-12 {
		width: 50%;
	}
	.dd-hp-facilities-galery {
		padding-top: 90px;
	}
	.dd-hp-facilities-galery .block.img-responsive {
		max-height: 335px;
		height: 100%;
	}
	a.dd-hp-facilities-rehab {
		max-width: 210px;
		height: 54px;
	}
	.dd-hp-facilities-hotlinephone {
		height: 54px;
		max-width: 210px;
	}
	.dd-hp-facilities-hotlinephone {
		font-size: 15px;
	}
}
@media only screen and (max-width:991px) {
	section.dd-hp-facilities {
		padding: 80px 0 120px;
	}
	.dd-hp-facilities-left {
/* 		padding-top: 130px; */
	}
	.dd-hp-facilities-left:before {
		top: -86px;
		bottom: unset;
		width: 100%;
		height: 168.888px;
		background-size: contain;
	}
	.dd-hp-facilities-left:after {
		top: -86px;
		width: 100%;
		height: 168.888px;
	}
	.dd-hp-facilities-content {
		padding-top: 35px;
	}
	#facilities-carousel ol.carousel-indicators {
		padding-top: 68px;
	}
}
@media only screen and (max-width:768px) and (max-width:991px) {
	.dd-hp-facilities-buttons {
		flex-direction: row;
		justify-content: flex-start;
	}
		a.dd-hp-facilities-hotlinephone {
		max-width: 210px;
		margin-right: 15px;
	}
}
@media only screen and (max-width:991px){
	.dd-hp-facilities-buttons {
		flex-direction: column;
	}
	a.dd-hp-facilities-hotlinephone {
		width: 100%;
		max-width: 100%;
		margin-bottom: 18px;
	}
	a.dd-hp-facilities-rehab {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width:767px) {
	.dd-hp-facilities-galery .carousel-col:nth-child(n+2) {
		display: none;
	}
	.dd-hp-facilities-galery .carousel-col.col-md-4.col-xs-12 {
		width: 100%;
	}
	.dd-hp-facilities-galery {
		padding-top: 70px;
	}
	a.dd-hp-facilities-rehab {
		max-width: 100%;
	}
	.dd-hp-facilities-content ul, .dd-hp-facilities-content ul li {
		margin-left: 0;
		line-height: 24px;
		padding-bottom: 10px;
	}
}
.facilities-slidecontainer {
	padding-top: 85px;
}

/* slider */
.facilities-slidecontainer{
	width: 100%; 
}


.facilities-slider {
	-webkit-appearance: none; 
	appearance: none;
	width: 100%; 
	background: #D7E5EF;
	height: 4px;
	outline: none;
	opacity: 0.7; 
	-webkit-transition: .2s;
	transition: opacity .2s;
}


.facilities-slider:hover {
	opacity: 1; 
}

.facilities-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 16.6%;
	height: 4px; 
	background: #0E2648;;
	cursor: pointer; 
}

.facilities-slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #0E2648;
	cursor: pointer; 
}
input#myfacilities {
	max-width: 1170px;
}

.facilities-custom-slider {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 175px;
}
.slider-wrapper .image-list {
	display: flex;
	gap: 30px;
	font-size: 0;
	margin-bottom: 60px;
	overflow-x: auto;
 	scrollbar-width: none;
}
.slider-wrapper .image-list::-webkit-scrollbar {
	display: none;
}
.slider-wrapper .image-list .image-item {
	width: 564px;
	height: 416px;
	border-radius: 10px;
	object-fit: cover;
}
.facilities-container .slider-scrollbar {
	height: 24px;
	width: 100%;
	display: flex;
	align-items: center;
}
.slider-scrollbar .scrollbar-track {
	position: relative;
	height: 3px;
	width: 100%;
	background: #E6E6E0;
	border-radius: 6px;
}
.slider-scrollbar:hover .scrollbar-thumb {
	height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
	position: absolute;
	height: 100%;
	width: 16%;
	background: var( --dd-main-bckg-color);
	border-radius: inherit;
	cursor: grab;
}
.slider-scrollbar .scrollbar-thumb:active {
	cursor: grabbing;
	height: 100%;
}
.slider-scrollbar .scrollbar-thumb:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	bottom: -10px;
}

@media all and (max-width: 1700px) {
	.facilities-custom-slider {
		padding-top: 125px;
	}
	.slider-wrapper .image-list .image-item {
		width: 523px;
		height: 383px;
	}
}
@media all and (max-width: 1500px) {
		.dd-hp-facilities-left:after {
		background-size: contain;
		height: 180.057px;
		bottom: 9px;
	}
	.dd-hp-facilities-left:before {
		background-size: contain;
		height: 180.057px;
		bottom: 9px;
	}
}
@media all and (max-width: 1200px) {
	.facilities-custom-slider {
		padding-top: 100px;
		padding-left: 15px;
	}
	.slider-wrapper .image-list .image-item {
		width: 458px;
		height: 335px;
	}
}

@media all and (max-width: 991px) {
	.slider-wrapper .image-list .image-item {
		width: 540px;
		height: 395px;
	}
}

@media all and (max-width: 600px) {
	.slider-wrapper .image-list {
		gap: 15px;
	}
	.slider-wrapper .image-list .image-item {
		width: 334px;
		height: 243px;
	}
	.dd-hp-facilities-left:after {
		height: 150.888px;
		top: -158px;
		background-size: contain;
	}
	.dd-hp-facilities-left:before {
		top: -168px;
	}
	.dd-hp-facilities-content {
		padding-top: 22px;
	}
	.dd-hp-facilities-content ul {
		padding-left: 20px;
	}
	.dd-hp-facilities-right .dd-hp-facilities-content p {
		line-height: 32px;
	}
	.dd-hp-facilities-buttons {
		padding-top: 15px;
	}
	section.dd-hp-facilities {
		padding: 80px 0 100px;
	}

}