.blv-pricing li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* margin:0;
    padding:0 10px 0 10px;
    font-size: 16px;
    line-height: 30px; */
    /* align-items: center; */
    line-height: 20px;
}
.blv-pricing li .clip-txt {
    /* font-weight: bold;
    color:blue */
    float:none;
    margin-left:5px;
}
.blv-pricing .fa{
    /* position: absolute;
    left:10px;
    top:-5px;
    line-height: 30px;
    font-size: 20px; */
    /* font-size: 16px; */
    line-height: 20px;
}
.blv-pricing{
    margin-top:20px;
}
.pricing-table:hover{
    box-shadow:0 1px 25px rgba(0,0,0,.1);border:0
}
.logo-light-crm{
    width: 300px;
    height: auto;
    /* height: 100px;
    width: auto; */
}
#ulRcd li span,#ulInfo li span{
    float:right;
    color:blueviolet
}
#divRcd{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 24px;
}
#spanTimes{
    /* float:right; */
    color:#999;
}
#spanTimes span{
    color:blueviolet;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-right:5px;
}
.panel-heading{
    font-weight: bold;
    color:blueviolet;
}
.panel{
    text-align: left;
}
.navbar-header{
    text-align: left;
}
.logo-clr{
    position: fixed;
    left:15px;
    top:15px;
}
.v-p-info{
    text-align: justify;
    color:#8f6ed5;
    width: 100%;
    
}
.v-p-info i {
    /* display: inline-block;
    width: 100%; */
}