.accordion-anchor a:hover {
  text-decoration: none;
}

.isb {
  background: #0a8d28;
}

.punjab {
  background: #0070C0;
}

.sindh {
  background: #eb1923;
}

.kp {
  background: #004614;
}

.ajk {
  background: #7030A0;
}

.bctn {
  background: #92D050;
}

.glow {
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #dedede, 0 0 20px #fff, 0 0 30px #0a8d28, 0 0 40px #0a8d28, 0 0 50px #0a8d28, 0 0 60px #0a8d28, 0 0 70px #0a8d28;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 60px #f00, 0 0 70px #f00, 0 0 80px #f00;
  }
}