* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.zw-global-header .slide .nolink {
   color: #000;
}

html {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
    color: #333;
    overflow-x: hidden;
}

body {
    font-size: 18px;
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: var(--zf-primary-regular), sans-serif;
}


/*** Links ***/

a {
    text-decoration: none;
    outline: 0;
    transition: color ease .2s;
}

a:visited {
}

a:hover,
a:focus {
    color: #2a6496;
}

a:active {
    color: #2a6496;
}


/*** Lists ****/

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}


/**** Styling ****/

p,
pre {
    margin: 1.5em 0;
}

blockquote {
    margin: 1.5em 30px;
}

h1 {
    font-family: var(--zf-primary-bold), sans-serif;
    font-size: 44px;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #222;
}

h2 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-weight: normal;
    color: #272727;
}

h3 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 26px;
    line-height: 1.3em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-weight: normal;
    color: #333;
}

h4 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 600;
}

h5 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-weight: normal;
}

h6 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
}

p {
    font-family: var(--zf-primary-regular), sans-serif;
    line-height: 1.5em;
    margin: 1em 0;
    font-size: 18px;
}

.clearfix:after {
    clear: both;
    display: table;
    content: "";
}

section {
    position: relative;
}

.zs_padding_null {
    padding: 0;
}

.zs_margin_null {
    margin: 0;
}

.zs_paddingtop {
    padding-top: 15px;
}

.zs_margintop {
    margin-top: 15px;
}

.zs_paddingbottom {
    padding-bottom: 15px;
}

.zs_marginbottom {
    margin-bottom: 15px;
}

.zs_paddingtopbottom {
    padding: 15px 0;
}

.zs_margintopbottom {
    margin: 15px 0;
}

.zs_paddingtop_small {
    padding-top: 30px;
}

.zs_paddingbottom_small {
    padding-bottom: 30px;
}

.zs_margintop_small {
    margin-top: 30px;
}

.zs_marginbottom_small {
    margin-bottom: 30px;
}

.zs_paddingtopbottom_small {
    padding: 30px 0;
}

.zs_margintopbottom_small {
    padding: 30px 0;
}

.zs_paddingtop_large {
    padding-top: 50px;
}

.zs_paddingbottom_large {
    padding-bottom: 50px;
}

.zs_margintop_large {
    margin-top: 50px;
}

.zs_marginbottom_large {
    margin-bottom: 50px;
}

.zs_paddingtopbottom_large {
    padding: 50px 0;
}
.zs_androidapp{
    padding-bottom: 50px;
    margin-top: -70px;
}

.zs_margintopbottom_large {
    margin: 50px 0;
}

.zs_center {
    text-align: center;
}

.zs_flex {
    display: flex;
    justify-content: center;
}

.zs_tablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.zs_designcharts .zs_rightimage {
    right: -12%;
}

.zs_leftimage,
.zs_rightimage {
    width: 60%;
    right: -10%;
}

.zs_inlineblock {
    display: inline-block;
    vertical-align: middle;
}

.zs_block {
    display: block;
}

.zs_table {
    display: table;
    table-layout: fixed;
}

.zs_hidden {
    display: none;
}

.zs_alignright {
    text-align: right;
}

.zs_alignleft {
    text-align: left;
}

.zs_sectioncontainer {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.zs_headcontent p {
    max-width: 65%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.zw-product-header .content-wrap {
  z-index: 1;
}

/*****
* custom css
****/

.zs_svgicon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    fill: #fff;
}

.zs_bggraphics {
    background: #FAFAFC;
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    transform: skew(0deg, 4deg);
}
.zs_bannercontent .zs_banner_cont h1{
 color:#fff;
}
.zs_bannercontent .zs_banner_cont p{
 color:#fff;
}
.zs_banner_img img{
width: 100%;
    position: relative;
    left: -20%;
}
.zs_showbanner {
    width: 100%;
    min-height: 770px;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 134px 0 0;
    top: -126px;
    background: #ffffff url(/sites/zweb/images/show/show-extension-banner.jpg) center 0px no-repeat;
    background-size: auto 820px;
}
.zs_showbanner .zs_contentpart {
    top: -30px;
    width: 45%;
    padding-right: 20px;
    padding-left: 50px;
    text-align: left;
}

.zs_showbanner p {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 10px;
    color: #333;
}

.add-to-chrome a {
    color: #fff;
    font-family: var(--zf-primary-regular), sans-serif;
    text-decoration: none;
    display: inline-block;
    background: #1a73e8;
    padding: 9px 24px;
    border-radius: 5px;
    font: 500 15px var(--zf-primary-regular), sans-serif;
    height: 36px;
    letter-spacing: .25px;
    font-weight: bold;
}

.zs_bannercontent p {
    margin: 40px 0 0;
    max-width: 100%;
}

.zs_createpresent .zs_imagepart img {
    max-width: 170%;
    right: 10px;
}

.zs_createpresent .zs_contentpart {
    width: 54%;
}

.zs_createpresent .zs_contentpart>div {
    width: 36%;
    float: right;
    margin: 3% 13% 2% 0%;
}

.zs_worktogether_one .zs_contentpart {
    width: 50%;
    left: 5%;
}

.zs_worktogether_one .zs_contentpart>div {
    width: 39%;
    float: left;
    margin: 30px 0 10px 35px;
}

.zs_compatibility .zs_contentpart {
    width: 100%;
    display: block;
    text-align: left;
}
.zs_compatibility .zs_headcontent p {
    width: 48%;
}
span.zs_showicons.zs_importdocs,
span.zs_showicons.zs_formatppt {
    margin: 0;
}

.zs_compatibility .zs_imagepart {
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.zs_compatibility .zs_contentpart {
    margin: 0 auto;
    max-width: 80%;
}

.zs_compatibility .zs_contentpart .zs_formatdocs,
.zs_compatibility .zs_contentpart .zs_importppt {
    padding: 0 60px;
}

.zs_broadcast .zs_contentpart>div {
    margin: 0 40px;
    width: 33%;
}

.zs_customslideshow,
.zs_presenterview {
    width: 50%;
}

.zs_customslideshow img,
.zs_presenterview img {
    padding-bottom: 30px;
}

.zs_deliver .zs_customslideshow h3,
.zs_deliver .zs_presenterview h3 {
    margin: 30px 0 20px;
}

.zs_customslideshow > p,
.zs_presenterview > p {
    max-width: 75%;
    margin: 0 auto;
}

.zs_publishsection {
    padding-bottom: 25px;
}

.zs_learnmoretag {
    padding: 15px 0;
}

.zs_learnmoretag a {
    color: #03a9f5;
}

.zs_androidapp .zs_contentpart>p {
    margin: 15px 0;
}

.zs_playstore,
.zs_appstore, .zs_chromewebstore {
    background: url(/sites/zweb/images/show/app_badge_google.webp) 0 0 no-repeat;
    background-size: 135px 40px;
    width: 135px;
    height: 40px;
    display: inline-block;
    font-size: 0;
}

.zs_pathanimation {
    position: relative;
    max-width: 100%;
    right: 0%;
    top: 0%;
    left: 0%;
}

.zs_white_playbut span {
    height: 67px;
    width: 67px;
    display: inline-block;
    position: absolute;
    bottom: -5%;
    right: 11%;
    background-position: -788px 0px;
    transform: translate(-25%, 315%);
    z-index: 1;
}

.zs_white_playbut span:hover {
    cursor: pointer;
}
/** you tube video load css **/

.zs_black_frame {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: #000;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0.95;
    z-index: 9999;
}

.zs_video_modalInner {
    max-width: 80%;
    width: 90%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 20px auto;
}
.zs_video_container {
    display: table-cell;
    vertical-align: middle;
}
.zs_video_box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.zs_video_iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.zs_sidenav {
    opacity: 1;
}

.zs_file_icons {
    display: inline-block;
    width: 39px;
    height: 39px;
}
.zs_file_icons {
    background: url(/sites/zweb/images/show/social-media-sprite.svg) no-repeat;
    background-size: cover;
    background-position: -529px 0px;
    position: absolute;
}
.zs_play_red{
    background: url(/sites/zweb/images/show/play-red.svg) no-repeat;
    background-position: 0 0;
    right: 67%;
    bottom: 38%;
}
.zs_video_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    cursor: pointer;
    right: 20px;
}
.zs_black_frame .zs_video_close {
    background-position: -323px 0px;
}
.zs_iframe_imgalign {
    height: auto;
    width: 601px;
    border: 1px solid #efefef;
}

.zs_btn_whatsnew {
    position: fixed;
    right: 0;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-right: none;
    bottom: 100px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px 0 0 4px;
    z-index: 99;
}

.zs_btn_whatsnew a {
    color: #666;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: block;
    height: 40px;
    padding: 0 16px 0 32px;
    position: relative;
}

.zs_btn_whatsnew a:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 12px;
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(/sites/zweb/images/show/whats-new-arrow.svg) 1px 1px no-repeat;
}

.zs_mobileapp .add-to-chrome,
.zs_android_playstore,
.zs_apple_appstore {
    display: none;
}

.zs_android_playstore {
    height: 40px;
}

.zs_androidmobile .zs_android_playstore,
.zs_ipadcss .zs_apple_appstore {
    display: block;
}

.zs_androidapp .zs_imagepart .zs_extension_create_img {
    max-width: 100%;
    right: 190px;
    position: relative;
}

.zs_import .zs_imagepart img {
    max-width: 110%;
    right: 260px;
}

.zs_appstore {
    background: url(/sites/zweb/images/show/mobile-appstore-badge-en.svg) 0 0 no-repeat;
}
.zs_chromewebstore{
    width: 175px;
    height: 80px;
    background: url(/sites/zweb/images/show/chromewebstore-badge.webp) 0 0 no-repeat;
   background-size: 100%;
}
.mB40 {
    margin-bottom: 20px;
}

.zs_androidtv .zs_imagepart img {
    position: relative;
    max-width: 120%;
    right: 2%;
}

.zs_publish .zs_imagepart img {
    position: relative;
    max-width: 120%;
    right: 50px;
}

.zs_androidtv .zs_contentpart {
    left: 20px;
}

.zs_publish .zs_contentpart {
    left: 70px;
    width: 40%;
}

.zs_androidtv p {
    width: 100%;
}

.zs_androidapp .zs_contentpart {
    width: 35%;
    margin: 0 auto;
    right: 65px;
}
.zs_bannercontent .zs_contentpart{
width: 45%;
}
.zs_import .zs_contentpart {
    width: 35%;
    right: 60px;
}

.mobile-link {
    padding-right: 25px;
}

.zs_playbutton.zs_keyplay {
    left: 50%;
    bottom: 80px;
}

.zs_playbutton {
    position: absolute;
    left: 50%;
    bottom: 90px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
div#header #block-panels-mini-product-menu a {
    color: #fff;
}
.product-nav-links li .nolink {
  color: #000;
}
#mini-panel-product_menu .product-nav-links li .nolink {
    color: #000;
}
span.caret:after {
  border-top: 5px solid #000;
}
.product-title>a {
  color: #fff !important;
}
div#header #block-panels-mini-product-menu .dropdown-menu a {
    color: black;
}
.zs_banner_ext h1, .zs_banner_ext p{
color: white;
}
.zs_import{
margin-top: 20px;
}
.zs_play_red {
  animation: ripple 2s linear infinite;
   border-radius:100px;
   cursor: pointer;
}
.zs_play_red:hover {
  animation: ripple 0s;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 65, 65, 1);
  }
  50% {
    box-shadow: 0 0 0 0.3em rgba(242, 65, 65, 0.7);
  }
  100% {
    box-shadow: 0 0 0 0.6em rgba(242, 65, 65, 0);
  }
}


/*** sec section animation css ***/
.zs_show_logo{
    height: 24px;
    width: 24px;
    position: absolute;
    top: 3%;
    right: 2.5%;
    border-radius: 20px;
    transition: all 0.1s;
    z-index: 3;
}
.zs_show_logo img{
    margin: 0px -1px;
    width:12px;
}
.zs_extension_expanded{
    width: 300px;
    position: absolute;
    top: 14%;
    right: 6.9%;
}
.zs_extension_expanded{
  transition: all 0.05s;
  opacity: 0;
}
.zs_extension_expanded .zs_extension_none {
  opacity: 1;
}
.zs_highlight_one{
    height: 22px;
    width: 22px;
    border-radius: 50%;
    position: absolute;
    top: 3.5%;
    right: 3.5%;
    background: #fff;
    z-index: 2;
    animation: highlight 2s linear infinite;
}
.zs_highlight:hover{
  animation: highlight 0s;
}
@keyframes highlight {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 122, 255, .8);
  }
  50% {
    box-shadow: 0 0 0 0.3em rgba(0, 123, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.6em rgba(225, 224, 245, 0);
  }
}
.zs_mobile_view{
 display:none;
}
.zs_web_view{
display:block;
}
.zs_banner_img img{
   display: block;
}

.i18n-ar .zs_showbanner .zs_contentpart {
    padding-left: 20px;
    padding-right: 50px;
    text-align: right;
}
.i18n-ar .zs_banner_img img {
    right: -20%;
    left: unset;
}
.i18n-ar .zs_androidtv .zs_contentpart {
    right: 20px;
    left: unset;
}

.i18n-ar .zs_publish .zs_contentpart {
   right: 70px;
   left: unset;
}
.i18n-ar .zs_import .zs_contentpart {
    left: 60px;
    right: unset;
}
.i18n-ar .zs_play_red {
    left: 51%;
    right: unset;
    transform: scale(-1);
}

/*** media query start ***/

@media only screen and (min-width: 1560px) {
.zs_showbanner {
    width: 100%;
    min-height: 1020px;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 50px 0 0;
    top: -135px;
    background: #fff url(/sites/zweb/images/show/show-extension-banner-l.jpg) center bottom no-repeat;
    background-size: auto 1100px;
}
.zs_bannercontent .zs_contentpart {
    width: 45%;
    top: 360px;
    right: -65px;
}
.zs_banner_img img{
   display:none;
}
.zs_play_red {
    right: 73%;
    bottom: -80%;
}
}


@media only screen and (max-width: 1279px) {
    .zs_sectioncontainer {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1179px) {
    .zs_compatibility .zs_contentpart {
        max-width: 100%;
    }
.zs_banner_img img{
   display: block;
}
}

@media only screen and (max-width: 990px) {
    h1 {
        font-size: 32px;
        letter-spacing: 0;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    p {
        font-size: 18px;
    }
.zs_web_view
{
  display:none;
}
.zs_mobile_view
{
  display:block;
}
    .zs_paddingtop_small {
        padding-top: 20px;
    }
    .zs_paddingbottom_small {
        padding-bottom: 20px;
    }
    .zs_margintop_small {
        margin-top: 20px;
    }
    .zs_marginbottom_small {
        margin-bottom: 20px;
    }
    .zs_paddingtopbottom_small {
        padding: 20px 0;
    }
    .zs_margintopbottom_small {
        margin: 20px 0;
    }
    .mB40 {
        margin-bottom: 20px;
    }
    .mB50 {
        margin-bottom: 30px;
    }
    .zs_paddingtopbottom_large {
        padding: 30px 0;
    }
    .zs_btn_whatsnew {
        bottom: 50px;
    }
    .zs_twosection>div {
        width: 100%;
    }
    .zs_worktogether_one .zs_contentpart {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto;
        left: 0;
        padding-top: 50px;
    }
    .field-body h2,
    .one-col h2 {
        font-size: 30px !important;
        line-height: 1.35em !important;
        font-weight: 300;
        padding-bottom: 0;
        letter-spacing: 0 !important;
    }
    .zs_reversecontainer {
        display: inline-flex;
        flex-direction: column-reverse;
    }
    .zs_showbanner .zs_contentpart {
        left: 0;
        top: 0px;
        text-align: center;
        width: 100%;
        padding: 0;
        margin-bottom:40px;
    }
    .zs_bannercontent p,
    .zs_showhome h2,
    .zs_createpresent .zs_contentpart>div,
    .zs_worktogether_one .zs_contentpart>div,
    .zs_compatibility .zs_contentpart,
    .zs_compatibility .zs_contentpart>div,
    .zs_createpresent .zs_imagepart img,
    .zs_createpresent .zs_contentpart,
    .zs_androidapp .zs_contentpart,
    .zs_worktogether_one .zs_contentpart,
    .zs_androidtv .zs_imagepart img {
        max-width: 100%;
        width: 100%;
    }
.zs_compatibility .zs_headcontent p {
    width: 100%;
}
    .zs_compatibility .zs_contentpart .zs_formatdocs,
    .zs_compatibility .zs_contentpart .zs_importppt {
        padding: 0;
        margin: 30px 0 0;
        text-align: center;
    }
    .zs_createpresent .zs_imagepart img,
    .zs_androidtv .zs_imagepart img,
    .zs_androidapp .zs_contentpart {
        right: 0;
    }
    .zs_androidtv .zs_contentpart {
        left: 0;
    }
    .zs_tablecell,
    .zs_flex {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .zs_worktogether_one .zs_contentpart>div,
    .zs_createpresent .zs_contentpart,
    .zs_customslideshow,
    .zs_presenterview,
    .zs_androidtv .zs_contentpart,
    .zs_androidapp .zs_contentpart {
        margin: 30px auto;
        text-align: center;
    }
    .zs_androidtv .zs_imagepart,
    .zs_androidapp .zs_imagepart,
    .zs_compatibility .zs_imagepart {
        padding: 30px 0;
        text-align: center;
        max-width: 80%;
    }
    .zs_createpresent .zs_contentpart>div,
    .zs_worktogether_one .zs_contentpart>div {
        float: none;
        padding-bottom: 25px;
        margin: 20px auto 0;
    }
    .zs_customslideshow p,
    .zs_presenterview p,
    .zs_createpresent .zs_contentpart p,
    .zs_worktogether_one .zs_contentpart p,
    .zs_androidapp .zs_contentpart > p,
    .zs_androidtv .zs_contentpart>p,
    .zs_bannercontent p,
    .zs_headcontent p,
    .zs_compatibility .zs_formatdocs > p,
    .zs_compatibility .zs_importppt > p {
        max-width: 90%;
        margin: 10px auto;
    }
    .zs_worktogether_one .zs_imagepart {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zs_bannercontent p {
        margin: 40px auto 0;
    }
    .zs_androidapp .zs_imagepart img {
        max-width: 100%;
        right: 0;
    }
    .zs_androidtv .zs_contentpart {
        left: 0;
    }
    .zs_androidapp .zs_contentpart {
        width: 100%;
        right: 0;
    }
    .zs_androidmobile .zs_bannercontent p,
    .zs_ipadcss .zs_bannercontent p {
        padding-bottom: 20px;
    }
    .zs_androidmobile .zs_showbanner .zs_contentpart,
    .zs_ipadcss .zs_showbanner .zs_contentpart {
        margin-bottom: 30px;
    }
    .zs_android_playstore .zs_playstore,
    .zs_apple_appstore .zs_appstore, .zs_extension_webstore .zs_chromewebstore {
        display: block;
        margin: 0 auto;
    }
    .zs_androidapp .zs_imagepart img{
       right:0px;
    }
   .zs_chartvideo video{
       width:100%;
   }
   .zs_leftimage, .zs_rightimage{
         right: 0%;
         width: 100%;
   }
  .zs_playbutton.zs_keyplay {
    left: 40%;
    bottom: 10px;
}
.zs_androidapp .zs_imagepart .zs_extension_create_img{
   right:0;
 }
.zs_show_logo img{
    margin: 0px;
}
.zs_show_logo{
    right: 3.2%;
    top: 2.4%;
}
.zs_banner_img img{
    width: 70%;
    top: -60px;
    left: 0;
    margin:0 auto;
}
.zs_bannercontent{
  height:700px;
}
.zs_showbanner{
    padding: 64px 0 0;
}
.zs_extension_expanded {
    width: 210px;
    top: 14.3%;
}
.zs_play_red{
      position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zs_publish .zs_contentpart{
   width: 100%;
}
    .i18n-ar .zs_showbanner .zs_contentpart {
        padding-left: 0px;
        padding-right: 0px;
    }
    .i18n-ar .zs_play_red {
        right: 50%;
        transform: translate(-50%,-50%);
        left: unset;
    }
    .i18n-ar .zs_androidapp .zs_imagepart img {
        left: 0;
        right: unset;
    }
    .i18n-ar .zs_paddingtopbottom_small .zs_contentpart h2,.i18n-ar .zs_paddingtopbottom_small .zs_contentpart p,.i18n-ar .zs_contentpart p,.i18n-ar .zs_contentpart h2 {
        text-align: center;
    }
    .i18n-ar .zs_androidtv .zs_contentpart {
        right: 0;
        left: unset;
    }
    .i18n-ar .zs_androidapp .zs_contentpart {
        right: unset;
        left: 0;
    }
}




@media only screen and (min-width: 990px) and (max-width: 1080px) {
    h1 {
        letter-spacing: 0;
        line-height: 1.125em;
        font-size: 36px;
    }
    .zs_createpresent .zs_contentpart>div {
        width: 70%;
        float: right;
        margin: 0% 27% 5% 0%;
    }
    .zs_worktogether_one .zs_twocol {
        width: 100%;
    }
    .zs_worktogether_one .zs_contentpart>div {
        width: 80%;
        float: left;
        margin: 3% 0 4% 13%;
    }
    .zs_worktogether_one .zs_contentpart .zs_comments {
        float: none;
        margin: 0 auto;
    }
    .zs_worktogether_one .zs_contentpart>div {
        float: none;
        margin: 0 auto;
        padding-bottom: 40px;
        width: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .zs_androidapp .zs_imagepart,
    .zs_createpresent .zs_imagepart,
    .zs_compatibility .zs_imagepart,
    .zs_androidtv .zs_imagepart,
    .zs_showbanner .zs_imagepart,
    .zs_worktogether_one .zs_imagepart,
    .zs_customslideshow img,
    .zs_presenterview img {
        max-width: 80%;
    }

}



@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    .zs_androidapp .zs_imagepart,
    .zs_createpresent .zs_imagepart,
    .zs_compatibility .zs_imagepart,
    .zs_androidtv .zs_imagepart,
    .zs_showbanner .zs_imagepart,
    .zs_worktogether_one .zs_imagepart,
    .zs_customslideshow img,
    .zs_presenterview img {
        max-width: 90%;
    }
    .zs_createmagic {
        display: none;
    }
    video {
        width: 100%;
    }
    .zs_leftimage,
    .zs_rightimage {
        width: 100%;
    }
    .zs_playbutton.zs_keyplay {
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

.zs_leftimage,
.zs_rightimage {
    right: 0%;
}
.zs_publish .zs_contentpart{
  width:100%;
}
.zs_banner_img img{
    width: 80%;
    top: -60px;
    left: 0;
}
#mini-panel-product_menu .product-nav-links .menu li a {
    padding: 13px 20px!important;
}
#mini-panel-product_menu .content-wrap {
border-bottom: 1px solid #7da6dd;
}

.lang-ar .zs_highlight_one {
        right: 37%;
}
.lang-ar .zs_show_logo {
    right: 25px;
}
}

@media only screen and (max-width: 680px){
  div#header #block-panels-mini-product-menu a {
    color: black;
}
div#header #block-panels-mini-product-menu .dropdown-toggle{
 color: black;
}
}
@media only screen and (max-width: 479px) {
    .zs_androidapp .zs_imagepart,
    .zs_androidapp .zs_imagepart img,
    .zs_createpresent .zs_imagepart,
    .zs_compatibility .zs_imagepart,
    .zs_androidtv .zs_imagepart,
    .zs_showbanner .zs_imagepart,
    .zs_worktogether_one .zs_imagepart,
    .zs_customslideshow img,
    .zs_presenterview img {
        max-width: 100%;
    }

 .zs_show_logo {
    right: 7.8%;
    height: 14px;
    width: 21px;
    top: 5.9%;
}
.zs_highlight_one {
    height: 12px;
    width: 12px;
    top: 9.4%;
    right: 9%;
}
}
.lang-ar .zs_androidapp .zs_imagepart .zs_extension_create_img {
        left: 190px;
        right: unset;
}
.lang-ar .zs_androidapp .zs_contentpart {
        right: 80px;
}
.lang-ar .zs_headcontent h2,.lang-ar .zs_headcontent p ,.lang-ar .zs_headcontent.zs_center,.lang-ar .zs_sectioncontainer{
        text-align: center;
}
.lang-ar .zs_rightimage {
    left: -10%;
    right: unset;
}
.lang-ar .zs_import .zs_imagepart img {
        left: 260px;
        right: unset;
}
.lang-ar .zs_bannercontent .zs_sectioncontainer .zs_extension_webstore {
    text-align: right;
}
.lang-ar .zs_highlight_one {
        right: 3%;
}
.lang-ar .zs_show_logo {
    right: 32px;
}
.lang-ar .zs_publish .zs_contentpart {
    right: 70px;
}
.other-lang.lang-ar .zs_white_playbut span {
    margin: 0 544% -430% 0;
    height: 39px;
    width: 39px;
    background-position: 0px 0px;
    right: 22%;
}
.other-lang .zs_white_playbut span {
    margin: 0 0 -76% 0;
    height: 39px;
    width: 39px;
    background-position: 0px 0px;
    right:20%;
}
@media only screen and (max-width: 1560px) {
    .lang-ar .zs_androidapp .zs_contentpart {
            right: 0;
    }
}
@media only screen and (max-width: 990px) {
.lang-ar .zs_showhome h2,.lang-ar .zs_androidapp .zs_contentpart > p,.lang-ar .zs_bannercontent p,.lang-ar .zs_bannercontent h1{
    text-align: center;
}
}
 @media only screen and (max-width: 990px) and (min-width: 768px){
.lang-ar .zs_androidapp .zs_imagepart,.lang-ar .zs_createpresent .zs_imagepart,.lang-ar .zs_compatibility .zs_imagepart,.lang-ar .zs_androidtv .zs_imagepart,.lang-ar .zs_showbanner .zs_imagepart,.lang-ar .zs_worktogether_one .zs_imagepart,.lang-ar .zs_customslideshow img,.lang-ar .zs_presenterview img {
    max-width: 80%;
    text-align: center;
}
 }
@media only screen and (max-width: 990px){
.lang-ar .zs_androidapp .zs_contentpart {
    margin: 30px auto;
    text-align: center;
    width: auto;
    left: unset;
}
}
@media only screen and (max-width: 990px){
.lang-ar.zs_showbanner .zs_contentpart {
    left: 0;
    top: 0px;
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    padding-left: unset;
    padding-right: unset;
}
}

@media only screen and (max-width: 990px){
.lang-ar.zs_androidtv .zs_contentpart {
    left: 0;
    right: unset;
    width: auto;
    text-align: center;
}
}
@media only screen and (max-width: 990px){
.lang-ar.zs_androidapp .zs_contentpart > h2,.lang-ar .zs_androidapp .zs_contentpart > p{
    margin: 10px 10px 0 0;
    text-align: center;
}
}
@media only screen and (max-width: 990px){
.lang-ar.zs_show_logo img {
    margin: -20px;
}
}
@media only screen and (max-width: 990px){
.lang-ar .zs_showbanner .zs_contentpart {
    padding-left: 0%;
    padding-right: 0%;
    width: 90%;
}
}

@media only screen and (max-width: 990px){
.lang-ar .zs_import .zs_imagepart img {
    max-width: 100%;
    right: 0;
    left: unset;
}
}
@media only screen and (max-width: 990px){
.lang-ar .zs_rightimage {
    left: 0%;
    right: unset;
    width: 100%;
}
}
@media only screen and (max-width: 990px){
.lang-ar .zs_androidapp .zs_imagepart .zs_extension_create_img img {
    right: 180px;
}
}
.lang-ar .zs_extension_webstore {
    text-align: center;
}
@media only screen and (min-width: 1560px){
.lang-id .zs_play_red, .lang-nl .zs_play_red, .lang-pt-br .zs_play_red, 
.lang-es-xl .zs_play_red, .lang-fr .zs_play_red, .lang-vi .zs_play_red{
    bottom: -45%;
}
.lang-de .zs_play_red  {
    bottom: -67%;
}
.lang-th .zs_play_red {
        bottom: -55%;
}
.lang-jp .zs_play_red {
        bottom: -79%;
}
.lang-jp .zs_bannercontent .zs_contentpart {
       width: 46%;
}
}
