.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: #45b150;
    color: white;
    background: #45b150;
    background-color: #45b150;
}
input.call-owner:hover, .side_block input[type=button].call-owner:hover {
    background-color: #30993b;
    /*box-shadow: 0px 8px 16px -4px rgba(69, 177, 80, 0.65);*/
    color: white;
}
.side_block input[type=button].call-owner {
    background: transparent;
    color: #45b150;
}
.side_block input[type=button].call-owner:hover {
    color: white;
}
.btn-parken {
    width: 100%;
    border: 2px solid #30993b;
    color: #30993b !important;
    border-radius: 5px;
    background: transparent;
    height: 40px;
    padding: 0 20px 0;
    font-size: 0.813em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-parken:hover{
    color: white !important;
    background: #30993b;
}
.btn-parken svg{
    fill: #30993b;
}
.btn-parken:hover svg{
    fill: white;
}

