ul.resp-tabs-list { margin: 0px; padding: 0px; border-bottom: 2px solid #ebebeb; display: flex; justify-content: space-between; }
.resp-tabs-list li { font-size: 22px; font-family: 'open_sanssemibold'; float: left; padding: 6px 20px 6px; margin: 0; list-style: none; cursor: pointer; color:#000; text-align: center; position: relative; }
.resp-tabs-list li a { color:#000; text-decoration: none; }
.resp-tabs-list li.resp-tab-active:after { content:''; left:0; bottom: -3px; width: 100%; position: absolute; border-bottom: 4px solid #00afa4; z-index: 1px; }
.resp-tabs-container { padding: 0px; float: left; width:100%; }
.resp-tab-content { display: none; }
.resp-tab-content .content { font-size:17px; }
.resp-tab-content .content ul { padding: 0px; margin: 0px 0 25px 0; }
.resp-tab-content .content ul li { list-style-type: none; font-size:17px; padding-bottom: 5px; position: relative; padding-left: 30px; }
.resp-tab-content .content ul li:before { content:''; width:17px; height: 17px; background: url('../images/check_yellow.png') no-repeat left top; position: absolute; top:7px; left:0; }

.resp-tabs-list .resp-tab-active .tab_icon { border-color: #00afa4!important; }
.resp-tabs-list .resp-tab-active .tab_icon svg path { fill:#00afa4; }


h2.resp-accordion { cursor: pointer; padding: 5px; display: none; }
.resp-content-active,
.resp-accordion-active { display: block; }
h2.resp-accordion { font-size: 18px; padding: 10px 15px 12px; background: #b3c5d8; margin: 0 0 2px; }
h2.resp-tab-active {  background: #80b43e; }

/*-----------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 #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  float: right;
  margin-top: 1px;
  margin-right: 0px;
}
.resp-arrow:after {
	content:'+';
	color: #fff;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
}
h2.resp-tab-active span.resp-arrow:after {
	content:'-';
	color: #fff;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active { background: #00afa4!important; color:#fff; }
h2.resp-tab-active a { color:#fff; }
.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-jfit { width: 100%; margin: 0px; }
.resp-tab-content-active { display: block; border-top:none; }

@media only screen and (max-width: 768px) {
	ul.resp-tabs-list { display: none; }
	h2.resp-accordion { display: block; background: #fff; color: #000; }
	.resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: initial; clear: none; }
	.resp-accordion-closed { display: none !important; }
}