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

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

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

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

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

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

.resp-tab-content {
}

h2.resp-accordion {
    font-size: 13px;
    border-bottom: 1px solid #eee;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #eee !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
}
/*-----------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-bottom: 1px solid #eee;
    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-bottom: 1px solid #eee;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 20px;
    height: 20px;
    float: right;
	background:url(../images/tab-arrows.png) no-repeat 0 0;
    margin:0 0 10px 10px;
}

h2.resp-tab-active span.resp-arrow {
	background-position:0 -180px;
}

.vertical-tab-area{ width:100%; display:inline-block; padding-top:35px;}
.vertical-tab-area .resp-tab-content{ width:100%; border-bottom: 1px solid #eee; padding:2px 4.5% 20px;}
.vertical-tab-area .resp-tab-content p{ font-size:15px; font-weight:300; line-height:23px; color:#666;}
.vertical-tab-area h2.resp-accordion, .vertical-tab-area h2.resp-tab-active { font-size:18px; font-weight:400; color:#555; padding:21px 4.5% !important;}
.vertical-tab-area h2.resp-tab-active { color:#1f5d94; padding-bottom:10px !important;}
.vertical-tab-area .resp-tab-content, .vertical-tab-area h2.resp-tab-active{ background:#fcfcfc;}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border-bottom: 1px solid #eee;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #eee !important;
}

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

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

h2.resp-accordion:first-child {
    border-top: 1px solid #eee !important;
}

.left-tabs-box .resp-easy-accordion{ border-bottom:1px solid #e1dede; !important;}
.left-tabs-box h2{ font-size:16px; font-weight:400; text-transform:uppercase; line-height:normal; color:#666; border-top:1px solid #e1dede; border-bottom:none; padding:12px 0 12px !important;}
.left-tabs-box h2.resp-accordion:first-child {
    border-top: none !important;
}
.left-tabs-box .resp-easy-accordion .resp-tab-content{ border-bottom:none; padding:0;}
.left-tabs-box .resp-easy-accordion .resp-tab-content:last-child{ border-bottom:none !important;}
.left-tabs-box .resp-arrow {
    width: 19px;
    height: 15px;
    float: right;
	background:url(../images/tab-arrows-02.png) no-repeat 0 0;
    margin:2px 0 10px 10px;
}

.left-tabs-box h2.resp-tab-active span.resp-arrow {
	background-position:0 -185px;
}

.test-right .faqs .resp-tabs-container{ background:none;}
.test-right .faqs .resp-easy-accordion{ border-bottom:none;}
.test-right .faqs h2{ font-size:15px; font-weight:400; text-transform:none; line-height:normal; color:#666; background:url(../images/faq-icon-02.png) no-repeat 28px center #fff; border-radius:4px; box-shadow:0 1px 0 rgba(0,0,0,0.07); border:none; padding:20px 30px 20px 65px !important; margin-top:6px;}
.test-right .faqs h2:first-child{ margin-top:0;}
.test-right .faqs h2.resp-accordion:first-child {
    border-top: none !important;
}
.test-right .faqs .resp-easy-accordion .resp-tab-content{ background:#fff; border-bottom:none; border-radius:0 0 4px 4px; box-shadow:0 1px 0 rgba(0,0,0,0.07); padding:0 28px 18px; margin-top:-6px;}
.test-right .faqs .resp-easy-accordion .resp-tab-content:last-child{ border-bottom:none !important;}
.test-right .faqs .resp-arrow {
    width: 19px;
    height: 15px;
    float: right;
	background:url(../images/tab-arrows-02.png) no-repeat 0 0;
    margin:3px 0 10px 10px;
}

.test-right .faqs h2.resp-tab-active span.resp-arrow {
	background-position:0 -185px;
}


