.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: 9999999999999;
    opacity: 1
}

.form-inner {
    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(https://www.zohowebstatic.com/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
}

.contactus-form-stickydiv {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
    z-index: 100
}

.contactus-form-stickydiv * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.demo-sticky {
    color: #333;
    margin: 15px 35px 85px auto;
    cursor: pointer;
    outline: 0;
    border: 0;
    position: relative;
    background-image: url('//www.zohowebstatic.com/sites/zweb/images/commerce/zos-request-demo.png');
    background-size: contain;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    right: -2px
}

.demo-pop-over {
    padding: 10px 15px;
    position: absolute;
    text-align: left;
    left: -165px;
    margin-right: 15px;
    z-index: 10;
    top: 18px;
    -webkit-box-shadow: 1px 1px 10px -1px #aaa;
    box-shadow: 1px 1px 10px -1px #aaa;
    border-radius: 5px;
    font-size: 13px;
    background-color: #fff;
    width: 150px
}

.demo-pop-over:after {
    left: 100%;
    top: 18px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: 7px solid rgba(0,0,0,0);
    border-left-color: #fff;
    margin-top: -7px
}

.footer-sec-wrap .product-links ul li a,.footer-sec-wrap .product-links h4 {
    color: white;
    background-color: #000
}

.footer-sec-wrap .product-links h4::after {
    border: solid #fff;
    border-width: 0 1px 1px 0
}

.footer-sec-wrap.two-column .promo-section-wrap,.footer-sec-wrap {
    background-color: #000
}

.success-alert,.zs-wday-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
}

.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,.zs-wday-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
}

.icon-wrapper {
    position: relative
}

.info-icon {
    background: url(//www.zohowebstatic.com/sites/zweb/images/commerce/pricing/tool-tip-icon.svg) no-repeat center center / 16px auto;
    height: 16px;
    width: 16px;
    display: inline-block;
    cursor: pointer;
    margin-left: 4px
}

.lang-pt-br .plan-description,.lang-id .plan-description,.lang-fr .plan-description{
min-height: 60px
}

.tooltip-content {
    position: absolute;
    bottom: 130%;
    right: 0;
    transform: translateX(50%);
    background: #f3f1f1;
    color: #000;
    padding: 5px 15px;
    border-radius: 8px;
    width: max-content;
    white-space: nowrap;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1)
}

.tooltip-content.active {
    display: block
}

.tooltip-content::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 65%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f3f1f1
}

.zw-product-header .content-wrap {
    width: 97%
}

.zw-template-inner button:focus-visible {box-shadow:none; outline: none}

.footer-sec-wrap ul.zft-social-icons li.zft-twitter a {
    height: 27px;
    background-position: -263px -83px
}

.zsiq_floatmain.siq_bR {
    bottom: 85px;
    right: 16px
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.justify-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.text-white {
    color: #fff
}

.max-width-1020.content-wrap.section-container {
    max-width: 1020px;
    margin: auto
}

.content-wrap.section-container {
    max-width: 1200px;
    margin: auto
}

.text-align-center {
    text-align: center
}

.font-size-medium {
    font-family: var(--zf-primary-medium)
}

.interactive-cta-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px
}

.interactive-cta-btn {
    display: inline-flex;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 50px
}

.interactive-cta-btn .act-btn {
    display: inline-flex !important
}

.interactive-cta-btn-content {
    width: 245px;
    height: auto;
    justify-content: center;
    z-index: 2;
    padding: 17px 30px;
    letter-spacing: .3px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #000;
    border: .8px solid #000;
    border-radius: inherit;
    background-color: #01ee65;
    transform: translate3d(0.01rem,0,0);
    transition: transform .5s cubic-bezier(0.19,1,0.22,1)
}

.interactive-cta-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: #000;
    transform: translate3d(0.01rem,0,0);
    transition: transform .5s cubic-bezier(0.19,1,0.22,1)
}

.interactive-cta-btn,.interactive-cta-btn-content,.pricing-wrap .content-wrap .product-block .try-now-plan {
    width: 100%;
    max-width: 100%
}

.interactive-cta-btn:hover .interactive-cta-btn-content {
    transform: translate3d(0,-0.3rem,0)
}

.secondary-cta {
    min-width: 130px;
    height: 55px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    letter-spacing: .3px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    border: 1px solid #c1c8c7;
    border-radius: 999px;
    transition: border 250ms ease-out
}

.dark-section.secondary-cta {
    border-color: #486c6a
}

.dark-section.secondary-cta:hover {
    border-color: #fff
}

.secondary-cta:hover {
    border-color: #000
}

.secondary-cta .interactive-arrow-btn {
    position: relative;
    width: 18px;
    height: 23px;
    background-color: #01ee65;
    border: 1px solid #000;
    overflow: hidden;
    border-radius: 999px
}

.secondary-cta .interactive-arrow,.secondary-cta .interactive-arrow-mirror {
    position: absolute;
    top: 29%;
    left: 40%;
    transition: transform .5s cubic-bezier(0.1,0,0.3,1)
}

.secondary-cta .interactive-arrow-mirror {
    transform: translateX(-30px)
}

.secondary-cta:hover .interactive-arrow {
    transform: translateX(30px)
}

.secondary-cta:hover .interactive-arrow-mirror {
    transform: translateX(0)
}

.pricing-wrap .content-wrap .product-block .try-now-plan {
    display: none
}

.body-umain .pricing-wrap .content-wrap .product-block .getstart-plan {
    display: none
}

.non-umain .pricing-wrap .content-wrap .product-block .getstart-plan {
    display: block
}

.non-umain .pricing-wrap .content-wrap .product-block .try-now-plan {
    display: none
}

.body-umain .pricing-wrap .content-wrap .product-block .try-now-plan {
    display: inline-block
}

.zw-template-inner {
    margin: 0 !important
}

.zw-product-header,.pricing-header-container {
    background-color: #d0eadc
}

.pricing-header-container {
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #000
}

.pricing-title {
    margin-bottom: 60px
}

.price-heading {
    max-width: 600px;
    padding: 0 20px 30px;
    margin: 0 auto;
    font-family: var(--zf-primary-bold);
    font-size: 72px;
    color: #000;
    line-height: 74px;
    padding-bottom: 20px;
    letter-spacing: -4px
}

.pricing-subheading span {
    color: #000;
    font-family: var(--zf-primary-semibold)
}

.zw-template-inner .pricing-tab-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    width: 100%;
    height: 56px;
    top: -30px;
    text-align: center
}

.pricing-tab .label-text {
    display: inline-block;
    min-width: 85px;
    height: 32px;
    font-family: var(--zf-primary-semibold);
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .25s ease-in-out
}

.pricing-tab-wrap .pricing-tab>span.label-text {
    width: 20px;
    color: #000
}

.pricing-tab-wrap .pricing-tab>span.label-text.monthly {
    position: absolute;
    left: 17px;
    z-index: 5;
    top: 6px
}

.info-icon {
    background: url(//www.zohowebstatic.com/sites/zweb/images/commerce/pricing/tool-tip-icon.svg) no-repeat 0 0 / 16px auto;
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    cursor: pointer;
    margin: 3px 0 0 4px
}

.pricing-tab-wrap .pricing-tab>span.label-text.yearly {
    position: absolute;
    right: 17px;
    top: 6px
}

.pricing-tab-wrap .pricing-tab .label-text.active {
    color: #fff
}

.label-text:not(.active):hover {
    background-color: #d0eadc
}

.pricing-tab>span.ztoggle-slide {
    width: 190px;
    height: 44px;
    border: 1px solid #000;
    border-radius: 25px
}

.pricing-tab>span.ztoggle-slide.active em.toggle-btn {
    margin-left: 92px
}

.pricing-tab>span.ztoggle-slide em.toggle-btn {
    display: block;
    width: 90px;
    border-radius: 20px;
    background: #008452;
    height: 32px;
    margin: 5px;
    transition: .3s all ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.pricing-tab-wrap .save-upto {
    position: absolute;
    top: -72%;
    left: 50%;
    transform: translateX(-50%) rotate(-2.753deg);
    font-family: Caveat;
    font-size: 19px;
    font-weight: 700;
    line-height: 34px;
    text-transform: none;
    color: #e42527
}

.save-upto-arrow {
    position: relative;
    top: 16px;
    left: 5%;
    transform: translateX(-5%) rotate(5.247deg)
}

.cards-container.section-container {
    position: relative;
    margin-top: 50px;
    padding: 20px 0
}

.currency-dropdown {
    width: 100px;
    position: absolute;
    z-index: 1;
    right: 117px;
    cursor: pointer
}

.currency-select {
    font-size: 16px
}

.currency-select:focus {
    outline: 0
}

.zw-template-inner .block-box-3.content-wrap,.zw-template-inner .pricing-wrap.pricing-box-3 .content-wrap {
    max-width: 1200px
}

.zw-template-inner .pricing-wrap .content-wrap.has-most-popular-plan {
    padding: 45px 0 15px
}

.zw-template-inner .pricing-wrap .content-wrap {
    display: flex;
    justify-content: space-evenly;
    gap: 20px
}

.pricing-wrap.pricing-box-3 .content-wrap .product-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 380px;
    min-height: 1200px;
    margin: 0;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    text-align: center;
    overflow: visible;
    background-color: #fff
}

.content-wrap .product-block .highlighted-box p:not(.includes-info):before {
    margin-left: -25px;
    background: url('//www.zohowebstatic.com/sites/zweb/images/commerce/pricing/feature-tick-black.svg');
    background-repeat: no-repeat
}

.content-wrap .product-block .highlighted-box p {
    margin-left: 25px
}

.highlighted-box p:before {
    top: 8px
}

.content-wrap .product-block .highlighted-box p.includes-info {
    margin-left: 0;
    font-family: var(--zf-primary-semibold)
}

.content-wrap .product-block .highlighted-box p.includes-info:before {
    content: none
}

.pricing-wrap .content-wrap .product-block .zmost-popular {
    width: max-content;
    top: -15px;
    left: 15px;
    background: #01403d;
    padding: 5px 10px;
    border-radius: 10px;
    text-transform: none;
    font-family: var(--zf-secondary-medium);
    color: #01ee65
}

.pricing-wrap .content-wrap .product-block .plan-container .zmost-popular {
    display: none !important
}

.pricing-wrap .content-wrap .product-block .most-popular-icon {
    padding-right: 5px
}

.zw-template-inner section.pricing-wrap .content-wrap .product-block.most-popular-plan {
    box-shadow: none;
    border: 1px solid #e9e9e9
}

section.pricing-wrap .content-wrap .product-block.most-popular-plan {
    margin-top: 10px !important
}

.zw-template-inner .pricing-wrap .content-wrap .product-block.most-popular-plan+.product-block {
    border: 1px solid #e9e9e9
}

.pricing-wrap .product-block .plan-name,.pricing-wrap .product-block .plan-description,.pricing-wrap .product-block .price,.pricing-wrap .product-block span.detail span.ztogglegroup,.pricing-wrap .product-block .try-now-plan {
    text-align: left
}

.zw-template-inner .pricing-wrap .content-wrap .product-block .main-box,.zw-template-inner .pricing-wrap .content-wrap .product-block .highlighted-box,.zw-template-inner .pricing-wrap .content-wrap .product-block.most-popular-plan .main-box {
    border-bottom: 0
}

.zw-template-inner .pricing-wrap .content-wrap .product-block:nth-child(2) {
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
    border: 2px solid #003f3c
}

.best-value {
    display: block;
    position: absolute;
    top: -18px;
    overflow: visible
}

.zw-template-inner .pricing-wrap .content-wrap .product-block .highlighted-box,.zw-template-inner section.pricing-wrap .content-wrap .product-block.most-popular-plan,.zw-template-inner .pricing-wrap .content-wrap .product-block.most-popular-plan .highlighted-box {
    background-color: #fff
}

.pricing-wrap .product-block span.detail span.ztogglegroup,.pricing-wrap .product-block .plan-description {
    display: block
}

.product-block span.detail {
    margin-bottom: 30px
}

.pricing-wrap .product-block .plan-container {
    position: relative;
    display: inline-flex;
    width: 100%;
    justify-content: space-between
}

.pricing-wrap .product-block .plan-name {
    margin-bottom: 8px;
    font-family: var(--zf-primary-semibold);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize
}

.pricing-wrap .product-block .plan-icon {
    vertical-align: middle;
    position: absolute;
    top: -5px;
    right: 0
}

.pricing-wrap .product-block .plan-description {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000033
}

.pricing-wrap .product-block .price {
    padding-top: 4px
}

.strikeout-monthly {
    text-align: left;
    font-size: 16px !important;
    letter-spacing: .2px;
    display: flex;
    color: #333
}

.strikeout-monthly .z-price-text,.strikeout-monthly .zcurrency-symbol {
    text-decoration: line-through
}

.zpricegroup-monthly .strikeout-monthly {
    display: none
}

.product-block .interactive-cta-btn-content {
    padding: 14px 30px
}

.pricing-wrap .content-wrap .product-block .price span {
    font-size: 42px;
    top: 0;
    line-height: 48.17px;
    letter-spacing: -1px
}

.pricing-wrap .content-wrap .product-block .main-box,.pricing-wrap .content-wrap .product-block .highlighted-box,.pricing-wrap .content-wrap .product-block .feature-box,.zw-template-inner .pricing-wrap .content-wrap .product-block.most-popular-plan .main-box {
    padding-top: 60px
}

.service-container {
    padding: 20px 0;
    border-bottom: 1px solid #00000033
}

.service-item {
    display: flex;
    text-align: center
}

.service-item img {
    width: 18px;
    height: 18px
}

.service-item svg,.service-item img {
    margin-right: 10px;
    margin-top: 4px
}

.service-icon {
    width: 50px;
    height: 50px;
    fill: #4caf50;
    margin-bottom: 0
}

.service-title {
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-bottom: 10px
}

.product-block .highlighted-box p {
    text-align: left;
    padding-left: 0
}

.zw-template-inner .pricing-wrap .content-wrap .product-block .highlighted-box {
    padding-top: 0;
    border-radius: inherit
}

.enterprise-solution {
    margin: 0 0 40px;
    background-color: #01403d;
    padding: 60px;
    border-radius: 20px;
    justify-content: space-between
}

.enterprise-solution .secondary-cta {
    color: #fff
}

.enterprise-solution-content {
    max-width: 700px;
    margin-left: 55px
}

.enterprise-solution-content>h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px
}

.enterprise-solution-content>p {
    font-size: 16px;
    margin-bottom: 0
}

.compare-all-features .secondary-cta {
    color: #000;
    justify-content: center
}

.addon-plan-section {
    margin: 100px 0
}

.add-on-selection {
    margin-bottom: 35px;
    justify-content: center
}

.add-on-selection h2 {
    font-family: var(--zf-primary-bold);
    font-size: 52px;
    text-align: center;
    letter-spacing: -2px
}

.add-on-selection h2 span,.more-in-store h2 span {
    color: #00973f
}

#addon-dropdown {
    min-width: 125px;
    height: 35px;
    border-radius: 23px;
    border: 1px solid #CCC;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--zf-secondary-semibold);
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    position: relative;
    background-image: url(//www.zohowebstatic.com/sites/zweb/images/commerce/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 9px;
    padding: 0 30px 0 20px;
    margin: 10px
}

.addon-plan {
    display: none
}

.addon-plan-details {
    margin-top: 30px;
    border-bottom: 1px solid #0000001a
}

.addon-plan-image-content img {
    height: 60px;
    margin-right: 40px
}

.addon-plan-text .addon-plan-title,.addon-plan-price {
    font-size: 24px;
    margin-bottom: 4px
}

.addon-plan-price {
    font-family: var(--primaryfont-semibold)
}

.addon-plan-text .addon-plan-description {
    font-size: 16px;
    margin-bottom: 22px
}

.addon-plan-price-details {
    font-size: 14px
}

.addon-plan-price-info {
    text-align: right;
    min-width: 140px
}

.more-in-store h2 {
    font-family: var(--zf-primary-bold);
    font-size: 52px;
    line-height: 61px;
    letter-spacing: -2px;
    margin-bottom: 60px
}

.call-to-action-container {
    gap: 30px
}

.call-to-action-container .book-free-session,.call-to-action-container .become-partner {
    width: 50%;
    display: flex;
    border-radius: 20px;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.call-to-action-container .book-free-session .img-container,.call-to-action-container .become-partner .img-container {
    height: 225px
}

.call-to-action-container .book-free-session {
    background: #f9edd7;
    position: relative
}

.call-to-action-container .book-free-session img {
    position: relative;
    z-index: 1
}

.call-to-action-container .book-free-session::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(//www.zohowebstatic.com/sites/zweb/images/commerce/pricing/book-free-session-design.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.call-to-action-container .become-partner {
    background: #01403d
}

.call-to-action-container .become-partner>*,.become-partner .secondary-cta {
    color: #fff
}

.book-free-session h3,.become-partner h3 {
    max-width: 400px;
    font-size: 32px;
    font-family: var(--zf-primary-bold);
    line-height: 38px;
    letter-spacing: -1.499px;
    margin-bottom: 44px
}

.book-free-session>*,.become-partner>* {
    display: flex;
    align-items: center;
    justify-content: center
}

.book-free-session p,.become-partner p {
    font-size: 15px;
    margin-top: 42px;
    text-align: center
}

.faq-section-wrapper {
    margin: 120px 0
}

.faq-header {
    font-family: var(--secondaryfont-bold);
    color: #000;
    font-size: 52px;
    letter-spacing: -2px;
    font-weight: 600;
    margin: 100px auto 60px;
    text-align: center
}

.faq-header span {
    color: #00973f
}

.faq-header p {
    width: 48%;
    text-align: center;
    margin: 20px auto;
    font-family: var(--zf-primary-light);
    letter-spacing: .2px
}

.faq-wrapper {
    margin: 25px auto;
    overflow: hidden;
    transition: background-color .3s ease,color .3s ease;
    border: 1px solid #c1c8c7;
    border-radius: 20px;
    width: 100%;
    max-width: 1110px
}

.faq-accordion {
    cursor: pointer;
    padding: 25px 35px;
    border: 0;
    width: 100%;
    overflow: hidden;
    background: transparent;
    outline: 0;
    position: relative;
    font-family: var(--zf-primary-medium)
}

.faq-accordion p {
    font-size: 20px;
    width: 65%;
    text-align: left;
    color: inherit;
    margin: 0;
    font-weight: 400
}

.faq-wrapper.active .faq-question {
    background-color: #d0eadc
}

.faq-wrapper.active .faq-accordion p {
    font-weight: 600
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out,0.3s;
    width: 100%
}

.faq-answer,.faq-sub-ans {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 26px 30px 34px;
    margin: 0;
    max-width: 80%
}

.faq-sub-ans-heading {
    font-size: 16px;
    font-weight: 600
}

.faq-accordion {
    position: relative;
    padding-right: 40px
}

.faq-accordion::after {
    content: "";
    background-image: url(//www.zohowebstatic.com/sites/zweb/images/commerce/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 100px;
    top: 28px
}

.faq-wrapper.active .faq-accordion::after {
    background-image: url('//www.zohowebstatic.com/sites/zweb/images/commerce/minus.svg')
}

.bottom-cta-wrap .content-wrap p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 60%;
    margin: auto
}

.bottom-cta-wrap .content-wrap h2 {
    margin: 100px auto 20px;
    font-family: var(--primaryfont-bold);
    font-size: 52px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: -2.152px;
    text-align: center
}

.bottom-cta-wrap .content-wrap {
    padding: 0 0 150px
}

.bottom-cta-wrap .interactive-cta-btn-content,.bottom-cta-wrap .secondary-cta {
    width: max-content
}

.bottom-cta-wrap .content-wrap a.cta-btn {
    margin-top: 0
}

.bottom-cta-wrap .interactive-cta-btn-wrapper .secondary-cta .interactive-arrow-btn {
    width: 10px
}

.bottom-cta-wrap .zc-payu-container {
    justify-content: center
}

.bottom-cta-wrap .interactive-cta-btn-wrapper .interactive-cta-btn-content,.bottom-cta-wrap .interactive-cta-btn-wrapper .secondary-cta {
    height: 25px;
    margin: 0
}

.success-alert {
    display: none;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto
}

.addon-plan-details:nth-child(2) {
    padding-top: 50px
}
.lang-rtl .zsiq_floatmain.siq_bR {
    left: 16px;
    right: unset;
}

.lang-rtl .interactive-cta-btn-content {
    transform: translate3d(0.01rem,0,0);
}

.lang-rtl .interactive-cta-btn:after {
    transform: translate3d(0.01rem,0,0);
    right: 0;
    left: unset;
}

.lang-rtl .interactive-cta-btn:hover .interactive-cta-btn-content {
    transform: translate3d(0,-0.3rem,0);
}

.lang-rtl .secondary-cta .interactive-arrow, .lang-rtl .secondary-cta .interactive-arrow-mirror {
    right: 40%;
    left: unset;
}

.lang-rtl .secondary-cta .interactive-arrow-mirror {
    transform: translateX(30px);
}

.lang-rtl .secondary-cta:hover .interactive-arrow {
    transform: translateX(-30px);
}

.lang-rtl .secondary-cta:hover .interactive-arrow-mirror {
    transform: translateX(0);
}

.lang-rtl .pricing-tab-wrap .pricing-tab>span.label-text.monthly {
    right: 17px;
    left: unset;
}

.lang-rtl .info-icon {
    margin: 3px 4px 0 0;
}

.lang-rtl .pricing-tab-wrap .pricing-tab>span.label-text.yearly {
    left: 17px;
    right: unset;
}

.lang-rtl .pricing-tab>span.ztoggle-slide.active em.toggle-btn {
    margin-right: 92px;
    margin-left: unset;
}

.lang-rtl .pricing-tab-wrap .save-upto {
    transform: translateX(50%) rotate(-2.753deg);
    right: 50%;
    left: unset;
}

.lang-rtl .save-upto-arrow {
    transform: translateX(-30%) rotate(5.247deg) rotateY(150deg);
    left: unset;
}

.lang-rtl .currency-dropdown {
    left: 117px;
    right: unset;
}

.lang-rtl .content-wrap .product-block .highlighted-box p:not(.includes-info):before {
    margin-right: -25px;
    margin-left: unset;
}

.lang-rtl .content-wrap .product-block .highlighted-box p {
    margin-right: 25px;
    margin-left: unset;
}

.lang-rtl .content-wrap .product-block .highlighted-box p.includes-info {
    margin-right: 0;
    margin-left: unset;
}

.lang-rtl .pricing-wrap .content-wrap .product-block .zmost-popular {
    right: 15px;
    left: unset;
}

.lang-rtl .pricing-wrap .content-wrap .product-block .most-popular-icon {
    padding-left: 5px;
    padding-right: unset;
}

.lang-rtl .pricing-wrap .product-block .plan-icon {
    left: 0;
    right: unset;
}

.lang-rtl .service-item svg, .lang-rtl .service-item img {
    margin-left: 10px;
    margin-right: unset;
}

.lang-rtl .product-block .highlighted-box p {
    text-align: right;
    padding-right: 0;
    padding-left: unset;
}

.lang-rtl .enterprise-solution-content {
    margin-right: 55px;
    margin-left: unset;
}

.lang-rtl .add-on-selection h2 {
    text-align: center;
}

.lang-rtl #addon-dropdown {
    padding: 0 20px 0 30px;
}

.lang-rtl .addon-plan-image-content img {
    margin-left: 40px;
    margin-right: unset;
}

.lang-rtl .call-to-action-container .book-free-session::before {
    right: 0;
    left: unset;
}

.lang-rtl .book-free-session p, .lang-rtl .become-partner p {
    text-align: center;
}

.lang-rtl .faq-header p {
    text-align: center;
}

.lang-rtl .faq-accordion {
    padding-left: 40px;
}

.lang-rtl .faq-accordion::after {
    left: 100px;
    right: unset;
}

.lang-rtl .bottom-cta-wrap .content-wrap h2 {
    text-align: center;
}

.lang-rtl .success-alert {
    right: 0;
    left: unset;
}

.lang-rtl .text-align-center, .lang-rtl .interactive-cta-btn-content, .lang-rtl .pricing-header-container, .lang-rtl .zw-template-inner .pricing-tab-wrap, .lang-rtl .pricing-tab .label-text, .lang-rtl .pricing-wrap.pricing-box-3 .content-wrap .product-block, .lang-rtl .service-item, .lang-rtl .faq-header {
    text-align: center;
}

.lang-rtl .text-align-center *, .lang-rtl .interactive-cta-btn-content *, .lang-rtl .pricing-header-container *, .lang-rtl .zw-template-inner .pricing-tab-wrap *, .lang-rtl .pricing-tab .label-text *, .lang-rtl .pricing-wrap.pricing-box-3 .content-wrap .product-block *, .lang-rtl .service-item *, .lang-rtl .faq-header *,.lang-rtl .bottom-cta-wrap * {
    text-align: center;
}

.lang-rtl .pricing-wrap .product-block .plan-name, .lang-rtl .pricing-wrap .product-block .plan-description, .lang-rtl .pricing-wrap .product-block .price, .lang-rtl .pricing-wrap .product-block span.detail span.ztogglegroup, .lang-rtl .pricing-wrap .product-block .try-now-plan,.lang-rtl .strikeout-monthly, .lang-rtl .service-title, .lang-rtl .addon-plan-price-info , .lang-rtl .pricing-wrap .product-block .plan-name *, .lang-rtl .pricing-wrap .product-block .plan-description *, .lang-rtl .pricing-wrap .product-block .pric *, .lang-rtl .pricing-wrap .product-block span.detail span.ztogglegroup *, .lang-rtl .pricing-wrap .product-block .try-now-plan *,.lang-rtl .strikeout-monthly *, .lang-rtl .service-title *, .lang-rtl .addon-plan-price-info *,.lang-rtl .pricing-wrap.pricing-box-3 .content-wrap .product-block * {
    text-align: right;
}

.lang-rtl .faq-accordion p {
    text-align: right;
}
.lang-rtl .features-download .feature-arrow {
    left: 0;
    right: 0;
}

.lang-rtl #featureModalTitle {
    text-align: center;
}

.lang-rtl .modal-close {
    left: -10px;
    right: unset;
}

.lang-rtl #featureModalDesc {
    text-align: right;
}

.lang-rtl .features-download, .lang-rtl .modal-branding {
    text-align: center;
}

.lang-rtl .features-download *, .lang-rtl .modal-branding * {
    text-align: center;
}

.lang-rtl .cwf-container .cwf-wrap .cwf-field-wrap:not(:has(.cwf-radio-control)):not(:has(.cwf-checkbox-control)) .cwf-label-control {
    right: 15px;
    left: unset;
}

.lang-rtl .cwf-container .cwf-wrap .cwf-input {
    padding-right: 20px;
    padding-left: unset;
}

.lang-rtl .cwf-field-wrap:has([data-map-id="zcf_email"]) .cwf-label-control::before {
    margin-left: 8px;
    margin-right: unset;
}
.lang-rtl .interactive-arrow-btn {
    transform: scale(-1);
}
.other-lang:not(.i18n-th) .pricing-tab .label-text {
    font-size: 11px;
}
.other-lang .interactive-cta-btn-wrapper .secondary-cta {
    min-width: fit-content;
}
@media screen and (min-width: 1280px) {
    .fadeinup1,.fadeinup2,.fadeinup3,.fadeinup4,.fadeinup5,.fadeinup6,.fadeinup7,.fadeinup8,.fadeinup9,.fadeinup10 {
        opacity:0;
        transform: translate3d(0,60px,0);
        transition: opacity 1s ease,transform 1s ease
    }

    .market-section-item.fadeinup,.resources-content-wrapper.fadeinup {
        transition: transform 2s ease
    }

    .start-today-container.fadeinup {
        transition: transform 5s ease
    }

    .animated .fadeinup1,.animated .fadeinup2,.animated .fadeinup3,.animated .fadeinup4,.animated .fadeinup5,.animated .fadeinup6,.animated .fadeinup7,.animated .fadeinup8,.animated .fadeinup9,.animated .fadeinup10 {
        opacity: 1;
        transform: translate3d(0,0,0)
    }

    .fadeinup1 {
        transition-delay: 100ms
    }

    .fadeinup2 {
        transition-delay: 200ms
    }

    .fadeinup3 {
        transition-delay: 300ms
    }

    .fadeinup4 {
        transition-delay: 400ms
    }

    .fadeinup5 {
        transition-delay: 700ms
    }

    .fadeinup6 {
        transition-delay: 1000ms
    }

    .fadeinup7 {
        transition-delay: 1300ms
    }

    .fadeinup8 {
        transition-delay: 1600ms
    }

    .fadeinup9 {
        transition-delay: 1800ms
    }

    .fadeinup10 {
        transition-delay: 2000ms
    }
    .lang-rtl .fadeinup1, .lang-rtl .fadeinup2, .lang-rtl .fadeinup3, .lang-rtl .fadeinup4, .lang-rtl .fadeinup5, .lang-rtl .fadeinup6, .lang-rtl .fadeinup7, .lang-rtl .fadeinup8, .lang-rtl .fadeinup9, .lang-rtl .fadeinup10 {
        transform: translate3d(0,60px,0);
    }

    .lang-rtl .animated .fadeinup1, .lang-rtl .animated .fadeinup2, .lang-rtl .animated .fadeinup3, .lang-rtl .animated .fadeinup4, .lang-rtl .animated .fadeinup5, .lang-rtl .animated .fadeinup6, .lang-rtl .animated .fadeinup7, .lang-rtl .animated .fadeinup8, .lang-rtl .animated .fadeinup9, .lang-rtl .animated .fadeinup10 {
        transform: translate3d(0,0,0);
    }
}

@media(max-width: 1024px) {
    .currency-dropdown {
        right:0
    }
    .lang-rtl .currency-dropdown {
        top: -10px;
    }
}

@media(max-width: 992px) {
    .section-container.cards-container {
        padding-right:0 !important
    }

    .section-container.cards-container .pricing-wrap {
        width: 100%;
        overflow: scroll
    }

    .zw-template-inner .block-box-3.content-wrap,.zw-template-inner .pricing-wrap.pricing-box-3 .content-wrap {
        min-width: 992px
    }

    .call-to-action-container {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
  .lang-rtl .section-container.cards-container {
        padding-left: 0 !important;
        padding-right: unset;
    }
}

@media screen and (max-width: 768px) {
    .content-wrap.section-container {
        max-width:fit-content;
        margin: auto
    }

.contactus-form-stickydiv {display: none}

    .pricing-header-container {
        padding: 20px 0
    }

    .pricing-header-container .price-heading {
        font-size: 58px;
        line-height: 62px
    }

    .pricing-tab>span,.pricing-tab>span.ztoggle-slide {
        display: inline-block !important
    }

    .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 {
        margin: 0
    }

    .zw-template-inner .pricing-wrap .content-wrap.has-most-popular-plan {
        padding-top: 65px;
        padding: 20px
    }

    .zw-template-inner .pricing-wrap .content-wrap.has-most-popular-plan {
        padding-top: 65px
    }

    .zw-template-inner .pricing-wrap .zmore-features {
        color: #008452
    }

    span.zmore-features-show:after,span.zmore-features-show:before,span.zmore-features-hide:after,span.zmore-features-hide:before {
        background: #008452
    }

    .add-on-selection h2,.more-in-store h2,.bottom-cta-wrap h2,.faq-header {
        font-size: 38px
    }

    .add-on-selection {
        margin-bottom: 35px
    }

    .bottom-cta-wrap .content-wrap p {
        font-size: 16px
    }

    .addon-plan-text .addon-plan-title,.addon-plan-price {
        font-size: 22px
    }

    .enterprise-solution .demo-icon-image {
        display: none
    }

    .enterprise-solution .enterprise-solution-content {
        margin-left: 0
    }

    .more-in-store .call-to-action-container {
        flex-direction: column;
        gap: 40px;
        align-items: center
    }

    .book-free-session p,.become-partner p {
        width: 82%;
        line-height: 24px;
        font-size: 15px;
        margin-top: 25px
    }

    .pricing-tab-wrap .zmobile-mon-yearly-container {
        display: none
    }

    .call-to-action-container .book-free-session,.call-to-action-container .become-partner {
        width: 80%
    }



    .call-to-action-container .become-partner .img-container {
        height: 150px;
        width: 215px
    }

    .call-to-action-container .book-free-session .img-container {
        width: 200px;
        height: 200px
    }

    .faq-header {
        margin: 80px auto 30px
    }

    .faq-header p {
        width: 75%
    }

    .faq-accordion::after {
        width: 20px;
        top: 25px
    }

    .faq-answer,.faq-sub-ans,.faq-accordion {
        font-size: 16px;
        padding: 30px;
        margin: 0
    }

    .bottom-cta-wrap .content-wrap p {
        width: 80%
    }

    .bottom-cta-wrap .content-wrap h2 {
        margin-top: 80px
    }
    .lang-rtl .content-wrap.section-container {
        margin: auto;
    }

    .lang-rtl .pricing-header-container {
        padding: 20px 0;
    }

    .lang-rtl .pricing-wrap.pricing-box-3 .content-wrap .product-block, .lang-rtl .pricing-wrap.pricing-box-2 .content-wrap .product-block, .lang-rtl .pricing-wrap.pricing-box-4 .content-wrap .product-block, .lang-rtl .pricing-wrap.pricing-box-5 .content-wrap .product-block, .lang-rtl .pricing-wrap .content-wrap .product-block.most-popular-plan+.product-block {
        margin: 0;
    }

    .lang-rtl .zw-template-inner .pricing-wrap .content-wrap.has-most-popular-plan {
        padding: 20px;
    }

    .lang-rtl .enterprise-solution .enterprise-solution-content {
        margin-right: 0;
        margin-left: unset;
    }

    .lang-rtl .faq-header {
        margin: 80px auto 30px;
    }

    .lang-rtl .faq-answer, .lang-rtl .faq-sub-ans, .lang-rtl .faq-accordion {
        padding: 30px;
        margin: 0;
    }
}

@media screen and (max-width: 650px) {
    .pricing-header-container {
        padding:40px 0 20px
    }

    .pricing-header-container .price-heading {
        font-size: 42px;
        line-height: 44px;
        max-width: 100%;
        letter-spacing: -2px;
        margin-top: 85px;
        margin: 0 auto
    }

    .pricing-wrap.pricing-box-3 .content-wrap #zplan3.product-block .plan-description,.pricing-wrap.pricing-box-3 .content-wrap #zplan2.product-block .plan-description {
        margin-bottom: 50px
    }

    .zw-template-inner .block-box-3.content-wrap,.zw-template-inner .pricing-wrap.pricing-box-3 .content-wrap {
        min-width: 880px
    }

    .section-container .enterprise-solution {
        margin: 0 0 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding: 40px
    }

    .addon-plan-section {
        margin: 80px 0
    }

    .more-in-store h2 {
        margin-bottom: 35px
    }

    .addon-plan-text p {
        width: 100%
    }

    .addon-plan-text p,.addon-plan-price-details {
        font-size: 12px
    }

    .add-on-selection,.more-in-store .call-to-action-container,.interactive-cta-btn-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .addon-plan-image-content img {
        display: none
    }

    .call-to-action-container .book-free-session,.call-to-action-container .become-partner {
        width: 80%;
        padding: 40px
    }

    .book-free-session p,.become-partner p {
        width: 100%
    }

    .faq-question {
        padding: 20px 30px
    }

    .bottom-cta-wrap .content-wrap {
        padding: 10px 0 120px 0
    }

    .bottom-cta-wrap .content-wrap p {
        width: 100%;
        font-size: 16px
    }

    .bottom-cta-wrap .content-wrap h2 {
        font-size: 42px;
        line-height: 40px;
        letter-spacing: -1.8px
    }
    .lang-rtl .pricing-header-container {
        padding: 40px 0 20px;
    }

    .lang-rtl .pricing-header-container .price-heading {
        margin: 0 auto;
    }

    .lang-rtl .section-container .enterprise-solution {
        margin: 0 0 40px;
        padding: 40px;
    }

    .lang-rtl .addon-plan-section {
        margin: 80px 0;
    }

    .lang-rtl .call-to-action-container .book-free-session, .lang-rtl .call-to-action-container .become-partner {
        padding: 40px;
    }

    .lang-rtl .faq-question {
        padding: 20px 30px;
    }

    .lang-rtl .bottom-cta-wrap .content-wrap {
        padding: 10px 0 120px 0;
    }
}

@media screen and (max-width: 425px) {
    .section-container .enterprise-solution {
        padding:40px 30px
    }

    .addon-plan-section {
        margin: 60px 0
    }

    .add-on-selection h2,.more-in-store h2,.faq-header {
        font-size: 32px;
        line-height: 34px
    }

    .book-free-session h3,.become-partner h3 {
        font-size: 24px;
        letter-spacing: -1px;
        line-height: 30px
    }

    .addon-plan-price-details {
        width: 100%;
        text-align: right
    }

    .addon-plan-price-info {
        min-width: 90px
    }

    .faq-header p {
        width: 100%;
        line-height: 24px
    }

    .call-to-action-container {
        margin: 20px
    }

    .call-to-action-container .book-free-session,.call-to-action-container .become-partner {
        width: 100%;
        padding: 45px 20px
    }

    .call-to-action-container .interactive-cta-btn-content,.call-to-action-container .secondary-cta {
        min-width: max-content !important;
        font-size: 12px
    }

    .book-free-session h3,.become-partner h3 {
        font-size: 23px;
        margin-bottom: 20px
    }

    .book-free-session p,.become-partner p {
        font-size: 14px;
        margin-top: 10px
    }

    .addon-plan-text .addon-plan-description {
        font-size: 14px
    }

    .addon-plan-text .addon-plan-title,.addon-plan-price {
        font-size: 18px
    }

    .faq-answer,.faq-sub-ans,.faq-accordion {
        font-size: 15px;
        line-height: 1.7;
        padding: 20px
    }

    .faq-accordion p {
        font-size: 16px
    }

    .faq-accordion::after {
        right: 50px;
        width: 20px;
        height: 20px
    }
    .lang-rtl .section-container .enterprise-solution {
        padding: 40px 30px;
    }

    .lang-rtl .addon-plan-section {
        margin: 60px 0;
    }

    .lang-rtl .addon-plan-price-details {
        text-align: left;
    }

    .lang-rtl .call-to-action-container {
        margin: 20px;
    }

    .lang-rtl .call-to-action-container .book-free-session, .lang-rtl .call-to-action-container .become-partner {
        padding: 45px 20px;
    }

    .lang-rtl .faq-answer, .lang-rtl .faq-sub-ans, .lang-rtl .faq-accordion {
        padding: 20px;
    }

    .lang-rtl .faq-accordion::after {
        left: 50px;
        right: unset;
    }
}

@media screen and (max-width: 375px) {
    .zw-template-inner .block-box-3.content-wrap,.zw-template-inner .pricing-wrap.pricing-box-3 .content-wrap {
        min-width:880px
    }

    .bottom-cta-wrap .content-wrap h2 {
        font-size: 38px
    }
}

@media screen and (max-width: 320px) {
    .pricing-header-container .price-heading {
        font-size:36px
    }

    .zw-template-inner .block-box-3.content-wrap,.zw-template-inner .pricing-wrap.pricing-box-3 .content-wrap {
        min-width: 925px
    }

    .bottom-cta-wrap .content-wrap h2 {
        font-size: 34px
    }
}

.features-download {
    margin-top: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.features-download p {
    display: flex;
    gap: 10px
}

.download-link {
    font-size: 15px;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    overflow: hidden;
    position: relative
}

.features-download .icon-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00973f;
    border-radius: 20px;
    overflow: hidden
}

.features-download .link-text {
    color: #00973f;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600
}

.features-download .icon-wrapper svg {
    width: 10px;
    height: 10px
}

.features-download .feature-arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .3s ease
}

.features-download .arrow-current {
    transform: translateY(0)
}

.features-download .arrow-hover {
    transform: translateY(-200%)
}

.download-link:hover .arrow-current {
    transform: translateY(200%)
}

.download-link:hover .arrow-hover {
    transform: translateY(0)
}

.modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.6);
    z-index: 1000
}

.modal[hidden] {
    display: none
}

#featureModalTitle {
    color: #FFF;
    text-align: center;
    font-family: var(--zf-primary-medium);
    font-size: 32px;
    line-height: normal;
    margin: 15px 0
}

.modal-content {
    background: #fff;
    max-width: 920px;
    height: 600px;
    width: 90%;
    display: flex;
    position: relative;
    border-radius: 20px
}

.modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
    cursor: pointer;
    background: #003F3C;
    color: #fff;
    padding: 6px 9px;
    z-index: 100;
    border: 0;
    border-radius: 50%
}

.modal-body {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.modal-cover {
    background: #003F3C;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px
}

.modal-cover,.modal-form {
    width: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

#featureModalDesc {
    font-size: 24px;
    margin-bottom: 30px;
    width: 100%;
    text-align: left
}

.modal-branding {
    text-align: center;
    margin-top: 45%
}

.modal-branding .logo {
    max-height: 40px;
    margin-bottom: 1rem
}

.modal-branding h2 {
    font-size: 1.5rem;
    font-weight: bold
}

.modal-decor {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.modal-decor>img:first-child {
    width: 70%;
    margin: 2rem auto 0
}

.modal-decor>img:last-child {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 70px
}

.modal-form {
    flex: 1;
    padding: 2rem 3rem;
    justify-content: center
}

.download-btn {
    background: #00d26a;
    color: white;
    font-size: 1rem;
    border: 0;
    padding: .8rem 1.5rem;
    border-radius: 6px;
    cursor: pointer
}

.download-btn:hover {
    background: #00b85d
}

@media(max-width: 992px) {
    .modal-content .modal-cover {
        display:none
    }

    .modal-content {
        max-width: 500px;
        height: auto
    }
}

@media(max-width: 600px) {
    .features-download p {
        max-width:90%;
        line-height: 24px;
        flex-direction: column
    }
}

.cwf-container.cwf-label-type-top .cwf-wrap .cwf-field-row .cwf-field-col {
    padding: 0 15px 15px
}

.cwf-field-wrap {
    position: relative
}

.cwf-container .cwf-wrap .cwf-field-wrap:not(:has(.cwf-radio-control)):not(:has(.cwf-checkbox-control)) .cwf-label-control {
    font-family: var(--zf-primary-medium);
    font-size: 12px;
    position: absolute;
    top: 13px;
    left: 15px;
    padding: 0 4px;
    transition: top .3s ease;
    background-color: #fff;
    z-index: 10;
    color: #716f6f
}

.cwf-container .cwf-wrap .cwf-input {
    padding-left: 20px
}

.cwf-container .cwf-wrap .cwf-button-control .cwf-button[type=submit],.cwf-container .cwf-wrap .cwf-button-control .cwf-button[type=submit]:hover,.cwf-container .cwf-wrap .cwf-button-control .cwf-button.loading .cwf-button-loader {
    background: var(--color-green-bright);
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
    text-transform: none;
    width: 100%
}

.cwf-container .cwf-wrap .cwf-button-control .cwf-button[type=submit]:hover {
    background: var(--color-green-bright)
}

#featureModal .cwf-container a {
    color: #008452;
    font-weight: 600
}

.cwf-container .cwf-wrap .cwf-input {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.36px;
    border: 1px solid transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: var(--secondaryfont-regular);
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-color: #dbdbdb;
    color: #000;
    padding: 10px 12px
}

.cwf-container .cwf-wrap .cwf-input,.cwf-container .cwf-wrap .cwf-single-select-control .cwf-select {
    transition: border-color .3s ease;
    border-radius: 50px;
    height: 45px;
    font-size: 14px
}

input:-webkit-autofill,textarea:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset
}

.cwf-field-wrap:has([data-map-id="zcf_email"]) .cwf-label-control::before {
    background-position: -10px -29px
}

.cwf-field-wrap:has([data-map-id="zcf_email"]) .cwf-label-control::before {
    content: "";
    display: inline-flex;
    width: 15px;
    height: 20px;
    background-image: url(//www.zohowebstatic.com/sites/zweb/images/commerce/common/form-field-icons.png);
    background-repeat: no-repeat;
    background-size: 35px auto;
    margin-right: 8px;
    vertical-align: middle
}

.cwf-container .cwf-elements .cwf-field-row .cwf-field-wrap:has(.cptacha-inline input[name="enterdigest"]) .cwf-label-control {
    top: 20px
}

.cwf-container .cwf-wrap .cwf-field-col .cwf-field-wrap:has(.cwf-input:focus) .cwf-label-control,.cwf-container .cwf-wrap .cwf-field-col .cwf-field-wrap:has(.cwf-textarea:focus) .cwf-label-control {
    top: -10px
}

.cwf-container .cwf-title-form-wrap .cwf-wrap .cwf-field-col .cwf-field-wrap:has(.added-placeholder) label.cwf-label-control,.cwf-elements .cwf-field-row .cwf-field-col .cwf-field-wrap.cwf-not-empty .cwf-label-control {
    top: -10px;
    font-size: 10px
}

.cwf-container .cwf-wrap .cwf-button-control .cwf-button:focus-visible {
    outline: none !important;
    box-shadow: none !important
}

.cwf-container .cwf-wrap .cwf-input:focus,.cwf-container .cwf-wrap .cwf-single-select-control .cwf-select:focus,.cwf-container .cwf-wrap .cwf-textarea-control .cwf-textarea:focus {
    border: 1px solid #000;
    outline: 0;
    box-shadow: none
}

.cwf-container .cwf-wrap .cwf-button-control .cwf-button[type=submit],.cwf-container .cwf-wrap .cwf-button-control .cwf-button[type=submit]:hover,.cwf-container .cwf-wrap .cwf-button-control .cwf-button.loading .cwf-button-loader {
    background: var(--color-green-bright);
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
    text-transform: none;
    width: 100%
}

@media(max-width: 480px) {
    .cwf-container .cwf-elements .cwf-field-row .cwf-field-wrap:has(.cptacha-inline input[name="enterdigest"]) .cwf-label-control {
        top:13px
    }
.cwf-container .cwf-elements .cwf-field-row .cwf-field-wrap.cwf-focused:has(.cptacha-inline input[name="enterdigest"]) .cwf-label-control ,.cwf-container .cwf-elements .cwf-field-row .cwf-field-wrap.cwf-not-empty:has(.cptacha-inline input[name="enterdigest"]) .cwf-label-control{
        top:-10px
    }



    .cwf-container .cwf-wrap .cwf-captcha-control.cptacha-inline .cwf-input {
        height: 45px
    }

    .cwf-container .cwf-wrap .cwf-captcha-control.cptacha-inline .cwf-captcha-img {
        border-radius: 50px;
        max-width: 100%;
        width: 85%;
        max-height: 45px
    }

    .modal-form {
        padding: 2rem
    }

    #featureModalDesc {
        font-size: 22px
    }
#featureModalDesc br { display: contents}
   .lang-rtl .modal-form {
        padding: 2rem;
    }
}

#featureModal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

#featureModal.is-visible {
  opacity: 1;
  visibility: visible;
}
#featureModal .modal-content {
  opacity: 0;
  transition:opacity 0.3s ease;
}

#featureModal .modal-content.is-open {
 opacity: 1
}
