.pagewrapper .content-wrap {
    padding: 90px 0;
}

:root {
    --page-sprite: url(//cdn.zoho.com.cn/sites/zweb/images/creator/custom-app-development/cad-sprite.svg);
    --sprite-size: 930px;
}

/* banner-style */
.zcr-cad-bnr-inner {
    display: flex;
    gap: 50px;
}

.zcr-cad-bnr-left,
.zcr-cad-bnr-right {
    width: 50%;
}

.zcr-cad-bnr-left {
    max-width: 600px;
}

.zcr-cad-bnr-left h1 {
    font-size: 65px;
    letter-spacing: -1px;
}

.zcr-cad-bnr-left .zcr-cad-watch-video {
    display: inline-block;
    padding: 0 0 0 70px;
    cursor: pointer;
}

.zcr-cad-bnr-left .watch-video {
    position: relative;
}

.zcr-cad-bnr-left .watch-video::before,
.zcr-cad-bnr-left .watch-video::after {
    content: "";
    position: absolute;
}

.zcr-cad-bnr-left .watch-video::before {
    width: 8px;
    height: 10px;
    background-color: #000;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    left: -23px;
    top: 5px;
}

.zcr-cad-bnr-left .watch-video::after {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    left: -30px;
    top: 0;
}

.zcr-cad-bnr-right {
    position: relative;
}

.zcr-cad-bnr-right:before,
.zcr-cad-bnr-right:after {
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.zcr-cad-bnr-right:before {
    width: 46px;
    height: 45px;
    background: var(--page-sprite) no-repeat;
    background-size: var(--sprite-size);
    background-position: -758px 0px;
    top: 50px;
    left: 150px;
    box-shadow: 0px 20px 16px 0px rgba(125, 169, 255, 0.25);
    border-radius: 12px;
    transform: translate(100px, 200px) rotate(40deg);
    animation: icon-translate 1s forwards 3s, icon-rotate 10s infinite 5.5s linear;
}

@keyframes icon-translate {
    0% {
        transform: translate(150px, 200px) rotate(50deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(-10deg);
        opacity: 1;
    }
}

@keyframes icon-rotate {
    0% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(80deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}


.zcr-cad-bnr-right:after {
    width: 166px;
    height: 230px;
    top: 165px;
    left: 120px;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/creator/custom-app-development/cad-bnr-pie-chart.svg) no-repeat;
    background-size: 166px;
    box-shadow: 0px 26.792px 26.792px 0px rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    transform: translate(200px, 100px);
    --translate-val: 0px, -30px;
    scale: 0.5;
    animation: pie-chart-translate 1s forwards 3s, translate-ani 10s infinite 5.5s linear;
}

@keyframes pie-chart-translate {
    0% {
        transform: translate(200px, 100px);
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
        scale: 1;
    }
}

@keyframes translate-ani {
    0% {
        transform: translate(0px);
    }

    50% {
        transform: translate(var(--translate-val));
    }

    100% {
        transform: translate(0px);
    }
}

.zcr-cad-bnr-women-img {
    position: relative;
    top: 0;
    left: 160px;
    display: block;
    transform: perspective(1000px) rotateY(-180deg);
    animation: card-rotate 2s forwards 1s;
}

@keyframes card-rotate {
    0% {
        transform: perspective(1000px) rotateY(-180deg);
    }

    100% {
        transform: perspective(1000px) rotateY(0deg);
    }
}

.zcr-bnr-line-chart {
    position: absolute;
    left: 435px;
    top: 44%;
    transform: translateY(-50%);
    opacity: 0;
    transform: translate(-150px, 100px);
    --translate-val: 0px, 30px;
    animation: line-chart-translate 1s forwards 3s, translate-ani 8s infinite 6.5s ease-in-out;
}

@keyframes line-chart-translate {
    0% {
        transform: translate(-150px, 100px);
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

/* end-banner-style */
/* cad-problems-sec */
.zcr-cad-problems-sec {
    background-color: #0E0E21;
    color: #fff;
    border-radius: 50px 50px 0 0;
}

.zcr-cad-problems-sec .content-wrap {
    padding: 90px 0 140px;
}

.zcr-cad-problems-inner {
    display: flex;
    align-items: center;
}

.zcr-cad-problems-inner>div {
    width: 50%;
}

.zcr-cad-problems-img {
    display: block;
    margin: 0 auto;
    transition: 1s all;
}

.zcr-cad-problems-right h3>span {
    font-family: var(--primaryfont-regular);
}

.zcr-cad-problems-right>p:not(:last-child) {
    margin-bottom: 30px;
}

/* end-cad-problems-sec */
/* cad-route-sec */
.zcr-cad-route-sec {
    background-color: var(--zcr-dark-bg);
    position: relative;
}

.zcr-cad-route-sec::before {
    content: "";
    width: 100%;
    height: 50px;
    background-color: var(--zcr-dark-bg);
    border-radius: 50px 50px 0 0;
    position: absolute;
    top: -50px;
    left: 0;
}

.zcr-cad-route-sec .content-wrap {
    padding: 40px 0 140px;
}

.zcr-cad-route-inner {
    padding: 60px 0 60px 80px;
    background-color: #F1F1F9;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border: 1px solid #D2D2EB;
}

.zcr-cad-route-inner>div {
    width: 50%;
}

.zcr-cad-route-left {
    max-width: 530px;
}

.zcr-cad-route-left h2 {
    font-size: 40px;
}

.zcr-cad-route-inner:first-child {
    margin-bottom: 40px;
    --sticky-val: 85px;
    position: sticky;
    top: var(--sticky-val);
}

.zcr-cad-route-inner:last-child {
    padding: 90px 80px;
}

.zcr-cad-route-img img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 25px 0;
}

/* end-cad-route-sec */
/* cad-benefits-sec */
.zcr-cad-benefits-sec {
    position: relative;
}

.zcr-cad-benefits-sec::before {
    content: "";
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    position: absolute;
    top: -50px;
    left: 0;
}

.zcr-cad-benefits-sec .content-wrap {
    padding: 40px 0 90px;
}

.zcr-cad-benefits-inner h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
}

.zcr-cad-benefits-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.zcr-cad-benefits-flex>div:first-child,
.zcr-cad-benefits-flex>div:last-child {
    width: 40%;
}

.zcr-cad-benefits-flex>div:nth-child(2),
.zcr-cad-benefits-flex>div:nth-child(3) {
    width: 58%;
}

.zcr-cad-benefits-flex>div {
    background: #F1F1F9;
    border: 1px solid #D2D2EB;
    border-radius: 25px;
    padding: 60px 60px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.zcr-cad-benefits-flex>div div {
    max-width: 600px;
}

.zcr-cad-benefits-img img {
    display: block;
    margin: 0 auto;
}

/* end-cad-benefits-sec */
/* cad-revolution-sec */
.zcr-cad-revolution-sec {
    text-align: center;
}

.zcr-cad-revolution-sec .content-wrap {
    padding: 30px 0 140px;
}

.zcr-cad-revolution-sec h2 {
    font-size: 48px;
}

.zcr-cad-revolution-sec p {
    max-width: 970px;
    margin: 0 auto 50px;
}

.zcr-cad-revolution-video video {
    border-radius: 16px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

/* end-cad-revolution-sec */
/* cad-features-sec */
.zcr-cad-features-sec {
    position: relative;
    background-color: #121212;
    color: #fff;
}

.zcr-cad-features-sec::before {
    content: "";
    width: 100%;
    height: 50px;
    background-color: #121212;
    border-radius: 50px 50px 0 0;
    position: absolute;
    top: -50px;
    left: 0;
}

.zcr-cad-features-sec .content-wrap {
    padding: 40px 0 140px;
}

.zcr-cad-features-sec-2 .content-wrap {
    padding: 40px 0 90px;
}

.zcr-cad-features-inner h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
}

.zcr-cad-features-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0 auto;
}

.zcr-cad-features-flex>div {
    width: 33%;
    padding: 40px 20px 50px 40px;
    border-color: #282828;
    border-style: solid;
    position: relative;
}

.zcr-cad-features-flex>div::before,
.zcr-cad-mobile-features-right div::before {
    content: "";
    display: block;
    width: 44px;
    height: 42px;
    margin-bottom: 20px;
    background: var(--page-sprite) no-repeat;
    background-size: var(--sprite-size);
}

.zcr-cad-features-flex-1>div:first-child::before {
    width: 42px;
}

.zcr-cad-features-flex-1>div:nth-child(2)::before {
    background-position: -43px 0;
}

.zcr-cad-features-flex-1>div:nth-child(3)::before {
    background-position: -87px 0;
    width: 43px;
}

.zcr-cad-features-flex-1>div:nth-child(4)::before {
    background-position: -130px 0;
}

.zcr-cad-features-flex-1>div:nth-child(5)::before {
    background-position: -174px 0;
    width: 38px;
    height: 44px;
}

.zcr-cad-features-flex-1>div:last-child::before,
.zcr-cad-mobile-features-right>div:first-child::before,
.zcr-cad-features-flex-2>div:first-child::before {
    background-position: -212px 0;
    width: 32px;
}

.zcr-cad-mobile-features-right>div:first-child::before {
    background-position: -244px 0;
}

.zcr-cad-mobile-features-right>div:nth-child(2)::before {
    background-position: -276px 0;
    height: 36px;
}

.zcr-cad-mobile-features-right>div:nth-child(3)::before {
    background-position: -321px 0;
    width: 28px;
    height: 46px;
}

.zcr-cad-mobile-features-right>div:nth-child(4)::before {
    background-position: -349px 0;
    width: 42px;
    height: 41px;
}

.zcr-cad-mobile-features-right>div:nth-child(5)::before {
    background-position: -391px 0;
    height: 43px;
}

.zcr-cad-mobile-features-right>div:nth-child(6)::before {
    background-position: -435px 0;
    width: 42px;
}

.zcr-cad-mobile-features-right>div:last-child::before,
.zcr-cad-features-flex-2>div:first-child::before {
    background-position: -477px 0;
    height: 45px;
}

.zcr-cad-features-flex-2>div:first-child::before {
    background-position: -520px 0;
    width: 31px;
}

.zcr-cad-features-flex-2>div:nth-child(2)::before {
    background-position: -552px 0;
    width: 35px;
    height: 43px;
}

.zcr-cad-features-flex-2>div:nth-child(3)::before {
    background-position: -586px 0;
    width: 42px;
}

.zcr-cad-features-flex-2>div:nth-child(4)::before {
    background-position: -672px 0;
    width: 45px;
}

.zcr-cad-features-flex-2>div:nth-child(5)::before {
    background-position: -629px 0;
}

.zcr-cad-features-flex-2>div:last-child::before {
    background-position: -717px 0;
    width: 42px;
}

.zcr-cad-features-flex>div:first-child::after,
.zcr-cad-features-flex>div:nth-child(2):after {
    content: "";
    width: 32px;
    height: 32px;
    background-color: #121212;
    position: absolute;
    bottom: -16px;
    right: -16px;
    z-index: 1;
}

.zcr-cad-features-flex>div:first-child,
.zcr-cad-features-flex>div:nth-child(2) {
    border-width: 0 1px 1px 0;
}

.zcr-cad-features-flex>div:nth-child(3) {
    border-width: 0 0 1px 0;
}

.zcr-cad-features-flex>div:nth-child(4),
.zcr-cad-features-flex>div:nth-child(5) {
    border-width: 0 1px 0 0;
}

.zcr-cad-features-flex div p {
    margin-bottom: 0;
}

/* end-cad-features-sec */
/* cad-types-sec */
.zcr-cad-types-sec {
    position: relative;
}

.zcr-cad-types-sec::before {
    content: "";
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    position: absolute;
    top: -50px;
    left: 0;
}

.zcr-cad-types-sec .content-wrap {
    padding: 40px 0 90px;
}

.zcr-cad-types {
    background-color: #F6F6F6;
    border-radius: 25px;
    padding: 100px;
}

.zcr-cad-types h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
}

.zcr-cad-types-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.zcr-cad-types-list li {
    width: 50%;
    font-size: 20px;
    position: relative;
    padding-left: 40px;
}

.zcr-cad-types-list li span {
    font-family: var(--primaryfont-semibold);
}

.zcr-cad-types-list li::before {
    content: "";
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #0A9370;
    position: absolute;
    top: 1px;
    left: 0;
}

.zcr-cad-types-list li::after {
    content: "";
    width: 14px;
    height: 7px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 2px 2px;
    position: absolute;
    top: 9px;
    left: 7px;
    transform: rotate(315deg);
}

/* end-cad-types-sec */
/* cad-mobile-app-sec */
.zcr-cad-mobile-app-sec .content-wrap {
    padding: 0 0 140px;
}

.zcr-cad-mobile-flex {
    display: flex;
}

.zcr-cad-mobile-flex>div {
    width: 50%;
}

.zcr-cad-mobile-app {
    margin-bottom: 150px;
}

.zcr-cad-mobile-app-left>* {
    max-width: 550px;
}

.zcr-cad-mobile-app-sec h2 {
    font-size: 48px;
}

.zcr-cad-mobile-app-right {
    position: relative;
}

.zcr-cad-mobile-app-img {
    position: relative;
    max-width: 470px;
    height: 100%;
    background-color: #EAE8FF;
    border-radius: 25px;
    display: flex;
    align-items: end;
    margin: 0 auto;
    overflow: hidden;
}

.zcr-cad-mobile-app-img img {
    display: block;
    margin-left: 10px;
}

.zcr-cad-mobile-app-img::before,
.zcr-cad-mobile-app-img::after {
    content: "";
    width: 61px;
    height: 61px;
    border-radius: 15px;
    box-shadow: 0px 29.28px 39.04px 0px rgba(28, 44, 64, 0.30);
    background: var(--page-sprite) no-repeat;
    background-size: var(--sprite-size);
    position: absolute;
    bottom: 35px;
    z-index: 1;
}

.middle-animated .zcr-cad-mobile-app-img::before,
.middle-animated .zcr-cad-mobile-app-img::after {
    --translate-val: -30px, 0px;
    animation: translate-ani 10s infinite ease-in-out;
}

.zcr-cad-mobile-app-img::before {
    right: 110px;
    background-position: -805px 0;
}

.zcr-cad-mobile-app-img::after {
    right: 35px;
    background-position: -868px 0;
}

.zcr-cad-mobile-features {
    max-width: 1080px;
    margin: 0 auto;
    justify-content: space-between;
}

.zcr-cad-mobile-features-left {
    position: relative;
}

.zcr-cad-mobile-features-left h2 {
    --sticky-val: 85px;
    max-width: 450px;
    position: sticky;
    top: var(--sticky-val);
}

.zcr-cad-mobile-features-right {
    max-width: 500px;
}

.zcr-cad-mobile-features-right div:not(:last-child) {
    margin-bottom: 50px;
}

.zcr-cad-mobile-features-right p {
    margin-bottom: 0;
}

/* end-cad-mobile-app-sec */
/* cad-mobile-app-sec */
.zcr-cad-cta-sec .content-wrap {
    padding: 90px 0 0;
}

.zcr-cad-cta-inner {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.zcr-cad-cta-inner h2 {
    font-size: 48px;
}

/* end-cad-mobile-app-sec */
/* faq */
.faq h2 {
    text-align: center;
    margin-bottom: 60px;
}

.faq h2:before {
    display: block;
    content: '';
    background: url(//cdn.zoho.com.cn/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;
}

/* end-faq */
@media all and (min-width:1200px) {

    .inup1,
    .inup2,
    .inup3,
    .inup4 {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 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);
        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 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .inup1 {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms
    }

    .inup2 {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms
    }

    .inup3 {
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms
    }

    .inup4 {
        -webkit-transition-delay: 700ms;
        transition-delay: 700ms
    }
}

@media screen and (max-width:1399px) {

    /* banner-style */
    .zcr-cad-bnr-left {
        max-width: 560px;
    }

    .zcr-cad-bnr-left h1 {
        font-size: 50px;
    }

    /* end-banner-style */
    /* cad-problems-sec */
    .zcr-cad-problems-inner {
        justify-content: space-between;
    }

    .zcr-cad-problems-inner .zcr-cad-problems-left {
        width: 40%;
    }

    .zcr-cad-problems-inner .zcr-cad-problems-right {
        width: 55%;
        max-width: 640px;
    }

    /* end-cad-problems-sec */
    /* cad-route-sec */
    .zcr-cad-route-inner {
        max-width: 1050px;
        margin: 0 auto;
    }

    .zcr-cad-route-left h2,
    .zcr-cad-benefits-flex h3 {
        font-size: 34px;
    }

    .zcr-cad-route-img img {
        max-width: 460px;
    }

    /* end-cad-route-sec */
    /* cad-benefits-sec */
    .zcr-cad-benefits-inner h2,
    .zcr-cad-revolution-sec h2,
    .zcr-cad-features-inner h2,
    .zcr-cad-types h2,
    .zcr-cad-mobile-app-sec h2,
    .zcr-cad-cta-inner h2 {
        font-size: 40px;
    }

    .zcr-cad-benefits-flex>div {
        padding: 40px 50px 0;
    }

    /* end-cad-benefits-sec */
    /* cad-types-sec */
    .zcr-cad-types {
        padding: 60px;
        max-width: 1150px;
        margin: 0 auto;
    }

    /* end-cad-types-sec */
    /* cad-mobile-app-sec */
    .zcr-cad-mobile-app {
        gap: 50px;
    }

    .zcr-cad-mobile-features {
        max-width: 900px;
        gap: 30px;
    }

    .zcr-cad-mobile-features .zcr-cad-mobile-features-left {
        width: 45%;
        max-width: 370px;
    }

    .zcr-cad-mobile-features .zcr-cad-mobile-features-right {
        width: 55%;
    }

    /* end-cad-mobile-app-sec */
}

@media screen and (max-width:1199px) {

    /* banner-style */
    .zcr-cad-bnr-inner {
        justify-content: space-around;
    }

    .zcr-cad-bnr-left {
        width: 65%;
    }

    .zcr-cad-bnr-left h1 {
        font-size: 46px;
    }

    .zcr-cad-bnr-right {
        width: 35%;
    }

    .zcr-bnr-line-chart,
    .zcr-cad-bnr-right:before,
    .zcr-cad-bnr-right:after {
        display: none;
    }

    .zcr-cad-bnr-women-img {
        position: inherit;
        filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.04));
        animation: none;
        transform: none;
    }

    /* end-banner-style */
    /* cad-route-sec */
    .zcr-cad-route-inner,
    .zcr-cad-route-inner:last-child {
        padding: 60px;
        gap: 50px;
        align-items: center;
    }

    .zcr-cad-route-inner:first-child {
        position: relative;
        top: 0;
    }

    .zcr-cad-route-left h2,
    .zcr-cad-benefits-flex h3 {
        font-size: 30px;
    }

    .zcr-cad-route-img img {
        position: inherit;
        max-width: 100%;
    }

    /* end-cad-route-sec */
    /* cad-benefits-sec */
    .zcr-cad-benefits-inner h2,
    .zcr-cad-revolution-sec h2,
    .zcr-cad-features-inner h2,
    .zcr-cad-types h2,
    .zcr-cad-mobile-app-sec h2,
    .zcr-cad-cta-inner h2 {
        font-size: 36px;
    }

    .zcr-cad-benefits-flex {
        gap: 25px;
    }

    .zcr-cad-benefits-flex>div:nth-child(2),
    .zcr-cad-benefits-flex>div:nth-child(3) {
        width: 57%;
    }

    /* end-cad-benefits-sec */
    /* cad-revolution-sec */
    .zcr-cad-revolution-sec p {
        max-width: 900px;
        margin: 0 auto 40px;
    }

    /* end-cad-revolution-sec */
    /* cad-mobile-app-sec */
    .zcr-cad-mobile-app-img {
        max-height: 530px;
    }

    /* end-cad-mobile-app-sec */
}

@media screen and (max-width:991px) {

    /* content-wrap-style */
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }

    .zcr-cad-problems-sec .content-wrap {
        padding: 70px 0 120px;
    }

    .zcr-cad-route-sec .content-wrap,
    .zcr-cad-features-sec .content-wrap {
        padding: 20px 0 120px;
    }

    .zcr-cad-benefits-sec .content-wrap,
    .zcr-cad-types-sec .content-wrap,
    .zcr-cad-features-sec-2 .content-wrap {
        padding: 20px 0 70px;
    }

    .zcr-cad-revolution-sec .content-wrap,
    .zcr-cad-mobile-app-sec .content-wrap {
        padding: 0 0 120px;
    }

    .zcr-cad-cta-sec .content-wrap {
        padding: 70px 0 0;
    }

    /* end-content-wrap-style */

    .zcr-cad-problems-left {
        display: none;
    }

    .zcr-cad-problems-inner .zcr-cad-problems-right {
        width: 100%;
    }

    /* cad-route-sec */
    .zcr-cad-route-inner,
    .zcr-cad-route-inner:last-child {
        flex-direction: column;
        padding: 50px;
        gap: 30px;
    }

    .zcr-cad-route-inner>div {
        width: 100%;
        max-width: 100%;
    }

    .zcr-cad-route-img img {
        max-width: 400px;
    }

    /* end-cad-route-sec */
    /* cad-benefits-sec */
    .zcr-cad-benefits-inner h2,
    .zcr-cad-revolution-sec {
        text-align: left;
    }

    .zcr-cad-benefits-flex>div:first-child,
    .zcr-cad-benefits-flex>div:last-child,
    .zcr-cad-benefits-flex>div:nth-child(2),
    .zcr-cad-benefits-flex>div:nth-child(3) {
        width: 100%;
        max-width: 700px;
    }

    .zcr-cad-benefits-img img {
        margin: 0;
    }

    /* end-cad-benefits-sec */
    /* cad-revolution-sec */
    .zcr-cad-revolution-sec p {
        margin: 0 0 30px;
        max-width: 800px;
    }

    /* end-cad-revolution-sec */
    /* cad-features-sec */
    .zcr-cad-features-flex>div {
        padding: 40px 20px 50px 20px;
    }

    /* end-cad-features-sec */
    /* cad-types-sec */
    .zcr-cad-types {
        padding: 50px;
    }

    .zcr-cad-types-list li {
        font-size: 17px;
        padding-left: 30px;
    }

    .zcr-cad-types-list li::before {
        width: 21px;
        height: 21px;
        top: 2px;
    }

    .zcr-cad-types-list li::after {
        width: 12px;
        height: 5px;
        top: 9px;
        left: 5px;
    }

    /* end-cad-types-sec */
    /* cad-mobile-app-sec */
    .zcr-cad-mobile-app {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 100px;
    }

    .zcr-cad-mobile-flex>div {
        width: 100%;
    }

    .zcr-cad-mobile-app-left>* {
        max-width: 700px;
    }

    .zcr-cad-mobile-app-img {
        max-height: 100%;
        margin: 0;
        padding-top: 50px;
    }

    /* end-cad-mobile-app-sec */
}

@media screen and (max-width: 767px) {

    /* content-wrap-style */
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }

    .zcr-cad-revolution-sec .content-wrap,
    .zcr-cad-mobile-app-sec .content-wrap {
        padding: 0 0 70px;
    }

    .zcr-cad-cta-sec .content-wrap{
        padding: 70px 0 0;
    }

    /* end-content-wrap-style */
    .zcr-cad-bnr-inner {
        flex-direction: column;
    }

    .zcr-cad-bnr-left,
    .zcr-cad-bnr-right {
        width: 100%;
        max-width: 100%;
    }

    .zcr-cad-bnr-left h1 {
        font-size: 40px;
    }

    .zcr-cad-bnr-left p {
        max-width: 700px;
    }

    .zcr-cad-problems-sec {
        border-radius: 0;
    }

    /* cad-route-sec */
    .zcr-cad-route-sec::before,
    .zcr-cad-benefits-sec::before,
    .zcr-cad-features-sec::before,
    .zcr-cad-types-sec::before {
        display: none;
    }

    .zcr-cad-route-inner,
    .zcr-cad-route-inner:last-child {
        padding: 40px;
        border-radius: 15px;
    }

    .zcr-cad-route-left h2,
    .zcr-cad-benefits-flex h3 {
        font-size: 24px;
    }

    .zcr-cad-route-img img {
        max-width: 100%;
    }

    /* end-cad-route-sec */
    /* cad-benefits-sec */
    .zcr-cad-benefits-inner h2,
    .zcr-cad-revolution-sec h2,
    .zcr-cad-features-inner h2,
    .zcr-cad-types h2,
    .zcr-cad-mobile-app-sec h2,
    .zcr-cad-cta-inner h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .zcr-cad-benefits-flex>div {
        padding: 30px 30px 0;
        border-radius: 15px;
    }

    /* end-cad-benefits-sec */
    /* cad-revolution-sec */
    .zcr-cad-revolution-video video {
        border-radius: 10px;
    }

    /* end-cad-revolution-sec */
    /* cad-features-sec */
    .zcr-cad-features-inner h2,
    .zcr-cad-types h2 {
        text-align: left;
    }

    .zcr-cad-features-flex {
        flex-direction: column;
        max-width: 600px;
        margin: 0;
    }

    .zcr-cad-features-flex>div {
        width: 100%;
        padding: 30px 0;
    }

    .zcr-cad-features-flex>div:first-child,
    .zcr-cad-features-flex>div:nth-child(2),
    .zcr-cad-features-flex>div:nth-child(3),
    .zcr-cad-features-flex>div:nth-child(4),
    .zcr-cad-features-flex>div:nth-child(5) {
        border-width: 0 0 1px 0;
    }

    .zcr-cad-features-flex>div:first-child::after,
    .zcr-cad-features-flex>div:nth-child(2):after {
        display: none;
    }

    /* end-cad-features-sec */
    /* cad-types-sec */
    .zcr-cad-types {
        border-radius: 15px;
        padding: 30px;
    }

    .zcr-cad-types-list {
        flex-direction: column;
        gap: 20px;
    }

    .zcr-cad-types-list li {
        width: 100%;
    }

    /* end-cad-types-sec */
    /* cad-mobile-app-sec */
    .zcr-cad-mobile-app {
        margin-bottom: 70px;
    }

    .zcr-cad-mobile-app-img {
        justify-content: center;
        border-radius: 15px;
    }

    .zcr-cad-mobile-app-img::before,
    .zcr-cad-mobile-app-img::after {
        display: none;
    }

    .zcr-cad-mobile-app-img img {
        max-width: 400px;
        margin: 0;
    }

    .zcr-cad-mobile-features {
        flex-direction: column;
    }

    .zcr-cad-mobile-features-left h2 {
        max-width: 100%;
        position: initial;
    }

    .zcr-cad-mobile-features .zcr-cad-mobile-features-left,
    .zcr-cad-mobile-features .zcr-cad-mobile-features-right {
        width: 100%;
        max-width: 100%;
    }

    .zcr-cad-mobile-features .zcr-cad-mobile-features-right {
        max-width: 600px;
    }

    /* end-cad-mobile-app-sec */
    /* cad-cta-sec */
    .zcr-cad-cta-inner {
        margin: auto;
        text-align: left;
    }

    /* end-cad-cta-sec */
}

@media screen and (max-width: 480px) {

    /* banner-style */
    .zcr-cad-bnr-inner {
        gap: 30px;
    }

    .zcr-cad-bnr-left h1 {
        font-size: 32px;
    }

    .zcr-cad-bnr-left .cta-btn {
        margin-bottom: 15px;
    }

    .zcr-cad-bnr-left .zcr-cad-watch-video {
        display: block;
        padding: 0 0 0 35px;
    }

    /* end-banner-style */
    /* cad-route-sec */
    .zcr-cad-route-inner,
    .zcr-cad-route-inner:last-child {
        padding: 30px 25px;
        border-radius: 10px;
    }

    .zcr-cad-route-left h2,
    .zcr-cad-benefits-flex h3 {
        font-size: 20px;
    }

    /* end-cad-route-sec */
    /* cad-benefits-sec */
    .zcr-cad-benefits-inner h2,
    .zcr-cad-revolution-sec h2,
    .zcr-cad-features-inner h2,
    .zcr-cad-types h2,
    .zcr-cad-mobile-app-sec h2,
    .zcr-cad-cta-inner h2 {
        font-size: 26px;
    }

    .zcr-cad-benefits-flex>div {
        padding: 30px 25px 0;
        border-radius: 10px;
    }

    /* cad-benefits-sec */
    /* cad-revolution-sec */
    .zcr-cad-revolution-video video {
        border-radius: 5px;
    }

    /* end-cad-revolution-sec */
    /* cad-features-sec */
    .zcr-cad-features-flex>div {
        padding: 20px 0;
    }

    .zcr-cad-features-flex>div::before,
    .zcr-cad-mobile-features-right div::before {
        scale: 0.8;
    }

    /* end-cad-features-sec */
    /* cad-mobile-app-sec */
    .zcr-cad-mobile-app-img {
        border-radius: 10px;
    }

    .zcr-cad-mobile-app-img img {
        max-width: 280px;
    }

    /* end-cad-mobile-app-sec */
}