/* Banner Css Started  */

.Notice-news {
    background: #000;
    padding: 50px 0%;
}

.Notice-news .newsslider-div {
    /* display: flex !important; */
    margin-bottom: 5%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}


.Notice-news .Main_heading_holder .main_section_heading_text {
    color: #fff;
}

.newsslider-div .newimg-div {
    width: 50px;
    height: 50px;
    margin-right: 10px;

}

.newsslider-div .newimg-div .spec {
    min-width: 50px;
    height: 50px;
    margin-right: 10px;
}

.newsslider-div .newimg-div .spec {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Notice-news .Main_heading_holder h1 {
    color: #fff;
}

.newsslider-div .newcont .sub-text {
    margin-bottom: 0px;
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
}

.Notice-news .newsslider-div:hover .newcont .sub-text {
    color: orange;
    font-weight: 600;
}

.Notice-news .newss-imggg {
    width: 100%;
}