.justify-content-end {
    display: flex;
    justify-content: end;
}

.justify-content-between {
    display: flex;
    justify-content: space-between;
}

.d-none {
    display: none !important;
}

.fs-12px {
    font-size: 12px;
}
.fs-16px {
    font-size: 16px;
}
.fs-24px {
    font-size: 24px;
}

.e-n-accordion-item {
    transition: all 0.5s ease;
}

.text-mute {    
    color: #3b486b;
}

.testimonial-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    margin: 0;

    &.swiper-pagination-bullet-active {
        background: #fff !important;
    }
}
.testimonial-slider .swiper {
    padding-bottom: 30px !important;
}
