.progress-bar {
    background: transparent !important;
}

.box5 {
    width: 18%;
    background: #fff !important;
    display: inline-block;
    margin: 0 0.8%;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px 4px rgba(204, 204, 204, 0.2);
    -moz-box-shadow: 1px 1px 4px 4px rgba(204, 204, 204, 0.2);
    box-shadow: 1px 1px 4px 4px rgba(204, 204, 204, 0.2);
}

.progress-bar div {
    position: absolute;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    left: auto;
}

.progress-bar .right {
    clip: rect(0 80px 160px 0);
    transform: rotate(180deg);
    opacity: 0;
}

.progress-bar div span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 150px;
    height: 150px;
    width: 150px;
    left: 5px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff !important;
    color: #000;
}

.position {
    float: left;
    margin: 80px 20px;
}

.progress-bar {
    position: relative;
    height: 160px;
    width: 160px;
}

.progress-bar div {
    position: absolute;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    left: auto;
}

.progress-bar div span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 150px;
    height: 150px;
    width: 150px;
    left: 5px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff !important;
    color: #000;
}

.progress-bar .background {
    background-color: #b3cef6;
}

.progress-bar .rotate {
    clip: rect(0 80px 160px 0);
    background-color: #4b86db;
}

.progress-bar .left {
    clip: rect(0 80px 160px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.progress-bar .right {
    clip: rect(0 80px 160px 0);
    transform: rotate(180deg);
    opacity: 0;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.experties .progress-bar {
    width: 100%;
    float: left;
    margin: 20px auto 61px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
}

.experties .progress-bar .progress-text {
    position: relative;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}