
#horizontalTab{padding:26px 0 0 0;}
ul.resp-tabs-list, p {
  margin: 0px;
  padding: 0px;
}
ul.resp-tabs-list{text-align:center;}
.resp-tabs-list li {  
  font-weight:bold;
  font-size: 24px;
  line-height:28px;
  text-align:center;
  color:#2d2d2d; 
  margin: 22px 0 0 0;
  list-style: none;
  cursor: pointer; 
  display:inline-block;
  box-sizing:border-box; 
  padding:0 25px 7px 25px;
}
.resp-tabs-container {
	padding: 30px 0 0;
	background-color: #fff;
	clear: left;
	text-align: center;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px 5px 0 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 0 0;
}
.resp-tab-active {color:#fff;}
.resp-tabs-list li:nth-child(1).resp-tab-active, .resp-tabs-list li:nth-child(2).resp-tab-active{	
	    border-bottom: 4px solid #0097af;
}
.resp-content-active,
.resp-accordion-active { display: block;background:yellow; }

h2.resp-accordion {
   font-family: 'gilroybold';
  font-size: 20px;
  line-height:26px;
  border: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
  margin: 0px;
  padding: 15px 15px 10px 15px; 
  background:#fff!important;
  letter-spacing:0;
}
h2.resp-tab-active {
  padding: 15px 15px !important;
}
.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 #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}
/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #00affe !important;}

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: none; }

.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; }
@media only screen and (max-width: 479px){
.resp-tabs-list li {  
  font-size: 21px;
  line-height:24px;
  margin: 22px 0 0 0;
  padding:0 20px 4px 20px;
}
}
#horizontalTab{padding:15px 0 0 0;}


