.resp-tabs-list{
    background-color:#000;

}
.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{
   border-bottom:1px solid #4b4d4e;
   color:#000;
   font-size:14px !important;
   padding:0 !important;
  
   
}
.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: 6px 15px !important;
  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: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;*/
}

.resp-tab-active {
  border-bottom: none;
  /*background-color: #fff;*/
}

.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: 25%;
  margin-top:15px;
      border-left: 6px solid #FDC60A;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    /*padding: 20px 15px !important;*/
    margin: 0;
    cursor: pointer;
    float: none;
    color:#FFFFFF;
    font-weight:bold;
}
.resp-vtabs .resp-tabs-list li a {
    display: block;
    padding: 18px 15px !important;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-family:OpenSans;
    font-size:13px;
    /*border-bottom: 1px solid #5A5B5D;*/
}
.resp-vtabs .resp-tabs-list li a:hover{
  text-decoration:none;

}
  .resp-vtabs .resp-tabs-list li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width:50px;
    height:48px;
    background-color: #3C3C3E;
    /*border-bottom: 1px solid #5A5B5D;*/
    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 {
    display:none;   
     content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 21px;
    font-weight: normal;
}
.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;
  /*margin-left:82px;*/
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
     border-bottom: 1px solid #FDC60A;
  border-left:0;
  border-right:0;
    color:#FFFFFF;
 border-top:0;
 background-color:#FDC60A;
  position: relative;
  z-index: 1;
  /*margin-right: -1px !important;*/
  /*padding: 20px 15px 20px 15px !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;
}
}
