#supportTab { padding-bottom: 50px; }

ul.resp-tabs-list { margin: 0px auto; padding: 0px; width: 100%; }
.resp-tabs-list li { display: inline-block; padding: 0 0 29px 0; margin: 0; list-style: none; cursor: pointer; float: left; width: 33.3333% !important; background: #transparent;}
.resp-tabs-list li.resp-tab-active { background: transparent url('../images/hp-tab-bottom-selected.gif') no-repeat center bottom; background-size: 100% 29px; }
.resp-tabs-list li.resp-tab-active h3 { background-color: #01a7e1; border-bottom: 0; }
.resp-tabs-list li h3 { font-size: 24px; line-height: 30px; display: block;  height: 170px; background: #F3F3F3; border: 1px solid #abacae; margin-top: 0; margin-bottom: 0; padding-top: 20px;}
.resp-tabs-list li:hover h3 { color: #66caed; }
.resp-tabs-list li.threecol_nomargin { margin-right: 0 !important; }
.resp-tabs-container { padding: 0px; clear: left; width: 90%; margin: 0 auto; }
h2.resp-accordion { cursor: pointer; padding: 0px; display: none; }
.resp-tab-content { display: none; padding: 15px 10px 25px 10px; }
.resp-tab-content.tab-left { background-position: 78% top;}
.resp-tab-content.tab-right { background-position: 22% top;}
.resp-tab-content a { text-decoration: underline; }
.resp-tab-active h3 { color: #FFF; }
.resp-content-active, .resp-accordion-active { display: block; }
.resp-tab-content { overflow-y: hidden; }
h2.resp-accordion { margin: 0 auto 15px auto; padding: 0; width: 100% !important; }
h2.resp-accordion:hover { color: #66caed; }
h2.resp-tab-active { }
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; 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; }
.resp-vtabs li.resp-tab-active { border: 1px solid #c1c1c1; border-right: none; background-color: #fff; position: relative; z-index: 1; margin-right: -1px !important; padding: 14px 15px 15px 14px !important; }
.resp-arrow { width: 0; height: 0; }
h2.resp-tab-active span.resp-arrow { border: none; }

/*-----------Accordion styles-----------*/
.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-accordion h3 { margin: 20px 0; }
	ul.resp-tabs-list { display: none; }
    h2.resp-accordion { display: block; background: #F3F3F3; border: 1px solid #abacae; }
	h2.resp-accordion.resp-tab-active { background-color: #01a7e1; border-bottom: 0; padding-bottom: 1px; }
    .resp-vtabs .resp-tab-content:hover { background-color: #66caed; }
    .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 { }
}

@media (min-width: 992px) and (max-width: 1199px) {
.resp-tabs-list li h3 { height: 185px; }
}

@media (min-width: 768px) and (max-width: 991px) {
.resp-tabs-list li h3 { height: 230px; }
}