@media (min-width: 0)
{
    .learndone-banner-grad1 {
        padding:10px;
        background-image: linear-gradient(to left, rgba(248, 248, 248, 0), rgb(255, 255, 255));
    }
    .learndone-banner-grad2 {
        padding-left:10px; 
        background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(163, 102, 102));
        color: white;
    }
    .learndone-banner-grad3 {
      padding-left:10px; 
      background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(102, 163, 120));
      color: white;
  }
    .g-mb-35 {
        margin-bottom: 10px !important;
    }
    .logo-red {
        color:rgb(119, 11, 11);
    }
    .logo-green {
        color:rgb(14, 99, 4);
    }
    .learndone-footer-logo {
        background-color: white; padding: 10px;
    }
}

@media (max-width: 799px) {
    h2, h3 {
        font-size:20px !important; 
    }
}

/* Banner */
.banner-highlight {
    color: #27f37c;
    padding: 5px;
    border: 1px dashed #27f37c;
    border-radius: 10%;
    display: contents;
}
.blink_me  {
        color: #fff;
        text-align: center;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
        animation: glow 1s ease-in-out infinite alternate;
      }
      
      @-webkit-keyframes glow {
        from {
          text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
        }
        
        to {
          text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
        }
      }
/* Form */
.sky-form .message i {
    display: block;
    margin: 0 auto 20px;
    width: 81px;
    height: 81px;
    border: 1px solid #6fb679;
    border-radius: 50%;
    font-size: 30px;
    line-height: 81px;
    text-align: center;
}
.sky-form em {
    color:red;
}
.sky-form .state-error {
    margin-bottom:5px;
}
.sky-form #form-messages p{
    color: green;
    text-align: center;
}
.submitted {
    display:none;
}
.success {
    display:block !important;
}
