/*----------------------------------------*/
/*  5. Invest Area
/*----------------------------------------*/
.per-day {
    color: #444;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 15px;
    display: block;
    font-weight: 600;
}
span.users {
    color: #444;
}
.prices {
    font-size: 40px;
    font-weight: 700;
    color: #E6922E;
    padding-right: 10px;
    line-height: 40px;
}
.pri_table_list {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid #337ab7;
    margin-bottom: 30px;
}
.pricing-text{
    padding: 10px 0px;
    display: block;
}
.pri_table_list ol li {
    padding: 5px 0px;
    font-size: 15px;
}
.price-btn a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 20px;
    background: #28399c;
    display: inline-block;
    border:1px solid #e9e9e9;
}
.price-btn a:hover{
    background: transparent;
    color:#E6922E;
    border:1px solid #337ab7;
    transition: all 0.4s ease 0s;
}
.pri_table_list > h3 {
    color: #455454;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}
.pri_table_list ol {
    list-style: outside none none;
}
.base {
    position: absolute;
    right: -52px;
    top: 24px;
    background: #1AA15F;
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #fff;
    transform: rotate(45deg);
}