*,
*:before,
*:after {
    box-sizing: border-box
}

.zw-product-header {
    background-color: #fff0f8
}

.banner-section {
    padding: 90px 0;
    position: relative;
    background-color: #fff0f8
}

.banner_inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.left_content {
    width: 40%;
    min-width: 500px
}

.left_content h1 {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 35px;
    max-width: 493px
}

.act-btn {
    border-radius: 3px;
    font-size: 18px;
    padding: 12px 30px
}

.manage-calls-section {
    padding: 100px 0;
    text-align: center
}

.manage-calls-inner h2 {
    font-size: 42px;
    line-height: 53px;
    margin: 0 auto 50px;
    max-width: 760px
}

.manage_card_flex {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto
}

.manage_card {
    margin-top: 30px;
    background: #263b49;
    border-radius: 5px;
    padding: 45px;
    color: #fff;
    width: 420px
}

.manage_card h4 {
    font-size: 23px;
    line-height: 32px
}

.manage_card h4+p {
    max-width: 315px;
    margin: 0 auto 20px
}

.key-features-section {
    text-align: center;
    padding: 80px 0;
    position: relative
}

.key-features-section::before {
    content: "";
    position: absolute;
    width: 93%;
    height: 100%;
    background: #f8f8f8;
    inset: 0;
    margin: auto
}

.key-features-inner h2 {
    font-size: 42px;
    line-height: 53px
}

.key_feature_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.key_feature_list {
    padding: 30px;
    background-color: #fff;
    width: 32%;
    margin: 15px 7px;
    max-width: 355px;
    border-radius: 5px
}

.key_feature_list h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px
}

.integration-steps-section {
    background: #263b49;
    margin-top: 30px;
    color: #fff;
    padding: 100px 0
}

.integration-steps-inner {
    display: flex;
    justify-content: center;
    align-items: center
}

.steps_flex span {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.integration-steps-inner h2 {
    font-size: 42px;
    line-height: 50px;
    width: 46%;
    max-width: 445px;
    margin-bottom: 0;
    margin-right: 120px
}

.steps_list {
    width: 46%;
    position: relative;
    padding: 25px 0
}

.steps_flex {
    display: flex;
    align-items: center;
    padding: 17px 0;
    position: relative
}

.steps_flex span {
    justify-content: center;
    margin-right: 35px;
    min-width: 43px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    font-family: var(--secondaryfont-bold);
    background-color: #263b49
}

.steps_flex p {
    margin-bottom: 0;
    max-width: 425px
}

.steps_list::before {
    content: "";
    width: 1px;
    height: 0;
    background-color: #fff;
    position: absolute;
    left: 21px;
    top: 0;
    transition: all ease 2.5s
}

.faq-section {
    margin-top: 100px
}

.faq-inner {
    max-width: 875px;
    margin: 0 auto
}

.faq-inner h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 60px;
    text-align: center
}

.faq-list h4 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-bottom: 18px;
    cursor: pointer;
    border-bottom: 1px solid rgb(0 0 0 / 40%);
    margin-bottom: 18px;
    padding-right: 100px
}

.faq-list p {
    max-width: 90%;
    width: 630px;
    display: none;
    margin-bottom: 30px
}

.faq-list.last-list {
    border-bottom: 0
}

.faq-list.active h4:after {
    transform: rotate(0)
}

.faq-list:first-child p {
    display: block
}

.faq-list h4 span {
    position: absolute;
    right: 50px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 1px solid #000;
    top: 0;
    bottom: 18px;
    margin: auto
}

.faq-list h4 span::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #000;
    position: absolute;
    inset: 0;
    margin: auto
}

.faq-list h4 span::after {
    content: "";
    height: 15px;
    width: 1px;
    background-color: #000;
    position: absolute;
    inset: 0;
    margin: auto
}

.faq-list.active h4 span::after {
    display: none
}

.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3,
.pagewrapper h4 {
    font-family: var(--secondaryfont-bold);
}

.btm-section {
    background: #f8f8f8;
    margin-top: 100px
}

element.style {}

.btm-section h2 {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 950px;
}

.btm-section .content-wrap {
    text-align: center;
    padding: 120px 0
}

.btm-section h1 {
    font-size: 42px;
    line-height: 56px;
    margin: 0 auto 30px;
    text-align: center
}

@media only screen and (min-width:768px) {
    .middle-animated .steps_list::before {
        height: 100%;
        transition-delay: .7s
    }

    .fadeinup {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
    }

    .fadeinupcontent {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
    }

    .fadeinright {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -moz-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -ms-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
    }

    .middle-animated .fadeinup,
    .middle-animated .fadeinupcontent,
    .middle-animated .fadeindown {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -ms-filter: "alpha(opacity=100)"
    }

    .middle-animated .fadeinleft,
    .middle-animated .fadeinright,
    .middle-animated .fadeinleft,
    .middle-animated .fadeinright {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -ms-filter: "alpha(opacity=100)"
    }

    .middle-animated .zoom {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .delay1 {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms
    }

    .delay2 {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms
    }

    .delay3 {
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms
    }

    .delay4 {
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms
    }

    .delay5 {
        -webkit-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms
    }

    .delay6 {
        -webkit-transition-delay: 1200ms;
        -o-transition-delay: 1200ms;
        transition-delay: 1200ms
    }

    .delay7 {
        -webkit-transition-delay: 1400ms;
        -o-transition-delay: 1400ms;
        transition-delay: 1400ms
    }
}

@media(max-width:1199px) {
    .left_content h1 {
        font-size: 42px;
        line-height: 1.2
    }

    .banner_img_section {
        width: 50%
    }

    .left_content {
        width: 48%;
        min-width: unset;
        max-width: 460px
    }

    .manage-calls-inner h2 {
        max-width: 700px
    }

    .integration-steps-inner h2 {
        margin-right: 10%
    }

    .pagewrapper h2,
    .btm-section h1 {
        font-size: 40px
    }

    .key_feature_list {
        width: 30%
    }
}

@media only screen and (max-width:1023px) {

    .pagewrapper h1,
    .pagewrapper h2,
    .pagewrapper h3,
    .pagewrapper h4 {
        line-height: 1.2
    }

    .btm-section .content-wrap {
        padding: 100px 0
    }

    .key_feature_list h4,
    .manage_card h4 {
        font-size: 20px
    }

    .banner-section,
    .integration-steps-section,
    .manage-calls-section {
        padding: 80px 0
    }

    .manage_card h4 {
        line-height: 1.3
    }

    .faq-section {
        margin-top: 80px
    }
}

@media(max-width:991px) {
    .banner_inner {
        flex-direction: column
    }

    .left_content {
        width: 100%;
        text-align: center
    }

    .banner_img_section {
        width: 100%;
        max-width: 650px;
        margin-top: 45px
    }

    .left_content h1 {
        font-size: 40px;
        margin-bottom: 25px
    }

    .key_feature_list {
        width: 38%
    }

    .sz_apps {
        justify-content: center;
    }

    .act-btn {
        font-size: 15px
    }

    .pagewrapper h2,
    .btm-section h1 {
        font-size: 32px
    }

    .integration-steps-inner h2 {
        max-width: 365px;
        margin-right: 8%
    }

    .manage_card h4 {
        font-size: 20px
    }

    .manage_card_flex {
        max-width: 730px
    }

    .manage_card {
        width: 49%;
        padding: 40px
    }

    .manage-calls-inner h2 {
        max-width: 540px;
        margin-bottom: 30px
    }

    .steps_flex span {
        margin-right: 30px
    }

    .faq-list h4 {
        font-size: 18px;
        line-height: 1.3
    }

    .faq-list h4 br {
        display: none
    }
}

@media(max-width:767px) {
    .left_content h1 {
        font-size: 35px
    }

    .pagewrapper h2,
    .btm-section h1 {
        font-size: 30px
    }

    .manage_card_flex,
    .integration-steps-inner {
        flex-direction: column;
        align-items: center
    }

    .manage_card {
        width: 360px;
        max-width: 100%;
        padding: 30px
    }

    .key_feature_list {
        width: 100%;
        padding: 25px;
        margin: 10px 0
    }

    .key-features-section::before {
        contain: none
    }

    .key-features-section {
        background-color: #f8f8f8
    }

    .integration-steps-inner h2 {
        width: 100%;
        margin: 0 0 30px;
        text-align: center
    }

    .steps_list {
        width: 95%;
        max-width: 445px
    }

    .faq-list h4 {
        padding-right: 50px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .btm-section {
        margin-top: 80px
    }

    .btm-section h1 br {
        display: none
    }

    .key_feature_list h4,
    .manage_card h4 {
        font-size: 18px
    }

    .integration-steps-section {
        margin-top: 0
    }

    .faq-list h4 span {
        right: 8px
    }

    .steps_list::before {
        height: 100%
    }

    .sz_apps {
        justify-content: center;
    }
}

@media(max-width:480px) {
    .steps_list {
        padding: 10px 0
    }

    .steps_flex span {
        margin-right: 20px
    }

    .left_content h1 {
        font-size: 32px
    }

    .sz_apps {
        flex-wrap: wrap;
    }

    .zappslist.manageengine {
        margin-top: 15px;
    }
    .pagewrapper h2, .btm-section h1 {
        font-size: 27px;
    }
}

.manage_card span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/voice/enhance-engagement/enhance-icons.png);
    background-size: 120px;
    margin-bottom: 20px;
    margin-top: 20px
}

.manage_card2 span {
    background-position: -60px 0px;
}

.key_feature_list>span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/voice/enhance-engagement/enhance-engagement-icons.png);
    background-size: 423px;
    margin-bottom: 20px;
    margin-top: 20px
}

.key_feature_list2>span {
    background-position: -60px 0
}

.key_feature_list3>span {
    background-position: -120px 0;
    width: 62px
}

.key_feature_list4>span {
    background-position: -180px 0;
    width: 62px
}

.key_feature_list5>span {
    background-position: -241px 0;
    width: 62px
}

.key_feature_list6>span {
    background-position: -303px 0
}

.key_feature_list7>span {
    background-position: -363px 0
}

.left_content h4 {
    font-size: 20px;
    margin: 70px 0 30px;
    font-family: var(--zf-secondary-medium)
}

.sz_apps {
    display: flex;
}

.left_content h4 span {
    width: 95px;
    height: 1px;
    margin-left: 10px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
}

.sz_apps {
    display: flex;
}

.zappslist .spn {
    background-color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    width: 76px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zappslist .spn>span {
    background: var(--product-icons) no-repeat;

    background-size: var(--zp-i-bs);

    width: var(--zp-i-w);
    height: var(--zp-i-h);
}

.zappslist.zone .spn>span {
    background-position: -503px -96px;
}

.zappslist.zcrmplus .spn>span {
    background-position: var(--zp-crm-bp);
}

.zappslist.zdesk .spn>span {
    background-position: var(--zp-desk-bp);

}

.zappslist.zrecruit .spn>span {
    background-position: var(--zp-recruit-bp);

}

.zappslist.zbigin .spn>span {
    background-position: var(--zp-bigin-bp);

}

.zprd-name {
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 5px 0px 0px;
}

.zappslist.zbigin {
    margin-right: 0;
}


.zappslist.manageengine .spn {
    width: 200px;
}

.zappslist.manageengine .spn>span {
    background: url(//cdn.zoho.com.cn/sites/zweb/images/voice/enhance-engagement/servicedeskplus-icon.png) no-repeat;
    background-size: 140px;
    width: 140px;
    height: 30px;
}

.zappslist {
    position: relative;
}

.zappslist>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*Animation start*/
@media only screen and (min-width: 768px) {
    .fadeinup {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .fadeinupcontent {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .fadeinright {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -moz-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -ms-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .middle-animated .fadeinup,
    .middle-animated .fadeinupcontent,
    .middle-animated .fadeindown {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -ms-filter: "alpha(opacity=100)";
    }

    .middle-animated .fadeinleft,
    .middle-animated .fadeinright,
    .middle-animated .fadeinleft,
    .middle-animated .fadeinright {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -ms-filter: "alpha(opacity=100)";
    }

    .middle-animated .zoom {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .delay1 {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .delay2 {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .delay3 {
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .delay4 {
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms;
    }

    .delay5 {
        -webkit-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .delay6 {
        -webkit-transition-delay: 1200ms;
        -o-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }
}

/*Animation End*/