.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFFFFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #FFFFFF;
    color:#25d366;
}

.btn-wsp:
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}

.btn-wsp:not(:hover) { 
    background:#25d366;
    color:#FFFFFF;
}


.btn-call {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  right: 25px;
  background-color: #0c2b4b;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}

.btn-call:hover{
    background-color: white;
    color:#f2be00;
}

.btn-call:
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-call{
        width:63px;
        height:63px;
        line-height: 66px;
    }
}

.btn-call:not(:hover) { 
    background-color: #0c2b4b;
    color: white;
}
