/* REQUIRED for core functionality */

.responsive-tabs__heading {
	display: none;
}
.responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}
 @media (max-width: 767px) {
.responsive-tabs__list {
	display: none;
}
.responsive-tabs__heading {
	display: block;
	cursor: pointer;
}
.responsive-tabs__panel--closed-accordion-only {
	display: none;
}
}
 @media (min-width: 768px) {
.responsive-tabs__panel--closed-accordion-only {
	display: block !important;
}
}
/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper {
	clear: both;
	zoom: 1;
}
.responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {
	content: "";
	display: table;
}
.responsive-tabs-wrapper:after {
	clear: both;
}
.responsive-tabs__heading:focus, .responsive-tabs__list__item:focus {
	outline: 1px solid #ccc;
}
.responsive-tabs__heading--active:focus, .responsive-tabs__list__item--active:focus {
	outline: none !important;
}
.responsive-tabs__list {
	font-size: 14px;
	margin: 2em 0 0 0;
	padding: 0;
	/* border-bottom: 1px solid #ddd; */
	padding-bottom: 11px;
	line-height: 1em;
	text-transform:uppercase;
}
.responsive-tabs__list__item {
	background: #fdb819;
	padding: 10px 20px;
	margin-right:2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	
}
.responsive-tabs__list__item:hover {
	background: #26ad33; color:#fff;
}
.responsive-tabs__list__item--active, .responsive-tabs__list__item--active:hover {
	background: #26ad33; color:#fff;
	/* border-bottom-color: #fff; */
}
.responsive-tabs__panel {
	margin-bottom: 50px;
	border:solid 1px #e5e5e5; padding:20px 20px;
}

.responsive-tabs__panel p{ color:#292929; line-height:24px;
}

.heading h3 { font-size:20px; color:#292929; margin:0px 0px 10px 0px; padding:0px;}
.responsive-tabs__panel ul{ list-style:none; margin:0px; padding:0px;}
.responsive-tabs__panel ul li{ padding:0px 0px 10px 0px; background:url(../images/red-arrow.png) left top 6px no-repeat; padding-left:12px;}



 @media (max-width: 767px) {
.responsive-tabs__heading {
	padding: 0.5em;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	background: #fdb819;
	position: relative;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
.responsive-tabs__heading:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 40%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}
.responsive-tabs__heading:hover,  .responsive-tabs__heading--active:hover {
	background-color: #2ece3e
}
.responsive-tabs__heading--active {
	background-color: #2ece3e; 
}
.responsive-tabs__heading--active:after {
	border-bottom: 5px solid #fff;
	border-top: 0;
}
.main-about-heading h2 {
	font-size: 20px !important;
	 
	color: #fff;
	 
}
}

/* END - Optional - Basic Skin */
