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

.float-left {
    position:fixed;
    width:60px;
    height:60px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
		border-radius:100% 100% 100% 100%;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }

  @media only screen and (max-width: 768px) {
    .float-left {
      width: 50px;
      height: 50px;
			bottom: 19px;
      left: 30px;
      font-size: 20px;
    }
  }

.LeftStickyBtn {
position: fixed;
top: 50%;
left: -80px;
height: 40px;
width: 200px;
border: #019BE1 solid 1px;
background: #019BE1;
display: block;
cursor: pointer;
text-align: center;
color: #fff;
line-height: 40px;
border: 1px solid #019BE1;
position: fixed;
z-index: 1000;
border-radius: 0 0 10px 10px;
opacity: 1;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
font-size: 19px;
text-decoration: none !important;
}



.RightStickyBtn {
position: fixed;
top: 50%;
right: -80px;
height: 40px;
width: 200px;
border: #019BE1 solid 1px;
background: #dc3545;
display: block;
cursor: pointer;
text-align: center;
color: #fff;
line-height: 40px;
border: 1px solid #dc3545;
position: fixed;
z-index: 1000;
border-radius:10px 10px  0 0 ;
opacity: 1;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(-90deg);
font-size: 19px;
text-decoration: none !important;
}