
/*****************************************************************/
/*** 07. Easy Responsive Tabs
/*****************************************************************/
ul.resp-tabs-list {
margin: 0px;
padding: 0px;
}

.resp-tabs-list li {
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
display: inline-block;
padding: 16px 20px;
margin: 0;
list-style: none;
cursor: pointer;
float: left;
border-style: solid;
border-width: 1px 0 0 1px;
border-color: #dcdcdc;
background: #f7f7f7 none repeat scroll 0 0;
}


.resp-tabs-list li:last-child {
border-right-width: 1px;
}

.resp-tabs-list li.last-child {
border-right-width: 1px;
}


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

h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
background: #f7f7f7 none repeat scroll 0 0;
}

.resp-tab-content {
display: none;
padding: 30px;
}
.resp-tab-content > *:last-child {
margin-bottom: 0;
}
.resp-tab-content > *.last-child {
margin-bottom: 0;
}
@media (max-width: 991px) {
  .resp-tab-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .resp-tab-content {
    padding: 20px 15px;
  }
}

.resp-tab-active {
  background-color: #fff !important;
  border-bottom-width: 0 !important;
  padding-bottom: 17px !important;
  margin-bottom: -1px !important;
}

.resp-vtabs .resp-tab-active {
  margin-bottom: 0 !important;
  margin-right: -1px !important;
  border-right-width: 0 !important;
  padding-bottom: 16px !important;
}

.resp-vtabs .resp-tabs-list li:last-child {
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin-bottom: -1px !important;
}

.resp-vtabs .resp-tabs-list li.last-child {
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin-bottom: -1px !important;
}

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

.resp-tab-content {
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
}

.resp-easy-accordion .resp-tab-content {
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}

h2.resp-accordion {
  font-size: 15px;
  margin: 0px;
  padding: 16px 20px !important;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
}

h2.resp-tab-title:last-child {
  background: blue;
}

h2.resp-tab-title.last-child {
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs {
  border-style: solid;
  border-width: 1px;
}

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

.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0;
  cursor: pointer;
  float: none;
  border-left-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.resp-vtabs .resp-tabs-list li:first-child {
  border-top-width: 0;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 70%;
  min-height: 250px;
  clear: none;
  border-style: solid;
  border-width: 0 0 0 1px;
}

.resp-vtabs .resp-tab-content {
  border-width: 0 !important;
}

.resp-vtabs li.resp-tab-active {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top-width: 0 !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;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .resp-tab-content {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
  }

  .resp-tab-active {
    margin-bottom: 0 !important;
  }

  .resp-vtabs .resp-tab-active {
    margin-right: 0 !important;
  }

  .resp-vtabs .resp-tab-content {
    border-top-width: 1px !important;
  }

  .resp-vtabs .resp-tabs-container {
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
    border-left-width: 0;
  }
}



/* -------------------- skew  ---------------- */

/* tabs-list-skew */
.resp-tabs-list.tabs-list-skew li {
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	border: none;
	}




ul.resp-tabs-list.tabs-list-skew > li{
    float: left;
    margin-right:2px;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    position: relative;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}

.resp-tabs-list.tabs-list-skew li .span1{
	display: inline-block;
	/*padding: 16px 20px; */
	padding: 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	cursor: pointer;
	float: left;
	border-style: solid;
	border-width: 1px 0 0 1px;
	box-sizing: border-box;
	height:36px;
	line-height:36px;
	}

ul.resp-tabs-list.tabs-list-skew > li:first-child {
    /*width: 106px;*/
}
ul.resp-tabs-list.tabs-list-skew .first:before {
    display:block;
    content:"";
    position:absolute;
    height:100%;
    /*
	width: 24px;
    left: -11px;
    background-color: #1EB19E;
    */
    z-index:20;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    box-sizing: border-box;
}
ul.resp-tabs-list.tabs-list-skew .last:before {
    display:block;
    content:"";
    position:absolute;
    height:100%;
    /*
	width: 24px;
    right: -11px;
	background-color: #1EB19E;
    */
	transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    z-index:20;
    box-sizing: border-box;

}

ul.resp-tabs-list.tabs-list-skew li.resp-tab-item .span1 {
    /*
	background: #1EB19E;
    color: #FFFFFF;
    text-transform:uppercase
    */
    display: block;
    text-decoration: none;
}

ul.resp-tabs-list.tabs-list-skew  .span1 .span2 {
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    display:block;
    margin: 0px 0px 0px 0px;

}
