body.body-contact-us .fl-row-book-an-appointment {
    display: none;
}

body.body-appointment .fl-row-contact-us {
    display: none;
}

.fl-module.vto-filter {
    display: none !important;
}

.fitmix-popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*transition: 0.2s ease-in all;*/
}