/* Add new icon class (if custom font is added) */
.flaticon-custom-ravi:before {
    content: "\f999"; /* Example unicode */
    /*font-family: "flaticon";*/
}

.flaticon-gym:before {
    content: "\f123";
}

.flaticon-workout:before {
  content: "\f098";  /* example hex */
}
