.section {
    padding: 30px 0px !important;
}

.section__header .section__header-sub-title {
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #0e0e0e;
}

@media (min-width: 700px) {
    .section__header .section__header-sub-title {
        font-size: 40px !important;
    }
}


.section__content .section__content-sub-title,
.section__content .banner__content-sub-title,
.banner__content .section__content-sub-title,
.banner__content .banner__content-sub-title {
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #0e0e0e;
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/inner_banner.png);
    background-color: rgba(7, 76, 62, 0.05);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 76, 62, 0.05);
    z-index: -1;
}

.banner .banner__content .breadcrumb .breadcrumb-item.active {
    color: #000000;
}

.banner .banner__content .breadcrumb .breadcrumb-item {
    color: black;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.banner .banner__content .banner__title {
    color: black;
    text-align: start;
    text-transform: capitalize;
}

.banner .banner__content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f285";
    font-family: "bootstrap-icons";
    color: #000000;
    font-size: 14px;
}


.banner .banner__content .breadcrumb .breadcrumb-item a {
    color: #050505;
    font-family: "Jost", sans-serif;
    font-size: 20px;
}

/* .input-group .input-single {
    width: calc(33% - 12px) !important;
    position: relative;
} */

/* mobile-nav */
@media (max-width: 1199px) {
    .offcanvas {
        background: none;
        background-color: #fbdede !important;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
        min-height: 100vh;
        height: 100%;
        min-width: 100%;
        width: 100%;
        overflow: clip !important;
        display: unset !important;
        border-left: none !important;
        color: black;
    }
}

@media (max-width: 575px) {
    .offcanvas .offcanvas-body .custom-nevbar__left {
        padding: 16px 17px 0 !important;
    }
}

@media (max-width: 767px) {
    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
        font-size: 20px;
        padding: 3px 0;
    }
}

@media (max-width: 767px) {
    .offcanvas .offcanvas-body .custom-nevbar__left {
        padding: 22px 39px 0 !important;
        max-height: none;
    }
}


@media (max-width: 1199px) {
    .offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location {
        display: flex;
        flex-direction: column;
        gap: 20px;
        color: rgb(0 0 0);
    }
}

@media (max-width: 1199px) {
    .offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location .contact {
        color: rgb(0, 0, 0);
    }
}

@media (max-width: 1199px) {
    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
        color: #0c0b0b !important;
        font-size: 24px;
        font-weight: 600;
        padding: 3px 0 !important;
        border-bottom: 1px solid rgba(233, 248, 247, 0.1254901961);
        text-transform: capitalize;
        transition: all 0.35s ease-in-out;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent;
    }
}

@media (max-width: 575px) {
    .offcanvas .offcanvas-body .custom-nevbar__right {
        padding: 17px 15px 0;
    }
}


.contact::before,
.loan-reviews--tertiary::before,
.reviews-details::before,
.loan-comparison::before,
.service-details::before,
.blog::before,
.blog-details::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1000000015;
    background: none;
    z-index: -1;
    border-radius: 0;
}

.contact::before,
.loan-reviews--tertiary::before,
.reviews-details::before,
.loan-comparison::before,
.service-details::before,
.blog::before,
.blog-details::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1000000015;
    background: #ffffff;
    z-index: -1;
    border-radius: 0;
}

.footer a {
    gap: 3px;
}


.main-menu.index-page .navbar-nav .nav-item .nav-link {
    color: #000000 !important;
}

.btn_theme {
    color: #020202;
    background: transparent;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
}

/* Normal menu bottom border */
.custom-nevbar__nav .menu_item {
    border-bottom: 1px solid #ddd !important;
    padding: 10px 0 !important;
}

/* DSA button items – remove normal border */
.menu_item.dsa-item {
    border-bottom: none !important;
    padding: 12px 0 !important;
    text-align: center !important;
}

/* Button look without background */
.menu_item.dsa-item .menu_link {
    display: inline-block !important;
    width: 80% !important;
    margin: 0 auto !important;
    padding: 10px 20px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    border-radius: 8px !important;
    background: transparent !important;
    text-align: center !important;
}

/* Hover effect */
.menu_item.dsa-item .menu_link:hover {
    border-color: #088F7C !important;
    color: #088F7C !important;
}


/* Hover */
.menu_item.dsa-item .menu_link:hover {
    background: #0a58ca !important;
}

/* DSA button items – remove normal border */
.menu_item.dsa-item {
    border-bottom: none !important;
    padding: 12px 0 !important;
    text-align: center !important;
}

/* Button look without background */
.menu_item.dsa-item .menu_link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 8px !important;

    width: 80% !important;
    margin: 0 auto !important;
    padding: 10px 20px !important;

    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000 !important;

    border: 2px solid #000 !important;
    border-radius: 8px !important;
    background: transparent !important;

    text-align: center !important;
}

/* Hover effect */
.menu_item.dsa-item .menu_link:hover {
    border-color: #088F7C !important;
    color: #088F7C !important;
}

.main-menu .navbar-nav .nav-item .nav-link {
    line-height: 1.2;
    font-size: 20px !important;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    color: #ffffff;
    padding: 24px 8px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


.footer a,
.footer p {
    color: #000000;
}

.icon_box i, .social_box i {
    transition: all 0.35s ease-in-out;
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.footer .footer__title {
    color: #000000;
}