@media only screen and (max-width: 600px) {
    
}

@media only screen and (max-width: 767px)
.main-header .set-of-buttons, .property-header .set-of-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 12px 10px 0;
    border-top: 1px solid #ebebeb;
}