html {
    scroll-behavior: smooth;
}
.zcurrency-symbol-array,.changePrice {
    display: none;
}
.other-lang .call-rates-wrap .symbol,.feature-box ul li.zwc-for-us,.feature-box ul li.zwc-for-ca {
    display: none;
}
.addons-head {
    font-family: var(--secondaryfont-semibold);
    font-size: 18px;
    color: #c62c01;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.addons-box {
    margin-top: 30px;
}
.zinfo-note {
    font-size: 14px;
}
.zinner-wrap p.znote{
font-size:11px;
margin: 10px auto 0;
}
.zwc_for_eu{
display:none;
}
.ccode-eucountries .zwc_for_eu{
display:inline;
}
.ccode-eucountries h3.zwc_for_eu,.ccode-us .feature-box ul li.zwc-for-us,.ccode-ca .feature-box ul li.zwc-for-ca{
display:block;
}
.ccode-eucountries .zwc_for_global{
display:none!important;
}
.ccode-eucountries .plan-compare-table tr.zwc_for_eu{
display:table-row;
}
.zDCnotif-container {
    box-sizing: border-box;
}
.zw-template-inner {
    margin-top: 0px;
}

.field-price-plan-header h1 {
    font-family: var(--primaryfont-bold);
}

.feature-box ul li:before {
    display: none;
}

.feature-box ul li {
    padding-left: 0;
    font-size: 15px;
}

.zw-product-header {
    background-color: #d9f5ff;
}

.header .zhm-join-cta {
    display: none;
}

/* Header style start */


#block-system-main .faq a:hover {
    color: #03a9f5;
}

button.view-call-rate,button.view-sms-rate {
    margin-top: 40px;
    display: inline-block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    padding: 12px 30px;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
    font-size: 15px;
    background-color: #03a9f5;
    color: #fff;
    position: relative;
    transition: 0.5s;
    border-radius: 4px;
}
button.view-call-rate{
    margin-right: 20px;
}

button.view-call-rate:hover {
    box-shadow: 3px 3px 10px 1px #00000029;
}

button.view-call-rate:focus {
    outline: none;
}

.main-container-wrapper {
    background-color: #d9f5ff;
}

#block-system-main {
    margin: 0px;
}

.block>.content-wrap {
    width: 100%;
    max-width: inherit;
}

.field-price-plan-header {
    background-color: #d9f5ff;
    padding: 50px 0px 100px 0px;
    text-align: center;
    position: relative;
}

.field-price-plan-header:after {
    left: 11%;
    content: '';
    position: absolute;
    bottom: -7px;
    height: 70%;
    width: 30%;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/voice/pricing-banner.png) no-repeat bottom left;
    background-size: contain;
}

.field-price-plan-header .plan-switcher {
    position: absolute;
    bottom: -20px;
    left: 50%;
    background-color: #FFF;
    padding: 12px 10px;
    border: 1px solid #03a9f5;
    border-radius: 26px;
    margin-left: -188px;
    z-index: 1;
}

.field-price-plan-header .plan-switcher>span {
    padding: 7px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .5s ease-out;
}

.field-price-plan-header .plan-switcher>span.business {
    background: linear-gradient(to left, #03a9f5 50%, white 50%) left;
    background-size: 200%;
}

.field-price-plan-header .plan-switcher>span.enterprise {
    background: linear-gradient(to right, #03a9f5 50%, white 50%) right;
    background-size: 200%;
}

.field-price-plan-header .plan-switcher>span.business.active {
    color: #FFF;
    background-position: right;
}

.field-price-plan-header .plan-switcher>span.enterprise.active {
    color: #FFF;
    background-position: left;
}

section.pricing-wrap {
    display: none;
}

/* Header style ende */
/* Plan duration changer style start */

.pricing-wrap .content-wrap {
    overflow: visible;
    max-width: 1300px;
}

.pricing-wrap .content-wrap.pricing-toggle {
    padding-top: 40px;
    text-align: center;
}

.pricing-wrap .content-wrap .pricing-tab-wrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: none;
}

.pricing-tab-wrap .pricing-tab>span {
    vertical-align: text-bottom;
    transition: 0.5s all ease;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.3);
}

.pricing-tab-wrap .pricing-tab>span.active {
    color: rgba(0, 0, 0);
}

.pricing-tab-wrap .pricing-tab>span.ztoggle-slide {
    width: 50px;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #4696ec;
    border-radius: 20px;
    height: 25px;
}

.pricing-tab-wrap .pricing-tab>span .toggle-btn {
    display: block;
    width: 18px;
    border-radius: 100%;
    background: #4696ec;
    height: 18px;
    margin-left: 4px;
    margin-top: 3px;
    transition: 0.5s all ease;
}

.pricing-tab-wrap .pricing-tab>.ztoggle-slide.active .toggle-btn {
    margin-left: 26px;
}

.info-icons {
    display: inline-block !important;
    background-size: auto;
    cursor: pointer;
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/voice/pricing-sprite-new.svg);
    background-position: -390px -28px;
    width: 21px;
    height: 14px;
position: absolute;
}

.zv-main-tooltip {
    position: absolute;
    z-index: 6;
    display: none;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: left;
}

.zv-main-tooltip .zv-inner-tooltip {
    position: relative;
    transition: .5s ease;
    padding: 15px 19px;
    border-radius: 3px;
    min-height: 10px;
    background: #293a4b;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    box-shadow: 0 10px 20px -4px #77777766;
    width: max-content;
    max-width: 300px;
}

.zv-main-tooltip .zv-inner-tooltip:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #293a4b;
    bottom: -7px;
    color: #000;
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    display: none;
}

.zv-main-tooltip .unld-hig{
    color: #f0483e;
    font-weight: bold;
}

.plan-compare-table tbody tr td{
    min-width: 65px;
}

.plan-compare-table tbody tr td:last-child .zv-main-tooltip{
    left: initial;
    right: 10px;
}

.pricing-tab-wrap .pricing-tab:after {
    content: '';
    background: url(//cdn.zoho.com.cn/sites/zweb/images/voice/pricing-sprite-new.svg);
    position: absolute;
    background-position: -415px -29px;
    width: 38px;
    height: 13px;
    right: -13px;
    top: 33px;
    transform: rotateZ(20deg);
}

.pricing-tab-wrap .pricing-tab:before {
    content: "Save 2 Months";
    padding: 3px 6px;
    top: 30px;
    right: -128px;
    position: absolute;
    border-radius: 3px;
    color: #29b973;
    border: 1px dashed;
    font-size: 14px;
    font-weight: 600;
}
.lang-fr .pricing-tab-wrap .pricing-tab:before {
    right: -158px;
}
/* Plan duration changer end */

.get-start-free {
    text-align: center;
}

.pricing-wrap .content-wrap.pricing-plans {
    margin-top: 50px;
}

.pricing-wrap .content-wrap .product-block {
    float: initial;
    text-align: center;
    border: 1px solid #e5e5e5;
    flex: 1;
    box-shadow: 0px 0px 15px 0px #e0e0e0;
}

.product-block .recommend-zusers {
    color: #fff;
    background-color: #1ca462;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 45px;
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
}

.product-block[data-plan="standard"] .free-agents {
    color: #f31e1e;
    font-weight: 900;
    font-size: 18px;
}

.product-block[data-plan="contactCenter"] .recommend-zusers {
    transform: translateY(-100px);
    transition: 0.5s;
    margin-bottom: 10px;
}

.product-block[data-plan="contactCenter"] .recommend-zusers.is-active {
    transform: initial;
}

.product-block[data-plan="contactCenter"] .recommend-zusers::after,
.product-block[data-plan="contactCenter"] .recommend-zusers::before {
    background-color: #fffde6;
    position: absolute;
    top: 2px;
    content: "";
    transform: rotate(45deg);
    height: 24px;
    width: 24px;
}

.product-block[data-plan="contactCenter"] .recommend-zusers::before {
    left: -9px;
}

.product-block[data-plan="contactCenter"] .recommend-zusers::after {
    right: -9px;
}
.product-block[data-plan="solo"] .recommend-zusers,
.product-block[data-plan="basic"] .recommend-zusers,
.product-block[data-plan="standard"] .recommend-zusers {
    visibility: hidden;
}

.product-block[data-plan="contactCenter"] {
    background: #fffde6 !important;
}

.pricing-wrap .content-wrap .product-block[data-plan="contactCenter"] .zmost-popular {
    top: 40px;
}

/* .pricing-wrap .content-wrap>.product-block {
margin: auto;
display: none;
max-width: 600px;
} */

.product-block .price span {
    color: #000;
    font-size: 52px;
}

.product-block span.detail {
    margin: 5px 0;
}

.call-charges-extra {
    font-size: 13px;
}

.pricing-wrap .content-wrap .enterprise-plan {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    column-gap: 20px;
 //max-width: 1105px;
    //margin: auto;
}

.pricing-wrap .content-wrap .business-plan {
    width: 100%;
    box-sizing: border-box;
    display: none;
    column-gap: 20px;
}

.business-plan.yearly .product-block:nth-child(1) .detail {
    visibility: visible !important;
}

.business-plan .main-box h5 {
    margin-bottom: 10px;
}

.pricing-wrap .content-wrap .product-block .main-box a {
    background-color: #03a9f5;
    font-weight: 600;
    transition: all .5s;
    border-radius: 3px;
}

.pricing-wrap .content-wrap .product-block .main-box a:hover {
    background-color: #1488bd;
}

.pricing-wrap .content-wrap .product-block a.highlight {
    background-color: #f0483e;
}

.pricing-wrap .content-wrap .product-block a.highlight:hover {
    background-color: #c93830;
}

.pricing-wrap .content-wrap .product-block a.zdialer {
    color: #03a9f5 !important;
}

.pricing-wrap .content-wrap .product-block a.zdialer:hover {
    color: #1488bd !important;
}

.pricing-wrap.pricing-box-1 .content-wrap {
    max-width: 1300px;
}

.plan-compare-wrap {
    overflow: auto;
}

.enterprise-plan-wrap {
    display: none;
    overflow: auto;
}

.plan-compare-table {
    width: 100%;
    min-width: 600px;
    box-sizing: border-box;
}

.plan-compare-wrap .plan-no {
    color: red;
    font-weight: bold;
}

.plan-yes {
    display: inline-block;
    height: 12px;
    width: 14px;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/commonroot/yes-tick.png) left top no-repeat;
    background-size: cover;
}

table,
td,
th {
    border: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: middle;
}

td,
th {
    padding: 10px;
}

tbody td {
    font-size: 13px;
}

.plan-compare-table tbody tr td:first-child {
    text-align: left;
}

.plan-compare-table .feature-hdr {
    background-color: #f4f4f4;
    text-transform: uppercase;
    font-weight: 600;
}

.pricing-wrap.pricing-box-1 .content-wrap .pricing-table {
    border: 1px solid #e5e5e5;
    width: 100%;
    font-size: 14px;
    border-top: 0px;
}

.pricing-table p {
    background-color: #f4f4f4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.pricing-table ul {
    padding: 10px 20px 40px 20px;
    box-sizing: border-box;
}

.pricing-table ul li {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    width: 40%;
    line-height: 28px;
}

.pricing-table ul li:before {
    box-sizing: content-box;
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    height: 10px;
    width: 12px;
    text-indent: initial;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/commonroot/yes-tick.png) left top no-repeat;
    background-size: cover;
}

.pricing-box-1 .content-wrap h2 {
    text-align: center;
    margin-bottom: 35px;
}

.feature-box ul li .info-icons {
    vertical-align: sub;
    top: 4px;
    right: -10px;
}


.business-addons {
    padding: 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 20px auto 0px;
    box-shadow: 0px 0px 15px 0px #e0e0e0;
}
.business-addons .sub-addon-cont{
    display: flex;
    margin-bottom: 10px;
}

.business-addons.entrplan {
    //max-width: 1085px;
}

.business-addons .sub-addon-cont>div {
    flex: 1;
    border-left: 1px dashed #ddd;
}

.business-addons .sub-addon-cont>div.adtnl-usr-addon {
    border: 0px;
}

.business-addons .sub-addon-cont>div.call-barging p{
    padding: 0px 20px;
    color: #818181;
}

.business-addons.entrplan .sub-addon-cont>div.adtnl-usr-addon,.business-addons.entrplan .sub-addon-cont>div.call-barging p,.business-addons .sub-addon-cont>div.call-barging h1,div.adtnl-usr-addon,.business-addons .sub-addon-cont>div.call-barging>span, .business-addons:not(.entrplan) .zwc_telephony_addon {
    display: none;
}
.business-addons.entrplan .sub-addon-cont>div.call-barging {
    border: 0px;
}
div.adtnl-usr-addon{
    display: initial;
}
.business-addons.entrplan .sub-addon-cont>div.call-barging h1,.business-addons.entrplan .sub-addon-cont>div.call-barging>span{
    display:block;
}
.business-addons .sub-addon-cont h1 .info-icons{
    vertical-align: middle;
    margin-left: -3px;
}

.business-addons h4 {
    border-bottom: 1px dashed #ddd;
    margin: 0px 20px 20px;
    padding-bottom: 10px;
}
.business-addons .sub-addon-cont h1 {
    color: #00add5;
    font-size: 26px;
}
.product-block .price span:first-child {
    top: -10px;
}
.business-addons .sub-addon-cont span:not(.symbol) {
    font-size: 13px;
}
h1 span.symbol {
    font-size: inherit;
}
.pricing-trial-wrap {
    padding-top: 60px;
    background-image: linear-gradient(to top, #f5ffe5, #fff);
}

.pricing-trial-wrap .content-wrap {
    max-width: inherit;
    text-align: center;
    padding: 35px 0px;
    width: 95%;
}

.pricing-trial-wrap .content-wrap>h4 {
    margin-bottom: 5px;
}

.pricing-trial-wrap .content-wrap a {
    margin-top: 20px;
}

.pricing-trial-wrap .content-wrap:after {
    content: '';
    right: 0%;
    position: absolute;
    bottom: 0;
    height: 80%;
    width: 25%;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/voice/free-trial.png) no-repeat bottom left;
    background-size: contain;
}

.call-rates-wrap {
    padding: 40px 0px;
}

.call-rates-header {
    text-align: center;
    background-image: linear-gradient(#edf4fc, #fff);
padding: 80px 0 0;
}

.call-rates-header .box-container {
    width: 380px;
    display: table;
    margin: 40px auto 50px;
    position: relative;
}

.call-rates-header .box-container:before {
    content: "";
    position: absolute;
    top: 44px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #00aafc;
    transition: .5s;
    left: calc(25% - 20px);
}

.call-rates-header .box-container.right:before {
    left: calc(75% - 20px);
}

.call-rates-header .box-container>div {
    padding: 10px 0px;
    font-size: 16px;
    border: 1px solid #00aafc;
    width: 50%;
    cursor: pointer;
    display: table-cell;
    font-weight: 600;
    transition: all .5s ease-out;
}

.call-rates-header .box-container>div.active {
    background-color: #00aafc;
    color: #FFF;
}

.call-rates-header select {
    width: 340px;
    height: 38px;
    -webkit-appearance: none;
    background: rgba(0,0,0,0) url(//cdn.zoho.com.cn/sites/zweb/images/commonroot/select-dropdown.png) no-repeat scroll right center/25px auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    float: none;
    font-family: var(--zf-primary-semibold),Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 20px auto 10px;
    padding: 8px 32px 8px 8px;
    box-sizing: border-box;
}

span.sltCountry {
    font-weight: 600;
}

.call-rates-table-wrap {
    margin-top: 50px;
}

.call-rates-table-wrap>span {
    font-size: 16px;
}

.call-rates-table-wrap>table {
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 10px 0px;
}

.call-rates-table-wrap>table>thead {
    font-weight: 600;
    color: #2489e8;
}

.call-rates-table-wrap>table>tbody {
    background-color: #FFF;
}

.call-rates-table-wrap>table td {
    padding: 15px !important;
    border: 1px solid #e5e5e5 !important;
    vertical-align: middle !important;
}

.call-rates-table-wrap>table tbody td:nth-child(1) {
    text-align: left;
}

.call-rates-table-wrap>div.add-charges {
    margin-top: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.call-rates-table-wrap>div.add-charges>div {
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 15px 20px;
    min-width: 323px;
    box-sizing: border-box;
}

.call-rates-table-wrap>div>div h5 {
    color: #2489e8;
}

.call-rates-table-wrap>div>div p {
    font-size: 14px;
}

.call-rates-table-wrap>.notAvailableMsg {
    display: none;
}

.call-rates-table-wrap .num-not-available {
    display: none;
    margin-top: 10px;
}

.abc-icon {
    background-color: red;
}

.call-rates-wrap .sms-pricing-container{
    margin-top: 80px;
    border: 1px solid #c4def9;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px -10px #c4def9;
}
.call-rates-wrap .sms-pricing-container .sms-hdr{
    text-align: center;
}
.call-rates-wrap .sms-pricing-container .sub-sms-contain{
    display: flex;
    column-gap: 20px;
}
.call-rates-wrap .sms-pricing-container .sub-sms-contain .sms-pricing-box{
    flex: 1;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 15px 15px;
    box-shadow: 0px 0px 10px 2px #f2f2f2;
}
.call-rates-wrap .sms-pricing-container .sub-sms-contain .sms-pricing-box p.all-cr-charge{
    color: #8a8a8a;
    margin-bottom: 5px;
}

#etctable-text {
    margin: auto;
    font-size: small;
    margin-top: 10px;
    padding-left: 20px;
}

#etctable-text>div {
    display: none;
}

#etctable-text>div.bussiness-plan {
    display: block;
}

#etctable-text.enterprises .enterprice-plan {
    display: block;
}

#etctable-text.enterprises .bussiness-plan {
    display: none;
}

#etctable-text.enterprises {
   //max-width: 1085px;
}

.pricing-faq {
    display: none;
}

.enterprise-plan-wrap table tr td:nth-child(1) {
    width: 35%;
}

.plan-compare-wrap .no-acces {
    color: #0079ff;
    font-weight: bold;
}

.plan-compare-wrap .sympol-exp {
    float: right;
    margin-right: 10px;
    font-size: 13px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.plan-compare-wrap .sympol-exp .no-acces {
    transform: translateY(-5px);
    display: inline-block;
}

.plan-compare-wrap .sympol-exp span {
    margin: 0px 2px 0px 15px;
}

.plan-compare-wrap .sympol-exp .tick-contain {
    vertical-align: middle;
    margin-bottom: 5px;
}

.plan-compare-wrap .tick-contain {
    border: 2px solid;
    display: inline-block;
    width: 12px;
    height: 5px;
    border-width: 0px 0px 2px 2px;
    transform: rotate(-55deg);
}

.plan-compare-wrap .tick-contain.blue-tick {
    border-color: #2196f3;
}

.plan-compare-wrap .tick-contain.green-tick {
    border-color: #2ab973;
}
.zim-notes {
    font-size: 14px;
margin: 15px 0 0 auto;

}
.zwc-byoc-sec {
    background: #f8f8f8;
    text-align: center;
    padding-bottom: 80px;
}

.zwc-byoc-sec .zwc-im-channels-inner {
    max-width: 500px;
    margin: 0 auto;
    min-height: auto;
}

.zwc-byoc-sec h4 {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
.call-rates-table-wrap>div.add-charges>div {
    min-width: auto;
}
.product-block .price span {
    font-size: 42px;
}
.product-block .price span:first-child {
    top: -7px;
}
}
@media only screen and (max-width: 950px) {
    .pricing-wrap .content-wrap .product-block {
        width: 100%;
        max-width: 600px !important;
    }
    .pricing-wrap .content-wrap .business-plan,.pricing-wrap .content-wrap .enterprise-plan{
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }
    .business-addons {
        margin: 40px auto 5px;
        max-width: 600px;
        border: 0px;
        box-shadow: none;
        max-width: 600px !important;
        padding: 0px;
    }
    .business-addons .sub-addon-cont{
        flex-direction: column;
        row-gap: 20px;
    }
    .business-addons .sub-addon-cont>div{
        border: 1px solid #e5e5e5;
        box-shadow: 0 0 15px 0 #e0e0e0;
        padding: 20px 0px;
    }
    .call-rates-wrap .sms-pricing-container{
        max-width: 600px;
        margin: 80px auto 0px;
    }
    .call-rates-wrap .sms-pricing-container .sub-sms-contain{
        flex-direction: column;
        row-gap: 20px;
    }
    #etctable-text {
        max-width: 600px !important;
    }
}
@media only screen and (max-width: 905px) {

    .plan-compare-table .zv-main-tooltip {
        width: 140%;
    }
    .plan-compare-table tbody tr td:last-child .zv-main-tooltip{
        right: 30px;
    }

    .product-block[data-plan="basic"] .recommend-zusers, .product-block[data-plan="standard"] .recommend-zusers {
        display: none;
    }
    .call-rates-table-wrap>div.add-charges{
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }
    .call-rates-table-wrap>div.add-charges>div{
        width: 100%;
        max-width: 600px;
    }
}

@media only screen and (max-width: 520px) {
    .field-price-plan-header h1{
        width: 85%;
        margin: 0px auto 15px;
    }
}
@media only screen and (max-width: 520px) {
    .field-price-plan-header .plan-switcher {
        margin: initial;
        bottom: -50px;
        left: 40px;
        right: 40px;
    }

    .field-price-plan-header .plan-switcher>span {
        display: block;
    }

    .field-price-plan-header .plan-switcher>span.active {
        background-color: #03a9f5 !important;
    }

    .field-price-plan-header .plan-switcher>span.business,
    .field-price-plan-header .plan-switcher>span.enterprise {
        background: initial;
    }

    .pricing-wrap .content-wrap .pricing-tab-wrap {
        margin: 20px 0px;
    }

    .call-rates-header .box-container {
        width: 100%;
    }

    .pricing-table ul li {
        width: 100%;
    }

}

@media only screen and (max-width: 1050px) {
    .field-price-plan-header:after {
        left: -6%;
        height: 100%;
        width: 60%;
    }
}

@media only screen and (max-width: 480px) {
    .pricing-tab-wrap .pricing-tab:before,.lang-fr .pricing-tab-wrap .pricing-tab:before {
        top: 45px;
        right: -5px;
    }

    .pricing-tab-wrap .pricing-tab:after {
        right: -30px;
        transform: rotateZ(72deg) scale(-1);
        top: 25px;
    }
.pricing-trial-wrap .content-wrap:after,.field-price-plan-header:after{
display:none;
}
}

@media only screen and (max-width: 375px) {
    .call-rates-table-wrap>div.add-charges>div {
        min-width: 280px
    }

    .call-rates-header select {
        width: 280px;
    }
}

/*faq*/

.faq .content-wrap {
    padding-top: 100px;
}

.faq h2 {
    text-align: center;
}

.faq h2 {
    text-align: center;
}

.faq-accordian {
    max-width: 900px;
    margin: 60px auto 0;
    min-height: 460px;
}

.faq-accordian h4 {
    position: relative;
    color: #808080;
    margin: 0;
    padding-right: 30px;
    font-size: 20px;
}

.faq-accordian h4.active {
    color: #1975d2;
}

.faq-accordian h4:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px;
}

.faq-accordian h4.active:after {
    content: '-';
}

.faq-accordian div {
    margin: 0;
    padding: 10px 30px 0 0;
    display: none;
}

.faq-accordian div.active {
    display: block;
}

.faq-accordian li {
    border-top: 1px solid #ccc;
    padding: 20px 20px;
    cursor: pointer;
}
.faq-accordian li h4.active,.faq-accordian li div{
    cursor: default;
}

@media only screen and (max-width: 767px) {
    .faq-accordian li {
        padding: 20px 10px;
    }

    .faq-accordian p {
        padding: 10px 10px 0 0;
    }

    .faq .content-wrap {
        padding-top: 70px;
    }

    .faq-accordian h4 {
        font-size: 17px;
    }

    .pricing-trial-wrap {
        padding-top: 30px;
    }

    .zv-main-tooltip {
        max-width: 190px;
    }
    .plan-compare-wrap .sympol-exp{
        float: left;
    }
}
.lang-fr .pricing-tab-wrap .pricing-tab:before {
    content: "Économisez 2 mois";
}
.lang-es-xl .pricing-tab-wrap .pricing-tab:before {
    content: "Ahorre 2 meses";
}
.pricing-tab-wrap .pricing-tab:before,.pricing-tab-wrap .pricing-tab:after{
display:none;
}
.business-addons .sub-addon-cont>div.call-barging {
    display: none
}
div#etctable-text .business-plan {
display:none;
    justify-content: end;
    gap: 0;
}
.business-addons.entrplan .sub-addon-cont>div.call-barging {
    display: block
}
.product-block[data-plan="standard"] .recommend-zusers.is-active{
    visibility: visible;
}
.product-block[data-plan="standard"] .recommend-zusers::after, .product-block[data-plan="standard"] .recommend-zusers::before {
    background-color: #fff;
    position: absolute;
    top: 2px;
    content: "";
    transform: rotate(45deg);
    height: 24px;
    width: 24px;
}
.product-block[data-plan="standard"] .recommend-zusers::before {
    left: -9px;
}
.product-block[data-plan="standard"] .recommend-zusers::after {
    right: -9px;
}
#etctable-text>div {
    display: block
}

.zimg-icon img {
    width: 40px;

    padding: 10px;

}

.zimg-icon {
    position: relative;
    left: 10px;
    background: #effafe;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.zinner-wrap p {
    max-width: 420px;
    margin: 0 auto 20px
}

#etctable-text {
    text-align: right
}

.feature-box ul li {
    position: relative;
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}

.feature-box ul li:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 10px;
    width: 12px;
    text-indent: initial;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/commonroot/yes-tick.png) left top no-repeat;
    background-size: cover
}

.field-price-plan-header .plan-switcher>span.enterprise {
    background: linear-gradient(to left,#03a9f5 50%,white 50%) left;
    background-size: 200%
}

.field-price-plan-header .plan-switcher>span.business {
    background: linear-gradient(to right,#03a9f5 50%,white 50%) right;
    background-size: 200%
}

.field-price-plan-header .plan-switcher>span.enterprise.active {
    color: #FFF;
    background-position: right
}

.field-price-plan-header .plan-switcher>span.business.active {
    color: #FFF;
    background-position: left
}

.success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0
}

.scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40bd60;
    width: 100%;
    opacity: 0
}

.next-actions h4 a {
    text-decoration: underline
}

.next-actions {
    text-align: center;
    margin-bottom: 70px;

}

.zinner-wrap {
    max-width: 760px;
    background: #1d459f;
    padding: 30px;
    text-align: center;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    color: #fff;
}
.other-lang .zinner-wrap{
    max-width: 900px;
}
.zcontact-us {
    background: #db564c;
    padding: 10px 35px;
    color: #fff;
    font-family: var(--secondaryfont-semibold);
    display: inline-block;
}

.fieldset {
    margin-bottom: 30px;
    box-sizing: border-box
}

.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: 13px;
    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
}

.formSec {
    width: 100%;
    overflow: auto;
    max-width: 412px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: -7px 0 28px 0 rgba(0,0,0,0.46);
    -moz-box-shadow: -7px 0 28px 0 rgba(0,0,0,0.46);
    box-shadow: -7px 0 28px 0 rgba(0,0,0,0.46);
    height: 100%;
    background: #fff;
    opacity: 0
}

.formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 99991;
    opacity: 1
}

body.fixed-pos {
    overflow-y: hidden
}

.formInner {
    border-left: 1px solid #ddd;
    padding: 35px 55px 45px 44px;
    background: #fff;
    box-sizing: border-box;
    height: auto;
    text-align: left
}

.form-close {
    background: url(//cdn.zoho.com.cn/sites/zweb/images/close-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-size: 17px;
    opacity: .6
}

.formInner input[type="text"] {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    height: 38px;
    max-width: 290px;
    padding-left: 8px;
    width: 100%;
    outline: 0;
    box-sizing: unset !important;
    margin-left: unset !important
}

.lang-ar .formInner input[type="text"] {
    padding-left: 0;
    padding-right: 8px
}

.lang-ar .sign_agree p {
    text-align: right !important
}

.lang-ar img[id^="imgid"] {
    margin-right: 0;
    margin-left: 10px
}

.lang-ar div.zgdprform-state-container::after,.lang-ar div.zgdprform-countrylist-container::after,.lang-ar .form-close {
    right: auto;
    left: 20px
}

.formInner textarea {
    border: 1px solid #d4d4d4;
    font-size: 13px;
    padding: 5px 8px;
    height: 50px;
    width: 100%;
    max-width: 285px;
    resize: none;
    margin-left: unset !important;
    box-sizing: unset !important;
    font-family: var(--primaryfont-regular)
}

.formInner .zgdprform-countrylist-container {
    max-width: unset !important;
    width: unset !important;
    margin-left: unset !important;
    height: unset !important;
    margin-bottom: 30px !important
}

.formInner select {
    border: 1px solid #e2e2e2;
    font-size: 13px;
    height: 38px;
    max-width: 300px;
    width: 100%;
    background: 0;
    color: #666 !important;
    box-sizing: border-box
}

.sign_agree {
    color: #000;
    font-size: 11px;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    width: 90%;
    text-align: left;
    font-family: var(--zf-primary-semibold),Arial,Helvetica,sans-serif;
    margin: 0 auto
}

div.zgdprform-opt-container,p.zgdprform-opt-container {
    clear: both;
    text-align: left;
    padding-left: 18px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 30px
}

.zgdprform-opt-container input.chk_bx {
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important
}

.submit-btn {
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease 0;
    font-family: var(--zf-primary-semibold);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: unset;
    margin-left: unset !important
}

.freeze_layer {
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none
}

.active_freaze {
    display: block
}

.zoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    display: none
}

.zsubmit {
    text-align: center
}

input[type="submit"] {
    background: none repeat scroll 0 0 #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 30px;
    margin-bottom: 40px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.zgdprform-state-container.zshow-common {
    margin-bottom: 30px !important
}

div.zgdprform-state-container::after,div.zgdprform-countrylist-container::after {
    right: 20px
}

label.error {
    display: block;
    color: red;
    font-size: 11px
}

.lang-ar .zcontact-ent,.lang-ar .product-block span.detail>span:nth-child(2)>div,.lang-ar .zsubmit {
    text-align: center
}

.lang-ar .formSec {
    transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    right: auto;
    left: 0
}

.lang-ar .formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

@media screen and (max-width: 380px) {
    .formInner textarea {
        max-width:93%
    }

    .formInner input[type="text"] {
        max-width: 96%
    }

    .success-alert .scs-txt {
        font-size: 10px
    }

    .success-alert {
        width: 90%
    }
}
.field-price-plan-header:after{
    display:none;
}

.zinner-wrap-cont {
    text-align: left;
}

.zinner-wrap-cont>p {
    margin-bottom: 0px;
}

.zinner-wrap h4 {
    margin-bottom: 5px;
}
@media screen and (max-width:991px){
.zinner-wrap {
    width: 90%;
    display: block;
    max-width: 400px;
    text-align: center;
    box-sizing: border-box;
}
    .zimg-icon{
        margin:0 auto 15px;
        left: 0;
    }
    .zinner-wrap-cont{
        text-align:center;
        margin: 0 auto 15px;
    }
}
.call-rates-wrap .sms-pricing-container .sub-sms-contain .sms-pricing-box{
flex: 0 0 23.7%;
    box-sizing: border-box;
}
.call-rates-wrap .sms-pricing-container .sub-sms-contain {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.feature-box ul li 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;
    text-transform: uppercase;
    top: -2px;
    position: relative;
}


.zimg-icon {
    width: 50px;
    height: 50px;
}

.zimg-icon img {
    width: 30px;
}

.field-price-plan-header {
    padding: 30px 0 80px 0;
}

.pricing-wrap .content-wrap .pricing-tab-wrap {
    float: right;
    top: 0px;
}

.pricing-wrap .content-wrap.pricing-toggle {
    padding-top: 0;
    max-width: 1105px;
}

.pricing-wrap .content-wrap.pricing-plans {
    margin-top: 0px;
}
.zinner-wrap{
display:none;
}
.zcontact-us {
    padding: 8px 35px;
}
.zwc-true-sec {
    width: 80%;
        max-width: 760px;
        background: #1d459f;
        padding: 20px 30px;
        margin: 50px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 6px;
        color: #fff;
        flex-wrap: wrap;
}

.zwc-true-sec {
    text-align: left;
}

.zwc-true-cont {
    width: 70%;
}
.other-lang .zwc-true-cont {
    width: 55%;
}

.zwc-true-tooltip {
    position: absolute;
    background: #1b2631;
    width: 400px;
    font-size: 14px;
    padding: 20px;
    border-radius: 5px;
    display: none;
    z-index: 9;
    left: -200px;
}

.zwc-true-tooltip p {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: var(--secondaryfont-regular);
}

.zwc-true-tooltip p:last-child {
    margin-bottom: 0;
}

.zwc-true-icon {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1.5px solid #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 100%;
    cursor: pointer;
}
.zwc-true-icon:before {
    content: 'i';
    font-size: 13px;
    position: absolute;
    top: -1px;
    left: 6px;
}
.znote {
    font-size: 14px;
    margin-bottom: 0;
}

.zwc-true-cont h4 {
    margin-bottom: 5px;
}

.zwc-true-hastooltip:hover .zwc-true-tooltip {
    display: block;
}

.zwc-true-hastooltip {
    position: relative;
}

.zwc-true-icon:after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -15px;
    width: 10px;
    height: 10px;
    background: #1b2631;
    transform: rotate(45deg);
    z-index: 2;
display:none;
}
.zwc-true-icon:hover:after {
    display: block;
}
.other-lang .zwc-true-sec {
    max-width: 1090px;
}
.zsolo-promo {
    text-align: center;
}

.zsolo-promo a {
    font-family: var(--secondaryfont-semibold);
    border-bottom: 1px solid;
    background: transparent;
    color: var(--primary-anchor-clr);
    padding: 0;
    line-height: 1;
}

.zwc-im-inner-wrap {
max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.zwc-im-pricing {
    padding: 80px 0;
    background: #f8f8f8;
}

.zwc-im-channels {
    text-align: center;
width: 48%;
}

.zwc-im-channels-inner {
    border: 1px solid #e5e5e5;
min-height: 220px;
}

.zwc-im-channels-inner>div {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
}

.zwc-im-channels-inner>div>span:first-child {
    border-right: 1px solid #e5e5e5;
}

.zwc-im-channels-inner>div>span {
    padding: 15px;
    width: 50%;
    box-sizing: border-box;
}
.zwc-im-channels:first-child .zwc-im-channels-inner .zwc-im-row>span {
    padding: 28px 15px;
}
.zwc-im-channels-inner>div:last-child {
    border-bottom: 0;
}

.zwc-im-head {
    font-family: var(--secondaryfont-semibold);
    color: #2489e8;
}

.zwc-im-channels:last-child {
    margin-bottom: 0;
}

.zwc-im-channels h4 {
    margin-bottom: 30px;
}
@media screen and (max-width:1200px){
.zwc-true-tooltip {
    left: -100px;
}
}
@media screen and (max-width:991px){
.zwc-true-tooltip {
    max-width: 300px;
    left: -10px;
}
    .other-lang .zwc-true-cont {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width:767px){
.zwc-true-sec {
    display: block;
}
.zwc-true-cont {
    width: 100%;
    margin-bottom: 15px;
}
.zwc-im-inner-wrap {
    display: block;
}
.zwc-im-channels {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.zwc-im-channels:first-child {
    margin-bottom: 50px;
}
.zim-notes {
    margin: 15px auto 0;
    text-align: center;
}
.zwc-im-channels-inner {
    min-height: unset;
}
.zwc-im-channels:first-child .zwc-im-channels-inner .zwc-im-row>span {
    padding: 15px;
}
}
@media screen and (max-width:380px){
    .zwc-true-tooltip {
        max-width: 260px;
    }
}
@media only screen and (max-width: 520px) {
.pricing-wrap .content-wrap .pricing-tab-wrap {
    float: none;
    top: 30px;
}
}