.signupotpcontainer .za-submitbtn-otp .signupbtn{
    width: 100%;
    padding: 8px 0;
    border: 0;
    margin: 14px 0;
}
/*zwf_webform style start*/
.zwf_side_form_btn{
    background: #d23246;
    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: 999;
    transition: all ease .55s;
	transform-origin: bottom right;
    transform: rotate(-90deg);
    -webkit-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: 9999;
  width: 100%;
  left: 0;
  top: 0;
}
.zwf_scs_pop_inr {
  padding: 12px;
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  background: #40BD60;
  width: 100%;
  opacity: 0;
}
.zwf_scs_pop_inr.zwf_animate {
  animation: zwf_bounceIn 0.8s forwards;
  -webiki-animation: zwf_bounceIn 0.8s forwards;
}
.zwf_success_alert .zwf_scs_txt {
  font-size: 16px;
  display: block;
  text-align: center;
  font-family: var(--zf-primary-regular);
  color: #fff;
}
.zwf_success_alert .zwf_close_icn {
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  font-family: var(--zf-primary-regular);
  position: absolute;
  top: 15px;
  right: 12px;
}
@-webkit-keyframes zwf_bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zwf_bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.zwf_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  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: Zoho_Puvi_Regular;
}
.zwf_side_form {
  width: 100%;
  overflow: hidden;
  max-width: 415px;
  position: fixed;
  transform: translateX(120%);
  -webkit-transform: translateX(120%);
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
  -moz-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
  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);
  -webkit-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 Zoho_Puvi_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 Zoho_Puvi_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-size: 14px;
  position: absolute;
  left: 14px;
  top: 12px;
  opacity: .5;
  z-index: 1;
  transition: all ease .8s;
  pointer-events: none;
  line-height: 1;
  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;
  line-height: 1;
  margin-left: 2px;
  font-size: 13px;
}
.zwf_side_form .zwf_formgroup .zwf_label_field.active {
  transform: translateY(-27px) translateX(-14px);
  -webkit-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);
  -webkit-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-size: 14px;
  padding: 10px 12px !important;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: block;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
  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 Zoho_Puvi_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;
}
#mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a{
color:#fff;
}
.bg_lazy_loaded .sprite-img {
  background: url(/sites/default/files/crm/pricing-icon-sprite.svg);
}
.zwf_side_form .zwf_formgroup .zwf_file_upload p span {
  font-size: 13px;
  text-decoration: underline;
  color: #d23246;
}
.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-size: 12px;
  line-height: 1.6;
  box-sizing: border-box;
  z-index: 999;
  bottom: 30px;
}
.zwf_side_form .zwf_formfile {
  display: block;
  height: 105px;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 20px;
  cursor: pointer;
  font: 16px Zoho_Puvi_Regular;
  line-height: 28px;
  font-weight: 400;
}
.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-size: 13px;
  line-height: 22px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  cursor: pointer;
  color: #757575;
  text-align: center;
}
.zwf_side_form .zwf_file_upload span {
  font-size: 12px;
  line-height: 22px;
  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: #d23246;
  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 Zoho_Puvi_Regular;
  line-height: 18px;
  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-size: 12px;
  line-height: 18px;
  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;
  transform: translateY(-50%);
  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: #d23246;
}
.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 .zwf_d-flex a {
  margin-right: 10px;
  color: #d23246;
}
.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: 93px;
  width: 99%;
}
.zwf_webform img[id^="imgid"] {
  border: 0px;
}
.zwf_side_form .zwf_captcha_field .zwf_label_field {
  top: 105px;
}
.zwf_side_form .zwf_captcha_field .zwf_label_field.active {
  transform: translateY(-27px) translateX(-9px);
  -webkit-transform: translateY(-27px) translateX(-9px);
}
.i18n-ar .zwf_side_form .zwf_captcha_field .zwf_label_field.active {
  transform: translateY(-27px) translateX(9px);
  -webkit-transform: translateY(-27px) 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*/
/*Promotion css starts*/
.mp_promotion {
    display: none;
    background: #212346;
    padding: 10px 80px 10px 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box !important;
}
.mp_promotion p {
    margin: 0;
    text-align: center;
    font: 15px/1.6 var(--zf-primary-semibold);
    max-width: 100%;
    color: #fff;
}
.mp_promotion p span {
    margin-right: 5px;
    color: #fff;
}
.mp_promotion p a {
    padding: 0px;
    display: inline-block;
    color: #fff;
    margin-left: 0px;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.mp_premoclose {
    position: absolute;
    right: 22px;
    top: 12.5px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
}
.mp_premoclose:before,
.mp_premoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #0a0000;
    top: 5px;
}
.mp_premoclose:after {
    transform: rotate(-45deg);
}
.mp_premoclose:before {
    transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
    .mp_promotion {
        display: none;
    }
}
/*** Promotion css ends ***/
/*header changes*/
.menu-icon-help-header>a img {
	height: 44px;
}
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header{
    display: flex;
    align-items: center;
}
.menu-icon-help-header > a{
    display: flex;
}
#block-panels-mini-product-menu .menu-icon-help-header .product-title a {
    padding: 0px;
    margin-left: 11px;
}
#mini-panel-product_menu .product-nav-links .menu > li > a.active{
    color: #d23246;
}
.product-nav-links .menu li a.active{
    box-shadow: unset;
    color: #d23246;
}
.menu .dropdown-menu{
    padding: 10px 0px;
}
.menu li.last .dropdown-menu{
    padding: 10px 0px!important;
}
.i18n-ar .menu li.last .dropdown-menu{
    right: unset;
    left: 0px;
}
.dropdown-menu li.active > a,
.dropdown-menu li.sub-level.active > a {
    color: #d23246!important;
}
.lang-en .dropdown-menu li.zmenu-allresources:last-child a{
    margin: 5px auto 10px !important;
    max-width: 75%;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 5px 0px !important;
    text-align: center;
}
.lang-en .dropdown-menu li.zmenu-allresources.active:last-child a{
    border: 1px solid #d23246;
}
.theme_dark #mini-panel-product_menu .product-nav-links .menu > li > a, .theme_dark #mini-panel-product_menu .menu-icon-help-header .product-title a, .theme_dark #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li a, .theme_dark #mini-panel-product_menu .product-nav-links li .nolink {
    color: #fff;
}
.theme_dark #block-panels-mini-product-menu .expanded.dropdown .caret {
	background: url(/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png) no-repeat -168px -0px/990px auto;
}
.other-lang .ftr_hidden_link{
    display: none;
}
@media(max-width: 768px){
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header{
        justify-content: center;
    }
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a{
        padding: 0px 0px 0px 11px;
        background: unset;
    }
.i18n-ar .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a{
    padding: 0 11px 0 0px;
}
.umain #mini-panel-product_menu .menu-icon-help-header .product-title a{
    margin-left: 0px!important;
}
}
/*header changes*/
/*lyte lazy*/
.zlyte_loading {
   filter: blur(10px);
}
.lyteLazyEntered.zlyte_loading {
   filter: none;
}
/*lyte lazy*/
/*footer*/
.footer-content-wrap{
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 100px 0px 60px;
    display: flex;
    justify-content: space-between;
}
.other-lang .footer-content-wrap{
    justify-content: center;
}
.footer-logo-section{
    max-width: 350px;
    width: 100%;
}
.other-lang .footer-logo-section{
    display: none;
}
.footer_logo_link{
    font: 20px/1.6 Zoho_Puvi_SemiBold;
    display: inline-flex;
    align-items: center;
    color: #000;
}
.bg_lazy_loaded .marketingplus_logo{
    background: url(/sites/default/files/styles/product-home-page/public/marketingplus-logo.png) no-repeat;
    background-size: 44px auto;
    background-position: -1px 0px;
}
.footer_logo_link .marketingplus_logo{
    height: 44px;
    width: 44px;
    margin-right: 11px;
    color: #000;
    display: block;
}
.footer-link-sec{
    display: flex;
    justify-content: space-between;
    max-width: 55%;
    width: 100%;
}
.other-lang .footer-link-sec{
    max-width: 70%;
}
.footer_link_container{
    max-width: 40%;
    width: 100%;
}
.footer_link_container h4{
    font: 16px/1.4 Zoho_Puvi_SemiBold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer_link{
    font:16px/1.6 Zoho_Puvi_Regular;
    margin-bottom: 15px;
    color: #454545;
    transition: all 0.1s linear;
    display: block;
}
.footer_link:hover{
    color: #d23246;
}
.footer_link:last-child{
    margin-bottom: 0px;
}
.footer-pdf-links{
	display: none;
}
.i18n-ar .footer_logo_link .marketingplus_logo{
    margin-right: 0px;
    margin-left: 11px;
}
@media(max-width: 1240px){
    .footer-content-wrap{
        max-width: 90%;
        flex-wrap: wrap;
    }
    .footer-logo-section{
        margin-bottom: 30px;
    }
    .footer-link-sec{
        max-width: 100%;
    }
}
@media(max-width: 992px){
    .footer-logo-section, .other-lang .footer-link-sec{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .footer-content-wrap{
        padding: 60px 0px;
    }
    .zgh-nav > ul > li > a{
        font-size: 12px;
    }
}
@media(max-width: 768px){
    .footer-content-wrap{
        padding: 60px 0px 30px;
    }
    .footer-link-sec{
        flex-wrap: wrap;
        max-width: 100%;
    }
    .footer_link_container{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .footer_link{
        margin-bottom: 10px
    }
    .common-links ul li:first-child{
        margin: 0px;
    }
    .common-links .ZPprivacy li{
        margin: 0 0px 10px;
    }
    .i18n-ar .zsiq_theme1{
        right: unset !important;
        left: 0px !important;
    }
}
@media(max-width: 480px){
    .ZF-support{
        border-top: 1px solid #eaeaea;
    }
    .common-links.czonefooter > .ZPprivacy, .common-links > .ZPprivacy {
        display: block;
    }
}
/*footer*/

/*common footer changes*/
.ZF-contact > ul > li::before {
    background: url(/sites/default/files/marketing_plus/images/mp-footer-sprite.png) 0 0/auto 25px no-repeat;
}
.ZF-contact > ul > li > a {
    color: #d23246;
}
/*common footer changes*/



/*LOGO*/
.menu-icon-help-header .product-title, .product-header-top .menu-icon-help-header .product-title{
    display: none;
}
.menu-icon-help-header>a img {
    width: auto;
    height: 44px;
}
.product-header-top .menu-icon-help-header>a{
    background-image: url(/sites/default/files/styles/product-home-page/public/marketingplus-logo.png);
    background-size: 210px auto;
    width: 130px;
}

/*LOGO*/