.iw-ffooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    z-index: 99999;
}
.iw-onscroll,.iw-scroll-to-bottom,.iw-scroll-up{
    display: none;
}
.is-ffooter-row {
    display: flex;
}
.iw-fixed-footer{
    display: block;
}
  @media only screen and (min-width : 1025px){
      .is-footer-desktop{
    display: none;
}
}


@media only screen and (min-width : 768px) and (max-width : 1024px) {
.is-footer-tablet{
    display: none;
}
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
.is-footer-mobile{
    display: none;
}

}
