.scrollbar-inner > .scroll-element div{
  /*top: 0px !important;*/
  width: 100%;
  background: #d6d5d5 !important;
}
.scrollbar-inner > .scroll-element .scroll-bar{
  background-color: #989898 !important;
  height: 190px !important;
}
.listing-filter input{
	border:  1px solid #ccc !important;
	border-radius: 0px;
}
.listing-filter input:focus{
	border-bottom: 1px solid #000 !important;
}
.isue-heading h6{
	font-size: 20px;
}

.listing-div {
    box-shadow: 0px 2px 4px 0px #ccc;
    margin-top: 20px;
    width: 96%;
    /*margin-left: 5px;*/
    margin-bottom: 20px;

}
.listing-img{
    height: 220px;
}
.listing-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-dtl{
    padding: 18px 12px;
    display: grid;
    height: 220px;
    vertical-align: middle;
    font-size: 14px;
    color: #545454;
    font-family: apercu-light;
}
a:hover > .list-dtl{
	color: #545454;
}
.list-dtl h1 , .list-dtl h2 , .list-dtl h3 , .list-dtl h4 , .list-dtl h5 , .list-dtl h6{
    font-size: 15px;
}
.list-dtl p{
    font-size: 14px;
    text-align: justify;
    margin-top: 16px;
}
.read-more-text a , .read-more-text span , .read-more-text span:hover , .read-more-text a:hover{
    font-size: 13px !important;
    color: #002868;
    font-family: apercu !important;
    transition: all ease-out .5s;
}
.link-listing-main{
	height: 775px;
}

@media screen and (max-width: 1200px) and (min-width: 992px){
	.listing-img , .list-dtl{
		height: 245px;
	}
}

.trndng-srch ul{
	list-style: none;
}
.trnd-btns{
	display: inline-block;
	padding: 8px 8px 8px 0px;
}
.trnd-btns button{
	/*width: 115px;*/
    font-size: 13px;
    padding: 10px 18px;
    color: #636161;
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
}
.trnd-btns button:focus  , .trnd-btns button:hover{
	border: 1px solid #ccc;
	box-shadow: unset;
	outline: none;
}


/*=============Detail page styling===================*/
.civil-issue-img{
	width: 100%;
	height: 325px;
}
.civil-issue-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	box-shadow: 0px 0px 6px 0px #d6d6d6;
}
/*.civil-issue-detail h1 , .civil-issue-detail h2 , .civil-issue-detail h3 , .civil-issue-detail h4 , .civil-issue-detail h5 , .civil-issue-detail h6{
	font-size: 16px;
	margin-bottom: 0;
}*/
.civil-issue-detail p , .civil-issue-detail span , .civil-issue-detail i {
	font-size: 14px;
	text-align: justify;
}
.rcnt-issue-img{
	width: 100%;
	height: 110px;
}
.rcnt-issue-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;

}
.rcnt-isue h6{
	font-size: 13px;
	margin-bottom: -6px;
    margin-top: 8px;

}

@media screen and (max-width: 767px){
	.rcnt-issue-img{
		width: 50%;
	}
}

.civil-issue-detail ol>li {
    list-style: decimal;
}
.civil-issue-detail ul>li {
    list-style: disc;
}

/*pagination*/
.cand-pagination{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 18px;
}
.page-item.active .page-link{
  /*background-color: #002868;*/
  /*border-color: #002868;*/
    color: #000000;
}
.page-link{
  color: #7b7b7b;
  /*border-radius: 50%;*/
  background: unset !important;
  padding: 0px 10px !important;
  border: 0px !important;
  font-family: apercu !important;
}
.page-item:last-child .page-link{
  /*border-radius: 50%;*/
  /*display: none;*/
}
.page-item:first-child .page-link{
  /*display: none;*/
  /*border-radius: 50%;*/
}
.page-link:focus{
  box-shadow: none;
}
.page-link:hover{
  /*background-color: #002868;*/
  /*border-color: #002868;*/
  color: #000000;
}
.flex-end{
	display: flex;
	align-items: flex-end;
}