.inner-banner-caravan {
    position: absolute;
    bottom: -112px;
    right: 80px;
    z-index: 1;
}

.caravan-box .heading-46 {
    margin-bottom: 20px;
}

#overview .caravan-box,
#specification .caravan-box {
    position: relative;
}

#overview .caravan-box::after,
#specification .caravan-box::after {
    content: "";
    position: absolute;
    height: 0;
    width: calc(100% - 370px);
    right: 0;
    bottom: -50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ------------------detail page css--------------------------------- */

.caravan-specification {
    position: relative;
}

/* .caravan-detail-wrap {
    overflow-y: hidden;
} */

.faq-tab-left.fixed {
    position: fixed;
    top: 26px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.faq-tab-left.bottom .caravan-cta {
    display: none;
}

.faq-tab-left.bottom {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    opacity: 0;
    display: none;
}

.caravan-box {
    width: 100%;
}

.faq-tab-left {
    width: 350px;
    z-index: 3;
}

.faq-tab-right {
    width: calc(100% - 350px);
    padding-left: 100px;
}

.c-list {
    background-color: #1d1c1c;
}

.c-list {
    background-color: #F2F2F2;
}

.c-list .c-ul {
    padding: 0 15px 0 15px;
}

.c-list .c-ul li:not(:last-child) a {
    border-bottom: 1px solid #DCDCDC;
}

.c-list ul.c-ul li {
    transition: all 0.3s ease-in-out;
    padding-left: 0;
    margin-bottom: 0;
}

.c-list ul.c-ul li::before {
    display: none;
}

.c-list ul.c-ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    padding: 12px 0;
    display: block;
    position: relative;
}

.c-list ul.c-ul li a::before {
    content: "";
    position: absolute;
    top: 19px;
    right: 0;
    width: 6px;
    height: 10px;
    background: url("../images/icon/faq-rightarrow.svg") no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.c-list ul.c-ul li::after {
    display: none;
}

.c-list ul.c-ul li:last-child a {
    border-bottom: 0;
}

.c-list ul.c-ul li a.active-section,
.c-list ul.c-ul li:hover a,
.c-list ul.c-ul li.active a {
    color: #298FBA;
    text-decoration: underline;
}

.c-list ul.c-ul li:hover a::before,
.c-list ul.c-ul li:has(a.active-section) a::before,
.c-list ul.c-ul li.active a:before {
    filter: brightness(0) saturate(100%) invert(47%) sepia(97%) saturate(372%) hue-rotate(152deg) brightness(86%) contrast(90%);
}

.filter-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    background: #0D366C;
    letter-spacing: 0;
    padding: 15px;
    text-transform: capitalize;
}


.faq-tab-right .container::before,
.faq-tab-right .container::after {
    display: none;
}


.caravan-specification:not(:first-of-type) {
    padding-top: 84px;
}

div#overview {
    margin-bottom: 0px;
    position: relative;
}

#overview .caravan-box,
#specification .caravan-box,
#specification .caravan-box {
    position: relative;
}

#overview .caravan-box::after,
#floorplan .caravan-box::after {
    content: "";
    position: absolute;
    height: 0;
    width: calc(100% - 450px);
    right: 0;
    bottom: -65px;
    border-bottom: 1px solid #e2e2e2;
}

/* ----------- */
.active-cont-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cont-wrap-left {
    width: calc(100% - 300px);
    padding-right: 70px;
}

.cont-wrap-right {
    width: 300px;
}



/*----------- Media ----------*/
@media (max-width: 1900px) {}

@media (max-width: 1599.99px) {
    .caravan-specification:not(:first-of-type) {
        padding-top: 40px;
    }
}

@media (max-width: 1439.98px) {
    .faq-tab-right {
        padding-left: 40px;
    }

    .cont-wrap-left {
        padding-right: 30px;
    }

    .accordion_in.acc_active .acc_head {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .accordion_in {
        padding: 20px 30px;
    }

    .accordion_in.acc_active {
        padding-bottom: 30px;
    }

    .accordion_in {
        padding: 20px 70px 20px 30px;
    }

    .accordion_in .acc_head .acc_icon_expand {
        top: 24px;
        right: 20px;
    }
}

@media (max-width: 1199.98px) {
    .cont-wrap-left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .cont-wrap-right {
        width: 100%;
    }

    .accordion_in .acc_head {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .faq-tab-left {
        width: 100%;
    }

    .faq-tab-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .accordion_in {
        padding: 15px 50px 15px 20px;
    }

    .accordion_in.acc_active .acc_head {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .accordion_in.acc_active {
        padding-bottom: 20px;
    }

    .accordion_in .acc_head .acc_icon_expand {
        top: 18px;
    }

}

@media (max-width: 767.98px) {
    .filter-title {
        font-size: 20px;
        padding: 12px;
    }

    .accordion_in .acc_head .acc_icon_expand {
        right: 18px;
        top: 20px;
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 575.98px) {

    .accordion_in.acc_active .acc_head {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .accordion_in .acc_head .acc_icon_expand {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 480px) {
    .accordion_in .acc_head {
        font-size: 16px;
    }

    .cont-wrap-right img {
        width: 100%;
    }

    .accordion_in .acc_head .acc_icon_expand {
        top: 21px;
    }
}