.box-image-chart-bar {
    width: 140px;
    height: 350px;
    position: relative;
    display: inline-block;
    margin: 5px 14px;
    margin-bottom: 5px;
}
.box-main-image-chart {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.box-image-chart-bar img {
    position: absolute;
    bottom: 60px;
}

.box-image-chart-bar .chart {
    background: #f6f6f6;
    width: 40px;
    height: 200px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #888;
    position: absolute;
    left: 10px;
    bottom: 65px;
}

.box-image-chart-bar .chart {
    background: #f6f6f6;
    width: 40px;
    height: 240px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #888;
    position: absolute;
    left: 10px;
    bottom: 65px;
}

.box-image-chart-bar .chart .progress {

    bottom: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.box-image-chart-bar .information {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: iranyekan;
}
.box-image-chart-bar .information .title{
    margin-bottom: 3px;
}
.box-image-chart-bar .information .percent {
    direction: ltr;
}


.box-image-chart-bar.blue .chart .progress{
    background: #4FA1F5;
}
.box-image-chart-bar.blue .information{
    color: #4FA1F5;
}


.box-image-chart-bar.orange .chart .progress{
    background: #FFB344;
}
.box-image-chart-bar.orange .information{
    color: #FFB344;
}


.box-image-chart-bar.red .chart .progress{
    background: #FF6B6B;
}
.box-image-chart-bar.red .information{
    color: #FF6B6B;
}


.box-image-chart-bar.olive .chart .progress{
    background: #c2ca99;
}
.box-image-chart-bar.olive .information{
    color: #c2ca99;
}


@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 601px) {
    .box-image-chart-bar .chart {
        bottom: 75px;
    }

}


@media only screen and (max-width: 430px) {
    .box-image-chart-bar {
        height: 300px;
    }
    .box-image-chart-bar {
        width: 100px;
        margin: 0;
    }
    .box-image-chart-bar .chart {
        width: 30px;
        height: 200px;
    }
}
