



.header-staff-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
}

.header-staff-content button {
    padding: 8px 12px;
    margin: 5px;
    background-color: #007bff; /* Bootstrap primary color */
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.main-footer {
    background-image: none;
}
.header-staff {
    padding: 30px 0px;
}

.full-width {
    width: 100%;
}
.header_staff .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header_staff .container a {
    margin-right:20px;
}
.padding-bottom
{
    padding-bottom: 20px;
}
.video-container iframe{
    height: auto !important;
    aspect-ratio: 16/9;
}
.schedule-section, .about-section, .clients-section, .notification-section, .faq-section {
    padding: 40px;
}



.btn-header {
    background: #fff4;
    color: white;
    padding: 10px 30px;
    margin-top: 2em;
}
.btn-header:hover {
    background: #fff;
    color: black;
}
.preloader::after{
    color: #ccc;
}
.separator-margin {
    display: block;
    height: 30px;
}
@media (max-width: 600px) {
    :root {
      --marquee-height: 7vh !important;
    }
}
@media only screen and (max-width: 1023px) {
    .main-header .main-box,
    .main-header.fixed-header .main-box {
        background-color: white;
    }

}
@media (max-width: 767px) {
    .page-wrapper {
        padding-top: 70px;
    }
    .schedule-section {
        padding-left: 0;
        padding-right: 0;
    }
    .schedule-section .auto-container {
        padding: 0;
    }
    .main-header, .main-header.fixed-header{
        box-shadow: 0 0 10px #00000066;
    }
}
@media (min-width: 768px) {

    .page-wrapper {
        margin-left: 300px;
        width:auto;
    }

    .page-title{
        padding: 20px 0;
    }
    .page-title h1{
        font-size: 30px;
        margin-bottom:0;
    }
    .page-title .bread-crumb{
        display: none;
    }
    .main-header .main-box{
        display:none;
    }
    .mobile-menu{
        width: 300px;
        right: inherit;
        opacity: 1;
        visibility: visible;
        box-shadow: 0 0 10px #00000066
    }
    .mobile-menu .close-btn,
    .mobile-menu .menu-backdrop{
        display: none;
    }
    .mobile-menu .menu-box{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
}