@media(max-width:1366px){
    .learndash-wrapper .ld-modal{
         top: 2.5%; 
    }
}

@media(max-width:1024px){
    .bg-md-orange{
        background-color: #fe904b;
    }
    .bg-md-blue{
        background-color: #5271ff;
    }
    .bg-md-red{
        background-color: #ff1617;
    }
    .bg-md-gray{
        background-color: #bdbdbd;
    }

}
@media(max-width:992px){
    .header-main-layout-1 .ast-main-header-bar-alignment {
        margin: auto;
    }
    .ast-flex.main-header-container {
        justify-content: center;
    }
    .home.ast-theme-transparent-header #masthead {
        position: absolute;
    }
    .ast-theme-transparent-header #masthead {
        position: relative;
        background-color: #b4373a;
    }
    .package-wrapper{
        margin: 0;
    }

}
@media(max-width:768px){
    .ast-theme-transparent-header #masthead{
        top: 0;
    }
    .site-branding {
        display: none !important;
    }
    .ast-flex.main-header-container {
    justify-content: center;
}
    .ast-mobile-menu-buttons{
        position: fixed;
        right: -3px;
        z-index: 2;
        top: -2px;
    }
    .menu-toggle.main-header-menu-toggle.ast-mobile-menu-buttons-fill{
        background: #b4373a;
        color: #fff;
        border-radius: 5px;
        width: 75px;
    }
    .ast-main-header-bar-alignment {
        position: fixed;
        z-index: 1;
        top: 0;
        max-width: 286px;
        right: 0;
    }
    .main-header-menu .current-menu-item > a {
        color: #fff !important;
        background: #b4373a;
    }
    .ast-theme-transparent-header .main-header-menu a{
        color: #b4373a ;
    }
    ul#primary-menu{
        box-shadow: 0px 2px 4px 3px rgba(0,0,0,.5);
        border-top: 0;
    }
    .menu-toggle.main-header-menu-toggle.ast-mobile-menu-buttons-fill.toggled{
        height: 49px;
        background: #fff;
        color: #b4373a;
    }
    .ast-site-identity{
        z-index:-1;
    }
    .main-header-bar .main-header-bar-navigation.toggle-on{
        padding:0;
    }
    a.current-user-menu {
        color: #b4373a !important;
    }
    .sub-menu{
        display: block;
        position: absolute;
        width: 100%;
        right: 0;
    }
    
    .single-sfwd-courses .ast-header-break-point .main-navigation ul li a{
        color: #b4373a;
    }
    #tabs-students .fl-tabs-label{
        color:#fff;
    }
    #tabs-students .fl-tabs-label.fl-tab-active{
        color:#b4373a;
    }
    .mobile-col .fl-col-content.fl-node-content {
        padding: 0;
    }
    .mobile-col .fl-row-content-wrap {
        padding-top: 0;
        padding-bottom: 3rem;
    }
    .wpforms-submit-container {
        text-align: center;
    }
}
@media(max-width:568px){
    .package-title{
        font-size: 40px;
    }
}