.footer {
     padding: 60px 0;
    background: url(/photo-1559825481-12a05cc00344.jpg);
    background-size: cover;
    background-position: 0% 58%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
.footer {
    padding: 60px 0;
    background: url(/photo-1559825481-12a05cc00344.jpg);
    background-size: 250%;
    background-position: 0% 22%;
    background-repeat: no-repeat;
}}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .social {
  color: black;
}
.footer li, .footer a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}
.footer .title {
  margin-bottom: 0.5rem;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .footer .col-sm-3 {
    padding-bottom: 2rem;
  }
}


#footer-info{       position: fixed;
    bottom: -3px;
    right: 20px;
    width: 303px;
    background: #ffffff;
    z-index: 99;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #075e8838;
    box-shadow: 0px 2px 5px #00000014;
    border-top: 4px solid #25a9e8;
    color: #075e88;}
#footer-info-in{position: relative;}

     @media only screen and (max-width: 800px){
#footer-info{  display: none
}}