body {
	margin: 0px;
	padding: 0px;
	background: #f5f5f5;
}

ul.resp-tabs-list,
p {
	margin: 0px;
	padding: 0px;
}

.resp-tabs-list li {
	font-weight: 700;
	display: inline-block;
	padding: 30px 0;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
}
.resp-tabs-list li i {
	margin-left: 5px;
}

.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}

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

.resp-tab-content {
	display: none;
	padding: 0px;
}

.resp-tab-active {
	margin-bottom: -1px !important;
}

.resp-tab-active {
	border-bottom: none;
	background-color: #fff;
}

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

.resp-tab-content {
	border: 1px solid #000;
	border-top-color: #5ab1d0;
}

h2.resp-accordion {
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 10px 15px;
}

h2.resp-tab-active {
	border-bottom: 0px solid #000 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #000 !important;
	background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}

.resp-vtabs .resp-tabs-list li {
	display: block;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
	text-align: right;
	font-size: 20px;
	border-bottom: 1px solid #000;
}
.resp-vtabs .resp-tabs-list li:last-child {
	border-bottom: none;
}

.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	float: left;
	width: 68%;
	clear: none;
}

.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	margin-bottom: 4px !important;
	color: #ff7426;
}

.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #000;
}

h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #ff7426;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	color: #ff7426;
}

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

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #000;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #000; /* !important;*/
}

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

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

h2.resp-accordion:first-child {
	border-top: 1px solid #000; /* !important;*/
}

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

	h2.resp-accordion {
		display: block;
		padding: 20px 0;
		font-weight: 600;
		font-size: 20px;
	}
	h2.resp-accordion.resp-tab-active {
		padding: 20px 0 !important;
	}
	h2.resp-accordion i {
		display: none;
	}

	.resp-vtabs .resp-tab-content {
		padding: 0;
	}

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

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

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

@media only screen and (max-width: 479px) {
	h2.resp-accordion {
		font-size: 16px;
	}
}
