.mobile-dspl{
	display:none;
}
.page-template-default .page-title {
    margin-bottom: 0em !important;
}
@media(max-width:991px){
    .mobile-dspl{
        display:block;
    }
      .desktop-dspl{
        display:none;
    }
}
.newsdetails_wrap .no_short_desc{
	padding: 15px 0 0;
	border-bottom: 2px solid #003595;
	margin-bottom: 10px;
}