.chart-compaire-with-esanj > .r {
    display: flex;
    flex-direction: row-reverse;
}

.chart-compaire-with-esanj > .r .title{
    width: 20%;
    margin: .5% 1%;
    text-align: center;
    border-radius: 5px;
    background: #F3F4F6;
    padding: 3px 0px;
}
.chart-compaire-with-esanj > .r .count{
    width: 20%;
    margin: .5% 1%;
    text-align: center;
    border-radius: 5px;
    background: #F3F4F6;
    padding: 3px 0px;
}
.chart-compaire-with-esanj > .r .progress-box{
    width: 60%;
    margin: .5% 1%;
    text-align: center;
    border-radius: 5px;
    background: #F3F4F6;
    padding: 3px 0px;
    position: relative;
    overflow: hidden;
}
.chart-compaire-with-esanj > .r .progress-box .value{
    position: absolute;
    right: 8px;
}
.chart-compaire-with-esanj > .r .progress-box .progress-chart{
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(119, 119, 119, 0.35);
    left: 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.chart-compaire-with-esanj  .r.head > div {
    background: #2ABB9C;
    color: white;
    padding: 5px;
}



.chart-compaire-with-esanj > .r.active .progress-box .progress-chart , .chart-compaire-with-esanj > .r.active .count , .chart-compaire-with-esanj > .r.active .title{
    background: #FF8917;
color: white;
}
.chart-compaire-with-esanj .footer-info.row{
    position: relative;
    top: 20px;
    flex-direction: row-reverse;
}

.chart-compaire-with-esanj .footer-info.row  div.box {
    background: #2ABB9C;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 5px;
    margin: 2%;
    border-radius: 10px;
}
.chart-compaire-with-esanj .footer-info.row  div.box h4{
    margin:0 0 5px 0 !important;
    font-size: 22px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    border: none !important;
}
.chart-compaire-with-esanj .footer-info.row  div.box .value{
    font-weight: 600;
    font-size: 26px;
}

@media only screen and (max-width: 768px) {
    .chart-compaire-with-esanj * {
        font-size: 16px !important;
    }
    .chart-compaire-with-esanj > .r .title{
        width: 25%;
    }
    .chart-compaire-with-esanj > .r .count{
        width: 25%;
    }
    .chart-compaire-with-esanj > .r .progress-box{
        width: 50%;
    }
}