/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1200px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.pricing-header {
  margin-top: 50px;
}
.rd-success-msg {
  text-align: center;
  padding: 30px 20px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  max-width: 320px;
  margin: auto;
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 9999;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
#plan2 .feature-box .z-price-text em {
  font: inherit;
}
.crm-country-fld .placeholder {
  font-size: 11px;
  top: -5px;
  left: 0;
}
.crmWebForm fieldset.demofrm.crm-country-fld {
  margin-top: 10px;
  text-align: left;
}
.rd-success-msg span:first-child {
  width: 60px;
  height: 60px;
  background: #39b54a;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto 20px;
  position: relative;
}
.rd-success-msg span:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 50px;
  background: url(https://www.zoho.com/mail/images/wp-tick-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.rd-success-msg span {
  line-height: 1.3;
}
.rd-success-msg span:last-child {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-family: var(--zf-primary-regular);
  color: #39b54a;
  font-size: 17px;
}
.rd-success-msg.in {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInUp 0.5s ease-in-out;
  animation: fadeInUp 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.rd-success-msg.out {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeInUp 0.5s ease-in-out;
  animation: fadeInUp 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.zcalculator-slide .content-wrap {
  max-width: 1100px;
}
.ztable-val > div {
  display: none;
}
.ztable-val > div.show {
  display: block;
}
.show {
  font-family: var(--zf-primary-bold);
  color: #fff;
  text-align: center;
  font-size: 52px;
  line-height: 1;
}
.show span > span:first-child {
  position: relative;
  top: -20px;
  font-size: 28px;
}
.z-price-text em {
  font-size: 24px;
}
.pricing-header h3 span {
  color: red;
}
.zslide-inner {
  border: 1px solid #e5e5e5;
  padding: 40px;
  margin-top: 40px;
}
.zpricing_calc_left {
  width: 30%;
}
.pricingPlansCalculator__slider {
  display: block;
  position: relative;
  width: 90%;
  left: 2%;
  margin: 0 auto;
}
.pricingPlansCalculator__tooltip {
  position: absolute;
  top: -80px;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  padding: 5px 15px;
  font-size: 14px;
  text-align: center;
  border-radius: 0.3125rem;
  border: 0.125rem solid #47a7ef;
  background-color: #fff;
  -webkit-transition: left 0.15s ease-in-out;
  -o-transition: left 0.15s ease-in-out;
  transition: left 0.15s ease-in-out;
}
.pricingPlansCalculator__tooltip:after,
.pricingPlansCalculator__tooltip:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-top: 0.4375rem solid #fff;
  bottom: -0.4375rem;
  left: 50%;
  margin-left: -0.4375rem;
}
.pricingPlansCalculator__tooltip:before {
  border-top-color: #47a7ef;
  bottom: -0.5625rem;
}
.pricingPlansCalculator__slider input[type=range] {
  position: absolute;
  z-index: 1;
  background: #d7dcdf;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
input.av-range:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 5px;
  background: #47a7ef;
  top: 0;
  left: -13px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pricingPlansCalculator__plan {
  background: #fff;
  padding: 50px 40px 30px;
  align-items: center;
}
.no_of_contacts {
  display: inline-block;
  padding: 15px 0 0;
  font-size: 15px;
  left: -2%;
  position: relative;
  width: 25%;
}
.pricingPlansCalculator__slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-image: url("/sites/zweb/images/campaigns/campaigns-pricing-slider-thumb.png");
  background-position: 0 0;
  background-size: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  cursor: pointer;
  border: 0;
  background-color: #fff;
}
.pricingPlansCalculator__slider.active input[type=range]::-webkit-slider-thumb {
  opacity: 1;
}
.pricingPlansCalculator__slider input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-image: url("/sites/zweb/images/campaigns/campaigns-pricing-slider-thumb.png");
  background-position: 0 0;
  background-size: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  cursor: pointer;
  border: 0;
  background-color: #fff;
}
.pricingPlansCalculator__slider.active input[type=range]::-moz-range-thumb {
  opacity: 1;
}
.pricingPlansCalculator__slider input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-image: url("/sites/zweb/images/campaigns/campaigns-pricing-slider-thumb.png");
  background-position: 0 0;
  background-size: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  cursor: pointer;
  border: 0;
  background-color: #fff;
}
.pricingPlansCalculator__slider.active input[type=range]::-ms-thumb {
  opacity: 1;
}
.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
.av-range {
  width: 100%;
}
.pricingPlansCalculator__tooltip {
  left: 50%;
  transform: translateX(-60%);
}
#cal-users {
  width: 110px;
  font-size: 12px;
  border-radius: 5px 0 0 5px;
  -moz-appearance: none;
  border: 1px solid #ddd;
  padding: 8px;
  float: left;
}
.zcal-button {
  position: relative;
  background: #4aa56b;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.zcal-button em {
  width: 20px;
  height: 2px;
  background: #fff;
  display: inline-block;
  top: 50%;
  position: absolute;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
}
.zcal-button em:after,
.zcal-button em:before {
  background: #fff;
  width: 8px;
  height: 2px;
  display: inline-block;
  right: -1px;
  position: absolute;
  content: "";
  transform: rotate(55deg);
  top: -3px;
}
.zcal-button em:before {
  transform: rotate(-55deg);
  top: 3px;
  right: -1px;
}
.zbreaker {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 15px 0 0;
}
input.av-range:after {
  content: '0';
  position: absolute;
  top: 17px;
  left: -15px;
  font-size: 12px;
}
.zlimit-ext {
  width: 100%;
  display: none;
  text-align: right;
  font-size: 15px;
}
.zlimit-ext a {
  font-family: var(--secondaryfont-semibold);
}
.zcontacts h5 {
  display: inline-block;
}
.zno_of_contacts {
  font-size: 15px;
}
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-image: url("/sites/zweb/images/campaigns/campaigns-pricing-slider-thumb.png");
  background-position: 0 0;
  background-size: cover;
  cursor: default;
  top: -12px;
  margin-left: 0;
  outline: 0;
  left: 0;
  animation: slide 1.4s linear 1s;
}
.ui-slider-slide {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 5px;
  cursor: default;
  top: 0;
  margin-left: 0;
  background-color: #47a8ef;
  outline: 0;
  left: 0;
  animation: slideh 1.4s linear 1s;
}
.ui-slider-handle.preload,
.ui-slider-slide.preload {
  animation-play-state: paused !important;
}
@keyframes slideh {
  0% {
    width: 0;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@keyframes slide {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
.ui-slider-handle.zhide,
.ui-slider-slide.zhide {
  display: none;
}
.pricing-faq {
  padding: 100px 0 40px;
  margin-bottom: 0;
}
.pricing-faq ul li {
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.pricing-faq ul li.zactive {
  border: 1px solid #167ffc;
}
.pricing-faq ul li.zactive h3 {
  margin-bottom: 10px;
  color: #167ffc;
}
.pricing-faq ul li h3 {
  margin-bottom: 0;
}
.ztoogle-container-inner {
  margin-bottom: 40px;
}
.ztoogle-container-inner a {
  background: #fff;
  border-color: #fff;
  padding: 10px;
  min-width: 150px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #767676;
}
.ztoogle-container-inner a.active {
  border-color: #0074d9;
  background: #0074d9;
  color: #fff;
}
a#plan-id-1 {
  border-right: 0;
}
a#plan-id-2::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0074d9;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.monitoring {
  background: #fff6ed;
}
.monitoring-content {
  max-width: 475px;
}
.monitoring-content h2 {
  line-height: 1.6;
}
.monitoring-content p {
  line-height: 2;
}
div.zgdprform-state-container .globalstatecode,
div.zgdprform-countrylist-container .globalcountrycode {
  box-sizing: border-box;
}
.zcol-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zcol {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 50%;
  margin-bottom: 15px;
}
.monitoring-content {
  max-width: 475px;
}
@media (min-width: 991px) {
  .zsection {
    padding: 120px 0;
    margin: 80px 0 0;
  }
  .monitoring .zcol-wrap {
    width: 89%;
    margin: 0 auto;
  }
}
.zadd-notes {
  text-align: right;
}
.show {
  color: #fff;
  text-align: center;
}
.pricing-header h3 span {
  color: red;
}
.pricing-header h3 b {
  font-size: 20px;
  font-weight: bold;
}
.feature-box ul:last-child li:before {
  top: 12px;
}
body:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #fef4eb;
  height: 580px;
}
.pricing-wrap .content-wrap {
  margin-top: 0;
  padding-top: 30px;
}
.pricingPlansCalculator__plan h3 {
  margin-bottom: 100px;
  text-align: center;
}
.pricing-wrap .content-wrap .product-block a.getstart-plan,
.pricing-wrap .content-wrap .product-block a.trynow-plan {
  max-width: 250px;
  padding: 8px 20px;
}
.zadd-notes p {
  font-size: 13px;
  max-width: 520px;
  margin: 10px 0 0 auto;
}
.disc-content {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.disc-icon {
  border: solid 1px #333;
  padding: 2px 4px;
  color: #333;
  border-radius: 50px;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  display: inline;
  vertical-align: middle;
  margin-right: 4px;
}
.disc-content a {
  font-family: var(--secondaryfont-semibold);
}
.expand-all ul {
  display: flex;
  flex-wrap: wrap;
}
.zadd-notes p:first-child {
  max-width: 550px;
}
span.zyearly-only {
  text-align: center;
  display: block;
}
span.zterms,
span.zyearly-only {
  font-size: 15px;
}
span.zyearly-only {
  margin-bottom: 15px;
}
.zfree-plan-top span {
  font-family: var(--zf-primary-semibold);
  color: #03a9f5;
  position: relative;
  cursor: pointer;
}
.zcomp-page {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.zcomp-page a {
  font-size: 19px;
  text-decoration: underline;
}
.pricing-wrap .content-wrap .product-block:last-child {
  border-left: none;
}
.feature-box ul {
  width: 85%;
}
.product-block .feature-box h3 {
  font-size: 17px;
}
.pricing-wrap .content-wrap .product-block:nth-child(2) .feature-box {
  padding-right: 0;
  border-right: 1px solid #e5e5e5;
}
.lang-ar .pricing-wrap .content-wrap .product-block:nth-child(2) .feature-box {
  border-left: 1px solid #e5e5e5;
  padding-right: 20px;
}
.pricing-wrap .content-wrap .product-block:nth-child(2) .feature-box ul {
  padding-right: 0;
}
.lang-ar .disc-icon {
  margin-left: 4px;
  margin-right: 0px;
}
div#plan3 ul:nth-child(2) {
  padding-top: 13px;
}
h1.field-price-heading {
  font-size: 32px;
  max-width: 500px;
  margin: auto;
}
section.pricing-wrap.pricing-box-1 {
  display: none;
}
.zcomp-page {
  margin: 60px auto 0px;
}
.product-block .plan-name {
  font-size: 23px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.feature-box > span:nth-child(2),
span.ztogglegroup,
span.zterms,
.feature-box p {
  width: 100%;
  display: inline-block;
  text-align: center;
}
feature-box > span:nth-child(2) {
  font-family: var(--zf-primary-semibold);
}
.feature-box > span:nth-child(2) .z-price-text {
  font-size: 78px;
  font-family: var(--zf-primary-bold);
  line-height: 1;
}
.feature-box > span:nth-child(2) span.zcurrency-symbol {
  position: relative;
  font-size: 28px;
  vertical-align: top;
  top: 10px;
  margin-top: 10px;
  margin-right: 5px;
}
.zpricegroup {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin: 10px auto 15px;
}
.pricing-faq .zpricegroup,
.zadd-notes p .zpricegroup {
  margin: 0;
}
div#plan1,
.product-block .plan-name,
.product-block span.detail > span:last-child {
  background-color: #2a71b4;
  color: #fff;
}
.product-block span.detail {
  width: 268px;
  margin: 30px auto 50px;
  border-top: 1px solid #64a2dc;
  border-bottom: 1px solid #64a2dc;
  padding: 15px 0;
}
.feature-bo ul {
  max-width: 30px;
}
.feature-box ul {
  width: 75%;
  max-width: 360px;
  overflow: hidden;
  margin: auto;
}
.pricing-wrap .content-wrap .product-block a.getstart-plan,
.pricing-wrap .content-wrap .product-block a.trynow-plan {
  background-color: #f0483e;
  padding: 10px 46px;
  border: 1px solid #fff;
}
span.detail > span:nth-child(1) {
  display: inline-block;
  margin-bottom: 10px;
}
.product-block span.detail span {
  font-size: 19px;
}
div#plan1 {
  position: relative;
}
div#plan1:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #2a71b4;
  transform: rotate(45deg);
  right: -10px;
  top: 21%;
  margin: auto;
  z-index: 1;
}
.lang-ar div#plan1:before {
  left: -10px;
  right: auto;
}
div#plan1 {
  -webkit-box-shadow: inset -7px 0 20px -7px rgba(0, 0, 0, 0.4);
  box-shadow: inset -7px 0 20px -7px rgba(0, 0, 0, 0.4);
}
div#plan1:before {
  -webkit-box-shadow: inset -10px 10px 20px -8px rgba(0, 0, 0, 0.4);
  box-shadow: inset -10px 10px 20px -8px rgba(0, 0, 0, 0.4);
}
.lang-ar div#plan1 {
  -webkit-box-shadow: inset 7px 0 20px -7px rgba(0, 0, 0, 0.4);
  box-shadow: inset 7px 0 20px -7px rgba(0, 0, 0, 0.4);
}
.lang-ar div#plan1:before {
  -webkit-box-shadow: inset 10px -10px 20px -8px rgba(0, 0, 0, 0.4);
  box-shadow: inset 10px -10px 20px -8px rgba(0, 0, 0, 0.4);
}
.free-highvolume-container {
  width: 90%;
  max-width: 900px;
  overflow: hidden;
  margin: 90px auto 60px;
}
.freeplan {
  width: 48%;
  background-color: #fbfdff;
  float: left;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e3e6;
  border-image: initial;
  padding: 40px 0px 50px;
}
.features-btn,
.features-container,
.features-icon {
  width: 100%;
  float: left;
}
.features-icon div {
  max-width: 100px;
  display: block;
  margin: 0px auto;
  overflow: hidden;
}
.features-icon div img {
  max-width: 200%;
}
.features-container {
  text-align: center;
}
.features-container h4,
.features-container p {
  padding: 0px 30px;
}
.lang-ar .features-container h4,
.lang-ar .features-container p,
.lang-ar .features-btn {
  text-align: center;
}
.features-container p {
  max-width: 428px;
  margin: 0px auto;
  font-size: 15px;
}
.features-btn {
  width: 100%;
  text-align: center;
  margin-top: 26px;
}
.more-btn {
  background-color: #009df7;
  color: #fff;
  margin: 0px auto 0;
  padding: 8px 26px;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
}
.highvolumeplan {
  width: 48%;
  background-color: #e0fef3;
  float: left;
  margin-left: 4%;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e3e6;
  border-image: initial;
  padding: 40px 0px 50px;
}
.highvolumeplan img {
  margin-left: -100px;
}
.lang-ar .freeplan {
  float: right;
}
.lang-ar .highvolumeplan {
  margin: 0 4% 0 0;
}
.lang-ar .freeplan img {
  margin-right: -100px;
}
.lang-ar .zfeatures-container h4,
.lang-ar .zfeatures-container p,
.lang-ar .zfeatures-btn,
.lang-ar h1 span,
.lang-ar .discount-txt {
  text-align: center;
}
.lang-pt-br .pricing-wrap .content-wrap .product-block a.getstart-plan,
.lang-pt-br .pricing-wrap .content-wrap .product-block a.trynow-plan {
  max-width: 240px;
}
.lang-de .pricing-wrap .content-wrap .product-block a.getstart-plan,
.lang-de .pricing-wrap .content-wrap .product-block a.trynow-plan {
  max-width: 270px;
}
@media only screen and (max-width: 767px) {
  .zadd-notes {
    text-align: center;
  }
  .expand-all ul {
    display: block;
  }
  .zadd-notes p {
    margin: 10px auto 0;
  }
  .free-highvolume-container {
    margin: 60px auto 80px;
  }
  .freeplan,
  .highvolumeplan,
  .lang-ar .freeplan,
  .lang-ar .highvolumeplan {
    width: 80%;
    max-width: 360px;
    float: unset;
    box-sizing: unset;
    margin: auto;
    padding: 30px 20px;
  }
  .features-btn,
  .features-container,
  .features-icon {
    width: 100%;
    float: unset;
    margin: 10px auto 0px;
  }
  .features-container h4 {
    padding: 0px 0px;
  }
  .highvolumeplan,
  .lang-ar .highvolumeplan {
    margin: 40px auto;
  }
  .pricing-wrap .content-wrap .product-block .feature-box {
    padding-top: 20px;
  }
  div#plan1,
  .lang-ar div#plan1 {
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  div#plan1:before,
  .lang-ar div#plan1:before {
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .pricing-wrap.pricing-box-2 .content-wrap .product-block {
    margin: 0px auto 0px;
  }
  div#plan1:before {
    right: 0;
    left: 0;
    bottom: -10px;
    transform: rotate(45deg);
    top: unset;
    margin: auto;
    z-index: 1;
  }
  div#plan2 {
    margin-top: -1px;
    border: 1px solid #dfdfdf;
    padding-top: 30px;
  }
  .ztogglegroup,
  span.zterms {
    font-size: 17px;
  }
  .feature-box > span:nth-child(2) .z-price-text {
    font-size: 68px;
  }
  .product-block span.detail span {
    font-size: 17px;
  }
  .product-block .plan-name {
    font-size: 21px;
  }
  .pricing-wrap.pricing-box-3 .content-wrap .product-block {
    margin-bottom: 0px;
    border: 1px solid #e5e5e5;
  }
  .feature-box ul {
    width: 100%;
  }
  .pricing-faq ul li,
  .pricing-faq ul li:nth-child(2n+2) {
    padding: 20px;
  }
  .pricing-wrap .content-wrap .product-block:nth-child(2) {
    border-bottom: none;
  }
  .pricing-wrap .content-wrap .product-block:last-child {
    border-top: none;
  }
  .pricing-wrap .content-wrap .product-block:nth-child(2) .feature-box {
    padding: 40px 20px 0px;
  }
  .pricing-wrap .content-wrap .product-block:last-child .feature-box {
    padding: 15px 20px 40px;
  }
  .pricing-faq .expand-all ul li:nth-child(2),
  .pricing-faq .expand-all ul li:nth-child(4) {
    min-height: auto;
  }
}
.zfree-plan {
  max-width: 680px;
  padding: 30px;
  margin: 0px auto 0px;
  overflow: hidden;
  border: 1px solid #e1ebf2;
  background-color: #f7fbff;
}
.zfeatures-icon {
  width: 20%;
}
.zfeatures-icon img.free-img {
  width: 110px;
}
.zfeatures-btn {
  width: 23%;
}
.zfeatures-container {
  width: 57%;
}
.zfeatures-container h2 {
  width: 100%;
  font-size: 23px;
}
.zfeatures-container .zfeatures-list {
  width: 50%;
  float: left;
}
.zfeatures-icon,
.zfeatures-btn,
.zfeatures-container {
  float: left;
}
.other-lang .zfeatures-list li {
  font-size: 13px;
  margin-bottom: 10px;
}
.zfeatures-list li {
  display: block;
  font-size: 15px;
  padding-left: 20px;
  line-height: 22px;
  margin-bottom: 15px;
  position: relative;
  color: #000;
}
.zfeatures-list li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  height: 10px;
  width: 12px;
  text-indent: initial;
  background: url(/sites/zweb/images/commonroot/yes-tick.png) left top no-repeat;
  background-size: cover;
}
.body-umain .zfeatures-btn a.sign-up {
  display: none;
}
a.try-plan {
  display: none;
}
.body-umain .zfeatures-btn a.try-plan {
  display: inline-block;
}
.other-lang .zcta {
  padding: 8px 15px;
}
.zcta {
  background-color: #009df7;
  color: #fff;
  padding: 8px 18px;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  margin-top: 50%;
  transform: translateY(-50%);
  margin-left: 30px;
  float: right;
}
.zmonth {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .zcol-wrap {
    display: block;
    padding: 50px 0;
    text-align: center;
  }
  .monitoring-content {
    margin: 0 auto;
  }
  .ip-form {
    margin: 0 auto 0px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-box > span:nth-child(2) span.zcurrency-symbol {
    font-size: 28;
  }
  .zfeatures-icon {
    display: none;
  }
  .zfree-plan {
    padding: 20px;
  }
  .zfree-plan {
    width: 80%;
    max-width: 360px;
  }
  .zfeatures-btn,
  .zfeatures-container {
    width: 100%;
    display: inline-block;
  }
  .zfeatures-container h2 {
    padding-left: 10px;
  }
  .zcta {
    margin-top: 0px;
    transform: unset;
    margin-left: 10px;
    float: unset;
  }
  .lang-ar div#plan1:before {
    right: 0;
    left: 0;
    bottom: -10px;
  }
}
.zfree-plan-top span::after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  background: #03a9f5;
  cursor: pointer;
}
.ccode-id .show {
  font-size: 36px;
}
.ccode-id .show span > span:first-child {
  font-size: 24px;
}
.lang-ar input.av-range {
  direction: ltr;
}
.lang-ar .zbreaker {
  justify-content: unset;
}
.lang-ar .ztable-val > div,
.lang-ar .pricing-header h3,
.lang-ar .ztoogle-container-inner,
.lang-ar .ztoogle-container-inner a {
  text-align: center;
}
.lang-ar div.zgdprform-state-container::after,
.lang-ar div.zgdprform-countrylist-container::after {
  left: 8px;
  right: auto;
}
.zw-template-inner {
  margin-top: 0;
}
[data-formid="crm_form_wrap_jp"] {
  width: 430px;
  max-width: 100%;
  margin: 0 auto 0 40px;
  text-align: left;
  min-height: 772px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  [data-formid="crm_form_wrap_jp"] {
    width: 370px;
    margin: 0 auto 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  [data-formid="crm_form_wrap_jp"] {
    width: 420px;
    margin: 0 auto;
  }
}
.table-description p {
  font-size: 15px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .table-description {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=pricing-agencies.css.map */