.newsscroller_title{
  font-weight: bold;
  font-size: 18px;  /* 17px;  By Suman 19-04-2025  */
  text-decoration: none; /* underline   By Suman 19-04-2025 */
  
}
.scrollercontent{
  text-align:justify;
}

.newsscroller_title a{
	color : #003a6a !important;
}

.news-container ul li{
	border-top: 1px dashed #fd5308 !important;
	border-bottom: 1px dashed #fd5308 !important;
}

.news-container ul{
	display: flex;
	  /* overflow-x: auto; */
	  gap: 20px;
	  white-space: nowrap;
	 /* padding: 10px;*/
	/*  background: #00adef3b; /  #f9f9f9 */
}
.news-container li{
  min-width: 200px;
/*  background: #00adef3b;  #eee; */
  /*padding: 10px; */
  border: 1px solid #ccc;
  flex-shrink: 0;
}