.pagewrapper {
    overflow: hidden;
}

.pagewrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.pagewrapper .content-wrap {
    max-width: 1280px;
    padding: 90px 0;
}

.act-btn {
    padding: 12px 30px;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-bold);
}
.zw-product-header{
        background: #26173a;
}

/*menu overwriiten*/

#block-panels-mini-product-menu {
    background: #26173A;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a,
#mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a,
#mini-panel-product_menu .product-nav-links .menu>li>a,
#mini-panel-product_menu .product-nav-links li .nolink,
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a {
    color: #fff;
}
.flex-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.text-center{
text-align:center ;
}
.iot-sprite{
    background:url(/sites/zweb/images/creator/iot-sprite.png) no-repeat;
}
/*banner*/
.banner {
    overflow: hidden;
    background: #26173A;
    color: #fff;
}
.pagewrapper .banner .content-wrap{
    padding-bottom:20px;
}
.banner-content{
    width: 100%;
}
.banner-content p{
    max-width: 780px;
    margin: 0 auto 20px;
}
.banner-content h1 span{
    display: block;
}
.bnr-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            position: relative;
}
.banner-img{
    background: url(/sites/zweb/images/creator/iot-map.png) no-repeat center;
    background-size:cover;
    width:100%;
    max-width: 1120px;
    margin: 20px auto 0;
    padding: 30px 0px 120px;
    position: relative;
}
.banner-user{
    position: absolute;
    z-index: 1;
    background-size: 295px 198px;
	width: 58px;
    height: 58px;
}
.user-one{
    background-position: 0 -1px;
    left: 30%;
    top: 0;
    -webkit-animation: updown 10s linear infinite;
            animation: updown 10s linear infinite;
}
.user-two{
    background-position: -59px -2px;
    left: 80%;
    top: 0;
    -webkit-animation: updown 14s linear infinite;
            animation: updown 14s linear infinite;
}
.user-three{
    background-position: -118px -1px;
    top: 20%;
    left: 60%;
    -webkit-animation: updown 18s linear infinite;
            animation: updown 18s linear infinite;
}
.user-four{
    background-position: -177px -1px;
    left: 27%;
    bottom: 20%;
    -webkit-animation: updown 16s linear infinite;
            animation: updown 16s linear infinite;
}
.user-five{
    background-position: -236px -1px;
    left: 55%;
    bottom: 30%;
    -webkit-animation: updown 18s linear infinite;
            animation: updown 18s linear infinite;
}
.banner-img .arrow-left{
    content: "";
    position: absolute;
    left: 35%;
    top: 11px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 1;
    border: 1px dashed #fff;
    border-radius: 50px;
    width: 100px;
    height: 1px;
}
.banner-img .arrow-left.right{
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
        -ms-transform: translate(-50%,-50%) rotate(180deg);
            transform: translate(-50%,-50%) rotate(180deg);
}
.arrow-shadow-left{
    content: "";
    position: absolute;
    width: 210px;
    height: 21px;
    left: 50%;
    top: 40%;
    overflow: hidden;
-webkit-animation: moveleft 5s infinite;
        animation: moveleft 5s infinite;
}
.arrow-shadow-left.right{
    top: 45%;
-webkit-animation: moveright 5s infinite;
        animation: moveright 5s infinite;
}
.banner-img .arrow-shadow-left:before{
    content: "";
    position: absolute;
    width: 140px;
    height: 21px;
    background-color: #2f1d46;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: all ease 2s;
    -o-transition: all ease 2s;
    transition: all ease 2s;
    z-index: 2;
    top: 0px;
    left: 0px;
}
.banner-img .arrow-shadow-left.right:before{
    left:auto;
    right: 80px;
}
.in-view .banner-img .arrow-shadow-left:before{
    left:-100%;
}
.in-view .banner-img .arrow-shadow-left.right:before{
    right: -100%;
    left: auto;
}
.banner-img .arrow-left:after{
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px dotted #fff;
    border-left: 2px dotted #fff;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: -6px;
    right: -5px;
}
.banner-img .arrow-left.right-side{
    left: 61%;
    top: 45%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.banner-img .arrow-left.right-side:after{
    -webkit-transform: rotate(310deg);
        -ms-transform: rotate(310deg);
            transform: rotate(310deg);
    left: -6px;
}
@-webkit-keyframes updown{
    0%{-webkit-transform:translateY(0);transform:translateY(0)}
    50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes updown{
    0%{-webkit-transform:translateY(0);transform:translateY(0)}
    50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@-webkit-keyframes moveright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100%{
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes moveright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100%{
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100%{
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes moveleft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100%{
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/* End Banner */
/* IOT application */
.iot-content{
    width:50%;
    padding-right: 5%;
}
.iot-content p{
    max-width: 500px;
}
.iot-img{
    width: 50%;
    position: relative;
    max-width: 510px;
    margin: 0;
    background: url(/sites/zweb/images/creator/iot-cloud-banner.png) no-repeat;
    height: 330px;
    background-position: 0;
    background-size: 1100px;
}
/* End IOT application */
/* Advantages */
.ziot-advantages p.text-center{
    max-width: 820px;
    margin: 0 auto 20px;
}
.ziot-advantages span{
    display: block;
}
.ziot-advantages-points{
    max-width:980px;
    margin:0 auto;
}
.ziot-advantages-points .flex-content{
    margin:0px -20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.ziot-advantages-lists{
    width:50%;
    padding:0px 20px;
    margin-top: 60px;
}
.ziot-advantages-lists .ziot-advantages-content{
    margin: 0 auto;
    max-width:400px;
}
.ziot-advantages-content div{
    min-height:167px;
}
.ziot-advantages-lists:nth-child(4) .ziot-advantages-content div{
    min-height:167px;
}
.ziot-advantages-content div img{
    max-width: 250px;
}
/* End Advantages */
/* Quotes */
.quotes{
    margin:60px 0px;
}
.ziot-quotes .content-wrap{
    max-width: 1150px;
    background-color: #FFF7EF;
    border-radius: 6px;
    padding: 120px 150px;
    margin-top:90px;
}
.ziot-quotes p{
    position: relative;
    font-size: 24px;
}
.ziot-quotes p:before,.ziot-quotes p:after{
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/creator/iot-sprite.png) no-repeat;
	width: 58px;
    height: 38px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
}
.ziot-quotes p:before{
    background-position: -1px -125px;
    top: -30px;
    left: -50px;
}
.ziot-quotes p:after{
    background-position: -78px -125px;
    bottom: -20px;
    margin-left: 10px;
}
/* End Quotes */
/* Low Code IOT */
.ziot-lowcode{
    background-color: #26173A;
    color: #fff;
}
.ziot-lowcode .flex-content{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top:60px;
}
.ziot-lowcode h2 span{
display: block;
}
.ziot-lowcode-content{
    width:50%;
    padding: 0 5%;
}
.ziot-lowcode-content:first-child{
    border-right:1px solid #4B3469;
}
.ziot-lowcode-content ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.ziot-lowcode-content ul li:before{
    content: "";
    position: absolute;
    left:0px;
    top: 8px;
    height:8px;
    width:8px;
    background-color: #fff;
    border-radius: 50px;
}
.iot-software{
    background-size: 295px 198px;
	width: 92px;
    height: 98px;
    background-position: -2px -95px;
    display: block;
    margin-bottom: 20px;
}
.iot-lowcode{
    background-size: 295px 198px;
	width: 116px;
    height: 87px;
    background-position: -110px -95px;
    display: block;
    margin-bottom:28px;
}
/* End Low Code IOT */
/* Offers */
.pagewrapper .ziot-offers .content-wrap{
    max-width: 1150px;
}
.ziot-offers .iot-img{
    max-width: 370px;
    background: none;
    height: auto;
}
/* End Offers */
/* IOT applications */
.ziot-application .flex-content{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.zio-app-content{
    width:50%;
    padding-right: 10%;
    margin-top: 40px;
position: relative;
}
.zio-app-content .sticky-content{
       position: absolute;
    max-width: 520px;
    z-index: 1;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    top: 0px;
}
.zio-app-content .sticky-content.sticky-content-fixed{
           position: fixed;
    top: 70px;
}
.zio-app-lists{
    width:40%;
}
.ziot-app-points{
    padding: 50px 45px 30px 45px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 8px;
    margin-top: 20px;
}
.zio-app-lists.active-one .ziot-app-points:nth-child(1),
.zio-app-lists.active-two .ziot-app-points:nth-child(2),
.zio-app-lists.active-three .ziot-app-points:nth-child(3),
.zio-app-lists.active-four .ziot-app-points:nth-child(4){
    -webkit-box-shadow: 1px 1px 20px #00000029;
            box-shadow: 1px 1px 20px #00000029;
}
.ziot-app-points p{
    max-width: 450px;
}
/* End IOT applications */
/* IOT Development */
.ziot-development{
    background-color: #000;
    color: #fff;
}
.ziot-development .dev-descp{
    max-width: 600px;
    margin: 0 auto 20px;
}
.ziot-development .flex-content{
    padding: 50px;
    border-bottom: 1px solid #797474;
}
.ziot-development .flex-content:nth-child(5) {
    border-bottom: none;
}
.count{
    width:40%;
    text-align: center;
}
.count span{
    color: #F22828;
    font-size: 130px;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #861010;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-family: var(--primaryfont-bold);
}
.dev-content{
    width:60%;
    padding-right: 15%;
}
.dev-content h4,.dev-content p{
    color: #7b7575;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.ziot-dev-lists{
    max-width: 1150px;
    margin: 0px auto;
}
.ziot-dev-lists.active-one .flex-content:nth-child(1) h4,.ziot-dev-lists.active-one .flex-content:nth-child(1) p,
.ziot-dev-lists.active-two .flex-content:nth-child(2) h4,.ziot-dev-lists.active-two .flex-content:nth-child(2) p,
.ziot-dev-lists.active-three .flex-content:nth-child(3) h4,.ziot-dev-lists.active-three .flex-content:nth-child(3) p,
.ziot-dev-lists.active-four .flex-content:nth-child(4) h4,.ziot-dev-lists.active-four .flex-content:nth-child(4) p,
.ziot-dev-lists.active-five .flex-content:nth-child(5) h4,.ziot-dev-lists.active-five .flex-content:nth-child(5) p{
    color: #fff;
}
.ziot-dev-lists.active-one .flex-content:nth-child(1) .count span,.ziot-dev-lists.active-two .flex-content:nth-child(2) .count span,.ziot-dev-lists.active-three .flex-content:nth-child(3) .count span,
.ziot-dev-lists.active-four .flex-content:nth-child(4) .count span,.ziot-dev-lists.active-five .flex-content:nth-child(5) .count span{
    -webkit-text-fill-color: initial;
}
/* End IOT Development */
/* CTA */
.ziot-cta{
    text-align: center;
    background-color: #26173A;
    color: #fff;
}
.ziot-cta h2{
    max-width: 700px;
    margin: 0 auto 15px;
}
/* End CTA */
/*FAQ*/
.faq h2 {
    text-align: center;
    margin-bottom: 60px;
}

.faq h2:before {
    display: block;
    content: '';
    background: url(/sites/zweb/images/creator/home/red-faq-icon.png) no-repeat;
    width: 90px;
    height: 70px;
    background-size: 100%;
    margin: auto;
}

.faq-wrap {
    max-width: 980px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #d3d3d3;
}

.faq-item:first-child .faq-ans {
    display: block;
}

.faq-ans {
    display: none;
    padding-bottom: 10px;
    padding-left: 42px;
}

.faq-item h4 {
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
    padding: 20px 0px 20px 40px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    color: #000;
}

.faq-item h4:hover {
    color: #555;
}

.faq-item h4:before,
.faq-item h4:after {
    content: '';
    position: absolute;
    background: #ea5154;
}

.faq-item:hover h4:before,
.faq-item:hover h4:after {
    background: #555;
}

.faq-item h4:before {
    left: 0px;
    top: 35px;
    height: 2px;
    width: 16px;
}

.faq-item h4:after {
    left: 7px;
    width: 2px;
    top: 28px;
    height: 15px;
}

.faq-item.active h4:after {
    height: 0px;
}


@media all and (min-width:1200px) {
    .bnr-left p {
        font-size: 20px
    }
    .inup1,
    .inup2,
    .inup3,
    .inup4,
    .inup5,
    .inup6,
    .inup7,
    .inup8 {
        -webkit-transform: translate3d(0px, 40px, 0);
        transform: translate3d(0px, 40px, 0);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        -o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    }
    .in-view .inup1,
    .in-view .inup2,
    .in-view .inup3,
    .in-view .inup4,
    .in-view .inup5,
    .in-view .inup6,
    .in-view .inup7,
    .in-view .inup8 {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
    .fadeinup1,
    .fadeinup2,
    .fadeinup3,
    .fadeinup4,
    .fadeinup5,
    .fadeinup6,
    .fadeinup7,
    .fadeinup8,
    .fadeinup9 {
        -webkit-transform: translate3d(0px, 60px, 0);
        transform: translate3d(0px, 60px, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
    }
    .fadeindown1 {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
    }
    .in-view .fadeinup1,
    .in-view .fadeinup2,
    .in-view .fadeinup3,
    .in-view .fadeinup4,
    .in-view .fadeinup5,
    .in-view .fadeinup6,
    .in-view .fadeinup7,
    .in-view .fadeinup8,
    .in-view .fadeinup9,
    .in-view .fadeindown1,
    .in-view .fadeindown2,
    .in-view .fadeindown3,
    .in-view .fadeindown4 {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .fadeindown1,
    .fadeinup1,
    .inup1,
    .bnrimg1,
    .bnrimg4 {
        -webkit-transition-delay: 100ms;
        -o-transition-delay: 100ms;
           transition-delay: 100ms;
    }
    .fadeindown2,
    .fadeinup2,
    .inup2,
    .bnrimg2,
    .bnrimg5 {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
           transition-delay: 300ms;
    }
    .fadeindown3,
    .fadeinup3,
    .inup3,
    .bnrimg3,
    .bnrimg6 {
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
           transition-delay: 500ms;
    }
    .fadeinup4,
    .inup4 {
        -webkit-transition-delay: 700ms;
        -o-transition-delay: 700ms;
           transition-delay: 700ms
    }
    .fadeinup5,
    .inup5 {
        -webkit-transition-delay: 900ms;
        -o-transition-delay: 900ms;
           transition-delay: 900ms
    }
    .fadeinup6,
    .inup6 {
        -webkit-transition-delay: 1100ms;
        -o-transition-delay: 1100ms;
           transition-delay: 1100ms
    }
    .fadeinup7,
    .inup7 {
        -webkit-transition-delay: 1300ms;
        -o-transition-delay: 1300ms;
           transition-delay: 1300ms
    }
    .fadeinup8,
    .inup8 {
        -webkit-transition-delay: 1500ms;
        -o-transition-delay: 1500ms;
           transition-delay: 1500ms
    }
    .fadeinup9,
    .inup9 {
        -webkit-transition-delay: 1700ms;
        -o-transition-delay: 1700ms;
           transition-delay: 1700ms
    }
}

@media all and (min-width:1400px) {
    .i18n-en h1 {
        font-size: 50px
    }
    .i18n-en h2 {
        font-size: 36px
    }
}
@media all and (min-width:992px) and (max-width:1199px) {

    .pagewrapper .content-wrap {
        width: 94%;
    }
/*IOT Applications*/
.zio-app-content .sticky-content{
    max-width: 400px;
}
/*End IOT Applications*/
}
@media(max-width:1199px){
/*IOT Application*/
.iot-img{
    background-size: 770px;
}
/*End IOT Application*/
}
@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }
    /* IOT Development */
    .ziot-development .flex-content{
        padding: 50px 0px;
    }
    /* End IOT Development */
    /* IOT applications */
    .zio-app-content{
        padding-right: 5%;
    }
    .zio-app-lists{
        width:50%;
    }
    .ziot-app-points{
        padding: 40px 35px 25px 35px;
    }
    /* End IOT applications */
/*Quotes*/
.pagewrapper .ziot-quotes .content-wrap{
padding:60px;
}
/*End Quotes*/
}
@media(min-width:768px) and (max-width:991px){
/*IOT Applications*/
.zio-app-content .sticky-content{
    max-width: 340px;
}
/*End IOT Applications*/
}
@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px
    }
    /* Banner */
    .banner-user{
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
        -webkit-animation: none;
                animation: none;
    }
    .banner-img{
        padding: 30px 0px 50px;
        margin: 20px auto 0;
    }
    .arrow-shadow-left{
    -webkit-transform: scale(0.6) translate(-50%,-50%);
        -ms-transform: scale(0.6) translate(-50%,-50%);
            transform: scale(0.6) translate(-50%,-50%);
    left: 50%;
    -webkit-animation: none;
            animation: none;
    }
.arrow-shadow-left.right{
-webkit-animation: none;
        animation: none;
}
.banner-img .arrow-left.right{
       -webkit-transform: translate(-35%,-50%) rotate(180deg) scale(0.8);
           -ms-transform: translate(-35%,-50%) rotate(180deg) scale(0.8);
               transform: translate(-35%,-50%) rotate(180deg) scale(0.8);
}
.banner-img .arrow-left{
        -webkit-transform: scale(0.8) translate(-50%,-50%);
            -ms-transform: scale(0.8) translate(-50%,-50%);
                transform: scale(0.8) translate(-50%,-50%);
}
    /* End banner */
    /* IOT application */
    .iot-content{
        width:100%;
        padding-right: 0;
    }
    .iot-img{
        display:none;
    }
.iot-content p{
margin-bottom:0px;
}
    /* End IOT application */
    /* Advantages */
    .ziot-advantages-lists{
        width: 100%;
    margin-top: 30px;
    }
    /* End Advantages */
    /* IOT Development */
    .ziot-development .flex-content{
        padding:10px 0;
    }
    .count{
        width:100%;
        text-align: left;
    }
    .dev-content{
        width:100%;
        padding-right: 0px;
    }
    .count span{
        -webkit-text-fill-color: initial;
        font-size: 50px;
    }
    .dev-content h4, .dev-content p{
        color: #fff;
    }
    /* End IOT Development */
    /* Quotes */
    .ziot-quotes p{
        font-size: 20px;
    }
    .ziot-quotes p:before{
        left: -20px;
    }
.pagewrapper .ziot-quotes .content-wrap{
    padding: 60px 40px;
}
    /* End Quotes */
    /* Advantages */
    .ziot-advantages-content div,.ziot-advantages-lists:nth-child(4) .ziot-advantages-content div{
        min-height: auto;margin-bottom:20px;
    }
    /* End Advantages */
    /* IOT applications */
    .zio-app-content{
        width:100%;
        padding-right: 0;
    margin-top: 0;
    }
    .zio-app-lists{
        width:100%;
    }
.ziot-app-points{
    -webkit-box-shadow: 1px 1px 20px #00000029;
            box-shadow: 1px 1px 20px #00000029;
    margin-top: 30px;
}
.zio-app-content .sticky-content.sticky-content-fixed,.zio-app-content .sticky-content{
    position: relative;
    top: 0;
}
    /* End IOT applications */
    /* Low Code IOT */
    .ziot-lowcode-content{
        width:100%;
    }
    .ziot-lowcode-content:first-child{
        border:none;
        margin-bottom:40px;
    }
    /* End Low Code IOT */
    /* Offers */
    .ziot-offers .iot-content p{
        max-width:none;
    }
.ziot-offers .iot-img{
display:block;
    background: none;
    width: 80%;
    margin: 40px auto 0;
max-width: 400px;
}
    /* End Offers */
}