.services-faq-wrap.sd-faq {
    margin: 0;
}

.single-slider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: 0;
}

.navbar-wrap ul li .sub-menu li a {
    display: block;
    padding: 0 15px 0 30px;
    line-height: 2.6;
    font-weight: 500;
    color: var(--heading-text-color);
    text-transform: none;
    transition: all 0.3s ease-in-out;
}