
/* Footer exact match with index_en.php - services page only */
html, body { background: #ffffff !important; }
footer {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #122336 !important;
  border-top: 1px solid #0F1F2D !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 999999 !important;
  max-width: 1920px !important;
}
footer .row {
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}
footer .row > div {
  height: 30px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}
footer #bottom-footer {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
  line-height: normal !important;
  font-size: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
}
footer #bottom-footer p {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-size: 11px !important;
  line-height: normal !important;
  color: #122336 !important;
}
footer .keep-left { float: left !important; clear: none !important; }
footer .keep-right { float: right !important; clear: none !important; }
