.notmain .content-wrap {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.date__type--block {
    display: flex;
    gap: 12px;
    padding-bottom: 16px;
	margin-bottom: 24px;
    align-items: center;
	border-bottom: 1px solid #E0E0E0;
}

.newsdetail .activefrom {
    background: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.news-date span {
    top: 2px;
    position: relative;
}
.dot{
    width: 5px;
    height: 5px;
    background-color: rgba(0, 70, 150, 1);
    border-radius: 50%;
}
.newsdetail .text img {
	margin: 0 auto;
    /* max-width: 60%; */
    display: block;
	margin-bottom: 16px;
}
.newsdetail.imgageleft {box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08); padding: 16px 24px 24px; border-radius: 8px }

.newsdetail .pic {
    margin-bottom: 32px !important;
}

.col.text p span,
.col.text p 
{
    color: black;
}

.yashare{
    display: none !important;
}

.pdf-download a{
    display: flex;
    align-items: center;
    gap:5px;
}