.notifcount {
	background-color: #EA0000;
	color: white;
	text-align: center;
	text-indent: 0;
	padding: 0px 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size:10px;
	/**added  by nazia**/
	position: absolute;
	/*top:-3px;*/
	/*margin-top: -15px;*/
	margin-left:-17px;
	top:5px;
}
@media (max-width: 768px) {
.notifcount {
top:104px;
}
}