ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list li {
	background-color: #fff;
    border-left: 1px solid #e7e8eb;
    color: #000;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 600;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    /*width: 33.3%;*/
	width: 50%;
}
.resp-tabs-list li:first-child {
	border-left: none;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 15px 15px 5px;
}
.resp-tab-active {
	/*border: 1px solid #c1c1c1;*/
	border-bottom: none;
}
.resp-tab-active {
	border-bottom: none;
	background-color: #777777 !important;
	color: #fff !important;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	background-color: #777777;
	position: relative;
	z-index: 1;
}
.resp-tab-content:after {
	background-color: #777777;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: -1;
}
.resp-tab-content h5 {
	color: #ffffff;
	margin: 0;
}
.resp-tab-content p {
	color: #b7b7b7;
}
h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
	background-color: #fff;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 21%;
}
.resp-vtabs .resp-tabs-list li {
	background-color: transparent;
	color: #fff;
	border-bottom: 1px solid #e3e3e3;
	border-left: none;
	cursor: pointer;
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
}
.resp-vtabs .resp-tabs-list li a {
	padding: 10px 15px !important;
	position: relative;
}
.resp-vtabs .resp-tabs-list li a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	top: 10px;
	right: 15px;
}
.resp-vtabs .resp-tabs-list li:last-child {
	/*border-bottom: none;*/
}

.resp-vtabs .resp-tabs-container {
	padding: 0px;
	float: left;
	width: 79%;
	/*min-height: 250px;
    border-radius: 4px;*/
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
	border-left: 1px solid #fff;
	padding: 10px 15px;
	min-height: 205px;
}
.resp-vtabs li.resp-tab-active {
	color: #fff;
	background-color: #777777 !important;
	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 #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #ffffff;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #474747 !important;
	border-color: #474747 !important;
}
.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;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1 !important;
}
@media (min-width: 768px) {
	.yamm li.dropdown.yamm-fw:nth-child(5) ul.resp-tabs-list {
		width: 25%;
	}
	.yamm li.dropdown.yamm-fw:nth-child(5) .resp-vtabs .resp-tabs-container {
		width: 75%;
	}
	.resp-vtabs .resp-tabs-list li a {
		border-right: 1px solid #fff;
    	margin-right: -1px;
	}
}
/*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;
	}
	.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;
	}
}
