/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .gf-progress-bar {
     margin-bottom: 20px;
 }
 .gf-progress-bar .progress-bar {
    width: 0;
    transition: width ease 3s;
    background: linear-gradient(to right, #FFA600, #ec2c22);
  }