.theme_dark .umain #mini-panel-product_menu .menu-icon-help-header .product-title a, .theme_dark #mini-panel-product_menu .menu-icon-help-header .product-title a {
    background: url(https://www.zohowebstatic.com/sites/zweb/images/commonroot/zoho-logo-darkbg.svg) no-repeat;
}
*, :after, :before {
    box-sizing: content-box;
}

.langstrip, .lbanner {
    box-sizing: border-box;
}

.zph-sticky .z-bottom-cta-menu {
    pointer-events: none;
    box-shadow: none;
    background: transparent;
}

.z-bottom-cta-menu > a {
    display: none !important;
}

.zph-sticky .mobile-menu-icon1, .onscroll.withCW .mobile-menu-icon1 {
    pointer-events: auto;
    left: 1px;
    top: -1px;
}

div.withCW .mobile-menu-icon1::after {
    display: none;
}

.zsiq_theme1.zsiq_floatmain {
    width: 60px !important;
    height: 60px !important;
    bottom: 10px !important;
    right: 10px !important;
}

.lang-ar .zsiq_theme1.zsiq_floatmain {
    right: 0 !important;
    left: 10px !important;
}

.zsiq_theme1 .zsiq_flt_rel {
    width: 60px !important;
    height: 60px !important;
    background-color: #06c !important;
    border-radius: 100% !important;
}

.zsiq_theme1 .zsiq_user::before {
    margin-top: 12px !important;
}

.withCW .mobile-menu-icon1 {
    background: #000 !important;
}

.withCW .zhamburger span {
    background: #fff;
}

.item-list em {
    border: 1.5px solid #FC515E;
    color: #FC515E;
    padding: 1px 4px;
    font-size: 9px;
    line-height: 0;
    font-family: var(--zf-primary-bold);
    margin-right: 5px;
}

.zgh-accounts a.zgh-signup {
    display: none !important;
}

h1, .changePriceContainer span.action, .pricing-tab > span.active, a.getstart-plan, a.trynow-plan, .product-block .price span, .product-block .feature-box h3, .highlighted-box > div span {
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
}

/* .price-tooltip a {
    color: #fff;
    text-decoration: underline;
} */

.product-block .price span {
    font-family: var(--zf-primary-semibold);
}

.main-container-wrapper {
    position: relative;
    background: #f3f3f4; 
}

.main-container-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    background: #77cdff;
    background: -moz-linear-gradient(top, #77cdff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #77cdff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #77cdff 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#77cdff', endColorstr='#ffffff', GradientType=0);
}

.zw-template-inner {
    margin : 20px 0px 40px;
    background: #F3F3F4;
}

.zw-template-inner > .content-wrap {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.pricing-header {
    text-align: center;
    margin-bottom: 40px;
}

h1 span {
    display: inline-block;
    font-size: 0.75em;
}

.field-price-caption {
    text-align: center;
}

/************************ Currency Toggle Starts ***********************/
.changePrice {
    display: inline-block;
}

.changePriceContainer {
    min-height: 30px;
}

.changePriceContainer span {
    color: #000;
    cursor: pointer;
    display: none;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    width: auto;
    padding: 5px 12px;
    border: 1px solid #ADADAD;
    border-radius: 6px;
    margin-right: -5px;
    z-index: 1;
    position: relative;
}

.changePriceContainer span.action {
    color: #379CFC;
    cursor: default;
    z-index: 2;
    border: 2px solid #379CFC;
    background: #fff;
}

.changePriceContainer .showThis {
    display: inline-block;
}

/************************ Currency Toggle Ends ***********************/
/************************ Monthly / Yearly Toggle Starts ***********************/
.pricing-tab-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.save-tab {
    background-color: #fff352;
    color: #fd0200;
    margin-left: 15px;
    position: relative;
    font-size: 12px;
}

.save-tab span:first-child{
    display: none;
}

.save-tab::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -40px;
    left: -29px;
    background-image: url('/sites/default/files/zh-hans/creator/my_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
.zwc_comp_cell .save-tab::before {
 content: '';
 width: 40px;
 height: 40px;
 position: absolute;
 bottom: 3px;
 left: auto;
 background-image: url(/sites/default/files/zh-hans/creator/my_arrow.svg);
 background-size: contain;
 background-repeat: no-repeat;
 z-index: 0;
}
.zwc_comp_cell .save-tab::before {
 right: -30px;
 left: auto;
 transform: rotateX(0);
transform: rotateX(180deg) rotate(-82deg);
}

.zwc_comp_cell .pricing-tab-wrap {
       flex-direction: column;
}

.zwc_comp_cell .save-tab{
      margin-left: 4px;
    margin-top: 15px;

}

.i18n-ar .pricing-tab-wrap {
    float: left;
}

.pricing-tab > span {
    width: 50%;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    user-select: none;
    outline: 0;
    padding: 8px 18px;
    cursor: pointer;
}

.pricing-tab > span.monthly, .pricing-tab > span.yearly {
    color: #3C4546;
    border: 1px solid #000;
}

.pricing-tab > span.active.monthly, .pricing-tab > span.active.yearly {
    color: #fff;
    background: #379cfc;
    cursor: default;
    border-radius: 30px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 18%);
}
.pricing-tab > span.yearly{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
 border-left :0;
}

.pricing-tab > span.monthly{
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-right : 0;
}

.pricing-tab > span.active.yearly{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #379cfc ;
}
.pricing-tab > span.active.monthly{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #379cfc ;
}

.pricing-tab > span.ztoggle-slide {
    width: 50px;
    display: inline-block;
    margin: 0 10px;
    background: #fff;
    border: 1px solid #4696ec;
    border-radius: 20px;
    height: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    display: none;
}

/*span em {
    display: none !important;
}*/

.pricing-tab > span.ztoggle-slide em.toggle-btn {
    display: block;
    width: 18px;
    border-radius: 100%;
    background: #4696ec;
    height: 18px;
    margin-left: 4px;
    margin-top: 2px;
    transition: 0.5s all ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.pricing-tab > span.ztoggle-slide.active em.toggle-btn {
    margin-left: 26px;
}

.i18n-ar h1, .i18n-ar .field-price-caption, .i18n-ar .next-actions h4 {
    text-align: center;
}

.i18n-ar .pricing-tab > span.ztoggle-slide em.toggle-btn {
    margin-right: 4px;
    margin-left: 0;
}

.i18n-ar .pricing-tab > span.ztoggle-slide.active em.toggle-btn {
    margin-right: 26px;
    margin-left: 0;
}

/************************ Monthly / Yearly Toggle Ends ***********************/
/************************ Pricing Block Starts ***********************/
.pricing-wrap {
    margin: 0 0 80px;
}

.pricing-wrap .content-wrap {
    max-width: 1280px;
    border-collapse: collapse;
    margin : 0 auto;
    margin-top: 20px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.pricing-wrap .content-wrap.has-most-popular-plan {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 50px;
}

.pricing-wrap .content-wrap .product-block {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
}

.i18n-ar .pricing-wrap .content-wrap .product-block {
    float: right;
}

.i18n-ar .pricing-wrap .content-wrap .product-block {
    border-left: 1px solid #e5e5e5;
    border-right: none;
}

.zw-template-inner .pricing-faq .content-wrap.expand-all {
    max-width: 1100px;
}

.expand-all ul {
    overflow: hidden;
}

.pricing-faq .expand-all ul li {
    width: 45%;
    margin: 0 2.5% 20px;
    float: left;
}

.expand-all h3 .arrow {
    display: none;
}

.pricing-faq .expand-all li > p {
    display: block;
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
    .i18n-ar .pricing-wrap.pricing-box-4 .content-wrap .product-block, .i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block {
        border-left: none;
        border-right: 1px solid #e5e5e5;
    }

    .i18n-ar .pricing-wrap.pricing-box-4 .content-wrap .product-block:nth-child(2n), .i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(2n), .i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(5) {
        border-left: 1px solid #e5e5e5;
    }
}

@media only screen and (max-width: 991px) {
    .ccode-mx .product-block .price span.z-price-text {
        font-size: 38px;
    }

    .ccode-mx .product-block .price .zcurrency-symbol {
        font-size: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-faq .expand-all li > p {
        display: none;
    }

    .expand-all h3 .arrow {
        display: inline-block;
    }

    .pricing-faq .expand-all ul li {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }

    .i18n-ar .zmore-features {
        text-align: center;
    }

    .i18n-ar .pricing-wrap.pricing-box-3 .content-wrap .product-block, .i18n-ar .pricing-wrap.pricing-box-2 .content-wrap .product-block, .i18n-ar .pricing-wrap.pricing-box-4 .content-wrap .product-block, .i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block {
        border: 1px solid #e5e5e5;
    }

    .i18n-ar select#zmobile-mon-yearly, .i18n-ar select#zmobile-currency {
        padding: 0 0 0 25px;
    }

    .i18n-ar .zmobile-mon-yearly-container:before, .i18n-ar .zmobile-currency-container:before {
        right: unset;
        left: 7px;
    }

    .i18n-ar .zmobile-mon-yearly-container:after, .i18n-ar .zmobile-currency-container:after {
        right: unset;
        left: 0;
    }

    .i18n-ar .zmore-features > span {
        padding: 0 0 0 30px;
    }

    .i18n-ar span.zmore-features-show:before, .i18n-ar span.zmore-features-hide:before {
        right: unset;
        left: 10px;
    }

    .i18n-ar span.zmore-features-show:after, .i18n-ar span.zmore-features-hide:after {
        right: unset;
        left: 3px;
    }
}

section.pricing-wrap .content-wrap .product-block.most-popular-plan {
    background: #FFFDE6;
    border: 1px solid #E5B810;
    box-shadow: 0px 0px 12px 0px rgba(80, 80, 80, 0.25);
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

.pricing-wrap .content-wrap .product-block.most-popular-plan .highlighted-box {
    background: #fbf8d5;
}

.pricing-wrap .content-wrap .product-block.most-popular-plan:after {
    content: "";
    width: 100%;
    height: 20px;
}

.pricing-wrap .content-wrap .product-block.most-popular-plan .main-box {
    padding-top: 27px;
    border-bottom: none;
}

.pricing-wrap .content-wrap .product-block .zmost-popular {
    font-size: 12px;
    text-align: center;
    background: #FFDE59;
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    left: 0px;
    top: 10px;
    display: inline-block;
    padding: 3px 12px;
    width: auto;
    color: #000;
}

.zmost-popular-wrap{
    display: flex;
    justify-content: center;
}

.zmost-popular em {
    display: none;
}

.pricing-wrap .content-wrap .product-block .popular-plan {
    display: none !important;
}

.product-block span.detail span.zpricegroup span {
    display : inline-block;
    float: left;
}

.product-block span.detail span.zpricegroup:after {
    content: '';
    display: inline-block;
}

.price .z-price-text em {
    font-size: 25px;
}

.z-price-text em {
    font-style: normal;
}

.product-block span.detail span.ztogglegroup {
    display: inline;
}

.product-block span.detail span > span.zpricegroup {
    display: inline-block;
}

.zmost-popular ~ .feature-box {
    border-bottom: 3px solid #03a9f5;
}

.product-block.highlighted-plan .feature-box {
    padding-bottom: 60px;
}

a.getstart-plan, a.trynow-plan {
    color: #f0483e!important;
    display: inline-block;
    font-size: 13px;
    padding: 12px 15px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: auto;
    border: 1px solid #f0483e;
    line-height: 1;
    min-width: 180px;
    text-align: center;
    border-radius: 5px;
    background: #fff!important;
}

.most-popular-plan a.getstart-plan, .most-popular-plan a.trynow-plan {
    background: #f0483e!important;
    color: #fff!important;
}

a.trynow-plan {
    display: none;
}

.body-umain a.getstart-plan {
    display: none;
}

.body-umain a.trynow-plan {
    display : inline-block;
}

.block-box-2.content-wrap, .pricing-wrap.pricing-box-2 .content-wrap {
    max-width: 750px;
}

.block-box-3.content-wrap, .pricing-wrap.pricing-box-3 .content-wrap {
    max-width: 980px;
}


.pricing-wrap.pricing-box-2 .content-wrap .product-block {
    width: 49%;
}

.pricing-wrap.pricing-box-3 .content-wrap .product-block {
    width: 31.333%;
    margin: 0 1%;
}

/* .pricing-wrap.pricing-box-4 .content-wrap .product-block {
    width:25%;
} */
.pricing-wrap.pricing-box-4 .content-wrap .product-block {
    width: 32%;
}

.pricing-wrap .content-wrap {
    justify-content: space-between;
}

.pricing-wrap.pricing-box-5 .content-wrap .product-block {
    width: 19%;
    margin: 0 0.5%;
}

@media only screen and (min-width: 1100px) and (max-width: 1240px) {
    .pricing-box-5 a.getstart-plan, .pricing-box-5 a.trynow-plan {
        min-width: 150px;
    }
}

.pricing-wrap .content-wrap .product-block .main-box {
    text-align: left;
}

.pricing-wrap .content-wrap .product-block .main-box, .pricing-wrap .content-wrap .product-block .highlighted-box, .pricing-wrap .content-wrap .product-block .feature-box {
    padding: 35px 25px;
    display: block;
}

.pricing-wrap .content-wrap .product-block .feature-box {
    padding-top: 0;
}

.pricing-wrap .content-wrap .product-block .addons-box:empty {
    display: none;
}

.product-block .plan-name, .product-block .price {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}

.product-block .price {
    min-height: 50px;
}

.product-block .price.zdisplay {
    min-height: auto;
}

.product-block .plan-name {
    color: #333;
    font-size: 17px;
    line-height: 1.5;
    font-family: var(--zf-primary-semibold);
    margin-bottom: 15px;
}

.product-block .plan-caption {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    font-size: 13px;
    color: #999;
}

.product-block span.detail {
    display: block;
    margin: 5px 0 20px;
}

.product-block span.detail span {
    display: block;
    font-size: 15px;
}

.product-block .price span {
    color: #000;
    font-size: 52px;
    line-height: 1;
}

.ccode-id .product-block .price span {
    font-size: 46px;
}

.ccode-id .pricing-box-4 .product-block .price span {
    font-size: 40px;
}

.product-block .price span:first-child {
    position: relative;
    top: -20px;
    font-size: 28px;
}

.ccode-id .pricing-box-4 .product-block .price span:first-child {
    font-size: 24px;
}

.ccode-id .product-block .price span:first-child {
    font-size: 22px;
}

.ccode-mx .product-block .price .zcurrency-symbol {
    text-transform: none;
}

.feature-box ul li {
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #000;
}

.feature-box ul li {
    padding-left: 20px;
}


.feature-box ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -5px;
    height: 4px;
    width: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-55deg);
}

.product-block .feature-box h3 {
    color: #f26522;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    letter-spacing: 0;
}

.highlighted-box > div {
    text-align: center;
    margin: 15px 0;
}

.highlighted-box p {
    position: relative;
    line-height: 1.5;
    padding-left: 20px;
    font-size: 15px;
    margin: 0 0 15px;
}

.highlighted-box p:last-child {
    margin-bottom: 0;
}

.highlighted-box p: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;
}

.highlighted-box > div span {
    display: block;
}

.comparison-link {
    text-align: center;
}

.comparison-link a {
    color: #03a9f5;
    font-size: 19px;
    line-height: 30px;
    text-decoration: underline;
}

.pricing-faq {
    position: relative;
    overflow: hidden;
    margin: 0 0 60px;
    padding: 50px 0px 0px;
}

.zw-template-inner .pricing-faq .content-wrap {
    max-width: 1000px;
    width: 90%
}

.pricing-faq h2 {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.pricing-faq h2:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #666;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.pricing-faq ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 30px;
}

/*.i18n-ar .pricing-faq ul li {
    padding: 0 0 0 30px;
}
.i18n-ar .pricing-faq ul li:nth-child(2n+2) {
    padding: 0 30px 0 0;
}*/
.i18n-ar .highlighted-box p:before, .i18n-ar .feature-box ul li:before {
    left: unset;
    right: 0px;
}

.i18n-ar .highlighted-box p, .i18n-ar .feature-box ul li {
    padding: 0 20px 0 0;
}

.pricing-faq li > p {
    display: none;
}

.pricing-faq li:first-child > p {
    display: block;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 25px;
    }
}

.pricing-faq ul li h3 {
    font-size: 23px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

.i18n-ar .pricing-faq ul li h3 {
    padding: 0 0 0 20px;
}

.signing .signup {
    display: none !important;
}

/* .has-tooltip .price-tooltip {
    cursor: pointer;
    position: relative;
} */

/* .has-tooltip > span.price-tooltip {
    display : none;
} */

.has-tooltip{
    position: relative;
}

.zwc_info_tooltip_icon::after {
    content: "i";
    width: 12px;
    height: 12px;
    border: 1px solid #9d9d9d;
    display: inline-block;
    border-radius: 100%;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #5a5a5a;
    font-family: var(--zf-primary-semibold);
    position: absolute;
    right: 14px;
    top: 18px;
    cursor: pointer;
}

.i18n-ar .has-tooltip > span::after {
    margin: 4px 4px 0 0;
}

/* .price-tooltip:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0f94f6;
    bottom: -7px;
    color: white;
    height: 0px;
    right: 24px;
    position: absolute;
    width: 0px;
    content: '';
} */

/* .i18n-ar .price-tooltip:before {
    left: auto;
    right: 20%;
} */

/* span.price-tooltip.active {
    background-color: #0f94f6;
    box-shadow: 0px 0px 11px #B8B6B6;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    min-height: 25px;
    width: 90%;
    padding: 15px 19px;
    position: absolute;
    text-align: left;
    left: 0px;
    bottom: 105%;
    border: none;
    transition: 0.5s ease;
    display: block;
} */

/* .i18n-ar span.price-tooltip.active {
    text-align: right;
} */

.zpriceplantext {
    font-size: 58px;
    font-family: var(--zf-primary-bold);
    line-height: 1;
}

/************************ Pricing Block Ends ***********************/
.zmore-features, .product-block .price span.ztogglegroup-mobile, .z-plustax-mobile {
    display: none;
}

h3 .arrow {
    position: absolute;
    right: 0;
    top: -9px;
    transition: all 500ms ease;
    width: 30px;
    height: 30px;
}

.i18n-ar h3 .arrow {
    right: unset;
    left: -10px;
}

h3 .arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    position: absolute;
    top: 17px;
    right: 0;
    border-top: 8px solid #333;
}

h3 .arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 16px;
    right: 2px;
}

li.zactive h3 .arrow {
    transform: scaleY(-1);
    transform-origin: center;
    top: 3px;
}

.zmobile-mon-yearly-container, .zmobile-currency-container {
    display: none;
}

.zwc_comp_inner_heading .ztax-container > p {
    font-size: 13px;
    text-align: right;
    width: 100%;
    display: none;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.pricing-wrap .ztax-container.content-wrap {
    box-shadow: none;
    margin-top: 0;
    padding: 0;
}

@media only screen and (max-width: 1140px) {
    .zfixed-package-header {
        top:0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .pricing-wrap.pricing-box-4 .content-wrap, .pricing-wrap.pricing-box-5 .content-wrap {
        max-width:720px;
        -webkit-box-shadow : none;
        -moz-box-shadow : none;
        box-shadow : none;
        margin-top: 0;
        padding-top: 0;
    }

    .pricing-wrap.pricing-box-4 .content-wrap .product-block, .pricing-wrap.pricing-box-5 .content-wrap .product-block {
        width: 48%;
        margin: 40px 1% 0;
        border-left : 1px solid #e5e5e5;
        border-top : 1px solid #e5e5e5;
        border-bottom : 1px solid #e5e5e5;
        border-right : none;
    }

    section.pricing-wrap.pricing-box-4 .content-wrap .product-block.most-popular-plan, section.pricing-wrap.pricing-box-5 .content-wrap .product-block.most-popular-plan {
        margin-top: 20px;
    }

    .pricing-wrap.pricing-box-4 .content-wrap .product-block:nth-child(2n), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(2n), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(5) {
        border-right : 1px solid #e5e5e5;
    }

    .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(3), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(4) {
        margin-top: 40px;
    }

    .pricing-faq h3 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 767px) {
    .zwc_comp_inner_heading .ztax-container > p {
        text-align: center;
        margin: 0 auto;
    }

    .pricing-wrap .content-wrap.has-most-popular-plan, .pricing-wrap .content-wrap {
        padding-top: 0;
        margin-top: 25px;
    }

    .zmobile-mon-yearly-container {
        display: inline-block;
        position: relative;
    }

    /*.zmobile-currency-container{//display: inline-block; position: relative;}*/
    .zmobile-mon-yearly-container:after, .zmobile-mon-yearly-container:before, .zmobile-currency-container:after, .zmobile-currency-container:before {
        position: absolute;
        width: 10px;
        height: 1px;
        content: "";
        background: #000;
        right: 7px;
        top: 14px;
        transform: rotate(45deg);
    }

    .zmobile-mon-yearly-container:before, .zmobile-currency-container:before {
        transform: rotate(-45deg);
        right: 0;
    }

    select#zmobile-mon-yearly, select#zmobile-currency {
        font-size: 17px;
        padding-right: 25px;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        background: none;
        border: none;
        position: relative;
        font-family: var(--zf-primary-semibold);
        height: auto;
    }

    select#zmobile-currency option.showThis {
        display: inline-block;
    }

    .pricing-tab > span, .pricing-tab > span.ztoggle-slide {
        display: none !important;
    }

    /*.changePriceContainer > span{display: none !important;}*/
    .pricing-wrap .content-wrap .product-block .highlighted-box {
        margin-bottom: 35px;
    }

    .pricing-wrap .content-wrap .product-block .highlighted-box, .pricing-wrap .content-wrap .product-block .feature-wrap {
        display: none;
    }

    .product-block .price span.ztogglegroup-mobile {
        /* display: inline; */
        line-height: 0;
    }

    a.getstart-plan, a.trynow-plan {
        margin-top: 10px;
    }

    .z-plustax-mobile {
        display: block;
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    .product-block .price span.ztogglegroup-mobile > span {
        vertical-align: bottom;
        line-height: 0;
        font-family: var(--zf-primary-regular);
        text-transform: none;
        font-size: 15px;
    }

    .product-block span.detail span.zpriceempty {
        display: none;
    }

    .product-block .price span {
        font-size: 34px;
    }

    .pricing-wrap .content-wrap .product-block .main-box {
        min-height: 35px;
    }

    .product-block .price span:first-child {
        top: -16px;
        font-size: 19px;
        margin-right: 2px;
    }

    .zmore-features {
        display: block;
        cursor: pointer;
        padding: 0 20px 20px 20px;
        text-align: center;
        color: #03a9f5;
        font-family: var(--zf-primary-semibold);
        font-size: 15px;
    }

    .zmore-features > span {
        position: relative;
        padding-right: 30px;
    }

    .pricing-wrap .content-wrap .product-block .feature-box {
        padding-top: 0;
        padding-bottom: 20px;
    }

    span.zmore-features-show:after, span.zmore-features-show:before, span.zmore-features-hide:after, span.zmore-features-hide:before {
        content: "";
        width: 10px;
        height: 1px;
        position: absolute;
        right: 10px;
        top: 8px;
        background: #03a9f5;
        transform: rotate(45deg);
    }

    span.zmore-features-show:before {
        transform: rotate(-45deg);
        right: 3px;
    }

    span.zmore-features-hide:after {
        transform: rotate(-45deg);
        top: 11px;
        right: 10px;
    }

    span.zmore-features-hide:before {
        transform: rotate(45deg);
        top: 11px;
        right: 3px;
    }

    .zmore-features span.zmore-features-hide {
        display: none;
    }

    .zmore-features.zshow span.zmore-features-hide {
        display: inline-block;
    }

    .zmore-features.zshow span.zmore-features-show {
        display: none;
    }

    .pricing-wrap .content-wrap .product-block.most-popular-plan .main-box {
        border-bottom: 0;
    }

    .pricing-wrap .content-wrap .product-block .main-box {
        padding: 20px;
        border-bottom: 0;
    }

    section.pricing-wrap .content-wrap .product-block.most-popular-plan {
        margin-top: 0 !important;
    }

    .pricing-header {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .pricing-wrap .content-wrap {
        -webkit-box-shadow : none;
        -moz-box-shadow : none;
        box-shadow : none;
    }

    .pricing-faq h2 {
        margin-top: 20px;
    }

    .pricing-faq ul li h3 {
        font-size: 17px;
        padding-right: 25px;
    }

    .i18n-ar .pricing-faq ul li h3 {
        padding: 0 0 0 25px;
    }

    .pricing-faq ul li p, .pricing-faq ul li .faq-list {
        display: none;
    }

    .pricing-faq ul li, .pricing-faq ul li:nth-child(2n+2) {
        display: block;
        width: 100%;
        padding: 0;
        min-height: inherit;
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
        border-bottom: 1px solid #ececec;
    }

    .pricing-wrap.pricing-box-3 .content-wrap .product-block, .pricing-wrap.pricing-box-2 .content-wrap .product-block, .pricing-wrap.pricing-box-4 .content-wrap .product-block, .pricing-wrap.pricing-box-5 .content-wrap .product-block, .pricing-wrap .content-wrap .product-block.most-popular-plan + .product-block {
        float: none;
        width: 100%;
        display: block;
        max-width: 400px;
        margin: 0 auto 30px;
        border: 1px solid #e5e5e5;
    }

    .pricing-wrap.pricing-box-3 p.common-tax-text {
        max-width: 400px
    }
}

@media only screen and (max-width: 480px) {
    .pricing-tab > span {
        font-size: 15px;
    }
    .zwc_info_tooltip_icon::after{
        top: 15px;
    }
}

.ztax-container > p {
    font-size: 13px;
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

/* Comp Table */
.zwc_comparison_wrap h2 {
    text-align: center;
}

.zwc_comp_header, .zwc_comp_row {
    display: flex;
    background: #fff;
}

.zwc_comp_header {
    border: 1px solid #E2E7EB;
}

.zwc_comp_header a.getstart-plan, .zwc_comp_header a.trynow-plan {
    min-width: 130px;
}

.zwc_comparison_container {
    margin: 40px auto 60px;
    padding: 25px 0;
    background: #fff;
    overflow-x: auto;
    box-shadow: 0 12px 20.64px 3.36px rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.zwc_comparison_table_wrap {
    position: relative;
    box-sizing: border-box;
    padding: 0 25px;
}

.zwc_comparison_container.zcol-2 {
    max-width: 580px;
}


.zwc_comparison_container.zcol-3 {
    max-width: 800px;
}

.zwc_comparison_container.zcol-4 {
    max-width: 950px;
}

.zwc_comparison_container.zcol-5 {
    max-width: 1240px;
}



.zwc_comparison_container.zcol-2 .zwc_comparison_table_wrap{
    width: 580px;
}
.zcol-2 .zwc_comp_header_fixed.zwc_comp_header_show{
    width: 530px;
}

.zwc_comparison_container.zcol-3 .zwc_comparison_table_wrap{
    width: 800px;
}
.zcol-3 .zwc_comp_header_fixed.zwc_comp_header_show{
    width: 750;
}

.zwc_comparison_container.zcol-4 .zwc_comparison_table_wrap{
    width: 950px;
}
.zcol-4 .zwc_comp_header_fixed.zwc_comp_header_show{
    width: 900px;
}

.zwc_comparison_container.zcol-5 .zwc_comparison_table_wrap{
    width: 1240px;
}
.zcol-5 .zwc_comp_header_fixed.zwc_comp_header_show{
    width: 1190px;
}



.zcol-3 .zwc_comp_cell:first-child {
    width: 100%;
    max-width: 38%;
}
.zcol-3 .zwc_comp_cell {
    width: 31%;
}



.zwc_comp_header h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.zwc_comp_inner_heading {
    background: #F1F3F5;
    padding: 15px 45px;
    font-family: var(--zf-primary-semibold);
    border: 1px solid #E2E7EB;
    border-top: none;
    position: relative;
}

.zwc_comp_inner_heading p {
    display: inline;
    font-size: 16px;
}

.zwc_comp_inner_heading .ztax-container {
    display: inline-block;
    margin-left: 8px;
}

.zwc_comp_row {
    border: 1px solid #E2E7EB;
    border-top: none;
}

.zwc_comp_row:last-child {
    border-bottom: 1px solid #E2E7EB;
}

.zwc_comp_cell {
    width: 24%;
    padding: 15px 25px 15px 25px;
    font-size: 14px;
    border-left: 1px solid #E2E7EB;
    box-sizing: border-box;
}

.zwc_comp_cell:first-child {
    width: 100%;
    max-width: 28%;
    border-left: none;
}

.zwc_comp_header .zwc_comp_cell {
    text-align: center;
    padding: 18px 10px;
}


.zwc_slide + .zwc_comp_inner_details {
    display: none;
}

.zwc_comp_inner_heading.zwc_slide {
    cursor: pointer;
}

.zwc_pointer_circle {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff;
    left: 11px;
    top: 50%;
    margin-top: -11px;
    border: 2px solid #333
}
.zwc_pointer_circle:before, .zwc_pointer_circle:after{
    content: '';
    position: absolute;
    top: 8px;
    border: 0;
    background: #333;
    width: 10px;
    height: 2px;
}


.zwc_pointer_circle:before {
    left: -1px;
    transform: rotate(0);
    margin-left: 5px
}

.zwc_pointer_circle:after {
    left: 4px;
    transform-origin: center center;
    transform: rotate(90deg);
    transition: .3s all ease-in;
}

.zwc_active .zwc_pointer_circle:after {
    transform: rotate(180deg);
   
}

.zwc_pdf_container {
    margin: 5px 0;
    text-align: right;
}

.zwc_pdf_container a {
    font-family: var(--zf-primary-semibold);
    font-size: 14px;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .zwc_pdf_container {
        text-align: left;
    }

    .zwc_comparison_wrap .content-wrap {
        width: 95%;
    }

    /* .zwc_comparison_container.zcol-4 .zwc_comparison_table_wrap{
        width: 780px;
    }
    .zcol-4 .zwc_comp_header_fixed.zwc_comp_header_show{
        width: 727px;
    } */
}

@media only screen and (max-width: 480px) {
    

    .zwc_comp_cell {
        font-size: 12px;
        padding: 14px 28px;
    }

    .zwc_comp_inner_heading {
        padding: 14px 28px;
    }

    .zwc_comp_inner_heading p {
        font-size: 12px;
    }

    .zwc_comp_inner_heading .ztax-container > p {
        font-size: 10px;
    }

    .zwc_pointer_circle {
        transform: scale(0.7);
        left: 5px;
    }
}

/* My Css */


.zwc_comp_header .zwc_divide_cell {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.zwc_cell_section {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 40px ;
}

.zwc_cell_section:first-child {
    border-bottom: 1px solid #E2E7EB;
}

.zwc_cell_section span {
    color: #06c;
    text-decoration: underline;
    cursor: pointer;
}

.pricing-wrap .content-wrap .product-block .main-box {
    text-align: center;
}
 .zwc_comp_cell:not(:first-child) { 
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .zwc_comp_header .zwc_comp_cell:not(:first-child){
    display: block;
 }


/* tooltip */
.has-tooltip tooltip p {
    position: absolute;
    font-style: normal;
    color: #484848;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    padding: 15px;
    font-weight: 400;
    width: 260px;
    z-index: 1;
    box-shadow: 0 2px 7px #d1d1d1;
    left: 95%;
    top: 0;
    display: none;
    box-sizing: border-box;
}
tooltip:before {
    content: '';
    position: absolute;
    display: none;
    right: 4px;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    z-index: 2;
}

tooltip:hover p, tooltip:hover:before{
    display: block;
}

/* tick */

.zwc_tick {
  position: relative;
  background: #02C77B;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.zwc_tick .zwc_checkmark  {
  display: inline-block;
  position: absolute;
  transform: rotate(45deg) translate(-50%, -50%);
  left: 32%;
  top: 48%;
  height: 6px;
  width: 3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* sticky header */


.zwc_comp_header_fixed {
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    z-index: 1;
    transition: .5s opacity ease;
    opacity: 0;
    visibility: hidden;

}

.zwc_comp_header_fixed.zwc_comp_header_show {
    height: auto;
    opacity: 1;
    position: absolute;
    visibility:visible;
}






@media screen and (min-width: 1100px) and (max-width: 1400px) {
    .ccode-id .product-block .price span {
        font-size: 44px;
    }
}

@media screen and (max-width: 767px) {
    .zwc_cell_section {
        padding-left: 40px;
        text-align: left;
    }
    .pricing-tab-wrap {
        flex-flow: column wrap;
        align-items: flex-end;
    }
    
    .save-tab {
        margin-top: 8px;
        font-size: 13px;
    }
    .save-tab:before {
        display: none;
    }
    .save-tab span:first-child{
        display: inline-block;
    }
}
@media screen and (max-width: 480px) {
    .pricing-box-4 + .zwc_comparison_wrap  .zwc_comp_header .zwc_divide_cell {
        min-width: 23%;
    }
    .zwc_cell_section {
        padding-left: 27px;
    }
.zwc_comp_header h3 {
    font-size: 14px;
  margin-bottom: 0;
}
.zwc_comp_header a.trynow-plan {
    min-width: 110px;
}
.zwc_comp_cell {
    text-align: center;
    padding: 15px 10px;
}
a.trynow-plan {
  padding : 8px 11px;
}

}
@media only screen and (max-width: 991px) {
    .zwc_pdf_container {
        text-align: left;
    }
}
@media screen and (max-width: 1199px) {
    .zwc_comp_header_fixed{
        top: 0;
    }
}

.success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0
}
.zwc_accordion_text.zwc_expand_accordion {
    display: none;
}
.zwc_tick {
    background: #3361c2
}
.zwc_comp_header a.getstart-plan, .zwc_comp_header a.trynow-plan {
    padding: 10px 15px;
}
.zwc_pointer_circle:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -2px;
    border: 0;
    background: #000;
    width: 12px;
    height: 1.5px;
    transform: rotate(0)
}

.zwc_pointer_circle:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 4px;
    border: 0;
    background: #000;
    width: 10px;
    height: 1.5px;
    transform: rotate(90deg)
}

.zwc_pointer_circle {
    width: 18px;
    height: 18px;
    border: 1.5px solid #000
}

.zwc_active .zwc_pointer_circle:before {
    transform: rotate(0);
    top: 9px
}

.zwc_active .zwc_pointer_circle:after {
    display: none
}

.save-tab:before {
    right: auto;
    left: -28px
}

.zwc_tick .zwc_checkmark {
    left: 5px;
    top: 9px;
    height: 8px;
    width: 4px;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff
}

.zcol-4 .zwc_comp_header_fixed.zwc_comp_header_show {
    width: 1090px
}

.zwc_comp_cell.zwc_divide_cell>.zwc_cell_section{
    display: none
}

.zapps-h2 {
    margin-bottom: 0
}

.zwc_comp_cell {
    text-align: center
}

.zwc_comp_cell:first-child {
    text-align: left;
align-items: center;
}

.zlooking-inner-wrap p.znote {
    margin: 20px auto 0;
    font-size: 14px
}

.plan-description {
    font-size: 18px;
    text-align: center;
    margin: 20px auto 0
}

.zprice-text {
    font-size: 24px;
    display: block;
    margin: 22px auto;
    font-family: var(--secondaryfont-semibold)
}

.zcontactus {
    display: inline-block;
    font-size: 13px;
    padding: 13px 15px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: auto;
    background: #295ae6;
    line-height: 1;
    min-width: 180px;
    text-align: center;
    border-radius: 5px;
    font-family: var(--zf-primary-semibold);
    color: #fff;
    cursor: pointer
}

.zexpand,.zcollapse {
    position: absolute;
    right: -90px;
    top: 160px;
    border: 1px solid #e5c858;
    background: #fefaea;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: var(--secondaryfont-semibold);
    cursor: pointer;
    width: 120px;
    text-align: center;
    box-sizing: border-box;
    transform: rotate(-90deg)
}

.zcollapse {
    display: none
}

.pricing-faq .content-wrap {
    position: relative
}

.zsubmit {
    text-align: center
}

.zsupport-li {
    text-align: center;
    margin: 0 auto 20px
}

.zsupport-li li {
    margin: 5px 10px 5px;
    padding-left: 25px;
    position: relative;
    display: inline-block;
    font-size: 15px
}

.zsupport-li li:before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    left: 0;
    top: 3px
}

.zsupport-li li:after {
    content: '';
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 6px;
    background: 0
}

.ztransform-inner-wrap h2>span {
    display: inline-block
}

.scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40bd60;
    width: 100%;
    opacity: 0
}

.scs-pop-inr.animate {
    animation: bounceIn .8s forwards;
    -webiki-animation: bounceIn .8s forwards
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.success-alert .scs-txt {
    font-size: 143x;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff
}

.success-alert .close-icn {
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    font-family: var(--zf-primary-regular);
    position: absolute;
    top: 5px;
    right: 12px
}

.zportal-price .zpricegroup {
    display: none
}

.zportal-price .zpricegroup.zshow {
    display: block
}

.pricing-header h3 {
    color: #f4d964
}


.zw-product-header {
    background: #000
}

.zw-template-inner {
    margin: 0;
    overflow: hidden
}

.zcompare-sec h3 {
    text-align: center
}

.zcompare-sec {
    text-align: center;
    padding: 0 0 40px
}

.ztransform-wide,.zlooking-more-sec,.formSec {
    padding: 40px 0
}

.ztransform-inner-wrap {
    max-width: 980px;
    text-align: center;
    border: 1px solid #a7b4ef;
    background: #eaeeff;
    padding: 60px 20px;
    margin: 0 auto;
    border-radius: 5px;
    box-sizing: border-box
}

.zlooking-more-sec h2,.zcr-tr-brand h2,.formSec h2,.formSec h2+p {
    text-align: center;
    font-family: var(--secondaryfont-bold)
}

.formSec h2+p {
    font-size: 20px;
    font-family: var(--secondaryfont-regular)
}

.zportal-price h2 {
    margin-bottom: 0
}

.zlooking-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    width: 95%;
    max-width: 1440px;
    margin: 40px auto 0
}

.zlooking-inner-wrap p {
    margin: 0 auto 20px
}

.zlooking-inner-wrap>div {
    width: 33%;
    padding: 40px;
    box-sizing: border-box;
    text-align: center
}

.zwc_app_branding {
    background: #62a066
}

ul.zbanner-steps {
    display: flex;
    column-gap: 2%;
    justify-content: center;
    margin-top: 30px
}

.zwc_comparison_container {
    border-radius: 8px
}

ul.zbanner-steps li {
    padding-left: 25px;
    position: relative;
    text-align: left
}

.zwc_comparison_container.zcol-4 {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
}

.zwc_comparison_container.zcol-4 .zwc_comparison_table_wrap {
width: 100%;
    max-width: 1140px;
}

.lang-ar ul.zbanner-steps li {
    text-align: right
}

.feature-box ul li {
    padding-left: 25px;
    margin-bottom: 20px
}

.feature-box ul li:before {
    content: '';
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    background: 0
}

.formSec input[type="submit"] {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.zcustomer-portal {
    background: #0f70ce
}

.zsupport {
    background: #d12426
}

.zjumpstart {
    background: #000
}

.zterms {
    margin-bottom: 15px;
    display: block;
    font-family: var(--secondaryfont-semibold)
}

.pricing-wrap .content-wrap .product-block .feature-box {
    padding: 20px 20px 40px 30px
}

.pricing-wrap .content-wrap .product-block .zmost-popular {
    margin-bottom: 0
}

.feature-box ul li {
    font-family: var(--secondaryfont-semibold)
}

.zlooking-inner-wrap a {
    border: 1px solid #fff;
    color: #fff;
    margin-top: 10px
}

.zselect select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px 35px 15px 20px;
    width: 230px;
    font-size: 15px;
    background-color: transparent;
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    box-sizing: border-box
}

.zselect:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 40%;
    right: 10%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff
}

.zselect {
    width: 240px;
    position: relative;
    margin: 20px auto
}

.pricing-wrap .content-wrap .product-block .main-box {
    border: 0
}

.pricing-wrap .content-wrap {
    overflow: unset
}

.ztransform-inner-wrap h2 {
    font-family: var(--secondaryfont-bold);
    font-size: 44px
}

.ztransform-inner-wrap p {
    font-size: 24px;
    letter-spacing: 0
}

.ztransform-inner-wrap p {
    margin-bottom: 0
}

.ztransform-inner-wrap p.zblue {
    color: #295ae6;
    font-family: var(--secondaryfont-bold);
    margin-bottom: 15px
}

.zhigh {
    font-size: 40px;
    font-family: var(--secondaryfont-bold)
}

.pricing-header {
    color: #fff
}

.pricing-header {
    background: #000;
    padding-top: 70px;
    position: relative;
    margin-top: 0;
    padding-bottom: 110px;
    margin-bottom: 50px
}

.pricing-header h1 {
    font-size: 50px;
    margin: 0 auto 20px;
    max-width: 800px;
}

.zcr-tr-brand * {
    box-sizing: border-box
}

.zcr-tr-brand .content-wrap {
    max-width: 1170px;
    padding: 80px 0
}

.zcr-tr-brand-dark-thm {
    background-color: #15002e;
    color: #fff
}

.zcr-tb-list>h2 {
    display: block;
    text-align: center;
    position: relative
}

.zcr-tb-list>h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100px;
    background: #605271;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.zcr-tb-list ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0
}

.zcr-tb-list li {
    display: inline-block;
    background: transparent;
    padding: 10px 20px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 18%;
    margin-top: 30px
}

.zcr-tr-brand-dark-thm .zcr-tb-list li {
    border: 1px solid #373737
}

.zcr-tb-list li span {
    display: inline-block;
    background: url(/sites/default/files/creator/creator-trusted-brand-sprite.svg) no-repeat;
    background-size: 500px auto;
    vertical-align: middle;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: relative
}

.in-view .zcr-tb-list li span {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.zcr-tb-list .zcr-tb-amazon span {
    background-position: 2px 0;
    width: 118px;
    height: 35px;
    background-size: 540px;
    left: 0;
    top: 12px
}

.zcr-tr-brand-dark-thm .zcr-tb-amazon span {
    background-size: 950px;
    background-position: -725px -66px
}

.zcr-tb-list .zcr-tb-saintgobian span {
    background-position: -173px 0;
    width: 120px;
    height: 51px;
    top: 0;
    background-size: 800px
}

.zcr-tb-list .zcr-tb-volkswagen span {
    background-position: -294px 0;
    width: 54px;
    height: 51px;
    background-size: 800px;
    top: 2px
}

.zcr-tb-list .zcr-tb-marriott span {
    background-position: -468px -65px;
    width: 120px;
    height: 48px;
    background-size: 930px
}

.zcr-tb-list .zcr-tb-swiggy span {
    background-position: -421px 0;
    width: 31px;
    height: 51px;
    background-size: 700px;
    top: 2px
}

.zcr-tb-list .zcr-tb-lyft span {
    background-position: -633px 1px;
    width: 65px;
    height: 46px;
    background-size: 700px
}

.zcr-tb-list .zcr-tb-up span {
    background-position: -498px 0;
    width: 137px;
    height: 46px;
    background-size: 700px;
    top: 2px
}

.zcr-tr-brand-dark-thm .zcr-tb-up span {
    background-position: -615px -96px;
    background-size: 800px
}

.zcr-tb-list .zcr-tb-comcast span {
    background-position: -590px -65px;
    width: 120px;
    height: 48px;
    background-size: 930px
}

.zcr-tr-brand-dark-thm .zcr-tb-comcast span {
    background-position: -590px -112px
}

.zcr-tb-list .zcr-tb-cbre span {
    background-position: -198px -41px;
    width: 123px;
    height: 48px;
    background-size: 640px;
    left: 0;
    top: 6px
}

.zcr-tb-list .zcr-tb-srtyker span {
    background-position: -60px -41px;
    width: 138px;
    height: 48px;
    background-size: 640px;
    left: 0;
    top: 6px
}

.zcr-tb-list .zcr-tb-pwc span {
    background-position: 26px -66px;
    width: 117px;
    height: 50px;
    background-size: 940px;
    left: 0;
    top: 1px
}

.zcr-tr-brand-dark-thm .zcr-tb-pwc span {
    background-position: 26px -116px
}

.zcr-tb-list .zcr-tb-audile span {
    background-size: 770px;
    background-position: -334px 1px;
    width: 129px;
    height: 50px;
    left: 0;
    top: 0
}

.zcr-tr-brand-dark-thm .zcr-tb-audile span {
    background-position: -1012px -79px;
    background-size: 1140px
}

.zcr-tr-brand-dark-thm .zcr-tb-volkswagen span,.zcr-tr-brand-dark-thm .zcr-tb-srtyker span {
    filter: brightness(100) invert(1)
}

.zcr-tb-list li:first-child span {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.zcr-tb-list li:nth-child(2) span {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.zcr-tb-list li:nth-child(3) span {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.zcr-tb-list li:nth-child(4) span {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.zcr-tb-list li:nth-child(5) span {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.zcr-tb-list li:nth-child(6) span {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.zcr-tb-list li:nth-child(7) span {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.zcr-tb-list li:nth-child(8) span {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.zcr-tb-list li:nth-child(9) span {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.zcr-tb-list li:nth-child(10) span {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.zcr-tb-list li:nth-child(11) span {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.zcr-tb-list li:nth-child(12) span {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.zcr-tb-list li:nth-child(13) span {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.zcr-tr-brand-white-thm .zcr-tb-amazon,.zcr-tr-brand-white-thm .zcr-tb-audile {
    background: #f4f4f4;
    border: 1px solid #d6d6d6
}

.zcr-tr-brand-white-thm .zcr-tb-saintgobian,.zcr-tr-brand-white-thm .zcr-tb-swiggy,.zcr-tr-brand-white-thm .zcr-tb-mtn,.zcr-tr-brand-white-thm .zcr-tb-pwc {
    background: #fff6ef;
    border: 1px solid #f1b312
}

.zcr-tr-brand-white-thm .zcr-tb-volkswagen,.zcr-tr-brand-white-thm .zcr-tb-srtyker {
    background: #e1ecfe;
    border: 1px solid #a9c2ea
}

.zcr-tr-brand-white-thm .zcr-tb-cbre {
    background: #d8ffed;
    border: 1px solid #95edc7
}

.zcr-tr-brand-white-thm .zcr-tb-up {
    background: #e8fbff;
    border: 1px solid #9feeff
}

.zcr-tr-brand-white-thm .zcr-tb-comcast {
    background: #ffecee;
    border: 1px solid #ffb3b9
}

.zcr-tr-brand-white-thm .zcr-tb-lyft {
    background: #ffebfd;
    border: 1px solid #f796d1
}

.zcr-tr-brand-white-thm .zcr-tb-marriott {
    background: #fdf0f5;
    border: 1px solid #c3607e
}

.zcr-tr-brand .zcr-tb-audile,.zcr-tr-brand .zcr-tb-srtyker,.zcr-tr-brand .zcr-tb-pwc {
    display: none
}

form#z_crmwebform {
    width: 90%;
    max-width: 680px;
    box-shadow: 0 30px 60px #00000029;
    border-radius: 8px;
    padding: 60px;
    margin: 30px auto;
    box-sizing: border-box;
    background: #fff
}

.formInner input[type="text"] {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    height: 38px;
    padding-left: 8px;
    width: 100%;
    outline: 0;
    box-sizing: border-box;
    margin-left: unset !important
}

.formInner select {
    border: 1px solid #e2e2e2;
    font-size: 13px;
    height: 38px;
    width: 100%;
    background: 0;
    color: #666 !important;
    box-sizing: border-box
}

.fieldset .zleft {
    width: 40%;
    float: left
}

.fieldset {
    margin: 0 0 30px;
    overflow: hidden
}

.formInner textarea {
    border: 1px solid #d4d4d4;
    font-size: 13px;
    padding: 5px 8px;
    height: 70px;
    width: 100%;
    resize: none;
    box-sizing: border-box
}

.fieldset .zright {
    width: 60%;
    float: right
}

label.error {
    width: 100%;
    display: block;
    font-size: 14px;
    color: red;
    margin-top: 3px
}

.zcircle {
    width: 16px;
    height: 16px;
    background: #3361c2;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 0
}

.zstar {
    background-image: url(/sites/default/files/zh-hans/creator/yellow-tick.svg);
    width: 28px;
    height: 28px;
    position: absolute;
    left: -3px;
    top: -2px;
    background-size: 28px;
    background-repeat: no-repeat
}

.pricing-faq {
    position: relative;
    padding-bottom: 120px;
    margin-bottom: 0
}

.pricing-faq ul li h3 {
    margin-bottom: 0
}

.pricing-faq ul li.zactive h3 {
    margin-bottom: 15px
}

.pricing-faq ul li {
    padding: 30px 30px 30px 80px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 8px
}

h3 .arrow {
    position: absolute;
    right: auto;
    left: -40px;
    top: 2px;
    transition: all 500ms ease;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 100%
}

li.zactive h3 .arrow {
    transform: unset;
    transform-origin: center;
    top: 3px
}

li.zactive h3 .arrow::after {
    display: none
}

h3 .arrow::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 4px;
    border: 0;
    background: #000;
    width: 11px;
    height: 2px
}

h3 .arrow::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 4px;
    border: 0;
    background: #000;
    width: 11px;
    height: 2px;
    transform: rotate(90deg)
}

.pricing-faq li>p:last-child,.pricing-faq ul li:last-child {
    margin-bottom: 0
}

.zw-template-inner .pricing-faq .content-wrap {
    max-width: 1000px
}

.zlooking-inner-wrap img {
    margin: 10px 0 20px 0;
    max-height: 140px;
    width: auto
}

.zjumpstart p {
    max-width: 450px;
    margin: 0 auto 15px
}

.zcustomer-portal p {
    max-width: 390px;
    margin: 0 auto
}

.other-lang .pricing-header h1 {
    font-size: 46px
}

.lang-ar ul.zbanner-steps li,.lang-ar .zsupport-li li {
    padding-left: 0;
    padding-right: 25px
}

.lang-ar ul.zbanner-steps li:before {
    right: 8px;
    left: auto
}

.lang-ar .zstar {
    right: -3px;
    left: auto
}

.lang-ar .pricing-wrap.pricing-box-3 .content-wrap .product-block {
    margin-left: 3%;
    margin-right: 0
}

.lang-ar .pricing-wrap.pricing-box-3 .content-wrap .product-block:last-child {
    margin-left: 0
}

.lang-ar .zcompare-sec>div,.lang-ar .ztransform-inner-wrap,.lang-ar .ztransform-inner-wrap h2,.lang-ar .ztransform-inner-wrap p,.lang-ar .zicon-zhand,.lang-ar .zlooking-inner-wrap h3,.lang-ar .zlooking-inner-wrap p,.lang-ar .zsupport-li,.lang-ar .zterms,.lang-ar .zcr-tb-list li,.lang-ar .zsubmit {
    text-align: center
}

.lang-ar .zsupport-li li:before {
    right: 0;
    left: auto
}

.lang-ar .zsupport-li li:after {
    left: auto;
    right: 6px
}

.lang-ar .fieldset .zleft {
    float: right
}

.lang-ar .fieldset .zright {
    float: left
}

.lang-ar div.zgdprform-state-container::after,.lang-ar div.zgdprform-countrylist-container::after {
    left: 8px;
    right: auto
}

.lang-ar .formInner input[type="text"] {
    padding-right: 8px;
    padding-left: 0
}

.lang-ar .zcontactus,.lang-ar .product-block .zprice-text,.lang-ar .product-block .plan-name,.lang-ar .product-block .price,.lang-ar .product-block .plan-caption,.lang-ar .product-block span.detail span,.lang-ar .pricing-wrap .content-wrap .product-block .main-box {
    text-align: center;
}

.lang-ar .zcircle {
    left: auto;
    right: 0
}

.i18n-ar .feature-box ul li:before {
    right: 6px
}

.lang-ar .ztax-container>p {
    text-align: left
}

.lang-ar .zportal-price .zpricegroup.zshow {
    text-align: center
}

.lang-ar .zselect select {
    padding: 15px 20px 15px 35px
}

.lang-ar .zselect:after {
    left: 10%;
    right: auto
}

.z-price-text em {
    font-size: inherit;
    border: 0;
    color: inherit
}

.lang-ar .sign_agree p {
    text-align: center !important
}

.lang-ar .zgdprform-opt-container {
    text-align: center
}

@media screen and (max-width: 1200px) {
    .zexpand,.zcollapse {
        position:absolute;
        right: 20px;
        top: 50px;
        transform: rotate(0)
    }
}

@media only screen and (max-width: 1100px) {
    .pricing-header h1 {
        font-size:50px;
        max-width: 720px
    }

    .other-lang .pricing-header h1 {
        font-size: 40px
    }

    .ztransform-inner-wrap h2,.zlooking-more-sec h2,.zcr-tr-brand h2,.formSec h2 {
        font-size: 40px
    }

    .zhigh {
        font-size: 36px
    }
}

@media only screen and (max-width: 991px) {
    .pricing-header h1 {
        font-size:42px;
        max-width: 620px
    }

    .other-lang .pricing-header h1 {
        font-size: 34px
    }

    .product-block .price span {
        font-size: 46px
    }

    .ztransform-inner-wrap h2,.zlooking-more-sec h2,.zcr-tr-brand h2,.formSec h2 {
        font-size: 34px
    }

    .zhigh {
        font-size: 30px
    }

    .ztransform-inner-wrap p {
        font-size: 20px
    }

    .zlooking-inner-wrap>div {
        width: 50%
    }

    .zlooking-inner-wrap>div:last-child {
        margin-bottom: 0
    }

    form#z_crmwebform {
        padding: 60px;
        margin: 30px auto 60px
    }

    .zcr-tb-list ul {
        max-width: 550px;
        margin: 20px auto 0
    }

    .zcr-tb-list li {
        width: 32%;
        height: 73px;
        margin-top: 20px
    }

    .zcr-tr-brand .content-wrap {
        padding: 60px 0
    }

    .lang-ar .pricing-header {
        text-align: center
    }

    .other-lang ul.zbanner-steps {
        display: inline-block
    }
}

@media only screen and (max-width: 767px) {
    .lang-ar .pricing-tab,.lang-ar .ztax-container>p,.lang-ar .ztransform-inner-wrap h2>span {
        text-align:center
    }

    .ztax-container>p {
        text-align: center
    }

    .plan-description {
        font-size: 17px;
        max-width: 300px
    }

    .lang-ar .pricing-wrap.pricing-box-3 .content-wrap .product-block {
        margin-left: auto;
        margin-right: auto
    }

    .lang-ar .pricing-wrap.pricing-box-3 .content-wrap .product-block:last-child {
        margin-left: auto
    }

    ul.zbanner-steps {
        max-width: 500px;
        margin: 0 auto;
        display: inline-block
    }

    ul.zbanner-steps li {
        text-align: left
    }

    .lang-ar ul.zbanner-steps li {
        text-align: right
    }

    .pricing-header h1 {
        font-size: 34px;
        max-width: 500px
    }

    .other-lang .pricing-header h1 {
        font-size: 28px
    }

    .product-block .price span {
        font-size: 46px
    }

    .ztransform-inner-wrap h2,.zlooking-more-sec h2,.zcr-tr-brand h2,.formSec h2 {
        font-size: 30px
    }

    .zhigh {
        font-size: 20px
    }

    .ztransform-inner-wrap p {
        font-size: 18px
    }

    form#z_crmwebform {
        padding: 60px 40px
    }

    .pricing-faq {
        padding-bottom: 60px;
    }

    .pricing-faq ul li,.pricing-faq ul li:nth-child(2n+2) {
        padding: 30px 30px 30px 80px !important
    }

    .pricing-faq ul li.zactive h3 .arrow {
        top: 0
    }

    h3 .arrow {
        top: -2px
    }

    .zlooking-inner-wrap>div {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 50px
    }
}

@media screen and (max-width: 600px) {
    .zcr-tb-list ul {
        max-width:370px
    }

    .zcr-tb-list li {
        width: 48%
    }
}

@media only screen and (max-width: 480px) {
    .pricing-header h1 {
        font-size:30px;
        max-width: 500px
    }

    .other-lang .pricing-header h1 {
        font-size: 24px
    }

    .ztransform-inner-wrap h2,.zlooking-more-sec h2,.zcr-tr-brand h2,.formSec h2 {
        font-size: 26px
    }

    .fieldset .zleft,.fieldset .zright {
        width: 100%
    }

    .zcr-tr-brand .content-wrap {
        padding: 40px 0
    }
}

@media only screen and (max-width: 380px) {
    .pricing-header h1 {
        font-size:27px;
        max-width: 500px
    }

    .other-lang .pricing-header h1 {
        font-size: 24px
    }

    .ztransform-inner-wrap h2,.zlooking-more-sec h2,.zcr-tr-brand h2,.formSec h2 {
        font-size: 23px
    }

    .ztransform-inner-wrap p {
        font-size: 16px
    }

    .ztransform-inner-wrap {
        padding: 40px
    }

    .ztransform-wide,.zlooking-more-sec,.formSec {
        padding: 30px 0
    }
}

.formInner input[type="text"],.formInner textarea,div.zgdprform-state-container .globalstatecode,div.zgdprform-countrylist-container .globalcountrycode,img#imgid {
    background: #f5f9fd;
    border: 1px solid #4dadfe
}

@media screen and (max-width: 1199px) {
    .zwc_comparison_container.zcol-4 {
        max-width:950px
    }

    .zwc_comparison_container.zcol-4 .zwc_comparison_table_wrap {
        width: 950px
    }

    .zcol-4 .zwc_comp_header_fixed.zwc_comp_header_show {
        width: 900px
    }
}
/* ar */
.i18n-ar .pricing-header h3,.i18n-ar .plan-description,.i18n-ar .zwc_comp_header h3,.i18n-ar .zexpand,.i18n-ar .zcollapse {
    text-align: center;
}
.i18n-ar .zexpand,.i18n-ar .zcollapse {
left:-90px;
    right: auto;
}
.i18n-ar .pricing-tab>span.monthly {
    border-radius:0 30px 30px 0
}
.i18n-ar .pricing-tab>span.active.yearly {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius:30px 0 0 30px;
}
.i18n-ar .zwc_comp_cell:first-child {
    text-align: right;
}
.i18n-ar .zwc_pointer_circle {
right:11px;
    left: auto;
}
.i18n-ar .zwc_pdf_container{
    text-align:left;
}
.i18n-ar .zwc_cell_section {
    padding-right: 40px;
    padding-left: 0px;
}
.i18n-ar .zwc_comp_cell {
border-right:1px solid #e2e7eb;
    border-left: 0;
}
.i18n-ar .zwc_comp_cell:first-child{
    border-right:0;
}
.i18n-ar .pricing-faq ul li {
    padding: 30px 80px 30px 30px;
}
.i18n-ar h3 .arrow{
        right: -50px;
    left: auto;
}
.i18n-ar .save-tab {
    margin-left: 0;
    margin-right: 15px;
}

.i18n-ar .save-tab:before {
    transform: rotateY(180deg);
    right: -28px;
    left: auto;
}
.i18n-ar .zwc_comp_cell .save-tab:before {
    right: auto;
    left: -35px;
    transform: rotate(105deg);
}
.i18n-ar .pricing-tab>span.yearly {
    border-left: 1px solid #000;
    border-right:0;
    border-radius:30px 0 0 30px
}
.i18n-ar .pricing-tab>span.monthly{
    border-right: 1px solid #000;
    border-left: 0;
}
.i18n-ar .pricing-tab>span.active.monthly,.i18n-ar .pricing-tab>span.active.yearly {
border: 1px solid #379cfc;
}
.i18n-ar .zwc_comp_cell .price,.i18n-ar .zwc_comp_cell .detail{
    text-align:center
}
.i18n-ar .has-tooltip tooltip p {
    text-align: right;
    right: 95%;
    left: auto;
}

.i18n-ar .zwc_info_tooltip_icon::after {
    right: auto;
    left: 11px;
}
.zwc_comp_cell .price {
    display: block;
    font-size: 36px;
    font-family: var(--secondaryfont-semibold);
    line-height: 1;
    margin-bottom: 10px;
}
.zwc_comp_header h3{
    margin-bottom: 10px;
}
.zwc_comp_cell .detail {
    display: block;
    margin-bottom: 10px;
}

.zwc_comp_cell .pricing-tab>span {
    padding:5px 10px;
    font-size:12px;
}

.zwc_comp_header {
    align-items: center;
}

.zwc_comp_header_fixed .zwc_comp_cell .price {
    font-size: 32px;
}
.zwc_comp_cell .price .zcurrency-symbol {
    font-size: 22px;
    position: relative;
    top: -12px;
}
@media screen and (max-width: 1200px){
.i18n-ar .zexpand, .i18n-ar .zcollapse{
    right: auto;
    left: 20px;
}
.i18n-vi .save-tab {
    width: 50px;
}
}
@media only screen and (max-width: 991px){
.i18n-ar .zwc_pdf_container {
    text-align: right;
}
}
@media only screen and (max-width: 767px){
.i18n-ar .pricing-faq ul li,.i18n-ar .pricing-faq ul li:nth-child(2n+2) {
    padding: 30px 80px 30px 30px !important;
}
.lang-ar .zsiq_theme1.zsiq_floatmain {
    right: auto !important;
    left: 10px !important;
    bottom: 30px!important;
}
.save-tab{
margin-left:0;
}
.i18n-ar .save-tab {
    margin-left: 0;
    margin-right: 0;
}
.i18n-vi .save-tab {
    width: auto;
}
.pricing-tab-wrap {
    align-items: baseline;
}
.i18n-ar .pricing-faq ul li h3 {
    padding: 0 0 0 0;
}
}
@media only screen and (max-width: 480px){
.i18n-ar .zwc_pointer_circle {
    right: 5px;
}
.zwc_comp_cell {
    padding: 15px 30px 15px 10px;
}
.i18n-ar .zwc_comp_cell {
    padding: 15px 10px 15px 30px;
}
.pricing-faq h2 {
    margin-bottom: 0px;
}
    .pricing-faq ul{
        margin-top:80px;
    }
.zexpand, .zcollapse {
    right: 0px;
    top: 80px;
}
.i18n-ar .zexpand, .i18n-ar .zcollapse{
   left:0px;
}
.pricing-header {
    padding-top: 50px;
    padding-bottom: 70px;
}

.pricing-header h1,.pricing-header h3{
    width: 90%;
    margin-right: auto;
       margin-left: auto;
}
}
.zselect select#portal-users option {
    background: #0f70ce;
}
#header{background: #000;}#mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a, #mini-panel-product_menu .product-nav-links .menu>li>a, .pricing-header, #mini-panel-product_menu .product-nav-links li .nolink {color: #fff;}
.main-box  .zmost-popular, .pricing-wrap.pricing-box-1{display: none!important;}
.has-tooltip span{position: inherit;}
#block-system-main{margin: 0;}.main-container-wrapper:before{background: #000; height: auto;}.pricing-wrap .content-wrap .product-block .highlighted-box{background: #fff;}.pricing-wrap .content-wrap .product-block .main-box, .pricing-wrap .content-wrap .product-block .highlighted-box{border-bottom: none;}.pricing-wrap .content-wrap .product-block.most-popular-plan .highlighted-box{background:#f2f5ff;}.feature-box ul li:before { content: '';  width: 3px;  height: 7px;  border: solid #fff;  border-width: 0 1px 1px 0;  transform: rotate(45deg);  position: absolute;   top: 6px;  left: 6px;  z-index: 1; background: 0;}.zcompare-sec-tr{font-size: 13px;  text-align: right; line-height: 46px;}.cmp_page_sec a{border: 1px solid #007bff; background: transparent;  color: #007bff;   display: inline-block;   font-family: var(--primaryfont-semibold);  border-radius: 3px;   font-size: 15px;  padding: 12px 30px;   text-transform: uppercase;  text-decoration: none;  cursor: pointer;}.highlighted-box p:before{content: ''; width: 3px; height: 7px;  border: solid #fff; border-width: 0 1px 1px 0;  transform: rotate(45deg);   position: absolute;  top: 6px;left: 6px;   z-index: 1;   background: 0;}.in-view .zcr-tb-list li span {  opacity: 1;  -ms-filter: "alpha(opacity=100)";  -webkit-transform: scale(1);  -ms-transform: scale(1);  transform: scale(1);}.zmost-popular{display: none;}#crmWebToEntityForm form{ width: 90%;  max-width: 760px;  box-shadow: 0 30px 60px #00000029;  border-radius: 10px; padding: 80px 100px; margin: 30px auto 90px;box-sizing: border-box;background: #fff;}.signup-form .tt{text-align: center;font-size: 22px;}.hint{font-size: 13px; color: #fa3f3f;}.signup-form .form-btn{ display: inline-block;    font-family: var(--primaryfont-semibold);  border-radius: 3px;   font-size: 15px;   padding: 12px 40px;   text-transform: uppercase;  text-decoration: none;  cursor: pointer; color: #fff;   background: #007bff;  border: none;}.pricing-faq .content-wrap{max-width: 1000px!important; width: 90%;}.og-context-node-100 .expanded.dropdown .caret { -webkit-filter: brightness(0) invert(1)!important;}.product-header-top .product-nav-links .expanded.dropdown .caret { background: url(/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png) no-repeat -168px -6px/990px auto;   -webkit-filter: none!important;}
.alternate-header{margin-top: -38px;}#block-system-main .content-wrap.field-price-plan-header{width: 100%; max-width: 100%;}
#zplan4{display: none;}
@media only screen and (max-width: 767px){
   .menu-icon-help-header .product-title a {
    background-image: url(/sites/default/files/zoho_general_pages/zoho-logo-darkbg.svg);
   }
   .alternate-header{
      margin-top: -14px;
    }
   .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a{
      color: #fff;
    }
    #crmWebToEntityForm form{
       padding: 40px 10px;
   }
   table{
      width: 99%!important;
   }
   .menu-icon-help-header .product-title{
      position: relative;
      top: -20px;
   }
   .pricing-header h1{
      padding-top: 30px;
   }
}