.iq-maintenance {
    position: fixed;
    bottom: 0;
    width: 100%;
    img {
        max-height: 350px;
    }
    .maintenance-bottom {
        width: 100%;
        text-align: center;
        padding: 0;
        .bottom-text{
            position: absolute;
            left:0;
            right:0;
            bottom: 40px;
           
        }
    }
}
.sign-bg{
    svg{
        height: 18.75rem;
        width: 18.75rem;
        opacity: 0.1;
        z-index: 0;
    }
}