/*Footer*/
#home__footer .our-links {
  background-color: #212121;
  color: #ffffff;
  display: flex;
  padding-right: 7.321vw;
  padding-left: 7.321vw;
  padding-top: 80px;
  padding-bottom: 10px;
}
#home__footer .description-labhub {
  width: 30%;
  padding-right: 15px;
}
#home__footer .details-link {
  width: 18%;
  padding-right: 15px;
}
#home__footer .contact-us {
  width: 18%;
  padding-right: 15px;
}
#home__footer .description-labhub p:nth-child(1) {
  font-family: Poppins-ExtraBold;
  font-size: 24px;
}
#home__footer .description-labhub p:nth-child(2) {
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 28px;
}
#home__footer .details-link p:nth-child(1) {
  font-family: Poppins-ExtraBold;
  font-size: 16px;
}
#home__footer .details-link p a {
  color: white;
  text-decoration: none;
}
#home__footer .custom-links {
  font-family: Poppins-Regular;
  font-size: 16px;
}
#home__footer .contact-us p:nth-child(1) {
  font-family: Poppins-ExtraBold;
  font-size: 16px;
}
#home__footer .number-phone {
  display: flex;
}
#home__footer .number-phone p {
  font-family: Poppins-Regular;
  font-size: 16px;
  margin: 10px 15px;
}
#home__footer .email p {
  font-family: Poppins-Regular;
  font-size: 16px;
  margin: 10px 15px;
}
#home__footer .email {
  display: flex;
}
#home__footer .social-media {
  padding-top: 25px;
  background-color: #212121;
  color: #ffffff;
  display: flex;
  padding-right: 7.321vw;
  padding-left: 7.321vw;
  padding-bottom: 30px;
}
#home__footer .copyrigt {
  width: 50%;
}
#home__footer .social-media-img {
  width: 50%;
  text-align: right;
}
#home__footer .social-media-img img {
  margin: 0 15px;
}
#home__footer .social-media .copyrigt p {
  font-family: Poppins-Regular;
  font-size: 16px;
}

@media (max-width: 1200px) {
#home__footer .description-labhub {
    width: 100%;
    margin-bottom: 35px;
  }
  #home__footer .details-link {
    width: 100%;
    margin-bottom: 35px;
  }
  #home__footer .contact-us {
    width: 100%;
    margin-bottom: 35px;
  }
  #home__footer .our-links {
    display: block;
    text-align: center;
  }
  #home__footer .number-phone {
    display: block;
  }
  #home__footer .email {
    display: block;
  }
  #home__footer .social-media {
    text-align: center;
    display: block;
  }
  #home__footer .copyrigt {
    width: 100%;
  }
  #home__footer .social-media-img {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
    #home__footer .social-media-img img {
        margin: 0px 5px;
      }
}