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


.cp-banner-content-new{
    color: #000;
    font-weight: 400;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 11px;
}

.cp-banner-content-new a{
    color:#005aae!important;

    text-decoration: none!important;
    border: none;
}
.cp-banner-new-button{
    width: 30px;
    height: 20px;
    border: 2px solid #e95849;
    color: #e95849;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: .2s;
    box-sizing: border-box;
    margin:auto 0;
    margin-left: 10px;
}
.cp-banner-new-button:hover{
    background-color:#e95849;
    transition: .2s;
    color:white;
    cursor: pointer;
}
.cp-banner-content-new a:hover{
    color:#005aae!important;
    text-decoration: underline!important;
}

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

