.contact-owner-navbar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  bottom: 0;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
  height: 80px !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 10px !important;
  background: white !important;
  box-sizing: border-box !important;
}

@media screen and (min-width: 992px) {
  .contact-owner-navbar {
    display: none !important;
  }
}

.contact-owner-navbar input {
  height: 54px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 0 15px !important;
  border-radius: 8px !important;
  flex: 1 !important;
  margin: 0 5px !important;
  box-sizing: border-box !important;
  line-height: normal !important;
  width: auto !important;
}

input.call-owner,
.side_block input[type=button].call-owner {
  border-color: #2C3549;
  color: white;
  background: #2C3549;
  background-color: #2C3549;
}

input.call-owner:hover,
.side_block input[type=button].call-owner:hover {
  background-color: #1a202c;
  box-shadow: none;
  color: white;
}

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

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