/* Icon bullets for content lists (excludes nav, footer, widgets) */
.legal_content ul > li,
.blog_details ul > li,
.custom-list > li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.legal_content ul > li::before,
.blog_details ul > li::before,
.custom-list > li::before {
    content: "\f058";
    font-family: FontAwesome;
    font-size: 15px;
    color: #9a64f8;
    position: absolute;
    left: 0;
    top: 4px;
    line-height: 1;
}

.legal_content ul,
.blog_details ul,
.custom-list {
    padding-left: 0;
    margin-bottom: 18px;
}

.legal_content ul.service_list > li::before {
    content: "\f111";
    font-size: 8px;
    top: 10px;
}
