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

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

.resp-tabs-list li {
  background: transparent none repeat scroll 0 0 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  list-style: outside none none;
  margin: 0 4px 0 0;
  padding: 5px 45px;
}
.resp-tabs-list.hor_1 {
  margin-bottom: 30px;
  text-align: center;
}
.resp-tabs-container {
  background-color: transparent;
  clear: left;
  padding: 0;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

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

.resp-tab-active {
	background: transparent none repeat scroll 0 0 !important;
	border: 0 none;
	color: #C50048 !important;
}
.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

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

.resp-tab-content {
  border: 0 none;
}

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 {
    background:transparent;
    float: left;
    margin: 0 !important;
    text-align: left;
    width: 100%;
}
.resp-vtabs .resp-tabs-list li {
  background: transparent none repeat scroll 0 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  color: #333;
  cursor: pointer;
  display: block;
  float: none;
  font-size: 14px;
  margin: 0 0 0px;
  padding: 10px 0 !important;
  text-transform: none;
  position: relative;
}
.resp-vtabs .resp-tabs-list li:hover{

  /* background: #c50048 !important; color: #fff !important; */
}
.resp-vtabs .resp-tabs-list li:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 23px;
    position: absolute;
    right: 20px;
    top: 6px;
     -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 0.4s;
}
.resp-vtabs .resp-tabs-list li:hover::after{color: #c50048; right: 0px;}
.resp-vtabs .resp-tabs-list li:last-child{border:none !important;}
.resp-vtabs .resp-tabs-container {
  background-color:transparent;
  border: 0 none;
  border-radius: 0;
  clear: none;
  float: right;
  min-height: 250px;
  padding: 0;
  width: 100%;
}

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

.resp-vtabs li.resp-tab-active {
  border: 0 none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  position: relative;
  z-index: 1; background:transparent !important; color: #333 !important
}
.resp-vtabs li.resp-tab-active::after{color: #c50048; right: 0px;}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

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