.logo-style{
	font-size: 20px;
	color: #464C55;
	position: relative;
	z-index: 99;
	display: block;
	text-align: left;
}
.logo-style>span{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	left: 70px;
	z-index: -1;
	border-radius: 100px;
	color: #FFBC00;
	background: #FFBC00;
}
.logo-style:hover{
	color: #464C55;
}
.status-bar{
	padding-left: 20px;
	text-align: left;
}
@media only screen and (max-width:992px){
.status-bar {
	text-align: center;
}
}

@media only screen and (max-width: 500px){
.logo-style{
	font-size: 14px;
}
.logo-style>span{
	width: 20px;
	height: 20px;
	top: 5px;
	left: 50px;
}

}