.ht-n-top .ht-notification-wrap{
    padding: 10px;   
    border-bottom: 5px solid #0085ad;
}
.ht-n-container .ht-notification-text{
    font: normal 600 16px 'Raleway', sans-serif;
    color: #3b3e41;
    text-align: center;
    margin: 0 auto;
    padding: 5px 25px;
}
.ht-n-container .ht-notification-text img{
    width: 120px;
}
.ht-n-container .ht-notification-text #new-wb{
    padding-bottom: 4px;
}
.ht-notification-section::before{
    background-color: #fff;
}
.ht-notification-text p{
    font: normal 600 16px 'Raleway', sans-serif;
    color: #3b3e41;
}
.ht-n-close-toggle, .ht-n-close-toggle i{
    color: #3b3e41;
    right: 0; 
    font-size: 20px;
}
.ht-n-open-toggle{
    background: #4ec3e0;
}
.ht-n-close-toggle:hover i{
    color: #3b3e41;
}
@media (max-width: 992px){
    .ht-notification-section.ht-n-top .ht-n-open-toggle.ht-n-active{
        margin-right: 60px;
    }
}