.owl-dots {
    display: none;
}

@media (max-width: 767px) {
    .owl-nav {
        display: none;
    }
    .owl-dots {
        display: block;
    }
}

/* Full Calendar Added */
@media (max-width: 575px) {
    .fc .fc-toolbar {
        display: inline-block;
        & .fc-toolbar-chunk {
            margin-bottom: 1em;
        }
    }
}

/* Full Calendar Added */
@media (min-width: 992px) and (max-width: 1199px) {
    .fc .fc-toolbar {
        display: inline-block;
        & .fc-toolbar-chunk {
            margin-bottom: 1em;
        }
    }
}
.fc {
    & .fc-col-header-cell {
        height: unset !important;
    }
    & .fc-scroller {
        height: auto !important;
    }
    & .fc-head .fc-widget-header {
        margin-right: 0 !important;
    }
    & .fc-scroller {
        overflow: visible !important;
    }
    & .fc-daygrid-day-events,
    & .fc-scroller-liquid-absolute,
    & .fc-view {
        position: relative !important;
    }
    & .fc-view-harness {
        height: unset !important;
    }
    & a.fc-col-header-cell-cushion,
    & a.fc-daygrid-day-number {
        color: unset;
    }
}
