ul.resp-tabs-list{
	margin: 0px;
	padding: 0px;
}
ul.resp-tabs-list{
    text-align: center;
}

.resp-tabs-list li {
	/*width: 16.36%;*/
	text-align: center;
	display: inline-block;
	padding: 13px 2px;
	margin: 0 15px 0;
	list-style: none;
	cursor: pointer;
	/*float: left;
	border-radius: 5px 5px 0 0;*/
	color: #902E92;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.165em;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 0.4s cubic-bezier(.47,.01,.63,1);
	-moz-transition: all 0.4s cubic-bezier(.47,.01,.63,1);
	-o-transition: all 0.4s cubic-bezier(.47,.01,.63,1);
	-ms-transition: all 0.4s cubic-bezier(.47,.01,.63,1);
	transition: all 0.4s cubic-bezier(.47,.01,.63,1);
}

.resp-tabs-list li:last-child {
	margin: 0 0 0 15px;
}

.resp-tabs-list li:hover {
	background-color: transparent !important;
	/*border-bottom: 3px solid #32348E;*/
	color: #32348E;
}

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


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

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

.resp-tab-active {
	margin-bottom: -1px !important;
	padding: 13px 2px 13px 2px !important;
}

.resp-tab-active {
	background-color: #fff;
}
.resp-tabs-list li.resp-tab-active  {
	/*color: #fff;*/
	border-bottom: 3px solid #32348E;
}

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

.resp-tab-content {}

h2.resp-accordion {
	font-family: 'proxima-nova', sans-serif;
	margin: 0px;
	padding: 15px 15px;
	color: #fff;
	font-size: 15px;
    font-weight: 600;
	text-transform: uppercase;
    letter-spacing: 0.165em;
}

h2.resp-tab-active {
	margin-bottom: 0px !important;
	padding: 15px 15px !important;
	/*background-color: #32348e !important;*/
}
/*@media (pointer: fine) {
h2.resp-accordion:hover {
	background-color: #32348e !important;
}
}*/

h2.resp-tab-title:last-child {
	background: blue;
}

/*-----------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 0 4px;
	cursor: pointer;
	float: none;
}

.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}

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

.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 0 ;
	border: 1px solid #32348e !important;
	border-left: 4px solid #32348e !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}

.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #902E92;
}

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


.resp-arrow {
    margin-top: 34px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #902E92;
}



/*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;}*/
	h2.resp-accordion {display: grid; grid-template-columns: 120px auto auto; align-items: center;}
	.resp-arrow {margin: 0 0 0 auto; order: 3;}
	.resp-vtabs .resp-tab-content {border: 1px solid #C1C1C1;}
	.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-accordion{color: #902E92; border-bottom: 1px solid #cfcfcf; font-size: 20px;}
	h2.resp-tab-active {border-bottom: 3px solid #32348E;}
	.resp-tabs-container{padding: 0 40px;}
}

@media only screen and (max-width: 640px) {
	h2.resp-accordion{font-size: 16px;}
	.resp-tabs-container {padding: 0px 30px;}
}
@media only screen and (max-width: 600px) {	
	h2.resp-accordion {grid-template-columns: 100px auto auto;}
}

@media only screen and (max-width: 480px) {
	h2.resp-accordion{font-size: 14px;}
}

@media (max-width: 360px) {
	.resp-tabs-container {padding: 0px 20px;}
}