.whats-app{
  
    height: 60px;
    width: 60px;
    background-color: white;
    border-radius: 0;
    position: fixed;
    bottom: 30%;
    right: 10px;
    z-index: 100;
    transition: all .5s ease-in-out;
    border-radius: 50%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.whats-app i{
  position: absolute;
  top: 50%;
  color: green;
  font-size: 48px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease-in-out;
}
.whats-app:hover i{
  color: white
}

.whats-app:hover{
  background-color: #052ad2;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.phn{
    bottom: 20%;
    height: 60px;
    width: 60px;
    background-color: white;
    border-radius: 0;
    position: fixed;
    right: 10px;
    z-index: 100;
    transition: all .5s ease-in-out;
    border-radius: 50%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px
}
.phn i{
    position: absolute;
    top: 50%;
    color: green;
    font-size: 48px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
}
.phn:hover{
    background-color: #052ad2;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  }
.stickyimage1{
    height: 100px;
    width: 100px;
       position: fixed;
    bottom: 10%;
    left:10px;
    top: 60%;
    z-index: 100;
    transition: all .5s ease-in-out;
    border-radius: 50%;
}

.stickyimage2{
    height: 100px;
    width: 100px;
       position: fixed;
    bottom: 10%;
    left:10px;
    top: 10%;
    z-index: 100;
    transition: all .5s ease-in-out;
    border-radius: 50%;
}
