.thankyou-content {
	background: #f4e7fe;
	padding: 30px 20px;
	border-radius: 10px;
	text-align: center;
}
.thankyou-content a.btn.hover-wrapper {
	background: #662d91;
	height: 60px;
}
.v-g-wrapper {
	margin-bottom: 10px;
}
.thankyou-content h4 {
	color: #12001e;
	font-family: "Gilroy-Bold";
	font-size: 13px;
}
.thankyou-content h2 {
	color: #12001e;
	font-family: "Gilroy-Bold";
	font-size: 32px;
}
.thankyou-content h3 {
	color: #12001e;
	font-family: "Gilroy-SemiBold";
	font-size: 22px;
}
.thankyou-content p {
	line-height: 1.9;
	margin-top: 10px;
}
section.thankyou {
	padding: 160px 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;
}
.bg-bif-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;
}
section.membership-wrapper .main-content-image-diamond {
	background: #e9cffc;
	border-radius: 20px;
	width: 100%;
	padding: 16px 16px;
}
section.membership-wrapper .img-diamond {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #ffff;
	border-radius: 10px;
	margin: 0px 10px 10px 0px;
}
section.membership-wrapper .montly-content-wap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 5px 0px;
}
section.membership-wrapper .montly-content-wap h4 {
	color: #12001e;
	font-family: "Gilroy-SemiBold";
	font-size: 29px;
	margin: 0;
}
section.membership-wrapper .border-montly {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-top: 20px;
}
section.membership-wrapper .montly-content-wap h5 {
	color: #12001e;
	font-family: "Gilroy-SemiBold";
	font-size: 34px;
	margin: 0;
}
section.membership-wrapper a.get-start.purple-wrapper {
	color: #12001e;
	font-family: "Gilroy-SemiBold";
	font-size: 14px;
	text-decoration: underline;
}
section.membership-wrapper .montly-wrapper {
	display: flex;
	gap: 20px;
}
section.membership-wrapper .main-content-image-diamond.blue {
	background: #bbddeb !important;
}
section.membership-wrapper .montly-content-wap.daimond-blue h5 {
	color: #053c52;
}
section.membership-wrapper .montly-content-wap.daimond-blue h4 {
	color: #053c52;
}
section.membership-wrapper a.get-start.daimond-blue {
	color: #053c52;
	font-family: "Gilroy-SemiBold";
	font-size: 14px;
	text-decoration: underline;
}
section.membership-wrapper {
	position: relative;
	padding-top: 160px;
	padding-bottom: 80px;
}
section.membership-wrapper a.btn.purple-wrapper.hover-wrapper {
	width: 140px;
	padding: 10px 10px;
}
section.membership-wrapper ul.tick-detail li h5 {
	font-size: 14px;
	color: #053c52;
}
section.membership-wrapper a.btn.daimond-blue {
	width: 140px;
	padding: 10px 10px;
	color: #fff;
}
section.membership-wrapper
	.main-content-image-diamond.blue.yearly
	.montly-content-wap.daimond-blue {
	color: #053c52 !important;
}
.membership-diamond.text-center {
	margin-bottom: 40px;
}
.membership-diamond.text-center h1 {
	font-size: 32px;
}
/* scbcribtion */
: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;
}
section.subscription-payment .grid-wrapper .card {
	background-color: #fff;
	border-radius: var(--card-radius);
	position: relative;
	height: unset !important;
	margin-right: 0 !important;
	border: none;
}
section.subscription-payment .grid-wrapper .card:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

section.subscription-payment .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) {
	section.subscription-payment .grid-wrapper .radio {
		-webkit-appearance: none;
		-moz-appearance: none;
		background: #fff;
		border: none;
		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);
		display: none;
	}
	section.subscription-payment .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;
	}
	section.subscription-payment .grid-wrapper .radio:checked {
		background: #662d91;
		border-color: #fff;
		display: none;
	}
	section.subscription-payment .grid-wrapper .card:hover .radio {
		border-color: var(--color-dark-gray);
	}
	section.subscription-payment .grid-wrapper .card:hover .radio:checked {
		border-color: var(--color-green);
	}
	.grid-wrapper .radio:checked ~ .plan-details {
		border: 1px solid #662d91;
		background: #e9cffc;
	}
}
section.subscription-payment .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;
}

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

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

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

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

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

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

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

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

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

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

section.subscription-payment .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;
}
section.subscription-payment .grid-wrapper {
	margin-top: 19px;
}
section.subscription-payment .card-imgs img {
	width: 100%;
	height: 60px !important;
	object-fit: scale-down;
}
section.subscription-payment .card-imgs {
	background: #e9cffc;
	border-radius: 10px;
	width: 80px;
}
section.subscription-payment .plan-details h4 {
	font-family: "Gilroy-SemiBold";
	font-size: 16px;
	margin-top: 12px;
	color: #12001e;
}
section.subscription-payment .select-the-service-booking {
	background: #e9cffc;
	border-radius: 10px;
	padding: 20px;
}
.v-g-wrapper video {
	width: 110px;
	height: 100%;
	object-fit: scale-down;
}
.v-g-wrapper.thankyou-videos video {
	width: 300px;
	height: 100%;
	object-fit: scale-down;
}
section.subscription-payment .select-the-service-booking h2 {
	text-align: start;
	color: #12001e;
	font-size: 25px;
	margin: 20px 0;
}
section.subscription-payment .select-the-service {
	background: #faf3ff;
	border-radius: 10px;
	padding: 20px;
}
section.subscription-payment .select-the-service h2 {
	text-align: center;
	color: #12001e;
	font-size: 25px;
	margin: 20px 0;
}
section.subscription-payment {
	padding-top: 170px;
	padding-bottom: 100px;
}
.select-the-service.padding-wrapper {
	padding: 50px !important;
}
section.subscription-payment .form-control input {
	background: #fff;
	border-radius: 10px;
	height: 62px;
	padding: 10px 16px;
	font-size: 16px;
	color: #b8b8b8;
	font-family: "Gilroy-Light";
}
section.subscription-payment a.btn.hover-wrapper {
	background: #662d91;
	height: 58px;
	font-size: 20px;
}
@media (max-width: 576px) {
	section.thankyou {
		padding: 90px 0 40px 0;
	}
	section.membership-wrapper {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	section.membership-wrapper .main-content-image-diamond {
		margin-bottom: 40px;
	}
	ul.tick-detail.margin-wrapper-tick {
		margin-top: 30px;
	}
	section.subscription-payment {
		padding-top: 90px;
		padding-bottom: 100px;
	}
}
