/* put below your custom css code for VikRestaurants */

.vrstepbardiv .vrstepactive.step-current .vrsteptitle {
    background: #1F3976;
    border: 2px solid #ffffff;
    color: #fff;

.vrstepbardiv .vrstepactive .vrsteptitle {
    background: #afcc1f;
    border: 2px solid #ffffff;
    color: #fff;
}

span.vrsteptitle {
  background-color: #AFCC1F !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
}

i.fas.fa-check {
  background-color: #AFCC1F !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-decoration: none !important;
}

.vrsuccess {
    color: #1F3976;
}
.vrstepbardiv .vrstepactive .vrstep-inner:after {
    background: #1F3976;
}

