.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.marquee-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    gap: 10px;
    animation: marquee 18s linear infinite;
    will-change: transform;
}

.marquee-track span {
    display: inline-block;
    margin: 0;
    padding: 0;
    flex-shrink: 0;

    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
    color: #ED4B28;
    text-transform: uppercase;
    white-space: nowrap;
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(calc(-50% - 10px));
    }
}

.elementor-counter-title {
    text-align: center;
}


.multiheading span{
	color: #ED4B28 !important;
}


.faq .e-n-accordion-item{
	background-color: #F4F9FE !important;
    padding: 26px !important;
	border-radius: 15px !important;
}



.icon-boxes{
	height: 100% !important;
}

.yfj-login-text {
    color: #fff !important;
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: right;
    text-decoration: none !important;
}
label.mepr-checkbox-field.mepr-form-input.valid a {
    color: #ED4B28 !important;
}
.mepr_spacer {
    display: none !important;
}