/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2024 | 12:20:20 */
.card.bg-light.p-3:nth-child(1) {
    display: none!important;
}

.card.bg-light.p-3:nth-child(1)+ul {
    display: none!important;
}

/*
#bookly-tbs > form > div:nth-child(9) {
    display: none!important;
}
*/
#bookly-tbs > form > div:nth-child(9)+ul {
    display: none!important;
}

#bookly-tbs > form > div:nth-child(11){
    display: none!important;
}
#bookly-tbs > form > div:nth-child(11)+ul {
    display: none!important;
}

#bookly-tbs > form > div:nth-child(13) {
    display: none!important;
}

#bookly-tbs > form > div:nth-child(13)+ul {
    display: none!important;
}