body {
	margin: 0px;
	padding: 0px;

}

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

.resp-tabs-list li {

	display: inline-block;
	padding: 13px 15px;

	list-style: none;
	cursor: pointer;
	float: left;
	text-align: center;
}

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

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

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

.resp-tab-active {
	border-color: #254da1 !important;
	color: #ffffff;

}

.resp-tab-active {
	border-bottom: none;

}

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

.resp-tab-content {
	border: 0px solid #DCDCDC;

}

h2.resp-accordion {
	font-size: 18px;
	border: 1px solid #DCDCDC;
	border-top: 0px solid #DCDCDC;
	margin: 0px;
	padding: 10px 15px;
}

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

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #DCDCDC !important;

}

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


/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #254da1;
	color: #fff;

	/* !important;*/
}

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

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

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

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

.resp-tab-content-active {
	display: block;
	margin-bottom: 25px;
}

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

/*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 !important;
	}

	h2.resp-accordion {
		display: block;
	}

	.resp-vtabs .resp-tab-content {
		border: 1px solid #DCDCDC;
		padding: 20px;
	}

	.resp-tab-content {
		padding: 15px;
		border: 1px solid #DCDCDC;
	}

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

	.resp-arrow {
		width: 0;
		height: 0;
		float: right;
		margin-top: 10px;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #9c1b1f;
	}

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

	.resp-tab-content-active {
		margin-bottom: 0;
	}

	.resp-accordion.resp-tab-active .resp-arrow {
		border-bottom: 7px solid #ffffff;
		border-top: 0px;
	}

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