.agent-view .notification-grids .note-box{
    width: calc(100% / 3);
}
.agent-view .notification-grids .note-box:nth-child(3){
    border-right:none;
}
.agent-view .notification-grids .note-box:nth-child(4){
    border-bottom: none;
}
.agent-view .notification-grids .inner-nofity{
justify-content: center;
}

.notification-grids .note-box:nth-child(5){
    border-bottom: none;
    border-left:1px  solid rgb(0 0 0 / 15%);
    border-right-width:0px ;
}

.agent-view-top .main-inner-3-banner {
    top: 50px;
} 
 .agent-view-top.medium-img-banner.banner-3-new-inner > img {
    height: 180px;
}
.agent-view-top.banner-3-new-inner.medium-img-banner.white-bg-banner {
    margin-bottom: 26px;
}