.error-message {
        color: #c92327 !important;
        font-size: 12px;
        font-style: italic;
        font-weight: 600;
        margin-top: 8px;
    }

.subscription-success {
    padding: 30px 20px;
    border: 1px solid #28a745;
    background-color: #e6f9ec;
    color: #155724;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
}


.bnr-mobile {
    display:none;
}

@media (max-width:992px) {

    .bnr-mobile {
        display:block;
        text-align: center;
    }

    .bnr-desktop {
        display:none;
    }

}

.error-msg {
    color: #c92327;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    margin-top: 8px;
}


.removeDateBefore::before {
    display:none !important;
}


/* .banner.bilboard-list.bnr-desktop,
.banner.bilboard-list.bnr-desktop .banner-wrapper {
    width: 100%;
    position: relative;
}

.banner-inner {
    color: #dc2e5a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #dc2e5a;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    z-index: 1;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    line-height: 14px;
}


.banner-placeholder  {
    border: 2px solid #dc2e5a;
}

.banner-placeholder  .banner-inner {
    font-size: 17px;
} */
