/* - make mobile switch sticky */

.cq-table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

ul {
	display: flex;
	width: 100%;
	top: 0px;
	z-index: 10;
	padding-bottom: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}

li {
	list-style: none;
	flex: 1;
}

button {
	width: 100%;
	border: none;
	border-right: 0;
	border-top: 0;
	padding: 6px;
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
	height: 52px;
	color: #999;
}

li.active button {
	border: solid transparent;
	box-shadow: inset 0 0 0 1px white;
	outline: none;
	cursor: pointer;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease;
}

.feat {
	padding: 15px 0;
	width: 50%;
	border: 1px solid #E5E5E5;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #2C2A2A;
	text-align: center;
}

.table-button {
  display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
}

.table-button ul {
    width: 50%;
}

thead {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

th {
	background: #ffffff;
	display: none;
}

td,
th {
	border: 1px solid #E5E5E5;
	padding: 10px;
	empty-cells: show;
	color: #2C2A2A;
}

td,
th {
	text-align: left;
}

td+td,
th+th {
	text-align: center;
	display: none;
}

td.default {
	display: table-cell;
}

.bg-blue {
	background-color: #027FAA;
}

.bg-grey {
	background-color: #747D82;
}

.sep {
	background: #EBEBEB;
	text-transform: uppercase;
	font-size: 16px !important;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
}

td {
	font-size: 13px;
}

td:first-child {
	font-size: 14px;
}

table #content1 td:first-child, table #content2 td:first-child, table #content3 td:first-child,
table #content4 td:first-child, table #content5 td:first-child, table #content6 td:first-child,
table #content7 td:first-child, table #content8 td:first-child, table #content9 td:first-child,
table #content10 td:first-child, table #content11 td:first-child {
    font-weight: 700;
}

.content1, .content2, .content3, .content4, .content5, .content6,
.content7, .content8, .content9, .content10, .content11 {
    font-weight: 700;
}

.txt-l {
	font-size: 28px;
	font-weight: bold;
}

.txt-top {
	position: relative;
	top: -9px;
	left: -2px;
}

span.icon-check {
  font-family: 'icomoon' !important;
  font-size: 1.4rem;
  color: #027faa;
  font-weight: 900 !important;
}

span.icon-check2 {
    font-family: 'icomoon' !important;
    font-size: 1.4rem;
    font-weight: normal;
    color: #2C2A2A;
}

span.icon-cross {
  font-family: 'icomoon' !important;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2C2A2A;
}

.td-wrap {
	border: 0px solid transparent;
}

.hide {
	border: 0;
	background: none;
}

.td-wrap {
	padding: 0;
}

@media (min-width: 768px) {
	ul {
		display: none;
	}
	.feat {
		display: none;
	}
	td,
	th {
		display: table-cell !important;
	}
	td,
	th {
		width: 330px;
	}
	td+td,
	th+th {
		width: auto;
	}
}

 .table-button li:first-child {
    margin-right: 1px;
}

/* .table-button ul {
    margin-bottom: 10px;
} */

/* accordion */

.cq-table-main .td-wrap {
	height: 0;
}

.cq-table-main .td-wrap>div {
	max-height: 1900px;
	height: auto;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	opacity: 1;
}

.cq-table-main .td-wrap>div.closd {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}

.cq-table-main .closr {
	height: 0;
}

.table-button ul {
  margin: 0px;
	padding: 0px;
}

span.icon-up-arrow {
	font-family: 'icomoon' !important;
	position: absolute;
	right: 17px;
	content: "\e970";
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-weight: 900;
}

.closd span.icon-up-arrow {
	transform: rotate(180deg);
}

span.tilted {
    font-style: italic;
}

/* end */

/* new additional catergories */

.table_header td.white_text {
  max-width: 33%;
}

.table_header td {
	font-size: 18px
}

.table_content>table>tbody>tr>td {
	padding: 0;
	height: auto
}

.table_content .content_title>div {
	padding: 10px
}

.table_header,
.table_header>table {
	max-width: 1000px;
	width: 100%;
	overflow: hidden;
	padding: 0
}

.ontop .table_header>table {
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 1
}

.ontop .table_header>table>td {
	width: 25%
}

.table_content .content_table {
	max-height: 2500px;
	height: auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1
}

.table_content .content_table.collapsd {
	opacity: 0;
	max-height: 0;
	overflow: hidden
}

.table_content .content_title.fixdit {
	position: fixed;
	top: 49px;
	width: 1000px;
	max-width: 100%;
	z-index: 2
}

.table_content>table>tr>td.under_fixd,
.table_content>table>tbody>tr>td.under_fixd {
	padding-top: 45px
}

.table-button button {
	color: #ffffff;
	font-weight: 700
}

.table-button button:last-child {
	line-height: 1
}

.table_header td {
	font-weight: 900
}

.table_header td:first-child {
	text-align: center
}

.table_header td.white_text {
	color: #fff
}

.table-button.fixd {
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 1
}

.table-button.fixd.abs {
  position: absolute;
  top: auto;
  bottom: 0;
}

@media (max-width:767px) {
	.table_header {
		display: none
	}
	.table_content .content_title.fixdit {
		top: 52px
	}

@media (max-width: 767px) {
	thead {
		display: none;
	}
}

@media (max-width: 475px) {
	.sep {
    font-size: 14px !important;
	}
	
	td:first-child {
    font-size: 13px;
  }
}

@media (min-width: 500px) {
	.end-b {
    display: none;
  }
}

@media (max-width: 375px) {
	.table-button {
    font-size: 12px;
  }
}