.successarea {
    padding: 50px;
    text-align: center;
}

.messagearea {
    padding: 35px;
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    margin: 50px;
    border-radius: 15px;
    background: #def1f4b8 !important;
}

.messagearea h3 {
    font-size: 25px;
    font-weight: 600;
    color: #0b77be;
}

.messagearea h1 {
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    margin: 45px 0px;
}

.messagearea h4 {
    color: #0b77be;
    font-weight: 500;
}

.messageareaa {
    padding: 35px;
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    margin: 50px;
    border-radius: 15px;
    background: #def1f480 !important;
}

.messageareaa h3 {
    font-size: 25px;
    font-weight: 600;
    color: #0b77be;
}

.messageareaa h1 {
    font-size: 40px;
    font-weight: 800;
    color: #f11919;
    margin: 45px 0px;
}

.messageareaa h4 {
    color: black;
    font-weight: 500;
}

.messageclick {
    background: #ffffff;
    color: #0b77be;
    width: 22%;
    padding: 9px;
    font-size: 15px;
    font-weight: 600;
    border-color: #0b77be;
    border-radius: 0px;
    margin: 25px 0px;
}

.againclick {
    background: transparent;
    color: #0b77be;
    font-size: 15px;
    font-weight: 600;
    border-color: transparent;
}

.againclick:hover {
    background: transparent;
    color: #0b77be;
    border-color: transparent;
}

.successclick {
    width: 15%;
    height: 40px;
    border-radius: 0px;
    background: transparent;
    color: #0b77be;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.messagearea h5 {
    background: #0b77be;
    border-color: white;
    font-size: 17px;
    padding: 15px;
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
    color: white;
    font-weight: 400;
    line-height: 24px;
}












@media only screen and (max-width : 480px) {
    .successclick {
        width: 100%;
        height: 40px;
        border-radius: 0px;
        background: transparent;
        color: #0b77be;
        font-size: 14px;
        font-weight: 600;
        margin: 8px 0px;
    }

    .successarea {
        padding: 25px;
        text-align: center;
    }

    .messagearea {
        padding: 25px;
        -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        background: #fff;
        margin: 40px 0px;
        border-radius: 15px;
        background: #def1f480 !important;
    }

    .messagearea h3 {
        font-size: 17px;
        font-weight: 600;
        color: #0b77be;
    }

    .messagearea h1 {
        font-size: 30px;
        font-weight: 800;
        color: #000000;
        margin: 25px 0px;
    }

    .messagearea h4 {
        color: #0b77be;
        font-weight: 500;
        font-size: 15px;
    }

    .messageclick {
        background: #ffffff;
        color: #0b77be;
        width: 65%;
        padding: 8px;
        font-size: 14px;
        font-weight: 600;
        border-color: #0b77be;
        border-radius: 0px;
        margin: 15px 0px;
    }


    .messageareaa {
        padding: 25px;
        -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        background: #fff;
        margin: 40px 0px;
        border-radius: 15px;
        background: #def1f480 !important;
    }

    .messageareaa h3 {
        font-size: 17px;
        font-weight: 600;
        color: #0b77be;
    }

    .messageareaa h1 {
        font-size: 25px;
        font-weight: 800;
        color: #f11919;
        margin: 25px 0px;
    }

    .messageareaa h4 {
        color: black;
        font-weight: 500;
        font-size: 15px;
    }

    .messagearea h5 {
        background: #0b77be;
        border-color: white;
        font-size: 14px;
        padding: 15px;
        width: auto;
        margin: 0 auto;
        margin-top: 25px;
        color: white;
        font-weight: 400;
        line-height: 21px;
        margin-bottom: 10px;
    }

}