a {
  text-decoration: none;
  color: inherit;
}

.footer-content-wrap {
  background: #0e1f19;
  position: relative;
}

.news-letter-wrap {
  position: relative;
  z-index: 2;
}

.footer-wrap {
  max-width: 1280px;
  margin: 0px auto 40px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */

  padding: 50px 0px 40px;
}

img.footer-bg {
  position: absolute;
  width: 400px;
  top: -30px;
  right: 10%;
  z-index: 1;
}

.footer-wrap .feediq-logo-wrap .logo {
  width: 220px;
  height: auto;
}

.footer-wrap .feediq-logo-wrap .logo img {
  width: 100%;
  height: auto;
}

.footer-wrap .feediq-logo-wrap .footer-description {
  font-size: 16px;
  color: white;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 20px;
  /* height: 150px; */
}

.footer-wrap .feediq-logo-wrap {
  width: 22%;
}

.footer-wrap .footer-heading {
  color: white;
  font-size: 24px;
  font-weight: 500;
}

.footer-wrap .quick-links-wrap ul li,
.footer-wrap .quick-links-wrap-2 ul li {
  list-style: none;
  color: white;
  font-size: 16px;
  padding-bottom: 15px;
  /* cursor: pointer; */
}

.footer-wrap .quick-links-wrap-2 ul li i {
  font-size: 20px;
  color: #1c9e75;
}

.footer-wrap .quick-links-wrap-2 ul li span {
  border: 1px solid #1c9e75;
  min-width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin-right: 15px;
  background-color: #183624;
}

.footer-wrap .quick-links-wrap-2 ul li span.yellow {
  border: 1px solid #f8c521;
  background-color: #1c291a;
}

.footer-wrap .quick-links-wrap-2 ul li span.yellow i {
  color: #f8c521;
}

.footer-wrap .quick-links-wrap-2 ul li span.blue {
  border: 1px solid #007a9b;
  background-color: #0e2624;
}

.footer-wrap .quick-links-wrap-2 ul li span.blue i {
  color: #007a9b;
}

.footer-wrap .quick-links-wrap-2 ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.news-letter-email input:-webkit-autofill {
  appearance: none !important;
  background-color: white !important;
  color: #fff !important;
  transition: background-color 50000s ease-in-out 0s; /* trick to delay autofill style */
}
.news-letter-email input {
  background-color: #183624;
  border: none;
  outline: none;
  color: white;
  font-size: 18px;
  padding: 10px 0px;
}

.news-letter-email input::placeholder {
  color: white;
}

.news-letter-email {
  background-color: #183624;
  padding: 0px 1px 0px 14px;
  border: 1px solid #1c9e75;
  border-radius: 8px;
  display: flex;
  height: 55px;
  overflow: hidden;
  align-items: center;
}

.news-letter-email span {
  font-size: 25px;
  color: white;
  background: #1c9e75;
  display: flex;
  height: 47px;
  width: 47px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
}

.social-icons-wrap span {
  color: white;
  font-size: 24px;
  padding-right: 20px;
  cursor: pointer;
}

.footer-wrap .quick-links-wrap,
.footer-wrap .quick-links-wrap-2,
.footer-wrap .news-letter-wrap {
  /* height: 250px;
  padding-top: 30px; */
}

.footer-wrap .footer-heading,
.footer-wrap .logo {
  margin-bottom: 20px;
}

.footer-wrap .social-icons-wrap {
  margin-top: 20px;
}

.footer-bottom {
  margin: 0 auto;
  color: white;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 25px 10px;
  max-width: 1280px;
}

@media screen and (max-width: 1600px) {
  .footer-bottom {
    padding: 25px 20px;
  }
}

span.footer_bottom_links {
  display: flex;
  gap: 20px;
}

span.footer_bottom_links a:hover {
  color: #1c9e75;
  text-decoration: underline;
}

span.footer_bottom_links a {
  transition: all 0.2s linear;
}

.footor-bottom-border {
  width: 95%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #1c9e75 50%,
    #1c9e75 50%,
    transparent 100%
  );
  margin: auto;
}
.footer-line {
  display: flex;
  align-items: center;
}
.postion-relative-wrap {
  position: relative;
  padding-bottom: 8px;
}
.air-error {
  position: absolute;
  font-size: 12px;
  bottom: -10px;
}
.bi-twitter-x:hover::before {
  color: #000;
}
.fa-youtube:hover::before {
  color: #ff0000;
}
.fa-linkedin-in:hover::before {
  color: #0a66c2;
}
.fa-facebook-f:hover::before {
  color: #1877f2;
}
@media (max-width: 1440px) {
  .footer-wrap {
    padding: 50px 20px 40px;
  }
}
@media (max-width: 1024px) {
  .footer-wrap .feediq-logo-wrap {
    width: 27%;
  }
  .footer-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .footer-wrap {
    flex-wrap: wrap;
  }
  .news-letter-wrap {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}

@media (max-width: 767px) {
  .footer-wrap {
    width: 100%;
    gap: 10px;
    flex-direction: column;
    align-items: start;
    padding: 40px 30px;
  }

  .footer-wrap .feediq-logo-wrap {
    width: 100%;
  }

  .footer-wrap .feediq-logo-wrap .logo {
    width: 120px;
    height: auto;
  }

  .footer-wrap .feediq-logo-wrap .footer-description {
    font-size: 14px;
    line-height: 22px;
    /* height: 120px; */
  }

  .footer-wrap .footer-heading {
    font-size: 18px;
  }

  .footer-wrap .quick-links-wrap ul li,
  .footer-wrap .quick-links-wrap-2 ul li {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .footer-wrap .quick-links-wrap,
  .footer-wrap .quick-links-wrap-2,
  .footer-wrap .news-letter-wrap {
    /* height: 180px; */
  }
  .footer-wrap {
    margin: 0;
  }
  .footer-wrap .quick-links-wrap-2 ul li span {
    width: 30px;
    height: 30px;

    font-size: 12px;
  }

  .footer-wrap .quick-links-wrap-2 ul li i {
    font-size: 16px;
  }

  .news-letter-email input {
    font-size: 14px;
  }

  .news-letter-email {
    height: 45px;
  }

  .news-letter-email span {
    font-size: 18px;
    height: 39px;
    width: 39px;
  }

  .social-icons-wrap span {
    font-size: 18px;
    padding-right: 15px;
  }

  .footor-bottom-border {
    height: 1px;
  }

  .footer-bottom {
    font-size: 14px;
    padding: 15px 0px 15px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  img.footer-bg {
    width: 300px;
    bottom: 50px;
    right: 25%;
  }
}

.quick-links-wrap-2 li {
  max-width: 300px;
  letter-spacing: 0.6px;
}
