#songgetFooter {
  background: #15141a;
  color: #ffffff;
  position: relative;
  padding: 60px 0 40px;
  bottom: 0;
}

#songgetFooter .footer-top {
  margin-bottom: 25px;
}

#songgetFooter::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  background-image: -moz-linear-gradient(0deg, #131643 0%, #24768e 100%);
  background-image: -webkit-linear-gradient(0deg, #131643 0%, #24768e 100%);
  background-image: -ms-linear-gradient(0deg, #131643 0%, #24768e 100%);
}



#songgetFooter .h2 {
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 24px;
  color: #c3ff00;
  font-weight: 600;
}

#songgetFooter .h2+p {
  text-align: center;
  font-size: 22px;
  color: #939393;
}


#songgetFooter p#songgetFooter-link {
  font-size: 16px;
  margin-bottom: 1.5rem;
  padding: 0;
}

#songgetFooter p#songgetFooter-link>a {
  color: #ffffff;
}

#songgetFooter p#songgetFooter-link:hover>a {
  color: #35d0ef;
}


#songgetFooter .lang_box {
  display: flex;
  align-items: center;
}

#songgetFooter .lang_box>a.dropdown-toggle {
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  cursor: pointer;
}

#songgetFooter .lang_box>a.dropdown-toggle span {
  margin: 0 10px;
}

#songgetFooter .lang_box:hover .dropdown-menu {
  display: block;
  top: auto;
  left: -12%;
  bottom: 100%;
  box-shadow: 0 6px 12px rgb(0 0 0 / 17%);
  border: 0;
  background: #1c1b1f;
}



#songgetFooter .lang_box .dropdown-menu a {
  padding: 3px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

#songgetFooter .lang_box .dropdown-menu a span {
  margin-left: 10px;
}

#songgetFooter .lang_box .dropdown-menu a img {
  object-fit: contain;
}

#songgetFooter #songgetFooter-bottom {
  position: relative;
  padding: 1.5rem 0 5px;
  margin-top: 55px;
  align-items: center;
  padding-right: 30px;
  justify-content: space-between;
  /* justify-content: center; */
}

#songgetFooter #songgetFooter-bottom::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  background-image: -moz-linear-gradient(0deg, #090b22 0%, #123b48 100%);
  background-image: -webkit-linear-gradient(0deg, #090b22 0%, #123b48 100%);
  background-image: -ms-linear-gradient(0deg, #090b22 0%, #123b48 100%);
}

#songgetFooter #songgetFooter-bottom>p {
  margin-bottom: 0;
}

#songgetFooter #songgetFooter-note p {
  font-size: 15px;
  line-height: 24px;
  color: #9c9c9c;
  padding: 0 15px;
}

#songgetFooter .bottom-link a {
  font-size: 14px;
  color: #fff;
}

#songgetFooter .bottom-copy {
  font-size: 14px;
  color: #b7bbe4;
}

#songgetFooter .bottom-copy a {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 1200px) {
  #songgetFooter {
    &>.container>.row>.col-lg-6 {
      margin-bottom: 20px;
    }
  }
}

@media (max-width: 993px) {
  #songgetFooter .lang_box {
    margin-top: 20px;
  }

  #songgetFooter {
    &>.container>.row>.col-lg-6 {
      margin-bottom: 50px;
    }
  }
}