.edi-btn{
    position: relative;
}
.edi-btn h2{
    margin-top: 50px;
    margin-bottom: 0;
}
.thanks-msg {
    display: none;
    color: #63ae21;
    font-weight: 700;
    transition: all ease-out 350ms;
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
    white-space: nowrap;
   
}
