﻿ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
	width: 75%;
}
.resp-tabs-list li {
	font-size: 13px;
	display: inline-block;
	padding: 13px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
}
.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: 15px;
}
.resp-tab-active {
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;

}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	border: 1px solid #A6CE3A;
}
h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #A6CE3A;
	border-top: 0px solid #A6CE3A;
	margin: 0px;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #A6CE3A !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #A6CE3A !important;
	background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 20%;

		border-radius:20px;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
	text-align: left;
	font-size:14px;
  font-weight: 500;
  color:#737d82;
  }
.resp-vtabs .resp-tabs-container {
	padding: 15px;
    background-color: #E5E5E5;
	float: left;
	width: 80%;
	min-height: 334px;
	clear: none;
}

.resp-vtabs .resp-tabs-container p{
	line-height:2;
}

.resp-vtabs .resp-tabs-container a {
text-decoration:underline
}

.resp-vtabs .resp-tabs-container a:hover {
font-weight:300;
color:#333;
}

.resp-vtabs .resp-tab-content {
	border: none;
}
.resp-vtabs li.resp-tab-active
{
	
	background-color: #E5E5E5;
	font-weight:bold;
	
}
.resp-vtabs li:hover {
		font-weight:bold;
 	
}
.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 #A6CE3A;
}
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;
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #A6CE3A;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #A6CE3A !important;
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #A6CE3A !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;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #A6CE3A;
}
.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 #A6CE3A !important;
}
}
#tab-menu {
	width: 75%;
}

@Media (max-width:768px) {
#tab-menu {
	width: 100%;
}
ul.resp-tabs-list, p {
	width: 100%;
}
}
/*hover tab*/


 .resp-vtabs .resp-tabs-list li .submenu li {
	list-style: none;
	position: relative;
	background-color: #fff;
	left: 174px;
    z-index:1000;
	top:40px;
	width:200px;
}

.resp-vtabs .resp-tabs-list li .submenu li:nth-child(1) {
  border-top:1px solid #b0b0b0;
  
}
#verticalTab ul li a {
	display: block;
	text-decoration: none;
	text-align: left;
	
}
#verticalTab ul ul {
	position: absolute;
	visibility: hidden;
	top: 27px;
	border-radius:20px;
}
#verticalTab ul li:hover ul {
	visibility: visible;
}



#verticalTab .btn:hover {
	font-weight: normal;
}