#aff_footer {
  margin: 0px -20px;
}

#aff_footer #footer_info {
  background: #f0f3f4;
  padding: 0 20px;
}

#aff_footer .copyright-frame {
  border-top: 1px solid #c3c3c3;
}

#aff_footer .footer-col {
  min-width: 21%;
}

#aff_footer .footer-copyright {
  color: #4f4f4f;
  font-size: 14px;
}

#aff_footer .footerDetailsText {
  color: #4a4f54;
  font-size: 12px;
  font-weight: 500;
}

#aff_footer .footerDetailsText:hover {
  color: #0060a1;
}

#aff_footer .footerSuggestedBrowserIcon {
  height: auto;
  object-fit: contain;
  width: 20px;
}

#aff_footer .footerText {
  color: #4f4f4f;
  font-family: "bodyfont" !important;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.13px;
  line-height: 1.62;
  text-align: justify;
}

#aff_footer .footerTitleText {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

#aff_footer .ft-licenses-img {
  height: 45px;
  object-fit: contain;
  width: auto;
}

#aff_footer .ft-powered-img {
  object-fit: contain;
  width: 170px;
}

#aff_footer .ft-rg-img {
  height: 50px;
  object-fit: contain;
  width: 50px;
}

#aff_footer .ft-sm-img {
  height: auto;
  object-fit: contain;
  width: 20px;
}

#aff_footer .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#aff_footer .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#aff_footer .grid-gap-4 {
  gap: 1em;
}

#aff_footer .suggestions-p {
  color: #333;
  font-size: 14px;
  opacity: 1;
}

@media only screen and (min-width: 1025px) and (max-width: 1825px) {
  .footerDetailsText {
    color: #333;
    opacity: 1;
  }
}
