ul.resp-tabs-list, p {
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list li {
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	display: none;
}
.resp-tab-content {
	display: none;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.resp-tab-active {
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
h2.resp-tab-title:last-child {
	background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 222px;
	box-shadow: 2px 3px 5px #999;
	margin: 0 !important;
}
.resp-vtabs .resp-tabs-list li {
width: 221px;
height: 41px;
background: #f2f2f2;
color: #2a2a2a;
margin: 1px;
border-bottom: 1px solid #c2d7cd;
font: 400 15px/22px 'Titillium Web', sans-serif;
padding: 4px 36px;
display: block;
text-align: left;
position:relative;
cursor: pointer;
}
.resp-vtabs .resp-tabs-container {
	clear: none;
	width: 580px;
	min-height: 1800px;
	float: right;
	margin-right: 30px;
	background: #fff;
	text-align: center;
	border: 0;
	margin-top: -45px;
}
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
	background-color:#fff;
	border-color: #c2d7cd !important;	
}
.resp-vtabs li.resp-tab-active:before{position:absolute; content: '';right:0; top: 15px; background:url(../images/liarrow.png) center center no-repeat; width: 9px; height: 10px;}
.resp-arrow {
width: 9px;
height: 10px;
margin-top: 5px;
background: url(../images/liarrow.png) center center no-repeat;
transform: rotate(90deg);
margin-right: 15px;
position: absolute;
right: 0;
}
h2.resp-tab-active span.resp-arrow {
transform: rotate(-90deg);
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB;/* !important;*/
}
.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;
	height: 100%;
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 991px) {
.mainSection2 .contentPart1 .responsive-tabs h3{width: 100%;}
.resp-vtabs .resp-tabs-container{margin:0; }
ul.resp-tabs-list {
display: none;
}

h2.resp-accordion {
display: block;
width: 100%;
height: 41px;
background: #f2f2f2 !important;
color: #2a2a2a;
margin: 1px;
border-bottom: 1px solid #c2d7cd !important;
font: 400 15px/22px 'Titillium Web', sans-serif;
padding: 10px 0;
display: inline-block;
cursor: pointer;
position:relative;
}
h2.resp-accordion:before{content: '';position:absolute; top:6px; left: 10px;width: 31px; height: 27px;}
h2.resp-accordion:nth-child(1):before{background-image: url(../images/li1.png);}
h2.resp-accordion:nth-child(3):before{background-image: url(../images/li2.png);}
h2.resp-accordion:nth-child(5):before{background-image: url(../images/li3.png);}
h2.resp-accordion:nth-child(7):before{background-image: url(../images/li4.png);}
h2.resp-accordion:nth-child(9):before{background-image: url(../images/li5.png);}
h2.resp-accordion:nth-child(11):before{background-image: url(../images/li6.png);}
h2.resp-accordion:nth-child(13):before{background-image: url(../images/li7.png);}
h2.resp-accordion:nth-child(15):before{background-image: url(../images/li8.png);}
h2.resp-accordion:nth-child(17):before{background-image: url(../images/li9.png);}
h2.resp-accordion:nth-child(19):before{background-image: url(../images/li10.png);}
h2.resp-accordion:nth-child(21):before{background-image: url(../images/li11.png);}
h2.resp-accordion:nth-child(23):before{background-image: url(../images/li12.png);}
h2.resp-accordion:nth-child(25):before{background-image: url(../images/li13.png);}


h2.resp-accordion span{padding: 0 !important;}
.resp-vtabs .resp-tab-content {
border: 0;
}

.resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: 100px;
clear: none;
}

.resp-accordion-closed {
display: none !important;
}

.resp-vtabs .resp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1 !important;
}
h2.resp-tab-active{background-color: #fff !important;}




}
