
.footer-bottom {
  position: relative;
}

.footer-bottom .fb-qr img{
  width: 100px;
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: 9999;
}

.footer-bottom .insta-qr img{
  width: 100px;
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 9999;
}

