/* Compact inner page header without breadcrumb banner image */
.inner-bg {
    background-image: none !important;
    background-color: #fff;
    padding: 18px 0 12px !important;
    border-bottom: 1px solid #e9ecef;
}

.inner-bg-txt h1 {
    font-size: 18px;
    line-height: 24px;
    color: #1a1a1a;
    margin: 0;
}

.inner-bg-txt ul {
    margin-top: 6px;
    gap: 10px;
}

.inner-bg-txt ul li a,
.inner-bg-txt ul li a.active {
    font-size: 13px;
    line-height: 16px;
    color: #6c757d;
}

.inner-bg-txt ul li a.active {
    color: var(--primary-color);
}

.inner-bg-txt ul li span svg {
    fill: currentColor;
    color: #adb5bd;
}

@media (max-width: 767px) {
    .inner-bg {
        padding: 14px 0 10px !important;
    }

    .inner-bg-txt h1 {
        font-size: 16px;
        line-height: 22px;
    }
}

/* Homepage search bar above hero title */
.banner .sarch-box {
    margin-top: 0 !important;
    margin-bottom: 24px;
}

.banner .banner-dec {
    padding-top: 16px;
}
