#bookingNavigation{
    width: 100%;
    min-height: 130px;
    background-color: #315470;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    color: #ffffff;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

button.btn.sjc-button {
    background-color: #4b7c85;
    font-size: 15px;
    border: solid 2px #4b7c85;
    border-radius: 5px;
}

button.btn.sjc-button:hover, button.sjc-button.btn:focus {
    color: #ffffff;
    background-color: #4b7c85;
}

.sjc-icons {
    font-size: 27px;
}