
img.icon-img {
    max-width: 35px;
    max-height: 20px;
}
/*.blink_me {*/
/*}*/
/*.blink_me li{*/
/*    background-color:#28a745;*/
/*    animation: blinker 1s linear infinite;*/
/*}*/
.card-body li{
    font-family: 'Poppins', sans-serif;
    color:black;
    /* font-weight:bold; */
}
.imgsizing{
  width: 250px;
  height: 65px;
}

@media screen and (max-width: 400px){
  .imgsizing{
    width: 200px;
    height: 60px;
  }
}
@media screen and (max-width: 400px){
  .imgsizing{
    width: 185px;
    height: 60px;
  }
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.card-body h4{
        color:#28a745;
    }
    
    .card-body h6{
        color:#f04c23;
    }
     
li.imp-bg {
    border-radius: 5px;
    animation: impBackground 1s infinite;
}
@keyframes impBackground {
  0% {
    background-color: #FFC107;
  }
  100% {
    background-color: #FFC107;
    -webkit-box-shadow: -7px -4px 22px -10px rgba(84,82,84,1);
-moz-box-shadow: -7px -4px 22px -10px rgba(84,82,84,1);
box-shadow: -7px -4px 22px -10px rgba(84,82,84,1);
  }
}
