
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
		background:#b0b1b5;
		width:100%;
		float:left;
		text-align:center;
}

.resp-tabs-list li {
	color:#fff;
	padding:10px;
	display:inline-block;
	font-size:18px;
    display: inline-block;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
	text-align:center;
}
.resp-tabs-list li a {
	color:#fff;
	text-decoration:none !important;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
}

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

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

.resp-tab-active,.resp-tabs-list li:hover {

	border-bottom: none;

	

	border-bottom: 0px #fff solid !important;
	background:#dc674f;
}

.resp-tab-active, .resp-tabs-list li:hover  {
    border-bottom: none;
	background:#dc674f;
}

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

.resp-tab-content {

}

h2.resp-accordion {
    font-size: 13px;

    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {

    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {

    background: blue;
}


/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
  
}

.resp-easy-accordion .resp-tab-content:last-child {

}

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

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

h2.resp-accordion:first-child {

}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
   
    .resp-vtabs .resp-tab-content {

    }

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

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


    }
}
