/* feed box tyle */
.imgh {
	background-color: #e9efff;
	line-height: 0;
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
}
.vis .imgh {
    background-color: #001840;
}
.videoicon {
	background: url('/wp-content/themes/news/images/svg/video.svg') no-repeat top left;
	position: relative;
	width: 24px;
	height: 17px;
	background-size: contain;
	display: inline-block;
	margin-left: 9px;
	top: -2px;
}
.eyeicon {
	float: right;
	width: 39px;
	height: 16px;
	background-color: #fff;
	/*text-align: right;*/
	/*padding-right: 5px;*/
	font-size: 10px;
    color: #556fb5;
    line-height: 17px;
    font-style: italic;
    border-radius: 4px;
	font-family: arial;
	margin-top: -2px;
	text-indent: 2px;
	display: inline-block;
}
.eyeicon:after {
	background: url('/wp-content/themes/news/images/svg/eye.svg') no-repeat top left;
	width: 25px;
	height: 17px;
	background-size: contain;
	content: "";
	float: left;
	margin-left: -12px;

	/*width: 45px;*/
	/*height: 16px;*/
	/*display: inline-block;*/
	/*float: right;*/

}
.nomore {
	padding: 20px;
	color: #879cd5;
	background-color: #e9efff;
	text-align: center;
	width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 500;
    font-family: Rajdhani;
    margin-top: 66px;
    position: relative;
}
.nomore:after {
	position: absolute;
    top: -10px;
    left: 50%;
    right: 50%;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e9efff;
 }