.pagewrapper .content-wrap {
    max-width: 1280px;
    padding: 90px 0;
}

.act-btn {
    padding: 12px 30px;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-bold);
}
.flex-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.app-dev-hightlight{
    color: #3952FF;
    position: relative;
}
.app-dev-sprite{
    background:url(/sites/zweb/images/creator/app-dev/app-dev-sprite.svg) no-repeat;
    background-size:1019px;
    display: block;
}
.green-lines,.yellow-lines,.triangle-lines,.app-dev-square,.app-dev-code{
    position: absolute;
    z-index: 1;
}
.green-lines,.yellow-lines{
    width: 40px;
}
.green-lines{
    height: 40px;
    background-position: -799px 0px;
}
.yellow-lines{
    height: 53px;
    background-position: -840px 0px;
}
.triangle-lines{
    width: 55px;
    height: 72px;
    background-position: -930px 0px;
}
.app-dev-code{
    background-position: -883px 0;
    width: 46px;
    height: 30px;
}
.app-dev-square{
    border: 1px solid #CFDCFF;
    height: 50px;
    width: 50px;
    display: block;
    /* animation: roateanimation 3s linear infinite; */
}
@-webkit-keyframes roateanimation {
    0%{
       -webkit-transform: rotate(0deg);
               transform: rotate(0deg);
      }
   100%{
       -webkit-transform: rotate(360deg);
               transform: rotate(360deg);
      }
   }
@keyframes roateanimation {
    0%{
       -webkit-transform: rotate(0deg);
               transform: rotate(0deg);
      }
   100%{
       -webkit-transform: rotate(360deg);
               transform: rotate(360deg);
      }
   }
/* Banner  */
.pagewrapper .app-banner .content-wrap{
    padding: 50px 0 0;
}
header,.app-banner{
    background: #F2F6FF;
}
.app-banner .content-wrap{
    position: relative;
}
.app-banner h1{
    max-width: 1180px;
    font-size: 70px;
}
.app-banner p{
    max-width: 660px;
    font-size: 20px;
}
.app-banner .flex-content,.app-bnr,.app-bnr img{
    position: relative;
}
.app-bnr{
    margin: -130px 0 0 auto;
    width: 600px;
}
.app-bnr img{
    display: block;
    z-index: 1;
}
.app-banner .green-lines{
    top: 100px;
    left: -90px;
}
.app-banner .yellow-lines{
    top: 260px;
    right: 80px;
}
.app-banner .triangle-lines{
    top: 420px;
    left: -130px;
}
.app-dev-hightlight svg{
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
    height: auto;
    width: 230px;
}
.i18n-de .bnr-cnt .app-dev-hightlight svg{
    width: 340px;
}
.i18n-th .bnr-cnt .app-dev-hightlight svg{
    width: 170px;
}
.i18n-pt-br .bnr-cnt .app-dev-hightlight svg{
    width: 400px;
    bottom: -14px;
}
.i18n-fr .bnr-cnt .app-dev-hightlight svg{
    width: 450px;
    bottom: -15px;
}
.i18n-id .bnr-cnt .app-dev-hightlight svg{
    width: 290px;
bottom: -12px;
}
.i18n-vi .bnr-cnt .app-dev-hightlight svg{
    width: 430px;
}
.bnr-lines{
    stroke: #88A4F9;
}
.cta-lines{
    stroke: #202F9A;
display:none;
}
.bnr-lines,.in-view .cta-lines{
  -webkit-animation: animate-svg-stroke-1 2s cubic-bezier(0.47,0,0.745,0.715) 0s both;
          animation: animate-svg-stroke-1 2s cubic-bezier(0.47,0,0.745,0.715) 0s both;
  fill: none;
  stroke-width: 2;
}
@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dasharray: 2230px;
        stroke-dashoffset: 2230px;
    }
    1% {
        stroke-dashoffset: 2230px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2230px;
    }
  }
@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dasharray: 2230px;
        stroke-dashoffset: 2230px;
    }
    1% {
        stroke-dashoffset: 2230px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2230px;
    }
  }
  .orange-loader,.orange-loader:before,.orange-loader:after,.green-loader,.green-loader:before,.green-loader:after,.orange-square,.blue-square,.app-bnr .app-bnr-arrow,.card-green,.card-white,.card-blue,.card-yellow{
    position: absolute;
    z-index: 1;
  }
  .orange-loader,.green-loader{
    width: 250px;
    height: 40px;
    display: block;
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  .orange-loader,.green-loader,.card-white{
    border-radius: 10px;
  }
  .orange-loader{
    background: #fff;
    left: -60px;
    top: 160px;
  }
  .orange-loader:before,.green-loader:before,.orange-loader:after,.green-loader:after,.orange-square,.blue-square,.app-bnr .app-bnr-arrow,.card-green,.card-yellow,.card-blue,.card-white{
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .orange-loader:before,.green-loader:before{
    width: 25px;
    height: 25px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .orange-loader:before,.green-loader:before,.orange-loader:after,.green-loader:after{
    border-radius: 50px;
  }
  .orange-loader:before,.orange-loader:after,.green-loader:before,.green-loader:after,.orange-square,.blue-square,.card-green,.card-yellow,.card-blue,.card-white{
    content: "";
  }
  .orange-loader:before {
    left: 10px;
    top: 8px;
    background: #f9b21d;
}
.app-banner-animation .orange-loader:before,.app-banner-animation .green-loader:before{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.app-banner-animation .orange-loader:before{
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
}
.orange-loader:after,.green-loader:after{
    width: 0px;
    height: 10px;
}
.orange-loader:after {
    left: 50px;
    top: 16px;
    background: #eef3ff;
}
.app-banner-animation .orange-loader:after,.app-banner-animation .green-loader:after{
    width: 180px;
}
.app-banner-animation .orange-loader:after{
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
}
  .green-loader{
    background: #D5DFF8;
    left: -21px;
    top: 210px;
  }
  .green-loader:before {
    left: 10px;
    top: 8px;
    background: #53B7AD;
}
.app-banner-animation .green-loader:before{
    -webkit-transition-delay: 1.4s;
         -o-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
.green-loader:after {
    left: 50px;
    top: 16px;
    background: #E6EDFF;
}
.app-banner-animation .green-loader:after{
    -webkit-transition-delay: 1.8s;
         -o-transition-delay: 1.8s;
            transition-delay: 1.8s;
}
.orange-square,.blue-square{
    width: 30px;
    height: 30px;
}
.orange-square{
    background-color: #F9B21D;
    bottom: 180px;
    left: 171px;
}
.app-banner-animation .orange-square{
-webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
        transform: rotate(43deg);
-webkit-transition-delay: 2.6s;
     -o-transition-delay: 2.6s;
        transition-delay: 2.6s;
}
.blue-square{
    background-color: #2557EF;
    bottom: 188px;
    left: 212px;
}
.app-banner-animation .blue-square{
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    -webkit-transition-delay: 2.6s;
         -o-transition-delay: 2.6s;
            transition-delay: 2.6s;
    }
.app-bnr .app-dev-square{
    bottom: 260px;
    right: 30px;
    z-index: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.app-bnr .app-bnr-arrow,.card-green,.card-yellow,.card-blue,.card-white{
    opacity: 0;
    visibility: hidden;
}
.app-bnr .app-bnr-arrow{
    background-position: -990px 0;
    width: 26px;
    height: 33px;
    left: 200px;
    bottom: 140px;
}
.app-banner-animation .app-bnr .app-bnr-arrow,.app-banner-animation .card-green,.app-banner-animation .card-yellow,.app-banner-animation .card-blue,.app-banner-animation .card-white{
    opacity: 1;
    visibility: visible;
}
.app-banner-animation .app-bnr .app-bnr-arrow{
    bottom: 150px;
    -webkit-transition-delay: 2.2s;
         -o-transition-delay: 2.2s;
            transition-delay: 2.2s;
}
.card-green,.card-yellow,.card-blue{
    border-radius: 12px;
    width: 0px;
    height: 13px;
}
.card-green,.card-yellow,.card-blue,.card-white{
    -webkit-transform: rotate(-13deg);
        -ms-transform: rotate(-13deg);
            transform: rotate(-13deg);
}
.card-green{
    left: 264px;
    top: 261px;
    background: #E3F9EE;
}
.app-banner-animation .card-green{
    -webkit-transition-delay: 2.6s;
         -o-transition-delay: 2.6s;
            transition-delay: 2.6s;
    width: 70px;
}
.card-yellow{
    left: 272px;
    top: 287px;
    background: #FFF3DA;
}
.app-banner-animation .card-yellow{
    -webkit-transition-delay: 2.8s;
         -o-transition-delay: 2.8s;
            transition-delay: 2.8s;
    width: 62px;
}
.card-blue{
    left: 281px;
    top: 313px;
    background: #DFF4FC;
}
.app-banner-animation .card-blue{
    -webkit-transition-delay: 3s;
         -o-transition-delay: 3s;
            transition-delay: 3s;
    width: 55px;
}
.card-white{
    left: 290px;
    top: 337px;
    background: #F6F6F6;
    width: 0px;
    height: 26px;
}
.app-banner-animation .card-white{
    -webkit-transition-delay: 3.2s;
         -o-transition-delay: 3.2s;
            transition-delay: 3.2s;
    width: 50px;
}
.app-banner .app-bnr .triangle-lines{
    right: 390px;
    top: -29px;
    left: auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
/* End Banner */
/* Application development */
.app-dev-cnt,.app-dev-list h2{
    text-align: center;
}
.app-dev-cnt,.app-dev-list .flex-content,.app-dev-list .flex-part-two{
    position: relative;
}
.app-dev-cnt .app-dev-square{
    left: 120px;
    top: 92px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.app-dev-cnt .yellow-lines{
    top: 40px;
    right: 120px;
}
.app-dev-cnt .triangle-lines{
    bottom: -84px;
    right: 250px;
    -webkit-transform: rotate(335deg) scale(0.8);
        -ms-transform: rotate(335deg) scale(0.8);
            transform: rotate(335deg) scale(0.8);
}
.app-dev-cnt h2{
    font-size: 50px;
    max-width: 550px;
    margin: 0 auto 15px;
}
.app-dev-cnt p{
    max-width: 620px;
    margin: 0 auto 20px;
}
.app-dev-list{
    max-width: 1060px;
    margin: 100px auto 0;
}
.app-dev-list h2{
    margin-bottom: 40px;
    font-size: 50px;
}
.app-dev-list .app-dev-sprite{
    margin-bottom: 20px;
}
.custom-app-icon,.rapid-icon,.low-code-icon,.mbl-app-icon,.database-icon,.enterprise-app-icon,.web-app-icon,.iot-app-icon{
    height: 100px;
}
.custom-app-icon{
    width: 100px;
    background-position: 0 0px;
}
.rapid-icon{
    width: 127px;
    background-position: -101px 0px;
    margin-left: -18px;
}
.low-code-icon{
    width: 98px;
    background-position: -227px 0px;
}
.mbl-app-icon{
    width: 79px;
    background-position: -325px 0px;
}
.database-icon,.enterprise-app-icon{
    width: 102px;
}
.database-icon{
    background-position: -403px 0px;
}
.enterprise-app-icon{
    background-position: -504px 0px;
}
.web-app-icon{
    width: 98px;
    background-position: -605px 0px;
}
.iot-app-icon{
    width: 97px;
    background-position: -702px 0px;
}
.app-dev-list .flex-content{
    gap: 32px;
    margin-top: 40px;
}
.app-dev-list .yellow-lines{
    top: 1380px;
    left: -140px;
}
.app-dev-list .triangle-lines{
    top: 450px;
    left: -150px;
    -webkit-transform: rotate(345deg);
        -ms-transform: rotate(345deg);
            transform: rotate(345deg);
}
.app-dev-list .app-dev-square{
    top: 1730px;
    right: -140px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.app-dev-list .flex-content h3{
    margin-bottom: 20px;
}
.app-dev-list .flex-content h3 span{
    display: block;
    font-family: var(--primaryfont-regular);
}
.app-dev-list .flex-content p{
    min-height: 190px;
}
.app-dev-list .flex-part-two{
    width: 48%;
    background-color: #F8F9FF;
    border-radius: 32px;
    padding: 40px;
    border: 1px solid #DBE1FF;
}
.app-dev-list .zcr-txt-clr{
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 1;
    width: auto;
    height: auto;
}
.app-dev-cnt .app-dev-code{
    bottom: -40px;
    left: 320px;
}
/* End Application development */
/* App product */
.app-product{
background: #F2F6FF;
text-align: center;
}
.app-product p{
    max-width: 600px;
    margin:0 auto;
}
/* End App product */
/* Bottom CTA */
.app-btn-cta{
    background-color: #000;
    color: #fff;
    text-align: center;
}
.app-btn-cta h2{
    max-width: 600px;
    margin: 0 auto 15px;
}
.app-btn-cta h2 span{
    position: relative;
}

/* End Bottom CTA */
/* other lang css start */

.i18n-ar .app-bnr {
    margin: -130px auto 0 0;
    width: 600px;
}
.i18n-ar .app-banner .yellow-lines {
    left: 80px;
    right: unset;
}
.i18n-ar .app-banner .triangle-lines {
    right: auto;
    left: 390px;
}
.i18n-ar .app-banner .green-lines {
    right: -90px;
    left: unset;
}
.i18n-ar .app-dev-hightlight svg {
    right: 0;
    left: unset;
    bottom: -17px;
}
.i18n-ar .app-dev-list .triangle-lines {
    right: -150px;
    left: unset;
}
.i18n-ar .app-dev-list .zcr-txt-clr {
    right: 60px;
    left: unset;
}
.i18n-ar .app-dev-list .yellow-lines {
    right: -140px;
    left: unset;
}
.i18n-ar .app-product h2,.i18n-ar .app-product p,.i18n-ar .app-btn-cta h2,.i18n-ar .app-btn-cta .content-wrap,.i18n-ar .app-dev-cnt h2,.i18n-ar .app-dev-cnt p {
    text-align: center;
}
/* other lang css end */
/* breadcrumb */
.zcr-ts-breadcrumb {
    position: relative;
    color: #fff;
    z-index: 2;
        background: #F5F5FF;
}
.pagewrapper .zcr-ts-breadcrumb .content-wrap {
    padding: 30px 0 0;
    max-width: 1280px;
}
.zcr-ts-breadcrumb .flex-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.zcr-ts-breadcrumb li {
    font-size: 15px;
    line-height: 1.6;
    padding-right: 30px;
    color: #696969;
    position: relative;
}
.zcr-ts-breadcrumb li a{
    cursor: pointer;
    color: var(--zcr-link-clr);
    font-family: var(--zf-secondary-medium);
}
.zcr-ts-breadcrumb li a:hover{
    border-bottom: 1px solid var(--zcr-link-clr);
}
.zcr-ts-breadcrumb li a:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #696969;
    border-right: 1px solid #696969;
    transform: rotate(45deg);
}
.zcr-ts-breadcrumb li a:hover:after{
    border-top: 1px solid var(--zcr-link-clr);
    border-right: 1px solid var(--zcr-link-clr);
}

.tooltip {
    position: relative;
    transition: color linear 150ms;
    box-sizing: content-box;
    border-top: 5px solid transparent;
  }
  
  .tooltip:focus-visible {
    color: #000;
  }
  
  .tooltip:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 1px;
  }
  
  .tooltip:hover::before,
  .tooltip:hover::after,
  .tooltip:focus-visible::before,
  .tooltip:focus-visible::after {
    opacity: 1;
    visibility: visible;
  }
  
  .tooltip::before,
  .tooltip::after {
    visibility: hidden;
    opacity: 0;
    transition: visibility 150ms, opacity 150ms linear;
  }
  
  .tooltip::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #313131;
    left: 50%;
    top: 0;
    transform: translateY(-100%) translateX(-50%);
  }
  
  .tooltip::after {
    content: attr(data-content);
    font-size: 14px;
    border-radius: 6px;
    color: #fff;
    font-style: normal;
    background: #313131;
    padding: 12px;
    text-align: center;
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 50%;
    transform: translateY(-110%) translateX(-50%);
  }
  
/* breadcrumb end */
@media(max-width:1500px){
    /* Banner  */
    .app-banner h1{
        font-size: 50px;
        max-width: 820px;
    }
    .app-banner p{
        max-width: 620px;
        font-size: 18px;
    }
    .app-dev-hightlight svg{
        width: 170px;
    }
.i18n-de .bnr-cnt .app-dev-hightlight svg{
    width: 250px;
}
.i18n-ar .bnr-cnt .app-dev-hightlight svg{
    width: 110px;
    bottom: -11px;
}
.i18n-pt-br .bnr-cnt .app-dev-hightlight svg {
    width: 290px;
    bottom: -11px;
}
.i18n-fr .bnr-cnt .app-dev-hightlight svg {
    width: 320px;
}
.i18n-id .bnr-cnt .app-dev-hightlight svg{
    width: 210px;
    bottom: -4px;
}
.i18n-vi .bnr-cnt .app-dev-hightlight svg{
    width: 300px;
}
    /* End banner */
    /* Application development */
    .app-dev-cnt h2,.app-dev-list h2{
        font-size: 40px;
    }
    .app-dev-list .flex-part-two{
        padding: 50px;
    }
    .app-dev-list .flex-content p{
        min-height: 200px;
    }
    .app-dev-list .zcr-txt-clr{
        left: 50px;
    }
    /* End Application development */
}
@media(max-width:1300px){
    /*Application development */
    .app-dev-list .app-dev-square{
        display: none;
    }
    /* End Application development */
}
@media(max-width:1199px){
    /* Banner  */
    .bnr-cnt{
        text-align: center;
    }
    .app-banner h1{
        font-size: 40px;
        max-width: 680px;
        margin: 0 auto 15px;
    }
    .app-dev-hightlight svg {
        width: 140px;
    }
.i18n-de .bnr-cnt .app-dev-hightlight svg{
 width: 200px;
}
.i18n-ar .bnr-cnt .app-dev-hightlight svg{
    width: 90px;
    bottom: -11px;
}
.i18n-th .bnr-cnt .app-dev-hightlight svg{
    width: 120px;
}
.i18n-pt-br .bnr-cnt .app-dev-hightlight svg {
    width: 240px;
    bottom: -11px;
}
.i18n-fr .bnr-cnt .app-dev-hightlight svg{
    width: 260px;
    bottom: -11px;
}
.i18n-id .bnr-cnt .app-dev-hightlight svg{
    width: 170px;
}
.i18n-vi .bnr-cnt .app-dev-hightlight svg{
    width: 240px;
}
    .app-banner p{
        margin: 0 auto 20px;
    }
    .app-bnr{
        margin: 30px auto 0;
    }
    .app-bnr span{
        display: none;
    }
    .app-banner p{
        font-size: 17px;
    }
    /* End Banner */
    /* Application Development */
    .app-dev-square,.app-dev-cnt span.app-dev-sprite,.yellow-lines{
        display: none;
    }
    .app-dev-cnt h2, .app-dev-list h2{
        font-size: 30px;
    }
    .app-dev-list .app-dev-sprite{
        background-size: 700px;
    }
    .custom-app-icon{
        width: 70px;
    height: 70px;
    }
    .rapid-icon{
        width: 87px;
        height: 62px;
        background-position: -69px 0px;
    }
    .low-code-icon{
        width: 67px;
        height: 68px;
        background-position: -156px 0px;
    }
    .mbl-app-icon{
        width: 54px;
        height: 69px;
        background-position: -223px 0px;
    }
    .database-icon,.enterprise-app-icon{
        width: 70px;
    }
    .database-icon,.enterprise-app-icon,.iot-app-icon{
        height: 65px;
    }
    .database-icon {
        background-position: -277px 0px;
    }
    .enterprise-app-icon {
        background-position: -346px 0px;
    }
    .web-app-icon,.iot-app-icon{
        width: 67px;
    }
    .web-app-icon{
        height: 62px;
        background-position: -416px 0px;
    }
    .iot-app-icon {
        background-position: -483px 0px;
    }
    .app-dev-list .flex-content p{
        min-height: auto;
    }
    .app-dev-list .zcr-txt-clr{
        position: relative;
        left: 0;
        bottom: 0;
    }
    /* End Application Development */
    /* Bottom CTA  */
    .app-btn-cta h2{
        max-width: 500px;
    }
    .app-btn-cta svg{
        width: 170px;
    }
    /* End Bottom CTA */
/* other lang css  */

.i18n-ar .bnr-cnt h1,.i18n-ar .bnr-cnt p,.i18n-ar .bnr-cnt {
    text-align: center;
}
.i18n-ar .app-bnr {
    margin: 30px auto 0;
}
.i18n-ar .app-dev-list .zcr-txt-clr {
    right: 0;
    left: unset;
}

/* other lang css  */
}
@media all and (min-width:992px) and (max-width:1199px) {
    .pagewrapper .content-wrap {
        width: 94%;
    }
}

@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }
    /* Application development */
    .app-dev-list .flex-content{
        gap:20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
-webkit-box-align: inherit;
-ms-flex-align: inherit;    
align-items: inherit;
    }
    .app-dev-list .flex-part-two{
        padding: 25px;
        border-radius: 20px;
    }
    /* End Application development */
}

@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;
    }
    /* Banner  */
    .bnr-cnt{
        text-align:left;
    }
    .app-banner h1{
        font-size: 30px;
        max-width: 460px;
        margin: 0 0 15px;
    }
    .app-banner svg{
        width: 100px;
    }
.i18n-de .bnr-cnt .app-dev-hightlight svg{
 width: 150px;
}
.i18n-ar .bnr-cnt .app-dev-hightlight svg{
    width: 70px;
    bottom: -6px;
}
.i18n-th .bnr-cnt .app-dev-hightlight svg{
    width: 90px;
}
.i18n-pt-br .bnr-cnt .app-dev-hightlight svg {
    width: 170px;
    bottom: -4px;
}
.i18n-fr .bnr-cnt .app-dev-hightlight svg{
display:none;
}
.i18n-id .bnr-cnt .app-dev-hightlight svg{
    width: 130px;
    bottom: -4px;
}
.i18n-vi .bnr-cnt .app-dev-hightlight svg{
    width: 180px;
}
    .app-bnr{
        width: 400px;
        margin: 30px 0 0;
    }
    /* End Banner */
    /* Application development */
    .app-dev-cnt, .app-dev-list h2{
        text-align: left;
    }
    .app-dev-cnt h2{
        margin: 0 0 15px;
    }
    .app-dev-cnt h2, .app-dev-list h2{
        font-size: 25px;
    }
    .app-dev-list .flex-part-two{
        width: 100%;
    }
    .app-dev-list .flex-content h3 span{
        display: inline;
    }
    /* End Application development */
    /* App Product  */
    .app-product{
        text-align: left;
    }
    /* End App Product */
    /* Bottom CTA */
    .app-btn-cta svg{
        width: 170px;
    }
    /* End Bottom CTA */
/* other lang css  */

.other-lang .app-dev-cnt h2, .other-lang .app-dev-list h2 {
    font-size: 23px;
}
.other-lang h3 {
    font-size: 19px;
}
.i18n-ar .app-bnr {
    width: 400px;
    margin: 30px 0 0;
}
.i18n-ar .bnr-cnt h1,.i18n-ar .bnr-cnt p,.i18n-ar .bnr-cnt,.i18n-ar .app-dev-cnt, .i18n-ar .app-dev-list h2,.i18n-ar .app-dev-cnt h2,.i18n-ar .app-dev-cnt p,.i18n-ar .app-product h2,.i18n-ar .app-product p {
    text-align: right;
} 
.i18n-fr-ca .zc-request-banner-popup.show-popup {
    display: none;
}

/* other lang css  */
}
