﻿#horizontalTab{
	margin-bottom:25px !important;
	}

ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li{
    font-size:14px;
    display: inline-block;
    padding:8px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	text-transform:capitalize;
	
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;	
}

.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:8px 15px 20px;
}

.resp-tab-active, .resp-tabs-list li.resp-tab-active{
    border: 1px solid #DDD;
    border-bottom-color:#FFF;
    margin-bottom: -1px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #DDD;
	}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #DDD;
    border-top: 0px solid #DDD;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #DDD !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #DDD !important;
    background: blue;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background:#F5F5F5 !important;
	color:#444!important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #DDD;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #DDD !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #DDD !important;
}

.resp-arrow{
	width: 0;
	height: 0;
	float: right;
	margin-top:5px;
	border:6px solid  transparent;
	border-top-color:#c1c1c1;
	}

h2.resp-tab-active span.resp-arrow {
	border:6px solid  transparent;
	border-bottom-color:#c1c1c1;
	margin-top:-2px;
}

h2.resp-tab-active{
	text-shadow:0 1px 0 #FFF;
	}
	
.resp-tab-content em{
	font-style:normal;
	}

.resp-tab-content h4{
	font-size: 16px;
	background: #F5F5F5;
	padding: 10px 15px;
	}
	

.resp-tab-content input,.resp-tab-content select, .see_exclusive .quality input, .see_exclusive .quality select{
	border:1px solid #DDD;
	font-size:16px;
	display:inline-block;
	width:25%;
	margin:0 10px;
	}	
.resp-tab-content .quality, .see_exclusive .quality{
	display:block;
	padding:10px 15px;
	margin-bottom:15px;
	background:#f5f5f5;
	}	

.see_exclusive .modal-content h6{
	border-bottom:1px solid #DDD;
	padding-bottom:5px;
	}

/*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: 1px solid #DDD;
    }

    .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-bottom: 1px solid #DDD !important;
    }
.resp-tab-content{
	border-radius:0;
	}

}


