
    .cali-notice {
        margin-top: 25px;
        margin-bottom: 15px;
        text-align: center;
    }

    .cali-notice a {
        font-size: 14px;
        color: #037fbe;
        text-decoration: underline;
        margin-bottom: 0;
    }

    #calinotice p.txt--sm {
        font-size: 16px;
        margin-bottom: 0;
    }

    #calinotice a {
        font-size: 16px;
        color: #037fbe;
        display: inline;
        text-decoration: underline;
    }

    #calinotice .d-none,
    .cali-notice.d-none {
        display: none !important;
    }

    #calinotice .d-block,
    .cali-notice.d-block {
        display: block !important;
    }

    .floating-btn-cta {
        position: fixed;
        bottom: 20px;
        right: 20px;
        margin-bottom: 0;
        opacity: 0;
        z-index: -1;
        background-color: #ffd800;
        text-decoration: none;
        color: #000;
        font-weight: 900;
        text-transform: uppercase;
        max-width: 270px;
        width: 100%;
        height: 73px;
        display: block;
        border-radius: 40px;
        border: 2px solid #ffd800;
        padding: 27.5px;
        font-size: 24px;
        line-height: 14px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .apear {
        z-index: 9999;
        opacity: 1;
    }

    .floating-btn-cta:hover {
        background-color: #ccac00;
        border-color: #ccac00;
    }

    .floating-btn-cta img {
        margin-right: 10px;
    }

    @media(max-width: 767px) {
        .floating-btn-cta {
            width: 100%;
            max-width: 100%;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 0;
        }
    }
