.success {
	background-color: #17A9E0;
	padding: 5px 10px;
	color: #fff !important;
}
.success:hover{
	color: #17A9E0!important;
	background:#fff;
	box-shadow: 0 0 4px 2px #17A9E0;
}
.call-mobile {
	background: #ED1C24;
	position: fixed;
	bottom: 10px;
	height: 40px;
	line-height: 40px;
	padding: 0 0px 0 0px;
	border-radius: 40px;
	color: #fff;
	left: 20px;
	z-index: 99999;
}
.call-mobile1 {
	position: fixed;
	bottom: 65px;
	height: 40px;
	line-height: 40px;
	padding: 0 0px 0 0px;
	border-radius: 40px;
	color: #fff;
	left: 20px;
	z-index: 99999;
}
.call-mobile2 {
	position: fixed;
	bottom: 120px;
	height: 40px;
	line-height: 40px;
	padding: 0 0px 0 0px;
	border-radius: 40px;
	color: #fff;
	left: 20px;
	z-index: 99999;
}
.call-mobile i {
	font-size: 20px;
	line-height: 40px;
	background: #B52026;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center; 
	float: right;
}
.call-mobile:hover{
	background: #fff;
	box-shadow: 0 0 4px 2px #ED1C24;
}
.call-mobile:hover a{
	color:#ED1C24;
}

.call-mobile a {
	color: #fff;
	font-size: 18px;
	font-weight: bold; 
	text-decoration: none;
	margin-right: 10px; 
	padding-left: 10px;
}