.copyRight {
  background-color: hsl(187, 72%, 7%);
  color: var(--Gray-99);
  padding-inline: 0.5rem;
}

footer {
  background-color: var(--primary-100);
  padding-block: 2rem;
  position: relative;
}

.footer__Logo_Wrapper {
  display: flex;
  justify-content: start;
}

.footer__Logo_Wrapper img {
  width: 104px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(2%) saturate(9%)
    hue-rotate(314deg) brightness(78%) contrast(88%);
}

.footer__Top .container {
  border-bottom: 1px solid rgba(0, 96, 156, 0.4);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .footer__Logo_Wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer__Logo_Wrapper img {
    width: 104px;
    height: auto;
  }

  footer {
    padding-block: var(--title-space) var(--main-space);
  }

  .footer__Top {
    margin-bottom: 1.5rem;
  }

  .footer__Logo_Outer {
    margin-bottom: 2rem;
    flex-direction: column;
  }

  .footer__Top {
    --footer-top-pad: var(--title-space);
  }

  #dnn_FooterUnderLogo {
    width: 100%;
  }

  .footer_Links {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 92px;
  }

  .footer_Links_List {
    --col: 2 !important;
  }

  .footer_Links_List_Wrapper {
    width: 100%;
  }

  .footer_Address {
    flex-direction: column;
    gap: 2rem;
    align-items: start !important;
    justify-content: start !important;
  }

  .footer_Address_Item {
    align-items: start !important;
  }

  .footer__Top .container {
    margin-bottom: 2rem;
    padding-bottom: 56px;
  }
}

/* *------------------------------- footer socials Start ------------------------------- */

.footer_Socials {
  margin-top: 1rem;
}

.footer_Socials_Ttl {
  margin-bottom: 0.5rem;
}

.footer_Socials_List {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer_Socials_List .ezIcon {
  --icon: 2rem;
  --icon-color: var(--primary-30);
  transition: var(--transition);
}

.footer_Socials_List .ezIcon:hover {
  --icon-color: var(--primary-60);
}

/* !------------------------------- footer socials End --------------------------------- */

/* *------------------------------- footer Pages Start ------------------------------- */

.footer_Links {
  display: flex;
  align-items: flex-start;
}

.footer_Links_List_Wrapper {
  flex: 1;
}

.footer_Links_List_Wrapper:first-child {
  flex: auto;
}

.footer_Links_Ttl {
  margin-bottom: 24px;
  color: var(--primary-20);
  padding-inline-start: 1rem;
}

.footer_Links_List {
  display: grid;
  grid-template-columns: repeat(var(--col, 3), 1fr);
  justify-content: space-between;
  row-gap: 1.5rem;
}

.footer_Links_List_Wrapper:last-child .footer_Links_List {
  --col: 1;
}

.footer_Links_Item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

body.rtl .footer_Links_Item {
  justify-content: start;
}

.footer_Links_Item .ezIcon {
  --icon: 1.125rem;
  --icon-color: var(--primary-40);
  transform: rotate(180deg);
  transition: var(--transition);
}

body.rtl .footer_Links_Item .ezIcon {
  transform: rotate(0deg);
}

.footer_Links_Item:hover .ezIcon {
  transform: translateX(0.5rem) rotate(180deg);
}

.footer_Links_Item a {
  transition: var(--transition);
}

.footer_Links_Item:hover a {
  color: var(--primary-40) !important;
}

/* !------------------------------- footer Pages End --------------------------------- */

/* *------------------------------- footer divider Start ------------------------------- */

.newsletter_Form {
  margin-top: 1rem;
}

.newsletter_Form .thank-you {
  font-size: 12px !important;
}

.newsletter_Form .thank-you h2 {
  font-size: 1rem !important;
}

.newsletter_Form .page-break-section {
  display: flex !important;
  gap: 0.5rem !important;
  align-items: end;
}

.newsletter_Form .LiveForm .form-col-8 {
  width: calc(66.66666667% - 0.5rem) !important;
}

html
  body:not(.personabar-visible)
  .newsletter_Form
  .LiveForm
  .page-break-section
  .form-col-4 {
  width: 33.33333333% !important;
}

html
  body:not(.personabar-visible)
  .newsletter_Form
  .LiveForm.Default
  .Field
  > label {
  position: static !important;
  margin-bottom: 0.5rem !important;
  height: fit-content !important;
  transform: none !important;
  color: var(--Gray-40) !important;
  font-size: var(--fz-t6) !important;
  font-weight: var(--fw-500) !important;
}

html
  body:not(.personabar-visible)
  .newsletter_Form
  .LiveForm.Default
  .Field
  input {
  height: 2rem !important;
  min-height: 2rem !important;
  max-height: 2rem;
  padding-block: 0 !important;
  border: 1px solid var(--primary-95) !important;
}

html
  body:not(.personabar-visible)
  .newsletter_Form
  .LiveForm.Default
  .Field.mobile-under
  .Field-Container-Wide {
  height: fit-content !important;
}

html
  body#Body:not(.personabar-visible)
  .newsletter_Form
  .LiveForm.Default
  input[type="submit"] {
  height: 2rem !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--primary-20) !important;
  font-size: var(--fz-t6) !important;
  min-width: unset !important;
}

html
  body#Body:not(.personabar-visible)
  .newsletter_Form
  .LiveForm.Default
  input[type="submit"]:hover {
  background: var(--primary-40) !important;
}
/* !------------------------------- footer divider End --------------------------------- */

/* *------------------------------- home about Start ------------------------------- */

.footer_Address {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_Address_Item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer_Address_Item .ezIcon {
  --icon: 24px;
  --icon-color: var(--primary-20);
}

.footer_Address_Item a {
  transition: var(--transition);
}

.footer_Address_Item:hover a {
  color: var(--primary-40) !important;
}

.footer_Address_Item:hover .ezIcon {
  --icon-color: var(--primary-40);
}
