footer#footer-mobile {
  display: block !important;
  background-color: #242424;
  color: #ffffff;
  width: 100%;
  padding: 10px 10%;
  height: 45px !important;
}

.select-language {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 310px;
  background-color: #0083BF;
  padding: 10px 0;
  border-radius: 50px 0 0 0;
}

.select-language p {
  text-align: center;
  font-size: 20px;
  margin: 0;
}
.select-language p a {
  text-decoration: none;
  color: #fff;
}
.copy-right {
  font-weight: 600;
}
/* RESPONSIVE SECTION */
#footer-mobile p.text-center.copy-right {
  margin-bottom: 50px;
}

@media (max-width: 320px){
  
}


@media (max-width: 480px){
  
  /* Section Footer Mobile */
  footer#footer-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 250px !important;
  }
  /* .select-language__wrapper {
    position: relative;
  } */
  footer.footer-mobile {
    display: block;
    padding: 70px 0 140px;
    background-color: #242424;
    color: #fff;
  }

  .select-language {
    bottom: 55px;
    width: 310px;
  }
 
  /* EOF Section Footer Mobile */
}