/*== Counter addon ==*/

.edubin-counter .edubin-counter-number-wrapper-no {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    color: var(--edubin-heading-color);
}
/*flex-counter*/

.edubin-counter.counter-style-1.inline-counter {
    display: flex;
    align-items: center;
}
/* Counter 2 */

.edubin-counter.counter-style-2 .counter-wrapper {
    display: flex;
}
.edubin-counter.counter-style-2 .counter-wrapper .counter-icon {
    flex-shrink: 0;
    margin-right: 25px;
}
.edubin-counter.counter-style-2 .counter-wrapper .counter-content .edubin-counter-number-wrapper-no {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: var(--edubin-heading-color);
}
.edubin-counter.counter-style-2 .counter-wrapper .counter-content .edubin-counter-title {
    font-size: 18px;
    color: var(--edubin-heading-color);
    line-height: 36px;
}
.edubin-counter.counter-style-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.edubin-counter.counter-style-3 .edubin-counter-number-wrapper-no {
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .edubin-counter.counter-style-3 {
        transform: none !important;
    }
}