.resp-tab-content {
	display: none;
	padding: 0;
}
.resp-content-active, .resp-accordion-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;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
}

h2.resp-accordion{
	display:none;}
ul.resp-tabs-list {
	margin: 0;
}
.resp-vtabs .resp-tabs-list li {
	padding: 20px;
	margin: 0px;
	font-weight: 700;
	border-bottom: 2px solid #f1f0f0;
}
.resp-vtabs li.resp-tab-active {
    background: #f3f3f3;
    border-right: 2px solid #fd040a;
    color: #fd040a;
}