@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap'); 
body {
    font-family: 'Poppins', sans-serif;
}

.sb-cell.free { 
    font-size: 0px;
}

.sb-cell.free:after {
    font-size: 16px !important;
    font-weight: bold;
    content: 'Book now';
}

.page-content--index .schedule table .day-off{
display:none;
}
#main-buttons > div > div > div > a.btn.map.btn-has-icon{
display:none;
} 

.company-name.company-logo-and-name {
    background-color: rgba(0, 87, 61, 0.65);  
    border-radius: 3px;
    font-size: 55px; 
    padding: 20px;
}

#sb-timeline .steps-nav { 
    visibility: hidden;
}
#sb_sidebar_container > aside > div.item.provider-item > div > article > div {
    height: 22.9em;
    line-height: 21px;
    overflow: visible;
    font-size: 16px;
    display: block;
    position: relative;
    word-break: break-word;
    margin-bottom: 10px;
    font-weight: 400;
}
#sb_sidebar_container > aside > div.item.service-item.--service-id_7 > div > article > div{
display:none;
} 



@media (max-width: 767px) {
    .hidden-xs {
         display: block!important;
    }}

section#main-buttons { 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: imageSlideshow 126s infinite;  
    position: relative;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
    background-color: #333;
}

#sb_reviews_add_container > div > div > div.form > div.social-container > div.social-links > div > a.social-links__item.btn.btn--action.fb.sb-targetblank{
         display:none;
}
.datepicker table tr td.disabled {
    color: red;
}

#sb_time_slots_weekly_container > div:nth-child(6) {
    display: none !important;
}
#sb_time_slots_weekly_container > div:nth-child(7) {
    display: none !important;
}