.footer {
  max-width: 1300px;
  margin: 48px auto;
}
.footer h5 {
  font-weight: 500;
  font-size: 20px;
  color: #eb5757;
  line-height: 24px;
  padding: 16px 0 8px 0;
}
.footer p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}
.tp {
  display: flex;
  align-items: center;
}
.tp li {
  padding-right: 80px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  margin: 24px 0;
}
.footer h6 {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.facebook {
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: 24px;
  background-color: #eb5757;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.icon-link:before,
.icon-reddit:before,
.icon-whatsapp:before,
.icon-twitter:before,
.icon-facebook:before {
  font-size: 30px;
}

.list-unstyled {
  display: flex;
  margin-right: 48px;
}

.back-to-top {
  position: fixed;
  right: 100px;
  bottom: 400px;
  width: 40px;
  height: 40px;
  color: #eb5757;
  text-align: center;
  line-height: 40px;
  margin: 24px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.icon-back:before {
  font-size: 40px;
}

@media (max-width: 1400px) {
  .footer {
    width: 95%;
  }
}

@media (max-width: 700px) {
  .footer h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .footer p {
    font-size: 12px;
    line-height: 18px;
  }
  .tp li {
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0;
  }

  .facebook {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 12px;
  }
  .icon-link:before,
  .icon-reddit:before,
  .icon-whatsapp:before,
  .icon-twitter:before,
  .icon-facebook:before {
    font-size: 20px;
  }

  .footer h6 {
    font-size: 12px;
    line-height: 14px;
  }
  .back-to-top {
    right: 10px;
    bottom: 230px;
}
  .footer {
 
    margin: 24px auto;
}
}
