.cp-banner-essaygoal{
    width: 100%;
    background-color: #ffffff;
    padding: 5px 20px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 16000000;
}
.cp-banner-wrap-essaygoal{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cp-banner-content-essaygoal{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: left;
    margin: auto;
}
.cp-banner-button-essaygoal{
    width: 90px;
    height: 26px;
    border: 1px solid #23b7a4;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
    color: #23b7a4;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin: auto;
    margin-left: 20px;
}
.cp-banner-button-essaygoal:hover{
    cursor: pointer;
    background: #23b7a4;
    color: #ffffff;
}
.cp-banner-content-essaygoal a{
    color:#000000;
    text-decoration: underline;
    border: none;
}

.cp-banner-content-essaygoal a:hover{
    text-decoration: none;
}
@media (max-width:1500px){
    .cp-banner-wrap-essaygoal{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cp-banner-button-essaygoal{
        margin: 0;
        margin-top: 5px;
    }
}
@media (max-width:1200px){
    .cp-banner-essaygoal{
        z-index: 16000000;
    }
}
@media (max-width:767px) {
    .cp-banner-wrap-essaygoal{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cp-banner-button-essaygoal{
        margin: 0;
        margin-top: 10px;
    }
}
