h2.resp-accordion {

    display: none;
}

.resp-tab-content {
    display: none;

}





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







/*-----------Vertical tabs-----------*/


.resp-vtabs .resp-tabs-list li {
    display: block;
}







/*-----------Accordion styles-----------*/


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .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;
    }
}