.banner-social-links-wrapper ul li {
	text-align: center;
	margin: 0px 0px;
}
.banner-social-links-wrapper {
	position: absolute;
	left: -6%;
	transform: rotate(-90deg);
	top: 38%;
}
.banner-social-links-wrapper ul li a {
	/*color: #000;*/
	font-size: 14px;
	font-weight: 600;
	padding: 5px 20px 4px 6px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}
/* franchise css starts here */
.franchise {
	background: var(--accent-color-1);
	/* padding: 200px 0px 0px 0px; */
}
.franchise .franchise-content-wrapper {
	text-align: center;
}
.franchise .franchise-content-wrapper h2 {
	font-size: 57px !important;
}
.franchise .locations-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 33px;
}
.franchise .locations-wrapper .location-btn img {
	height: 50px;
}
.franchise .locations-wrapper .location-btn {
	background: #fff;
	border-radius: 37px;
	padding: 3px 27px 3px 19px;
	box-shadow: 2px 5px 8px #91919180;
	border: 0px;
	display: flex;
	align-items: center;
}
.franchise .locations-wrapper .location-btn h6 {
	margin: 0px;
	display: flex;
}
.franchise .locations-wrapper .location-btn h6 span {
	margin-left: 5px;
}
.franchise-form {
	background: var(--accent-color-1);
	padding-bottom: 100px;
}
.franchise-form .franchise-form-heading-wrapper {
	text-align: center;
}
.franchise-form .franchise-form-heading-wrapper h6.small-heading {
	display: inline-block;
	background: #f8eb74;
	font-size: 17px !important;
	font-weight: bold !important;
	padding: 4px 20px;
	border-radius: 29px;
}
body[data-bs-theme="dark"] .franchise-form .form-control {
	background: var(--bs-body-bg);
}
.franchise-form-wrapper {
	/* background: #b0f0f2; */
	padding: 25px 60px 30px 45px;
	border-radius: 49px;
}
.franchise-form .franchise-form-wrapper label {
	margin-bottom: 8px;
	font-family: "Poppins";
	font-size: 15px;
	font-weight: 500;
}
.franchise-form .franchise-form-wrapper input {
	padding: 11px 24px;
	height: 51px;
	background: #d7f8f9;
	border: 0;
	border-radius: 10px;
}
.franchise-form .franchise-form-wrapper input::placeholder {
	font-size: 16px;
}
.franchise-form .franchise-form-wrapper textarea {
	padding: 11px 24px;
	background: #d7f8f9;
	border: 0;
	border-radius: 10px;
}
.franchise-form .franchise-form-wrapper textarea::placeholder {
	font-size: 16px;
}
.franchise-form .franchise-form-wrapper input:focus-visible {
	outline: 1px solid var(--accent-color-2);
	box-shadow: none;
}
.franchise-form .franchise-form-wrapper .form-group {
	margin: 30px 0px;
}
.franchise-form .franchise-form-wrapper .franchise-label-wrapper {
	padding: 21px 10px;
	border-top: 1px dashed #00000087;
	border-bottom: 1px dashed #00000087;
}
.franchise-form .franchise-form-wrapper .franchise-label-wrapper h5 {
	margin: 0px;
	font-size: 25px !important;
}
.franchise-form .franchise-form-wrapper .form-group .btn-wrapper {
	text-align: end;
}
.franchise-form .franchise-form-wrapper .franchise-label-wrapper:first-child {
	border-top: 0px;
}
.franchise-form .franchise-form-heading-wrapper h2 {
	font-size: 57px !important;
}
.franchise-form .franchise-form-heading-wrapper p {
	font-size: 15px !important;
}
/* franchise css ends here */
/* responsive starts here */
@media (max-width: 1440px) {
	.franchise .locations-wrapper .location-btn h6 {
		font-size: 16px !important;
	}
	.franchise .locations-wrapper .location-btn {
		padding: 3px 18px 3px 20px;
	}
	.franchise .franchise-content-wrapper h2 {
		font-size: 47px !important;
	}
}
/* responsive ends here */
.franchise-wrapper {
	/* overflow-x: scroll;
	width: 100%; */
	padding: 18px 0px;
	/* overflow-y: unset; */
}
/* .franchise-wrapper::-webkit-scrollbar {
	width: 10px;
} */
/* .franchise-wrapper::-webkit-scrollbar-track {
  box-shadow: none;
}
.franchise-wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: 1px solid transparent;
} */
.franchise-wrapper .slick-next:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #000;
	font-size: 30px;
	opacity: 1;
	font-weight: 700;
}
.franchise-wrapper .slick-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
	color: #000;
	font-size: 30px;
	opacity: 1;
	font-weight: 700;
}
.franchise-wrapper button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.franchise-wrapper button img {
	flex: 0 0 20%;
	width: 40px !important;
	height: 40px !important;
	object-fit: contain;
}
.franchise-wrapper button span {
	white-space: nowrap;
}
.franchise-slide .locationButton {
	margin: 0px auto;
}
.franchise-slide .locationButton {
	margin: 0px auto;
}

/* New Frenchise page  */
.progress__outer {
	background-color: #d5d4d4;
	height: 12px;
	margin-bottom: 20px;
	border-radius: 30px;
	box-shadow: 0 0 0px 8px #e8e8e8;
	max-width: 600px;
	width: 100%;
}

.progress__bar {
	width: 0;
	height: 100%;
	background: linear-gradient(#e66dbd, #e66dbd, #d955ac, #d955ac);
	transition: width 0.3s;
	position: relative;
	border-radius: 30px;
	visibility: hidden;
}

.progress__bar:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 20px;
	width: 20px;
	background: linear-gradient(#d955ac, #d955ac, #b73b8d, #b73b8d, #b73b8d);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #2fc1ff, 0 0 0 2px #b3b3b3, 0 0 0 3px #c2c2c2,
		0 0 0 6px #f4f4f4;
}
.options__wrapp {
	max-width: 670px;
	margin: auto;
}
.step__form-wrapp {
	background: #ffffff57;
	border: 2px solid #c4eff5;
	padding: 3rem;
	border-radius: 20px;
}

.options__wrapp input {
	display: none;
}

.check__btn {
	background: #fff;
	cursor: pointer;
	transition: 0.3s ease;
	border-radius: 30px;
	box-shadow: 0 4px 5px #00000038;
}

.options__wrapp input:checked + .check__btn {
	background: #fa63c2;
	color: #fff;
	box-shadow: inset 0 0 8px #fff;
}
.progress-text {
	transform: translateY(-5px);
}
/* New Frenchise page  */
/* responsive starts here */
@media (max-width: 480px) {
	.step__form-wrapp {
		padding: 1.5rem;
	}
}
@media (max-width: 414px) {
	.step__form-wrapp {
		padding: 1.5rem;
	}
}
/* responsive ends here */
body[data-bs-theme="dark"] .check__btn {
	color: #000;
}
.step[data-step="9"] label,
.step[data-step="10"] label,
.step[data-step="11"] label {
	font-family: "Faro";
	font-size: 20px;
}
.step input[type="text"],
.step input[type="number"],
.step input[type="tel"],
.step input[type="email"],
.step select {
	padding: 11px 24px;
	height: 51px;
	background: #d7f8f9;
	border: 0;
}

body[data-bs-theme="dark"] .step__form-wrapp input::placeholder {
	color: #000;
}
body[data-bs-theme="dark"] .step__form-wrapp input {
	color: #000;
}
.step__form-wrapp input[type="number"]::-webkit-outer-spin-button,
.step__form-wrapp input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	display: none;
}
