


.resp-tabs-list li {
  cursor: pointer;
  float: left; 
  font-size:1.0em;
  line-height:1.2em;
  font-weight:600;
  color:#000;
  text-transform: none;
  padding: 0.45em 0.75em;      
  text-align: center;
  background:#f2f2f2;  
}

.resp-tabs-container {
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  color: #fff;
  background:#c20e1a;
}

.resp-content-active,
.resp-accordion-active { display: block; }


h2.resp-accordion {  
  cursor: pointer;
  font-size:1.0em;
  line-height:1.2em;
  font-weight:600;
  color:#000;
  text-transform: none;
  padding: 0.45em 0.75em;      
  text-align: left;
  background: #d6d6d6;    
}

h2.resp-tab-active {
  color: #fff;
  background:#c20e1a;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
}

/*-----------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 #fff;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  position:relative;
}

.resp-arrow:before {
  font-family: 'iconfont';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;  	
  content: "\e937";
  position:absolute;
  right:0;
  top:0;
  color:#000;
}

h2.resp-tab-active span.resp-arrow:before {
  content: "\e93e";
  color:#fff;
}




/* Tabs */
.resp-tabs-list li {
  position: relative;
  cursor: pointer;
  float: left; 
  font-size:1.0em;
  line-height:1.2em;
  font-weight:600;
  color:#000;
  text-transform: none;
  padding: 0.45em 0.75em;      
  text-align: center;
  background: #d6d6d6;  
  z-index: 0;
}

.resp-tabs-list li:hover,
.resp-tabs-list li.resp-tab-active {
  color: #fff;
  background:#c20e1a;
}
.resp-tabs-list li + li {
  margin-left: 5px;
}
.resp-tabs-list__md {
  overflow: hidden;
  padding-left: 16px;
}
.resp-tabs-list__md li {
  min-width: 120px;
}
.resp-accordion {
  display: none;
  position: relative;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 0;
  background: #d6d6d6;
  border-bottom:2px solid #fff;
  padding: 0.45em 0.75em;      
}

.resp-accordion:hover,
.resp-accordion.resp-tab-active {
  color: #fff;
  background:#c20e1a;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}

.tabs-style {
	padding:1em 0.75em;
}


/* Nav */
ul.resp-tabs-list {
  list-style: none; 
}

.resp-tabs .resp-tabs-list {
	margin-left:0.75em;
}
.resp-tabs-list li:before {
	display:none;
}


@media (max-width: 420px) {
  .resp-accordion {
    display: block;
  }
  .resp-tabs-list {
    display: none;
  }

  .tabs-style {
	padding:1em 0.75em;
  }  
  
}














/*-----------Accordion styles-----------*/


.resp-easy-accordion h2.resp-accordion { display: block; }


.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; }
}
