.modal-Section-new .congrats-modal{
    padding: 20%
}

.modal-Section-new {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    justify-content: space-around;
    background: #ffffff !important;
    z-index: 9999;
    overflow: auto;
}

.custom-modal-new {
    display: flex;
    flex-flow: column;
    padding: 7em;
    text-align: center;
    color: #14181a;
}

.custom-modal-new .text-content-new {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
}

.custom-modal-new .text-content-new h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.41px;
    text-align: left;
}

.custom-modal-new .text-content-new p {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: normal;
    font-weight: normal;
    text-align: left;
}


@media only screen and (max-width: 567px) {
    .modal-Section-new .welcome-prereg-container .welcome-prereg-buttons button.primary-button {
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 767px) {
    .congrats-modal{
        padding: 50% 10%;
    }

    .ProgressBarH{
        text-align: center !important;
    }

    .modal-Section-new button {
        margin: 0 auto !important;
    }
    
    .custom-modal-new {
        padding: 4em 1em 1em;
        text-align: left;
    }
    
    .custom-modal-new .text-content-new {
        max-width: 100%;
    }
}