.plan-box .list-items li{position:relative;padding-left:15px;}
.plan-box .list-items li:before{
    content:"";
    position:absolute;
    top:9px;left:0;
    width:8px;height:8px;
    border:solid 2px #e91222;
    border-radius:100%;
}