footer {
  width: 100%;
  background: #fff;
    padding-top: 10px;
}
.footer1 {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  flex-wrap: wrap;
}
.footer1 ul {
  display: flex;
}
.footerfanhui {
  position: absolute;
  right: 2%;
  cursor: pointer;
  width: 56px;
  height: 56px;
}
.footercom {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
  line-height: 20px;
  margin-top: 8px;
}

.footer_privacy li {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 16px;
  list-style: disc;
  line-height: 20px;
  margin-right: 60px;
}

.footerul {
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: space-between;
}
.footer_privacy li::marker {
  font-size: 26px;
  color: #83b293;
}

.footer_twiter img {
  width: 32px;
  margin-left: 24px;
}

.icon-whatsapp:before,
.icon-link:before,
.icon-facebook:before,
.icon-twitter:before,
.icon-reddit:before {
  font-size: 38px;
  background: #83b293;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 20px;
  color: #fff;
}
.icon-back:before {
  font-size: 40px;
  background-color: #fff;
  color: #83b293;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1120px) {
  .footer1 {
    flex-direction: column;
  }
  .footerul {
    width: 90%;
    flex-direction: row-reverse;
  }
  .footer_privacy li {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (max-width: 765px) {
  .footerul {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .footer1 {
    align-items: flex-start;
  }
  .footer1 ul {
    margin: 10px 0;
  }
  .icon-whatsapp:before,
  .icon-link:before,
  .icon-facebook:before,
  .icon-twitter:before,
  .icon-reddit:before {
    font-size: 26px;
    margin-left: 24px;
    color: #fff;
    margin-left: 10px;
  }
  .footer_privacy li {
    font-size: 12px;
    line-height: 14px;
    margin-left: 30px;
  }
  .footer_privacy li::marker {
    font-size: 16px;
  }
  .footercom {
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
  }
  .icon-back:before {
    font-size: 28px;
  }
}
