.gdpr-banner.ccpa-banner {
    background-color: #E9E7F7;
    border-left: 2px solid #6e46ae;
    max-width: 375px;
    bottom: 20px;
    left: 18px;
    padding: 12px 16px 12px;
    box-shadow: 0 1px 3px 2px rgb(0 0 0 / 15%);
    position: fixed;
    z-index: 999999;
    color: #212121;
}
.ccpa-footer{
    text-align: right;
}
.gdpr-cookie-discription a {
    color: #00788c;
}
.gdpr-banner p{
    line-height: 21px;
    margin-bottom: 10px;
    font-size: 14px;
}
.ccpa-banner .ccpa-footer a{
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
    color: #00788c;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 800;
}
.ccpa-banner .ccpa-footer a:hover{
    text-decoration: none;
}
.ccpa-banner p a:active{
    color: #00788c;
}
.ccpa-banner p a:hover{
    text-decoration: none;
}
.gdpr-banner.ccpa-banner p a{
    color: #00788c;
}
.gdpr-banner .ccpa-btnprimary{
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    background-color: #B051AA;
    text-transform: capitalize;
    min-width: auto;
    padding: 4px 13px;
    border-radius: 4px;
    outline: none;
    border: none;
    font-family: "Proxima Nova", sans-serif;
    cursor: pointer;
    font-weight: bold;
}
.gdpr-banner .ccpa-btnprimary:hover{
    background-color: #bd6db8;
    color: #fff;
}


@media screen and (min-width: 1200px){
    .gdpr-banner.ccpa-banner p a:hover{
        text-decoration: none;
    }
}
@media screen and (max-width: 767px){
    .gdpr-banner.ccpa-banner {
        max-width: 100%;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .gdpr-banner p {
        line-height: 14px;
        font-size: 10px;
    }
}