.resp-tabs-list{
    background: #f4f4f4;
    border-radius: 0;
}
.resp-tabs-list h3{
	color:#08AD3F;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #08AD3F;
	padding:10px 10px;
	margin:0; 
}
.resp-tabs-list h3 i{
    padding:0px 10px; 
}
.resp-tabs-list li{
    display: block;
    line-height: 24px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    color: #4d5a64;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    cursor: pointer;
}
.resp-tabs-list li i{
    padding:0px 10px;  
}
ul.resp-tabs-list{
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list li {
	font-size: 13px;
	display: inline-block;
	padding: 4px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #000;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-tab-active {
  border-bottom: none;
}
.resp-vtabs li.resp-tab-active {
    border-bottom: 1px solid #afc706;
    border-left: 0;
    border-right: 0;
    color: #FFFFFF !important;
    border-top: 0;
    background-color: #afc706;
    position: relative;
    z-index: 1;
}
.resp-vtabs li.resp-tab-active a{
    color: #FFFFFF !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 #898E92 !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-tabs-container{
    border:1px solid #000;
    margin-left:58px;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 26%;
  margin-top:15px;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    margin: 0;
    cursor: pointer;
    float: none;
    color:#FFFFFF;
    font-weight:bold;
}
.resp-vtabs .resp-tabs-list li a {
   padding: 8px 15px !important;
   font-family: 'Lato', sans-serif;
    font-size: 15px;
    position: relative;
    display: block;
    color: #4d5a64;
    /* transition: all 300ms ease; */
    /* -webkit-transition: all 300ms ease; */
    /* -ms-transition: all 300ms ease; */
    /* -moz-transition: all 300ms ease; */
    /* -o-transition: all 300ms ease; */
}
.resp-vtabs .resp-tabs-list li a:hover{
  text-decoration:none;
   color: #fff;
}
.resp-vtabs .resp-tabs-list li:hover{
   background-color: #afc706;
}
  .resp-vtabs .resp-tabs-list li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width:50px;
    height:48px;
    background-color: #3C3C3E;
    display:none;
}
 .resp-vtabs li.resp-tab-active a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width:50px;
    height:48px;
    background-color: #E97A03;
    display:none;
}
.resp-vtabs .resp-tabs-list li a:after {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 21px;
    font-weight: normal;
    display:none;
}
.resp-vtabs .resp-tabs-container {
  padding:0px;
  background-color: #fff;
  border: 0px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content { border: none; }
.acat{
    color: #ffffff;
    background:#afc706;
    border-left:0;
    border-right:0;
    border-top:0;
    position: relative;
    z-index: 1;
}
.acat a {
    color: #ffffff !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px 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; }
.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 (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; }
.resp-tabs-container{
    border:1px solid #000;
    margin-left:0px;
}
}
