
.icon-side2 {
  position: fixed;
  left: 10px;
  bottom: 2%;
  background-color: #0bbb0b;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.icon-side2 a{
    color: #fff;
}


@media (max-width: 780px) {
    
    
}







@media (max-width: 575px) {
    
}