label.custom_label::after{
     font-family: sans-serif;
    content: " \002A ";
    line-height: 1;
    color:#ee0000;
}

.hidelabel{
   display:none;
}

/* for after check */
.select_plan input[type='checkbox']:checked + label:after{
  margin-top:0px !important;
}