body,
.select-box li.active:hover,
.comparision-bottom-section h2,
.comparision-bottom-section p {
	color: #000;
}
.survey_sec.hidden{
display: none;
}
.z-bottom-cta-menu {
	box-shadow: unset;
	background: none;
}
.crmplus-comparision-page {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.crmplus-comparision-page h1 {
	font: 50px/1 var(--zf-primary-extrabold);
	margin: 0px 0px 15px;
	width: 100%;
}
.crmplus-comparision-page p,
.crmplus-comparision-page a,
.crmplus-comparision-page li,
.crmplus-comparision-page span,
.table th,
.table td {
	font: 16px/1.6 var(--zf-primary-regular);
}
.crmplus-comparision-page p.description {
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
.crmplus-comparision-page a.download-pdf {
	font: 18px/1.6 var(--zf-primary-regular);
	margin: 25px auto 0px;
	padding: 8.6px 30px;
	border: 1px solid #fff;
	color: #fff;
	display: inline-flex;
	text-transform: uppercase;
}
.crmplus-comparision-page.bg_lazy_loaded a.download-pdf span {
	background: url(/sites/zweb/images/marketingplus/images/tick.svg);
	background-repeat: no-repeat;
	background-position: -18px 0px;
}
.crmplus-comparision-page a.download-pdf span.pdf-icon {
	background-position: -55px 0px;
	margin-left: 5px;
}
.crmplus-comparision-page a.download-pdf span {
	height: 35px;
	width: 35px;
	display: block;
	margin-right: 5px;
}
.search-container {
	max-width: 630px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	display: flex;
	align-items: center;
	bottom: -25.5px;
	background: #fff;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.form-container {
	position: relative;
	display: flex;
	width: 70%;
}
.search-icon {
	content: "";
	position: absolute;
	left: 30px;
	top: 19px;
	height: 20px;
	width: 20px;
	background: url(/sites/zweb/images/marketingplus/images/tick.svg);
	background-position: -56px -8px;
	cursor: pointer;
}
.custom_search {
	font: 16px/1 var(--zf-secondary-medium);
	border: 0;
	padding: 20px 0 18px 60px;
	border-radius: 10px;
	width: 100%;
}
.select-container a.dropdown {
	font: 16px/1.94 var(--zf-secondary-medium);
	border: 0;
	display: block;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	text-align-last: left;
	position: relative;
	cursor: pointer;
	padding-right: 30px;
}
.select-container {
	width: 30%;
	border-left: 2px solid #e8e8ea;
}
.select-container .dropdown:after {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 8px;
	content: "";
	display: block;
	z-index: 1;
	pointer-events: none;
	background: url(/sites/zweb/images/marketingplus/images/tick.svg);
	background-position: -84px -10px;
}
.nav-container {
	position: relative;
	padding-top: 80px;
	display: flex;
	justify-content: center;
}
.nav-inner-container {
	position: absolute;
	bottom: 10px;
	transition: all 0.1s linear;
}
.nav-inner-container.fixed {
	position: fixed;
	top: var(--header-hgt);
	background: #000;
	z-index: 15;
	opacity: 1;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	bottom: unset;
	width: 100%;
	padding: 10px 0px;
}
.arrow-container {
	max-width: 1180px;
	width: 100%;
	margin: auto;
}
.tab_container {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	/*padding-bottom: 70px;*/
	justify-content: center;
}
.tab_container .tab_list {
	padding: 7px 15px;
	border-radius: 25px;
	cursor: pointer;
	font: 14px/1 var(--zf-primary-regular);
}
.tab_arrow_box {
	position: absolute;
	align-items: center;
	justify-content: center;
	right: 0px;
	width: 30px;
	padding: 8px 0px;
	background: #fff;
	display: none;
}
.nav-inner-container.fixed .tab_arrow_box {
	background: #000;
}
.tab_arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;
	content: "";
	transform: rotate(-90deg);
	cursor: pointer;
	right: 0px;
	display: none;
	top: 4px;
}
.nav-inner-container.fixed .tab_arrow {
	border-top: 8px solid #fff;
}
.tab_left {
	border-top: 8px solid #000;
	right: 15px;
	transform: rotate(90deg);
}
.tab_arrow.default {
	border-top: 8px solid #727578;
	cursor: auto;
}
.tab_container .tab_list.active {
	background-color: #000;
	color: #fff;
	font: 14px/1 var(--zf-primary-semibold);
}
.i18n-pt-br .tab_container .tab_list.active,
.i18n-fr .tab_container .tab_list.active,
.i18n-es-xl .tab_container .tab_list.active {
	font: 14px/1 var(--zf-primary-semibold);
}
.i18n-pt-br .tab_container .tab_list,
.i18n-fr .tab_container .tab_list,
.i18n-es-xl .tab_container .tab_list {
	padding: 7px 12.5px;
	font: 13px/1 var(--zf-primary-regular);
}
.i18n-fr .tab_container .tab_list,
.i18n-it .tab_container .tab_list {
	font: 12px/1 var(--zf-primary-regular);
}
.i18n-fr .tab_container .tab_list.active,
.i18n-it .tab_container .tab_list.active {
	font: 12px/1 var(--zf-primary-semibold);
}
#mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a,
.nav-inner-container.fixed .tab_container .tab_list {
	color: #fff;
}
.nav-inner-container.fixed .tab_container .tab_list.active {
	background-color: #d23246;
}
.crmplus-comparision-page h2 {
	font: 24px/1 var(--zf-secondary-medium);
	margin-bottom: 25px;
	color: #000;
}
.crmplus-comparision-page h2 span.highlight {
	font: 24px/1 var(--zf-secondary-medium);
}
.crmplus-comparision-page h3 {
	font: 45px/1.04 var(--zf-primary-bold);
	color: #000;
	margin: 0px;
}
.dropdown-box {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
}
.select-box {
	position: absolute;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	right: 0px;
	top: 47px;
	display: none;
	padding: 15px 0px;
	z-index: 1;
	width: 100%;
}
.select-box li {
	padding: 0px 20px;
	font: 14px/1.6 var(--zf-primary-regular);
	color: #000;
	cursor: pointer;
	text-align: left;
}
.select-box li.active {
	color: #000;
	font: 14px/1.6 var(--zf-primary-bold);
}
.select-box li:hover {
	color: #006cff;
}
.comparision-section {
	padding: 0px 0px 100px;
	position: relative;
	background: #f4e8e3;
}
.comparision-section-heading {
	position: relative;
	text-align: center;
	margin: auto;
	padding: 170px 0 140px;
	background: #d23246 url(/sites/zweb/images/marketingplus/images/mph-feature-list-pattern-bg.png);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	background-size: 100% auto;
}
.cp-nav-section.fixed {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	top: 52px;
	position: fixed;
	display: block;
	padding: 5px 0px;
	z-index: 3;
	transition: all 0.15s ease-in-out;
}
.cp-nav-section .container {
	max-width: 1020px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
}
.comparision-bottom-section {
	display: none;
	background: #fff;
	text-align: center;
	padding: 0px 0px 120px;
}
.highlight {
	background: #ffc600;
	font-style: inherit;
}
.comparision-bottom-section p {
	font: 18px/2 var(--zf-primary-regular);
	margin: 15px 0px 0px;
}
.comparision-bottom-section .get-start-btn {
	font: 18px/1.55 var(--zf-primary-semibold);
	margin-top: 30px;
	background: #d23246;
}
.feature-section {
	padding: 70px 0 0;
	max-width: 1080px;
	margin: auto;
}
.table-box {
	overflow-y: hidden;
	overflow-x: hidden;
	border: 1px solid #ececec;
	box-shadow: 0px 20px 40px rgb(0, 0, 0, 0.3);
	border-radius: 10px 10px 0px 0px;
}
.table {
	width: 100%;
	box-sizing: border-box;
	border: 0px;
	background: #fff;
	border-radius: 0px 0px 10px 10px;
}
.table thead th {
	font: 16px/1.75 var(--zf-primary-semibold);
	text-align: left;
	background: #f4f4f4;
	padding: 11px 20px;
	border-bottom: 1px solid #f6f6f6;
	text-transform: uppercase;
}
.table thead:first-child th:first-child {
	border-radius: 10px 0px 0px;
}
.table thead:first-child th:last-child {
	border-radius: 0px 10px 0px 0px;
}
.table thead th.sub-heading {
	background: #fff;
	font-size: 14px;
	border-bottom: 3px solid #ddd;
	border-top: 2px solid #ddd;
}
.table thead th.center-align {
	text-align: center;
	border-left: 1px solid #f6f6f6;
}
.table tbody tr td {
	background: transparent;
	font: 16px/1.6 var(--zf-primary-regular);
	padding: 9px 20px;
	border-bottom: 1px solid #f6f6f6;
	position: relative;
}
.table tbody tr td.info_description {
	font: 14px/1.6 var(--zf-primary-semibold);
}
.table tbody tr td.sub_heading {
	font: 16px/1.6 var(--zf-primary-semibold);
	color: #d23246;
}
.table tbody tr td span.f-text {
	display: inline;
	background: none;
	font: 16px/1.6 var(--zf-primary-regular);
	color: #f0483e;
	font-weight: 700;
}
.zcpprice {
	display: inline-flex;
	margin: 0px 5px;
}
.i18n-ar .zcpprice, .i18n-ar .zcurrency-symbol, .i18n-ar .z-price-text {
direction: ltr;
}
.zcurrency-symbol {
	text-transform: uppercase;
}
.bg_lazy_loaded .table tbody tr td.availability span.tick_icon {
	background: url(/sites/zweb/images/marketingplus/images/tick.svg);
	background-position: -3px -8px;
	background-repeat: no-repeat;
}
.bg_lazy_loaded .table tbody tr td.availability span.highlight {
	background: #ffc600;
	display: inline;
}
.table tbody tr td.availability span.tick_icon {
	height: 20px;
	width: 20px;
	background-position: 0px -15px;
	display: block;
	background-repeat: no-repeat;
	margin: auto;
}
.table tbody tr.sub-heading td {
	font: 14px/1.6 var(--zf-primary-regular);
	font-weight: 900;
	padding: 12px 20px;
	text-transform: uppercase;
}
.inner-group {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
}
.table tbody tr td.availability {
	text-align: center;
	width: 30%;
	border-left: 1px solid #f6f6f6;
}
.table tbody tr td p {
	font: 16px/1.6 var(--zf-primary-regular);
	margin: 0px;
}
.crmplus-comparision-page .bottom-text {
	font: 12px/1.5 var(--zf-primary-regular);
	margin: 15px 0px 0px;
	padding-left: 15px;
	display: none;
}
.crmplus-comparision-page .bottom-text span {
	font-size: 13px;
	font-weight: 500;
	margin-right: 5px;
}
.crmplus-comparision-page h2.table-space {
	margin-top: 0px;
}
.crmplus-comparision-page .feature-section.active h2.table-space {
	margin-top: 60px;
}
.i18n-ar .table thead th.center-align,
.i18n-ar .crmplus-comparision-page h1,
.i18n-ar .comparision-bottom-section h3,
.i18n-ar .comparision-bottom-section a,
.i18n-ar .comparision-bottom-section p,
.table tbody tr td.availability p,
.comparision-bottom-section {
	text-align: center !important;
}
.i18n-ar .table tbody tr td.availability,
.i18n-ar .table thead th.center-align {
	border-right: 1px solid #dddddd;
}
.i18n-ar .table thead th {
	text-align: right;
}
.i18n-ar .dropdown-box {
	max-width: 35%;
}
.i18n-pt-br .dropdown-box {
	max-width: 55%;
}
.bg_lazy_loaded .info,
.bg_lazy_loaded .info-1 {
	background: url("/sites/zweb/images/marketingplus/images/tick.svg");
	background-position: 77px -10px;
}
.info,
.info-1 {
	cursor: help;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
}
.info_2{
position: absolute;
top: 25px;
right: 15px;
}
.crmplus-comparision-page p.tooltib-box,
.crmplus-comparision-page p.tooltib-box-1 {
	display: none;
	padding: 10px 15px;
	color: #fff;
	background: #333;
	max-width: 305px;
	box-shadow: 0 0 14.72px 1.28px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	position: absolute;
	font-size: 12px;
	line-height: 1.6;
	box-sizing: border-box;
	z-index: 1;
}
.crmplus-comparision-page p.tooltib-box a,
.crmplus-comparision-page p.tooltib-box-1 a {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}
.tooltib-box:before,
.tooltib-box-1:before {
	color: #333;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #333;
	top: 45%;
	height: 0;
	left: -10px;
	position: absolute;
	width: 0;
	content: '';
	transform: rotate(90deg);
}
.table tbody tr td.availability.info-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
box-sizing: border-box;
}
.table tbody tr td.availability.info-box span.tick_icon {
	margin: 0px;
}
.tooltib-box-1 {
	transition: all 0.5s ease-in-out;
	top: 85%;
	text-align: left !important;
}
.tooltib-box-1:before {
	top: -9%;
	transform: rotate(180deg);
	left: 57%;
}
.crmplus-comparision-page p.tooltib-box-3{
margin-top: -10px;
}
.tooltib-box-3:before{
left: 93.5%;
}
.select-box.active,
.navbox.active,
.info-1:hover+.tooltib-box-1,
.crmplus-comparision-page p.tooltib-box-1:hover,
.crmplus-comparision-page p.tooltib-box.active {
	display: block;
}
.tab_container .tab_list.content-11.disable,
.navbox.content-11.disable{
display: none;
}
.bottom_cta_section {
	background: #d23246;
	padding: 120px 0px;
	text-align: center;
}
.crmplus-comparision-page .bottom_cta_section h2 {
	font: 40px/1 var(--zf-primary-extrabold);
	color: #fff;
	margin-bottom: 25px;
}
.bottom_cta_section p {
	margin-bottom: 0px;
	font-size: 16px;
	color: #fff;
}
.inner_container {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}
.act-btn.cta-btn {
	visibility: visible;
	opacity: 1;
	background: #000000;
	font: 18px/1.6 var(--zf-primary-bold);
	margin: 5px 0px 15px;
	display: inline-block;
	border-radius: 25px;
	border: 2px solid #000;
}
.act-btn.cta-btn:hover {
	border: 2px solid #fff;
}
.i18n-ar .crmplus-comparision-page p.description,
.i18n-ar .bottom_cta_section p,
.i18n-ar .crmplus-comparision-page .bottom_cta_section h2,
.i18n-ar .bottom_cta_section .inner_container {
	text-align: center;
}
.z-bottom-cta-menu a,
.z-bottom-cta-menu.onscroll a.loggedout,
.z-bottom-cta-menu.onscroll a.loggedin,
.umain .comparision-bottom-section p,
.cp-nav-section,
.navbox,
#mini-panel-product_menu .product-nav-links .menu .dropdown:after,
.other-lang .tooltib-box:before,
.other-lang .tooltib-box-1:before {
	display: none;
}
@media(max-width:1240px) {
	.inner_container {
		max-width: 90%;
	}
}
@media(max-width: 1140px) {
	.nav-inner-container.fixed {
		top: 0px;
	}
}
@media(max-width: 1140px) {
	.tab_container {
		justify-content: center;
	}
	.tab_container .tab_list {
		padding: 7px 15px;
	}
}
@media(max-width: 1080px) {
	.arrow-container {
		max-width: 95%;
	}
	.tab_container {
		justify-content: flex-start;
		max-width: calc(100% - 50px);
		box-sizing: border-box;
	}
	.feature-section {
		width: 100%;
		max-width: 95%;
	}
	.crmplus-comparision-page h1 {
		font-size: 30px;
	}
	.crmplus-comparision-page h2,
	.crmplus-comparision-page h2 span.highlight {
		font-size: 20px;
	}
	.crmplus-comparision-page h3,
	.crmplus-comparision-page .bottom_cta_section h2 {
		font-size: 32px;
	}
	.crmplus-comparision-page .bottom_cta_section h2 {
		justify-content: center;
		text-align: center;
	}
    .tab_arrow_box {
		top: calc(50% - 10px);
		display: block;
		background: transparent;
		width: 50px;
	}
	.crmplus-comparision-page h2 {
		text-align: left;
		line-height: 1.6;
		margin-bottom: 10px;
		font-size: 18px;
		display: flex;
		align-items: center;
		cursor: pointer;
		position: relative;
	}
	.crmplus-comparision-page .feature-section.active h2:after {
		content: "";
		height: 2px;
		width: 15px;
		background: #000;
		position: absolute;
		top: 13.5px;
		right: 0px;
		transition: all 0.3s linear;
	}
	.crmplus-comparision-page .feature-section.active h2:before {
		content: "";
		width: 2px;
		height: 15px;
		background: #000;
		position: absolute;
		right: 6.5px;
		transition: all 0.3s linear;
		top: 7px;
	}
	.tab_arrow {
		display: block;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 12px solid #000;
	}
	.tab_left {
		border-top: 12px solid #000;
		right: 20px;
	}
	.tab_arrow.default {
		border-top: 12px solid #727578;
	}
	.i18n-ar .tab_container {
		direction: ltr;
	}
	.i18n-ar .arrow-container {
		direction: ltr;
	}
	.crmplus-comparision-page .navbox.active.show h2:before {
		display: none;
	}
	.feature-section.active .navbox.all.show {
		display: block;
	}
	.feature-section .table-box {
		display: block;
	}
	.feature-section.active .table-box {
		display: none;
	}
	.crmplus-comparision-page .navbox h2.table-space {
		margin: 25px 0px 15px;
	}
	.crmplus-comparision-page .feature-section h2.table-space {
		margin: 0px 0px 15px;
	}
	.crmplus-comparision-page .feature-section.active h2.table-space {
		margin: 25px 0px 15px;
	}
}
@media(max-width: 992px) {
	.select-box {
		padding: 10px 0px;
	}
	.i18n-ar .crmplus-comparision-page h2 {
		text-align: right;
	}
	.i18n-ar .crmplus-comparision-page h2 span {
		width: 15px;
	}
	.crmplus-comparision-page a.dropdown,
	.select-box li {
		font-size: 14px;
		line-height: 2;
		padding: 0px 10px;
	}
	.crmplus-comparision-page a.dropdown {
		padding: 0px 30px 0px 0px;
	}
	.table thead th,
	.table tbody tr td {
		padding: 9px 10px;
	}
	.cp-nav-section .container {
		justify-content: center;
	}
	.crmplus-comparision-page h2 {
		text-align: left;
		line-height: 1.6;
		margin-bottom: 10px;
		font-size: 18px;
		display: flex;
		align-items: center;
		cursor: pointer;
		position: relative;
	}
	/*.crmplus-comparision-page h2  {
        height: 15px;
        width: 35px;
        position: relative;
        display: block;
        cursor: pointer;
        transition: all 0.3s linear;
    }*/
	.crmplus-comparision-page .feature-section.active h2:after {
		content: "";
		height: 2px;
		width: 15px;
		background: #000;
		position: absolute;
		top: 13.5px;
		right: 0px;
		transition: all 0.3s linear;
	}
	.crmplus-comparision-page .feature-section.active h2:before {
		content: "";
		width: 2px;
		height: 15px;
		background: #000;
		position: absolute;
		right: 6.5px;
		transition: all 0.3s linear;
		top: 7px;
	}
	.table-box,
	.crmplus-comparision-page .bottom-text {
		display: none;
	}
	.feature-section {
		padding: 70px 0px 0px;
		max-width: 90%;
	}
	.comparision-section {
		padding: 0px 0px 60px;
	}
	.crmplus-comparision-page h1 {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.comparision-bottom-section {
		padding: 0px 0px 60px;
	}
	.dropdown::after {
		top: 12px;
	}
	.comparision-section-heading {
		padding: 100px 0px 85px;
		justify-content: center;
	}
	.crmplus-comparision-page h3,
	.comparision-bottom-section p {
		max-width: 90%;
		margin: auto;
		padding: 10px;
	}
	.tab_container .tab_list {
		padding: 5px 15px;
		font: 16px/1 var(--zf-primary-regular);
		display: inline-table;
	}
	.tab_list.content-9 {
		min-width: 65px;
	}
	.other-lang .tab_list.content-9 {
		min-width: unset;
	}
	.nav-inner-container {
		max-width: 90%;
		width: 100%;
	}
	.nav-container {
		padding-top: 125px;
	}
	.nav-inner-container.fixed {
		max-width: 100%;
	}
	.nav-inner-container.fixed .arrow-container {
		max-width: 90%;
	}
	.bottom_cta_section {
		padding: 60px 0px;
	}
	.i18n-ar .crmplus-comparision-page .feature-section.active h2:before {
		left: 6.5px;
		right: auto;
	}
	.i18n-ar .crmplus-comparision-page .feature-section.active h2:after {
		left: 0;
		right: auto;
	}
	.comparision-section-heading h1,
	.comparision-section-heading p {
		max-width: 90%;
	}
}
@media (max-width: 768px) {
	.tooltib-box-1:before {
		top: -7px;
	}
	.nav-inner-container.fixed {
		top: var(--header-hgt);
	}
	.comparision-section-heading {
		padding: 100px 0px 85px;
	}
	.search-container {
		max-width: 90%;
	}
	.form-container {
		width: 100%;
	}
	.search-icon {
		left: 20px;
	}
	.custom_search {
		padding: 15px 0px 15px 50px;
	}
	.comparision-bottom-section .get-start-btn,
	.select-container {
		display: none;
	}
	#block-system-main {
		margin-top: -50px;
	}
	.crmplus-comparision-page p.tooltib-box,
	.crmplus-comparision-page p.tooltib-box-1 {
		max-width: 180px;
		width: 100%;
	}
	.crmplus-comparision-page .feature-section.active h2.table-space {
		padding-right: 20px;
	}
}
@media (max-width: 550px) {
	.table thead th,
	.table tbody tr td,
	.table tbody tr td p {
		font-size: 14px;
	}
}