.cta-main-holder{
    padding-top: 24px;
    padding-bottom: 8px;
    box-shadow: 1px 2px 6px -1px #b8b8b8;
    background: white;
}
.cta-d-none{
    display: none;
}
.cta-default-header-holder,.cta-default-footer-holder{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
.cta-front-text{
    color: #3d568e;
    font-weight: 600;
    font-size: 16px;
}

.cta-main-holder a,.cta-main-holder a:hover{
    text-decoration: none !important;
}
.cta-front-btn{
    margin:auto 15px;
    border: 2px solid #fd8225;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 3px -1px #fd8225;
    color: #fd8225;
    transition: 0.3s ease-in-out;
}

.cta-front-btn:hover{
    color: white;
    background: #fd8225;
}

.cta-pointer{
    cursor: pointer;
}

.close-top-cta-bar,.close-bottom-cta-bar{
    font-size: 22px;
}

.close-bar-mobile,.close-bar-desktop{
    margin-right: 20px;
}
/** responsiveness **/
@media (max-width: 768px) {
    .close-bar-mobile{
        display: block;
        float: right;
        right: 20px;
        position: relative;
    }
    .close-bar-desktop{
        display: none;
    }
    .cta-default-header-holder,.cta-default-footer-holder{
        display: block;
    }
    .cta-left-header,.cta-left-footer{
        text-align: center;
        margin-bottom: 28px;
    }
    .cta-right-header a.cat-btn{
        font-size: 14px;
        padding: 7px 10px;
    }
    .cta-right-header,.cta-right-footer{
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) {
    .close-bar-mobile {
        display: none;
    }

    .close-bar-desktop {
        display: block;

    }
    .cta-left-header,.cta-left-footer{
        width: 50%;
        display: flex;
        justify-content: end;
    }
    .cta-right-header{
        width: 50%;
        display: flex;
        justify-content: start;
    }
    .cta-right-footer{
        display: flex;
        width: 50%;
        justify-content: start;
        padding-left: 24px;
    }

}
