section.cleaning-facility .form-control input {
	background: #fff;
	border-radius: 10px;
	height: 50px;
	padding: 10px 35px 10px 20px;
	box-shadow: 2px 0px 12px 7px rgba(187, 221, 235, 0.48);
	-webkit-box-shadow: 2px 0px 12px 7px rgba(187, 221, 235, 0.48);
	-moz-box-shadow: 2px 0px 12px 7px rgba(187, 221, 235, 0.48);
	height: 60px;
}
section.cleaning-facility .form-control input::placeholder {
	color: #aeaeae;
	font-family: "Gilroy-Medium";
	font-size: 18px;
}
section.cleaning-facility .form-control {
	background: transparent;
	border: none;
	padding: 0;
	position: relative;
}
section.cleaning-facility .form-control i.fa-solid.fa-magnifying-glass {
	position: absolute;
	top: 30%;
	right: 13px;
	font-size: 22px;
	color: #aeaeae;
}
.services-expertise .form-group {
	display: block;
	margin-bottom: 5px;
}
.services-expertise .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.services-expertise .form-group .lable-wrapper {
	position: relative;
	cursor: pointer;
}
.services-expertise .form-group .lable-wrapper span {
	position: relative;
	cursor: pointer;
}
.services-expertise .form-group .lable-wrapper span:before {
	content: "";
	-webkit-appearance: none;
	border: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 13px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	background: #662d91;
	border-radius: 5px;
}
.services-expertise .form-group label.lable-wrapper input:checked + span:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 9px;
	width: 9px;
	height: 14px;
	border: solid #fff;
	border-width: 0px 3px 3px 0px;
	transform: rotate(45deg);
}
.services-expertise .form-group.active {
	background: rgb(233, 207, 252);
	background: linear-gradient(
		90deg,
		rgba(233, 207, 252, 1) 12%,
		rgba(237, 217, 252, 1) 48%,
		rgba(243, 230, 254, 1) 71%,
		rgba(248, 240, 254, 1) 100%
	);
}
.services-expertise li.form-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 20px;
	cursor: pointer;
}
ul.checkbox-list li.form-group h4 {
	color: #12001e;
	font-family: "Gilroy-Bold";
	font-size: 17px;
	margin: 0;
}
.services-expertise {
	padding: 10px 0 10px 0;
	background: #faf3ff;
	border-radius: 20px;
	margin-top: 30px;
}
.services-expertise h5 {
	font-size: 20px;
	font-family: "Gilroy-Bold";
	font-size: 17px;
	color: #12001e;
	margin: 0;
	padding: 22px 20px;
}
.services-expertise .rating {
	display: flex;
	flex-direction: row;
	gap: 0px;
	align-items: center;
}
h6.rating-number {
	color: #12001e;
	font-size: 16px;
	font-family: "Gilroy-Bold";
	margin-left: 6px;
}
.services-expertise .rating label {
	cursor: pointer;
	color: #12001e;
}
.services-expertise.form-wrapper-pink-bg .form-control input {
	background: #e9cffc !important;
	box-shadow: none !important;
	height: 50px !important;
}
.services-expertise.form-wrapper-pink-bg .form-control input::placeholder {
	color: #12001e !important;
}
.padding-from-to {
	padding: 10px 20px;
}
section.cleaning-facility {
	padding: 30px 0;
}
section.cleaning-facility .card {
	border: none;
	border-radius: 10px;
	margin-right: -10px !important;
	height: unset;
}
section.cleaning-facility .card img {
	width: 100%;
	height: 230px;
	object-fit: fill;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
section.cleaning-facility li.slick-active {
	background-color: #fff !important;
}
section.cleaning-facility ul.slick-dots li {
	background-color: #707070;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}
section.cleaning-facility li.slick-active {
	background-color: #fff !important;
	transform: scale(1.8);
}
/* find the provider detail page */
.gft-detail-image-banner img {
	width: 100%;
	height: 270px;
	object-fit: fill;
}
.main-chat {
	width: 180px;
	background: #662d91;
	position: absolute;
	right: 8%;
	bottom: 17%;
	border-radius: 100px;
	animation: scaleAnimation 1.5s infinite alternate ease-in-out;
}
.gft-detail-image-banner {
	display: flex;
	align-items: center;
}
.chat-profile {
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 10px;
}
.img-chat img {
	width: 100%;
	height: 30px;
	object-fit: scale-down;
}
.img-chat {
	background: #fff;
	border-radius: 100px;
	padding: 8px;
}
.chat-heading img {
	width: 100%;
	height: 30px;
	object-fit: scale-down;
}
.chat-heading {
	display: flex;
	align-items: center;
	gap: 2px;
}
.content-wrapper-gft h5 {
	color: #f9f7fb;
	font-family: "Gilroy-Medium";
	font-size: 12px;
	white-space: nowrap;
	margin-bottom: 3px;
}
.content-wrapper-gft h4 {
	color: #f9f7fb;
	font-family: "Gilroy-SemiBold";
	font-size: 16px;
}
@keyframes scaleAnimation {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.handshake-container {
	position: relative;
}

.handshake-container img {
	animation: shakeHands 2s infinite;
}

@keyframes shakeHands {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(10deg);
	}
	50% {
		transform: rotate(-10deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
section.about-address .btn {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.responsive-map-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image-container {
	position: absolute;
	top: -280px;
}
/* Actual image */
.image-container img {
	width: 240px;
	/* display: inline-block; */
	height: 240px;
	object-fit: fill;
	border-radius: 100%;
	border: 6px solid #fff;
}
h3.address-heading {
	color: #053c52;
	font-size: 22px;
}
.top-wrapper {
	margin-top: 150px;
}
.top-wrapper p {
	color: #738288;
	margin: 14px 0;
	line-height: 1.5;
}
ul.address-details li a {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 19px;
}
ul.address-details li a img {
	width: 25px;
	height: 25px;
	object-fit: scale-down;
}
ul.address-details li h5 {
	font-family: "Gilroy-Medium";
	color: #738288;
	font-size: 16px;
	margin: 0;
}
ul.address-details li i {
	color: #738288;
	font-size: 16px;
	margin: 0;
	border-radius: 100%;
	border: 1px solid #738288;
	padding: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.address-details {
	margin-top: 20px;
}
h4.kilom-heading {
	font-family: "Gilroy-bold";
	color: #738288;
	font-size: 16px;
}
.services-detail-fivestar {
	background: #faf3ff;
	padding: 17px 20px;
	text-align: end;
	border-radius: 20px;
}
.services-detail-fivestar h5 {
	color: #12001e;
	font-size: 14px;
	font-family: "Gilroy-bold";
}
.tabs-wrapper-services-detail a.btn {
	width: unset;
	padding: 10px 20px;
	height: unset;
	font-size: 10px;
}
.card .add-detail h4 {
	color: #053c52;
	font-size: 15px;
	font-family: "Gilroy-Bold";
}
h5.euro-heading {
	color: #053c52;
	font-size: 20px;
	font-family: "Gilroy-Bold";
}
h5.euro-heading span {
	color: #053c52;
	font-size: 14px;
	font-family: "Gilroy-medium";
}
.card.wrapper-card {
	height: unset;
}
section.about-address {
	padding-bottom: 70px;
}
section.about-address .nav-pills .nav-link.active,
section.about-address .nav-pills .show > .nav-link {
	color: #12001e;
	background-color: #faf3ff;
}
section.about-address li.nav-item button.nav-link {
	color: #738288;
	font-size: 16px;
	font-family: "Gilroy-Bold";
}
.bg-wrapper-product {
	background: #f1fbff;
	padding: 20px 10px 40px 0px;
	border-radius: 10px;
}
section.about-address ul#pills-tab {
	border-bottom: 1px solid #e7e7e9;
	padding-bottom: 15px;
	/* margin-bottom: 29px; */
}
section.about-address .testemonial-slider-main {
	padding: 20px;
	background: #faf3ff;
	border-radius: 10px;
	width: 100%;
	margin: 0px;
}
section.about-address h4.content-review {
	color: #053c52;
	font-size: 19px;
	font-family: "Gilroy-Bold";
}
section.about-address .rating label i.fas.fa-star {
	font-size: 16px;
}
section.about-address .rating {
	display: flex;
	flex-direction: row-reverse;
	gap: 1px;
}
section.about-address .img-review {
	width: 100%;
	height: 40px;
	object-fit: scale-down;
	border-radius: 100%;
}
section.about-address .view-profile {
	color: #662d91;
	text-decoration: underline;
	font-family: "Gilroy-SemiBold";
	font-size: 14px;
}

/* find the provider detail page */
.window_cleaning_details a.btn.hover-wrapper {
	width: 140px;
}

.gallery_heading_wrapper h3 {
	color: #053c52;
	font-size: 28px;
}

.window_cleaning_banner img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	margin-bottom: 20px;
}

.gallery_img_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 20px;
}

.window_cleaning_details p {
	line-height: 1.5;
	margin-bottom: 30px;
}
section.about-address .add-detail {
	padding: 14px 12px;
	height: 153px;
}
section.window_cleaning_service_sec .slider-card ul.slick-dots {
	display: flex;
	flex-direction: column;
	bottom: 41px !important;
	left: 25px;
	gap: 6px;
}
section.about-address .rating label {
	cursor: pointer;
	color: #fdc22f;
	margin-bottom: 5px;
}
@media (max-width: 1367px) {
	section.cleaning-facility .add-detail {
		padding: 10px;
	}
	.card img {
		width: 100% !important;
		height: 250px !important;
		object-fit: fill;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}
}
@media (min-width: 1000px) and (max-width: 1025px) {
	ul.checkbox-list li.form-group h4 {
		font-size: 14px;
	}
	.services-expertise .form-group .lable-wrapper span:before {
		padding: 10px;
	}
	.services-expertise
		.form-group
		label.lable-wrapper
		input:checked
		+ span:after {
		top: 2px;
		left: 6px;
		width: 8px;
		height: 12px;
	}
	section.cleaning-facility {
		padding: 60px 0;
	}
	section.cleaning-facility .form-control input {
		padding: 10px 5px 10px 10px;
	}
}
@media (max-width: 576px) {
	.image-container img {
		width: 160px;
		height: 160px;
	}
	.top-wrapper {
		margin-top: 110px;
	}
	.image-container {
		position: absolute;
		top: -180px;
	}
	h3.address-heading {
		margin-top: 30px;
	}
	.tabs-wrapper-services-detail .card {
		margin-right: 0px !important;
		margin-bottom: 20px;
	}
	section.about-address .testemonial-slider-main {
		margin-bottom: 30px;
	}
	.services-detail-fivestar {
		margin-top: 30px;
	}
	.window_service_heading_wrapper h3 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.service_gallery_wrapper {
		background-color: #f1fbff;
		padding: 10px 0px;
		border-radius: 12px;
	}
}
@media (max-width: 281px) {
	.main-chat {
		width: 180px;
		background: #662d91;
		position: absolute;
		right: 8%;
		bottom: 37%;
		border-radius: 100px;
		animation: scaleAnimation 1.5s infinite alternate ease-in-out;
	}
}
