.lyt-gray {
	color: #435166;
}
.ind-title {
	margin-bottom: 24px;
}
h2.pricng{
	margin-top: 24px;
	font-size: 48px;
	font-weight: 600;
	line-height: 62px;
}
h2.pricng span {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
h2.pricng .indPrice {
	display: inline;
	font-size: 48px;
	font-weight: 600;
	line-height: 62px;
}
h2.pricng span:last-child {
	display: block;
}
.ind-wrap,
.ind-wrap > .elementor-shortcode {
	display: flex;
	column-gap: 110px;
}
.ind-copy-sec {
	width: 30%;
	max-width: 300px;
}
.ind-opt-sec {
	width: 70%;
}
.individual-opt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px;
}
.individual-opt li{
	min-width: 47%;
	margin-bottom: 20px;
	display: flex;
}

.individual-opt li label{
	display: inline-block;
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.individual-opt li label .checkbox__body{
	word-break: break-word;
	font-family: "Poppins", Sans-serif;
	font-size: inherit;
	font-weight: 400;
	line-height: 28px;
	color: #1b1d1e;
}
.individual-opt li input[type="checkbox"]{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.individual-opt li .checkbox__checkmark{
	position: absolute;
	top: 0px;
	left: 0;
	height: 28px;
	width: 28px;
	background-color: #f5f5f5;
	transition: background-color 0.25s ease;
	border-radius: 28px;
	/* 	border: 2px solid #5048E5; */
}

.individual-opt li .checkbox__checkmark:after{
	content: "";
	position: absolute;
	left: 11px;
	top: 7px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	/*     opacity: 0; */
	opacity: 1;
	transition: opacity 0.25s ease;
}
.individual-opt li input:checked ~ .checkbox__checkmark{
	background-color: #5048E5;
}
.individual-opt li input:checked ~ .checkbox__checkmark:after{
	opacity: 1;
}

.req-btn {
	width: 100%;
	color: #2C2C2C !important;
	background-color: #00F8F1;
	font-weight: 500;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 17px;
}
.ind-btn {
	width: 100%;
	color: #5048E5 !important;
	background-color: #00000000;
	font-weight: 400;
	line-height: 22px !important;
	letter-spacing: -0.2px;
	display: inline-block;
	padding: 0 !important;

}
.ind-opt-sec > p {
	color: #3832A0;
	margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
	.ind-wrap,
	.ind-wrap > .elementor-shortcode {
		column-gap: 0;
		flex-wrap: wrap;
	}
	.ind-copy-sec{
		width: 100%;
		max-width: unset;
	}
	.ind-opt-sec {
		width: 100%;
		margin-top: 24px;
	}
}
@media screen and (max-width:1023px){
	.individual-opt li label{
		padding-left: 40px;
	}
	.individual-opt li label .checkbox__body{
		font-size: 15px;
	}
}
@media screen and (max-width:767px){

	.individual-opt li{
		width: 100%;
		margin-bottom: 15px;
	}
	.individual-opt li .checkbox__checkmark{
		height: 24px;
		width: 24px;
	}
	.individual-opt li label,
	.individual-options li label {
		padding-left: 30px;
	}
	.individual-opt li label .checkbox__body{
		font-size: inherit;
		line-height: 25px;
	}
	.individual-opt li .checkbox__checkmark::after{
		left: 7px;
		top: 3px;
		width: 6px;
		height: 13px;
	}
	.ind-opt-sec > p {
		font-size: 12px;
		line-height: 18px;
	}
	h2.pricng {
		font-size: 30px;
		line-height: 36px;
	}
}