



.resp-tabs-list li h3{ color:#3DB5E6; font-size:20px;}


.resp-tabs-list li  {
   

}
.resp-tabs-list li:hover {  color:#ff6600; }

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

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

.resp-tab-content {
    display: none;

}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    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 {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 15px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding:18px;
}

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

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
padding:0px 0px 0px 0px; margin:0px;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 10px 14px !important;
    margin: 0;
    cursor: pointer;
    float: left;
	border:solid 1px #e1e1e1;
	border-bottom:none;
	font-size:16px; font-weight:bold;
	margin-right:10px;
	background:none;
	
}

.resp-vtabs .resp-tabs-container {
    padding: 20px;
	border:solid 1px #e1e1e1;
	
	
	clear:both;
  
  

    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
		border:solid 1px #ff6600;
		border-bottom:none;

	background:#ff6600; color:#fff;
	


    position: relative;
    z-index: 1;

}

.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 #fff;
	 margin-top: 23px;

}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #ff6600 !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;
}

/*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;
    }
h2.resp-tab-active { color:#fff;}
h2.resp-tab-active h3{ color:#fff;}
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1; padding:15px;
    }

    .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 #c1c1c1 !important;
    }
	.resp-vtabs .resp-tabs-container { padding:0px; }

}

.