.cp-banner-new {
    width: 557px;
    box-shadow: 0 2px 7px rgba(2, 64, 122, 0.2);
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    z-index: 999999;
    bottom: 75px;
    left:25px;
    display: flex;
    flex-wrap: wrap;
}
.cp-banner-new-img{
    width: 173px;
    height: 157px;
    background-repeat: no-repeat;
    background-image:url(/img/2-layers.png);
}

.cp-banner-content-new {
    color: #7a7b7b;
    font-family: "Lato" !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: left;
    max-width: 338px;
    margin-left: 25px;
    position: relative;
}
.cp-banner-content-new p:first-child{
    margin: 14px 0;
}
.cp-banner-new-button{
    position: absolute;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    background-color: #f0fcfb;
    line-height: 30px;
    text-align: center;
    left: 70%;
    top: 74%;
    text-transform:uppercase;
    color: #717272;
    font-family: Lato;
    font-size: 14px;
    transition: .2s;
    font-weight: 700;
}
.cp-banner-new-button:hover{
    cursor: pointer;
    background-color:#4e9dea;
    transition: .2s;
    color:white;
}
.cp-banner-content-new p{
    color: #1f3355;
    font-family: Lato;
    font-weight: 700;
}
#lightWrite{
    font-family: Lato;
    font-weight: 300;
    margin: 0;
}
.cp-banner-content-new a {
    color: #7986cb !important;
    font-family: Lato;
    font-weight: 300;
    text-decoration: none!important;
    border: none;
}

.cp-banner-content-new a:hover {
    color: #7986cb!important;
    text-decoration: underline!important;
}

@media (max-width:500px) {
    .cp-banner-new {
        width: 100%;
        padding: 20px;
        left:0;
        bottom:0;
    }
    .cp-banner-new-img{
        display: none;
    }
    .cp-banner-content-new{
        margin-left:0;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .cp-banner-new-button{
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
    }
}
@media(min-width: 501px) and (max-width: 767px){
    .cp-banner-new{
        width: 400px;
        bottom:0;
        left:0;
        margin: 0 auto;
    }
    .cp-banner-new-img{
        display: none;
    }
    .cp-banner-content-new{
        padding-bottom: 30px;
    }
}