/** CTA Design CSS **/
.ab-cta-w{
    max-width:750px;
    margin:20px auto;
    box-shadow: 0px 0px 10px #e4e4e4;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 30px 35px 30px;
    font-family:sans-serif;
    background:#fff;
}
.ab-cta-st{
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
h3.ab-cta-t{
    font-size:30px;
    line-height:1.4;
    font-weight:600;
    margin:0px 0px 20px;
}
a.ab-cta-b{
    padding:12px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    display: inline-block;
}
a.ab-cta-b:hover{
    color:#fff;
}

@media(max-width:800px){
    .ab-cta-w{
        max-width:100%;
        padding:15px 20px 25px 20px;
    }
}