/* service list */
.price-list .price-list-item .price-area .price {
    font-size: 23px;
}

/* form fields */
.nf-field-element ul li::before {
    display: none !important;
}
input[type="checkbox"]:focus + label::after, input[type="radio"]:focus + label::after {
/*    box-shadow: 0 0 0 3px #f9b03e; */
    box-shadow: 0 0 0 3px #f9b03e91;
}

/* fixing list item style */
.wpb_text_column ul li {
    margin: 0 !important;
}