.table-accordion {
	margin-bottom: 2px;
}
.table-accordion .table-body { display: none; }
.table-accordion:first-child .table-body thead { display: contents; }
.table-accordion .table-body tbody td {  vertical-align: middle; }

.table-accordion .accordion-head a {
	display: block;
	position: relative;
	background: #002c5f;
	color: #fff;
	font-family: "HyundaiMedium";
    padding: 25px 60px 25px 40px;
    text-transform: capitalize;
}
.table-accordion.active .accordion-head a { background: #f6f3f2; color: #000; }
.table-accordion .accordion-head a:after {
	content: '';
	display: block;
	width: 20px;
	height: 12px;
	background: url('../../../../../../../content/dam/hyundai/in/en/images/common/ico-toggle.png') no-repeat 0 -270px;
	position: absolute;
	right: 40px;
	top: 50%;
    margin-top: -10px !important;
}
.table-accordion.active .accordion-head a:after{
    background: url('../../../../../../../content/dam/hyundai/in/en/images/common/ico-toggle.png') no-repeat 0 0;
}
.table-accordion .accordion-head a h3 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.table thead th { 
    background-color: #002c5f; color: #fff;
}
.table tbody th {
    background-color: #e7dbd3;
    border-right: 1px solid #e7dbd3;
    border-bottom: 1px solid #fff;
}
