* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'proxima_nova_rgregular', 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: 'proxima_nova_rgregular', sans-serif;
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: 'proxima_nova_rgregular', sans-serif;
}


/*** Links ***/

a {
    text-decoration: none;
    outline: 0;
    transition: color ease .2s;
}


/*** 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: 'proxima_novasemibold', sans-serif;
    font-size: 42px;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #222;
}

h2 {
    font-family: 'proxima_novasemibold', sans-serif;
    font-size: 36px;
    line-height: 1.35em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-weight: normal;
    color: #272727;
}

h3 {
    font-family: 'proxima_novasemibold', sans-serif;
    font-size: 28px;
    line-height: 1.25em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-weight: normal;
    color: #333;
}

h4 {
    font-family: 'proxima_novasemibold', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 600;
}

h5 {
    font-family: 'proxima_novasemibold', sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-weight: normal;
}

h6 {
    font-family: 'proxima_nova_rgregular', sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
}

p {
    font-family: 'proxima_nova_rgregular', sans-serif;
    line-height: 1.5em;
    margin: 1em 0;
    font-size: 18px;
}

.clearfix:after {
    clear: both;
    display: table;
    content: "";
}

.product-header-top .expanded.dropdown .caret {
    background: url(/sites/default/files/cliq-arrow-icon.png) no-repeat -12px -48px;
}

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 {
    margin: 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_margintopbottom_large {
    margin: 50px 0;
}

.zs_center {
    text-align: center;
}

.zs_flex {
    display: flex;
    justify-content: center;
}
.zs_grid {
  display: grid;
  grid-template-columns: auto auto;
}


.zs_tablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.zs_inlineblock {
    display: inline-block;
    vertical-align: middle;
}

.zs_block {
    display: block;
}

.zs_table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.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;
}


/*****
* custom css
****/

.zs_svgicon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    fill: #fff;
}

.zs_androidtv .zs_imagepart img {
    position: relative;
    max-width: 120%;
    right: -15%;
}

.zs_androidapp .zs_imagepart img {
    max-width: 75%;
}

.zs_bggraphics {
    background: #FAFAFC;
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    transform: skew(0deg, 4deg);
}

.zs_showbanner .zs_contentpart {
    left: 0;
    top: 0;
    width: 34%;
    padding-right: 10px;
    padding-left: 0;
}
.zs_bannercontent .zs_imagepart {
    position: relative;
    left: -40px;
}

.zs_showbanner p {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 35px;
    margin-top: 10px;
    color: #333;
}

.zs_bannercontent p {
    margin: 40px 0 0;
    max-width: 100%;
    font-size: 20px;
}

.zs_createpresent .zs_videopart video {
  max-width: 110%;
  box-shadow: 0 0 0 0 #fff;
  border: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.zs_createpresent .zs_videopart .tabContent {
  position: relative;
  right: 30px;
  top: 40px;
}


.zs_createpresent .zs_contentpart {
    width: 54%;
}



.zs_createpresent .zs_contentpart ul.insert-links > li {
  list-style: none;
  cursor: pointer;
  display: block;
}

/* .zs_createpresent.zs_mobile_view .zs_contentpart ul.insert-links > li {
  display: none;
}
.zs_createpresent.zs_mobile_view .zs_contentpart ul.insert-links > li.active {
  display: block;
} */


.zs_createpresent .zs_contentpart ul.insert-links > li a {
  width: 80%;
  padding: 0 0 0 35px;
  margin: 50px 0 0 0;
}
.zs_createpresent .zs_contentpart:before {
    content: "";
    height: 450px;
    position: absolute;
    border: 1px solid #F7F7F7;
    display: inline;
    z-index: 1;
    left: 2px;
}

.zs_createpresent .zs_contentpart ul.insert-links li.active:before {
  content: " ";
  height: 50px;
  display: inline;
  position: absolute;
  z-index: 1;
  border: 2px solid #505050;
  left: 1px;
  animation: linedraw 0.4s linear;
  animation-fill-mode: forwards;
  border-radius: 3px;
}

@keyframes linedraw {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


.zs_createpresent .zs_contentpart p {
  font-size: 16px;
  margin: 0;
  color: #333;
}

.zs_createpresent .zs_svgicon {
    margin: 5px 30px 0 0;
    width: 50px;
}


.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;
}

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: 65%;
    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_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/default/files/show/whats-new-arrow.svg) 1px 1px no-repeat;
}

.zs_androidapp .zs_imagepart img {
    max-width: 120%;
    right: 270px;
}

.mB40 {
    margin-bottom: 20px;
}

.zs_androidtv .zs_imagepart img {
    position: relative;
    max-width: 120%;
    right: 2%;
}

.zs_androidtv .zs_contentpart {
    left: 20px;
}

.zs_androidtv p {
    width: 84%;
}

.zs_androidapp .zs_contentpart {
    width: 40%;
    margin: 0 auto;
    right: -15px;
}

.mobile-link {
    padding-right: 25px;
}

@media only screen and (max-width: 1179px) {
    .zs_compatibility .zs_contentpart {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .zs_sectioncontainer {
        padding: 0 20px;
    }
}

@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_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_bannercontent .zs_imagepart {
       left: 0;
    }
    .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;
    }
    .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_videopart video,
    .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_contentpart .zs_formatdocs,
    .zs_compatibility .zs_contentpart .zs_importppt {
        padding: 0;
        margin: 30px 0 0;
        text-align: center;
    }
    .zs_createpresent .zs_videopart video,
    .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_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;
    }
}

@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: 100%;
    }
}

@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_createpresent .zs_videopart .tabContent {
      right: 0;
      top: 0;
    }
    .zs_createpresent .zs_contentpart ul.insert-links > li {
      cursor: default;
    }
    .zs_createpresent .zs_contentpart ul.insert-links > li a {
    width: 90%;
    padding: 0 0 0 55px;
    margin: 20px 0 0 0;
    }
    .zs_createpresent .zs_svgicon {
        margin: 10px 10px 0 0;
        width: 40px;
    }
   .zs_createpresent .zs_contentpart:before, 
    .zs_createpresent .zs_contentpart ul.insert-links li.active:before {
        display: none;
    }
    .zs_createpresent .zs_grid {
        display: inherit;
    }

}

@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_createpresent .zs_contentpart ul.insert-links > li a {
         width: 100%;
         padding: 0 0 0 5px;
     }
   
}

.lang-ar .zs_contentpart.zs_tablecell {
    padding-left: 20px;
    padding-right: 50px;
    left: -20px;
}
.lang-ar .zs_create_sec .zs_contentpart.zs_tablecell {
    right: -30px;
}

.lang-ar .zs_sectioncontainer .zs_headcontent h2, .lang-ar .zs_sectioncontainer .zs_headcontent h4, .lang-ar .zs_sectioncontainer .zs_headcontent p {
    text-align: center;
}
.lang-ar .zs_createpresent .zs_contentpart>div {
    float: left;
    margin: 3% 0% 2% 13%;
}
.lang-ar .zs_worktogether_one .zs_contentpart>div {
    float: right;
    margin: 30px 35px 10px 0px;
}
.lang-ar .zs_androidapp .zs_imagepart img {
    right: unset;
    left: 270px;
}
.lang-ar .zs_btn_whatsnew {
    right: unset;
    left: 0;
    border-radius: 0px 4px 4px 0px;
}
.lang-ar .zs_btn_whatsnew a{
    padding: 0 32px 0 16px;
}
.lang-ar .zs_btn_whatsnew a:before{
    left: unset;
    right: 15px;
    transform: rotateY(180deg);
}

/*** create present section ***/
.lang-ar .zs_createpresent .zs_videopart video {
    max-width: 120%;
    right: -40px;
}

/*** show for apple sec ***/
.lang-ar .zs_androidtv .zs_imagepart img{
    max-width: 105%;
}

/*** show for android sec ***/
.lang-ar .zs_androidapp .zs_imagepart img {
    left: 50px;
    max-width: 100%;
}

@media only screen and (max-width: 1300px){
   .lang-ar .zs_createpresent .zs_videopart video{
        max-width: 100%;
        right: -40px;
   }
   .lang-ar .zs_androidtv .zs_imagepart img{
        max-width: 100%;
    }
   .lang-ar .zs_androidapp .zs_imagepart img{
       left: 0px;
       max-width: 90%;
    }
}
@media only screen and (max-width: 990px){
.lang-ar .zs_customslideshow p, .lang-ar .zs_presenterview p, .lang-ar .zs_createpresent .zs_contentpart p, .lang-ar .zs_worktogether_one .zs_contentpart p, .lang-ar .zs_androidapp .zs_contentpart > p, .lang-ar .zs_androidtv .zs_contentpart>p, .lang-ar .zs_bannercontent p, .zs_headcontent p, .lang-ar .zs_compatibility .zs_formatdocs > p, .lang-ar .zs_compatibility .zs_importppt > p {
    max-width: 90%;
    margin: 10px auto;
}
.lang-ar .zs_createpresent .zs_contentpart>div{
   margin: 3% 0% 2% 0%;
   text-align: center;
}
.lang-ar .zs_create_sec .zs_contentpart.zs_tablecell{
    right: 0px;
}
.lang-ar .zs_contentpart.zs_tablecell{
    padding-left: 10px;
    padding-right: 10px;
    left: 0px;
}
.lang-ar .zs_worktogether_one .zs_contentpart>div{
    margin: 30px 0px 10px 0px;
    text-align: center;
}
.lang-ar .zs_createpresent .zs_videopart video{
   right : 0px;
}
}
