.btn-phone{
	position:fixed;
	width:60px;
	height:60px;
	line-height:30px;
	bottom:120px;
	right:25px;
	background-color:#ff7a56;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  	z-index:100;
}
.btn-phone:hover {
	text-decoration: none;
	color: #ff7a56;
  	background-color:#fff;
}

.my-btn-phone{
	margin-top:16px;
}