/** CTA Design CSS **/
.ab-btn-w{
    margin: 20px auto !important;
    font-family: sans-serif;
    background: #fff;
    width: 100%;
    display: inline-block;
    max-width: 100% !important;
}
.ab-btn-w a.ab-btn{
    text-decoration: none !important;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
a.ab-cta:hover{
    color:#fff;
}