body {
  margin: 0px;
  padding: 0px;
  background: #f5f5f5;
  /*    font-family: 'Segoe UI';*/
}

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 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

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

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

.resp-tab-active {
  border: 1px solid #3e9400 !important;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  border-top: 4px solid #3e9400 !important;
  border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

h2.resp-tab-active {
  background: rgb(45 112 0) !important;
  color: #ffffff;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5ab1d0;
}

h2.resp-accordion {
  font-size: 18px;
  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: 15px 0px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs,
#parentVerticalTab {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.resp-tabs-list {
  /* float: left;*/
  width: 274px;
  background-color: #3e9400;
  padding: 13px;
  margin: 0 !important;
  position: sticky;
  top: 56px;
  align-self: flex-start;
}

.resp-tabs-list li {
  display: block;
  padding: 15px 15px 15px 30px !important;
  margin: 0 0 0px;
  cursor: pointer;
  float: none;
  background: transparent !important;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Oswald";
  position: relative;
  line-height: 1;
}

.resp-tabs-list li:before {
  position: absolute;
  content: "";
  background: url(../images/tab-arrow.svg) no-repeat;
  width: 8px;
  height: 14px;
  top: 18px;
  left: 15px;
  filter: invert(1) brightness(10);
}

.resp-tabs-list li.resp-tab-active:before {
  filter: none;
  background: url(../images/tab-arrow.svg) no-repeat;
}

.resp-tabs-container {
  padding: 0px;
  /* background-color: #fff;*/
  border-left: 1px solid #d4d4d4;
  float: none;
  width: calc(100% - 274px);
  min-height: 250px;
  border-radius: 0px;
  clear: none;
  margin-bottom: 70px;
  padding-left: 90px;
}

.resp-tab-content {
  border: none;
  word-wrap: break-word;
}

li.resp-tab-active {
  position: relative;
  z-index: 1;

  border: 0 !important;
  background: #fff !important;
  color: #3e9300;
  border-radius: 4px;
  /* border-top: 1px solid;
 border: 1px solid #5AB1D0 !important;
 border-left: 4px solid #5AB1D0 !important;
 margin-bottom: 4px !important;
 border-right: 1px #FFF solid !important;*/
}

li.resp-tab-active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #3e9400;
  right: -30px;
  top: 10px;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  /*margin-top: 6px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 5px solid #d4d4d4;*/
}

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

/*-----------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;*/
}

@media (max-width: 1440px) {
  .resp-tabs-container {
    padding-left: 70px;
  }
}

@media (max-width: 1200px) {
  .resp-tabs-container {
    padding-left: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .resp-tabs-container {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}

/*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;
    background: #fff !important;
    border: 0;
    border-bottom: 1px solid #d4d4d4 !important;
    padding: 15px 0px;
    position: relative;
  }

  .resp-tab-content {
    border-bottom: 1px solid #d4d4d4;
  }

  .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

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

  h2.resp-tab-active span.resp-arrow {
    border: none !important;
  }

  h2.resp-tab-active .resp-arrow:before {
    transform: rotate(180deg);
  }

  .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }

  .resp-tab-content .page-header {
    display: none;
  }

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

  .resp-vtabs .resp-tabs-container {
    padding: 0;
  }

  .resp-arrow:before {
    content: "\f107";
    position: absolute;
    right: 5px;
    font-family: "FontAwesome";
    top: 18px;
    line-height: 1;
  }

  h2.resp-tab-active {
    color: #3e9400;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
