/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"
Line 12:1 Expected identifier but found "%"
Line 16:1 Expected identifier but found "%"
Line 322:1 Unexpected "{"
Line 323:1 Expected identifier but found "%"
Line 327:1 Expected identifier but found "%"

**/
{
	% comment %
}

tabs section {
	% endcomment %
}

.compare_ipl_this_icon,
.compare_ipl_main_icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #FF0000;
	margin: 0;
	margin-bottom: 20px;
}

.section-comparison-main h2 {
	margin: 0px;
}

.compare_ipl_this_icon svg,
.compare_ipl_main_icon svg {
	width: 15px;
	height: 15px;
	stroke: #000000;
}

.compare_ipl_image_wrap img {
	max-width: 100px;
	max-height: 100px;
	text-align: left;
	display: block;
}

.ipl_tabs_content li.active_tab {
	display: block;
}

.ipl_tabs_content li {
	display: none;
}

.compare_ih_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: unset;
}

.compare_ipl_main_icon {
	background: #6BEBFF;
	border: transparent;
}

.compare_ipl_this_icon svg,
.compare_ipl_main_icon svg {
	stroke: #000;
}

span.compare_ipl_this_icon svg {
	stroke: #FF0000;
}

.compare_vs {
	width: 100%;
	font-size: 35px;
	font-weight: 700;
	position: absolute;
	top: 55%;
	right: 0;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
	max-width: 10%;
	margin: auto;
	display: none;
}

.section-comparison-main h2 span {
	font-size: 48px;
	color: #252525;
}

.section-comparison-main {
	position: relative;
	background: #f9f9f9;
	padding: 44px 0px;
}


.mobile_ih_tabs_wrap {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: auto;
	width: 100%
}

.compare_ih_header h2 {
	margin-bottom: 0;
	font-size: 18px;
	flex: 1;
	display: flex;
	justify-content: center;
	font-size: 35px;
}

span.compare_vs {
	font-size: 35px;
	font-weight: 700;
	display: none;
}

ul.ipl_tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.ipl_tabs li {
	display: inline-block;
	cursor: pointer;
	font-weight: 100;
	text-transform: uppercase;
	opacity: .5;
	color: #000000;
	margin-left: 40px;
	letter-spacing: 2px;
	border: 1px solid #afafaf;
	padding: 3px 10px;
	border-radius: 2px;
	letter-spacing: 0.5px;
}

.ipl_tabs li.active_tab {
	opacity: 1;
	background: #DEF9FF;
	border-color: #00D1FF;
	color: #00D1FF;
}

ul.ipl_tabs_content {
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

.section-comparison-main table {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-shadow: unset;
	max-width: 830px;
	margin: auto;

}

.section-landing-comparison table {
	background: transparent;
}

/* .ipl_tabs_content li table tr {
    border-bottom: 2px solid #000000;
} */

/* .ipl_tabs_content li table tr:first-of-type,
.ipl_tabs_content li table tr:last-of-type {
	border: none;
} */

.ipl_tabs_content li table tr td {
	text-align: center;
	width: 50%;
	vertical-align: top;
	border: unset;
}

.compare_ipl_data {
	padding: 0;
	/* max-width: 260px; */
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}

.comp-text {
	margin: 0px 10px;
	text-align: left;
	font-size: 14px;
	text-transform: lowercase;
	line-height: 20px;
	flex-basis: 80%;
	letter-spacing: 0;
	font-family: FuturaLT Book;
}

.compare_ipl_data h4 {
	margin: 0;
	font-size: 16px;
	text-align: left;
	text-transform: capitalize;
	font-family: FuturaLT Heavy;
}

.ipl_tabs_content tr {
	border-bottom: 1px solid #bdbcbc;
	border-top: 1px solid #bdbcbc;
}

/* .compare_ipl_image_wrap {
    width: 100%;
    max-width: 80%;
    margin: auto;
} */


p.ipl_heading {
	text-align: left;
	font-size: 24px;
	font-family: FuturaLT Heavy;
	color: #252525;
	margin: 10px 0px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {

	.compare_ipl_image_wrap img {
		width: 100%;
		margin: auto;
	}

	.ipl_tabs_content tr {
		border-bottom: 1px solid #bdbcbc;
	}

	ul.ipl_tabs {
		display: flex;
		overflow: scroll;
	}

	.ipl_tabs li {
		font-size: 11px;
		text-wrap: nowrap;
		margin-left: 10px;
	}

	.compare_ipl_data h4 {
		margin: 0;
		font-size: 12px;
		text-align: center;
		font-family: FuturaLT Heavy;
	}

	.comp-text {
		font-size: 11px;
		line-height: 15px;
		text-align: center;
	}

	.compare_ipl_data {
		justify-content: center;
	}

	.section-comparison-main h2 span {
		font-size: 22px;
	}


	.compare_vs {
		top: 30%;
		max-width: 10%;
		margin: auto;
	}

	span.compare_vs {
		font-size: 23px;
		display: block;
		font-family: FuturaLT Heavy;
	}

	p.ipl_heading {
		text-align: center;
		font-size: 14px;
	}

	.ipl_tabs li.active_tab {
		color: #252525;
	}

	.compare_ipl_this_icon {
		border: 2px solid #000;
	}

	span.compare_ipl_this_icon svg {
		stroke: #000000;
	}
}


	{
	% comment %
}

end tabs section {
	% endcomment %
}