
    .thanks-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 500px;
        width: 100%;
    }

    .thanks-content img.thanks-icon {
            width: 150px;
    }

    .thanks-content h1 {
        font-size: 50px;
        line-height: 66px;
        color: #000;
    }
div#foot-copyright {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.headerinner .prdLogo img {
    bottom: 0px !important;
}
.heading-menu {
    display: none;
}
.thanks-content p {
    font-size: 22px;
}