/*zwf_webform style start*/
.zwf_side_form_btn {
	background: #006cff;
	color: #fff;
	padding: 15px 20px;
	text-align: center;
	position: fixed;
	right: -105%;
	border: 0;
	top: 30%;
	display: inline-block;
	outline: 0;
	text-decoration: none;
	cursor: pointer;
	z-index: 20;
	transition: all ease .55s;
	transform-origin: bottom right;
	transform: rotate(-90deg);
	box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.1);
}
.zwf_side_form_btn.show_btn {
	right: -1px;
}
.zwf_side_form_btn span {
	display: block;
	font: 15px/1 var(--zf-primary-semibold);
	letter-spacing: 3px;
}
.zwf_success_alert {
	display: none;
	margin: 0px auto 0;
	height: 42px;
	position: fixed;
	z-index: 20;
	width: 100%;
	left: 0;
	top: 39;
}
.zwf_scs_pop_inr {
	padding: 12px;
	position: relative;
	max-width: 420px;
	margin: 0 auto;
	background: #40BD60;
	width: 100%;
	opacity: 0;
	box-sizing: border-box;
}
.zwf_scs_pop_inr.zwf_animate {
	animation: zwf_bounceIn 0.8s forwards;
}
.zwf_success_alert .zwf_scs_txt {
	font: 16px/1 var(--zf-primary-regular);
	display: block;
	text-align: center;
	color: #fff;
	max-width: 95%;
	width: 100%;
	margin: 0px auto;
}
.zwf_success_alert .zwf_close_icn {
	font-size: 13px/1 var(--zf-primary-regular);
	cursor: pointer;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
}
@keyframes zwf_bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}
.zwf_overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.zwf_overlay.active {
	display: block;
}
.zwf_side_form p,
.zwf_side_form input,
.zwf_side_form span,
.zwf_side_form li,
.zwf_side_form a,
.zwf_side_form textarea {
	font-family: var(--primaryfont-regular);
}
.zwf_side_form {
	width: 100%;
	overflow: hidden;
	max-width: 415px;
	position: fixed;
	transform: translateX(120%);
	right: 0;
	top: 0;
	z-index: 100;
	transition: all .8s ease;
	box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	opacity: 0;
	min-height: 100vh;
	overflow-y: auto;
}
.zwf_side_form.active {
	transform: translateX(0);
	opacity: 1;
}
.zwf_side_form .zwf_top_sec {
	position: relative;
	max-height: calc(100vh - 160px);
	height: 100%;
	overflow-y: auto;
	padding: 30px 20px 0px;
	box-sizing: border-box;
}
.zwf_side_form .zwf_inner_form {
	position: relative;
}
.zwf_side_form .zwf_header {
	position: relative;
	padding-bottom: 25px;
}
.zwf_side_form .zwf_header h2 {
	font: 30px/1 var(--primaryfont-bold);
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
.i18n-ar .zwf_side_form .zwf_header h2 {
	text-align: right;
}
.zwf_side_form .zwf_form_close {
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -50px;
	margin-right: -10px;
}
.zwf_side_form .zwf_form_close:after,
.zwf_side_form .zwf_form_close:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background: #888;
	transform: rotate(45deg);
}
.zwf_side_form .zwf_form_close:before {
	transform: rotate(-45deg);
}
.zwf_side_form p.zwf_text_description {
	font: 14px/1.5 var(--primaryfont-regular);
	margin: 10px 0px 0px;
	padding-right: 15px;
	text-align: left;
}
.i18n-ar .zwf_side_form p.zwf_text_description {
	text-align: right;
	padding-right: 0px;
	padding-left: 15px;
}
.zwf_side_form .zwf_formgroup,
.zwf_side_form .zgdprform-state-container,
.zwf_side_form .zgdprform-countrylist-container {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 0px;
}
.zwf_side_form .zwf_formgroup.zwf_captcha_field {
	margin-bottom: 0px;
}
.zwf_side_form .zwf_formgroup.fixed {
	position: fixed;
	bottom: 0px;
	background: #fff;
	max-width: 100%;
	width: 100%;
	padding: 10px 20px 30px;
	right: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
	z-index: 2;
}
.zwf_side_form .zwf_label_field,
.zwf_formgroup .zwf_info_label {
	display: inline-block;
	font: 14px/1 var(--primaryfont-regular);
	position: absolute;
	left: 14px;
	top: 12px;
	opacity: .5;
	z-index: 1;
	transition: all ease .8s;
	pointer-events: none;
	margin: 0px;
}
.i18n-ar .zwf_side_form .zwf_label_field,
.i18n-ar .zwf_formgroup .zwf_info_label {
	left: unset;
	right: 14px;
}
.zwf_side_form .zwf_label_field.zwf_description_label {
	display: none
}
.zwf_side_form .zwf_label_field span {
	color: red;
	margin-left: 2px;
	font: 13px/1 var(--primaryfont-regular);
}
.zwf_side_form .zwf_formgroup .zwf_label_field.active {
	transform: translateY(-27px) translateX(-14px);
	font-size: 12px;
	opacity: 1;
}
.i18n-ar .zwf_side_form .zwf_formgroup .zwf_label_field.active {
	transform: translateY(-27px) translateX(14px);
}
.zwf_side_form .zwf_formgroup .zwf_formcontrol,
.zwf_side_form div.zgdprform-countrylist-container .globalcountrycode,
.zwf_side_form div.zgdprform-state-container .globalstatecode {
	font: 14px/1.2 var(--primaryfont-regular);
	padding: 10px 12px !important;
	border: 1px solid #dedede;
	border-radius: 4px;
	display: block;
	color: #000;
	width: 100%;
	box-sizing: border-box;
	max-width: 100% !important;
}
.zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol::-webkit-outer-spin-button,
.zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}
.zwf_side_form .zwf_formgroup .zwf_error {
	display: none;
	color: red;
	font: 12px/1 var(--primaryfont-regular);
	margin-top: 5px;
}
.zwf_side_form .zwf_formgroup .zwf_info_label {
	display: flex;
	align-items: center;
	position: relative;
	top: unset;
	left: 0px;
	margin-bottom: 5px;
	opacity: 1;
}
.zwf_side_form .zwf_formgroup .zwf_file_upload p span {
	font-size: 13px;
	text-decoration: underline;
	color: #006cff;
}
.zwf_side_form .price-tooltip {
	display: none;
	padding: 10px 15px;
	color: #fff;
	background: #333333;
	max-width: 305px;
	box-shadow: 0px 0px 14.72px 1.28px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	position: absolute;
	right: -25px;
	font: 12px/1.6 var(--primaryfont-regular);
	box-sizing: border-box;
	z-index: 25;
	bottom: 30px;
}
.zwf_side_form .zwf_formfile {
	display: block;
	height: 105px;
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 20px;
	cursor: pointer;
	font: 16px/1.7 var(--primaryfont-regular);
}
.zwf_side_form .zwf_formgroup .zwf_file_upload {
	height: 105px;
	padding: 15px 15px 30px;
	text-align: center;
	border: 1px dashed #dedede;
	border-radius: 4px 4px 0px 0px;
	cursor: pointer;
}
.zwf_side_form .zwf_formgroup .zwf_file_upload p {
	font: 13px/1.6 var(--primaryfont-regular);
	margin-bottom: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	color: #757575;
	text-align: center;
}
.zwf_side_form .zwf_file_upload span {
	font: 12px/1.6 var(--primaryfont-regular);
	margin-bottom: 0px;
	color: #757575;
}
.zwf_side_form .progress-bar {
	display: none;
	height: 4px;
	background: #dddddd;
	width: 100%;
	position: relative;
	bottom: 1px;
}
.zwf_side_form .progress-bar span {
	background: #006cff;
	height: 100%;
	width: 0%;
	transition: 1s all linear;
}
.zwf_side_form .zwf_formgroup .files {
	list-style: none;
	position: relative;
	bottom: 1px;
}
.zwf_side_form .info {
	cursor: pointer;
	display: none;
	width: 12px;
	height: 14px;
	background-position: 0px;
	margin-left: 5px;
	transform: rotate(180deg);
}
.zwf_side_form .price-tooltip:before {
	color: #333333;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #333333;
	top: -7%;
	height: 0px;
	left: 104px;
	position: absolute;
	width: 0px;
	content: '';
	transform: rotate(180deg);
}
.zwf_side_form .zwf_formgroup .files .file-list {
	padding: 7.5px 15px;
	border: 1px solid #dedede;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
.zwf_side_form .zwf_formgroup .files .file-list p {
	width: 94%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
	padding-bottom: 0;
	font-size: 16px;
}
.zwf_side_form .zwf_formgroup .files .file-list:last-child {
	border-radius: 0px 0px 4px 4px;
}
.zwf_side_form .zwf_formgroup .file-list span {
	cursor: pointer;
	width: 12px;
	height: 12px;
	background-position: 28px;
}
.zwf_side_form .zwf_formgroup.invalid .zwf_error,
.zwf_webform .zwf_formgroup.invalid .error {
	display: block;
	text-align: left;
}
.i18n-ar .zwf_side_form .zwf_formgroup.invalid .zwf_error,
.i18n-ar .zwf_webform .zwf_formgroup.invalid .error {
	text-align: right;
}
.zwf_side_form .zwf_select_dd:after,
.zwf_side_form div.zgdprform-state-container:after,
.zwf_side_form div.zgdprform-countrylist-container:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888;
	position: absolute;
	right: 12px;
	top: 17px;
	display: block;
	z-index: 1;
	pointer-events: none;
	margin-top: 0px;
	border-radius: 6px;
}
.i18n-ar .zwf_side_form .zwf_select_dd:after,
.i18n-ar .zwf_side_form div.zgdprform-state-container:after,
.i18n-ar .zwf_side_form div.zgdprform-countrylist-container:after {
	right: unset;
	left: 12px;
}
.zwf_side_form .zwf_select_dd select.zwf_formcontrol {
	appearance: none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}
.zwf_side_form .zwf_select_dd select.zwf_formcontrol:invalid {
	color: #767676;
}
.zwf_side_form .zgdprform-opt-container .chk_bx {
	position: absolute;
	left: 0;
	margin: 3px 0 0;
}
.zwf_side_form .sign_agree p,
.zwf_side_form .zgdprform-opt-container {
	font: 12px/1.5 var(--primaryfont-regular);
	margin: 10px 0 0;
}
.zwf_side_form .sign_agree p {
	margin-bottom: 20px;
	color: #000;
}
.zwf_inr_tooltip {
	position: absolute;
	font-style: normal;
	color: #fff;
	background-color: #262626;
	font: 12px/1.5 var(--primaryfont-regular);
	text-align: left;
	padding: 10px;
	font-weight: 400;
	width: 225px;
	z-index: 1;
	box-shadow: 0 2px 7px #d1d1d1;
	left: 20px;
	bottom: -68px;
	display: none;
	box-sizing: border-box;
}
.zwf_inr_tooltip:before {
	content: '';
	position: absolute;
	display: block;
	left: 14px;
	top: -5px;
	width: 10px;
	height: 10px;
	background: #262626;
	transform: rotate(45deg);
	z-index: 2;
}
.zwf_formgroup.zwf_act:hover .zwf_inr_tooltip {
	display: block;
}
.zwf_side_form .sign_agree {
	max-width: 100%;
	padding-bottom: 0px;
}
.zwf_side_form .zwf_formgroup label.check-box a,
.zwf_side_form .sign_agree p a {
	font-size: 12px;
	text-decoration: underline;
	color: #006cff;
}
.zwf_side_form .zwf_captcha_box {
	height: 130px;
	border: 1px solid #dedede;
	border-radius: 4px;
}
.zwf_side_form .zwf_d_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.zwf_side_form img[id^="imgid"]{
	border-radius: 4px;
}
.zwf_side_form .zwf_d-flex a {
	margin-right: 10px;
	color: #006cff;
}
.zwf_side_form .sign_agree.show {
	display: block;
	margin-top: 0;
}
.zwf_side_form .zgdprform-opt-container {
	margin: 10px 0 5px;
	padding-left: 20px;
	position: relative;
}
.zwf_side_form .zwf_captcha_box .zwf_formcontrol {
	border: 0;
	border-top: 1px solid #dedede;
	position: absolute;
	top: 90px;
	width: calc(100% - 2px);
}
.zwf_webform img[id^="imgid"] {
	border: 0px;
}
.zwf_side_form .zwf_captcha_field .zwf_label_field {
	top: 102px;
}
.zwf_side_form .zwf_captcha_field .zwf_label_field.active {
	transform: translateY(-29px) translateX(-9px);
}
.i18n-ar .zwf_side_form .zwf_captcha_field .zwf_label_field.active {
	transform: translateY(-29px) translateX(9px);
}
.zwf_side_form .zwf_captcha_box .reload-img {
	margin-right: 10px;
}
.i18n-ar .zwf_side_form .zwf_captcha_box .reload-img {
	margin-left: unset;
	margin-left: 10px;
}
.zwf_side_form input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.zwf_side_form .zwf_formgroup .submit-btn {
	background-color: #ed4a44;
	padding: 15px;
	font: 16px/1.2 var(--zf-primary-semibold);
	color: #fff;
	max-width: 100%;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
	text-transform: uppercase;
	border: 1px solid #ed4a44;
	cursor: pointer;
	margin: 0px;
}
.error.z-form-error {
	display: none !important;
}
/*zwf_webform style end*/
/*popup code*/
.quotepopup-freeze-layer {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none
}
.quotepopup-freeze-layer.active{
	display: block
}
.quotepopup-box {
	max-width: 630px;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	background: #006cff;
	color: #fff;
	z-index: 99999;
	display: none;
	width: 100%;
	padding: 50px 30px;
	box-sizing: border-box;
}
.bg_lazy_loaded.quotepopup-box:after{
	background: url(/sites/zweb/images/crmplus/images/crmplus-popup-chat-2x.png);
	background-size: 188px auto;
}
.bg_lazy_loaded.quotepopup-box:after{
	content: "";
	position: absolute;
	right: 14px;
	top: -18px;
	height: 283px;
	width: 188px;
}
.quotepopup-box.active {
	display:block;
}
.quotepopup-close{
	position: absolute;
	right: 0px;
	height: 20px;
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #001f4c;
	color: #fff;
	top: 12px;
	align-content: center;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 2px;
	cursor: pointer;
}
.quotepopup-box p{
	margin-bottom: 0px;
}
.qp_link_box{
	display: flex;
	margin:15px 0px;
}
.qp_btn_link{
	font: 16px/1 var(--zf-secondary-bold);
	padding: 13px 18px;
	border-radius: 6px;
	color: #000;
	text-transform: capitalize;
}
.schedule_demo{
	background: #ffc400;
	margin-right: 10px;
}
.request_demo{
	background: #ffffff;
}
.qp_title{
	font: 22px/1.2 var(--zf-secondary-bold);
}
.qp_description{
	font: 18px/1.2 var(--zf-primary-light);
}
.qp_description:last-child{
	position: relative;
	padding-left: 20px;
	margin-top: 1.5px;
}
.qp_description:last-child:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 15px;
}
.bg_lazy_loaded .qp_description:last-child:after{
	background: url(/sites/zweb/images/crmplus/images/crm_plus_footer_sprite.png);
	background-position: -804px -23px;
    background-size: 862px auto;
}
.qp_description .qp_link{
	color: #fff;
	margin-right: 15px;
	position: relative;
	text-decoration: underline;
    font: var(--zf-secondary-bold);
}
.qp_description .qp_link:after{
	content: "";
	position: absolute;
	height: 70%;
	width: 1px;
	background: #99c4ff;
	right: -9px;
	top: 15%;
}
.qp_description .qp_link:last-child:after{
	display: none;
}
/*popup code*/
/*header changes*/
.zw-product-header{
    position: relative;
    z-index: 10;
}
.zw-template-inner{
	position: relative;
}
.zw-template-inner.zwph_dark_bg{
    margin-top: -68px;
}
.dropdown-menu li.active > a, .dropdown-menu li.sub-level.active > a{
	background: #fafafa;
}
.dropdown-menu > li > a:hover, .dropdown-menu li.active > a, .dropdown-menu li.sub-level.active > a{
	color: #006cff;
}
.dropdown-menu li.zmenu-allfeatures:last-child a {
	margin: 5px 20px 10px;
	max-width: 75%;
	border: 1px solid #000;
	border-radius: 6px;
	padding: 5px 20px;
	text-align: center;
	box-sizing: border-box;
}
.menu .dropdown-menu{
	padding: 10px 0px;
}
/*header changes*
/*lyte lazy*/
.zlyte_loading {
	filter: blur(10px);
}
.lyteLazyEntered.zlyte_loading {
	filter: none;
}
/*lyte lazy*/
@media (max-width: 767px) {
	.mp_promotion, .quotepopup-box {
		display: none;
	}
	.other-lang .zwf_success_alert .zwf_scs_txt {
		font-size: 14px;
	}
}
/* footer changes */
.zw-product-footer{
    position: relative;
    max-width: 100%;
    width: 100%;
    background: #333;
}
.footer-sec-wrap{
    background: unset;
    border: 0px;
}
.footer-sec-wrap{
    max-width: 1240px;
    width: 100%;
    margin: 0px auto;
}
.footer-content-wrap {
    width: 100%;
    max-width: 100%;
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
}
.footer-promo-section{
    position: relative;
    max-width: 350px;
    width: 100%;
}
.footer-sec-wrap .product-links{
    max-width: 810px;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0px;
}
.footer-sec-wrap.two-column .footer-links-wrap{
    display: flex;
    justify-content: center;
}
.footer-promo-link{
    display: block;
}
.footer-promo-link:first-child{
	margin-bottom: 50px;
}
.footer-promo-link img{
    display: block;
}
.bg_lazy_loaded .cxm_footer_banner{
	background: url(/sites/zweb/images/crmplus/images/crmplus-footer-cxm-banner-2x.jpg);
	background-size: 350px auto;
}
.cxm_footer_banner{
	max-width: 350px;
	width: 100%;
	height: 210px;
	box-sizing: border-box;
	padding: 0px 20px;
	align-items: center;
	display: flex;
	color: #000;
	background: url(/sites/zweb/images/crmplus/images/crmplus-footer-cxm-banner-lazy.jpg);
	background-size: cover;
}
.cxm_footer_banner_inner{
	max-width: 165px;
	width: 100%;
}
.cfb_heading{
	font: 24px/1 var(--zf-primary-extrabold);
	display: block;
	margin-bottom: 5px;
}
.cfb_description{
	font: 12px/1.3 var(--primaryfont-regular);
	margin-bottom: 20px;
}
.cfb_learn_more{
	display: inline-block;
	font: 16px/1.4 var(--primaryfont-regular);
	padding: 8px 25px;
	margin: 0;
	margin-top: 0px;
	color: #333;
	border: 1px solid transparent;
	cursor: pointer;
	box-sizing: border-box;
	background: #f0483e;
	color: #fff;
	text-transform: uppercase;
}
.other-lang .cfb_learn_more{
	padding: 8px 20px;
	font-size: 12px;
}
.i18n-ar .cxm_footer_banner_inner p, .i18n-ar .cxm_footer_banner_inner span, .i18n-ar .cxm_footer_banner_inner{
	text-align: center;
	direction: unset;
}
.i18n-ar .cxm_footer_banner{
	text-align: center;
	direction: initial;
}
.footer-sec-wrap .product-links > div{
    padding: 0px 50px 0px 75px;
}
.footer-links-container{
    position: relative;
    max-width: 240px;
    width: 100%;
}
.footer-first-container{
    max-width: 270px;
}
.footer-pdf-links{
    max-width: 290px;
}
.footer-sec-wrap .product-links h4 {
    margin: 0 0 10px;
    font: 20px var(--zf-primary-bold);
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.footer-links-container h4::before {
    content: '';
    position: absolute;
    background-color: #ffc600;
    width: 24px;
    height: 2px;
    bottom: -5px;
    left: 0;
}
.footer-links-container a, .footer-sec-wrap .product-links ul li a {
    color: #ccc;
    font: 16px/1.4 var(--primaryfont-regular);
    transition: all .3s ease;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}
.footer-links-container a:hover {
    color: #fff;
}
.inner-footer-link {
    max-width: 100%;
    padding-top: 40px;
}
.footer-sec-wrap .product-links > div.crmplus-branding-logo {
	position: relative;
    margin: 50px 0px 0px;
    border-top: 1px solid #5c5c5c;
    padding: 25px 0px;
    width: 100%;
    order:1;
}
.bg_lazy_loaded .crmplus-branding-logo span {
    background-image: url(/sites/zweb/images/crmplus/images/crm_plus_footer_sprite.png);
    background-repeat: no-repeat;
    background-size: 860px auto;
}
.crmplus-branding-logo span{
    display: inline-block;
    height: 70px;
    overflow: hidden;
    text-indent: -999px;
    width: 115px;
    margin: 0 10px;
}
.crmplus-branding-logo span.zcpb-logo1 {
    margin-left: 0px;
}
.crmplus-branding-logo span.zcpb-logo2 {
	width: 174px;
}
.crmplus-branding-logo span.zcpb-logo3{
	width: 113px;
}
.crmplus-branding-logo span.zcpb-logo4 {
	width: 68px;
}
.crmplus-branding-logo span.zcpb-logo5 {
	width: 69px;
}
.crmplus-branding-logo span.zcpb-logo6 {
	width: 134px;
}
.bg_lazy_loaded .crmplus-branding-logo span.zcpb-logo1 {
    background-position: -3px 0px;
}
.bg_lazy_loaded .crmplus-branding-logo span.zcpb-logo2 {
    background-position: -117px 0px;
}
.bg_lazy_loaded .crmplus-branding-logo span.zcpb-logo3{
	background-position: -342px 0px;
}
.bg_lazy_loaded .crmplus-branding-logo span.zcpb-logo4 {
    background-position: -459px 0px;
}
.bg_lazy_loaded .crmplus-branding-logo span.zcpb-logo5 {
    background-position: -528px 0px;
}
.bg_lazy_loaded .crmplus-branding-logo span.zcpb-logo6 {
    background-position: -599px -3px;
}
.other-lang .hidden-footer-link{
	display:none;
}
.other-lang .footer-links-container{
	max-width: 50%;
}
.other-lang .inner-footer-link {
	max-width: 100%;
}
.i18n-ar .inner-footer-link{
	padding-right: 0px;
}
.other-lang .footer-promo-link:first-child, .other-lang .footer-sec-wrap .product-links > div.footer-pdf-links{
	display: none;
}
.i18n-ar .footer-sec-wrap .product-links{
	display: flex;
}
.i18n-ar .footer-links-container h4:before {
	left: unset;
	right: 0px;
}
.ZF-contact ul li.zf-support-mail a::before {
	width: 25px;
	background-image: url(/sites/zweb/images/crmplus/images/crm_plus_footer_sprite.png);
	background-size: 862px auto;
	background-position: -738px -26px;
}
.ZF-support ul li.zf-support-mail a{
	color: #03a9f5;
}
@media(max-width: 1360px){
	.footer-sec-wrap{
		max-width: 1140px
	}
	.footer-sec-wrap .product-links{
		max-width: 100%;
	}
	.footer-links-container{
		max-width: 33%;
	}
	.footer-sec-wrap .product-links > div{
		padding: 0px 35px 0px 100px;
	}
	.inner-footer-link{
		max-width: 100%;
	}
	.footer-links-container a, .footer-sec-wrap .product-links ul li a{
		font-size: 16px;
	}
}
@media(max-width: 1240px){
	.footer-sec-wrap{
		max-width: 90%;
	}
	.footer-content-wrap{
		flex-wrap: wrap;
	}
	.footer-sec-wrap .product-links{
		max-width: 100%;
	}
	.footer-promo-section{
		display: flex;
		margin: 0px 0px 50px;
		max-width: unset;
	}
	.footer-promo-link:first-child{
		margin: 0px 50px 0px 0px;
	}
	.footer-sec-wrap .product-links > div{
		padding: 0px;
	}
}
@media(max-width: 992px){
	.footer-promo-section{
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.footer-promo-link:first-child{
		margin: 0px 40px 40px 0px;
	}
	.footer-promo-link{
		margin-bottom: 40px;
	}
	.footer-sec-wrap .product-links > div{
		padding: 0px 40px 0px 0px;
	}
}
@media(max-width: 768px){
	.footer-sec-wrap .product-links{
		flex-wrap: wrap;
	}
	.footer-sec-wrap .product-links > div{
		max-width: 100%;
		margin-bottom: 40px;
	}
	.footer-sec-wrap .product-links > div.crmplus-branding-logo{
		margin-top: 0px;
	}
	.zw-template-inner.zwph_dark_bg{
		margin-top: -50px;
	}
}
@media(max-width: 450px){
	.footer-sec-wrap{
		max-width: 100%;
	}
	.footer-promo-section{
		max-width: 90%;
		margin: 0px auto;
	}
	.footer-sec-wrap .product-links{
		display: flex;
	}
	.footer-sec-wrap .product-links > div.footer-links-container, .footer-sec-wrap .product-links > div {
		max-width: 100%;
		width: 100%;
		padding: 0;
		margin-bottom: 0;
		border-bottom: 1px solid rgb(132,141,155,0.4);
		order: 0;
	}
	.footer-sec-wrap .product-links h4 {
		padding: 15px 5%;
		margin-bottom: 0;
		cursor: pointer;
		background: unset;
		border-bottom: 0;
		color: #fff;
	}
	.footer-sec-wrap .product-links h4:before {
		content: "";
		border: solid #fff;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 3.5px;
		position: absolute;
		right: 30px;
		top: 18px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transition: all .3s ease;
		background: unset;
		height: 0px;
		width: 0px;
		bottom: unset;
		left: unset;
	}
	.footer-sec-wrap .product-links h4:after{
		display: none;
	}
	.footer-links-box, .footer-sec-wrap .product-links ul {
		display: none;
		max-width: 90%;
		width: 100%;
		margin: 0 auto 15px;
		padding: 0;
	}
	.footer-sec-wrap .product-links > div.crmplus-branding-logo, .footer-promo-link{
		text-align: center;
	}
	.footer-sec-wrap .product-links > div.crmplus-branding-logo{
		max-width: 90%;
		margin: 0px auto;
	}
	.footer-promo-link, .footer-promo-link:first-child{
		margin: 0px 0px 30px;
	}
}
/* footer changes */

/* side-bar */
.side-bar{
    width: 70px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #1970e3;
    z-index: 99;
    padding-bottom: 10px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    bottom: initial !important;
}
.wechat-info{
    bottom: 320px !important;
}
.wecom-info{
    display: none;
    width: 112px;
    height: 138px;
    position: fixed;
    right: 70px;
    bottom: -35px!important;
    border-right: 8px solid rgb(230 230 230 / 0%);
}
.side-bar .wecom{
    padding: 12px 6px 0px 6px;
    cursor: pointer;
}
.side-bar .wecom-img img{
    width: 70%;
    margin: 0 auto;
    display: block;
}
.tel-info{
    width: max-content;
}
@media only screen and (max-width:1300px){
    .side-bar{transform: translateY(-39%);}
}
/* side-bar end*/