.div_evowap_btn{
    margin:20px 0}

.div_evowap_btn .evowap_btn{
align-items: center;
    background: #25d366;
    border-radius: 5px;
    /* box-shadow:0 2px 2px 0 rgba(45,62,79,.3)!important; */
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    padding: 7px 12px;
    position: relative;
    transition: all .3s!important;
    width: auto;
}

.evowap_btn:hover{
    background:#21bd5b;
    box-shadow:0 8px 25px -5px rgba(45,62,79,.3)!important;
    color:#fff!important;
    transform:translateY(-3px)
    
}

#svg_wapp_evowap{
    margin-right:10px!important
}

.wowa-thankyou{
    background:#efefef;
    margin-bottom:20px;
    padding:30px;
    text-align:center
}

.wowa-thankyou h2{
    font-family:inherit;
    font-size:35px;
    margin-bottom:5px
}
    
.wowa-thankyou h3{
    font-family:inherit;
    font-size:18px;
    font-weight:400
    
}