.advance-footer-main {
  padding: 96px 0;
  background: #fbfafc;
  position: relative;
}

.advance-footer-social-logo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.advance-footer-main-logo img {
  width: 100%;
  max-width: 145px;
  height: auto;
  object-fit: cover;
}
.advance-footer-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 24px;
}
.advance-footer-row {
  justify-content: space-between;
}
.advance-footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.advance-footer-title {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1b3567;
  margin: 0;
  padding: 0 0 8px 0;
}
.advance-footer-links a {
  text-decoration: none;
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 8px 0;
  color: #1b3567;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}
.advance-footer-links a:hover {
  color: #29509c;
}
.advance-footer-copyright {
  background: #1b3567;
}
.advance-footer-copyright ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  column-gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.advance-footer-copyright li a {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
}
.copyright-link-footer-mobile {
  display: none;
}
.advance-footer-links {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  flex-basis: 70%;
}
.advance-footer-copyright .advance-col-12 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 10px 80px;
  min-height: 84px;
}
.advance-footer-copyright .advance-col-12 .copyright-txt {
  width: auto;
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
}
.advance-footer-copyright .footer-con {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1600px) {
  .advance-footer-copyright .advance-col-12 {
    padding: 10px 0;
  }
}
@media (min-width: 1440px) {
  .advance-footer-copyright .advance-container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1439px) {
  .advance-footer-copyright .advance-col-12 {
    padding: 10px 0;
  }
  .advance-footer-copyright ul {
    margin: 0;
    column-gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .advance-footer-copyright ul li {
    flex: 0 0 30%;
    text-align: center;
  }
  .advance-footer-links {
    flex-wrap: wrap;
    flex-basis: 56%;
    row-gap: 40px;
  }
  .advance-footer-links > div {
    flex: 50%;
  }
  .advance-footer-copyright ul li.copyright-link-footer-desktop, 
  .advance-footer-copyright ul li.copyright-link-footer-mobile {
    display: none;
  }
  .advance-footer-copyright .advance-col-12 {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .advance-footer-main > .advance-container {
    margin: 0;
    padding: 0 32px !important;
    max-width: 100%;
  }
  .advance-footer-main {
    padding: 48px 0 128px 0;
  }
  .advance-footer-main-logo {
    padding: 0;
  }
  .advance-footer-social-icon {
    position: absolute;
    left: 32px;
    bottom: 48px;
    padding-top: 16px;
  }
  .advance-footer-row {
    row-gap: 40px;
  }
  .advance-footer-copyright ul {
    flex-direction: column;
  }
  .advance-footer-copyright ul li {
    text-align: left;
  }
  .copyright-link-footer-desktop {
    display: none;
  }
  .advance-footer-copyright li a.copyright-link-footer-mobile {
    display: block;
    font-weight: 700;
  }
  .advance-footer-copyright ul {
    row-gap: 16px;
  }
  .advance-footer-copyright {
    padding: 24px 32px;
  }
  .advance-footer-copyright > .advance-container {
    padding: 0;
    max-width: 100%;
    margin: 0;
  }
  .advance-footer-links > div {
    flex: none;
  }
  .advance-footer-copyright .footer-con {
    width: 100%;
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
  .advance-footer-copyright .advance-col-12 {
    padding: 0;
    flex-direction: column;
    align-items: start;
  }
  .advance-footer-copyright .advance-col-12 .copyright-txt {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
  }
}
