.cp-banner-new{
    width: 339px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    position: fixed;
    z-index: 99999999;
    bottom:20px;
    left:50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: left;
    opacity: 0.9;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 11px;
}

.cp-banner-close-new{
    position: absolute;
    right: 10px;
    top:8px;
    cursor: pointer;
}

.cp-banner-content-new{
    color: #000;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* Text style for "" */
    color: #0f6590;
}
.cp-banner-new-button{
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background-color: #fbd353;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    margin: auto 0;
    margin-left: 10px;
}
.cp-banner-new-button:hover{
    transition: .2s;
    cursor: pointer;
}
.cp-banner-content-new a{
    color:#0da9eb!important;
    text-decoration: underline!important;
    border: none;
}

.cp-banner-content-new a:hover{
    color:#0da9eb!important;
    text-decoration: none!important;
}

@media (max-width:767px) {
    .cp-banner-new{
       border-radius: 5px;
        bottom:0;
    }
}
