.be-form-chek .checkbox .chek-policy + span{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}
.be-form-chek .checkbox .chek-policy + span::before{
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15.4511' height='15' rx='1.5' fill='white' fill-opacity='0.1' stroke='%23202125'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}

.be-form-chek .checkbox .chek-policy:checked + span::before{
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15.4511' height='15' rx='1.5' fill='white' fill-opacity='0.1' stroke='%23202125'/%3E%3Cpath d='M5.17285 8.0625L7.18104 10.0156L11.3099 6' stroke='%23202125'/%3E%3C/svg%3E");
}

.be-form-chek .chek-policy{
	width: 0;
	height: 0;
	opacity: 0;
	border: solid 0px;
	position: absolute;
}
