

/* ********************************************************************************************
    Tabs
*********************************************************************************************** */

ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.resp-tabs-list li {
    display: inline-block;
    padding: 0px 0px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

h2.resp-accordion,
.resp-tabs-list li{
    font-size: 20px;
    /* line-height: 26px; */
    color: #acacac;
    font-weight: normal;
    padding-bottom: 0px;
}
h2.resp-accordion:after, .resp-tabs-list li:after{
    border-bottom: 2px solid transparent;
    content:'';
    display:block;
    width:0px;
    margin: 0 auto;
    margin-top: 10px;
}

.resp-tabs-list li.resp-tab-active,
h2.resp-accordion,
h2.resp-tab-active{
    
}
.resp-tabs-list li.resp-tab-active,
h2.resp-tab-active{

}
.resp-tabs-list li:hover,
.resp-tabs-list li.resp-tab-active,
h2.resp-tab-active,
.gen-tabs .tabs li.active{
    color: #000000;
}
.resp-tabs-list li:hover:after,
.resp-tabs-list li.resp-tab-active:after,
h2.resp-tab-active:after,
.gen-tabs .tabs li.active:after
{
    border-color: #000;
    width:100%;
}
.resp-tab-active {

}
.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    padding: 30px 0px 0px 0px;
    display: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content h2{
    display: none;
}

h2.resp-accordion {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
    /* border-bottom: 1px solid; */
}

h2.resp-tab-active {
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/* Horizontal Type 1 */ 
.style-1 ul.resp-tabs-list{
    text-align: left;    
}

.style-1 .resp-tabs-list li,
.style-1 h2.resp-accordion{
    background-color: #EEEEEE;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 24px;
    color: #acacac;
    margin: 0px;
    line-height: 1.42857143;    
}
.style-1 h2.resp-accordion{
    margin-bottom: 3px;
}
.style-1 h2.resp-accordion:after,
.style-1 .resp-tabs-list li:after{
    display: none;
}
.style-1 .resp-tabs-list li:hover,
.style-1 .resp-tabs-list li.resp-tab-active,
.style-1 h2.resp-tab-active{
    background-color: #4686CC;
    color: #FFF;
}

.style-1 .resp-arrow{
    line-height: normal;
    float: none;
    font-size: 13px;
    margin-right: 10px;
}


/* Vertical tabs ======================================================= */

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    margin-bottom: 3px;
}

.resp-vtabs .resp-tabs-container {
    float: left;
    width: 75%;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    padding: 0px 0px 0px 30px;
}

.resp-vtabs li.resp-tab-active {
}

.resp-arrow {
    font-family: FontAwesome;
    float: right;
    margin-top: 0px;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
}



/* Accordion styles ======================================================= */

h2.resp-tab-active {}
.resp-easy-accordion  h2.resp-accordion {display: block;}
.resp-easy-accordion .resp-tab-content {padding: 25px 0px 25px;}
.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: 991px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }

    .resp-tab-content{
	padding: 15px 0px 25px;
	border: none;
	background-color: transparent !important;
    }
    .resp-vtabs .resp-tabs-container {
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    
    /* Horizontal Type 1 */
    .style-1 .resp-tab-content{
	padding: 25px 0px 25px;
    }
    .style-1 h2.resp-accordion{
	margin-bottom: 3px;
    }
}

/* Product 3 Coulmn */
.col3-layout ul.resp-tabs-list{display: none;}
.col3-layout h2.resp-accordion {display: block;}
.col3-layout .resp-tab-content{    padding: 15px 0px 25px;border: none;background-color: transparent !important;}


/* Homepage Product Tab */
.gen-tabs {/* margin-bottom: 30px; */padding-bottom: 0px;}
.gen-tabs ul.resp-tabs-list{display: block;margin-bottom: 0px;}
.gen-tabs .resp-tabs-list li:after{}
.gen-tabs .tabs li{  /* font-weight: normal; */  /* text-transform: uppercase; */  /* border-bottom: none; */  /* padding-bottom: 0px; */  /* border-style: solid; */  /* border-width: 0px; */  /* border-color: #E4E4E4; */  /* border-right-width: 1px; */  /* padding: 0 25px; */  margin-left: 25px;  margin-right: 25px;}
.gen-tabs .tabs li:last-child{/* border-right: none; *//* padding-right: 0px; *//* margin-right: 0px; */}

