.bg-black {
    background-color: #e6e7e8 !important;
}
.featured-box {
    background:#e6e7e8;
    border-radius: 50px !important;
    border-bottom: 1px solid #e6e7e8;
    border-right: 1px solid #e6e7e8;
    border-radius: 8px;
    border-left: 1px solid #e6e7e8;
}

.featured-boxes .featured-box {
    height: 230px;
}

.featured-box .box-content {
    border-radius: 50px !important;
}
/*
.featured-boxes-style-3 .featured-box .icon-featured {
    top: 100px;
    right: -37px;
    position: absolute;
    line-height: 70px;
} */

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #a6ce39;
    color: #2e3192;
    background-color: #a6ce39;
}
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #2e3192 !important;
}

.afm-label {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .afm-label {
        transition: none;
    }
}

.afm-label:hover {
    color: #212529;
    text-decoration: none;
}
.afm-label:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.afm-label:disabled {
    opacity: 0.65;
}
.afm-label-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.afm-label-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.afm-label-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.afm-label-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.afm-label-block {
    display: block;
    width: 100%;
}

.afm-label {
    font-size: 0.8rem;
    padding: 0.533rem 0.933rem;
    cursor: pointer;
}
html body .afm-label:focus,
html body .afm-label:active {
    box-shadow: none !important;
}
html body .afm-label-secondary {
    background-color: #a6ce39;
    border-color: #a6ce39 #a6ce39 #a6ce39;
    color: #ffffff;
    font-family: "Montserrat-Regular";
}

html[dir="rtl"] body .afm-label-secondary {
    background-color: #a6ce39;
    border-color: #a6ce39 #a6ce39 #a6ce39;
    color: #ffffff;
    font-family: "Almarai-Bold";
}
html .afm-label-secondary:hover {
    background-color: #a6ce39;
    border-color: #a6ce39 #a6ce39 #a6ce39;
    color: #ffffff;
}
html .afm-label-secondary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
    box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}
html .afm-label-secondary:disabled {
    background-color: #a6ce39;
    border-color: #a6ce39 #a6ce39 #a6ce39;
}
html .afm-label-secondary:active {
    background-color: #a6ce39 !important;
    background-image: none !important;
    border-color: #a6ce39 #a6ce39 #a6ce39 !important;
}
