.resp-tabs-list li {list-style: none; cursor: pointer;}
.resp-tabs-container {clear: left;}
h2.resp-accordion {cursor: pointer; padding: 5px; display: none}
.resp-tab-content {display: none;}
.resp-content-active, .resp-accordion-active {display: block;}

.resp-vtabs .resp-tabs-list li {display: block; cursor: pointer; float: none; border-bottom: dotted 1px #041527; padding: 20px 5px; opacity: 0.70; color: #041527; letter-spacing: 0.3px; text-wrap: balance;}
.resp-vtabs .resp-tabs-list li:first-child{padding-top: 0px;}
.resp-vtabs .resp-tabs-list li:last-child{border-bottom: 0px;}

.resp-vtabs .resp-tabs-list li strong{font-size: 24px;}
.resp-tab-active {opacity: 1;}
.resp-vtabs .resp-tabs-list li:hover strong,
.resp-tab-active strong{color: var(--PrimaryClr);}

.resp-vtabs .resp-tabs-container {padding: 0px; clear: none;}
.resp-vtabs .resp-tab-content {border: none; word-wrap: break-word;}
.resp-vtabs li.resp-tab-active { position: relative; z-index: 1;}
.resp-arrow {width: 0; height: 0; float: right; margin-top: 3px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 12px solid var(--PrimaryClr);}
h2.resp-tab-active span.resp-arrow {border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid var(--PrimaryClr);}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {display: block;}
.resp-easy-accordion .resp-tab-content {border: 1px solid #c1c1c1;}
.resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1;/* !important;*/}
.resp-jfit {width: 100%; margin: 0px;}
.resp-tab-content-active {display: block;}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {display: none;}
    h2.resp-accordion {display: block; font-size: 1rem; font-weight: 400;}
    h2.resp-accordion strong{ display: block; margin-bottom:5px;}
    .resp-vtabs .resp-tab-content {border-bottom: 1px solid var(--border-color); margin-bottom: 1rem; padding-bottom: 1rem;}
    .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;}
}