/*==============================================
    Why Choose One
===============================================*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 60px 0 0;
    z-index: 1;
}

.why-choose-one__left {
    position: relative;
    display: block;
    margin-top: 90px;
}

.why-choose-one__left .section-title-two {
    margin-bottom: 22px;
}

.why-choose-one__progress-list {
    position: relative;
    display: block;
    margin: 31px 0 30px;
}

.why-choose-one__progress-list li {
    position: relative;
    display: block;
}

.why-choose-one__progress-list li+li {
    margin-top: 31px;
}

.why-choose-one__progress {
    position: relative;
    display: block;
}

.why-choose-one__progress-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--careon-base);
    margin-bottom: 11px;
    text-transform: capitalize;
}

.why-choose-one__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: var(--careon-extra);
    border-radius: 5px;
}

.why-choose-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--careon-primary);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.why-choose-one__progress .count-text {
    position: absolute;
    right: -10px;
    bottom: 22px;
    color: var(--careon-black);
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.why-choose-one__progress .bar.marb-0 {
    margin-bottom: 0;
}



.why-choose-one__right {
    position: relative;
    display: block;
    margin-right: 60px;
    margin-left: 37px;
}

.why-choose-one__img {
    position: relative;
    display: block;
}

.why-choose-one__img img {
    width: 100%;
}

.why-choose-one__img-shape-1 {
    position: absolute;
    top: 59%;
    left: 52%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.why-choose-one__img-shape-1>img {
    width: auto;
}
