section.wizard {
	padding: 20px 0 90px 0;
	position: relative;
}
.step-container {
	position: relative;
	text-align: center;
	transform: translateY(-43%);
}
.select-the-service input#exampleFormControlInput1 {
	padding-right: 57px;
}
.step-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ccf0ff;
	line-height: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	cursor: pointer;
	color: #053c52;
	font-family: "Gilroy-SemiBold";
	font-size: 16px;
	transition: all 1s ease-in-out;
}
.step-circle.active {
	background-color: #27aae1;
	color: #fff;
	transition: all 1s ease-in-out;
}
.step-content.d-flex {
	position: relative;
	top: -24px;
}
.step-content h4 {
	color: #053c52;
	font-family: "Gilroy-SemiBold";
	font-size: 20px;
}
.step-line {
	position: absolute;
	top: 16px;
	left: 50px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: #007bff;
	z-index: -1;
}

#multi-step-form {
	overflow-x: hidden;
}
.progress-bar {
	height: 2px;
	background-color: transparent;
	border-top: 5px dotted #c8d4d9;
	width: 0%;
}
.form-group {
	display: block;
	margin-bottom: 5px;
}
.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group .lable-wrapper {
	position: relative;
	cursor: pointer;
}
.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: 5px;
}
.progress1 {
	display: none !important;
}
.form-group input[type="checkbox"]:checked + .lable-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 9px;
	width: 8px;
	height: 14px;
	border: solid #fff;
	border-width: 0px 3px 3px 0px;
	transform: rotate(45deg);
}
.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%
	);
}
li.form-group {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 20px 20px;
	border-radius: 10px;
	gap: 8px;
	margin: 10px;
	cursor: pointer;
	position: relative;
}
.select-the-service h2 {
	text-align: center;
	color: #12001e;
	font-size: 25px;
	margin: 20px;
	padding-top: 20px;
}
ul.checkbox-list {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow: auto;
	padding-bottom: 10px;
}
.select-the-service {
	background: #faf3ff;
	border-radius: 10px;
	padding: 20px;
}
li.form-group h4 {
	font-size: 18px;
	margin: 0;
	font-family: "Gilroy-SemiBold";
	color: #12001e;
	white-space: nowrap;
}
ul.checkbox-list li.form-group h5 {
	margin-top: 6px;
	font-size: 16px;
}
.select-srvice-step ul.checkbox-list li.form-group {
	align-items: baseline;
}
.progress2 {
	display: none !important;
}
ul.checkbox-list::-webkit-scrollbar {
	width: 20px;
}

ul.checkbox-list::-webkit-scrollbar-track {
	background-color: #e9cffc;
	border-radius: 100px;
	width: 20px;
}

ul.checkbox-list::-webkit-scrollbar-thumb {
	border-radius: 100px;
	border: 5px solid transparent;
	background-clip: content-box;
	background-color: #662d91;
}
/**
 *  Progress Bar
 */
.progress1 {
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #e9cffc;
	background-image: linear-gradient(to right, #662d91, #662d91);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.4s ease-in-out;
	margin-top: 0px;
	margin-bottom: 30px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.form-control.house-input img {
	position: absolute;
	top: 29%;
	right: 20px;
}
/* second slider */
.progress2 {
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #e9cffc;
	background-image: linear-gradient(to right, #662d91, #662d91);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.4s ease-in-out;
	margin-top: 0px;
	margin-bottom: 30px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
a.btn.next-step:hover:after {
	right: 110px !important;
}
a.btn.next-step:hover:before {
	left: 120px !important;
}
a.btn.next-step:before {
	width: 14px !important;
}
a.btn.next-step:after {
	width: 14px !important;
}
/* calender */
#calendar {
	width: 100%;
	margin: 0px auto;
	border: none;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
section.wizard .select-the-service #calendar select {
	padding: 5px;
	margin: 5px;
	background: #e9cffc;
	border: none;
	border-radius: 5px;
	padding: 10px;
	font-family: "Gilroy-SemiBold";
	font-size: 14px;
	color: #12001e;
}
div#calendar h3 {
	color: #12001e;
	font-family: "Gilroy-SemiBold";
	font-size: 18px;
}
#calendar table {
	width: 100%;
	border-collapse: collapse;
}
#calendar .current-day:before {
	background-color: #e9cffc;
	color: white;
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 38%;
	border-radius: 100px;
	z-index: -1;
	top: 6px;
}
#calendar th,
#calendar td {
	border: none;
	padding: 8px;
	text-align: center;
}
#calendar th {
	background-color: #faf3ff;
	color: #12001e;
	font-family: "Gilroy-SemiBold";
	font-size: 16px;
	width: 100px;
}
#calendar th:first-child {
	border-radius: 10px 0px 0px 10px;
}
#calendar th:last-child {
	border-radius: 0px 10px 10px 0px;
}
#calendar td {
	cursor: pointer;
}

#calendar td:hover {
	background-color: #f2f2f2;
}

#calendar .current-day {
	color: white;
	position: relative;
	z-index: 1111;
}

#calendar .selected-day {
	color: white;
	position: relative;
	z-index: 1111;
}
#calendar .selected-day:before {
	background-color: #662d91;
	color: white;
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 50%;
	transform: translateX(50%);
	border-radius: 100px;
	z-index: -1;
	top: 10%;
	padding: 15px;
}
/* Custom checkbox styling */
.dbgCont input[type="checkbox"] {
	display: none;
}
.dbgCont label {
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 0;
}
.dbgOuter {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
	width: 100%;
}
.dbgCont {
	padding: 28px 44px 20px 17px;
	border: 1px solid #e9cffc;
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	color: #12001e;
	font-family: "Gilroy-SemiBold";
	font-size: 15px;
	width: 100%;
}
/* Custom arrow icon */
.dbgCont label: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: #e9cffc;
	border-radius: 35px;
}
.dbgCont input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 9px;
	width: 8px;
	height: 14px;
	border: solid #662d91;
	border-width: 0px 3px 3px 0px;
	transform: rotate(45deg);
}

/* Checked mark aspect changes */
.dbgCont input[type="checkbox"]:not(:checked) + label::before {
	content: "";
}

/* Disabled checkbox styling */
.dbgCont input[type="checkbox"]:disabled:checked + label::before,
.dbgCont input[type="checkbox"]:disabled:not(:checked) + label::before {
	color: #999;
}

.dbgCont input[type="checkbox"]:disabled + label {
	color: #aaa;
}

/* Accessibility */
.dbgCont input[type="checkbox"]:checked:focus + label::before,
.dbgCont input[type="checkbox"]:not(:checked):focus + label::before {
	border: 1px dotted blue;
}
.use-wallet-content h4 {
	font-size: 16px;
	font-family: "Gilroy-SemiBold";
}
.slect-payment {
	padding: 0px 20px;
}
/* payment */
:root {
	--card-line-height: 1.2em;
	--card-padding: 1em;
	--card-radius: 0.5em;
	--color-green: #558309;
	--color-gray: #e2ebf6;
	--color-dark-gray: #c4d1e1;
	--radio-border-width: 2px;
	--radio-size: 1.5em;
}
.grid-wrapper .card {
	background-color: #fff;
	border-radius: var(--card-radius);
	position: relative;
	height: unset !important;
	margin-right: 0 !important;
	border: none;
}
.grid-wrapper .card:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.grid-wrapper .radio {
	font-size: inherit;
	margin: 0;
	position: absolute;
	right: calc(var(--card-padding) + var(--radio-border-width));
	top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	.grid-wrapper .radio {
		-webkit-appearance: none;
		-moz-appearance: none;
		background: #fff;
		border: var(--radio-border-width) solid var(--color-gray);
		border-radius: 50%;
		cursor: pointer;
		height: var(--radio-size);
		outline: none;
		transition: background 0.2s ease-out, border-color 0.2s ease-out;
		width: var(--radio-size);
	}
	.grid-wrapper .radio::after {
		border: var(--radio-border-width) solid #fff;
		border-top: 0;
		border-left: 0;
		content: "";
		display: block;
		height: 0.75rem;
		left: 25%;
		position: absolute;
		top: 50%;
		transform: rotate(45deg) translate(-50%, -50%);
		width: 0.375rem;
	}
	.grid-wrapper .radio:checked {
		background: #662d91;
		border-color: #fff;
	}
}
.grid-wrapper .plan-details {
	/* border: var(--radio-border-width) solid var(--color-gray); */
	border-radius: var(--card-radius);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding: var(--card-padding);
	transition: border-color 0.2s ease-out;
}

.grid-wrapper .card:hover .plan-details {
	border-color: var(--color-dark-gray);
}

.grid-wrapper .radio:checked ~ .plan-details {
	border: 1px solid #662d91;
	background: #e9cffc;
}
.grid-wrapper .radio:checked ~ .plan-details .card-imgs {
	background-color: #fff !important;
}
.grid-wrapper .radio:focus ~ .plan-details {
	box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.grid-wrapper .radio:disabled ~ .plan-details {
	color: var(--color-dark-gray);
	cursor: default;
}

.grid-wrapper .radio:disabled ~ .plan-details .plan-type {
	color: var(--color-dark-gray);
}

.grid-wrapper .card:hover .radio:disabled ~ .plan-details {
	border-color: var(--color-gray);
	box-shadow: none;
}

.grid-wrapper .card:hover .radio:disabled {
	border-color: var(--color-gray);
}

.grid-wrapper .plan-type {
	color: var(--color-green);
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1em;
}

.grid-wrapper .plan-cost {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0.5rem 0;
}

.grid-wrapper .slash {
	font-weight: normal;
}

.grid-wrapper .plan-cycle {
	font-size: 2rem;
	font-variant: none;
	border-bottom: none;
	cursor: inherit;
	text-decoration: none;
}

.grid-wrapper .hidden-visually {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.grid-wrapper {
	margin-top: 19px;
}
.card-imgs img {
	width: 100%;
	height: 60px !important;
	object-fit: scale-down;
}
.card-imgs {
	background: #e9cffc;
	border-radius: 10px;
	width: 80px;
}
.plan-details h4 {
	font-family: "Gilroy-SemiBold";
	font-size: 15px;
	margin-top: 12px;
	color: #12001e;
}
.select-the-service-booking {
	background: #e9cffc;
	border-radius: 10px;
	padding: 20px;
}
.select-the-service-booking h2 {
	text-align: start;
	color: #12001e;
	font-size: 25px;
	margin: 20px 0;
}
.our-service-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}
/*  */
.address-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.address-details {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
}
h3.booking-heading-main {
	font-size: 27px;
	font-family: "Gilroy-Medium";
	color: #12001e;
}
.address-detail-content h4 {
	font-size: 15px;
	font-family: "Gilroy-Medium";
	color: #12001e;
}
.address-detail-content {
	margin-bottom: 10px;
}
.address-details p {
	font-size: 15px;
	color: #12001e;
}
.total-amount h3 {
	font-size: 25px;
	font-family: "Gilroy-Medium";
	color: #12001e;
}
.total-amount h4 {
	font-size: 25px;
	font-family: "Gilroy-Medium";
	color: #12001e;
}
.booking-content {
	border-top: 1px solid #12001e;
	border-bottom: 1px solid #12001e;
}
.add-our-service {
	padding-bottom: 20px;
}
.ironiog-wrapper h4 {
	color: #12001e;
	font-size: 15px;
	font-family: "Gilroy-Bold";
}
.booking-price h5 {
	color: #12001e;
	font-size: 15px;
	font-family: "Gilroy-Bold";
	margin-bottom: 5px;
}
.booking-price h6 {
	color: #12001e;
	font-size: 11px;
	font-family: "Gilroy-Bold";
}
.add-our-service .address-flex h3 {
	color: #12001e;
	font-size: 23px;
	font-family: "Gilroy-SemiBold";
}
.our-service-details h6 {
	font-size: 14px;
}
.add-our-service .address-flex h4 {
	color: #12001e;
	font-size: 20px;
	font-family: "Gilroy-SemiBold";
}
.our-service-details h5 {
	color: #12001e;
	font-size: 16px;
	font-family: "Gilroy-SemiBold";
}
span.border-d-content {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0px 6px;
	margin: 0px 5px;
}
.booking-detail {
	margin-top: 15px;
}
.add-date-time-booking-details h4 {
	font-size: 15px;
	margin: 0;
	font-family: "Gilroy-SemiBold";
	color: #12001e;
}
.add-date-time-booking-details h5 {
	font-size: 12px;
	font-family: "Gilroy-SemiBold";
	color: #12001e;
}
.add-date-time-booking-details {
	margin-top: 10px;
	margin-bottom: 30px;
}
.select-the-service.add-wrapper-size .dbgCont {
	padding: 30px 0 5px 30px;
	border: none;
}
.select-the-service.add-wrapper-size .dbgCont label:before {
	padding: 11px;
}
.select-the-service.add-wrapper-size .dbgCont input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 7px;
	height: 12px;
	border: solid #662d91;
	border-width: 0px 3px 3px 0px;
	transform: rotate(45deg);
}
h4.add-doller {
	font-size: 24px;
}
h4.add-doller span {
	font-size: 16px !important;
}
.grid-wrapper.display-none-wrapper input.radio {
	display: none;
}
@media (max-width: 1367px) {
	.dbgCont {
		padding: 24px 11px 21px 15px;
	}
	.grid-wrapper .plan-details {
		padding: 7px;
	}
	.card-imgs {
		background: #e9cffc;
		border-radius: 10px;
		width: 67px;
	}
	h3.booking-heading-main {
		font-size: 21px;
		font-family: "Gilroy-Medium";
		color: #12001e;
	}
	.plan-details h4 {
		font-family: "Gilroy-SemiBold";
		font-size: 14px;
		margin-top: 12px;
		color: #12001e;
	}
	.grid-wrapper .radio {
		font-size: inherit;
		margin: 0;
		position: absolute;
		right: 7px;
		top: 10px;
	}
}
@media (min-width: 1000px) and (max-width: 1025px) {
	.card-imgs {
		width: 56px;
	}
}
@media (max-width: 576px) {
	section.wizard div#container {
		padding: 0px 10px;
	}
	#calendar {
		margin: 0px;
		padding: 0;
	}
	section.wizard .select-the-service #calendar select {
		padding: 10px;
		margin-top: 13px;
		width: 100px;
	}
	.dbgOuter {
		display: flex;
		align-items: center;
		gap: 16px;
		justify-content: center;
		width: 100%;
		flex-direction: column;
	}
	.grid-wrapper .radio {
		margin: 10px;
	}
	.address-details {
		background: #fff;
		padding: 20px;
		border-radius: 20px;
	}
	.total-amount h3 {
		font-size: 20px;
	}
	.total-amount h4 {
		font-size: 20px;
	}
	.slect-payment {
		padding: 0px 0px;
	}
	.dbgCont {
		padding: 44px 17px 20px 17px;
	}
	div#calendar h3 {
		margin-left: 20px;
	}
	.grid-wrapper .card {
		margin-bottom: 20px;
	}
	#calendar .current-day:before {
		width: 35px;
		height: 25px;
		right: 18%;
	}
}
