#masthead,
.ast-main-header-wrap {
  position: sticky ;
  top: 0;
  z-index: 9999; 
}

@media (max-width: 767px) {
    .main-header-menu .ast-menu-toggle:focus {
        outline: 0;
    }
}

@media (max-width: 768px){
    .fab-container-header {
        position: fixed;
        top: 26px;
        right: 70px;
        display: flex;
        align-items: center;
        z-index: 10000;
        font-family: "Poppins";
        text-align: center;
        justify-content: center;
    }

    .fab-button-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 12px 8px 8px 8px;
        font-size: 14px;
        width: 100%;
        border-radius: 5px;
    }
    .submit-btn-header {
        background: #fe0101;
        color: #fff;
        font-weight:600;
    }
    .submit-btn-header img {
        filter: brightness(0) invert(1);
        margin-left:4px;
    }
    .submit-story img {
        filter: brightness(0) invert(1);
        text-align: center;
        padding: 1px;
        margin-bottom: 2px;
    }
}
@media (max-width:376px){
    .fab-container-header{
        right: 70px;
    }
}

@media (max-width:321px){
    .fab-container-header{
        right: 66px;
    }
    .submit-btn-header{
        font-size:11px;
    }
    
}
@media (min-width: 768px) {
    .fab-container-header {
     display: none;
    }
}



@media(max-width:1024px){
    .ast-custom-button{
    width: max-content;
    padding: 28px;

    }
}
