.jahan-deliver-tablig-banner {
    width: 100%;
    text-align: center;
    padding: 10px;
    z-index: 9999;
    background-size: 400% 400% !important;
    -webkit-animation: gradient var(--animation-speed, 15s) ease infinite;
    animation: gradient var(--animation-speed, 15s) ease infinite;
}
.jahan-deliver-tablig-banner p{
    margin-bottom: 0;
}
.jahan-deliver-tablig-banner.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.admin-bar-active.jahan-deliver-tablig-banner.fixed{
    margin-top: 32px
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}