ul.resp-tabs-list { margin: 0px; padding: 0px; }
.resp-tabs-list li { font-size: 1em; display: inline-block; padding: 13px 15px; margin: 0 5px 0 0; list-style: none; cursor: pointer; float: left; }
.resp-tabs-container { margin-bottom: 30px; padding: 0px; clear: left; }
.resp-tab-content { display: none; padding: 25px 15px 0; background-color: #fff; }

.resp-tab-active { border: 1px solid #0d84d7 !important; background-color: #fff; margin-bottom: -1px !important; padding: 12px 14px 14px 14px; border-top: 4px solid #0d84d7 !important; border-bottom: 0px #fff solid !important; }
.resp-content-active, .resp-accordion-active { display: block; }
.resp-tab-content { border: 1px solid #0d84d7; border-top-color: #0d84d7; }
h2.resp-accordion { cursor: pointer; padding: 5px; display: none; position: relative; font-size: 1em; border: 1px solid #C1C1C1; border-top: 0px solid #C1C1C1; margin: 0px; padding: 10px 10px 10px 30px; }
h2.resp-tab-active { border-bottom: 0px solid #C1C1C1 !important; }
h2.resp-tab-title:last-child { border-bottom: 12px solid #C1C1C1 !important; background: blue; }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list { float: left; width: 30%; }
.resp-vtabs .resp-tabs-list li { display: block; padding: 15px 15px !important; margin: 0 0 4px; cursor: pointer; float: none; }
.resp-vtabs .resp-tabs-container { padding: 0px; background-color: #fff; border: 1px solid #C1C1C1; float: left; width: 68%; min-height: 250px; border-radius: 4px; clear: none; }
.resp-vtabs .resp-tab-content { border: none; word-wrap: break-word; }
.resp-vtabs li.resp-tab-active { position: relative; z-index: 1; margin-right: -1px !important; padding: 14px 15px 15px 14px !important; border-top: 1px solid; border: 1px solid #0d84d7 !important; border-left: 4px solid #0d84d7 !important; margin-bottom: 4px !important; border-right: 1px #FFF solid !important; }
.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;*/ }

h2.resp-accordion .fa { display: inline-block; height: 15px; width: 15px; font-size: 14px; line-height: 15px; position: absolute; left: 9px; top: 14px; animation: 0.4s ease 0s normal forwards 1 running arrowSpinOut; }
h2.resp-accordion.resp-tab-active .fa { animation: 0.4s ease 0s normal forwards 1 running arrowSpinIn; line-height: 10px; }



/*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; background: #F5F5F5; border-radius: 4px; margin-top: 10px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); border-width: 1px; }
    h2.resp-accordion.resp-tab-active { background: #F5F5F5 !important; border-radius: 4px 4px 0 0; border-color: #C1C1C1 !important; border-width: 1px 1px 0px !important; }
    
    h2.resp-tab-active { background: #FFF !important; }
    .resp-tab-content { margin-bottom: 15px; padding-left: 30px; border-color: #C1C1C1; border-radius: 0 0 4px 4px; }
    .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; }
}
