.FooterPane {
  background: linear-gradient(262deg, #00326f 0%, #00152e 100%);
  z-index: 2;
  margin-top: 126px;
  box-shadow: 0 -20px 56px 0 rgba(18, 18, 18, 0.08);
  position: relative;
}
body:not(.rtl) .FooterPane {
  background: linear-gradient(262deg, #00152e 0%, #00326f 100%);
}

.FooterPane .footer-back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 617px;
  height: 328px;
  background-image: url("/Portals/0/Images/footer-back.png");
}
body:not(.rtl) .FooterPane .footer-back {
  left: unset !important;
  right: 0;
}

.footer-top-row {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 410px;
  position: relative;
}
@media (max-width: 1200px) and (min-width: 992px) {
 body:not(.rtl) .footer-top-row .footer-right-col {
    padding: 0 32px 28px 21px !important;
  }
}
.footer-top-row .footer-right-col {
  position: relative;
  padding: 0 32px 60px 54px;
}

.footer-top-row .footer-right-col::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: var(--Gray-G100);
  opacity: 0.1;
}
body:not(.rtl) .footer-top-row .footer-right-col::after {
  right: 0;
  left: unset !important;
}
.footer-top-row .footer-right-col .desc {
  margin-top: 24px;
  text-align: justify;
}
body:not(.rtl) .footer-top-row .footer-right-col .desc {
  line-height: 22px;
}
.footer-top-row .footer-middle-col {
  position: relative;
}
.footer-top-row .footer-left-col .footer-contact-us,
.footer-top-row .footer-middle-col .footer-links-wrapper {
  padding-inline-start: 20px;
  height: 100%;
}
.footer-top-row .footer-middle-col .footer-links-wrapper .footer-link {
  gap: 4px;
  transition: all 300ms;
}
body:not(.rtl)
  .footer-top-row
  .footer-middle-col
  .footer-links-wrapper
  .footer-link
  .ezIcon {
  --icon-rotate: 180deg;
}
.footer-top-row .footer-middle-col .footer-links-wrapper .footer-link:hover {
  gap: 8px;
}

.footer-top-row .footer-middle-col::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: var(--Gray-G100);
  opacity: 0.1;
}
body:not(.rtl) .footer-top-row .footer-middle-col::after {
  right: 0;
  left: unset !important;
}
.footer-top-row .footer-logo img {
  height: 96px;
}
.footer-top-row .footer-desc .desc {
  padding-left: 24px;
}

.footer-top-row .footer-left-col {
  z-index: 2;
}
.footer-top-row .footer-middle-col {
  z-index: 2;
}
.footer-top-row .footer-important-links {
  z-index: 2;
  justify-content: start;
}
.footer-top-row .footer-important-links > div {
  width: 100%;
}

.footer-bottom-row {
  display: flex;
  padding-block: 24px;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
}
.footer-bottom-row::before {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 50%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}
.footer-bottom-row .ezweb {
  opacity: 0.8;
}
@media (max-width: 992px) {
  .footer-top-row .footer-back-vector {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: unset !important;
    bottom: -53px !important;
    width: 90%;
  }
  .footer-top-row .footer-left-col .footer-contact-us,
  .footer-top-row .footer-middle-col .footer-links-wrapper {
    padding-inline-start: 12px !important;
    padding-block: 34px 40px;
  }
  .footer-top-row .footer-left-col .footer-contact-us {
    padding-inline-end: 30px;
  }
  .FooterPane {
    padding-top: 4px;
    margin-top: 132px;
  }
  .footer-top-row .footer-important-links {
    margin-top: 48px;
    white-space: nowrap;
  }
  .footer-top-row .footer-right-col {
    padding: 0 24px 32px 40px !important;
  }
  .footer-top-row .footer-middle-col::after,
  .footer-top-row .footer-right-col::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    height: 1px !important;
    background-color: var(--Gray-G100);
    opacity: 0.1;
  }
  .footer-top-row .footer-contact-info {
    margin-top: 32px;
  }
  .footer-top-row .footer-important-links .links {
    gap: 63px !important;
  }

  .footer-top-row {
    height: auto !important;
  }
  .footer-bottom-row {
    padding-block: 32px !important;
  }
  .footer-socials-info {
    margin-top: 50px;
  }
  .FooterPane .footer-back {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 119px !important;
    width: 439px !important;
    height: 233px !important;
  }
}
