.cy-template .pricing .cy-card{
    background: #FFFFFF;
    border: 1px solid #BEBFC5;
    box-shadow: 0px 1px 8px rgba(24, 99, 220, 0.12);
    border-radius: 8px;
    padding: 24px;
    position: relative;
    min-height: 100%;
}
.cy-template .pricing .cy-card.highlight{
    border: 2px solid #1863DC;
    border-radius: 0 0 8px 8px;
}
.cy-template .pricing .cy-card.highlight .popular-text{
    position: absolute;
    top: -35px;
    border: 2px solid #1863DC;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    background: #EFF3FF;
    width: calc(100% + 4px);
    left: -2px;
    padding: 5px;
}
.cy-template .pricing .features li{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #525363;
    padding-left: 24px;
}
.cy-template .pricing .features li:before{
    width: 14px;
    height: 100%;
}
.cy-template .pricing .cycle{
    line-height: 56px;
    margin-left: 6px;
}
.cy-template .pricing .card-header,
.cy-template .pricing .card-body,
.cy-template .pricing .card-footer{
    padding: 0;
    background: transparent;
    border: none;
}

@media(max-width: 991px){
    .cy-template .pricing .cy-card.highlight{
       /* margin-top: 35px;*/
    }
}
@media(max-width: 767px){
    .cy-template .pricing .cycle{
        line-height: 40px;
        }
    }
