﻿
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 20px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	 border: 1px solid #ccc;
	 border-bottom:none;
	 margin-bottom:-1px;
	 
}

.resp-tabs-container {
    padding: 0px;
    background-color: #e7f5ee;
    clear: left;
	line-height:22px;
	
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
	 
}

.resp-tab-content {
    display: none;
    padding: 20px;
	
	
}

.resp-tab-active {
    border: 1px solid #ccc;
    border-bottom: none;
	border-top: none;
    margin-bottom: -1px !important;
    padding: 12px 20px 14px 20px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #e7f5ee;
	 color: #00833f;
	 
}

.resp-content-active, .resp-accordion-active {
    display: block;
	background-color: #e7f5ee;
}

.resp-tab-content {
    border: 1px solid #ccc;
	 margin-bottom: -1px !important;

}

h2.resp-accordion {
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 0px;
    padding: 10px 20px;
	background:#FFF;
	 margin-bottom: -1px !important;
	
}

h2.resp-tab-active {
 color: #00833f;
    padding: 10px 20px !important;
	
	
}

h2.resp-tab-title:last-child {
    
 
}


/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #e7f5ee !important;
	  border-right: 1px solid #ccc;
	 border-left: 1px solid #ccc;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
		 border-top: none;

}
.resp-easy-accordion .resp-tab-content {
	 border-top: none;
}

.resp-easy-accordion .resp-tab-content:last-child {
	 border-top: none;
   
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border: 1px solid #ccc !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-top: 1px solid #ccc;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border: 1px solid #ccc !important;
    }
}



