.content-wrap {
    max-width: 1170px;
}

section.cta-section {
    background: #101833;
    color: #fff;
    text-align: center;
    padding: 90px 0;
}

section.dataprotect-banner {
    padding: 90px 0 100px;
    background: #F5F0FF;
}

header {
    background: #F5F0FF;
}

.dataprotect-banner .banner-inner .zflex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dataprotect-banner .banner-inner .flex-content {
    width: 100%;
    max-width: 59%;
}

.dataprotect-banner .banner-inner .flex-image {
    width: 100%;
    max-width: 40%;
}

.flex-content h1 {
    width: 100%;
    max-width: 677px;
    font-size: 52px;
    font-family: var(--primaryfont-bold);

}

.flex-content p {
    width: 100%;
    max-width: 625px;
}

.flex-content .act-btn.cta-btn {
    margin-top: 10px;
    padding: 15px 30px;
    border-radius: 3px;
}

.textbold {
    font-family: var(--zf-secondary-semibold);
}

.act-btn.cta-btn {
    padding: 15px 30px;
    border-radius: 3px;
}

/* zsecond section css*/

section.zsecond-section {
    padding: 120px 0;
    background: #1D1729;
    color: #fff;
}

.zsecond-section .title-part {
    width: 100%;
    max-width: 696px;
    margin-bottom: 45px;
    margin-left: 1%;
}

.title-part h2,
.content-part h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-family: var(--primaryfont-bold);
}

.zsecond-section .data-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.zsecond-section .data-text-left {
    width: 100%;
    max-width: 45%;
    max-width: 483px;
}

.zsecond-section .data-text-right {
    width: 100%;
    max-width: 525px;
}


/*pink box*/

section.zthird-section {
    padding: 120px 0;
    text-align: center;
}

.zthird-section p {
    width: 100%;
    max-width: 792px;
    display: block;
    margin: 0 auto;
}

section.pinkbox-section {
    padding-bottom: 4%;
}

.pinkbox-inner,
.greenbox-inner {
    background: #FFF0F0;
    position: relative;
    z-index: -1;
}

.pinkbox-inner:before,
.greenbox-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    height: 160px;

}

.pinkbox-section .content-part,
.greenbox-section .content-part {
    padding: 80px 120px 0;
    max-width: 732px;
    width: 100%;
    box-sizing: content-box;
}

img.fullwidth {
    max-width: 87%;
    display: block;
    margin: 0 auto;
    right: 0;
}

.img-sec {
    position: relative;
}

.pinkbox-section .img-sec span.leftsidebg {
    width: 350px;
    height: 350px;
    bottom: 110px;
    background: url(/sites/zweb/images/contracts/data-protection/bgleft.png) no-repeat;
    background-size: 300px auto;
    position: absolute;
    z-index: -1;
}

.pinkbox-section .img-sec span.rightsidebg {
    width: 250px;
    height: 250px;
    right: -44px;
    bottom: 38px;
    background: url(/sites/zweb/images/contracts/data-protection/bgright.png) no-repeat;
    background-size: 150px auto;
    position: absolute;
    z-index: -1;
}

.pinkbox-section .img-sec span.toprightbg {
    width: 250px;
    height: 250px;
    right: -61px;
    top: -2px;
    background: url(/sites/zweb/images/contracts/data-protection/peopledata.png) no-repeat;
    background-size: 150px auto;
    position: absolute;
    z-index: -1;
}

/*green section*/
.greenbox-inner {
    background: #E3FDFA;
}

.greenbox-inner:before {
    height: 245px;
}

.greenbox-section img.fullwidth {
    margin-top: 60px
}

.greenbox-section .img-sec span.leftsidebg {
    width: 350px;
    height: 350px;
    background: url(/sites/zweb/images/contracts/data-protection/greenbg.png) no-repeat;
    background-size: 339px auto;
    position: absolute;
    z-index: -1;
    top: 14px;
}

.greenbox-section .img-sec span.rightsidebg {
    width: 300px;
    height: 300px;
    right: -23px;
    top: 111px;
    background: url(/sites/zweb/images/contracts/data-protection/greenbg.png) no-repeat;
    background-size: 276px auto;
    position: absolute;
    z-index: -1;
}

.content-part ul {
    position: relative;
}

.datalist li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 7px;
    height: 9px;
    width: 3px;
    border-bottom: 2px solid #F06667;
    border-right: 2px solid #F06667;
    transform: rotate(40deg);

}

.datalist li:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1.5px solid #F06667;
    border-radius: 50px;
    left: 1px;
    top: 2px;
}

.greenbox-section .datalist>li:after {
    border: 1.5px solid #47BB17;
    border-radius: 50px;

}

.greenbox-section .datalist>li:before {
    border-bottom: 2px solid #47BB17;
    border-right: 2px solid #47BB17;
}

.datalist li {
    margin: 25px 0px;
    position: relative;
    padding-left: 35px;
}

/*last section - box Grids*/


section.boxgrid-section {
    padding: 80px 0 100px;
}

.boxes-wrap h3,
.box3 h3 {
    font-size: 42px;
    font-family: var(--primaryfont-bold);

}

.boxgrid-section .boxes-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}


.boxgrid-section .box-left {
    width: 100%;
    max-width: 50%;
    background: #F3FAEA;

}

.boxgrid-section .box-right {
    width: 100%;
    max-width: 50%;
    background: #f8f3ed;
}

.boxgrid-section .innerbox1 {
    padding: 70px 80px;
    margin: 0 10px;
}

.boxgrid-section .innerbox2 {

    padding: 70px 80px;
    margin: 0 10px;
}

.boxgrid-section .box3 img.data-loaded,
.grid-icon2 img.data-loaded {
    width: 100px;
    height: auto;
}

.grid-icon1 img.data-loaded {
    width: 93px;
    height: 88px;
}

.boxgrid-section .box3 {
    background: #F8F8F8;
    padding: 80px 100px;
    margin: 20px 0 0 0;
    text-align: center;
}

.boxgrid-section .box3 p {
    width: 852px;
    display: block;
    margin: 0 auto;
}


.ctawrap {
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}


.boxgrid-section [class*="grid-icon"] {
    width: 100px;
    height: 100px;
    background: url(/sites/zweb/images/contracts/data-protection/image.png) no-repeat;
    background-size: 300px auto;
    display: inline-block;
    margin-bottom: 10px;
}

.boxgrid-section .grid-icon2 {
    background-position: -100px 0px;
    height: 85px;

}

.boxgrid-section .grid-icon3 {
    background-position: -201px 0px;
    margin-left: -4%;
    margin-bottom: 0;
}

/*animation css*/

.middle-animated .banner-inner .flex-image {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);

}

.banner-inner .flex-image {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

span.leftsidebg,
.greenbox-section span.leftsidebg {
    opacity: 0;
    transition: .5s ease-out;
    transform: translateY(90px);
    transition-duration: .3s;
}

.middle-animated span.leftsidebg,
.middle-animated .greenbox-section span.leftsidebg,
.middle-animated span.rightsidebg,
.middle-animated .greenbox-section span.rightsidebg {
    opacity: 1;
    transform: translateY(0);
}

.middle-animated span.toprightbg {
    opacity: 1;
    transform: translateX(0);
}

span.rightsidebg,
.greenbox-section span.rightsidebg {
    opacity: 0;
    transition: .5s ease-out;
    transform: translateY(90px);
    transition-duration: .4s;
}

span.toprightbg {
    opacity: 0;
    transition: .5s ease-out;
    transition-duration: .5s;
    transform: translateX(30px);
}

.img-sec>picture>img {
    opacity: 0;
    transition: .5s ease-out;
    transform: scale(.9);
    transition-duration: 1s;
}

.middle-animated .img-sec>picture>img {
    opacity: 1;
    transform: scale(1);
}

.middle-animated .innerbox1,
.middle-animated .innerbox2,
.middle-animated .box3 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.innerbox1 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;

}

.innerbox2 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;

}

.box3 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;

}

.innerbox1,
.innerbox2,
.box3 {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.zsecond-section span.title-bg {
    position: relative;
    z-index: 9;
}

.zsecond-section span.title-bg:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EB4747;
    z-index: -99;
    transition: 1s ease-out;
}

.zsecond-section .middle-animated span.title-bg:before {
    width: 100%;
}


/* For Big Screen*/
@media only screen and (min-width : 1300px) {

    .boxes-wrap h3,
    .box3 h3 {
        line-height: 48px;
    }

    .zsecond-section .data-text-right {
        margin-left: 8%;
    }

    .flex-image img {
        max-width: 107%;
        position: relative;
        left: 13%;
    }


    .data-text-wrap p,
    .zthird-section p {
        line-height: 30px;
        margin-bottom: 0;
    }

    .boxgrid-section .boxes-wrap p,
    .boxgrid-section .box3 p {
        line-height: 2;
        margin-bottom: 0;
    }
}



@media (max-width: 1200px) {
    html {
        overflow-x: hidden;
    }

    .flex-image img {
        left: 0;
    }

    section.dataprotect-banner {
        padding: 100px 0;
    }

    .flex-content h1 {
        font-size: 43px;
        max-width: 600px;
    }

    .title-part h2,
    .content-part h2 {
        font-size: 38px;
    }

    .boxes-wrap h3,
    .box3 h3 {
        font-size: 35px;
    }

    .ctawrap h2 {
        font-size: 41px;
    }


    section.zsecond-section,
    section.zthird-section {
        padding: 100px 0;
    }

    .zsecond-section .data-text-left {
        max-width: 450px;
        margin-right: 30px;
    }

    .zsecond-section .data-text-right p {

        margin-bottom: 0;
    }

    .pinkbox-section .img-sec span.toprightbg {
        right: -96px;
        top: -2px;
        background-size: 109px auto;
    }

    .pinkbox-section .img-sec span.leftsidebg {
        width: 320px;
        height: 320px;
    }

    .pinkbox-section .img-sec span.rightsidebg {
        right: -62px;
        bottom: 2px;
    }

    .boxgrid-section .box3 p {
        width: 100%;
    }


    .boxgrid-section .innerbox2,
    .boxgrid-section .innerbox1 {
        padding: 60px 40px;
    }
}

/* For medium Screen*/

@media(max-width: 991px) {
    .flex-content h1 {
        font-size: 40px;
    }

    .flex-content h1,
    .flex-content p {
        display: block;
        margin: 0 auto;
    }

    section.boxgrid-section,
    section.zthird-section,
    section.dataprotect-banner {
        padding: 80px 0;
    }

    .title-part h2,
    .content-part h2 {
        font-size: 36px;
    }

    .boxes-wrap h3,
    .box3 h3 {
        font-size: 30px;
    }

    .ctawrap h2 {
        font-size: 38px;
    }

    .dataprotect-banner .banner-inner .zflex-wrap {
        flex-flow: column wrap;
        text-align: center;
    }

    .dataprotect-banner .banner-inner .flex-content {
        max-width: 75%;
    }

    .act-btn.cta-btn {
        margin-top: 0;
    }

    .dataprotect-banner .banner-inner .flex-image {
        max-width: 70%;
        margin-top: 40px;
    }

    .zsecond-section .title-part {
        text-align: center;
        margin: 0 auto;
    }

    .zthird-section p {
        width: 100%;
    }

    .pinkbox-section .content-part,
    .greenbox-section .content-part {
        width: auto;
        padding: 80px 80px 0;
    }

    .zsecond-section .title-part {
        text-align: center;
    }

    .pinkbox-section .img-sec span.leftsidebg {
        width: 200px;
        height: 200px;
        bottom: 124px;

    }

    .boxgrid-inner p {
        margin-bottom: 0;
    }

    .pinkbox-section .img-sec span.rightsidebg {

        bottom: -45px;
    }

    .pinkbox-section .img-sec span.toprightbg {
        width: 200px;
        height: 200px;
        right: -79px;
    }

    .greenbox-inner:before {
        height: 184px;
    }

    .greenbox-section .img-sec span.leftsidebg {
        width: 300px;
        height: 300px;
        top: 0;
        background-size: 200px auto;
    }


    .greenbox-section .img-sec span.rightsidebg {
        right: -80px;
        top: 68px;
        background-size: 200px auto;
    }

    .boxgrid-section .boxes-wrap {
        flex-flow: column wrap;
        gap: 0;
    }

    .boxgrid-section .box-left {
        max-width: 100%;
        background: #F3FAEA;

    }

    .boxgrid-section .grid-icon2 {
        background-position: -80px 0px;
        height: 66px !important;
    }


    .boxgrid-section [class*="grid-icon"] {
        width: 80px;
        height: 80px;
        background-size: 239px auto;
    }

    .boxgrid-section .grid-icon3 {
        margin-left: 0;
        background-position: -160px 0px;
    }

    .boxgrid-section .box-right {
        max-width: 100%;
        margin-top: 22px;
    }


    .boxgrid-section .box3 {
        text-align: left;
        padding: 50px 40px;
        margin: 20px 0px 0px;
    }

    .datalist li {
        font-size: 15px;
    }



    .datalist li:before {
        left: 9px;
    }
}

/* For tablet Screen*/

@media(max-width: 767px) {

    .zsecond-section .data-text-wrap {
        flex-flow: column wrap;
    }

    .zsecond-section .data-text-left,
    .zsecond-section .data-text-right {
        max-width: 100%;
        text-align: center;
    }

    .zsecond-section .data-text-right p {
        max-width: 100%;
    }

    .pinkbox-inner:before,
    .greenbox-inner:before {
        height: 114px;
    }

    .pinkbox-section .img-sec span.leftsidebg {
        width: 150px;
        height: 150px;
        background-size: 170px auto;
        top: 88px;
    }

    .pinkbox-section .img-sec span.rightsidebg {
        width: 150px;
        height: 150px;
        right: -56px;
        top: 154px;
        background-size: 77px auto;
    }

    .pinkbox-section .img-sec span.toprightbg {
        width: 150px;
        height: 150px;
        right: -55px;
        top: -5px;
        background-size: 77px auto;
    }

    .greenbox-inner:before {
        height: 150px;
    }

    .boxgrid-section .box3 {

        text-align: left;
    }

    .boxgrid-section .grid-icon3 {
        margin-left: 0;
    }

}


/* For medium size mobile Screen*/

@media(max-width: 640px) {

    .boxes-wrap h3,
    .box3 h3 {
        font-size: 25px;
    }


    .boxgrid-section [class*="grid-icon"] {
        margin-bottom: 0;
    }

    .dataprotect-banner .banner-inner .flex-content {
        max-width: 100%;
    }

    .pinkbox-section .img-sec span.leftsidebg {
        width: 100px;
        height: 100px;
        bottom: 146px;
    }

    .pinkbox-section .img-sec span.toprightbg {
        width: 120px;
        height: 120px;
        right: -46px;
        top: -3px;
        background-size: 57px auto;

    }

    .pinkbox-section .img-sec span.rightsidebg {
        top: 108px;
    }

    .pinkbox-section .content-part,
    .greenbox-section .content-part {
        padding: 12% 8% 0%;
    }

    .greenbox-section .img-sec span.leftsidebg {
        width: 150px;
        height: 150px;
        top: 4px;
        background-size: 190px auto;
    }

    .greenbox-section .img-sec span.rightsidebg {
        right: -180px;
        top: 68px;
        background-size: 100px auto;
    }


    .boxgrid-section .innerbox2,
    .boxgrid-section .innerbox1 {
        padding: 50px 30px;
    }

    .boxgrid-section .box3 {
        padding: 50px 30px;
        text-align: left;
        margin: 20px 0 0;
    }


}

@media(max-width: 480px) {

    section.boxgrid-section,
    section.zsecond-section,
    section.dataprotect-banner {
        padding: 60px 0;
    }

    .flex-content h1 {
        font-size: 36px;
    }


    .title-part h2,
    .content-part h2 {
        font-size: 26px;
    }

    .boxes-wrap h3,
    .box3 h3 {
        font-size: 23px;
    }


    .ctawrap h2 {
        font-size: 30px;
    }

    .dataprotect-banner .banner-inner .flex-image {
        max-width: 100%;
    }


    .boxgrid-section .innerbox2,
    .boxgrid-section .innerbox1 {
        padding: 30px 20px;
    }

    .boxgrid-section [class*="grid-icon"] {
        margin-bottom: 5px;
    }

    .pinkbox-inner:before,
    .greenbox-inner:before {
        height: 60px;
    }

    .pinkbox-section .img-sec span.leftsidebg,
    .pinkbox-section .img-sec span.rightsidebg {
        display: none;
    }

    .boxgrid-section [class*="grid-icon"] {
        width: 80px;
        height: 80px;
        background-size: 239px auto;
    }

    .boxgrid-section .grid-icon2 {
        background-position: -80px 0px;
        height: 70px;
    }

    .boxgrid-section .grid-icon3 {
        background-position: -159px 0px;
    }

    .pinkbox-section .content-part,
    .greenbox-section .content-part {
        padding: 30px 30px 0;
    }

    .flex-image img {
        max-width: 80%;
    }

    .pinkbox-section .img-sec span.toprightbg {
        width: 60px;
        height: 60px;
        right: -5px;
        top: -3px;
        background-size: 50px auto;
    }

    .greenbox-section .img-sec span.leftsidebg {
        width: 100px;
        height: 100px;
        top: 4px;
        background-size: 190px auto;
    }

    .greenbox-section .img-sec span.rightsidebg {
        right: 11px;
        top: 40px;
        background-size: 150px auto;
        width: 80px;
        height: 80px;
    }


    .boxgrid-section .box3 {
        padding: 40px 30px;
        text-align: left;
        margin: 20px 0 0;
    }

 

}