#parentHorizontalTab {
    z-index: 2;
    position: relative;
}

.resp-tabs-list-outer {
    background: #fff;
}

.resp-tabs-list {
    padding: 0;
    margin: 0 auto;
    /* position: relative; */
    /* top: -49px; */
    display: flex;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    border-radius: 30px 0 0 0;
    max-width: var(--container-width);
}



.resp-tabs-list li {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    padding: 15px 15px;
    list-style: none;
    cursor: pointer;
    background-color: #ffffff !important;
    color: #10a36f;
    text-align: center;
}

.resp-tabs-container {
    padding: 0;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-item.resp-tab-active {
    background-color: #f7f7f7 !important;
    /* -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0; */

}

.resp-tab-item {
    position: relative;
    z-index: 0;
}

.resp-tab-item.resp-tab-active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -37px;
    background-image: url(../images/li-before.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 39px;
    height: 27px;
    z-index: -1;
}

.resp-tab-item.resp-tab-active+li::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -2px;
    background-image: url(../images/li-after.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 39px;
    height: 27px;
    z-index: -1;
}



.resp-tab-item.resp-tab-active {
    border-radius: 30px 30px 0 0;
    background-color: #f7f7f7 !important;
}

/* .resp-tab-item.resp-tab-active+li {
    background-image: url(../images/li-after.png);
    background-repeat: no-repeat;
    background-position: bottom left;
} */

.resp-content-active,
.resp-accordion-active {
    display: block;

}

h2.resp-accordion {
    font-size: 13px;
    margin: 0px;
    padding: 5px 15px;
}

/* h2.resp-tab-active {
    padding: 10px 15px !important;
} */

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 12px;
    border-width: 8px;
    border-color: #b1b1b1 transparent transparent;
    border-style: solid;
}

.resp-tab-active .resp-arrow {
    margin-top: 0;
    border-color: transparent transparent #b1b1b1;
}



.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
        /* border-bottom: 1px solid; */
        color: var(--color-secondary);
        background: #ffffff !important;
    }

    h2.resp-accordion {
        margin-bottom: 20px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.041);
        line-height: 26px;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}