.show_hotline {
	position: relative;
	z-index: 99;
	background-image: -moz-linear-gradient(-45deg, #ae1e23, #ed5b22);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.00, #ae1e23), color-stop(1.0, #ed5b22));
}
.show_hotline a {
	position: relative;
	display: flex;
	height: 50px;
	padding: 20px 15px;
	align-items: center;
	justify-content: center;
}
.show_hotline a img {
	margin-right: 10px
}
.show_hotline a p {
	position: relative;
	margin: 0;
	color: #fff;
	line-height: 15px;
	text-transform: uppercase;
}
.show_hotline a p span {
	position: relative;
	display: block;
	margin: 0;
	padding: 0px;
	z-index: 1;
	font-weight: 700;
	font-size: 18px;
}
@media (max-width: 992px) {
	.show_hotline {
		display: table;
		width: auto;
		margin: auto;
		border-radius: 5px;
	}
}