.tabs-sign-up .nav-link {
	background-color: #e9cffc !important;
	width: 200px;
	padding: 15px 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Gilroy-SemiBold";
	color: #2d004e;
	border-radius: 10px;
	position: relative;
	z-index: 111;
}
h6.step-right {
	position: relative;
	left: -30px;
}
.map-radius-heading h4 {
	font-family: "Gilroy-SemiBold";
	color: #053c52;
	margin-bottom: 18px;
	font-size: 18px;
}
.step-content h6 {
	color: #053c52;
}
h6.step-right1 {
	position: relative;
	right: -12px;
}
h6.step-right2 {
	position: relative;
	right: -40px;
}
.tabs-sign-up {
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	padding: 40px;
}
.tabs-sign-up ul#pills-tab {
	gap: 0;
	justify-content: center;
}
h2.sign-cleaning {
	text-align: center;
	margin-bottom: 20px;
}
.tabs-sign-up.sign-items-wrapper .nav-pills .nav-link.active {
	border: none;
	background-color: #662d91 !important;
	z-index: 11111;
}
.tabs-sign-up.sign-items-wrapper .form-group .lable-wrapper: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: 15px !important;
}
.tabs-sign-up.sign-items-wrapper
	.form-group
	input[type="checkbox"]:checked
	+ .lable-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border: solid #fff;
	border-width: 7px;
	transform: rotate(45deg);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
button#pills-profile-tab {
	right: 10px;
	position: relative;
}
button#pills-home-tab {
	right: -10px;
	position: relative;
}
.tabs-sign-up .form-control input {
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.checkbox-list-wrapper {
	display: flex;
	align-items: start;
	gap: 10px;
	overflow: auto;
	padding-bottom: 10px;
	flex-direction: column;
}
li.form-group.wrapper {
	display: flex !important;
	align-items: start;
	justify-content: start;
	background: #fff;
	padding: 0px 0px;
	border-radius: 10px;
	gap: 8px;
	margin: 0px;
	cursor: pointer;
	position: relative;
}
.checkbox-list-wrapper li.form-group h4 {
	font-size: 16px;
	margin: 0;
	font-family: "Gilroy-SemiBold";
	color: #12001e;
	position: relative;
	bottom: -5px;
}
a.btn.hover-wrapper1 {
	background: #662d91;
	margin-top: 10px;
}
span.sign-wrapper {
	text-decoration: underline;
}
.term-condition-heading h5 {
	color: #053c52;
	font-family: "Gilroy-Medium";
	font-size: 22px;
}
.term-condition-heading {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
	align-items: center;
	justify-content: center;
}
.background-logo {
	height: 100vh;
	position: absolute;
	z-index: -1;
	top: 0;
}
.background-logo {
	background-image: url("../img/big-logo.png");
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1; /* Ensures that the background doesn't cover other content */
}
header.web-header {
	background: transparent !important;
	padding: 16px;
	position: relative;
	z-index: 9;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.background-logo img {
	display: none;
}
.custom-upload-button {
	background-color: #ccf0ff;
	color: white;
	padding: 7px 10px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.upload-image {
	background: #fff;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
}
.custom-upload-button:hover {
}

.custom-upload-button span {
	margin-left: 5px;
	color: #053c52;
	font-family: "Gilroy-SemiBold";
	font-size: 16px;
}
.wrapper1 {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.wrapper1 img {
	width: 60px;
	height: 50px;
	object-fit: scale-down;
}
.form-control select.form-select {
	color: #b8b8b8;
	background-color: transparent;
	border-color: #e3e3e3;
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
	width: 100%;
	margin: 0;
	font-family: "Gilroy-Regular";
	font-size: 16px;
}
.responsive-map-container {
	padding: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
}
h3.or-sign {
	text-align: center;
	margin-top: 19px;
	color: #2d004e;
	width: 100px;
	height: 44px;
	background: #e9cffc;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 14px;
	font-family: "Gilroy-SemiBold";
}
input#customRange1[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 5px solid #fff;
	height: 23px;
	width: 23px;
	border-radius: 27px;
	background: #662d91;
	cursor: pointer;
	margin-top: -9.5px;
	box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.5);
}
input#customRange1[type="range"]::-moz-range-thumb {
	box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.5);
	border: 5px solid #fff;
	height: 23px;
	width: 23px;
	border-radius: 27px;
	background: #662d91;
	cursor: pointer;
}
input#customRange1[type="range"]::-ms-thumb {
	box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.5);
	border: 5px solid #fff;
	height: 23px;
	width: 23px;
	border-radius: 27px;
	background: #662d91;
	cursor: pointer;
}
input#customRange1[type="range"]::-webkit-slider-runnable-track {
	height: 8px;
	cursor: pointer;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	background: #662d91;
	border-radius: 5px;
	border: 1px solid #333333;
}
input#customRange1[type="range"]:focus::-webkit-slider-runnable-track {
	background: #662d91;
}
input#customRange1[type="range"]::-moz-range-track {
	height: 15px;
	cursor: pointer;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	background: #662d91;
	border-radius: 5px;
	border: 1px solid #333333;
}
input#customRange1[type="range"]::-ms-track {
	height: 15px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
input#customRange1[type="range"]::-ms-fill-lower {
	background: #662d91;
	border: 1px solid #333333;
	border-radius: 10px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}
input#customRange1[type="range"]:focus::-ms-fill-lower {
	background: #662d91;
}
input#customRange1[type="range"]::-ms-fill-upper {
	background: #662d91;
	border: 1px solid #333333;
	border-radius: 10px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}
input#customRange1[type="range"]:focus::-ms-fill-upper {
	background: #662d91;
}

.or-background {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.-service-add-wrapper {
	height: 100%;
}
.tabs-sign-up.sign-items-wrapper {
	padding-top: 120px;
	position: relative;
}
h2.sign-cleaning.cleaner-wraaper-position {
	position: absolute;
	top: 41px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
}
@media (max-width: 1367px) {
	.tabs-sign-up .nav-link {
		font-size: 14px;
	}
	.tabs-sign-up .nav-link {
		width: 167px;
	}
	h2.sign-cleaning {
		font-size: 35px;
	}
	.checkbox-list-wrapper li.form-group h4 {
		font-size: 14px;
	}
	h3.or-sign {
		width: 100px;
		height: 44px;
		font-size: 14px;
	}
}
@media (max-width: 576px) {
	section.wizard {
		padding: 90px 0 200px 0 !important;
		position: relative;
	}
	.tabs-sign-up .nav-link {
		width: 137px;
	}
	button#pills-home-tab {
		right: 0px;
		position: relative;
	}
	.background-logo {
		display: none;
	}
}
@media (max-width: 576px) {
	h2.sign-cleaning.cleaner-wraaper-position {
		top: 21px;
	}
	.tabs-sign-up {
		background: #fff;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
		padding: 10px;
	}
	.tabs-sign-up .nav-link {
		width: 117px;
	}
	button#pills-profile-tab {
		right: 4px;
		position: relative;
	}
	h6.step-right {
		position: relative;
		left: -3px;
	}
	h6.step-right2 {
		position: relative;
		right: -14px;
	}
	.step-content h6 {
		font-size: 13px;
	}
}
