#collapse-1 {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999!important;
}

#collapse-1 p {
  color: red;
}

