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

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

.resp-tabs-list li {
  color: #333;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  list-style: outside none none;
  margin: 0 4px 0 0;
  padding: 13px 15px;
  text-transform: uppercase;
}

.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: 0 0 0 40px;
}

.resp-tab-active {
  border: 0 none;
}
.resp-vtabs li.resp-tab-active::after {
  background: #fff none repeat scroll 0 0;
  color: #c4293c;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 33px;
  font-weight: 300;
  line-height: 0;
  padding: 7px 0 9px;
  position: absolute;
  right: -12px;
  top: 7px;
  vertical-align: top;

}

.resp-vtabs .resp-tabs-list li:hover{color: #C4293C}

.resp-vtabs .resp-tabs-list li:after{}
.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

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

.resp-tab-content {
  border: 0 none;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 30px;
}
.resp-tab-content p{  border: 0 none;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 30px;}
  h2.resp-accordion {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c1c1c1;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    font-size: 16px !important;
    margin: 0;
    padding: 1px 15px;
  }

  h2.resp-tab-active {
    background: rgb(6, 61, 99) none repeat scroll 0 0 !important;
    border-bottom: 0 solid #c1c1c1 !important;
    color: #eee !important;
    margin-bottom: 0 !important;
  }

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

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  border-right: 2px solid #c4293c;
  display: block;
  margin-bottom: 50px !important;
}
.lft-dv{
  float: left;
  width: 20%;}
.resp-vtabs .resp-tabs-list li:first-child {
  padding-top: 10px !important;
}
.resp-vtabs .resp-tabs-list li {
  background: #fff none repeat scroll 0 0 !important;
  color: #525252;
  cursor: pointer;
  display: block;
  float: none;
  font-weight: 400;
  margin: 0 0 4px;
  padding: 15px !important; position: relative;

}
.resp-vtabs .resp-tabs-container {
  background-color: #fff;
  border: 0 none;
  border-radius: 4px;
  clear: none;
  float: left;
  min-height: 250px;
  padding: 0;
  width: 79%;
}

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

.resp-vtabs li.resp-tab-active {
  border: 0 none;
  color: #c4293c;
  margin-right: 0 !important;
  position: relative;
  z-index: 1;
}

.resp-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
  float: right;
  height: 0;
  margin-top: 15px;
  width: 0;
}

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

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

    .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 {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
