.contact-owner-navbar {
  position: fixed;
  left: 0;
  z-index: 99;
  bottom: 0;
  box-shadow: 0px 5px 15px -3px black; }

input.call-owner,
.side_block input[type=button].call-owner {
  border-color: #01436d;
  color: white;
  background: #01436d;
  background-color: #01436d; }
  input.call-owner:hover,
  .side_block input[type=button].call-owner:hover {
    background-color: #01436d;
    box-shadow: 0px 8px 16px -4px rgba(87, 155, 255, 0.85);
    color: white; }

.side_block input[type=button].call-owner {
  background: #01436d;
  color: white !important; }
  .side_block input[type=button].call-owner:hover {
    background: #01436d !important;
    color: white !important; }
