.cf7-image-checkbox-group{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
	justify-content:center;
}

.cf7-image-checkbox{
 	cursor:pointer;
}

.cf7-image-box{
	display:flex;
	gap:10px;
	border:1px solid #ddd;
	padding:10px;
	text-align:center;
	border-radius:10px;
	transition:0.3s;
	margin-top:-24px
	
}

.cf7-image-box img{
	width:40px;
	display:block;
	margin:auto;
	height: 20px;
    object-fit: contain;
}

.cf7-image-checkbox input{
	opacity:0;
}

.cf7-label{
	display:block;
	font-weight:500;
}

.cf7-image-checkbox input:checked + .cf7-image-box{
	border-color:#FDB813;
}
.submit_btn{
	background: #fba80e !important;
    color: #fff !important;
}
@media(max-width:510px){
	span[data-name="filters"] span.wpcf7-form-control.wpcf7-radio.form-control.mt-5{
		border:unset;
	}
}