.success {
    color: green;
    border: 1px solid green;
}
.error {
    /* color: red;
    border: 1px solid red; */
    color: #000;
    border: 1px solid #000;
}

.blink-btn img.img-fluid.download-img{
    margin-bottom: 7px;
    animation: unset;
}


@keyframes glowing {
    0% {
      background-color: #e63d27;
      box-shadow: 0 0 5px #e63d27;
      transform: scaleX(1);
    }
    50% {
      background-color: #e63d27;
      box-shadow: 0 0 20px #e63d27;
      -webkit-transform: scale3d(1.05,1.05,1.05);
      transform: scale3d(1.05,1.05,1.05);
    }
    100% {
      background-color: #ffc107;
      box-shadow: 0 0 5px #ffc107;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  
  .blink-btn {
    animation: glowing 1000ms infinite;
    cursor: pointer !important;
    border-radius: 5px !important;
  }

  .contact-container .contact-us-footer .form-group {
    width: calc(100% - 10px) !important;
    position: relative;
    margin-bottom: 20px;
}

.mobile-section{
  background:#28a745;
}

.free-50{
  background: red;
    margin-bottom: 9px;
    padding: 8px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 767px){
    .custom-navbar .navbar.navbar-expand-md{
        position: fixed;
        width: 100%;
        z-index: 99;

    }
    .container-fluid.slider-container{
        padding-top: 70px;
    }
}
