.i18n-it .content-wrap .zstep li {
    padding: 0 0 0 130px
}

.act-btn.cta-btn {
    opacity: 1;
    visibility: visible
}

.body-wrapper .content-wrap {
    max-width: 1170px
}

.body-wrapper h1 {
    font-size: 56px
}

.body-wrapper {
    overflow: hidden
}

.body-wrapper h2 {
    max-width: 670px;
    font-size: 42px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--zf-primary-bold)
}

.body-wrapper h3 {
    font-size: 23px;
    font-family: var(--zf-primary-bold)
}

.body-wrapper p {
    font-size: 19px
}

.text-sb {
    font-family: var(--zf-primary-semibold)
}

.banner h1 {
    max-width: 720px;
    margin: 40px auto 35px
}

li.icon10.medium .icon {
    background-color: #f6bbcb
}

li.icon9.medium .icon {
    background-color: #fba45d
}

li.icon10.medium .icon,li.icon9.medium .icon {
    width: 60px;
    height: 60px;
    background-size: 800px auto
}

.i18n-pt-br .body-wrapper h1 {
    max-width: 620px
}

.banner .content-wrap,.box-type .content-wrap {
    text-align: center
}

.banner .content-wrap>p {
    max-width: 810px;
    margin: 60px auto 70px
}

.cust-domain {
    height: 440px;
    position: relative
}

.text-fields-wrap {
    display: inline-block;
    border: 2px solid #dfdfdf;
    height: 60px;
    border-radius: 40px;
    margin-bottom: 30px;
    background-color: #fff;
    visibility: hidden
}

.active .text-fields-wrap {
    visibility: visible
}

.text-fields-wrap .text-fields {
    width: 100px;
    font-family: var(--zf-primary-semibold),Arial,Helvetica,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-indent: 40px;
    font-size: 21px
}

.active .text-fields-wrap .text-fields {
    width: 550px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

ul.icon-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

ul.icon-wrap li {
    width: 140px;
    position: absolute;
    margin: auto;
    right: 0;
    -webkit-transition: all 2s cubic-bezier(0.42,0,0.3,0.89);
    -o-transition: all 2s cubic-bezier(0.42,0,0.3,0.89);
    transition: all 2s cubic-bezier(0.42,0,0.3,0.89);
    font-size: 13px;
    font-family: var(--zf-primary-semibold);
    opacity: 0;
    transform: scale(0)
}

ul.icon-wrap.active li {
    opacity: 1;
    transform: scale(1)
}

.zemail-signup {
    position: relative;
    top: 24%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

ul.icon-wrap li .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    background-image: url(/sites/zweb/images/jp/mail/custom-domain-sprite-top-jp.png);
    background-size: 1016px auto;
    background-repeat: no-repeat;
    position: relative;
    background-color: #98f1ff
}

ul.icon-wrap li .icon::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    right: 0;
    top: 0;
    border-radius: 50%;
    box-shadow: 0 40px 40px rgba(187,187,187,0.56);
    z-index: -1;
    margin: auto;
    background: #fff
}

ul.icon-wrap li.icon4 .icon {
    background-position: -46px 2px;
    background-color: #edb238
}

ul.icon-wrap li.icon5 .icon {
    background-position: -112px 6px;
    background-color: #e0524d
}

ul.icon-wrap li.icon3 .icon {
    background-position: -180px 5px;
    background-color: #aa95db
}

ul.icon-wrap li.icon6 .icon {
    width: 60px;
    height: 60px;
    background-position: -260px -13px
}

ul.icon-wrap li.medium.icon9 .icon {
    background-position: -304px 8px
}

ul.icon-wrap li.icon1 .icon {
    background-color: #1bad8c;
    background-position: 13px 2px
}

ul.icon-wrap li.icon2 .icon {
    width: 58px;
    height: 58px;
    background-position: -323px -13px
}

ul.icon-wrap li.small .icon {
    width: 16px;
    height: 16px;
    background-color: #c7c7c7;
    display: none
}

.small>span:first-child,.medium>span:first-child {
    visibility: hidden
}

ul.icon-wrap li.medium .icon {
    background-position: -355px 7px
}

ul.icon-wrap li>span {
    display: block
}

ul.icon-wrap li>span:first-child {
    margin-bottom: 6px
}

ul.icon-wrap.active {
    opacity: 1
}

.cust-domain li.icon1 {
    left: -90%;
    top: -20%;
    -webkit-transition-delay: .9s;
    -o-transition-delay: .6s;
    transition-delay: .9s;
    z-index: 9
}

.cust-domain li.icon2 {
    left: -40%;
    top: 63%;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .2s;
    transition-delay: .5s
}

.cust-domain li.icon3 {
    left: -70%;
    top: 30%;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.cust-domain li.icon4 {
    left: 85%;
    top: -20%;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.cust-domain li.icon5 {
    left: 40%;
    top: 70%;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.cust-domain li.icon6 {
    left: 100%;
    top: 48%;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.cust-domain li.icon7 {
    left: -65%;
    top: 24%
}

.cust-domain li.icon8 {
    top: 30%;
    left: 70%;
    opacity: .8
}

.cust-domain li.icon10 {
    left: 70%;
    top: 30%
}

.cust-domain li.icon9 {
    left: -90%;
    top: 80%
}

section.box-type {
    background-color: #dfedfa
}

section.box-type,.zfeature,.domain-set-up,.cta-section {
    padding: 100px 0 100px
}

.box-type .content-wrap h2 {
    max-width: 770px
}

.box-type .content-wrap>p {
    max-width: 700px
}

.box-type .content-wrap h2,.box-type .content-wrap>p {
    margin: 0 auto 20px
}

.box-type ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    max-width: 950px;
    margin: 50px auto 0
}

.box-type ul li {
    width: 100%;
    display: inline-grid;
    text-align: left;
    padding: 50px;
    background-color: white;
    vertical-align: top;
    border-radius: 16px
}

.box-type ul li h3 {
    position: relative;
    padding-left: 65px
}

.box-type ul li p {
    margin-bottom: 0;
    font-size: 17px
}

.box-type li h3 span {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 13px;
    background-image: url(/sites/zweb/images/jp/mail/custom-domain-sprite-top-jp.png);
    background-repeat: no-repeat;
    background-size: 1016px auto;
    position: absolute;
    left: 0
}

.box-type .box1 span {
    background-position: -520px -16px
}

.box-type .box2 span {
    background-position: -570px -16px
}

.box-type .box3 span {
    background-position: -623px -15px
}

.box-type .box4 span {
    background-position: -676px -15px
}

li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zfeature h2 {
    max-width: 930px;
    margin-left: 0
}

h2>span {
    display: inline-block
}

.left-right>div {
    display: inline-block;
    width: 49%;
    vertical-align: middle
}

.left-right>div.zimage img {
    max-width: 430px
}

.domain-set-up .left-right>div {
    vertical-align: top
}

.zimage {
    text-align: center
}

.zcont ul {
    margin-top: 40px
}

.zcont li p {
    display: none
}

.zcont li p a {
    color: var(--zwc-link-clr)
}

.zcont li:first-child p {
    display: block
}

.zcont li {
    padding-left: 70px;
    padding-right: 40px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin-bottom: 15px;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px
}

.zcont li h3 {
    padding: 5px 0;
    position: relative;
    cursor: pointer
}

.zcont li span {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #bbdefb;
    left: -40px;
    top: 10px;
    border-radius: 25px
}

.zcont li span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    left: 7px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zcont li.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    left: 8px
}

.zcont li.active {
    background-color: #fffde7;
    margin-bottom: 20px;
    padding: 40px 40px 40px 70px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.body-wrapper .blue-txt {
    color: #1976d2;
    font-weight: 600
}

.zstep li {
    padding: 0 0 0 80px;
    position: relative
}

.zstep li span.step-info {
    position: absolute;
    left: 0
}

.ztitle-desc h2 {
    max-width: 500px;
    margin-bottom: 40px;
    margin-top: -62px;
    margin-left: 0
}

.ztitle-desc p {
    max-width: 400px
}

.content-wrap.step-by-steb {
    margin-top: 140px
}

.wave-icon li span {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-image: url(/sites/zweb/images/jp/mail/custom-domain-sprite-top-jp.png);
    background-repeat: no-repeat;
    background-size: 1016px auto;
    background-position-y: -10px
}

.wave-icon .zw-icon1 span {
    background-position-x: -725px
}

.wave-icon .zw-icon2 span {
    background-position-x: -785px
}

.wave-icon .zw-icon3 span {
    background-position-x: -845px
}

.wave-icon .zw-icon4 span {
    background-position-x: -900px;
    background-position-y: -16px
}

.wave-icon .zw-icon5 span {
    background-position-x: -962px
}

ul.wave-icon {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%
}

ul.wave-icon li {
    width: 100px;
    text-align: center;
    position: absolute;
    opacity: 0
}

ul.wave-icon p {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.4
}

ul.wave-icon .zw-icon5 {
    width: 122px
}

li.zw-icon1 {
    left: -3%;
    top: 30%
}

li.zw-icon2 {
    left: 22%;
    top: -32%
}

li.zw-icon3 {
    left: 45%;
    top: 15%
}

li.zw-icon4 {
    left: 70%;
    bottom: -28%
}

li.zw-icon5 {
    right: -74px;
    top: 21%
}

.cta-section {
    text-align: center
}

.cta-section h2 {
    margin-bottom: 30px
}

span.label-title {
    display: block;
    font-size: 19px;
    position: relative;
    top: 40px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.active span.label-title {
    opacity: 1;
    top: -15px;
    display: none
}

.text-fields span {
    visibility: hidden
}

.active .text-fields span {
    visibility: visible;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-fields span {
    position: relative;
    line-height: 1;
    visibility: hidden
}

span.text-fields span::after {
    position: absolute;
    content: none;
    height: 100%;
    right: -5px;
    border-right: 2px solid #666;
    animation: blink-animation 1s steps(5,start) infinite;
    -webkit-animation: blink-animation 1s steps(5,start) infinite
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

.other-lang .zstep li {
    padding: 0 0 0 110px
}

.i18n-ar .box-type ul li h3 {
    padding-left: 0;
    padding-right: 65px
}

.i18n-ar .zstep li {
    padding: 0 100px 0 0
}

.i18n-ar .body-wrapper .banner h1 {
    max-width: 800px
}

.i18n-ar .zcont li.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.i18n-it .cust-domain li.icon4 {
    top: -5%
}

.i18n-it .cust-domain li.icon1 {
    top: -5%
}

.i18n-it .box-type ul li p {
    word-break: break-word
}

.i18n-zh-hant .box-type .content-wrap h2 {
    max-width: 770px !important
}

.i18n-zh-hant .box-type .content-wrap>p {
    max-width: 705px
}

.i18n-zh-hant .zfeature h2 {
    max-width: 975px;
    margin-left: 0
}

.i18n-zh-hant .cta-section h2 {
    margin-bottom: 30px;
    max-width: 720px
}

.i18n-zh-hant .banner h1 {
    max-width: 720px !important
}

.i18n-ar .slick-slider ul.slick-dots {
    direction: rtl
}

.i18n-ar ul.icon-wrap li .icon::before {
    left: 0;
    right: unset
}

.i18n-ar .cust-domain li.icon1,.i18n-ar .cust-domain li.icon3,.i18n-ar .cust-domain li.icon9 {
    right: 0;
    left: unset
}

.i18n-ar .cust-domain li.icon2 {
    right: 20%;
    left: unset
}

.i18n-ar .cust-domain li.icon4 {
    right: 85%;
    left: unset
}

.i18n-ar .cust-domain li.icon5 {
    right: 50%;
    left: unset
}

.i18n-ar .cust-domain li.icon6 {
    right: 100%;
    left: unset
}

.i18n-ar .cust-domain li.icon7 {
    right: -65%;
    left: unset
}

.i18n-ar .cust-domain li.icon8,.i18n-ar .cust-domain li.icon10 {
    right: 70%;
    left: unset
}

@media only screen and (min-width: 768px) {
    .i18n-en .zwc_t_breadcrumb+.body-wrapper .banner {
        padding-top:15px
    }
}

@media only screen and (max-width: 1500px) and (min-width:1400px) {
    .cust-domain {
        height:360px;
        position: relative
    }

    .banner h1 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 1401px) and (min-width:992px) {
    .cust-domain {
        height:380px;
        position: relative
    }

    li.zw-icon5 {
        right: -68px;
        top: 21%
    }

    .content-wrap.step-by-steb {
        width: 80%
    }

    .cust-domain {
        height: 340px;
        position: relative
    }

    li.zw-icon2 {
        top: -45%
    }

    li.zw-icon4 {
        bottom: -35%
    }
}

@media only screen and (max-width: 1100px) and (min-width:768px) {
    .body-wrapper h2 {
        font-size:38px
    }

    .active li.icon6 {
        right: 0;
        top: 70%;
        left: unset
    }

    .body-wrapper h3 {
        font-size: 21px
    }

    .zcont li {
        margin-bottom: 10px
    }

    .zcont li p {
        margin-bottom: 0
    }

    .zimage img {
        max-width: 380px
    }
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .body-wrapper h2 {
        font-size:34px
    }

    .body-wrapper .box-type h2,.body-wrapper .box-type p {
        max-width: 530px
    }

    .cta-section h2 {
        max-width: 580px
    }

    .body-wrapper h1 {
        font-size: 42px;
        max-width: 540px;
        line-height: 1.2
    }

    ul.icon-wrap li .icon {
        -webkit-transform: scale(0.9) translateY(-5px);
        -ms-transform: scale(0.9) translateY(-5px);
        transform: scale(0.9) translateY(-5px)
    }

    .zemail-signup {
        position: relative;
        top: 33%
    }

    .active li.icon4 {
        left: 80%;
        top: 0
    }

    .cust-domain li.icon1 {
        left: -80%;
        top: -10%
    }

    .cust-domain li.icon9 {
        left: -90%;
        top: 70%
    }

    ul.icon-wrap li .icon::before {
        display: none
    }

    ul.icon-wrap li {
        top: 93px
    }

    ul.icon-wrap {
        top: 4%
    }

    .active .text-fields-wrap .text-fields {
        width: 370px
    }

    .banner .content-wrap>p {
        margin-top: 0;
        font-size: 17px;
        max-width: 620px
    }

    .text-fields-wrap {
        height: 50px
    }

    .cust-domain {
        height: 420px
    }

    .box-type ul li {
        padding: 40px
    }
}

@media only screen and (max-width: 992px) {
    .step-by-steb {
        display:none
    }

    .left-right>div {
        width: 100%;
        display: block;
        max-width: 600px;
        margin: auto
    }

    .left-right>div.zimage {
        display: none
    }

    .domain-set-up {
        padding: 0
    }

    .zfeature h2 {
        max-width: 530px;
        margin: 0 auto 15px;
        text-align: center
    }

    .ztitle-desc.ztitle-desc {
        max-width: 530px;
        text-align: center
    }

    h2>span {
        display: inline
    }

    .ztitle-desc h2 {
        margin-top: 0
    }

    .ztitle-desc h2,.ztitle-desc p {
        max-width: unset
    }

    .ztitle-desc p {
        margin-bottom: 30px
    }

    .box-type ul {
        gap: 25px
    }
}

@media only screen and (max-width: 767px) {
    .banner .content-wrap>p {
        margin-bottom:60px
    }

    .domain-set-up {
        padding: 0 0 30px
    }

    .cta-section {
        padding: 0 0 60px
    }

    .zfeature {
        padding: 60px 0 60px
    }

    .ztitle-desc h2 {
        margin-bottom: 40px
    }

    h2>span {
        display: inline
    }

    .body-wrapper h3 {
        font-size: 21px
    }

    .body-wrapper h1 {
        font-size: 36px
    }

    ul.icon-wrap li>span,span.label-title {
        font-size: 13px
    }

    .body-wrapper h2 {
        font-size: 30px;
        max-width: 480px
    }

    .ztitle-desc h2 {
        max-width: 100%
    }

    .body-wrapper p {
        font-size: 15px !important
    }

    .main-container-wrapper .zw-product-header .menu-icon-help-header {
        padding-top: 20px
    }

    .main-container-wrapper.body-umain .zw-product-header .menu-icon-help-header {
        padding-top: 0
    }

    .banner .content-wrap>p {
        margin-top: 0
    }

    .cust-domain {
        height: auto
    }

    ul.icon-wrap li {
        top: 93px
    }

    ul.icon-wrap {
        top: 4%;
        width: 95%;
        display: none
    }

    .active li.icon3 {
        left: -51%;
        top: 60%
    }

    .box-type ul {
        margin-top: 30px
    }

    .active .text-fields-wrap .text-fields {
        width: 320px
    }

    ul.icon-wrap li .icon {
        -webkit-transform: scale(0.8) translateY(-10px);
        -ms-transform: scale(0.8) translateY(-10px);
        transform: scale(0.8) translateY(-10px)
    }

    .text-fields-wrap {
        height: 50px
    }

    .text-fields span {
        font-size: 15px
    }

    .zemail-signup {
        position: static;
        transform: none;
        margin-bottom: 50px
    }

    .box-type ul {
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width: 600px) {
    section.box-type {
        padding:60px 0 60px
    }

    .box-type li h3 span {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .body-wrapper h1 {
        font-size: 30px
    }

    .body-wrapper h2 {
        font-size: 26px
    }

    ul.icon-wrap {
        display: none
    }

    .cust-domain {
        height: auto;
        margin: 0 0 50px
    }

    .zemail-signup {
        position: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .zstep li {
        padding-left: 70px
    }

    span.label-title {
        font-size: 15px
    }

    .text-fields-wrap {
        margin-bottom: 20px;
        display: none
    }

    .box-type ul li {
        padding: 30px 30px
    }

    li.active {
        padding: 40px 0 40px 0
    }

    .zcont li.active,.zcont li {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0
    }

    .zcont li.active {
        margin-bottom: 25px
    }

    .zcont li h3 {
        padding-left: 50px;
        padding-right: 5%
    }

    .zcont li span {
        left: 10px;
        top: 7px;
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85)
    }

    .zfeature .content-wrap.left-right {
        width: 100%
    }

    .zfeature .content-wrap.left-right h2 {
        width: 90%
    }

    .zcont li p {
        width: 90%;
        margin: 0 auto 0
    }

    .zstep p {
        font-size: 15px
    }

    .box-type ul li h3 {
        padding-left: 60px
    }

    .i18n-ar .zcont li h3 {
        padding-left: 20px
    }
}

.animated ul.wave-icon li {
    opacity: 1
}

.animated .zw-icon1 {
    -webkit-transition: opacity .5s ease 0;
    -o-transition: opacity .5s ease 0;
    transition: opacity .5s ease 0
}

.animated .zw-icon2 {
    -webkit-transition: opacity .5s ease .5s;
    -o-transition: opacity .5s ease .5s;
    transition: opacity .5s ease .5s
}

.animated .zw-icon3 {
    -webkit-transition: opacity .5s ease 1s;
    -o-transition: opacity .5s ease 1s;
    transition: opacity .5s ease 1s
}

.animated .zw-icon4 {
    -webkit-transition: opacity .5s ease 1.5s;
    -o-transition: opacity .5s ease 1.5s;
    transition: opacity .5s ease 1.5s
}

.animated .zw-icon5 {
    -webkit-transition: opacity .5s ease 2s;
    -o-transition: opacity .5s ease 2s;
    transition: opacity .5s ease 2s
}

.animated .dashed {
    stroke-dasharray: 5
}

.animated .path {
    stroke-dasharray: 1280;
    stroke-dashoffset: 1280;
    -webkit-animation: dash 2s linear alternate;
    animation: dash 2s linear alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1280
    }

    20% {
        stroke-dashoffset: 1025
    }

    40% {
        stroke-dashoffset: 768
    }

    60% {
        stroke-dashoffset: 512
    }

    80% {
        stroke-dashoffset: 256
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1280
    }

    20% {
        stroke-dashoffset: 1025
    }

    40% {
        stroke-dashoffset: 768
    }

    60% {
        stroke-dashoffset: 512
    }

    80% {
        stroke-dashoffset: 256
    }

    100% {
        stroke-dashoffset: 0
    }
}

.other-lang .box-type .content-wrap h2 {
    max-width: 900px
}

.other-lang .body-wrapper h1 {
    max-width: 900px;
    word-break: break-word
}

.i18n-es-xl .body-wrapper h1 {
    max-width: 640px
}

.i18n-pt-br .body-wrapper h1 {
    max-width: 840px
}

.i18n-fr .act-btn.cta-btn {
    max-width: 380px
}

.other-lang h2>span {
    display: inline
}

.other-lang .body-wrapper h3.blue-txt {
    max-width: 480px
}

.other-lang ul.wave-icon p {
    font-size: 12px
}

.lang-ar .zemail-signup,.lang-ar .zemail-signup p,.banner .content-wrap>p,.lang-ar .body-wrapper h2,.lang-ar .box-type .content-wrap>p,.lang-ar .left-right>div.zimage,.lang-ar .cta-section .content-wrap,.i18n-ar ul.wave-icon p {
    text-align: center
}

.lang-ar span.text-fields span::after {
    right: 25px
}

.lang-ar .zfeature h2 {
    text-align: right;
    margin-right: 0
}

.lang-ar .zcont li {
    padding-left: 30px;
    padding-right: 80px
}

.lang-ar .zcont li span {
    left: unset;
    right: -50px
}

.lang-ar .ztitle-desc h2 {
    margin-left: auto;
    text-align: right;
    margin-right: 0
}

.lang-ar li.zw-icon3 {
    top: 27%
}

.faq-section,.faq-section * {
    box-sizing: border-box
}

.faq-section {
    padding: 80px 0 0
}

.faq-section h2 {
    text-align: center
}

.faq-accordian {
    max-width: 900px;
    margin: 60px auto 0;
    counter-reset: number
}

.faq-accordian li {
    border-top: 1px solid #ccc;
    padding: 40px 50px;
    cursor: pointer
}

.faq-accordian li:last-child {
    border-bottom: 1px solid #ccc
}

.faq-accordian h5 {
    position: relative;
    color: #000;
    margin: 0;
    padding-right: 30px;
    font-size: 20px
}

.faq-accordian h5.active {
    color: var(--zwc-link-clr)
}

.faq-accordian h5:before {
    counter-increment: number;
    content: counter(number) ". "
}

.faq-accordian h5:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px
}

.faq-accordian h5.active:after {
    content: "-"
}

.faq-accordian p {
    margin: 0;
    font-size: 15px;
    padding: 10px 30px 0 0;
    display: none
}

.faq-accordian p.active {
    display: block
}

@media only screen and (max-width: 1199px) {
    .faq-section {
        padding:70px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .faq-section {
        padding:10px 0 70px
    }

    .faq-accordian h5 {
        font-size: 18px
    }

    .i18n-ar .zstep li {
        padding: 0 80px 0 0
    }
}

@media only screen and (max-width: 480px) {
    .faq-accordian {
        margin:40px auto 0
    }

    .faq-accordian li {
        padding: 20px 10px
    }

    .faq-accordian h5 {
        padding-right: 20px
    }

    .faq-accordian p {
        padding: 10px 20px 0 0
    }

    .i18n-nl .box-type ul li h3 {
        word-break: break-word
    }

    .i18n-ar .zcont li {
        padding-left: 0
    }

    .other-lang .zstep p {
        word-break: break-word
    }
}

.faq-slide-section .faq-accordian {
    max-width: 800px;
    margin-bottom: 0
}

.faq-slide-section .faq-accordian h5 {
    padding-right: 0;
    color: var(--zwc-link-clr)
}

.faq-slide-section .faq-accordian p {
    display: block;
    padding: 20px 0 0 0
}

.faq-slide-section .faq-accordian p a {
    color: var(--zwc-link-clr)
}

.faq-slide-section .slick-list {
    margin-bottom: 30px
}

.faq-slide-section .faq-accordian h5:after {
    content: ""
}

.faq-slide-section .faq-accordian li {
    border: 0;
    padding: 0
}

.faq-slide-section .slick-dots {
    margin-bottom: 0
}

.faq-slide-section .slick-dots li {
    margin: 0 5px
}

.faq-slide-section .slick-dots li.slick-active {
    background: var(--zwc-link-clr);
    transform: scale(1.3)
}

.i18n-ar .zcont li span:before {
    transform: rotate(130deg);
    right: 7px;
    left: auto
}

.i18n-ar .zstep li span {
    right: 0;
    left: auto
}

.i18n-ar .faq-slide-section .slick-dots,.i18n-ar .body-wrapper h1 {
    text-align: center
}

.i18n-ar .box-type li h3 span {
    margin-right: 0;
    margin-left: 13px;
    left: auto;
    right: 0
}

.i18n-ar .act-btn.cta-btn {
    text-align: center
}

.i18n-ar .icon-wrap li {
    text-align: center
}

@media only screen and (max-width: 992px) {
    .i18n-ar .zfeature h2 {
        text-align:center;
        margin-right: auto;
        margin-left: auto
    }

    .i18n-ar .ztitle-desc h2,.i18n-ar .ztitle-desc p,.i18n-ar .ztitle-desc h3 {
        text-align: center
    }

    .other-lang .body-wrapper h3.blue-txt {
        max-width: none
    }
}

@media only screen and (max-width : 767px) {
    .i18n-zh-hant .box-type .content-wrap h2 {
        max-width:500px !important
    }
}
