.notifcation-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 23px 0;
}
.notifcation-heading a {
    background: #00B26B;
    color: #fff;
    text-decoration: none;
    padding: 13px 30px;
    font-size: 18px;
}
.notifcation-heading a svg {
    margin-left: 15px;
}
.notifcation-heading h4 {
    font-size: 26px;
    line-height: 36px;
}
.notify-box {
    display: flex;
    gap: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding: 20px;
}
.notify-icon {
    width: 45px;
    height: 45px;
    border: 1px solid #D7D7D7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notify-text {
    width: 90%;
    float: left;
}
.notify-head {
    display: flex;
    justify-content: space-between;
}
.notify-head h3 {
    font-size: 16px;
    line-height: 27px;
    min-height: 54px;
}
.notification-grid {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
}
.notifcation-heading a {
	max-width: 154px;
	width: 100%;
}
.notify-text a {
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
    color: #696969;
    transition:all ease 0.3s;
}
.notify-text a:hover{
    color:#00B26B;
}
.notify-text a svg {
    margin: -2px 0 0 8px;
}
.notify-min span {
    color: rgb(0 0 0 / 33%);
    font-size: 12px;
}
.notification-grids {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid rgb(0 0 0 / 15%);
    position: relative;
}
.notification-grids .note-box {
    width: calc(100% / 4);
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    border-right: 1px solid rgb(0 0 0 / 15%);
    transition:all ease 0.3s;
}
.notfiy-main {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 0 80px 0;
}
.notification-grids .note-box span {
    width: 100%;
    float: left;
}
.notification-grids .note-box:nth-child(4n) {
    border-right: none;
}
.notification-grids .note-box:nth-child(5), .notification-grids .note-box:nth-child(6),.notification-grids .note-box:nth-child(7), .notification-grids .note-box:nth-child(8) {
    border-bottom: none;
}
.notification-grids::after {
    position: absolute;
    content: "";
    top: -30px;
    left: -30px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    background: #fff;
    z-index: 1;
    border-right: 1px solid rgb(0 0 0 / 15%);
}
.notification-grids::before {
    position: absolute;
    content: "";
    bottom: -23px;
    right: -30px;
    width: 50px;
    height: 50px;
    transform: rotate(
219deg);
    background: #ffffff;
    z-index: 1;
    border-right: 1px solid rgb(0 0 0 / 15%);
}
.notification-grids .note-box a {
    color: #000;
    font-size: 17px;
    line-height: 27px;
    transition: all ease 0.3s;
}
.notification-grids .note-box img {
    margin: 0 0 15px 0;
}
.notification-grids .note-box:hover a {
    color: #00B26B;
}
.inner-nofity {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
.banner-3-new-inner.menu-page-banner>img {
    height: 289px;
}


@media (max-width:1599px) {
.notify-head h3 {
    font-size: 16px;
    line-height: 26px;
}
.notify-box {
    padding: 20px 10px;
}
.notification-grid {
    margin: 0 0 30px 0;
}
}