/* Tablet and mobile overrides, grouped by the site's existing breakpoints. */

@media(max-width:1199px){ 

}

@media(max-width:991px){ 
    /* HEADER CSS START */
    .site-header,.header-inner{ min-height: auto; }
    .header-inner .header-logo{height: auto;}
    .header-inner .header-logo img{ height: 56px;max-height: 56px; }
    .header-inner .header-menu-toggle{ height: 70px; }
    .site-header.is-menu-open{position:fixed;inset:0 0 auto;z-index:1000;height:100dvh;max-height:100dvh;background:#fff;transform:none}
    .global-content--top .nxb-pods-pause{ opacity: 0; }
    /* HEADER CSS END */
    
    /* CONTENT CSS START */
    .nxb-text-block__heading{font-size:28px}
    /* CONTENT CSS END */

    /* FOOTER CSS START */
    .footer-content .nxb-simple-pods__card + .nxb-simple-pods__card{ margin-left: 0px; }
    /* FOOTER CSS END */

}

@media(max-width:767px){
    /* CONTENT CSS START */
    .nxb-text-block__heading{font-size:26px} 
    /* CONTENT CSS END */
}

@media(max-width:575px){
    /* CONTENT CSS START */
    .nxb-text-block__heading{font-size:24px}
    /* CONTENT CSS END */
}
