

@media (max-width: 900px) {

  /* footer  icon */
  

  .whats-app1 {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 93px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    left: 2% !important;

    z-index: 100;
  }
  .whats-app1:hover{
    color: #d1d1d1;
  }
  

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

/* footer  icon */

.whats-app1 {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 20px;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  padding-top: 8px;
  box-shadow: 3px 4px 3px #999;
  left: 2%;

  z-index: 100;
}



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



.whats-app1:hover{
  color: #d1d1d1;
}

