

.mobile-screen-footer {
  float: left;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999999999 !important;
  bottom: 0px;
  background: #176fb8;
  border-radius: 30px 30px 0px 0px;
  border-top: 2px solid #fff;
  padding: 0px 0px;
}

.mobile-footer-box a {
  width: 100%;
  text-decoration: none;
  padding: 10px 0px;
    padding-bottom: 10px;
  float: left;
  padding-bottom: 5px;
  text-align: center;
}
.mobile-footer-box a img {
  width: 25px;
  margin: 0px auto;
}
.mobile-footer-box a h5 {
  font-size: 11px;
  margin: 5px 0px 0px 0px;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Poppins-Light';
  letter-spacing: 1px;
}
.mobile-footer-block {
  width: 25%;
  float: left;
  text-align: center;
}

@media screen and (max-width:767px){
  .mobile-screen-footer{
    display: block;
  }
  .site-footer-bottom__left p{
      text-align: center;margin-bottom: 20px;
  }
  .scroll-to-top{
      bottom: 75px;
  }
}