.zmenu-pricing a {
    box-shadow: 0 -2px 0 #000 inset;
    font-family: var(--zf-primary-semibold)
}
.zyearly-only.zwc-high-bold {
    font-family: var(--secondaryfont-semibold);
}
.crm-form-wrap {
    border: 1px solid #e5e5e5;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 1px 2px 20px 5px rgba(0,0,0,0.05);
    background: #fff;
    max-width: 500px;
    margin: 0 auto
}

.monitoring-content a {
    color: var(--zwc-link-clr)
}

.lang-rtl .sign_agree p {
    text-align: right !important
}

.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 .3s ease
}

.zgdprform-opt-container {
    text-align: left;
    padding-left: 18px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 30px;
    clear: both
}

.zgdprform-opt-container input.chk_bx {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
    width: auto;
    height: auto
}

#plan2 .feature-box .z-price-text em {
    font: inherit
}

.crm-country-fld .placeholder {
    font-size: 11px;
    top: -5px;
    left: 0
}

.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,.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 .5s ease-in-out;
    animation: fadeInUp .5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.rd-success-msg.out {
    opacity: 0;
    visibility: hidden;
    -webkit-animation: fadeInUp .5s ease-in-out;
    animation: fadeInUp .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
}

.show .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: .3125rem;
    border: .125rem solid #47a7ef;
    background-color: #fff;
    -webkit-transition: left .15s ease-in-out;
    -o-transition: left .15s ease-in-out;
    transition: left .15s ease-in-out
}

.pricingPlansCalculator__tooltip:after,.pricingPlansCalculator__tooltip:before {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: .4375rem solid transparent;
    border-right: .4375rem solid transparent;
    border-top: .4375rem solid #fff;
    bottom: -.4375rem;
    left: 50%;
    margin-left: -.4375rem
}

.pricingPlansCalculator__tooltip:before {
    border-top-color: #47a7ef;
    bottom: -.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: 120px 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
}

.ztoogle-container-inner {
    margin: 25px 0 40px
}

.ztoogle-container-inner a {
    background: #fff;
    border-color: #fff;
    padding: 10px;
    min-width: 150px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #000
}

.ztoogle-container-inner a.active {
    border-color: var(--primary-focus-color);
    background: var(--primary-focus-color);
    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 var(--primary-focus-color);
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px
}

.monitoring {
    background: #fff6ed
}

.monitoring-content {
    max-width: 475px
}

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
}

#plan2 .feature-box p {
    text-align: left;
    font-family: var(--zf-secondary-medium);
    font-size: 16px
}

.pricing-wrap .content-wrap .product-block#plan2 .feature-box {
    padding: 40px 30px 40px 40px
}

.block-box-2.content-wrap,.pricing-wrap.pricing-box-2 .content-wrap {
    max-width: 840px
}

.table-wrapper table {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    color: #000;
}

.table-wrapper table tr {
    border-bottom: 1px solid #ccc;
}

.table-wrapper table th:first-child,.table-wrapper table td:first-child {
    border-right: 1px solid #ccc;
}

.table-wrapper table tbody tr:last-child {
    border-bottom: 0
}

.table-wrapper table td,.table-wrapper table th {
    padding: 20px;
    width: 50%
}

.table-wrapper table .zpricegroup {
    margin: 0
}

.table-wrapper table th {
    font-size: 20px;
    font-family: var(--secondaryfont-semibold)
}

.table-wrapper {
    max-width: 700px;
    margin: 60px auto 0;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.monthly-visitors {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url(/sites/zweb/images/commonroot/select-dropdown.png) no-repeat scroll right center / 30px auto;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: none;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 10px auto 30px;
    padding: 10px 32px 10px 10px;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
}

.zwc-select-visitors {
    display: block;
    text-align: center;
}

@media(min-width: 991px) {
    .zsection {
        padding:120px 0;
        margin: 80px 0 0
    }

    .monitoring .zcol-wrap {
        width: 100%;
        margin: 0 auto;
        max-width: 1140px
    }
}

.zadd-notes {
    text-align: right
}

.show {
    color: #fff;
    text-align: center
}

.pricing-header h3 span {
    color: red
}

.feature-box ul:last-child li:before {
    top: 3px
}

body:before {
    background: #fef1f3;
    content: '';
    position: absolute;
    width: 100%;
    height: 540px;
    left: 0;
    top: 0
}

.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: 12px 45px
}

.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: 0
}

.feature-box ul {
    width: 85%
}

.product-block .feature-box h3 {
    font-size: 19px;
    color: #000
}

.pricing-wrap .content-wrap .product-block:nth-child(2) .feature-box {
    padding-right: 0;
    border-right: 0
}

.lang-rtl .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-rtl .disc-icon {
    margin-left: 4px;
    margin-right: 0
}

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 0
}

.product-block .plan-name {
    font-size: 25px;
    margin-bottom: 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: #241d51;
    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
}

.pricing-wrap .content-wrap .product-block a.getstart-plan,.pricing-wrap .content-wrap .product-block a.trynow-plan {
    padding: 12px 46px;
    font-size: 17px;
    min-width: 200px;
}

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: #241d51;
    transform: rotate(45deg);
    right: -10px;
    top: 21%;
    margin: auto;
    z-index: 1
}

.lang-rtl 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-rtl 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-rtl 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 0 50px
}

.features-btn,.features-container,.features-icon {
    width: 100%;
    float: left
}

.features-icon div {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    overflow: hidden
}

.features-icon div img {
    max-width: 200%
}

.features-container {
    text-align: center
}

.features-container h4,.features-container p {
    padding: 0 30px
}

.lang-rtl .features-container h4,.lang-rtl .features-container p,.lang-rtl .features-btn {
    text-align: center
}

.features-container p {
    max-width: 428px;
    margin: 0 auto;
    font-size: 15px
}

.features-btn {
    width: 100%;
    text-align: center;
    margin-top: 26px
}

.more-btn {
    background-color: #009df7;
    color: #fff;
    margin: 0 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 0 50px
}

.highvolumeplan img {
    margin-left: -100px
}

.lang-rtl .freeplan {
    float: right
}

.lang-rtl .highvolumeplan {
    margin: 0 4% 0 0
}

.lang-rtl .freeplan img {
    margin-right: -100px
}

.lang-rtl .zfeatures-container h4,.lang-rtl .zfeatures-container p,.lang-rtl .zfeatures-btn,.lang-rtl h1 span,.lang-rtl .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-rtl .freeplan,.lang-rtl .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 0
    }

    .features-container h4 {
        padding: 0
    }

    .highvolumeplan,.lang-rtl .highvolumeplan {
        margin: 40px auto
    }

    .pricing-wrap .content-wrap .product-block .feature-box {
        padding-top: 20px
    }

    div#plan1,.lang-rtl div#plan1 {
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    div#plan1:before,.lang-rtl div#plan1:before {
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .pricing-wrap.pricing-box-2 .content-wrap .product-block {
        margin: 0 auto 0
    }

    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: 0;
        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: 0
    }

    .pricing-wrap .content-wrap .product-block:last-child {
        border-top: 0
    }

    .pricing-wrap .content-wrap .product-block:nth-child(2) .feature-box {
        padding: 40px 20px 0
    }

    .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: 0 auto 0;
    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: 0;
    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
    }

    .lang-rtl #crmWebToEntityForm .error {
        text-align: right
    }

    .monitoring-content {
        margin: 0 auto;
        text-align: center
    }

    .ip-form {
        margin: 0 auto 0
    }
}

@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: 0;
        transform: unset;
        margin-left: 10px;
        float: unset
    }

    .lang-rtl 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-rtl input.av-range {
    direction: ltr
}

.lang-rtl .zbreaker {
    justify-content: unset
}

.lang-rtl .ztable-val>div,.lang-rtl .pricing-header h3,.lang-rtl .ztoogle-container-inner,.lang-rtl .ztoogle-container-inner a {
    text-align: center
}

.lang-rtl div.zgdprform-state-container::after,.lang-rtl div.zgdprform-countrylist-container::after {
    left: 8px;
    right: auto
}

.lang-rtl .zgdprform-opt-container input.chk_bx {
    left: unset;
    right: 0;
    margin-right: 0 !important;
    margin-left: 6px
}

.lang-rtl .zgdprform-opt-container {
    padding-left: 0;
    padding-right: 18px
}

.i18n-he h3 .arrow {
    left: -20px !important
}

.lang-rtl .crmWebForm fieldset.demofrm.crm-country-fld {
    text-align: right
}
.zwc-agents-features {
    background-color: #fceded;
    padding: 90px 0;
    width: 90%;
    border-radius: 8px;
    margin: 120px auto;
}

.feature-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1040px;
    margin: 0 auto;
}

.zfeatures-inner-left {
    max-width: 325px;
}

.zfeatures-inner-left h2 {
    font-size: 48px;
    letter-spacing: -1.44px;
    font-family: var(--primaryfont-semibold);
    line-height: 1.3;
}

.zfeatures-inner-right ul li {
    position: relative;
    margin-bottom: 25px;
    font-size: 17px;
    padding-left:30px;
}
.zfeatures-inner-right ul li:before {
    content:'';
    position:absolute;
background: url(/sites/zweb/images/pagesense/features-images/sub-header-sprite.svg);
    width: 21px;
    height: 28px;
    background-position: -755px 109px;
    background-size: 800px;
    position: absolute;
    top: -2px;
    left: 0px;
}

.zwc-high {
    font-size: 20px;
    font-family: var(--secondaryfont-semibold);
}

.table-wrapper table th {
    background: #e3e3e3;
    color: #000;
}
.table-wrapper table th:first-child{
    border-radius:8px 0 0 0;
}
.table-wrapper table th:last-child{
    border-radius:0px 8px 0 0;
}