footer {
  margin-top: 100px;
  background-color: #f4f4f4;
  background-image: url("https://remedtest.com/remed_global/assets/media/footer_background.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
footer h3 {
  font-size: 22px;
}
footer p {
  font-size: 15px;
}
footer a:hover {
  opacity: 0.5;
}
.debug {
  border: solid red 1px;
}
#footer-contact-form {
margin-top:  -125px !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px #00000029;
  border-radius: 14px;
  padding: 45px 30px 45px 30px;
}
.submit-button {
  background-color: #003f8c;
  color: #fff;
  margin-top: 5px;
  border-radius: 5px;
  width: 100%;
  border: solid 1px #003f8c;
}
.submit-button:hover {
  background-color: #fff;
  color: #003f8c;
}