﻿ul.resp-tabs-list, p {
	margin: 0px;
	padding: 0px;
}
 .#customtab {
background:#ccc;
}
.resp-tabs-list li {
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	padding: 12px 10px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	background: #2020FF;
	color: #fff;
	width: 48%;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #2020FF;
	border-bottom: 0;
}
.resp-tabs-list li i {
	font-size: 20px;
	padding-right: 5px;
}
resp-tab-active:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #eee;
	border-width: 25px;
	margin-left: -25px;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 20px solid #e2e2e2;
	top: 43px;
}
.resp-tabs-container {
	padding: 20px;
	background: #fff;
	clear: left;
	border: 1px solid #eee;
	border-top-color: rgb(238, 238, 238);
	border-top-style: solid;
	border-top-width: 1px;
	border-top: 0;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 0;
}
.resp-tab-active {
	color: #000 !important;
	background: #fff !important;
	border: 1px solid #eee !important;
	border-bottom: 0 !important;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
/*border: 1px solid #c1c1c1;*/

}
h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}
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: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
}
.resp-vtabs li.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	color: #000 !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 6px;
	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 #9B9797;
}
/*-----------Accordion styles-----------*/



h2.resp-tab-active {
	background: #DBDBDB !important;
	padding: 16px 15px !important;
	border: 1px solid #c1c1c1 !important;
	border-bottom: 0 !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;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (min-width:991.98px) and (max-width:1199.98px) {
.resp-tabs-list li {
	font-size: 14px;
}
}

@media only screen and (min-width:768.98px) and (max-width:991.98px) {
.resp-tabs-list li {
	line-height: 20px;
	width: 50%;
}
.resp-tabs-list li i {
	display: block;
	padding: 0 0 10px 0;
}
}

@media only screen and (max-width: 767.98px) {
.resp-tab-content {
	border: 1px solid #c1c1c1;
	padding: 15px !important;
}
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-tabs-container {
	width: 100%;
	padding: 0;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.resp-tab-active:after {
	display: none;
}
h2.resp-accordion {
	font-size: 20px;
	padding: 16px 15px;
}
h2.resp-accordion i {
	padding-right: 10px;
}
}
/*@media (max-width: 1200px) {

	ul.resp-tabs-list{ margin-left:5% !important;}

.resp-tabs-list li {

	font-size: 12px;

	padding: 7px 1%;

	font-weight: normal;

}

.resp-tab-active {

    padding: 7px 0.8% !important;



}

}

*/



/*@media (max-width: 1000px) {

.resp-tabs-list li {

	font-size: 12px;

	padding: 7px 2%;

	font-weight: normal;

}

resp-tab-active {

    padding: 7px 0.8% !important;



}

}*/























#horizontalTab hr {
	background: none !important;
	height: 0;
 border:none !;
}
.customtab_contain h3 {
	color: #0087ff;
}
.customtab_contain ul {
	margin-top: 10px;
	margin-left: 20px;
}
.customtab_contain ul li {
	font-size: 15px;
	padding: 9px 0;
	list-style: square;
}
.cright li {
	background: url(../images/right.png) no-repeat left 10px;
	padding: 5px 0 5px 25px !important;
}
.cworng li {
	background: url(../images/wrong.png) no-repeat left 10px;
	padding: 5px 0 5px 25px !important;
}
