.carousel{
    background-color: rgba(76,90,120,0.9);
    width: 100%;
}

.scroll{
    position: unset;
    width: 100%;
    left: 0;
    background-color: transparent;
    padding: 5px 30px;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
}

/* .scroll .marquee{
    display: inline-block;
    font-size: 14px;
    line-height: 18px !important;
    color: #fff;
    font-weight: 400;
    padding: 8px 0 0 20px !important;
    margin-left: 5px;
    width: 100%;
}

.marquee:before {
    width: 39px;
    height: 44px;
    background: url(../../../../../content/dam/hdfclifeinsurancecompany/images/home-images/radio.png) repeat-x top !important;
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
}
*/
.scroll .alertMob {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .scroll .alertDesk {
        display: none !important;
    }

    .scroll .alertMob {
        display: flex !important;
    }

}