 

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

ul.resp-tabs-list{
    text-align: center;
}

.resp-tabs-list li { 
    display: inline-block;  
    list-style: none;
    cursor: pointer;
    float: none;
	padding: 0px 14px;
    color: #3c3c3c;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 32px;
	margin-right: 10px;
	background-color:transparent; 
    border-radius: 16px;
	border:1px solid #FFF;
    margin-bottom: 5px;
}






.resp-tabs-container { 
    clear: left;
}

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

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

.resp-tabs-list li.resp-tab-active { 
	border: 1px solid #DDDDDD;
	font-weight:600;
}
 
.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
 
}

h2.resp-accordion { 
}

h2.resp-tab-active { 
}

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

 
.resp-arrow {
    width: 0;
    height: 0;
    float: right; 
}

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

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    
}

.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: 568px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		float:left;
		width:100%;
		text-align:center;
		font-size:25px;
		font-weight:600;
		background: url(../images/heading-btm.jpg) center bottom no-repeat !important;
    }

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

    .resp-vtabs .resp-tab-content:last-child { 
    }
}
