ul.resp-tabs-list, p {}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 0px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
  text-align: right;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-tab-active {
  background: url(../images/arrow-right1.png) left 10px no-repeat;
  position: absolute;
  content: "";
  width: 21px;
  height: 35px;
  left: 0;
  top: 0px;
  transition: 0.2s all ease-in-out;
  opacity: 1;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5AB1D0;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 60%;
  padding-left: 30px;
}
.resp-vtabs .resp-tabs-list li {
  display: inline-block;
  padding: 15px 15px 15px 35px !important;
  margin: 0 0 0px;
  cursor: pointer;
  float: none;
  background: none !important;
  width: 100%;
  height: auto;
  transition: 0.2s all ease-in-out;
  margin-bottom: 20px;
}
.resp-vtabs .resp-tabs-list li:before {
  background: url("../images/arrow-right1.png") left 10px no-repeat;
  position: absolute;
  content: "";
  width: 21px;
  height: 35px;
  left: -50px;
  top: 18px;
  transition: 0.2s all ease-in-out;
  opacity: 0;
}
.resp-vtabs .resp-tabs-list li:hover:before {
  background: url("../images/arrow-right1.png") left 10px no-repeat;
  position: absolute;
  content: "";
  width: 21px;
  height: 35px;
  left: 0;
  top: 18px;
  transition: 0.2s all ease-in-out;
  opacity: 1;
}
.resp-vtabs .resp-tabs-container {
  padding: 110px 0 0 0;
  float: left;
  width: 40%;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
  position: relative;
}







.resp-vtabs li.resp-tab-active {
  color: #fff;
}
.resp-vtabs li.resp-tab-active:before {
  position: relative;
  z-index: 1;
  color: #fff;
  background: url(../images/arrow-right1.png) left 10px no-repeat;
  position: absolute;
  content: "";
  width: 21px;
  height: 35px;
  left: 0px;
  top: 18px;
  transition: 0.2s all ease-in-out;
  opacity: 1;
}
.resp-arrow {
  width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid #ffffff;
    position: relative;
    margin-left: 30px;
}

.resp-arrow:before {
   content: "";
    position: absolute;
    left: -9px;
    top: -16px;
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #3C1B76;
    border-radius: 5px;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  border-bottom: 12px solid #ffffff;
}

h2.resp-tab-active span.resp-arrow:before {
   content: "";
    position: absolute;
    left: -9px;
    top: 0px;
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #3C1B76;
    border-top: 0;
    border-radius: 5px;
}




/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB; /* !important;*/
}
.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;
}
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; width: 100%;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    
  }
}
@media only screen and (max-width: 1023px) {

    h2.resp-accordion.resp-tab-active{color: #fd7541;}
    
  .resp-tab-active {
    background: none;
    position: inherit;
    content: "";
    width: 21px;
    height: auto;
    left: auto;
    top: auto;
    transition: inherit;
    opacity: inherit;
  }
  .resp-vtabs .resp-tabs-container {
    padding: 0px 0 0 0;
  }
  .blue-area:before {
    right: -174px;
    bottom: 0;
    top: auto;
  }

    h2.resp-accordion{ background-color: transparent !important; border: 0; color: #fff; text-align: left; font-size: 18px;}   
    h2.resp-accordion:first-child {
    border-top: 0;
}
    .resp-vtabs .resp-tab-content{ border: 0; text-align: left}

}