.floatB{
    position: fixed;
    /* width: 120px; */
    /* height: 21px; */
    bottom: 160px;
    right: 40px;
    background-color: #f6921e;
    color: #FFF;
    border-radius: 150px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 2px 2px 3px #999;
    z-index: 50;
    padding: 10px;
    padding-right: 50px;
}
.floatB .mano{
position: absolute;
}
.floatB:hover {
	text-decoration: none;
	color: #FFF;
  background-color:#1C2846;
}

.my-floatB{
	margin-top:16px;
}