.cst-cta-content {
    border-radius: 25px;
}
.cst-cta-close {
    background: #14B698;
    height: 50px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
/* .cst-cta-cnt {
    height: 400px;
} */
.cst-cta-btn {
    padding: 10px 20px;
    border: 1px solid #FDC713;
    border-radius: 25px;
    background: #FDC713;
    color: #000;
}
.cst-cta-btn:hover {
    background: #DDB018;
    border: 1px solid #DDB018;
    color: #000;
}
.cst-cta-cnt-a {
    text-decoration: revert-layer !important;
}
.cst-cta-cls {
    margin-top: 5px;
    margin-right: 5px;
}