:root {
    --section-p: 100px;
    --section-m: 60px;
}

.zwc-main-sec a {
    color: var(--zwc-link-clr);
}

.zwc-main-sec a.act-btn {
    color: rgb(255, 255, 255);
}
.zwc-flex-row .zwc-flx-col img {
    display:block;
    margin:0 auto
}
.zwc-page-sign-btn a {
    margin-top: 0px;
    color: rgb(255, 255, 255);
    padding: 16px 45px 16px 24px;
    border-radius: 4px;
}

.zwc-page-sign-btn a::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    display: block;
    transform: translateY(-50%);
    margin-right: 18px;
    background: url("/sites/zweb/images/forms/solutions/sign-button-arrow.svg") 0px 0px / 100% no-repeat;
}

.zwc-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.zwc-flx-col {
    flex: 1 0 0px;
}

.zwc-flx-nav-sec {
    max-width: 560px;
    flex-grow: 1;
}

.zwc-content-area .content-wrap:nth-child(2n+1) {
    padding: clamp(60px, 9vw, 140px) 0px;
}

.zwc-content-area .content-wrap:last-child {
    padding-bottom: 0px;
}

div.zwc-content-area .content-wrap:nth-child(1) {
    padding-top: clamp(30px, 4vw, 50px);
}

.zwc-flex-row .zwc-flx-col {
    flex: 0 1 46%;
}

.zwc-content-area .content-wrap:nth-child(2n) {
    padding: 0px;
}

.zwc-content-area .content-wrap:nth-child(2n) .zwc-flx-col:nth-child(1) {
    order: 2;
}

.zwc-content-area .zwc-flex {
    justify-content: center;
    gap: 100px;
    flex-wrap: nowrap;
}

.zw-product-header {
    position: relative;
    z-index: 3;
}

.zwc-main-sec a {
    color: var(--zwc-link-clr);
}

.zwc-main-sec h1 {
    font-size: clamp(32px, 5vw, 64px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.1;
    margin: 0px 0px 20px;
    letter-spacing: clamp(-1px, 3vw, -1.44px);
    max-width: 600px;
}

.zwc-main-sec h2 {
    font-size: clamp(28px, 4vw, 48px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -1.12px;
}

.zwc-main-sec h3 {
    font-size: clamp(28px, 2vw, 32px);
    font-family: var(--zf-primary-semibold);
    letter-spacing: -0.42px;
    line-height: 1.2;
}

.zwc-main-sec h4 {
    font-size: clamp(18px, 2vw, 24px);
    font-family: var(--zf-primary-semibold);
    letter-spacing: -0.42px;
    margin-bottom: 10px;
    line-height: 1.2;
}

p:last-child {
    margin-bottom: 0px;
}

.zwc-sec-title {
    text-align: center;
}

.zwc-sec-title + .zwc-flex {
    margin-top: var(--section-m);
}

.zwc-banner-wrap {
    padding: var(--section-p) 0;
    position: relative;
    z-index: 2;
}

.zwc-banner-wrap p {
    font-size: clamp(16px, 4vw, 18px);
    font-family: var(--zf-primary-medium);
    letter-spacing: -0.36px;
    max-width: 540px;
}

.zwc-banner-wrap::before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    inset: -91px 0px 0px;
    background: linear-gradient(135deg, rgb(11, 42, 124) 0px, rgb(2, 8, 14) 100%);
}

.zwc-banner-wrap::after {
    content: "";
    position: absolute;
    inset: -80px 0px 0px;
    background-image: radial-gradient(rgb(217, 217, 217) 1.5px, transparent 0px);
    background-size: 40px 40px;
    background-position: 0px 0px;
    opacity: 0.1;
    z-index: -1;
}

.zwc-banner-lft {
    color: rgb(255, 255, 255);
}

.zwc-banner-rht {
    position: relative;
}

.zwc-main-banner {
    max-width: 70%;
    margin: 0px auto;
    display: block;
    border-radius: 20px;
}

.zwc-auto-insurance {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 41%;
}

.zwc-banner-ele {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 77%;
    top: 24%;
}

.zwc-banner-ele::before {
    content: "";
    background: url("/sites/zweb/images/forms/faq-banner-file-icon.png") 0px 0px / 100% no-repeat;
    width: 100%;
    display: block;
    position: absolute;
    inset: 0px;
}

.zwc-what-are-standard-forms {
    background: rgb(235, 247, 255);
    position: relative;
}

.zwc-content-area .zwc-cen-btn a {
    margin-top: 0px;
    padding-left: 0px;
}

.zwc-flex-row .zwc-flx-col.zwc-flx-col-bg {
    background: rgb(208, 205, 255);
    display: flex;
    border-radius: 8px;
    flex: 0 1 40%;
}

.zwc-al-btm-cen {
    align-items: flex-end;
    justify-content: center;
    padding-top: 50px;
}

.zwc-al-btm-rht {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 50px 0px 0px 25px;
    max-width: 565px;
}

.zwc-al-cen {
    align-items: flex-end;
    justify-content: center;
    padding: 40px;
}

.zwc-al-ful-wid {
    padding-left: 0px;
    padding-top: 100px;
}

.zwc-bottom-cta-wrap {
    padding: var(--section-p) 0;
    background: linear-gradient(135deg, rgb(11, 42, 124) 0%, rgb(2, 8, 14) 100%);
    color: rgb(255, 255, 255);
}

.zwc-bottom-cta-wrap .content-wrap {
    text-align: center;
    max-width: 800px;
}

.zwc-page-sign-btn a.cal-demo {
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    color: rgb(10, 85, 235);
    position: relative;
    border-radius: 4px;
    border: 2px solid rgb(10, 85, 235);
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    background: transparent;
}

.zwc-page-sign-btn a.cal-demo::before {
    background: url("/sites/zweb/images/survey/features/book-demo-play-icon.svg") 0px 0px / cover no-repeat;
}

.zwc-page-sign-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.zwc-bottom-cta-wrap .zwc-page-sign-btn {
    justify-content: center;
    margin-top: 20px;
}

.zwc-page-sign-btn a:hover {
    background-position: 0px 100%;
}

.zwc-page-sign-btn a {
    background: linear-gradient(90deg, rgb(218, 5, 28) 50%, rgb(243, 15, 39) 0px) 100% 100% / 200% 100%;
    transition: 0.3s ease-in-out;
}

.zwc-tab-wrap {
    align-items: flex-start;
    margin: 0px auto;
    gap: 80px;
    justify-content: space-between;
}

.zwc-tab-content.active span::after {
    transform: rotate(90deg);
}

.zwc-tab-content h3 {
    margin-bottom: 0px;
    padding: 0px;
}

.accordion-item {
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 8px;
    border-radius: 4px;
}

.zwc-tab-btn {
    width: 100%;
    padding: 22px 0px;
    text-align: left;
    border: none;
    cursor: pointer;
    font-family: var(--zf-primary-semibld);
    font-size: clamp(16px, 4vw, 18px);
    background: transparent;
}

.zwc-tab-content.active .zwc-tab-btn {
    color: rgb(1, 43, 153);
}

.tab-panel {
    display: none;
    padding: 0px 0px 30px;
}

.zwc-tab-content .zwc-tab-btn span {
    font-family: var(--zf-primary-semibold);
    padding-right: 41px;
    position: relative;
    line-height: 28px;
}

.zwc-tab-content .zwc-tab-btn span::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: rgb(0, 0, 0);
    right: 0px;
    border-radius: 5px;
    top: 10px;
}

.zwc-tab-content .zwc-tab-btn span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background: rgb(0, 0, 0);
    right: 0px;
    margin-right: 6px;
    margin-top: 4px;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    top: 0px;
}

.zwc-tab-content.active span::before {
    background-position: -196px 0px;
}

.zwc-tab-content.active .zwc-tab-btn span::before {
    border-color: rgb(0, 0, 0);
}

.zwc-tab-content .zwc-tab-btn span:nth-child(1) {
    display: block;
    font-size: clamp(18px, 4vw, 20px);
}

.zwc-tab-content .zwc-tab-btn span:nth-child(2) {
    font-size: clamp(18px, 4vw, 20px);
    margin-top: 7px;
    display: block;
    color: rgb(0, 0, 0);
}

.zwc-tab-content.active .zwc-tab-btn span:nth-child(2) {
    color: rgb(0, 0, 0);
}

.tab-panel p {
    margin-bottom: 0px;
    padding: 0px 0px 25px;
}

.tab-panel a {
    text-decoration: underline;
}

.tab-panel p:last-child {
    padding-bottom: 0px;
}

.zwc-tab-content {
    border-bottom: 1px solid rgba(22, 46, 109, 0.1);
    padding: 0px 30px;
}

.zwc-tab-content.active {
    background: rgb(242, 249, 255);
}

.zwc-tab-accordion-right {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: rgb(228, 243, 255);
    padding: 60px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.zwc-tab-accordion-right img {
    display: block;
    max-width: 520px;
    width: 100%;
}

.tab-4 {
}

.zwc-flx-cen {
    align-items: center;
    justify-content: center;
}

.zwc-flx-rht-cen {
    align-items: flex-end;
    justify-content: center;
}

.zwc-flx-btm-cen {
    align-items: center;
    justify-content: end;
}

.zwc-flx-btm-rht {
    align-items: flex-end;
    justify-content: flex-end;
}

.zwc-tab-accordion-ss {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    transform: translateY(10px);
}

.zwc-tab-accordion-ss.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateY(0px);
    transition: 0.3s ease-in-out;
}

.zwc-choice-field-sec {
    padding: var(--section-p) 0;
}

.zwc-choice-field-sec .zwc-sec-title {
    max-width: 600px;
    margin: 0px auto;
}

.zwc-content-area-wrap .zwc-sec-title {
    max-width: 800px;
    margin: 0px auto;
}

.zwc-built-sec {
    padding: var(--section-p) 0;
    background: linear-gradient(135deg, rgb(11, 42, 124) 0%, rgb(2, 8, 14) 100%);
    color: rgb(255, 255, 255);
}

.zwc-built-sec .zwc-sec-title {
    max-width: 700px;
    margin: 0px auto;
}

.zwc-flx-grid {
    border-radius: 16px;
    padding: 40px;
    flex: 1 1 32%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(228, 233, 255);
}

.zwc-built-sec h3 {
    font-size: 24px;
    position: relative;
    padding-top: 80px;
}

.zwc-built-sec h3::before {
    content: "";
    position: absolute;
    width: 57px;
    height: 57px;
    left: 0px;
    top: 0px;
    background: url("/sites/zweb/images/forms/collaborative/collaborative-sprite.svg") 0px 0px / 420px no-repeat;
}

.zwc-built-sec .zwc-flx-grid:nth-child(2) h3::before {
    background-position: -59px 0px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(3) h3::before {
    background-position: -120px 0px;
}

.zwc-flx-grid-wrap {
    align-items: inherit;
}

.zwc-built-sec .zwc-flx-grid-wrap {
    justify-content: center;
    gap: 15px;
}

.zwc-built-sec .zwc-flx-grid {
    flex: 0 1 32%;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.zwc-tab-rht {
    max-width: 640px;
    width: 100%;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
}

.zwc-milestone {
    padding: var(--section-p) 0;
    background: rgb(235, 247, 255);
}

.zwc-milestone .zwc-flex .zwc-flx-col:nth-child(1) {
    position: sticky;
    top: 100px;
    max-width: 440px;
}

.zwc-milestone .zwc-flex .zwc-flx-col:nth-child(2) {
    position: sticky;
    top: 100px;
    max-width: 660px;
}

.zwc-milestone .zwc-flx-col-ctn {
    max-width: 520px;
}

.zwc-timeline-sec li {
    position: relative;
    padding: 0px 0px 80px 80px;
    border-left: 1px dashed rgb(179, 191, 185);
}

.zwc-timeline-box {
    position: relative;
}
.zwc-timeline-sec li.active .zwc-timeline-box::before{
    border-color: rgb(15, 68, 190);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 8px 0px;
}
.zwc-timeline-box::before{
    content:'';
    display: block;
    position: absolute;
    right: calc(100% + 40px);
    top: 0px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(226, 227, 234);
    border-radius: 8px;
    z-index: 2;
}
.zwc-timeline-box::after{
    content:'';
    position:absolute;
    left: -100px;
    top: 18px;
    width:40px;
    height:40px;
    background: url(/sites/zweb/images/forms/collaborative/collaborative-sprite.svg) no-repeat -207px -20px / 479px;
    z-index: 2;
}
.zwc-timeline-sec li:nth-child(1) .zwc-timeline-box::after{
    background-position:  -207px -20px;
}
.zwc-timeline-sec li:nth-child(2) .zwc-timeline-box::after{
    background-position: -254px -20px;
}
.zwc-timeline-sec li:nth-child(3) .zwc-timeline-box::after{
    background-position: -298px -20px;
}
.zwc-timeline-sec li:nth-child(1).active .zwc-timeline-box::after{
    background-position: -348px -20px;
}
.zwc-timeline-sec li:nth-child(2).active .zwc-timeline-box::after{
    background-position: -395px -20px;
}
.zwc-timeline-sec li:nth-child(3).active .zwc-timeline-box::after{
    background-position: -439px -20px;
}

.zwc-yr-txt {
    font-size: 16px;
    font-family: var(--zf-primary-medium);
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 7px 14px;
    border-radius: 7px;
    margin-bottom: 15px;
}

.zwc-timeline-inner {
    border-radius: 8px;
}

.zwc-timeline-inner span {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: clamp(22px, 3vw, 24px);
    font-family: var(--zf-primary-medium);
    letter-spacing: -0.48px;
}

.zwc-line-animate {
    display: block;
    position: absolute;
    left: -40px;
    top: 0px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(226, 227, 234);
    border-radius: 8px;
    z-index: 2;
}

.zwc-line-animate::before {
    content: "";
    width: 40px;
    height: 37px;
    display: block;
    background: url("/sites/zweb/images/forms/faq-feature-icon-2.png") -159px 0px / 278px no-repeat;
    z-index: 2;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.zwc-timeline-sec li:nth-child(2) .zwc-line-animate::before {
    background-position: -200px 0px;
}

.zwc-timeline-sec li:nth-child(3) .zwc-line-animate::before {
    background-position: -243px 0px;
}

.zwc-timeline-sec li.active .zwc-line-animate {
    border-color: rgb(15, 68, 190);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 8px 0px;
}

.zwc-timeline-sec li::after {
    content: "";
    width: 2px;
    display: block;
    background: rgb(15, 68, 190);
    top: 0px;
    bottom: 100%;
    position: absolute;
    left: -2px;
    transition: 0.3s ease-in-out;
}

.zwc-timeline-sec li.active::after {
    bottom: 0px;
}

.zwc-timeline-sec li:last-child {
    padding-bottom: 0px;
}

.zwc-milestone .zwc-flex {
    align-items: flex-start;
    gap: 100px;
    justify-content: center;
}

.zwc-faq-wrap {
    padding: clamp(70px, 8vw, 100px) 0px;
}

.zwc-faq-wrap h2 {
    text-align: center;
    font-size: clamp(30px, 4vw, 42px);
}

.zwc-faq-wrap h2::before {
    content: "";
    width: 63px;
    height: 63px;
    display: block;
    background: url("/sites/zweb/images/forms/pdf-convert/faq-icon.svg") center center / contain no-repeat;
    margin: 0px auto 20px;
}

.accordion {
    margin-top: clamp(30px, 4vw, 50px);
}

.accord-content p:last-child {
    margin-bottom: 0px;
}

.zwc-faq-wrap .content-wrap {
    max-width: 840px;
    margin: 0px auto;
}

.faq-section .zwc-min-wrap {
    margin-top: var(--inner-sec-t);
}

.zwc-faq-sec .zwc-page-title {
    margin-bottom: 40px;
}

.zwc-faq-sec .zwc-page-title h2 {
    font-size: 36px;
}

.faq-section h2 {
    margin-bottom: var(--section-m-t-60);
    text-align: center;
}

.faq-content {
    transition: 0.5s;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid rgb(217, 217, 217);
}

.faq-content h3 {
    margin-bottom: 0px;
}

.faq-content.active, .faq-content.active button {
    background: rgb(244, 252, 234);
}

.faq-content button {
    border: 0px;
    position: relative;
    font-size: clamp(18px, 4vw, 22px);
    cursor: pointer;
    transition: 0.5s;
    padding: 20px 60px 20px 24px;
    font-family: var(--zf-secondary-semibold);
    margin-bottom: 0px;
    line-height: 1.4;
    width: 100%;
    text-align: left;
    background: rgb(255, 255, 255);
    border-radius: 7px;
    color: rgb(0, 0, 0);
}

.faq-content button span {
    max-width: 660px;
    width: 100%;
    display: inline-block;
}

.faq-content.active button span {
    color: rgb(64, 172, 29);
}

.faq-content:last-child {
    margin-bottom: 0px;
}

.accord-content {
    display: none;
    padding: 0px 20px 30px 24px;
    max-width: 760px;
}

.accord-content span {
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
}

span.faq-arrow {
    position: absolute;
    right: 24px;
    top: 35px;
    transition: 0.5s;
    border-radius: 50%;
    z-index: 2;
    width: 15px;
    height: 15px;
}

span.faq-arrow::after {
    content: "";
    position: absolute;
    top: -6px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    transition: 0.5s;
    border-top: 2px solid rgb(0, 0, 0);
    border-right: 2px solid rgb(0, 0, 0);
}

.faq-content.active span.faq-arrow::after {
    transform: rotate(-45deg);
}

.accord-content a {
    text-decoration: underline;
}

.accord-content ul.number li, ul.list li {
    margin-bottom: 15px;
}

.accord-content ul {
    margin-bottom: 15px;
    margin-left: 15px;
}

.accord-content p b {
    font-family: var(--zf-primary-semibold);
}

.accord-content ul li {
    padding: 10px 10px 0px 30px;
    position: relative;
}

.accord-content ul li::before {
    content: "";
    inset: 19px 0px 0px 4px;
    width: 10px;
    height: 10px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    position: absolute;
}

.accord-content ul li::after {
    content: "";
    inset: 15px 0px 0px;
    width: 18px;
    height: 18px;
    border: 1px dashed rgb(128, 128, 128);
    border-radius: 50%;
    position: absolute;
}

.zwc-step-list span {
    font-size: 18px;
    font-family: var(--zf-primary-regular);
    letter-spacing: -0.36px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
text-align:left;
}

.zwc-step-list span:last-child {
    margin-bottom: 0px;
}

.zwc-step-list span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    width: 5px;
    height: 5px;
    background: rgb(0, 0, 0);
    border-radius: 50px;
}

.zwc-content-area-wrap {
    padding: var(--section-p) 0;
    position: relative;
}

.zwc-flex-row .zwc-flx-col:nth-child(1) {
    flex: 0 1 40%;
}

.zwc-flex-row .zwc-flx-col:nth-child(2) {
    flex: 0 1 45%;
}

.zwc-content-area-wrap .zwc-sec-title {
    max-width: 700px;
    margin: 0px auto;
}

/* @media only screen and (min-width: 767px) {
    .zwc-content-area .zwc-flx-col:nth-child(2) img {
        opacity: 0;
    }

    .zwc-content-area .middle-animated .zwc-flx-col:nth-child(2) img {
        animation: 0.5s ease-in-out 0.3s 1 normal forwards running slideLeft;
    }

    @keyframes slideLeft {
        0% {
            transform: translateY(30px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }
} */

@media only screen and (max-width: 1440px) {
    .zwc-tab-wrap {
        gap: 40px;
    }

    .zwc-tab-wrap .zwc-flx-col {
        max-width: 47%;
    }
}

@media only screen and (max-width: 1280px) {
    .zwc-what-are-standard-forms .content-wrap {
        padding: 80px 40px;
    }

    .zwc-banner-wrap p {
        margin: 0px auto;
    }

    .zwc-banner-wrap p {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    :root {
        --section-p: 70px;
        --section-m: 40px;
    }

    .zwc-tab-accordion-right {
        min-height: inherit;
        padding: 40px;
    }

    .zwc-milestone .zwc-flex {
        flex-direction: column;
        max-width: 600px;
        margin: 0px auto;
        gap: 30px;
    }

    .zwc-milestone .zwc-flex .zwc-flx-col:nth-child(1) {
        position: static;
        max-width: 100%;
    }

    .zwc-timeline-sec li {
        margin-left: 40px;
    }

    .zwc-main-sec h1 {
        max-width: 100%;
    }

    .zwc-banner-wrap .zwc-flex {
        flex-direction: column;
        max-width: 700px;
        margin: 0px auto;
        text-align: center;
        gap: 50px;
    }

    .zwc-page-sign-btn {
        justify-content: center;
    }

    .zwc-banner-wrap {
        padding-top: 50px;
    }

    .zwc-content-area .zwc-flex {
        justify-content: center;
        gap: 30px;
        flex-direction: column;
        max-width: 650px;
        margin: 0px auto;
        text-align: center;
    }

    .zwc-built-sec .zwc-flx-grid {
        flex: 0 1 45%;
    }

    .zwc-content-area .content-wrap:nth-child(2n) .zwc-flx-col:nth-child(1) {
        order: inherit;
    }

    .zwc-milestone .zwc-flx-col-ctn {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .zwc-tab-wrap {
        gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .zwc-flex.zwc-tab-wrap {
        flex-direction: column;
        align-items: center;
        max-width: 700px;
    }

    .zwc-tab-wrap .zwc-flx-col {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .zwc-timeline-box::before, .zwc-timeline-box::after{
        transform:scale(0.8);
        margin-top: -10px;
    }
    .zwc-built-sec h3::before {
        left: 0px;
        right: 0px;
        margin: 0px auto;
    }

    .zwc-tab-wrap {
        flex-direction: column;
        align-items: center;
    }

    .zwc-tab-accordion {
        max-width: 700px;
        overflow: hidden;
    }

    .zwc-al-cen {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .zwc-al-ful-wid {
        padding-top: 50px;
    }

    .zwc-banner-ele {
        transform: scale(0.8);
    }

    .zwc-what-are-standard-forms .content-wrap {
        max-width: 100%;
        width: 100%;
        padding: 70px 20px;
        border-radius: 0px;
    }

    .zwc-built-sec .zwc-flx-grid {
        max-width: 480px;
        text-align: center;
        flex: 0 1 100%;
        padding: 30px 25px;
    }

    .zwc-fea-icon {
        margin: 0px auto 20px;
    }

    .zwc-line-animate {
        transform: scale(0.8);
        margin-top: -7px;
    }

    .zwc-timeline-sec li::after {
        display: none;
    }

    .zwc-timeline-sec li {
    }

    .zwc-tab-accordion-right {
        padding: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .zwc-timeline-sec li{
        padding-left:0;
        padding-top: 0;
        margin-left: 0;
    }
    .zwc-timeline-box{
        padding: 90px 0 50px 0;
       text-align: center;
    }
    .zwc-timeline-sec li:last-child .zwc-timeline-box{
        padding-bottom:0
    }
    
    .zwc-timeline-box::before, .zwc-timeline-box::after{
        top: 0px;
        left: 0px;
        margin: 0 auto;
        right: 0;
    }
    .zwc-timeline-box::after{
        top: 18px;
        left: 0;
    }
    .zwc-page-sign-btn {
        flex-direction: column;
        margin-top: 25px;
    }

    .zwc-page-sign-btn a {
        max-width: 250px;
        margin: 0px auto;
        width: 100%;
        display: block;
        padding: 13px 20px;
    }
    .zwc-timeline-sec li{
        border-left:0;
        padding: 0;
    }
}
