/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #999;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fab {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 270px; /*original 160px*/
}

.float-tw { 
  top: 215px;/*original 105px*/
}

.float-gp {
  top: 160px; /*original 270px*/
}

.float-rs {
  top: 380px; /*original 325px*/
}

.float-ig {
  top: 325px; /*original 380px*/
}

.float-tiktok {
  top: 435px;
}
/* Floating Social Media Bar Style Ends Here */ 
