.features-banner-wrap {
    padding: 0;
}

.two-col {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.two-col .content__part,
.two-col .image__part {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
}

.two-col .image__part img {
    position: relative;
}

.left-image .image__part img {
    position: relative;
    max-width: 120%;
    left: -15%;
}

.right-image .content__part {
    width: 45%;
    padding-right: 60px;
}

.right-image .image__part img {
    position: relative;
    max-width: 120%;
    right: -15%;
}

.section.show-banner {
    padding-top: 0;
}

.show-banner .bg-circle {
    width: 30em;
    height: 30em;
    position: absolute;
    z-index: -1;
    border: 100px solid #FCFCFD;
    right: -8%;
    top: -25%;
    display: block;
    border-radius: 50%;
}

.show-banner p {
    width: 70%;
    padding-top: 0px;
    padding-bottom: 35px;
    margin-top: 10px;
    color: #333;
    font-size: 17px;
}

.show-banner .image__part {
    text-align: center;
}

.show-banner .image__part img {
    max-width: 110%;
    right: 5%;
}

.show-banner .content__part {
    top: -20px;
    left: 0px;
}

.features-banner-wrap h1 {
    max-width: 980px;
    color: #222;
    text-align: left;
    font-size: 44px;
}

.features-banner-wrap p {
    text-align: left;
    width: 70%;
    margin: 60px 0 20px;
    max-width: 980px;
    color: #222;
    text-align: left;
}

.features-banner-content .banner-illustration {
    float: right;
    width: 55%;
    margin-top: -440px;
}

.features-banner-content {
    text-align: left;
    max-width: 95%;
    margin: 90px auto 20px;
}

.features-banner-content .cta-btn {
    margin: 30px 0 100px;
    font-size: 17px;
}

.features-banner-content p {
    font-size: 18px;
    margin: 30px 0 0;
    max-width: 980px;
    line-height: 1.5em;
}

.feature-title-icons {
    margin-top: 80px;
    text-align: center;
}

.cont-part p {
    max-width: 850px;
    font-size: 18px;
    line-height: 1.5em;
}

.features-item .cont-part h2 {
    font-size: 36px;
    line-height: 1.3em;
}

.features-item .content-wrap {
    max-width: 1170px;
    overflow: visible;
}

.bottom-cta-wrap {
    display: none;
}

.features-item.left-image .content-wrap>div.cont-part {
    width: 40%;
}

.features-item.right-image .content-wrap>div.cont-part {
    width: 40%;
}

h2.section-heading {
    font-size: 36px;
    line-height: 1.3em;
    width: 90%;
    margin: 0 auto 28px;
}

h2.section-heading:after {
    content: "";
    position: relative;
    width: 90px;
    height: 4px;
    margin: 0 auto;
    display: block;
    left: 0;
    bottom: -25px;
    background: #c94038;
    border-radius: 5px;
}

.sticky-nav {
    margin: 0 auto;
    position: relative;
    top: 0;
    overflow: hidden;
}

.sticky-nav a {
    color: #2d2d2d;
    background: #fff;
    padding: 30px 40px 15px;
    border-bottom: 1px solid #979797;
    line-height: normal;
    font-family: var(--zf-primary-semibold);
    font-size: 18px;
}

.sticky-nav a span {
    background: url(/sites/zweb/images/show/show-features-icons-1.png) 0 0 no-repeat;
    display: block;
    width: 48px;
    height: 48px;
    background-size: 48px auto;
    margin: 0 auto;
}

.sticky-nav a:nth-child(2) span {
    background-position: center -48px;
    background-size: 48px auto;
}

.sticky-nav a:nth-child(3) span {
    background-position: center -94px;
    background-size: 48px auto;
}

.sticky-nav a:nth-child(4) span {
    background-position: center -139px;
    background-size: 48px auto;
}

.sticky-nav.fixed {
    position: fixed;
    top: 50px;
    left: 0;
    transform: inherit;
    z-index: 99;
    width: 100%;
    text-align: center;
    background: #436CA4;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}

.sticky-nav.fixed a {
    color: #FFFFFF;
    background: none;
    border: none;
    padding: 4px 0;
    margin: 12px 30px;
}

.sticky-nav.fixed a.active {
    border-bottom: 1px solid #FFFFFF;
}

.sidenav {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 30%;
    transition: all 0.3s ease-in-out;
}

.sidenav.fixed {
    display: block;
    position: fixed;
    opacity: 1;
    visibility: visible;
    right: 0;
    top: 30%;
    z-index: 112;
}

.sidenav a {
    position: relative;
}

.sidenav a {
    padding: 12px 12px 12px 55px;
    min-width: 100px;
    text-decoration: none;
    font-size: 17px;
    color: #FFF;
    border-radius: 5px 0px 0px 5px;
    z-index: 999;
    cursor: pointer;
    right: -112px;
    display: block;
    margin: 10px 0;
    transition: all 0.3s ease-in-out;
}

.sidenav a:before {
    background: url(/sites/zweb/images/show/show-features-icons-white.png) 0 0 no-repeat;
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 32px;
    height: 32px;
    background-size: 32px auto;
}

.sidenav a:nth-child(2):before {
    background-position: 0 -32px;
}

.sidenav a:nth-child(3):before {
    background-position: 0 -64px;
}

.sidenav a:nth-child(4):before {
    background-position: 0 -96px;
}

#create,
#create.active {
    background-color: #4CAF50;
}

#design,
#design.active {
    background-color: #2196F3;
}

#collaborate,
#collaborate.active {
    background-color: #f44336;
}

#deliver,
#deliver.active {
    background-color: #E99302;
}

#mySidenav a.active,
#mySidenav a:hover,
#mySidenav a.active {
    right: 0;
}

.features-item .content-wrap {
    padding-bottom: 0px;
}

.features-item.bottom-image .cont-part,
.features-item.middle-image .cont-part {
    max-width: 100%;
}

.features-item .cont-part p a,
.features-item .cont-part p+a {
    text-decoration: none;
}

.image-part>div img,
.image-part>div video {
    transition: all 0.8s ease 0s;
    box-shadow: none;
    border: none;
}

.new_img {
    margin-top: 50px;
}

.features-item .image-part {
    overflow: visible;
}

.features-item.left-image .content-wrap>div.image-part img {
    max-width: 170%;
    left: -80%;
    position: relative;
}

#features-11 .image-part img {
    cursor: pointer;
}

.features-item.right-image .content-wrap>div.image-part img {
    max-width: 170%;
    right: -5%;
    position: relative;
}

#features-1 .content-wrap {
    padding: 0px;
}

#features-3,
#features-4,
#features-6,
#features-12,
#features-11,
#features-16 {
    position: relative;
}

#features-3 span.bg-graphics,
#features-6 span.bg-graphics,
#features-11 span.bg-graphics,
#features-12 span.bg-graphics,
#features-16 span.bg-graphics {
    background: #fafbfc;
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    transform: skew(0deg, 5deg);
}

#features-3 {
    margin-top: 30px;
}

#features-4 {
    margin-top: 50px;
}

#features-4 .content-wrap {
    width: 100%;
}

#features-5 .image-part {
    margin-top: -80px;
    z-index: -1;
    position: relative;
}

#features-5 .promo-wrap {
    margin-top: -60px;
}

#features-6 span.bg-graphics {
    margin-top: -65px;
}

#features-6 .image-part img {
    max-width: 150%;
    left: -60%;
}

#features-7,
#features-8,
#features-9,
#features-10,
#features-17,
#features-18 {
    background: #fafbfc;
}

#features-7,
#features-12,
#features-11 {
    padding-top: 85px;
    margin-top: -115px;
}

#features-13 .promo-wrap {
    margin-top: 80px;
}

svg.circle-animation {
    position: absolute;
    left: 15%;
    top: -6%;
}

#features-12 span.bg-graphics {
    margin-top: -20px;
    transform: skew(0deg, -5deg);
}

#features-14 .image-part img {
    max-width: 100%;
}

#features-16 .image-part video {
    max-width: 1000px;
}

#features-16 span.bg-graphics {
    margin-top: -50px;
}

#features-17 {
    padding-top: 160px;
    margin-top: -160px;
}

#features-17 .two-sections {
    padding: 50px 0 0;
    display: flex;
    justify-content: center;
}

#features-17 .two-sections>div {
    width: 50%;
    text-align: center;
}

#features-17 .presenter-view img {
    max-width: 80%;
}

#features-17 .custom-slideshow h3,
#features-17 .presenter-view h3 {
    font: 26px/1.3 var(--zf-primary-semibold);
    margin: 30px 0 20px;
    line-height: 1.3em;
}

#features-17 .custom-slideshow>p,
#features-17 .presenter-view>p {
    max-width: 400px;
    margin: 0 auto;
}

#features-18 {
    padding: 50px 0;
    margin-top: -20px;
}

#features-18 .image-part {
    overflow: visible;
}

#features-18 .image-part>div {
    padding: 20px 0 0;
}

#features-18 .image-part img {
    max-width: 130%;
    left: -20%;
    position: relative;
}

#features-18 .image-part {
    max-width: 100%;
    margin: 0;
}

#features-18 .image-part>div {
    padding: 0;
}

#features-20 .image-part>div {
    padding: 0;
}

#features-20 .cont-part,
#features-20 .l-m {
    margin: 0;
}

#features-19 .image-part img {
    max-width: 77%;
    margin-top: 30px;
}

#features-20,
#features-21 {
    margin-top: 40px;
}

#features-20 .image-part {
    max-width: 1030px;
    margin: 0 0 0 140px;
}

#features-21 .image-part {
    max-width: 1030px;
    margin: 0 0 0 115px;
}

#features-13 .content-wrap>div.image-part img {
    max-width: 90%;
    left: auto;
}

#features-22 {
    padding-bottom: 60px;
}

#features-22 .content-wrap>div.image-part img {
    max-width: 80%;
    left: auto;
}

.insert-section {
    margin-top: 60px;
}

section.insert-section p {
    font-size: 12px;
}

.play-store {
    background: url(/sites/zweb/images/show/app_badge_google.png) 0 0 no-repeat;
    background-size: 135px 40px;
    font-size: 0;
    width: 135px;
    height: 40px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.app-store {
    background: url(/sites/zweb/images/show/mobile-appstore-badge-en.svg) 0 0 no-repeat;
    background-size: 135px 40px;
    font-size: 0;
    width: 135px;
    height: 40px;
    display: inline-block;
    margin: 0 10px 0 0;

}

.zs_playstore,
.zs_appstore {
    background: url(/sites/zweb/images/show/app_badge_google.png) 0 0 no-repeat;
    background-size: 135px 40px;
    width: 135px;
    height: 40px;
    display: inline-block;
    font-size: 0;
}

.zs_appstore {
    background: url(/sites/zweb/images/show/mobile-appstore-badge-en.svg) 0 0 no-repeat;
}

.zs_mobileapp .create-new-btn,
.zs_android_playstore,
.zs_apple_appstore {
    display: none;
}

.zs_androidmobile .zs_android_playstore,
.zs_ipadcss .zs_apple_appstore {
    display: block;
}

.zs_androidmobile .features-banner-content p,
.zs_ipadcss .features-banner-content p {
    padding-bottom: 20px;
}

/* themes carousel */

.slide_image {
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
}

.zlang-container .zlang-text {
    display: none;
}

.slideshow1 {
    height: 220px;
    width: 100%;
    position: relative;
    animation: slides 160s infinite;
    animation-timing-function: linear;
    display: inline;
    transition: 0.5s;
}

@keyframes slides {
    0% {
        left: 0em;
        top: 0em;
    }

    100% {
        left: -226.5em;
        top: 0em;
    }
}

.imagesbackground {
    width: 320px;
    height: 183px;
    margin: 30px 10px;
    transition: 0.4s;
}

.imagesbackground:hover {
    transition: 0.4s;
    transform: scale(1.1);
}

.slide_images {
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.slideshow2 {
    height: 220px;
    width: 100%;
    left: -20em;
    position: absolute;
    animation: slides1 120s infinite;
    animation-timing-function: linear;
    display: inline;
    transition: 0.4s;
}

@keyframes slides1 {
    0% {
        left: -3em;
    }

    100% {
        left: -233em;
        top: 0em;
    }
}

.header-2 {
    padding: 0;
    margin: 0;
    height: 100%;
}

.imagesbg {
    width: 325px;
    height: 183px;
    margin: 30px 10px;
    transition: 0.4s;
}

.imagesbg:hover {
    transition: 0.4s;
    transform: scale(1.1);
}

/*insert section */

.editor-bg {
    max-width: 1280px;
    margin: 0 auto;
}

#features-4 .insert-section ul {
    margin: 0px 0px;
    height: 83px;
}

#features-4 .insert-section ul li {
    margin: 6px 20px;
    padding: 14px 10px;
    background: none;
    font-size: 11px;
}

.insert-section .insert-links {
    display: flex;
    margin: auto;
    justify-content: center;
    background: #fff;
    box-shadow: 1px 1px 1px 0px #f5f5f5;
}

.insert-section ul.insert-links li {
    list-style: none;
    float: left;
    margin: 25px 20px;
    height: 29px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    color: #777777;
}

.insert-section ul.insert-links li span {
    white-space: nowrap;
}

.insert-section ul.insert-links li a {
    color: #555;
}

.insert-section ul.insert-links li.selected a {
    color: #DF5452;
}

.insert-links .tabContent div {
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 30;
}

.insert-section .text-img {
    background-image: url(/sites/zweb/images/show/text-drop_down.png);
    height: 33.5em;
    width: 50.5em;
    margin: -64px 0 0 -110px;
}

.insert-section .shape-img {
    background-image: url(/sites/zweb/images/show/show-shapes-drop_down.png);
    height: 37em;
    width: 54em;
    margin: -65px 0 0 -250px;
}
.insert-section .chart-img {
    background-image: url(/sites/zweb/images/show/show_insert_table_drop_down.webp);
    height: 42.5em;
    width: 50.5em;
    margin: -70px 0 0 -280px;
}

.insert-section .media-img {
    background-image: url(/sites/zweb/images/show/show-media-drop_down.webp);
    height: 58em;
    width: 55em;
    margin: -71px 0 0 -270px;
}

.insert-section .add-on-img {
    background-image: url(/sites/zweb/images/show/show-add_ons-drop_down.webp);
    height: 58em;
    width: 55em;
    margin: -62px 0 0 -490px;
}

.add-ons {
    white-space: nowrap;
    margin: -5px;
}

.line {
    height: 67px;
    width: 90px;
    position: absolute;
    top: 28px;
    left: 470px;
    background-image: url(/sites/zweb/images/show/line.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.insert-section div[class$="sup"] {
    height: 67px;
    width: 90px;
    position: relative;
    background-size: 100%;
    z-index: 30;
    background-image: url(/sites/zweb/images/show/line.png);
    z-index: 40;
    opacity: 0;
}

.insert-links li.selected div[class^="line1"] {
    top: -52px;
    left: -28px;
    opacity: 1;
}

.insert-links li.selected div[class^="line2"] {
    top: -53px;
    left: -30px;
    opacity: 1;
}

.insert-links li.selected div[class^="line3"] {
    top: -52px;
    left: -28px;
    opacity: 1;
}

.insert-links li.selected div[class^="line4"] {
    top: -52px;
    left: -29px;
    opacity: 1;
}

.insert-links li.selected div[class^="line5"] {
    top: -52px;
    left: -23px;
    opacity: 1;
}

.insert-links li.selected div[class^="line6"] {
    top: -52px;
    left: -23px;
    opacity: 1;
}

.editors {
    min-height: 520px;
    width: 100%;
    position: relative;
    background-image: url(/sites/zweb/images/show/editor-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.image-part>div {
    padding: 20px 0;
}


/*** bottom create presentation add ***/
#features-23 .content-wrap {
    padding: 0px 0;
}

.zs_marginbottom {
    margin-bottom: 70px;
}

.zs_androidapp .zs_imagepart img {
    max-width: 120%;
    right: 270px;
}
.i18n-ar .slideshow1 {
    animation: slides-arabic 160s infinite;
}

@keyframes slides-arabic {
    0% {
        right: 0;
    }
    100% {
        right: -226.5em;
    }
}
.i18n-ar .slideshow2 {
    animation: slides1-arabic 120s infinite;
}

@keyframes slides1-arabic {
    0% {
        right: -3em;
    }
    100% {
        right: -233em;
    }
}
.i18n-ar .features-item.right-image .content-wrap > div.image-part img {
    left: -5%;
    right: unset;
}
.i18n-ar .features-item .content-wrap {
    max-width: 1170px;
}
.i18n-ar #features-23 .create-new-btn {
    text-align: center;
}
@keyframes mobileslide-arabic {
    0% {
        right: 0;
        top: 0;
    }
    
    100% {
        right: -150em;
        top: 0;
    }
}
@keyframes mobileslide1-arabic {
    0% {
        right: -3em;
        top: 0;
    }
    
    100% {
        right: -153em;
        top: 0;
    }
}


@media only screen and (max-width: 1300px) {
    .editor-bg .right-pannel {
        height: 43em;
        width: 18.7em;
        float: inherit;
        left: 75em;
        position: absolute;
    }

    .editor-bg .left-pannel {
        position: absolute;
        left: 0px;
        height: 44em;
        float: inherit;
        width: 10.3em;
    }

    .insert-section .editor {
        height: 37em;
        width: 58em;
    }
}

@media only screen and (max-width: 991px) {

    #mySidenav a.active,
    #mySidenav a:hover,
    #mySidenav a.active {
        right: -112px;
    }

    .sidenav a {
        padding: 6px 6px 6px 52px;
    }

    .sidenav a:before {
        width: 28px;
        height: 28px;
        background-size: 28px auto;
        top: 6px;
    }

    #create,
    #design,
    #collaborate,
    #deliver {
        background: #747880;
    }

    #create.active {
        background-color: #4CAF50;
    }

    #design.active {
        background-color: #2196F3;
    }

    #collaborate.active {
        background-color: #f44336;
    }

    #deliver.active {
        background-color: #E99302;
    }

    .sidenav a:nth-child(2):before {
        background-position: 0 -28px;
    }

    .sidenav a:nth-child(3):before {
        background-position: 0 -57px;
    }

    .sidenav a:nth-child(4):before {
        background-position: 0 -83px;
    }

    .features-banner-wrap {
        margin-top: 120px;
    }

    .show-banner .image__part {
        padding-top: 30px;
        padding-bottom: 30px;
        display: inline-block;
    }

    .show-banner .image__part img {
        max-width: 90%;
        right: 0;
    }

    .features-banner-wrap .content__part {
        display: inline-block;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0;
    }

    .features-banner-wrap h1 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .features-banner-wrap p {
        text-align: center;
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    .features-banner-wrap .create-new-btn {
        float: none;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .features-banner-wrap h1,
    .features-banner-wrap p {
        width: 100%;
        text-align: center;
    }

    .features-banner-content {
        margin: 0 auto;
        text-align: center;
    }

    .features-banner-content .banner-illustration {
        float: none;
        width: 55%;
        margin-top: 0;
        margin: 0 auto;
    }

    .features-banner-content .cta-btn {
        margin: 0 0 50px;
    }

    .features-item.left-image .image-part,
    .features-item.right-image .image-part {
        max-width: 700px;
    }

    .features-item.left-image .content-wrap>div.cont-part,
    .features-item.right-image .content-wrap>div.cont-part {
        width: 100%;
    }

    .features-item.left-image .content-wrap>div.image-part img,
    #features-6 .image-part img {
        max-width: 100%;
        left: auto;
    }

    .features-item.right-image .content-wrap>div.image-part img {
        max-width: 100%;
        right: auto;
    }

    #features-16 .image-part video {
        max-width: 100%;
    }

    #features-17 .two-sections {
        padding: 20px 0;
        display: block;
    }

    #features-17 .two-sections>div {
        padding: 40px 0;
        width: 100%;
    }

    #features-17 .custom-slideshow img {
        max-width: 80%;
    }

    #features-17 .presenter-view img {
        max-width: 70%;
    }

    #features-17 .custom-slideshow>p,
    #features-17 .presenter-view>p {
        max-width: 90%;
    }

    #features-18 .image-part img {
        max-width: 120%;
        left: -10%;
    }

    #features-20 .image-part {
        margin-left: 55px;
    }

    #features-20 .image-part {
        margin-left: 40px;
    }

    #features-22.features-item.left-image .image-part,
    #features-21.features-item.right-image .image-part {
        max-width: 600px;
    }

    .editor-bg {
        max-width: 100%;
    }

    .insert-section .image-img {
        height: 41em;
        width: 44em;
        margin: -61px 0 0 -56px;
    }

    .editors {
        min-height: 425px;
    }

    #features-20 .image-part {
        margin-left: 0px;
    }

    #features-19 .image-part img {
        max-width: 95%;
        margin-top: 30px;
    }

    .zs_android_playstore .zs_playstore,
    .zs_apple_appstore .zs_appstore {
        display: block;
        margin: 0 auto;
    }

    .zs_createmagic,
    .create-new-btn {
        display: none;
    }

}

@media only screen and (max-width: 767px) {

    .features-banner-wrap .content-wrap,
    .insert-section {
        margin-top: 30px;
    }

    .features-banner-content .banner-illustration {
        width: 80%;
    }

    #features-3 {
        margin-top: 0;
    }

    .sticky-nav a {
        padding: 30px 5% 15px;
        font-size: 17px;
    }

    h2.section-heading {
        font-size: 34px;
    }

    .features-item .content-wrap {
        padding-top: 40px;
    }

    .features-item .cont-part h2 {
        font-size: 28px;
    }

    .features-item .cont-part>p {
        width: calc(100% - 50px);
        padding-left: 25px;
    }

    #features-22.features-item .cont-part>p {
        width: auto;
        padding-left: 0;
    }

    .feature-title-icons {
        margin-top: 50px;
    }

    #features-4 .insert-section ul li {
        margin: 6px 10px;
    }

    .imagesbackground {
        width: 155px;
        height: 87px;
    }

    .slide_image {
        height: 125px;
    }

    .slide_images {
        height: 120px;
    }

    .imagesbg {
        width: 155px;
        height: 87px;
        margin: 14px 10px;
    }

    .slideshow1 {
        animation: mobileslide 160s infinite;
        animation-timing-function: linear;
    }

    @keyframes mobileslide {
        0% {
            left: 0em;
            top: 0em;
        }

        100% {
            left: -150em;
            top: 0em;
        }
    }

    .slideshow2 {
        animation: mobileslide1 80s infinite;
        animation-timing-function: linear;
    }

    @keyframes mobileslide1 {
        0% {
            left: -3em;
            top: 0em;
        }

        100% {
            left: -153em;
            top: 0em;
        }
    }

    .insert-section .text-img {
        height: 19.5em;
        width: 29.5em;
        margin: -59px -76px;
    }

    .insert-section .image-img {
        height: 20em;
        width: 26em;
        margin: -59px -56px;
    }

    .insert-section .shape-img {
        height: 19em;
        width: 27em;
        margin: -59px -110px;
    }

    .insert-section .table-img {
        height: 16em;
        width: 14em;
        margin: -60px -67px;
    }

    .insert-section .chart-img {
        height: 15em;
        width: 23em;
        margin: -60px -120px;
    }

    .insert-section .media-img {
        height: 21em;
        width: 22em;
        margin: -62px -88px;
    }

    .insert-section ul.insert-links li a img {
          scale: 0.6;
     }

    .insert-section .add-on-img {
        height: 21em;
        width: 22em;
        margin: -62px -128px;
    }

    #features-4 .insert-section ul li {
        margin: 6px;
    }

    .insert-section div[class$="sup"] {
        height: 67px;
        width: 63px;
        background-repeat: no-repeat;
    }

    .insert-links li.selected div[class^="line1"] {
        top: -34px;
        left: -7px;
    }

    .insert-links li.selected div[class^="line2"] {
        top: -34px;
        left: -8px;
    }

    .insert-links li.selected div[class^="line3"] {
        top: -34px;
        left: -9px;
    }

    .insert-links li.selected div[class^="line4"] {
        top: -35px;
        left: -10px;
    }

    .insert-links li.selected div[class^="line5"] {
        top: -35px;
        left: -7px;
    }

    .insert-links li.selected div[class^="line6"] {
        top: -37px;
        left: -8px;
    }

    .editors {
        min-height: 230px;
    }

    #features-3 span.bg-graphics,
    #features-6 span.bg-graphics,
    #features-12 span.bg-graphics,
    #features-16 span.bg-graphics {
        background: #fafbfc;
    }

    #features-7,
    #features-8,
    #features-9,
    #features-10,
    #features-17,
    #features-18 {
        background: #fafbfc;
    }

    #features-17 .two-sections>div {
        padding: 20px 0 40px;
    }

    #features-18 {
        padding: 0 0 20px;
    }

}

@media only screen and (min-width:992px) and (max-width: 1200px) {
    .editor-bg {
        max-width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width: 901px) {
    #features-7 {
        margin-top: -105px;
        padding-top: 85px;
    }

    #features-11 .feature-title-icons {
        margin-top: 110px;
    }

    #features-18 {
        padding-top: 0;
        margin-top: -30px;
    }

    .features-item .content-wrap>div.cont-part {
        max-width: 90%;
    }

}

@media only screen and (max-width: 599px) {
    h2.section-heading {
        font-size: 30px;
    }

    #features-5 .image-part {
        margin-top: -30px;
    }

    #features-12 .cont-part .embed-animation iframe {
        height: 100%;
    }

    #features-17 .two-sections {
        padding: 0;
    }

    #features-20 .image-part,
    #features-21 .image-part {
        margin-left: 15px;
    }

    #features-19 .image-part {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .sticky-nav a {
        padding: 0 4% 15px;
        font-size: 13px;
    }
    .insert-section .add-on-img {
        margin: -62px -181px;
     }
    .sticky-nav a span {
        width: 36px;
        height: 36px;
        background-size: 36px auto;
    }

    .sticky-nav a:nth-child(2) span {
        background-position: center -36px;
        background-size: 36px auto;
    }

    .sticky-nav a:nth-child(3) span {
        background-position: center -72px;
        background-size: 36px auto;
    }

    .sticky-nav a:nth-child(4) span {
        background-position: center -108px;
        background-size: 36px auto;
    }

    #features-17 .custom-slideshow img {
        max-width: 100%;
    }

    #features-17 .presenter-view img {
        max-width: 90%;
    }
}

@media only screen and (max-width: 375px) {
    .features-banner-content .cta-btn {
        font-size: 15px;
    }

    .features-banner-content .banner-illustration {
        width: 90%;
    }

    #features-5 .promo-wrap {
        margin-top: -20px;
    }

    #features-6 span.bg-graphics {
        margin-top: -150px;
    }

    #features-7 {
        padding-top: 170px;
        margin-top: -170px;
    }

    #features-12 {
        padding-top: 50px;
    }

    #features-12 .promo-wrap {
        margin-top: 70px;
    }

    #features-4 .content-wrap,
    #features-8 .content-wrap,
    #features-9 .content-wrap,
    #features-10 .content-wrap,
    #features-12 .content-wrap,
    #features-14 .content-wrap,
    #features-15 .content-wrap,
    #features-20 .content-wrap,
    #features-21 .content-wrap {
        padding-top: 0;
    }

    #features-16 span.bg-graphics {
        margin-top: -100px;
    }

    #features-22 {
        padding-bottom: 0;
    }
}

.i18n-ar #features-6 .image-part img {
    max-width: 150%;
    left: 60%;
}

.i18n-ar .features-item.left-image .content-wrap>div.image-part img {
    max-width: 170%;
    left: 80%;
}

.i18n-ar .feature-title-icons {
    margin-right: 49%;
}

.i18n-ar .custom-slideshow img {
    max-width: 100%;
}

.i18n-ar #features-17 .presenter-view h3 {
    text-align: center;
}

.i18n-ar #features-18 .image-part img {
    left: 20%;
}

.i18n-ar .features-banner-content h1 {
    text-align: right;
}

.i18n-ar .features-banner-content p {
    text-align: right;
}

.i18n-ar #features-17 .custom-slideshow h3 {
    text-align: center;
}


/* video popup start */
.zs_black_frame {
    transition: all 1s;
    overflow: auto;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: none;
    overflow: hidden;
}

.zs_black_overlay {
    position: absolute;
    opacity: 0.92;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    transition: 0.2s;
}

.zs_video_modalInner {
    max-width: 80%;
    width: 90%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 20px auto;
    position: relative;
    z-index: 9999;
}

.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;
    background: #000;
    box-shadow: 0px 0px 20px #0000001f;
}

.zs_video_close {
    position: absolute;
    top: 30px;
    cursor: pointer;
    right: 30px;
    z-index: 99999;
}

.zs_close_button {
    height: 25px;
    width: 25px;
}

/* video popup end */
.i18n-ar #features-6 .image-part img, 
.i18n-ar .features-item.right-image .content-wrap>div.image-part img,
.i18n-ar .features-item.left-image .content-wrap>div.image-part img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


@media (max-width: 991px) {
   .i18n-ar .show-banner h1, .i18n-ar .show-banner p,.i18n-ar h2#design-title,.i18n-ar div#features-6 .cont-part figure {
    text-align: center;
   }
   .i18n-ar .feature-title-icons {
    margin: 80px 0 0 auto;
}
}

@media only screen and (max-width: 767px) {
    .i18n-ar .features-item .cont-part>p {
        padding-right: 25px;
        padding-left: unset;
    }
    .i18n-ar .slideshow1 {
        animation: mobileslide-arabic 160s infinite;
        animation-timing-function: linear;
    }
    .i18n-ar .slideshow2 {
        animation: mobileslide1-arabic 80s infinite;
        animation
    }
}
