
.resp-tabs-list {
  border-top: 1px solid #eee;
  display: flex;
  padding: 0 95px;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  text-align: center;
  min-height: 75px;
  padding-top: 25px;
}
.resp-tabs-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600; 
  padding:0 10px !important;
  margin: 0;
  list-style: none;
  float: left;
  cursor: pointer;
  color: #15171F; 
  margin-right: 0;
  min-height: 75px;
  align-items: center;
  margin-bottom: -2px !important;

}
.resp-tabs-list li b{
  display: block;
  color: #15171F; 
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600; 
}
.resp-tabs-container .tabOuter{
  padding: 0px;
  background-color: #fff;
  clear: left;
  padding: 40px 0 0 0;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 40px 0 0 0;
}

.resp-tab-active {
  border-bottom: 4px solid #2343BD;
  margin-bottom: 0px !important;
  color: #141416 !important;
}

.resp-tab-active {
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border-top: 1px solid #eee; }

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #eee;
  border-top: 0px solid #eee;
  margin: 0px;
  padding: 15px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #eee !important;
  margin-bottom: 0px !important;
  padding: 15px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #eee !important;
  background: blue;
}



/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #eee !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #eee; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #eee !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #eee !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 #eee; }

.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 #eee !important; }
}
