body{
    font-size: 16px;;
}
img{
    display: block;
}

body h2 {
    font-size: 40px;
    font-family: var(--primaryfont-bold);
}
a.act-btn.cta-btn {
    padding: 15px 30px;
    border-radius: 3px;
    border: 0;
} 

.rows {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
}
.rows > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}
.zbc-link-white {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.zw-product-header, .banner-section {
    background: var(--zbs-light-bg-1);
}

h1 {
    font-family: var(--primaryfont-bold);
    font-size: 47px;
    line-height: 1.1;
}

.banner-section {
    padding: 5em 0 8em;
    overflow: hidden;
}
.banner-section .rows {
    align-items: center;
}
.banner-img img {
    margin: 0 auto;
}
.banner-content {
    max-width: 530px;
}

.banner-section .col-1 {
    flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    max-width: 45%;
}
.banner-section .col-2 {
    flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    max-width: 55%;
}

.banner-content p {
    font-size: 16px;
    line-height: 1.8;
}
.zbs-text-center {
    text-align: center;
}


.grid-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    
}
.grid-content.second-prt{
    grid-template-columns: 1fr 2fr;
}
.grid-content.third-prt{
    grid-template-columns: 2fr 1fr;
}
.grid-content.second-prt .feature-img, .grid-content.third-prt .feature-img{
    max-width: 700px;
}

.feature-prt-sec{
    padding: 60px 0px;
    width: 95%;
}

.feature-prt-sec
.feature-img{
    margin: 0 auto;
    max-width: 600px;
}
.right-content-prt .content-wrap>div:last-child {
    padding-bottom: 120px;
}

/*******Banner******/
.sticky-prt {
    position: sticky;
    top: 80px;
    border-radius: 5px;
    padding: 20px;
    color: #000;
    margin: 0px 0 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.left-sticky-prt ul li {
    padding: 10px 0 10px 10px;
}
.left-sticky-prt ul li a::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    left: -15px;
    top: 0;
}
.left-sticky-prt ul li a {
    position: relative;
    color: #000;
    font-size: 14px;
    font-family: var(--primaryfont-semibold);
}

.left-sticky-prt ul li a.active{
    color: var(--zbs-green);
    font-family: var(--primaryfont-semibold);

}
.left-sticky-prt ul li a.active::before {
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    height: 100%;
    background: var(--zbs-green);
}
.grid-wrap{
    display: -ms-grid;
    display: grid;
    grid-template-columns: 15% 1fr;

    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
}


.banner-img {
    width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.banner-img .img-3 {
    position: absolute;
    bottom: 33px;
    right: -158px;
    width: 115%;
    z-index: -1;
}

.banner-img span.icons.icon-1 {
    top: 110px;
    left: 0px;
}
.cleaning-banner .img-2 {
    position: absolute;
    bottom: -35px;
    right: -160px;
    max-width: 450px;
}

.ani-txt.one {
    background: var(--zbs-dark-blue);
    color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    padding: 20px 55px 20px 35px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 1px 6px 30px rgba(0, 0, 0, 0.10);
    animation: 5s DownUp linear infinite;
    transition-delay: 0.4s;
}

.ani-txt strong {
    display: block;
}

.ani-txt.two {
    background: var(--zbs-dark-violet);
    color: #fff;
    position: absolute;
    left: 40%;
    bottom: 20px;
    padding: 20px 40px 20px 35px;
    border-radius: 10px;
    box-shadow: 1px 6px 30px rgba(0, 0, 0, 0.10);
    animation: 5s upDown linear infinite;
    transition-delay: 0.6s;
}

.ani-txt.two small {
    font-size: 15px;
    position: relative;
}

.ani-txt.two small::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 5px;
    display: block;
    border-radius: 10px;
    margin-top: 7px;
}

span.icons.flower-pot {
    background: url(/sites/zweb/images/bookings/bookings-cleaning-sprites.png);
    background-repeat: no-repeat;
    background-size: 1240px auto;
    background-position: -1173px 0px;
    position: absolute;
    bottom: 25px;
    height: 120px;
    width: 60px;
    left: 10px;
    transition-delay: 0.8s;
}
.animated .cleaning-banner .img-2 {
    transform: translateX(0px);
    opacity: 1;
}
/***** banner end ********/
/* why-building */
.why-building{
    background: var(--zbs-light-bg-1);

  }
  .why-building .content-wrap{
    padding-bottom: 90px;
  }
  .why-building .grid-content{
    grid-template-columns: 1fr 1.5fr;
    background: var(--zbs-dark-blue);
    color: #fff;
    padding: 90px;
    border-radius: 20px;
  }
  .why-building ul li{
      position: relative;
      font-size: 17px;
      margin-bottom: 15px;
      padding-left: 30px;
     
  }
  .why-building ul li:before, .why-building ul li:after {
position: absolute;
content: "";
z-index: 1;
}
.why-building ul li:before {
width: 17px;
height: 17px;
left: 0;
top: 6px;
border-radius: 50%;
border: 2px solid var(--zbs-green);
}
.why-building ul li:after {
top: 12px;
left: 5px;
width: 8px;
border-left: 2px solid var(--zbs-green);
height: 4px;
border-bottom: 2px solid var(--zbs-green);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.why-building-hdr{
position: relative;

}
.why-building-hdr h2{
    font-size: 38px;
}
.why-building-hdr::after{
content: "";
position: absolute;
width: 1px ;
height: 100%;
border-right: 1px dashed #4d3d6d;
top: 0px;
right: -40px;
z-index: 1;

}
/* why-building */
.wrapper {
    background: #f9f9f9;
}
.wrapper .schedule-wrapper{
    padding: 90px 0px 0px;
}
.wrapper h2 {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 60px;

}
.wrapper h3 {
    font-size: 36px;
    font-family: var(--primaryfont-bold);
}
.collect-wrapper {
    background: #f5f5f5;
}
.wrapper .content-wrap{
    max-width: 100%;
    width: 100%;
}

.feature-section:last-child {
    padding-bottom: 6em;
}
.small .feature-img {
    max-width: 300px;
    margin: 0 auto;
}

.content-wrap.small {
    max-width: 1100px;
}

.feature-section {
   padding: 4em 0;
}

.feature-section:first-child {
    padding-top: 6em;
}
.features-section h2 {
    background: #faf8fd;
    display: inline-block;
    position: relative;
    font-size: 45px;
    padding: 0 150px;
}

.feature-section .col-1{
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    max-width: 40%;
    padding-right: 30px;
}
.feature-section .col-2 {
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    max-width: 60%;
    padding: 15px;
}


.content-right .col-1 {
    order: 2;
    padding-left: 60px;
    padding-right: 30px;
}

.wrapper .rows {
    align-items: center;
    justify-content: space-between;
}

.large img {
    max-width: 120%;
    width: 120%;
    margin-left: -150px;
}

.content-wrap.small .col-1 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 40%;
    margin: 0 auto;
    padding: 15px;
}
.content-wrap.small .col-2 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}
.img-shadow img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
}

span.icons {
    background: url(/sites/zweb/images/bookings/bookings-cleaning-sprites.png);
    background-size: 1200px;
    background-position: -255px 0px;
    background-repeat: no-repeat;
    width: 88px;
    height: 80px;
    display: block;
    position: absolute;
}
.content-wrap .feature-content {
    max-width: 520px;
    margin: 0;
}

img.img-shadow {
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    border-radius: 5px;
}
.feature-img {
    position: relative;
}



.cleaning-banner .img-2 {
    transform: translateX(30px);
    transition-delay: 0.2s;
    opacity: 0;
}




.grid-element.z-apps-lst {
    display: grid;
        grid-template-columns: repeat(3,1fr);
        max-width: 500px;
        margin: 0 auto;
        gap: 20px;
       
    }

    .z-apps {
        position: relative;
        background-color: #fff;
        width: 150px;
        height: 130px;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 10px;
        font-size: 13px;
    }
    .z-apps:before {
        content: "";
        position: absolute;
        background: var(--product-icons) no-repeat;
        background-size: var(--zp-i-bs);
        width: var(--zp-i-w);
        height: var(--zp-i-h);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.5);
        top: 40px;
        left: 55px;
    }

    .z-apps.zflow:before {
        background-position: var(--zp-flow-bp);
    }
    .z-apps.zbooks:before {
        background-position: var(--zp-books-bp);
    }

    .z-apps.zmeeting:before {
        background-position: var(--zp-meeting-bp);
    }

    .z-apps.zcalendar:before {
        background-position: var(--zp-calendar-bp);
    }
    
    .z-apps.zassist:before {
        background-position: var(--zp-assist-bp);
    }
    .z-apps.zbigin:before {
        background-position: var(--zp-bigin-bp);
    }
    
    .z-apps.zsalesiq:before {
        background-position: var(--zp-salesiq-bp);
    }
    .z-apps.zsites:before {
        background-position: var(--zp-sites-bp);
    }



  /* zbs-btm-cta */
  .zbs-btm-cta {
    position: relative;
    background: var(--zbs-light-bg-1)
      url(/sites/zweb/images/bookings/zbs-bottom-cta-img.svg) center/cover;
  }
  .zbs-btm-cta p{
    max-width: 800px;
    margin: 0 auto 15px;
  }
  .zbs-btm-cta .content-wrap {
    position: relative;
    padding: 90px 0px;
  }

  .zbs-btm-cta::after {

    display: none;
  }
  .zbs-btm-cta::before {
    width: 30px;
    height: 45px;
    left: 10%;
    top: 15%;
    -webkit-transform: rotate(319deg);
        -ms-transform: rotate(319deg);
            transform: rotate(319deg);
  }
  
  .zbs-btm-cta .content-wrap::before {
    background-position: -70px 0;
    -webkit-transform: scale(0.8) rotate(329deg);
        -ms-transform: scale(0.8) rotate(329deg);
            transform: scale(0.8) rotate(329deg);
    width: 34px;
    height: 33px;
    top: 65%;
    left: 25%;
  }
  
  /* zbs-btm-cta */
  .faq{
	margin-top: 80px;

  }
   
  .middle-animated span.zp-bookings {
    transform: rotate(104deg) translate(-290px) rotate(-104deg) scale(1);
    opacity: 1;
}

.middle-animated span.z-gcalendar {
    transform: rotate(-22deg) translate(-280px) rotate(22deg) scale(1);
    opacity: 1;
}
.middle-animated span.z-ms {
    transform: rotate(-90deg) translate(-290px) rotate(90deg)  scale(1);
    opacity: 1;
}

.middle-animated span.zp-calendar {
    transform: rotate(-192deg) translate(-290px) rotate(192deg)  scale(1);
    opacity: 1;
}

@keyframes upDown {
    0% {
        transform: rotate(-10deg) translateX(-50%) translateY(15px);
    }

    50% {
        transform: rotate(-10deg) translateX(-50%) translateY(0);
    }
    100% {
        transform: rotate(-10deg) translateX(-50%) translateY(15px);
    }
}

@keyframes DownUp {
    0% {
        transform:rotate(-10deg) translateY(-65%);
    }

    50% {
        transform: rotate(-10deg) translateY(-50%);
    }
    100% {
        transform: rotate(-10deg) translateY(-65%);
    }
}
.i18n-ar .why-building ul li {
    padding-right: 30px;
    padding-left: unset;
} 
.i18n-ar .why-building ul li:before {
    right: 0;
    left: unset;
}
.i18n-ar .why-building ul li:after {
    right: 5px;
    left: unset;
}
.i18n-ar .why-building-hdr::after {
    left: -40px;
    right: unset;
}
@media (min-width: 480px) and (max-width: 767px) {
    .i18n-de .banner-content h1 {
        font-size: 37px;
    }
}
@media screen and (min-width:1560px) {
    .left-sticky-prt{
        position: relative;
        left: -80px;

    }
    .grid-wrap{
        gap: 0px;
    
    }
}




@media screen and (max-width:1440px) {
    .banner-content h1 {
        font-size: 40px;
    }
    .features-section h2 {
        font-size: 42px;
    }
    body h2 {
        font-size: 36px;
    }
	.why-building-hdr h2{
		font-size: 34px;
	}
    .large img {
        max-width: 100%;
        width: auto;
        margin-left: 0;
    }
    .banner-img {
        transform: scale(0.9);
    }
    .banner-section {
        padding: 3em 0 6em;
    }
    .cleaning-banner .img-2 {
        right: -100px;
        max-width: 400px;
    }


}
@media screen and (max-width:1280px) {
    body h2 {
        font-size: 34px;
    }
	.why-building-hdr h2{
		font-size: 32px;
	}
    .banner-img {
        width: 600px;
    }
    .cleaning-banner .img-2{
        right: -130px;
        max-width: 360px;
    }

    .banner-content h1 {
        font-size: 36px;
    }
    .wrapper h3 {
        font-size: 30px;
    }
    .wrapper .box-section h3 {
        font-size: 25px;
    }
    .features-section {
        padding: 4em 0 0;
        overflow: hidden;
    }
    .feature-img.calendar-main {
        transform: scale(0.8);
        transform-origin: left;
    }
    .cta-section {
        padding: 4em 0;
    }
    .cta-section h2 {
        font-size: 32px;
    }
    .banner-img.cleaning-banner{
        position: relative;
        left: 50px;
    }
}

@media screen and (max-width:1199px) {

     .cleaning-banner .img-2 {
    right: -30px;
    max-width: 290px;
    }   
    .banner-img .img-3 {
        display: none;
    }

    .cleaning-banner .ani-txt.one {
        padding: 10px 25px 10px 25px;
    }

    .cleaning-banner .ani-txt.two {
        padding: 10px 25px 18px 25px;
    }

    .banner-content h1 {
        font-size: 32px;
    }
    .banner-section {
        padding: 5em 0;
    }

    .banner-img {
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: left top;
        margin: 0 0 0 auto;
    }
    .banner-content {
        max-width: 400px;
        margin-top: -40px;
    }
   

    .wrapper h2{
        margin: 0 auto;
    }

        .sticky-prt{
            display: none;
        }
        .grid-wrap{
            grid-template-columns: 1fr;
            gap: 0px;
        }
        .wrapper h2{
            text-align: center;
        }
        .feature-prt-sec{
            margin: 0 auto;
        }
        .grid-element.z-apps-lst{
            gap: 10px;
        }
        /* why-building */
        .why-building .grid-content{
            padding: 60px;
        }
                /* why-building */
}
@media screen and (max-width:1024px) {
    .wrapper h2 {
        max-width: 700px;
    padding: 0px 10px;

        font-size: 30px;
    }
    .wrapper h3 {
        font-size: 27px;
    }
    .banner-section {
        padding: 3em 0 5em;
    }
    .banner-content {
        margin: 0 auto;
        max-width: 600px;
        text-align: center;
    }

    .rows > div,
    .banner-section .col-1, 
    .banner-section .col-2 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .banner-img {
        display: none;
    }
    
    .feature-img, .grid-content.second-prt .feature-img, .grid-content.third-prt .feature-img {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .feature-img.calendar-main {
        transform-origin: center;
        margin-bottom: 30px;
    }

}
@media screen and (max-width:991px) {
    .content-wrap .feature-content {
        max-width: 600px;
        margin: 0 auto 0px;
        text-align: center;
        padding: 0px 20px;
    }
 
    .zbs-btm-cta .content-wrap {
        padding: 60px 0px;
      }
      .wrapper .schedule-wrapper{
        padding: 60px 0px 0px;
      }
      .why-building .content-wrap {
        padding-bottom: 60px;
      }
    .grid-content,.grid-content.second-prt, .grid-content.third-prt{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    #online-bookings .feature-img, #charge-premium .feature-img, #booking-form .feature-img, #online-payments .feature-img, #zoho-apps .grid-element.z-apps-lst {
        order: 1;
    }
        /* zbs-btm-cta */
        .zbs-btm-cta::before {
           display: none;
          }
          .zbs-btm-cta .content-wrap::before {
            left: 15%;
          }
          .zbs-btm-cta::after {
            bottom: 30%;
            right: 12%;
          }
          /* zbs-btm-cta */
          .wrapper .content-wrap{
            width: 90%;
        }
        /* why-building */
        .why-building .grid-content{
            grid-template-columns: 1fr;
            gap: 0px;
        }
        .why-building-hdr::after{
            display: none;
        }
                /* why-building */
}
@media screen and (max-width:767px) {
    .banner-section .content-wrap {
        padding-top: 0;
    }
    .rows>div, .banner-section .col-1{
        padding: 0px;
    }

    .banner-content h1 {
        font-size: 30px;
    }
    body h2 {
        font-size: 26px;
    }
	.why-building-hdr h2{
		font-size: 26px;
	}
    h3 {
        font-size: 23px;
    }

    .wrapper span.icons {
        display: none;
    }
    
    .wrapper .cleaning-banner .ani-txt.one {
        transform: scale(0.5) rotate(-10deg);
        z-index: 1;
        animation: none;
        left: -50px;
    }
    .wrapper .cleaning-banner .ani-txt.two {
        transform: scale(0.5) rotate(-10deg);
        z-index: 1;
        animation: none;
        left: 60px;
        bottom: 0;
    }
    
    .recurring-section .cleaning-banner.feature-img {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .recurring-section .cleaning-banner .img-2 {
        right: -30px;
        max-width: 150px;
        bottom: -30px;
    }
    .feature-img.calendar-main {
        max-width: 350px;
        margin: 0 auto;
        width: auto;
    }
    .wrapper h2{
        max-width: 600px;
        padding: 0px;
        text-align: left;
        width: 90%;
        font-size: 26px;
    }

    .wrapper h3{
        font-size: 26px;
        padding: 0px;
    }
    .content-wrap .feature-content{
        text-align: left;
        padding: 0px;
    }
    .feature-prt-sec{
        width: 100%;
    }
    .z-apps{
        width: 100px;
        height: 100px;    font-size: 10px;
    }
    
    .grid-element.z-apps-lst{
        grid-template-columns: repeat(3,1fr);
    max-width: 340px;
    gap: 10px;
    }
    .z-apps:before{
        transform: scale(1);
    top: 20px;
    left: 30px;
    }
    .cta-content{
        text-align: left;
    }
    .banner-content{
        margin: 0;
        text-align: left;
    }
    .feature-prt-sec{
        border-bottom: 1px solid #dcdcdc;
    }
    .right-content-prt .content-wrap>div:last-child{
        padding-bottom: 80px;
      border-bottom: none;
    }
      
    /* zbs-btm-cta */
    .zbs-btm-cta::before,
    .zbs-btm-cta .content-wrap::before,
    .zbs-btm-cta::after {
      display: none;
    }
  
    /* zbs-btm-cta */
    .why-building .grid-content{
        padding: 60px 40px;
    }
    .feature-prt-sec .feature-img, .feature-img, .grid-content.second-prt .feature-img, .grid-content.third-prt .feature-img, .content-wrap .feature-content{
        margin: 0px;
    }
    .grid-element.z-apps-lst{
        max-width: 320px;
        margin: 0px;
    }
   .i18n-de body h2 {
        word-break: break-word;
    }
    .i18n-ar .banner-content *{
        text-align: center;
    }
}

@media screen and (max-width:480px) {
    .grid-element.z-apps-lst{
        max-width: 250px;
        margin: 0px;
    }
    .z-apps {
        width: 90px;
        height: 90px;
        font-size: 10px;
    }
    .z-apps:before {
        transform: scale(.9);
        top: 17px;
        left: 25px;
    }
    .why-building .grid-content{
        padding: 40px 30px;
    }
  .i18n-nl .faq-item h4 {
        word-break: break-word;
    }
   
}
/* other lang css  start*/ 
.i18n-de  .banner-content h1{
    font-size: 43px;
}
.i18n-ar .sticky-prt{
    margin: 0 20px 20px 0px;
}

.i18n-ar .left-sticky-prt ul li {
    padding: 10px 10px 10px 0;
}
.i18n-ar .left-sticky-prt ul li a::before {
    right: -15px;
    left: unset;
}
.other-lang .zbs-btm-cta::before,.other-lang .zbs-btm-cta .content-wrap::before{
    display: none;
}
.i18n-ar .zbs-btm-cta h3,.i18n-ar .zbs-btm-cta p,.i18n-ar .zbs-btm-cta .content-wrap {
    text-align: center;
}
.i18n-vi .zbs-btm-cta h3{
    max-width: 800px;
    margin: 0px auto 15px;
}
@media screen and (min-width: 1440px) {
    .i18n-ar .left-sticky-prt{
        position: relative;
        left: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .i18n-ar .banner-content h1,.i18n-ar .banner-content p,.i18n-ar .banner-content {
        text-align: center;
    }
    
}
@media screen and (max-width: 991px) {
    .i18n-ar .content-wrap .feature-content h3, .i18n-ar .content-wrap .feature-content p{
        text-align: center;
    }
}


@media (max-width: 767px) {
    .i18n-ar .wrapper h2,.i18n-ar .banner-content h1,.i18n-ar .banner-content p,.i18n-ar .banner-content {
        text-align: right;
    }
    .i18n-ar .content-wrap .feature-content h3, .i18n-ar .content-wrap .feature-content p{
        text-align: right;
    }

    .i18n-ar .content-wrap .feature-content{
        max-width: 600px;
        margin: 0px;    padding: 0px;
    }
    .i18n-ar .grid-element.z-apps-lst,.i18n-ar .grid-content.third-prt .feature-img, .i18n-ar .feature-prt-sec .feature-img{
        margin: 0px;
    }
    .i18n-de  h3, .i18n-nl h3{
        font-size: 20px;
    }
    .i18n-de .banner-content h1 {
        font-size: 34px;
    }
     body .i18n-nl h2 {
        font-size: 22px;
    }

}
@media screen and (max-width: 480px) {
    .other-lang .banner-content h1 {
        font-size: 23px;
    }
    .other-lang .feature-content p {
        margin: 0 20px 20px 0;
    }
 .i18n-ar .feature-content p {
        margin: 0 0 20px;
    }
    body.i18n-nl h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 360px) {
    body.i18n-nl h2, .i18n-nl h3 {
        font-size: 17px;
    }

}

/* other lang css  end*/