/* Guides Css Start Here */
.explore-guides {
    padding-bottom: 60px;
}

.explore-guides .explore-sidebar-box {
    background: #ffffff;
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 10px;
}

.explore-guides .explore-sidebar-box .heading-wrapper {
    background: var(--extra-color-2);
    border-radius: 10px 10px 0px 0px;
    padding: 12px 25px;
    color: #ffff;
}

.explore-guides .explore-sidebar-box .heading-wrapper h4 {
    margin: 0;
}

.explore-guides .guide-wrapper h2 {
    color: var(--dark-text-color);
}

.explore-guides .explore-sidebar-box .nav-link {
    background: transparent;
    color: #000;
    text-decoration: none;
    text-align: left;
    font-size: 15px;
    font-family: var(--font-poppin-semibold);
    padding: 17px 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    position: relative;
}

.explore-guides .explore-sidebar-box button.nav-link:before {
    content: "";
    background: #fff;
    width: 3px;
    height: 55%;
    position: absolute;
    left: -17px;
    top: 14px;
}

.explore-guides .explore-sidebar-box button.nav-link.active:before {
    background: var(--extra-color-1);
}
@media (max-width: 991px) {
    .home_loan_sec .row {
        flex-direction: column-reverse;
    }
    .home_loan_sec .content-wrapper {
        padding-bottom: 0;
    }
    .explore-guides .tab-content {
        padding-top: 20px;
    }
    .explore-guides {
        padding-bottom: 20px;
    }
    .explore-guides .img-box {
        margin-bottom: 15px;
    }
    .explore-guides .explore-sidebar-box button.nav-link {
        font-size: 14px;
    }
}
/* Guides Css End Here */
