/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2024 | 04:45:03 */
.fm1 br {
    display: none !important;
}
.download-now a {
    background: #fed700;
    color: #fff !important;
    font-size: 18px;
    padding: 15px 22px;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    padding-top: 12px;
    color:#000 !important;
    font-weight: 400;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% {background-color: #fed700;box-shadow: 0 0 1px #fed700;}
  50% {background-color: #fed700;box-shadow: 0 0 40px #fed700;}
  100% {background-color: #fed700;box-shadow: 0 0 1px #fed700;}
}
@-moz-keyframes glowing {
  0% {background-color: #fed700;box-shadow: 0 0 1px #fed700;}
  50% {background-color: #fed700;box-shadow: 0 0 40px #fed700;}
  100% {background-color: #fed700;box-shadow: 0 0 1px #fed700;}
}

@-o-keyframes glowing {
  0% {background-color: #fed700;box-shadow: 0 0 1px #fed700;}
  50% {background-color: #fed700;box-shadow: 0 0 40px #fed700;}
  100% {background-color: #fed700;box-shadow: 0 0 1px #fed700;}
}

@keyframes glowing {
  0% {background-color: #fed700b8;box-shadow: 0 0 1px #fed700;}
  50% {background-color: #fed700b8;box-shadow: 0 0 40px #fed700;}
  100% {background-color: #fed700b8;box-shadow: 0 0 1x #fed700;}
}
.download-now {
    padding-top: 21px !important;
    text-align: center;
}


