.cp-banner-new{
    width: 400px;
    background-color: #fff;
    padding: 30px 25px 30px 25px;
    box-sizing: border-box;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: fixed;
    z-index: 999999;
    bottom:150px;
    left:20px;
}
.cp-banner-content-new{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.cp-banner-new-button{
    width: 155px;
    height: 40px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    background-color: #53b214;
    transition: .2s;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 10px;
}
.cp-banner-new-button:hover{
    cursor: pointer;
    background-color:#87c95b;
    transition: .2s;
}
.cp-banner-content-new a{
    color:#000!important;
    text-decoration: underline!important;
    border: none;
}

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

@media (max-width:767px) {
    .cp-banner-new{
        width: 100%;
        padding: 20px;
        left:0;
        bottom:0;
    }
}
