.mobile-only .all-img-wraps {
    display: none;
}

.header-section {
    text-align: center;
    padding: 50px 0 120px 0;
}

.content-wrap {
    max-width: 1170px;
}

h1 {
    font-family: var(--primaryfont-bold);
}

@-webkit-keyframes bg-circle {
    0% {
        background-size: 350%;
        background-position: left 100% bottom 0
    }

    50% {
        background-size: 350%;
        background-position: left -10% bottom 0
    }

    to {
        background-size: 350%;
        background-position: left 100% bottom 0
    }
}

@keyframes bg-circle {
    0% {
        background-size: 350%;
        background-position: left 100% bottom 0
    }

    50% {
        background-size: 350%;
        background-position: left -10% bottom 0
    }

    to {
        background-size: 350%;
        background-position: left 100% bottom 0
    }
}

.gradien-anim {
    background: #000;
    background-color: #000;
    background-image: radial-gradient(circle, #c058ff 0, #ff5858 26%, #000 27%);
    background-position: 100% 100%;
    background-size: 150%;
    -webkit-animation-name: bg-circle;
    animation-name: bg-circle;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.i18n-en h2 {
    font-size: 42px;
}

h2 {
    font-family: var(--primaryfont-bold);
}

video {
    max-width: 100%;
    height: auto;
}

.common-section {
    padding: 120px 0;
}

.i18n-en h1 {
    font-size: 66px;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1.3;
}

.header-section h3 {
    font-family: var(--primaryfont-bold);
}

.i18n-en .header-section h3 {
    font-size: 28px
}

.header-section p {
    max-width: 570px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 18px;
}

.do-multiple-section {
    background: #000000;
    color: #fff;
}

.table-wrap {
    display: flex;
    width: 100%;
    display: block;
}

.table-wrap .column.left {
    width: 41%;
    padding-right: 4%;
}

.table-wrap .column.right {
    width: 50%;
    padding-left: 5%;
}

.watch-btn {
    color: #000;
    padding: 10px 33px 10px 0;
    text-transform: capitalize;
    font-size: 16px;
    display: none;
}

.watch-btn:after,
.watch-btn:before {
    position: absolute;
    content: '';
}

.watch-btn:before {
    right: 0;
    top: 11px;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
}

.watch-btn:after {
    top: 18px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #000;
}

.watch-btn:after {
    border-left: 6px solid #000;
    right: 7px;
}

.header-section .apps-download-links-wrap {
    margin-bottom: 10px;
}

.device-tab {
    padding-top: 60px;
    display: block;
    max-width: 145px;
    margin: 0 auto;
    position: relative;
}

.device-tab:after {
    content: '';
    border-bottom: 1px solid #dadada;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    right: 0;
}

.device-tab span {
    display: inline-block;
    font-size: 12px;
    padding: 0 20px 5px 20px;
    position: relative;
    padding-top: 50px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: ease all 0.5s;
}

.device-tab span:hover {
    border-bottom: 2px solid #2d7fff;
    color: #2d7fff;
}

.device-tab span:before {
    content: '';
    background: url(//www.zohowebstatic.com/sites/zweb/images/campaigns/zcm-sprite-img.svg) no-repeat;
    position: absolute;
}

.device-tab #iOS:before {
    width: 25px;
    height: 50px;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 800px auto;
    background-position: -475px -13px;
}

.device-tab #iOS:hover:before {
    background-position: -437px -13px;
}

.device-tab #iPadOS:before {
    width: 50px;
    height: 50px;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 800px auto;
    background-position: -570px -14px;
}

.device-tab #iPadOS:hover:before {
    background-position: -511px -14px;
}

/*powerful-section*/
.powerful-section {
    background: #F8F8F8;
}

.powerful-section h2 {
    max-width: 340px;
    margin-bottom: 60px;
}

.acc-wrap h3 {
    font-size: 22px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 20px;
}

.line-animate {
    width: 100%;
    height: 2px;
    display: block;
    left: 0;
    bottom: 2px;
    position: relative;
    opacity: 0;
    margin-bottom: 20px;
    opacity: 1;
    font-size: 0;
    border-bottom: 1px solid #dedede;
}

.zcm-lock-screen-wrap {
    position: absolute;
    right: -50px;
    top: 50px;
}
.zcm-widgets {
    margin-left: -80px;
}

.zcm-lock-screen-wrap:after {
    content: '';
    display: flex;
    height: 100px;
    width: 90%;
    background: #585858;
    position: absolute;
    max-width: 100%;
    margin: 0 auto;
    bottom: -10px;
    left: 0;
    filter: blur(20px);
    opacity: .55;
    right: 0;
    z-index: -1;
}

.zcm-lock-screen-wrap {
    opacity: 0;
}

.img-area-wrap .common-area.current .zcm-lock-screen-wrap {
    animation: slideDown 0.5s ease-out 0.1s forwards;
}

@keyframes progresswidth {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.line-animate:before {
    content: '';
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background: #FFBA00;
    opacity: 1;
}

.animated .acc-wrap.current .line-animate:before {
    animation: progresswidth 18s linear forwards;
}

.acc-wrap p {
    font-size: 16px;
    line-height: 30px;
}

.acc-wrap {
    opacity: 0.3;
    cursor: pointer;
    transition-delay: 100ms;
}

.acc-wrap.current {
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.acc-wrap {
    margin-bottom: 70px;
    transition: ease all 0.5s;
}

.acc-wrap:last-child {
    margin-bottom: 0;
}

.img-area-wrap .common-area {
    display: none;
}

.img-area-wrap .common-area.current {
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.mobile-screen-only .img-area-wrap {
    max-width: 300px;
    margin: 0 auto;
}

.zcm-widgets-progress {
    position: absolute;
    bottom: 20%;
    right: -40%;
    max-width: 260px;
}

.zcm-widgets-sent {
    position: absolute;
    top: 7%;
    left: -54%;
    max-width: 160px;
}

.zcm-widgets-meeting {
    position: absolute;
    top: 30%;
    left: -54%;
    max-width: 160px;
}

.img-area-wrap {
    position: relative;
}

.zcm-icon {
    background: url(//www.zohowebstatic.com/sites/zweb/images/campaigns/zcm-sprite-img.svg) no-repeat;
}

.zcm-popup-notification-alert {
    position: absolute;
    top: 22%;
    left: -40%;
    max-width: 340px;
}

.zcm-icon.zcm-popup-arrow {
    background-size: 880px auto;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -34%;
    top: 7%;
    background-position: 0 0;
}

.zcm-icon.zcm-popup-alert {
    background-size: 800px auto;
    width: 80px;
    height: 80px;
    position: absolute;
    right: -9%;
    top: -4%;
    background-position: -346px 0;
}

/*powerful-section end*/
/*siri-section*/

.siri-section {
    background: #090909;
    position: relative;
    color: #fff;
}

.siri-section:before {
    content: '';
    background: url(//www.zohowebstatic.com/sites/zweb/images/campaigns/zcm-black-pattern.jpg) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 40px auto;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
}

.table-wraps {
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
}

.table-wraps .colum.left {
    padding-right: 8%;
    width: 30%;
}

.siri-section .content-wrap {
    max-width: 1040px;
}

.table-wraps .colum.right {
    width: 48%;
}

.i18n-en .siri-section h2 {
    margin-bottom: 15px;
}

.siti-video video {
    max-width: 320px;
}

.table-wraps .colum.right p {
    max-width: 520px;
    line-height: 34px;
}

.table-wrap .column {
    display: table-cell;
    vertical-align: top;
}

.table-wraps .colum {
    display: table-cell;
    vertical-align: middle;
}

.siri-section .table-wraps .colum.left {
    width: 40%;
}

/*siri-section*/
/*track-secction*/

#track-details-section {
    background: #F8F8F8;
}

.track-section h2 {
    text-align: center;
}

.track-section .table-wrap {
    padding-top: 100px;
}

.mobile-left-section .table-wrap .column.left {
    width: 50%;
    padding-left: 5%;
    padding-right: 0;
}

.mobile-left-section .table-wrap .column.right {
    width: 41%;
    padding-right: 4%;
    padding-top: 70px;
    padding-left: 0;
}

.zcm-spotlight-list {
    position: absolute;
    top: 12%;
    left: -16%;
    max-width: 400px;
}

.zcm-spotlight-search {
    position: absolute;
    top: 6%;
    left: 0%;
    max-width: 300px;
    right: 0;
    margin: auto;
}

.zcm-context-menu-add-contacts {
    position: absolute;
    left: -105%;
    top: 28%;
    max-width: 280px;
}

/*track-section*/
/*gain section*/

.gain-section .table-wrap .column.left {
    width: 39%;
    padding-right: 5%;
}

.gain-section h2 {
    max-width: 640px;
}

.gain-section .table-wrap {
    margin-top: 100px;
}

.zcm-voice-over-tooltip {
    position: absolute;
    right: -60%;
    top: 10%;
    max-width: 320px;
}

.zcm-dynamic-summary-scroll {
    position: absolute;
    top: 20%;
    left: -10%;
    max-width: 360px;
}

.zcm-dynamic-summary-alone {
    position: absolute;
    top: 46%;
    left: -15%;
    max-width: 400px;
}

.zcm-icon.zcm-dynamic-arrow {
    background-size: 880px auto;
    width: 60px;
    height: 100px;
    position: absolute;
    right: -29%;
    top: 29%;
    background-position: -98px 5px;
}

.zcm-color-filter-active {
    position: absolute;
    top: 20%;
    right: -105%;
    max-width: 310px;
}

.zcm-icon.zcm-color-filter-arrow {
    background-size: 650px auto;
    width: 80px;
    height: 80px;
    position: absolute;
    right: -32%;
    top: 63%;
    background-position: -115px 6px;
}

.gain-section.mobile-screen-only .img-area-wrap {
    margin-left: 50px;
}

/*gain section*/
/*mode section*/

.toggle {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid #fff;
    overflow: hidden;
    top: 7px;
    margin: 0 6px;
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 51.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.check:checked~.switch {
    right: 2px;
    left: 51.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: .08s, 0s;
}

.toggler.pointer {
    font-size: 14px;
    cursor: pointer;
}

#ligher-theme,
.dark-active #darker-theme {
    opacity: 1;
}

.dark-active #ligher-theme,
#darker-theme {
    opacity: 0.5;
}

.mode-section {
    background: #ED5255;
    color: #fff;
    transition: ease all 0.5s;
}

.mode-section.dark-active {
    background: #000;
}

.dark-active .mode-tab>span.tab-slide em.toggle-btn {
    margin-left: 26px;
}

.dark-active .zcm-dark-mode {
    opacity: 1;
}

.siti-video img {
    transition: ease all 0.5s;
}

.siti-video {
    max-width: 390px;
    position: relative;
    top: 7px;
    float: right;
}

.zcm-dark-mode {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.common-section.mode-section {
    padding-bottom: 0;
}

.mode-section .table-wraps .colum.right {
    padding-bottom: 50px;
}

.mode-section .content-wrap {
    max-width: 1140px;
}

.mode-section .table-wraps .colum.left {
    width: 35%;
    padding-right: 5%;
}

/*mode section*/
/*speak section*/

.speaker-section h2 {
    text-align: center;
}

.speaker-wrap {
    display: flex;
}

.speaker-wrap .each-speaker {
    width: 48%;
    margin: 0 1%;
    background: #F8F8F8;
    padding: 60px 60px;
    border-radius: 10px;
    box-sizing: border-box;
}

.speaker-wrap .each-speaker h3 {
    font-size: 26px;
    font-family: var(--primaryfont-bold);
}

.speaker-wrap .each-speaker p {
    font-size: 16px;
    line-height: 30px;
    min-height: 120px;
}

.speaker-inner {
    max-width: 280px;
    margin: 0 auto;
    padding-top: 20px;
}

.speaker-section .content-wrap {
    max-width: 1280px;
}

.each-speaker2 .speaker-inner {
    margin-left: 0;
    position: relative;
}

.zcm-home-screen-popup {
    position: absolute;
    right: -85%;
    bottom: 2%;
    max-width: 230px;
}

.zcm-icon.zcm-home-screen-arrow {
    background-size: 700px auto;
    width: 80px;
    height: 80px;
    position: absolute;
    right: -34%;
    bottom: 47%;
    background-position: -220px 0px;
}

.speaker-wrap {
    padding-top: 60px;
}

/*speak section*/
/*multiple-section*/

.multiple-section {
    background: #000000;
    color: #fff;
}

.multiple-section h2 {
    text-align: center;
}

.i18n-en .multiple-section h2 {
    font-size: 54px;
}

.multiple-section h2+p {
    text-align: center;
    max-width: 590px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.ipad-screen-only .table-wrap .column.left {
    width: 35%;
    padding-right: 2%;
}

.ipad-screen-only .table-wrap {
    align-items: center;
}

.ipad-screen-only .line-animate {
    border-bottom: 1px solid #dedede;
}

.img-area-wrap .common-area.video-block {
    padding: 0;
}

.multiple-section.ipad-screen-only .table-wrap {
    padding-top: 80px;
}

.ipad-screen-only .table-wrap .column.right {
    width: 68%;
    padding-left: 5%;
}

.multiple-section h2 span {
    background: rgb(192, 88, 255);
    background: linear-gradient(138deg, rgba(192, 88, 255, 1) 0%, rgb(212 113 239) 38%, rgba(255, 88, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*multiple-section*/
/*drag-section*/

.drag-section {
    background: #000000;
    color: #fff;
}

.drag-section.common-section {
    padding-top: 80px;
}

.ipad-left-section .table-wrap .column.left {
    width: 68%;
    padding-right: 6%;
    padding-left: 0;
}

.ipad-left-section .table-wrap .column.right {
    width: 35%;
    padding-right: 0;
    padding-left: 0;
}

.i18n-en .drag-section h2 {
    font-size: 40px;
}

.ipad-left-section .text-wrapper {
    padding-top: 40px;
}

/*drag-section*/
/*sketch-section*/

.sketch-section.common-section {
    padding-top: 20px;
}

.sketch-section .content-wrap {
    max-width: 820px;
}

.sketch-section {
    background: #000;
    color: #fff;
}

.sketch-section h2 {
    text-align: center;
}

.sketch-section .table-wrap {
    display: block;
    padding-top: 40px;
}

.sketch-section .table-wrap .column.left {
    width: 100%;
    padding: 0;
}

.sketch-section .table-wrap .column.right {
    width: 100%;
    padding: 0;
}

.sketch-section .table-wrap .column {
    display: block
}

.sketch-section .text-wrapper {
    display: flex;
    padding-top: 60px;
}

.sketch-section .text-wrapper .acc-wrap {
    margin-bottom: 0;
}

.sketch-section .text-wrapper .acc-wrap:first-child {
    padding-right: 5%;
}

.sketch-section .text-wrapper .acc-wrap:last-child {
    padding-left: 5%;
}

.sketch-section .content-wrap {
    max-width: 820px;
}

.gain-section .table-wrap .column.left {
    width: 38%;
    padding-right: 7%;
}

.video-block video {
    width: 110%;
    max-width: 110%;
}

.ipad-left-section .video-block video {
    margin-left: -100px;
}

.sketch-section .video-block video {
    width: 100%;
    max-width: 100%;
}

/*sketch-section*/
/*magin-section*/

.magic-section {
    background: #000;
    color: #fff;
}

.common-section.magic-section {
    padding-top: 40px;
}

.magic-section h2 {
    max-width: 590px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.magic-section h2+p {
    max-width: 640px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.magic-section .content-wrap {
    max-width: 820px;
}

.zcm-magic-machine {
    padding-top: 40px;
}

/*magic-section*/
/*bottom-section*/

.security-section h2 {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.security-wrap {
    display: flex;
    padding-top: 50px;
}

.security-section .content-wrap {
    max-width: 840px;
}

.security-block .zcm-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: 1000px auto;
    margin-bottom: 25px;
}

.security-block.security-block1 .zcm-icon {
    background-position: -789px 0;
}

.security-block.security-block2 .zcm-icon {
    background-position: -906px 0;
}

.security-block1 {
    padding-right: 5%;
}

.security-block2 {
    padding-left: 5%;
}

.security-block p {
    font-size: 16px;
    line-height: 30px;
}

.bottom-cta-section {
    text-align: center;
    padding: 80px 0 70px 0;
    background: #F6F7FF;
}

.bottom-cta-section h2 {
    font-size: 38px;
}

.bottom-cta-section .apps-download-links-wrap {
    margin-bottom: 10px;
}

.bottom-cta-section p {
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 16px;
}

/*bottom-section*/

.transY1,
.transY2,
.transY3,
.transY4,
.transY5,
.transY6,
.transY7,
.transY8 {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.6s cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 0.6s cubic-bezier(0.11, 0.16, 0.43, 0.86)
}

.middle-animated .transY1,
.middle-animated .transY2,
.middle-animated .transY3,
.middle-animated .transY4,
.middle-animated .transY5,
.middle-animated .transY6,
.middle-animated .transY7,
.middle-animated .transY8 {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.transY1 {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

.transY2 {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
}

.transY3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms
}

.transY4 {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms
}

.transY5 {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.transY6 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.transY7 {
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms
}

.transY8 {
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms
}

/*Right*/

@keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(30px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateX(30px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

/*slideUp*/

@keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

/*slideUp*/
/*slideUp*/

@keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

/*slideUp*/
/*slideleft*/

@keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

/*slideleft*/

.zcm-home-screen-arrow,
.zcm-home-screen-popup,
.zcm-color-filter-arrow,
.zcm-color-filter-active,
.zcm-dynamic-summary-alone,
.zcm-dynamic-arrow,
.zcm-dynamic-summary-scroll,
.zcm-voice-over-tooltip,
.zcm-context-menu-add-contacts,
.zcm-spotlight-list,
.zcm-spotlight-search,
.zcm-popup-alert,
.zcm-popup-arrow,
.zcm-popup-notification-alert,
.zcm-widgets-progress,
.zcm-widgets-meeting,
.zcm-widgets-sent {
    opacity: 0;
}

.img-area-wrap .common-area.current .zcm-widgets-sent {
    animation: slideDown 0.5s ease-out 0.3s forwards;
}

.img-area-wrap .common-area.current .zcm-widgets-meeting {
    animation: slideDown 0.5s ease-out 0.1s forwards;
}

.img-area-wrap .common-area.current .zcm-widgets-progress {
    animation: slideLeft 0.5s ease-out 0.7s forwards;
}

.img-area-wrap .common-area.current .zcm-popup-notification-alert {
    animation: slideDown 0.5s ease-out 0.1s forwards;
}

.img-area-wrap .common-area.current .zcm-icon.zcm-popup-arrow {
    animation: slideDown 0.5s ease-out 0.5s forwards;
}

.top-animated .zcm-home-screen-arrow {
    animation: slideDown 0.5s ease-out 0.5s forwards;
}

.top-animated .zcm-home-screen-popup {
    animation: slideDown 0.5s ease-out 0.2s forwards;
}

.img-area-wrap .common-area.current .zcm-color-filter-arrow {
    animation: slideUp 0.5s ease-out 0.5s forwards;
}

.img-area-wrap .common-area.current .zcm-color-filter-active {
    animation: slideUp 0.5s ease-out 0.2s forwards;
}

.img-area-wrap .common-area.current .zcm-dynamic-summary-alone {
    animation: slideUp 0.5s ease-out 0.7s forwards;
}

.img-area-wrap .common-area.current .zcm-dynamic-arrow {
    animation: slideUp 0.5s ease-out 0.5s forwards;
}

.img-area-wrap .common-area.current .zcm-dynamic-summary-scroll {
    animation: slideUp 0.5s ease-out 0.2s forwards;
}

.img-area-wrap .common-area.current .zcm-voice-over-tooltip {
    animation: slideDown 0.5s ease-out 0.3s forwards;
}

.img-area-wrap .common-area.current .zcm-context-menu-add-contacts {
    animation: slideDown 0.5s ease-out 0.3s forwards;
}

.img-area-wrap .common-area.current .zcm-spotlight-list {
    animation: slideUp 0.5s ease-out 0.3s forwards;
}

.img-area-wrap .common-area.current .zcm-spotlight-search {
    animation: slideUp 0.5s ease-out 0.1s forwards;
}

.img-area-wrap .common-area.current .zcm-popup-alert {
    animation: slideUp 0.5s ease-out 0.3s forwards;
}

.animated .acc-wrap,
.animated .acc-wrap.current {
    transition-delay: inherit;
}

.mobile-screen-only .all-img-wraps,
.each-speaker2 .speaker-inner {
    position: relative;
    z-index: 1;
}

.mobile-screen-only .all-img-wraps:after,
.each-speaker2 .speaker-inner:after {
    content: "";
    display: flex;
    height: 100px;
    width: 90%;
    background: #585858;
    position: absolute;
    max-width: 100%;
    margin: 0 auto;
    bottom: -10px;
    left: 0;
    filter: blur(20px);
    opacity: .55;
    right: 0;
    z-index: -1;
}

/* nimbly-section start*/

.nimbly-section {
    background: #fbfafd;
}

.nimbly-section .siti-video {
    position: relative;
}

.nimbly-section .siti-video:after {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fbfafd;
    height: 5px;
    z-index: 1;
}

.nimbly-section .siti-video:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fbfafd;
    height: 5px;
    z-index: 1;
}

.nimbly-section .content-wrap {
    max-width: 940px;
}

.nimbly-section .table-wraps .colum.left {
    width: 40%;
    padding-right: 4%;
}

.nimbly-section .table-wraps .colum.right {
    width: 30%;
}

.nimbly-section .siti-video video {
    margin-right: 50px;
}


/* nimbly-section end*/

/*Responsive*/

@media screen and (max-width: 1366px) {
    .zcm-context-menu-add-contacts {
        left: -73%;
        top: 30%;
        max-width: 200px;
    }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1279px) {
.zcm-widgets {
    margin-left: 0px;
}
    .powerful-section .column.right,
    .track-section .column.left,
    .gain-section .column.right,
    .multiple-section .column.right,
    .drag-section .column.left,
    .ipad-top-section .column.left {
        display: none;
    }

    .ipad-screen-only .table-wrap {
        width: 100%;
        display: block;
    }

    .ipad-left-section .table-wrap .column.right,
    .ipad-screen-only .table-wrap .column.left,
    .table-wrap .column.left,
    .mobile-left-section .table-wrap .column.right {
        width: 100%;
        padding: 0px
    }

    .gain-section .table-wrap .column.left {
        width: 100%;
        padding-right: 0%;
    }

    .mobile-screen-only .content-wrap,
    .ipad-screen-only .content-wrap {
        max-width: 700px;
    }

    .sketch-section .text-wrapper {
        display: block;
    }

    .sketch-section .text-wrapper .acc-wrap:first-child,
    .sketch-section .text-wrapper .acc-wrap:last-child {
        padding: 0;
    }

    .line-animate {
        display: none;
    }

    .mobile-only .all-img-wraps {
        display: block;
        max-width: 320px;
        margin: 0 auto;
        padding-top: 40px;
        position: relative;
    }

    .powerful-section h2 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .acc-wrap h3 {
        text-align: center;
    }

    .acc-wrap p {
        text-align: center;
    }

    .acc-wrap {
        opacity: 1;
        margin-bottom: 120px;
    }

    .ipad-screen-only .mobile-only .all-img-wraps {
        max-width: 90%;
        padding-top: 20px;
    }

    .gain-section h2 {
        text-align: center;
    }

    .acc-wrap h3 {
        font-size: 28px;
    }

    .common-section {
        padding: 100px 0;
    }

    .track-section .table-wrap {
        padding-top: 50px;
    }

    .multiple-section.ipad-screen-only .table-wrap {
        padding-top: 50px;
    }

    .drag-section h2 {
        text-align: center;
    }

    .i18n-en h2,
    .i18n-en .drag-section h2 {
        font-size: 40px;
    }

    .sketch-section .text-wrapper .acc-wrap:first-child {
        margin-bottom: 100px;
    }

    .common-section.magic-section {
        padding-top: 20px;
    }

    .zcm-magic-machine {
        max-width: 640px;
        margin: 0 auto;
        display: block;
    }

    .middle-animated .zcm-widgets-sent {
        animation: slideDown 0.5s ease-out 0.3s forwards;
    }

    .middle-animated .zcm-widgets-meeting {
        animation: slideDown 0.5s ease-out 0.1s forwards;
    }

    .middle-animated .zcm-widgets-progress {
        animation: slideLeft 0.5s ease-out 0.7s forwards;
    }

    .middle-animated .zcm-popup-notification-alert {
        animation: slideDown 0.5s ease-out 0.1s forwards;
    }

    .middle-animated .zcm-icon.zcm-popup-arrow {
        animation: slideDown 0.5s ease-out 0.5s forwards;
    }

    .middle-animated .zcm-home-screen-arrow {
        animation: slideDown 0.5s ease-out 0.5s forwards;
    }

    .middle-animated .zcm-home-screen-popup {
        animation: slideDown 0.5s ease-out 0.2s forwards;
    }

    .middle-animated .zcm-color-filter-arrow {
        animation: slideUp 0.5s ease-out 0.5s forwards;
    }

    .middle-animated .zcm-color-filter-active {
        animation: slideUp 0.5s ease-out 0.2s forwards;
    }

    .middle-animated .zcm-dynamic-summary-alone {
        animation: slideUp 0.5s ease-out 0.7s forwards;
    }

    .middle-animated .zcm-dynamic-arrow {
        animation: slideUp 0.5s ease-out 0.5s forwards;
    }

    .middle-animated .zcm-dynamic-summary-scroll {
        animation: slideUp 0.5s ease-out 0.2s forwards;
    }

    .middle-animated .zcm-voice-over-tooltip {
        animation: slideDown 0.5s ease-out 0.3s forwards;
    }

    .middle-animated .zcm-context-menu-add-contacts {
        animation: slideDown 0.5s ease-out 0.3s forwards;
    }

    .middle-animated .zcm-spotlight-list {
        animation: slideUp 0.5s ease-out 0.3s forwards;
    }

    .middle-animated .zcm-spotlight-search {
        animation: slideUp 0.5s ease-out 0.1s forwards;
    }

    .middle-animated .zcm-popup-alert {
        animation: slideUp 0.5s ease-out 0.3s forwards;
    }

    .zcm-widgets-sent {
        top: 8%;
        left: -54%;
        max-width: 160px;
    }

    .zcm-sec-popup-notifications {
        margin-right: auto;
        margin-left: 0;
    }

    .zcm-popup-alert {
        display: none;
    }

    .zcm-sec-popup-notifications {
        margin-left: ;
    }

    .i18n-en .siri-section h2 {
        font-size: 42px;
    }

    .header-section p {
        max-width: 450px;
    }

    .zcm-spotlight-search {
        top: 10%;
        left: 0%;
        max-width: 300px;
    }

    .zcm-spotlight-list {
        top: 16%;
        left: -17%;
        max-width: 440px;
    }

    .zcm-sec-context-menu {
        position: relative;
        left: 120px;
    }

    .zcm-dynamic-summary-scroll {
        top: 23%;
        left: -5%;
    }

    .zcm-dynamic-summary-alone {
        top: 46%;
        left: -12%;
    }

    .zcm-sec-color-filters {
        position: relative;
        left: -90px;
    }

    .each-speaker2 .speaker-inner {
        margin-left: auto;
    }

    .speaker-wrap .each-speaker h3 {
        font-size: 24px;
    }

    .speaker-wrap .each-speaker p {
        min-height: 160px;
    }

    .drag-section.common-section {
        padding-top: 20px;
    }

    .device-tab {
        padding-top: 70px;
    }

    .zcm-context-menu-add-contacts {
        top: 32%;
        left: -86%;
        max-width: 250px;
    }

    .speaker-wrap {
        display: block;
    }

    .speaker-wrap .each-speaker {
        width: 100%;
        margin: 0;
    }

    .zcm-popup-notification-alert {
        top: 28%;
    }

    .zcm-icon.zcm-popup-arrow {
        top: 14%;
    }

    .speaker-wrap .each-speaker h3 {
        text-align: center;
    }

    .speaker-wrap .each-speaker p {
        text-align: center;
        min-height: inherit;
        max-width: 640px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .ipad-screen-only .acc-wrap p {
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .speaker-wrap .each-speaker:first-child {
        margin-bottom: 20px;
    }

    .speaker-wrap .each-speaker {
        padding: 60px 20px;
    }

    .mobile-screen-only .all-img-wraps:after,
    .each-speaker2 .speaker-inner:after {
        height: 70px;
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .table-wrap {
        display: flex
    }

    .table-wraps .colum {
        display: block;
        vertical-align: middle;
    }

    .siri-section .table-wraps .colum.left {
        width: 100%;
    }

    .siti-video {
        float: none
    }

    .i18n-en h1 {
        font-size: 46px;
    }

    .header-section {
        padding: 30px 0 90px 0;
    }

    section#powerful-data-section {
        padding: 90px 0;
    }

    .acc-wrap p {
        max-width: 560px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .zcm-voice-over-tooltip {
        top: 17%;
        max-width: 300px;
        right: -36%;
    }

    .zcm-color-filter-active {
        right: -77%;
    }

    .zcm-icon.zcm-color-filter-arrow {
        right: -34%;
        top: 53%;
    }

    .mode-section .table-wraps {
        flex-direction: column-reverse;
        display: flex;
    }

    .table-wraps .colum.right,
    .table-wraps .colum.left {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .mode-section .table-wraps .colum.right p {
        margin: 0 auto;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .mode-section .table-wraps .colum.right {
        padding-bottom: 50px;
    }

    .mode-section .table-wraps .colum.left {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .siti-video {
        margin: 0 auto;
    }

    .common-section.mode-section {
        padding-top: 70px;
    }

    .gain-section h2 {
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
    }

    .table-wraps .colum.right,
    .table-wraps .colum.left {
        width: 100%;
        text-align: center;
    }

    .siri-section .table-wraps {
        display: block;
    }

    .siri-section {
        text-align: center;
    }

    .siri-section .table-wraps .colum.right p {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .siri-section .table-wraps .column.right {
        padding-top: 20px;
    }

    .siri-section .table-wraps .colum.right {
        padding-top: 60px;
    }

    .common-section.siri-section {
        padding: 90px 0;
    }

    .siti-video video {
        max-width: 300px;
    }

    .mode-section .table-wraps .colum.left {
        padding: 0;
    }

    .speaker-wrap {
        padding-top: 20px;
    }

    .each-speaker2 .speaker-inner {
        position: relative;
        left: -90px;
    }

    .i18n-en h2,
    .i18n-en .drag-section h2 {
        font-size: 38px;
    }

    .i18n-en .multiple-section h2 {
        font-size: 48px;
    }

    .acc-wrap h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .common-section {
        padding: 90px 0;
    }

    .acc-wrap {
        margin-bottom: 100px;
    }

    .ipad-screen-only .table-wrap {
        padding-top: 0;
    }

    .zcm-magic-machine {
        max-width: 560px;
    }

    .bottom-cta-section h2 {
        font-size: 32px;
    }
/* nimbly-section */
    .nimbly-section .table-wraps .colum.left {
        width: 100%;
        padding-right: 0%;
    }
    .nimbly-section .table-wraps .colum.right {
        width: 100%;
    }
    .nimbly-section h2 {
        max-width: 440px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .nimbly-section h2+p {
        max-width: 540px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .nimbly-section .siti-video video {
        margin: 0 auto
    }
    .nimbly-section .siti-video {
        margin-top: 35px;
    }
    /* nimbly-section end*/
}

@media screen and (max-width: 767px) {
    .i18n-en h1 {
        font-size: 38px;
    }

    .i18n-en .multiple-section h2 {
        font-size: 34px;
    }

    .device-tab {
        padding-top: 50px;
    }

    .header-section {
        padding: 40px 0 70px 0;
    }

    section#powerful-data-section,
    .common-section {
        padding: 70px 0;
    }

    .i18n-en h2,
    .i18n-en .drag-section h2 {
        font-size: 30px;
    }

    .mobile-only .all-img-wraps {
        max-width: 200px;
    }

    .zcm-widgets-progress {
        bottom: 14%;
        right: -30%;
        max-width: 200px;
    }

    .zcm-popup-notification-alert {
        max-width: 230px;
        left: -20%;
    }

    .zcm-icon.zcm-popup-arrow {
        display: none;
    }

    .i18n-en .siri-section h2 {
        font-size: 28px;
    }

    .zcm-spotlight-search {
        top: 15%;
        left: 0%;
        max-width: 180px;
    }

    .common-section.siri-section {
        padding: 70px 0;
    }

    .track-section .table-wrap {
        padding-top: 20px;
    }

    .zcm-spotlight-list {
        top: 19%;
        left: -15%;
        max-width: 265px;
    }

    .zcm-context-menu-add-contacts {
        display: none;
    }

    .zcm-sec-context-menu {
        left: auto;
    }

    .zcm-voice-over-tooltip {
        top: 17%;
        max-width: 200px;
        right: -33%;
    }

    .zcm-dynamic-summary-scroll {
        max-width: 220px;
        top: 20%;
        left: -5%;
    }

    .zcm-dynamic-summary-alone {
        max-width: 250px;
        top: 35%;
        left: -12%;
    }

    .zcm-icon.zcm-dynamic-arrow {
        right: -40%;
        top: 23%;
    }

    .zcm-icon.zcm-color-filter-arrow {
        display: none;
    }

    .zcm-sec-color-filters {
        left: auto;
    }

    .siti-video {
        max-width: 280px;
    }

    .zcm-icon.zcm-home-screen-arrow,
    .zcm-home-screen-popup {
        display: none;
    }

    .each-speaker2 .speaker-inner {
        left: 0;
    }

    .zcm-magic-machine {
        max-width: 280px;
    }

    .security-wrap {
        display: block;
        padding: 40px 10px 0 10px;
    }

    .security-block1,
    .security-block2 {
        padding: 0;
    }

    .security-block1 {
        margin-bottom: 70px;
    }

    .bottom-cta-section {
        padding-bottom: 60px;
    }

    .sketch-section .text-wrapper {
        padding-top: 40px;
    }

    .acc-wrap h3 {
        font-size: 22px;
    }

    .speaker-wrap .each-speaker {
        padding: 60px 15px;
    }

    .gain-section .table-wrap {
        margin-top: 60px;
        display: block;
    }

    .zcm-widgets-sent {
        left: -70px;
        max-width: 120px;
        top: 12%;
    }

    .zcm-widgets-meeting {
        left: -70px;
        max-width: 120px;
        top: 35%;
    }

    .zcm-icon.zcm-popup-alert {
        display: block;
        right: -17%;
        top: 1%;
    }

    .siti-video video {
        max-width: 230px;
        margin: 0 auto;
    }

    .acc-wrap {
        margin-bottom: 70px;
    }

    .zcm-color-filter-active {
        max-width: 150px;
        right: -76%;
        top: 42%;
    }

    #zcm-sec-color-filters .zcm-sec-color-filters {
        position: relative;
        left: -19%;
    }

    .speaker-inner {
        max-width: 230px;
    }

    .sketch-section .text-wrapper .acc-wrap:first-child {
        margin-bottom: 70px;
    }

    .i18n-en .header-section h3 {
        font-size: 20px;
    }

    .header-section p {
        font-size: 16px
    }

    .header-section .middle-animated h1.transY1,
    .header-section .middle-animated h3.transY2,
    .header-section .middle-animated p.transY3,
    .header-section .middle-animated .apps-download-links-wrap.transY4,
    .header-section .middle-animated .device-tab.transY5,
    .header-section h1.transY1,
    .header-section h3.transY2,
    .header-section p.transY3,
    .header-section .apps-download-links-wrap.transY4,
    .header-section .device-tab.transY5 {
        transition: inherit !important;
        transform: translateY(0px) !important;
        transition-delay: inherit !important;
    }
}

@media screen and (max-width: 375px) {
    .i18n-en h1 {
        font-size: 30px;
    }

    section#powerful-data-section,
    .common-section {
        padding: 60px 0;
    }

    .zcm-widgets-progress {
        right: -30px;
    }

    .acc-wrap p {
        line-height: 28px;
    }

    .zcm-popup-notification-alert {
        max-width: 190px;
        left: -20px;
    }

    .siti-video video {
        max-width: 240px;
    }

    .common-section.siri-section {
        padding: 60px 0;
    }

    .acc-wrap {
        margin-bottom: 70px;
    }

    .gain-section .table-wrap {
        margin-top: 60px;
    }

    .zcm-voice-over-tooltip {
        right: -16%;
        top: 16%;
    }

    .zcm-icon.zcm-dynamic-arrow {
        display: none;
    }

    .speaker-wrap .each-speaker p {
        line-height: 28px;
    }

    .speaker-wrap .each-speaker {
        padding: 40px 15px;
    }

    .bottom-cta-section h2 {
        font-size: 28px;
    }

    .zcm-widgets-sent {
        left: -40px;
    }

    .zcm-widgets-meeting {
        left: -40px;
    }

    .siti-video video {
        max-width: 200px;
    }

    .zcm-color-filter-active {
        display: none;
    }

    #zcm-sec-color-filters .zcm-sec-color-filters {
        left: auto;
        position: inherit;
    }

    .speaker-inner {
        max-width: 200px;
    }
}

/* Arabic Starts */

.i18n-ar .header-section h1,
.i18n-ar .header-section h3,
.i18n-ar .header-section p,
.i18n-ar .header-section .apps-download-links-wrap,
.i18n-ar .bottom-cta-section h2,
.i18n-ar .bottom-cta-section div {
    text-align: center;
}

.i18n-ar .line-animate:before {
    right: 0;
    left: auto;
}

.i18n-ar .gain-section .table-wrap .column.left {
    padding-left: 7%;
    padding-right: 0;
}

.i18n-ar .ipad-left-section .table-wrap .column.left {
    padding-left: 3%;
    padding-right: 0;
}

.i18n-ar .ipad-left-section .video-block video {
    margin-right: -100px;
    margin-left: 0;
}

.i18n-ar .sketch-section .text-wrapper .acc-wrap:first-child,
.i18n-ar .security-block1 {
    padding-left: 5%;
    padding-right: 0;
}

.i18n-ar .sketch-section .text-wrapper .acc-wrap:last-child,
.i18n-ar .security-block2 {
    padding-right: 5%;
    padding-left: 0;
}
.i18n-ar .powerful-section .column.right, .i18n-ar .powerful-section .column.right *, .i18n-ar .gain-section .column.right, .i18n-ar .gain-section .column.right * {
    text-align: left;
    direction: ltr;
}

.i18n-ar .powerful-section .column.right {
    padding-left: 0;
    padding-right: 5%;
}
.i18n-ar .powerful-section .table-wrap .column.left {
    padding-left: 5%;
    padding-right: 0;
}

.i18n-ar .siri-section .table-wraps .colum.left {
    padding-right: 5%;
}

.i18n-ar .zcm-context-menu-add-contacts {
    left: auto;
    right: -105%;
}

.i18n-ar .gain-section .table-wrap .column.right {
    padding-left: 0;
    padding-right: 5%;
}

.i18n-ar .mode-section .table-wraps .colum.left {
    padding-left: 5%;
    padding-right: 0;
}

.i18n-ar .ipad-screen-only .table-wrap .column.left {
    padding-left: 2%;
    padding-right: 0%;
}

.i18n-ar .ipad-screen-only .table-wrap .column.right {
    padding-left: 0%;
    padding-right: 5%;
}

.i18n-ar .sketch-section.ipad-screen-only .table-wrap .column.right {
    padding-right: 0;
}

.i18n-ar .sketch-section.ipad-screen-only .table-wrap .column.left {
    padding: 0;
}


@media screen and (max-width: 1440px) {
    .i18n-ar .mobile-screen-only .img-area-wrap {
        margin-left: 0;
    }

    .i18n-ar .zcm-context-menu-add-contacts {
        right: -75%;
    }
}

@media screen and (max-width: 1366px) {
    .i18n-ar .mobile-screen-only .img-area-wrap {
        margin-left: 100px;
    }

    .i18n-ar .video-block video {
        max-width: 100%;
        width: 100%;
    }

    .i18n-ar .ipad-left-section .video-block video {
        margin-right: 0;
    }
}

@media screen and (max-width: 1280px) {
    .i18n-ar .mobile-screen-only .img-area-wrap {
        margin-left: 40px;
    }

    .i18n-ar .zcm-home-screen-popup {
        right: -70%;
        bottom: 2%;
        max-width: 180px;
    }

    .i18n-ar .zcm-icon.zcm-home-screen-arrow {
        bottom: 40%;
    }
}

@media screen and (max-width: 1279px) {
    .i18n-ar .powerful-section .table-wrap .column.left {
        padding-left: 0;
    }

    .i18n-ar .zcm-sec-context-menu {
        left: -110px;
    }

    .i18n-ar .zcm-context-menu-add-contacts {
        right: -290px;
    }

    .i18n-ar .sketch-section .text-wrapper .acc-wrap:last-child,
    .i18n-ar .security-block2 {
        padding-right: 0;
    }

    .i18n-ar .ipad-screen-only .table-wrap .column.right {
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .i18n-ar .mode-section .table-wraps .colum.left {
        padding-left: 0;
    }

    .i18n-ar .siri-section .table-wraps .colum.left {
        padding-right: 0;
    }

    .i18n-ar .siri-section,
    .i18n-ar .siri-section *,
    .i18n-ar .mode-section,
    .i18n-ar .mode-section * {
        text-align: center;
        direction: ltr;
    }

    .i18n-ar .gain-section .table-wrap .column.left {
        padding-left: 0;
    }

    .i18n-ar .zcm-color-filter-active {
        max-width: 230px;
        top: 22%;
    }

    .i18n-ar .sketch-section .text-wrapper .acc-wrap:first-child,
    .i18n-ar .security-block1 {
        padding: 0;
    }
.i18n-ar .nimbly-section .siti-video {
    text-align: center;
}
}

@media screen and (max-width: 767px) {
    .i18n-ar .zcm-sec-context-menu {
        left: auto;
    }
}



/* eng-only */

.gain-section.mobile-screen-only .all-img-wraps:after,
gain-section.each-speaker2 .speaker-inner:after {
    display: none;
}

.device-tab #tvos:before {
    width: 50px;
    height: 50px;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 800px auto;
    background-position: -88px -106px;
}

.device-tab #tvos:hover:before {
    background-position: -144px -106px;
}

.device-tab {
    max-width: 225px;
}

.new-only {
    background: #ff4e4e;
    color: #fff;
    font-size: 10px;
    font-family: var(--primaryfont-semibold);
    padding: 3px 5px;
    box-sizing: border-box;
    position: relative;
    top: -16px;
    text-transform: uppercase;
    border-radius: 2px;
}

.i18n-en h1 {
    max-width: 780px;
}

.zcm-sec-audio-arrow {
    background-size: 800px auto;
    width: 80px;
    height: 80px;
    position: absolute;
    right: -32%;
    background-position: -380px -89px;
    top: 60px;
}

.zcm-sec-audio-text {
    color: #ff4e4e;
    position: absolute;
    right: -42%;
    top: 155px;
    font-size: 14px;
}

.zcm-sec-audio-ios15 {
    position: absolute;
    right: -44%;
    top: 185px;
    max-width: 90px;
}

.audio-control {
    position: absolute;
    bottom: 5px;
    right: -52%;
    cursor: pointer;
    text-align: center;
}

.audio-control>span {
    width: 40px;
    height: 40px;
    background-size: 1000px auto;
    display: block;
    margin: 0 auto;
    background-position: -60px -140px;
    margin-bottom: 10px;
}

.audio-control.unmute>span {
    background-position: -8px -140px;
}

.audio-control p {
    position: relative;
    font-size: 13px;
    color: #000;
    width: 100px;
}

.gain-section .table-wrap .column.left {
    padding-top: 100px;
}

.gain-another-section .table-wrap .column.left {
    padding-left: 0;
}

.gain-another-section .zcm-color-filter-active {
    top: 20%;
    left: -110%;
    right: auto
}

.gain-another-section .zcm-icon.zcm-color-filter-arrow {
    left: -32%;
    top: 63%;
    right: auto;
    background-position: -453px -89px;
    background-size: 800px auto;
}

.zcm-custom-haptics-pop {
    position: absolute;
    bottom: 25%;
    right: 28%;
}

.gain-another-section .img-area-wrap {
    padding-top: 80px;
}

.gain-another-section.common-section {
    padding-top: 0;
}


/* widget-sec */

.widgets-section .content-wrap {
    background: #41725d;
    border-radius: 20px;
    padding: 120px 0px 0px 120px;
    max-width: 1280px;
    overflow: hidden;
}

.widgets-section .table-wrap .column.left {
    vertical-align: top;
    width: 30%;
    color: #fff;
    padding-top: 90px;
}

.widgets-section .new-tag {
    position: absolute;
}

.screen-wrap .zcm-icon {
    position: absolute;
}

.widgets-section .table-wrap .column.right {
    padding-left: 0;
}

.zcm-ipad-extra-large-screen {
    position: relative;
    right: -40px;
    bottom: -35px;
}

.widgets-section .zcm-icon {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: url(//www.zohowebstatic.com/sites/zweb/images/campaigns/zcm-ios15-logo.png) no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.widgets-section h2 {
    color: #fff;
    line-height: normal;
}

.widgets-section h2 span {
    color: #ffdc48;
}

.widgets-section .content-wrap:after {
    content: '';
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(-45deg, rgb(255 255 255 / 15%), rgb(255 255 255 / 20%) 1px, #fff0 1px, #fff0 10px);
    z-index: 0
}

.widgets-section .content-wrap:before {
    content: '';
    background: #41725d;
    position: absolute;
    width: 200%;
    height: 200%;
    top: -175%;
    z-index: 1;
    transform: rotate(45deg);
    left: -120%;
}

.widgets-section .content-wrap .table-wrap {
    position: relative;
    z-index: 1;
}

.screen-wrap {
    position: relative;
}

.widgets-section .screen-wrap .zcm-icon {
    background: url(//www.zohowebstatic.com/sites/zweb/images/campaigns/zcm-sprite-img.svg) no-repeat;
    background-size: 700px auto;
    width: 80px;
    height: 80px;
    left: 20%;
    top: 0px;
    background-position: -176px -70px;
    position: absolute;
}

.widgets-section .screen-wrap .new-tag {
    background: #ff4e4e;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    font-family: var(--primaryfont-semibold);
    left: 31%;
    top: 1px;
    border-radius: 4px;
}

.common-section.widgets-section {
    position: relative;
    padding-bottom: 40px;
    padding-top: 60px;
}

.common-section.widgets-section:after {
    background: #000;
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.multiple-section .table-wrap .column.left {
    vertical-align: middle;
}

.tv-app-section {
    position: relative;
    background: url(//www.zohowebstatic.com/sites/zweb/images/campaigns/zcm-tv-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
}

.tv-app-section {
    text-align: center;
    color: #fff;
    position: relative;
}

.tv-app-section h2 {
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.tv-app-section h2+p {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.common-section.tv-app-section {
    padding-bottom: 0px;
}

.tv-app-section:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
    z-index: 0;
}

.tv-app-section .content-wrap {
    position: relative;
    z-index: 1;
}

.zcm-real-time-campaign-data-screen {
    padding-top: 30px;
}

.tv-app-common-section {
    text-align: center;
}

.tv-app-common-section .content-wrap,
.tv-app-section .content-wrap {
    max-width: 1040px;
}

.tv-app-common-section img {
    padding-top: 25px;
    box-shadow: 0 1px 6px 0px rgb(0 0 0 / 5%);
}

.tv-app-common-section h2+p {
    max-width: 570px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.common-section.tv-app-common-section {
    padding-bottom: 0px;
}

.bottom-cta-section {
    margin-top: 100px;
}

.tv-app-section .zcm-icon {
    width: 120px;
    height: 60px;
    display: inline-block;
    background-size: 1000px auto;
    margin-bottom: 20px;
    background-position: -360px -137px;
}


/* widget-sec */

.zcm-custom-haptics-pop,
.zcm-sec-audio-arrow,
.zcm-sec-audio-text,
.zcm-sec-audio-ios15 {
    opacity: 0;
}

.img-area-wrap .common-area.current .zcm-color-filter-arrow {
    animation: slideRight 0.5s ease-out 0.2s forwards;
}

.img-area-wrap .common-area.current .zcm-color-filter-active {
    animation: slideDown 0.5s ease-out 0.5s forwards;
}

.img-area-wrap .common-area.current .zcm-custom-haptics-pop {
    animation: slideDown 0.5s ease-out 0.5s forwards;
}

.img-area-wrap .common-area.current .zcm-sec-audio-arrow {
    animation: slideLeft 0.8s ease-out 0.4s forwards;
}

.img-area-wrap .common-area.current .zcm-sec-audio-text {
    animation: slideUp 0.8s ease-out 0.7s forwards;
}

.img-area-wrap .common-area.current .zcm-sec-audio-ios15 {
    animation: slideUp 0.8s ease-out 0.9s forwards;
}

.sticky-section {
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: -150px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 1px 9px 15px 0 rgb(0 0 0 / 10%);
    opacity: 1;
    transition: .5s all;
}

.sticky-section {
    background: #fff;
    z-index: 9;
    display: block;
    box-sizing: border-box;
}

.sticky-section .device-tab:after {
    display: none;
}

.sticky-section .device-tab {
    padding-top: 0;
}

.sticky-section .device-tab {
    max-width: 250px;
}

.sticky-section .device-tab span:before {
    display: none;
}

.sticky-section .device-tab span {
    padding-top: 0;
    font-size: 15px;
    border-bottom: 0px solid transparent;
}

.sticky-section .device-tab span.current {
    color: #03a9f5;
    border-bottom: 1px solid;
}

.sticky-section.stickyfixed {
    top: 65px;
}

.sticky-section .device-tab span:hover {
    border-bottom: none;
    color: inherit;
}

.no-auto-section .animated .acc-wrap.current .line-animate:before {
    animation: none;
    width: 100%;
}

/* eng-only end */


/* media queires eng-only*/

@media screen and (max-width: 1440px) {
    .gain-another-section .img-area-wrap {
        margin-right: 120px;
    }
}

@media screen and (max-width: 1366px) {
    .gain-another-section .zcm-color-filter-active {
        max-width: 250px;
        left: -90%;
        top: 25%;
    }

    .ipad-left-section .table-wrap .column.left {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .i18n-en .widgets-section h2 {
        font-size: 40px;
    }

    .ipad-left-section .video-block video {
        margin-left: -40px;
    }

    .video-block video {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 1279px) {
    .gain-another-section .table-wrap .column.left {
        display: none;
    }

    .zcm-custom-haptics-pop,
    .zcm-sec-audio-arrow,
    .zcm-sec-audio-text,
    .zcm-sec-audio-ios15 {
        opacity: 1;
    }

    .zcm-sec-audio-arrow {
        top: 90px;
    }

    .zcm-sec-audio-text {
        top: 190px;
    }

    .zcm-sec-audio-ios15 {
        top: 220px;
    }

    .zcm-sec-color-filters {
        left: 120px;
    }

    .widgets-section .table-wrap .column.left,
    .widgets-section .table-wrap .column.right {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 0px;
    }

    .widgets-section .content-wrap .table-wrap {
        display: block;
    }

    .widgets-section .content-wrap {
        padding: 80px 15px;
        box-sizing: border-box;
        overflow: inherit;
    }

    .widgets-section h2+p {
        max-width: 640px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .zcm-ipad-extra-large-screen {
        max-width: 95%;
        position: inherit;
    }

    .screen-wrap {
        padding-top: 50px;
        margin-top: 70px;
    }

    .widgets-section .content-wrap:before {
        display: none;
    }

    .tv-app-common-section img {
        max-width: 90%;
    }

    .zcm-real-time-campaign-data-screen {
        max-width: 90%;
    }

    .common-section.widgets-section {
        padding-top: 0;
    }

    .common-section.widgets-section:after {
        height: 30%;
    }

    .widgets-section .content-wrap:after {
        background: repeating-linear-gradient(-45deg, rgb(255 255 255 / 0%), rgb(255 245 245 / 20%) 1px, #fff0 1px, #fff0 10px);
    }
}

@media screen and (max-width: 1140px) {
    .sticky-section.stickyfixed {
        top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .i18n-en h1 {
        max-width: 600px;
    }

    .audio-control {
        right: -130px;
    }

    .voiceover-video {
        left: -40px;
        position: relative;
    }

    .gain-another-section .zcm-color-filter-active {
        left: -80%;
        top: 30%;
    }
}

@media screen and (max-width: 767px) {
    .avail {
        display: none;
    }

    .voiceover-video {
        left: auto;
    }

    .audio-control {
        right: -100px;
    }

    .gain-section .table-wrap .column.left {
        padding-top: 30px;
    }

    #zcm-sec-color-filters .zcm-sec-color-filters {
        left: auto;
    }

    .gain-another-section .zcm-color-filter-active {
        display: none;
    }

    .i18n-en .widgets-section h2 {
        font-size: 30px;
    }

    .widgets-section .screen-wrap .zcm-icon,
    .widgets-section .screen-wrap .new-tag {
        display: none;
    }

    .screen-wrap {
        padding-top: 0;
        margin-top: 30px;
    }

    .widgets-section .content-wrap {
        padding: 40px 15px;
    }

    .common-section.widgets-section {
        padding-bottom: 20px;
    }

    .all-img-wraps.zcm-sec-audio-graphs {
        margin-left: 50px;
    }
}

@media screen and (max-width: 640px) {
    .gradien-anim {
        word-break: break-word;
        display: block;
    }

    .i18n-en h1 {
        font-size: 30px;
    }

    .sticky-section {
        padding: 5px 0;
    }

    .sticky-section .device-tab span {
        font-size: 12px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 480px) {

    .all-img-wraps.zcm-sec-audio-graphs,
    .all-img-wraps.zcm-sec-voice-over {
        margin-left: 50px;
    }
}

@media screen and (max-width: 375px) {

    .all-img-wraps.zcm-sec-audio-graphs,
    .all-img-wraps.zcm-sec-voice-over {
        margin-left: auto;
    }

    .audio-control {
        display: none;
    }

    .i18n-en .widgets-section h2 {
        font-size: 26px;
    }

    .i18n-en h1 {
        font-size: 24px;
    }
}


/* media queires eng-only end */



.i18n-ar .audio-control {
    right: unset;
    left: -52%;
}

.i18n-ar .gain-another-section .zcm-icon.zcm-color-filter-arrow {
    left: auto;
    right: -32%;
}

.i18n-ar .audio-control p {
    text-align: center;
}

.i18n-ar .gain-another-section .zcm-color-filter-active {
    left: auto;
    right: -110%;
}

.i18n-ar .widgets-section .content-wrap:before {
    left: unset;
    right: -120%;
}

.i18n-ar .zcm-ipad-extra-large-screen {
    right: unset;
    left: -40px;
}

.i18n-ar .widgets-section .content-wrap {
    padding: 120px 120px 0px 0px;
}

.i18n-ar .gain-section.mobile-screen-only .img-area-wrap {
    margin-left: unset;
    margin-right: 50px;
}

.i18n-ar .tv-app-section .content-wrap,
.i18n-ar .tv-app-section h2,
.i18n-ar .tv-app-section h2+p,
.i18n-ar .tv-app-common-section .transY1,
.i18n-ar .tv-app-common-section .transY2,
.i18n-ar .bottom-cta-section p {
    text-align: center;
}

.i18n-ar .img-area-wrap .common-area.current .zcm-color-filter-arrow {
    animation: arSlideRight 0.5s ease-out 0.2s forwards;
}

.i18n-ar .tv-app-common-section .content-wrap,
.i18n-ar .tv-app-section .content-wrap {
    text-align: center;
}
.i18n-ar .sticky-section, .i18n-ar .sticky-section * {
    text-align: center;
}

@keyframes arSlideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: scaleX(-1) translateX(-30px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: scaleX(-1) translateX(0);
    }
}

@-webkit-keyframes arSlideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleX(-1) translateX(-30px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleX(-1) translateX(0);
    }
}

@-moz-keyframes arSlideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: scaleX(-1) translateX(-30px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: scaleX(-1) translateX(0);
    }
}

@media screen and (max-width: 1440px) {
    .i18n-ar .gain-another-section .img-area-wrap {
        margin-right: auto;
        margin-left: 120px;
    }
}


@media screen and (max-width: 1366px) {
    .i18n-ar .gain-another-section .zcm-color-filter-active {
        right: -90%;
    }

    .i18n-ar .gain-another-section .img-area-wrap {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1279px) {

    .i18n-ar .ipad-left-section .table-wrap .column.right,
    .i18n-ar .ipad-screen-only .table-wrap .column.left,
    .i18n-ar .table-wrap .column.left,
    .i18n-ar .mobile-left-section .table-wrap .column.right {
        padding: 0;
    }

    .i18n-ar .widgets-section h2+p,
    .i18n-ar .widgets-section h2 {
        text-align: center;
    }

    .i18n-ar .widgets-section .content-wrap {
        padding: 80px 15px;
    }

    .i18n-ar .screen-wrap {
        text-align: center;
    }

    .i18n-ar .zcm-sec-color-filters {
        left: 120px;
    }

    .i18n-ar .gain-another-section .zcm-color-filter-active {
        left: -90%;
        right: auto;
    }

    .i18n-ar .gain-another-section .zcm-icon.zcm-color-filter-arrow {
        left: -32%;
        right: auto;
    }

}

@media screen and (max-width: 991px) {
    .i18n-ar .gain-another-section .zcm-color-filter-active {
        left: -80%;
    }
}

@media screen and (max-width: 767px) {
    .i18n-ar #zcm-sec-color-filters .zcm-sec-color-filters {
        left: auto;
    }
.i18n-ar .audio-control {
    display: none;
}
.i18n-ar .all-img-wraps.zcm-sec-audio-graphs {
    margin-left: auto;
}
}

@media screen and (max-width: 640px) {
.i18n-ar .header-section .content-wrap span {
    text-align: center;
}
}



@media screen and (max-width: 991px) {
.i18n-ar h2.transY1,.i18n-ar p.transY2  {
    text-align: center;
}
}