
/* Floating buttons spacing fix */
.star2-new-booking-btn{
    bottom:170px !important;
}

.star2-online-chat,
.online-chat-btn,
.float-chat,
.floating-chat{
    position:fixed !important;
    right:22px !important;
    bottom:78px !important;
    z-index:99998 !important;
}

/* mobile */
@media (max-width:768px){
    .star2-new-booking-btn{
        width:72px !important;
        height:72px !important;
        bottom:165px !important;
        right:18px !important;
    }

    .star2-online-chat,
    .online-chat-btn,
    .float-chat,
    .floating-chat{
        bottom:78px !important;
        right:18px !important;
    }
}
