h1,
h2,
h3 {
    font-family: var(--zf-secondary-bold);
    margin-bottom: 0
}
.content-wrap {
    max-width: 1180px
}
.zw-product-header {
    background: #2437a9
}
.implementation-banner {
    display: flex;
    align-items: center
}
.implementation-success-section {
    background: #2439ab;
    padding: 50px 0;
    overflow: hidden
}
.banner-left p {
    margin: 15px 0 35px
}
.banner-left a,
.plan-left a,
.btm-cta-wrap a {
    margin: 0;
    border: 1px solid transparent;
    background: #f0483e;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    font-family: var(--primaryfont-semibold);
    font-size: 16px;
    line-height: 27px
}
.banner-right img {
    max-width: 125%
}
.banner-left {
    color: #fff;
    width: 51%
}
.banner-right {
    width: 49%;
    position: relative
}
.banner-left p,
.banner-left h1 {
    width: 510px;
    max-width: 100%
}
.banner-transform-1 {
    width: 151px;
    height: 37px;
    position: absolute;
    bottom: 32%;
    left: 31px;
    animation: anim1 6s ease-in-out infinite
}
.banner-transform-1 span {
    background: url(/sites/zweb/images/enterprise/customer-success/sprite-1.png);
    background-position: 0 245px;
    background-size: 364px;
    width: 151px;
    height: 37px;
    display: block
}
.banner-transform-2 {
    width: 182px;
    height: 32px;
    position: absolute;
    bottom: 20%;
    right: -50px;
    animation: anim2 6s ease-in-out infinite
}
.banner-transform-2 span {
    background: url(/sites/zweb/images/enterprise/customer-success/sprite-1.png);
    background-position: -149px 243px;
    background-size: 360px;
    width: 182px;
    height: 32px;
    display: block
}
@keyframes anim1 {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-10px)
    }
    100% {
        transform: translatey(0)
    }
}
@keyframes anim2 {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(10px)
    }
    100% {
        transform: translatey(0)
    }
}
.support-service {
    background: #f0f3fc;
    padding: 90px 110px 50px;
    display: flex;
    align-items: center
}
.support-left a {
    font-size: 15px;
    font-family: var(--secondaryfont-semibold);
    color: #000;
    border: 1px solid #000;
    padding: 15px 37px;
    display: block;
    width: fit-content;
    transition: .3s ease
}
.support-left p {
    margin: 20px 0 25px
}
.support-left p,
.support-left h3 {
    width: 502px;
    max-width: 100%
}
.support-left {
    padding-right: 15px
}
.implementation-solution {
    box-shadow: inset 0 320px 0 #2439ab;
    padding: 40px 0 0;
    display: none;
}
.solution-caption {
    text-align: center;
    margin: 0 0 40px
}
.zoho-solutions {
    padding: 110px 0
}
.solution-caption label {
    font-size: 17px;
    line-height: 30px;
    margin: 15px 0 0;
    display: block
}
.sol-cards {
    background: #d2f7e2;
    display: flex;
    align-items: center;
    width: calc(33.33% - 7px);
    /* transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86); */
}
.sol-cards h6 {
    margin: 0;
    font-family: var(--primaryfont-bold);
    width: 152px;
    max-width: 100%;
    color: #000
}
.brown_card {
    background: #f2d3d3
}
.solution-cards-section {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 40px
}
.sol-cards span {
    display: flex;
    width: 50px;
    height: 50px;
    /* background: #000; */
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.sol-cards span b {
    display: block;
    background: url(/sites/zweb/images/enterprise/customer-success/sprite-1.png);
    background-size: 430px;
    background-position: 5px -79px;
    width: 33px;
    height: 28px;
    position: relative;
    top: 0;
    left: -2.5px;
    margin: auto;
    transform: scale(0.9)
}
.sol-cards.brown_card span b {
    background-position: -36px -104px;
    background-size: 550px;
    width: 32px;
    left: 0;
    transform: scale(0.8)
}
.sol-cards.yellow_card span b {
    background-position: -60px -92px;
    background-size: 490px;
    width: 31px;
    left: -0.3px;
    top: 0;
    transform: scale(0.8);
    height: 30px
}
.sol-cards.green_card span b {
    height: 24px
}
.sol-cards.yellow_card {
    background: #f8ead9
}
.svg-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 70px)
}
.animated .svg-arrow line,
.animated .svg-arrow path {
    stroke: #000
}
.sol-cards a {
    width: 100%;
    display: flex;
    padding: 35px
}
.upgrade-plan {
    display: flex;
    align-items: center;
    padding: 0 90px
}
.plan-left p {
    margin: 21px 0 26px
}
.plan-right h6 {
    font-size: 17px;
    line-height: 30px;
    margin: 0;
    font-family: var(--primaryfont-bold)
}
.plan-right ul li {
    font-size: 17px;
    position: relative;
    padding-left: 40px;
    width: 342px;
    max-width: 100%;
    margin-bottom: 22px
}
.plan-right ul li:last-child {
    margin-bottom: 0
}
.plan-right ul li:before {
    content: "";
    left: 9px;
    top: 9px;
    display: inline-block;
    transform: rotate(42deg);
    height: 9px;
    width: 4px;
    position: absolute;
    border-bottom: 1px solid #259f48;
    border-right: 1px solid #259f48
}
.plan-right ul li:after {
    content: '';
    border: 1px solid #259f48;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 100%
}
.plan-right ul {
    margin-top: 25px
}
.plan-left p,
.plan-left h3 {
    width: 500px;
    max-width: 100%
}
.plan-left {
    padding-right: 75px
}
.plan-right {
    padding-left: 66px;
    border-left: 1px dashed #b2b2b2
}
.accordion-content {
    display: none
}
.accordion.active .accordion-content {
    display: block
}
.accordion_section_caption {
    text-align: center;
    margin-bottom: 20px
}
.accordion_section_caption h2 {
    width: 542px;
    max-width: 100%;
    margin: auto
}
.accordion_head h4 {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 0;
    position: relative
}
.accordion_head h4:before,
.accordion_head h4:after {
    content: '';
    position: absolute;
    left: -28px;
    top: 13px;
    width: 10px;
    height: 1.5px;
    background: #000
}
.accordion_head h4:after {
    transform: rotate(90deg)
}
.accordion-content {
    font-size: 17px;
    line-height: 1.9;
    margin-top: 12px;
}
.accordion {
    padding: 25px 0 25px 30px;
    cursor: pointer;
    border-bottom: 1px solid #d8d8d8
}
.faq-accordion .content-wrap {
    max-width: 900px
}
.accordion_head h4 {
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
}
.accordion.active .accordion_head h4:after {
    opacity: 0
}
.accordion:last-child {
    border-bottom: 0
}
.faq-accordion {
    padding: 100px 0 0
}
.bottom-cta-section {
    background: #2439ab;
    color: #fff;
    padding: 100px 0;
    margin: 80px 0 0
}
.btm-cta-wrap {
    text-align: center
}
.btm-cta-wrap h2 {
    width: 938px;
    margin: 0 auto 40px;
    max-width: 100%
}
.accordion_section_caption span {
    display: block;
    background: url(/sites/zweb/images/enterprise/customer-success/sprite-1.png);
    background-size: 370px;
    background-position: -226px -69px;
    width: 60px;
    height: 56px;
    margin: auto;
    margin-bottom: 20px
}
.account-wrap {
    background: #f0f3fc;
    padding: 110px 70px
}
.account-checkup {
    margin: 100px 0 0
}
.account-caption-part {
    text-align: center
}
.account-caption-part h2 {
    margin: 15px 0
}
.account-caption-part p {
    width: 670px;
    margin: auto;
    max-width: 100%
}
.schd-list-sec {
    padding: 0 40px;
    text-align: center;
    position: relative
}
.schd-list-sec p {
    width: 260px;
    max-width: 100%;
    margin-bottom: 0
}
.checkup-lists {
    display: flex;
    margin: 50px 0 0
}
.schd-list-sec span {
    display: block;
    background: url(/sites/zweb/images/enterprise/customer-success/sprite-1.png) no-repeat;
    background-size: 360px;
    background-position: -93px -67px;
    width: 37px;
    height: 37px;
    margin: 0 auto 15px
}
.schd-list-sec.sec-two span {
    background-position: -112px -48px;
    background-size: 280px;
    position: relative;
    top: 9px
}
.schd-list-sec.sec-three span {
    background-position: -171px -57px;
    background-size: 320px;
    width: 27px;
    position: relative;
    top: 3px
}
.schd-list-sec.sec-one span {
    background-size: 310px;
    background-position: -79px -57px;
    width: 32px;
    position: relative;
    top: 6px
}
.schd-list-sec:after {
    content: '';
    border: 1px dashed #9a9a9a;
    position: absolute;
    right: 0;
    height: 105px;
    width: 1px;
    bottom: 0
}
.schd-list-sec:last-child:after {
    display: none
}
.account-checkup-btn {
    margin: 60px 0 0;
    text-align: center
}
.account-checkup-btn a {
    font-size: 15px;
    font-family: var(--primaryfont-semibold);
    color: #000;
    border: 1px solid #000;
    padding: 17.5px 37px;
    transition: .3s ease
}
.account-checkup-btn a:hover,
.support-left a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}
.accordion-content a {
    color: #3b61be;
    font-family: var(--secondaryfont-semibold);
}
.sol-cards.green_card:hover {
    background: #c4ead4
}
.sol-cards.brown_card:hover {
    background: #eac6c6
}
.sol-cards.yellow_card:hover {
    background: #efddc7
}
.icon-plot {
    width: 70px;
    position: relative;
}
.sol-cards:hover .icon-bg-circle {
    transform: scale(1.15);
}
.icon-bg-circle {
    transition: all 200ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    left: 0;
}
.sol-cards:hover .svg-arrow svg{
    transform: translate(7px, 0px);
}
.svg-arrow svg{
    transition: all 400ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

/* responsive */
@media only screen and (min-width:1200px) {
    .banner-left h1 {
        font-size: 46px;
        line-height: 58px
    }
    .banner-left p {
        font-size: 18px;
        line-height: 30px
    }
    .support-left h3 {
        font-size: 26px;
        line-height: 36px
    }
    .support-left p {
        font-size: 17px;
        line-height: 30px
    }
    .solution-caption h2 {
        font-size: 36px;
        line-height: 44px
    }
    .plan-left h3 {
        font-size: 36px;
        line-height: 44px
    }
    .plan-left p {
        font-size: 17px;
        line-height: 30px
    }
    .accordion_section_caption h2 {
        font-size: 36px;
        line-height: 44px
    }
    .btm-cta-wrap h2 {
        font-size: 36px;
        line-height: 50px
    }
    .account-caption-part h2 {
        font-size: 36px;
        line-height: 45px
    }
    .account-caption-part p {
        font-size: 17px;
        line-height: 1.7
    }
    .schd-list-sec p {
        font-size: 17px;
        line-height: 1.7
    }
}
@media only screen and (max-width:1199px) {
    .banner-right img {
        max-width: 100%;
        width: 100%
    }
    .banner-transform-2 {
        right: 0
    }
    .plan-right {
        padding-left: 35px;
        width: 40%
    }
    .plan-left {
        padding-right: 40px;
        width: 60%
    }
    .upgrade-plan {
        padding: 0 30px
    }
    .solution-cards-section {
        padding: 0 30px
    }
    .sol-cards a {
        padding: 25px
    }
    .checkup-lists {
        justify-content: center
    }
    .schd-list-sec {
        width: 30%
    }
    .schd-list-sec:after {
        height: 72%
    }
    .account-wrap {
        padding: 80px 30px
    }
    .btm-cta-wrap h2 {
        width: 788px;
        font-size: 30px
    }
    .banner-left h1,
    .banner-left p {
        width: 400px
    }
    .support-service {
        padding: 90px 80px 50px
    }
    .support-left {
        width: 62%
    }
    .support-right {
        width: 38%
    }
    .account-caption-part p {
        width: 600px
    }
    .accordion_section_caption h2 {
        width: 530px
    }
}
@media only screen and (max-width:991px) {
    .support-service {
        padding: 70px 70px 50px;
        flex-direction: column
    }
    .support-left {
        width: 100%;
        order: 2;
        text-align: center
    }
    .support-right {
        width: 100%
    }
    .support-right img {
        width: 300px;
        margin: auto
    }
    .support-right {
        text-align: center;
        margin-bottom: 20px
    }
    .support-left p,
    .support-left h3 {
        width: 100%
    }
    .support-left a {
        margin: auto
    }
    .implementation-banner {
        flex-direction: column
    }
    .banner-left h1,
    .banner-left p {
        width: 410px;
        margin-left: auto;
        margin-right: auto
    }
    .banner-left {
        width: 75%;
        text-align: center;
        margin-bottom: 50px
    }
    .banner-left a,
    .plan-left a,
    .btm-cta-wrap a {
        padding: 12px 25px;
        font-size: 14px
    }
    .banner-right {
        width: 70%
    }
    .implementation-success-section {
        padding: 50px 0 20px
    }
    .solution-cards-section {
        flex-direction: column
    }
    .sol-cards h6 {
        width: 100%
    }
    .sol-cards {
        width: 530px;
        max-width: 100%;
        margin: auto
    }
    .upgrade-plan {
        flex-direction: column
    }
    .plan-left {
        padding-right: 0;
        width: 75%;
        text-align: center
    }
    .plan-right {
        padding-left: 0;
        width: 304px;
        border: 0;
        padding: 50px 0 0 0;
        margin: 0 auto
    }
    .account-caption-part p {
        width: 520px
    }
    .schd-list-sec {
        width: 270px;
        padding: 0;
        margin: auto;
        margin: 20px auto 0
    }
    .checkup-lists {
        justify-content: center;
        flex-direction: column
    }
    .schd-list-sec p {
        margin: 0 auto 20px;
        width: 270px
    }
    .schd-list-sec:after {
        height: 1px;
        width: 100%
    }
    .account-checkup-btn {
        margin: 30px 0 0
    }
    .accordion-content {
        font-size: 15px;
        line-height: 1.7;
    }
    .accordion_head h4 {
        font-size: 16px;
        line-height: 1.6
    }
    .btm-cta-wrap h2 {
        width: 688px;
        font-size: 27px
    }
    .zoho-solutions {
        padding: 60px 0
    }
    .account-wrap {
        padding: 60px 30px
    }
    .account-checkup {
        margin: 60px 0 0
    }
    .faq-accordion {
        padding: 60px 0 0
    }
    .bottom-cta-section {
        margin: 30px 0 0;
        padding: 60px 0
    }
    .plan-right ul {
        text-align: left
    }
    .plan-right h6 {
        text-align: center
    }
    .implementation-solution {
        padding: 20px 0 0;
    }
}
@media only screen and (max-width:767px) {
    .banner-left {
        width: 100%
    }
    .banner-right {
        width: 100%
    }
    .banner-transform-1 span,
    .banner-transform-2 span {
        transform: scale(0.7)
    }
    .banner-transform-1 {
        bottom: 70px;
        left: -21px
    }
    .banner-transform-2 {
        bottom: 90px;
        right: -6px
    }
    .support-service {
        padding: 40px 25px 35px
    }
    .solution-cards-section {
        padding: 0
    }
    .sol-cards span {
        transform: scale(0.7)
    }
    .sol-cards h6 {
        line-height: 1.4
    }
    .plan-left {
        width: 100%
    }
    .upgrade-plan {
        padding: 0
    }
    .plan-right ul {
        width: 250px;
        margin: 18px auto 0
    }
    .plan-right ul li {
        font-size: 15px;
        padding-left: 32px
    }
    .plan-right ul li:after {
        top: 2px;
        left: 2px;
        height: 18px;
        width: 18px
    }
    .plan-right ul li:before {
        top: 6px;
        transform: rotate(42deg) scale(0.8)
    }
    .plan-right {
        width: 100%
    }
    .account-caption-part > img {
        transform: scale(0.7)
    }
    .account-wrap {
        padding: 40px 25px
    }
    .account-caption-part h2 {
        margin: 0 0 15px 0
    }
    .account-checkup .content-wrap {
        width: 100%
    }
    .checkup-lists {
        margin: 20px 0 0
    }
    .account-checkup-btn a {
        font-size: 13px;
        padding: 16px 25px
    }
    .accordion_section_caption span {
        transform: scale(0.8)
    }
    .btm-cta-wrap h2 {
        font-size: 22px;
        margin-bottom: 25px
    }
    .solution-caption label {
        font-size: 15px
    }
    .solution-caption {
        margin: 0 0 20px
    }
    .sol-cards h6 {
        width: 75%
    }
    .sol-cards a {
        padding: 25px 20px
    }
    .banner-left h1, .banner-left p {
        width: 330px;
    }
    .icon-bg-circle {
        transform: scale(0.75);
    }
    .icon-plot {
        width: 60px;
    }
    .implementation-solution {
        padding: 10px 0 0;
    }
    .support-right img {
        width: 175px;
    }
    .support-left p, .support-left h3 {
        width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
    .plan-left p, .plan-left h3 {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .sol-cards {
        width: 416px;
    }
    .schd-list-sec.sec-three p{
        margin-bottom: 10px;
    }
    .account-checkup-btn {
        margin: 20px 0 0;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    .banner-left a,
    .plan-left a,
    .btm-cta-wrap a {
        font-size: 13px
    }
}
@media only screen and (min-width:992px) {
    .banner-right {
        transform: translate(30px, 0);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }
    .animated .banner-right {
        transform: translate(0, 0)
    }
    .support-right {
        transform: translate(0, 30px);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
    }
    .animated .support-right {
        transform: translate(0, 0)
    }
    .svg-arrow line,
    .svg-arrow path {
        stroke: #a1a0a0;
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        stroke-width: 0
    }
    .animated .svg-arrow line,
    .animated .svg-arrow path {
        stroke-width: 1
    }
}