footer.container-fluid {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 80px 150px 5px 150px;
    background-image: url("/images/footerBG.jpg");

  }

  footer p {
    text-decoration: none;
    color: #BCBCBC;
    position: relative;
  }

  .companyName {
    padding-left: 25px;
  }

  .companyName::before {
    content: "";
    background-image: url("/images/paperclip.png");
    position: absolute;
    left: 0;
    margin-top: 3px;
    width: 18px; 
    height: 18px; 
    background-size: 18px 18px; 
  }

  .companyAddress {
    padding-left: 25px;
  }

  .companyAddress::before {
    content: "";
    background-image: url("/images/pointer.png");
    position: absolute;
    left: 0;
    margin-top: 3px;
    width: 18px; 
    height: 18px; 
    background-size: 18px 18px; 
  }

  .companyMail {
    padding-left: 25px;
  }

  .companyMail:before {
    content: "";
    background-image: url("/images/at.png");
    position: absolute;
    left: 0;
    margin-top: 3px;
    width: 18px; 
    height: 18px; 
    background-size: 18px 18px; 
  }

  .companyPhone {
    padding-left: 25px;
  }

  .companyPhone:before {
    content: "";
    background-image: url("/images/earphone.png");
    position: absolute;
    left: 0;
    margin-top: 3px;
    width: 18px; 
    height: 18px; 
    background-size: 18px 18px; 
  }

  footer a {
    text-decoration: none;
    color: #BCBCBC;
  }

  .paymentButton {
    background-color: #7ec1e6;
    color: black;
    border: 1px solid #000000;
    border-radius: 12px;
    font-size: 16px;
    padding: 9px 15px;
  }

  .paymentButton:hover {
    background-color: #7ec1e6;
    color: black;
    border: 1px solid #000000;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }

  input {
    width: 15%;
    padding: 9px 15px;
    margin: 8px 0;
    border: 1px solid #000000;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .headerColumnFooter {
    font-size: 14px;
  }

  hr.solid {
    border-top: 3px solid #bbb;
  }

  div.copyrightFooter {
    text-align: right;
  }