#openu {
    display: none;
}

/* Page not found Starts */

.container.ErrPage {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 100px 0 100px 0;
}

.container.ErrPage h1 {
    text-align: center;
    font-size: 40px;
    color: #4A4A49;
    line-height: 100%;
    border-bottom: 4px solid #50213f;
    display: block;
    width: fit-content;
    margin: 0 auto 35px auto;
    padding: 0 0 10px 0;
}

.container.ErrPage p {
    margin: 0 0 25px 0;
    line-height: 20px;
}

.container.ErrPage a {
    color: #004b93;
}

/* Page not found ends */