.aplpg-slider-form {
    -webkit-animation: 1.8s aplpg_fadeInUp;
    animation: 1.8s aplpg_fadeInUp;
}
.aplpg-slider-form {
    margin-top: 30px;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom:30px;
}
.aplpg-slider-form input[type="email"] {
    width: 100%;
    padding: 16px 18px;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
}
.aplpg-slider-form button {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    padding: 13px 22px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    color: #ffffff;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    .aplpg-slider-form {
      width: 75%!important;
    }

  }
@media screen and (max-width:600px) {
    .download-button{
        text-align: center;
    }
}