.tour-facility ul li strong {
    font-size: 0.95rem;
}
thead th.fc-day-header.fc-widget-header.fc-sun, thead th.fc-day-header.fc-widget-header.fc-sat {
    background-color: rgb(221 23 23 / 97%);
    color: #FFFFFF;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #F5F5F5;
  padding: 10px 0px;
  transition: all 1s ease;
}

#accordion-part ul {
  padding: 0px;
  margin: 0px;
}
#accordion-part ul li, table tr td, #accordion-part ol li {
  color: #55575b;
  font-size: 14px;
}
#accordion-part p {
  margin: 0px;
  color: #55575b;
}
.bg-info-blue {
  background-color: #121a4f;
  color: #fff;
}

 .calendar-priority-warning {
        background: green;
        color: #fff !important;
        padding: 4px 0px;
        text-align: center;
        border-radius: 0;
        border: 0px;
        font-size: 0.8rem;
       
    }
    .calendar-priority-full {
        background: red;
        color: #fff !important;
        padding: 4px 0px;
        text-align: center;
        border-radius: 0;
        border: 0px;
        font-size: 0.8rem;
        
    }
    .fc-toolbar.fc-header-toolbar {
        background-color: #1e6bc2;
    border: 1px solid #1e6bc2;
    padding: 5px 20px;
    }
    .fc-toolbar.fc-header-toolbar h2 {
        color: #fff;
    }
    .fc-state-default {
        border-radius: 100% !important;
    }
    .fc button {
        padding: 0px 3px 3px;
            }
    .fc-toolbar button {
        top: 5px;

    }
    button:focus {outline:0;}
    #calendar {
        background: #f5f5f5;
    }
    .fc-view-container {
        padding: 25px 35px;
        
    }
    .fc-view, .fc-view>table {
        background: #fff;
    }
    .fc-nonbusiness {
        background: #fff !important;
    }
    .collapsible-btn {
        text-align: right;
    }
    .btn-reg-slot-sqr {
    background-color: #458d00;
    border: none;
    font-weight: 600 !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.collapsible-btn a {
    display: inline-block;
}

.tour-facility ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
}
.tour-facility ul li {
  display: block;
  margin-bottom: 40px;
  color: #353232;
}
.tour-facility ul li span {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0.92rem;
}
.tour-facility .img-fluid {
  width: 32px;
  height: 32px;

}
.fc-highlight {
    background: #ffc107 !important;
    opacity: 1;
}