  @media only screen and (max-width:468px){
      .glowing{
    margin-left:30px;
    top:80px!important;
}
.glowing span {
    
  color: #fff;
  font-family: verdana;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  animation: holi 1s linear infinite;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 25px solid rgba(255, 255, 255, 0.4);
  margin-left:5px;
  /*margin: 0 -2.5px;*/
}
  }
    @media only screen and (min-width:468px) and (max-width:1292px){
        .glowing{
    
    top:60px!important;
}
.glowing span {
    
  color: #fff;
  font-family: verdana;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  animation: holi 1s linear infinite;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 25px solid rgba(255, 255, 255, 0.4);
  margin-left:5px;
  /*margin: 0 -2.5px;*/
}
    }
    @media only screen and (min-width:1293px) and (max-width:1400px) {
        .glowing{
    margin-left:120px;
    top:60px!important;
}
.glowing span {
    
  color: #fff;
  font-family: verdana;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  animation: holi 1s linear infinite;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 25px solid rgba(255, 255, 255, 0.4);
  margin-left:5px;
  /*margin: 0 -2.5px;*/
}
    }
    
    @media only screen and (min-width:1401px) {
           .glowing{
    margin-left:60px;
    top:60px!important;
}
.glowing span {
    
  color: #fff;
  font-family: verdana;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  animation: holi 1s linear infinite;
  width: 30px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 25px solid rgba(255, 255, 255, 0.4);
  margin-left:5px;
  /*margin: 0 -2.5px;*/
}
    }

@keyframes holi {
  0% {
    color: #f00;
    box-shadow: 0 2px 10px rgba(255, 0, 0, 1);
    border: 2px solid rgba(255, 0, 0, 1);
  }
  33.3% {
    color: #ff0;
    box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
    border: 2px solid rgba(255, 255, 0, 1);
  }
  66.6% {
    color: #0f0;
    box-shadow: 0 2px 10px rgba(0, 255, 0, 1);
    border: 2px solid rgba(0, 255, 0, 1);
  }
  100% {
    color: #f00;
    box-shadow: 0 2px 10px rgba(255, 0, 0, 1);
    border: 2px solid rgba(255, 0, 0, 1);
  }
}
.glowing span:nth-child(1) {
  animation-delay: 0s;
}
.glowing span:nth-child(2) {
  animation-delay: 0.1s;
}
.glowing span:nth-child(3) {
  animation-delay: 0.2s;
}
.glowing span:nth-child(4) {
  animation-delay: 0.3s;
}
.glowing span:nth-child(5) {
  animation-delay: 0.4s;
}
.glowing span:nth-child(6) {
  animation-delay: 0.5s;
}
.glowing span:nth-child(7) {
  animation-delay: 0.6s;
}
.glowing span:nth-child(8) {
  animation-delay: 0.7s;
}
.glowing span:nth-child(9) {
  animation-delay: 0.8s;
}