.noticetab{
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding-bottom: 23px;
    border-top:0px;
    margin-top: -59px;
}
.noticetab h3{
    margin: 0px;
    background-color: #ff9934;
    color: #fff;
    padding: 13px 20px;
    font-size: 30px;
    font-weight: 600;
    margin-left: -1px;
    width: 100.8%;
}
.noticetab h3 img{
    float: right;
    height: 23px;
    margin-top: 5px;
}
.noticetab ul{
    list-style: none;
    margin: 0px;
    float: left;
    width: 100%;
    padding: 20px;
    height: 430px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 45px;
}
.noticetab ul li{
        float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgb(221 221 221 / 73%);
    padding-bottom: 15px;
}
.noticetab ul li h4{
    color: #ff9934;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-top: 0px;
}
.noticetab ul li h5{
    color: #333;
    font-size: 24px;
    margin-bottom: 6px;
}
.noticetab ul li p{
    margin-bottom: 0px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}


.noticetab ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.noticetab ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white; 
  border-radius: 10px;
}
 
/* Handle */
.noticetab ul::-webkit-scrollbar-thumb {
  background: #ff9934; 
  border-radius: 10px;
}

/* Handle on hover */
.noticetab ul::-webkit-scrollbar-thumb:hover {
  background: #ff9934; 
}