body .footer_copyright .footer_table .footer_col .follow_item:hover {
  color: #00aaaa;
}

body #Mobible_Main_footer_wrap .follow_item:hover {
  color: #00aaaa;
}

body .flex-center {
  display: flex !important;
  justify-content: center !important;
}

/*
body .footer_copyright .footer_table {
  width: unset !important;
}
*/

body .footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

body .footer_table.left-col {
  width: 900px;
}

body .footer_table.right-col {
  width: 300px;
}

body .news-subscribe-btn {
  padding: 1em;
  background: #00aaaa;
  color: white !important;
  margin-top: 1em;
  display: inline-block;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  body .news-subscribe-btn {
    font-size: 18px;
  }
}

body .news-subscribe-btn:after {
  transition: 0.3s;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-100%);
}

body .news-subscribe-btn:hover .subscribe-wrapper {
  transform: translateX(-5px);
}

body .news-subscribe-btn:hover:after {
  right: 0;
  transform: translateX(0);
}

body .news-subscribe-btn:hover .arrow-right {
  transform: translateX(5px);
  opacity: 1;
}

body .news-subscribe-btn .subscribe-wrapper {
  transition: 0.3s;
  display: inline-block;
  transform: translateX(0px);
}

body .news-subscribe-btn .arrow-right {
  transform: translateX(-5px);
  opacity: 0;
  transition: 0.3s;
}

body .news-subscribe-btn .suscribe-icon {
  margin-right: 0.1em;
}

body #Mobible_Main_footer_wrap .news-subscribe-btn {
  display: block;
  max-width: 220px;
  font-size: 14px;
  padding: 0.6em 1em;
}

body #footer_copyright {
  display: none !important;
}

body #Mobible_Main_footer_wrap {
  display: block !important;
}

@media screen and (min-width: 992px) {
  body #footer_copyright {
    display: block !important;
  }
  body #Mobible_Main_footer_wrap {
    display: none !important;
  }
}