body {
	background-image: url("") !important;
	/*This is Background Watermark of news*/
	font-family: 'Calibri';
	 -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

::-webkit-scrollbar {
	display: none;
}




/*This is News Description*/

.new_content {
	color: #0000FF !important;
	font-size: 19px;
	margin-bottom: 4px;

	margin-top:-100px;
}


/*This is News Title*/

.new_title {
	font-size: 20px;
	color: #900303;
	margin-bottom: 2px;
	margin-top: 25px;


}

.new_date {
	font-size: 12px;
	margin-bottom: 4px;
	line-height: 14px;
}


.visit {
	padding: 5px 0px 3px 2px;
	margin-bottom: 7px;
	top: 0px;
	font-family: cursive;
	font-size: 20px;
	text-decoration: none;
	height: 25px;
	width: 100%;
	background: #0C1274;
	-webkit-animation: mymove 5s infinite;
	/* Chrome, Safari, Opera */
	animation: mymove 5s infinite;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes mymove {
	from {
		background-color: #FA0A46;
	}
	to {
		background-color: #0C1274;
	}
}


/* Standard syntax */

@keyframes mymove {
	from {
		background-color: #FA0A46;
	}
	to {
		background-color: #0C1274;
	}
}

.v_num {
	float: left;
	padding: 0px 2px 0px 2px;
	color: #990033;
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

@media (max-width: 350px) {
	.visit {
		padding: 5px 0px 3px 2px;
		top: 0px;
		font-family: cursive;
		margin-bottom: 7px;
		text-decoration: none;
		height: 30px;
		width: 100%;
		background: #0C1274;
		-webkit-animation: mymove 5s infinite;
		/* Chrome, Safari, Opera */
		animation: mymove 5s infinite;
	}
	.v_num {
		float: left;
		font-size: 15px;
		padding: 0px 2px 0px 2px;
		color: #990033;
		display: inline;
		font-weight: bold;
		text-decoration: none;
	}
	
	
}

.mobile_cont {
	background-color: #FFD700;
	color: #FFF;
	border: 3px solid #000000;
	border-radius: 2px;
	padding: 2px;
	height: 20px;
}

IMG.displayed {
	height: 15px;
	position: absolute;
	left: 50%;
}

.new_mobile1 {
	float: left;
}

.new_mobile2 {
	float: center;
}

.new_mobile1,
.new_mobile2 {
	font-size: 15px;
	line-height: 8px;
	margin: 2px 2px 2px 50%;
}

.new_mobile1 a,
.new_mobile2 a {
	color: #000000;
	text-decoration: none;
}

p {
	margin: 0px;
}

.footer_sticky {
	background: #16a085;
	padding: 5px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 30px;
	width: 100%;
	;
	color: #FFF;
	text-align: center;
	-webkit-backface-visibility: hidden;
	/* Chrome, Safari, Opera */
	backface-visibility: hidden;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 30px;
	width: 100%;
}

.footer_sticky a {
	color: #FFF;
	text-decoration: none;
	font-size: 25px;
}

.b-description_readmore_wrapper {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	max-width: none !important;
	width: 100%;
}

.b-description_readmore {
	width: 100%;
	position: relative;
	margin-bottom: 5px;
	margin-top:-5px;
	line-height: 25px;
	font-size: 19px;
	text-align: justify;
	box-sizing: border-box;
	color: #0C1274;
}

.b-description_readmore_button {
	display: inline-block;
	width: 110px;
	border: 1px solid black;
	padding: 0;
	margin: -10px 0 10px;
	cursor: pointer;
	text-align: center;
	border-radius: 15px;
}

.b-description_readmore_button:hover {
	color: white;
	background: rgb(30, 8, 228);
}

.b-description_readmore_ellipsis:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 100%;
	height: 60px;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
}

.callbut {
	position: absolute;
bottom:0;
 right: 0;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	visibility: hidden;
}

.playbut {
	position: absolute;
	top: 30%;
	left: 40%;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}

.container {
	position: relative;
	width: 100%;
}

#myBtn {
	display: true;
	position: fixed;
	bottom: 0px;
margin-bottom:-20px;
right:10px;

	z-index: 99;
}