


ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-vtabs .resp-tabs-list li i {
    position: absolute;
    right: 10px;
    top: 18px;
}

.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: 0px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 10px;
}
h2.resp-tab-active {
    background: #01B2C4 !important;
    color: #fff;padding: 10px 10px !important;
    border-radius: 8px;
}


h2.resp-tab-title:last-child {
  border-bottom: 0px solid #c1c1c1 !important;

}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 35%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
    margin-right: 15px; position:relative;
  cursor: pointer;
  float: none;
  font-size: 16px;
    font-weight: 700;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 0px solid #c1c1c1;
  float: left;
  width: 65%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-tabs-container h2 {
    font-size: 30px; padding-left: 15px;
        padding-right: 15px;
    font-weight: bold;
}
.resp-tab-content p {
    font-size: 15px;
}
.resp-vtabs .resp-tab-content {
    border: none;
    padding: 0px 0px 0px 20px;
    border-left: 1px solid #ebebeb;
}

.resp-vtabs li.resp-tab-active {
    border: 0px;
    border-right: none;
    background: #2fb7ad; color:#fff;
    position: relative;
    z-index: 1;
    padding: 15px 15px 15px 15px !important;
    border-radius: 10px;
    margin-right: 15px;
}


.resp-arrow:after { position: absolute;
    right: 10px;
    top: 13px;
 content: "\f107"; }

h2.resp-tab-active span.resp-arrow:after {
    content: "\f106";
    position: absolute;
    top: 12px;
}
/*-----------Accordion styles-----------*/



.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; }


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 992px) {
	.resp-tab-content-active {
    padding: 20px !important;
    background: #01b2c4;margin-bottom: 3px;
    border-radius: 10px;
}
.resp-vtabs .resp-tab-content {
    border: none;
    padding: 0px 0px 0px 20px;
    border-left: 0px solid #ebebeb;
}
ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;background: transparent !important;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child {  }
}
