#form .entry-radio-body:checked + label, #form .entry-radio-car:checked + label, #form .entry-radio-store:checked + label {
	color: #fff;
    width: 100%;
    background: #1C69D4;
}
label.radiobtn-shop {
    width: 100%;
    background: #1C69D4;
    padding: 0 0 0 40px;
    display: flex !important;
	align-items: center;
    height: 50px;
    border-radius: 25px;
    margin: 0 0 5px;
	color: #fff;
	font-size: 20px;
}
@media screen and (min-width: 751px) {
	label.radiobtn-shop {
		padding: 0 0 0 40px;
	}
}
#form .entry-radio-store + label::before {
    top: 18px;
	left: 15px;
}
@media screen and (min-width: 751px) {
	#form .entry-radio-store + label::before {
		top: 15px;
	}
}

#form .entry-radio-store:checked + label::after {
    top: 18px;
	left: 15px;
}
@media screen and (min-width: 751px) {
	#form .entry-radio-store:checked + label::after {
		top: 15px;
	}
}

.tel-wrap {
	width: 100%;
    background: #1C69D4;
    padding: 0 0 0 35px;
    display: flex !important;
	align-items: center;
    height: 50px;
    border-radius: 25px;
    margin: 0 0 50px;
}
.tel-wrap a {
	color: #fff;
	font-size: 24px;
}
.tel-wrap span {
    font-size: 10px;
    line-height: 1;
    color: #fff;
    margin: 0 10px 0 0;
}