footer {
  width: 100%;
  background: #111f42;
}
.footer1 {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer1 ul {
  display: flex;
}
.footerfanhui {
 
  cursor: pointer;
  width: 56px;
  height: 56px;
  border: none;
    background: none;
    position: fixed;
    right: 100px;
}
.footercom {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #aaaaaa;
  line-height: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer_privacy li {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-right: 60px;
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
}

.footerul {
  display: flex;
  align-items: center;
  width: 60%;
      padding-top: 12px;
  justify-content: space-between;
}

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

.icon-whatsapp:before,
.icon-link:before,
.icon-facebook:before,
.icon-twitter:before,
.icon-reddit:before {
  font-size: 38px;
  background: #1c3b6a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 20px;
  color: #fff;
     cursor: pointer;
}
.icon-back:before {
  font-size: 40px;
  background-color: #fff;
  color: #111f42;
  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: 44px;
  }
}
@media (max-width: 768px) {
  .footerul {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;
  }

  .footer1 ul {
    margin: 10px 0;
  }
}
@media (max-width: 765px) {
  .footer1 {
    align-items: flex-start;
  }
  .footercom {
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
    margin: 8px auto;
  }
  .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;
  }

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