/*common*/
.stat-bar-header {
    margin-bottom: 50px;
}
.number-box {
    font-size: 46px;
    font-weight: 600;
    line-height: 46px;
    color: var(--btn-primary);
    word-spacing: -10px;
}
.number-box-text {
    font-size: 18px;
    line-height: 24px;
    color: var(--btn-secondary);
    margin-top: 2px;
}

/*one*/
.component-stat-bar-sec.one .container {
    max-width: 1280px;
}
.counter-box-without-arrow-one {
    background: linear-gradient(129deg, #F8F8F8 27.63%, #F7F7F7 112.11%);
    box-shadow: 0px 64px 64px -48px rgba(28,30,81, 0.07999999821186066);
    padding: 30px 90px;
}
.inner-counter-box {
    width: calc(100% / 5);
    padding: 20px 10px;
}
.inner-counter-box::after {
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    border: 2px solid #E3E3E3;
    opacity: 0.6;
}
.inner-counter-box:last-child::after {
    display: none;
}
.one-list-1 .inner-counter-box {
    width: 100%;
}
.one-list-2 .inner-counter-box {
    width: calc(100% / 2);
}
.one-list-3 .inner-counter-box {
    width: calc(100% / 3);
}
.one-list-4 .inner-counter-box {
    width: calc(100% / 4);
}

/*two*/
.component-stat-bar-sec.two .container {
    max-width: 1280px;
}
.counter-box-with-arrow-two>div {
    margin-top: 30px;
}
.inner-counter-box-two {
    background: var(--white);
    border-radius: 25px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0, 0.05);
    padding: 20px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.inner-counter-box-two .number-box {
    font-weight: 600;
}
.inner-counter-box-two-left {
    width: calc(100% - 75px);
}
.inner-counter-box-two-right-icon {
    width: 62px;
    height: 62px;
}
svg#SvgjsSvg1001, svg#SvgjsSvg1011 {
    display: none;
}


/*media*/
@media (max-width: 1600px){
    .counter-box-without-arrow-one {
        padding: 30px 50px;
    }
    .number-box {
        font-size: 38px;
        line-height: normal;
    }

}

@media (max-width: 992px) {
    .counter-box-without-arrow-one {
        padding: 25px;
    }
    .inner-counter-box {
        padding: 10px 5px;
    }
    .number-box {
        font-size: 30px;
    }
    .inner-counter-box::after {
        border-width: 1px;
    }

}

@media (max-width: 767px) {
    .number {
    padding-right: 5px;
}
    .number-box {
        font-size: 28px;
    }
    .counter-box-without-arrow-one {
        padding: 15px 15px 0 15px;
    }
    .inner-counter-box {
              padding: 20px 0 40px 0;
        width: calc(100% / 2) !important;
    }
    .inner-counter-box::after {
        display: none;
    }
    .inner-counter-box-two-left {
        width: calc(100% - 65px);
    }
    /*.inner-counter-box-two-right-icon {
        width: 65px;
        height: 65px;
    }*/

}
.component-stat-bar-sec .inner-counter-box svg, .component-stat-bar-sec .inner-counter-box img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}