.footer-block-contianer {
  width: 100%;
  background: none;
  margin: 0px;
  padding: 0px;
}

.footer-middle {
  background-color: #fff;
}

.footer-middle p {
  font-size: 13px;
  margin-top: 30px;
}

.footer-middle p a {
  color: #333;
  text-decoration: none;
}

.footer-middle .store-icons {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.footer-links {
  width: 670px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.footer__middle h6 {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer__middle ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer__middle ul li {
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
}

.footer__middle ul li a {
  color: #333;
  font-size: 11px;
  font-weight: 400;
}

.footer__middle .bottom-logos {
  text-align: center;
  margin-top: 20px;
}

.footer__middle .bottom-logos img {
  margin: 15px;
}

.footer__middle .languages {
  text-align: center;
  color: #333;
  /* text color */
  font-size: 11px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
  word-spacing: 4px;
}

.footer__middle .languages a {
  color: #028abf;
}

.footer__middle .languages span {
  font-weight: 400;
}

.footer-bottom {
  background-color: #efefef;
  padding: 15px;
  text-align: center;
}

.footer-bottom ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}

.footer-bottom ul li {
  color: #333;
  display: inline;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-bottom ul li a {
  color: #333;
}

@media (max-width: 767px) {
  .footer-links {
    margin-top: 30px;
  }
  .footer-middle h6 {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 5px;
  }
  .footer-middle ul li {
    margin-bottom: 15px;
  }
  .footer-middle ul li a {
    text-align: center;
    width: 100%;
    display: block;
  }
  .footer-middle .bottom-logos {
    text-align: center;
    margin-top: 15px;
  }
  .footer-middle .bottom-logos img {
    margin: 5px;
    width: 160px;
    height: auto;
  }
  .footer-bottom ul li {
    display: block;
    padding: 0px;
    padding-bottom: 8px;
  }
}
