.zwc-main-container * {
    text-wrap: pretty
}

.zwc-main-container a:not(.cta-btn) {
    color: var(--zwc-link-clr);
}
.zwc-flex-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.zwc-main-container section {
    padding: 100px 0
}

.act-btn.cta-btn {
    visibility: visible;
    opacity: 1;
    background: #0047ff
}

.zwc-main-container .zwc-step-by-step a {
    color: #1d4df8;
    border-bottom: 1px solid #1d4df8;
    cursor: pointer
}

.zw-product-header {
    background: #f0f0f0
}

.zwc-main-container h1 {
    font-family: var(--primaryfont-semibold);
    line-height: 1.02
}

.zwc-main-container h2,.zwc-main-container h3 {
    font-family: var(--primaryfont-semibold)
}

.zwc-banner-left,.zwc-banner-right {
    width: 43%;
}

.zwc-banner-left {
    width: 55%;
    max-width: 580px;
}

.zwc-main-container a:not(.act-btn,.cta-btn,.zwc-download-btn) {
    color: #1d4df8;
    border-bottom: 1px solid #1d4df8;
    cursor: pointer
}

.zwc-dis-hide {
    display: none
}

.zwc-fnt-bold {
    font-family: var(--primaryfont-bold)
}

.zwc-banner-section {
    background: #f0f0f0;
    color: #000
}

.menu-part {
    position: relative
}

.menu-title {
    position: sticky;
    top: 60px;
    z-index: 1
}

.testing {
    padding: 70px 0 100px;
    margin-top: 0
}

.menu-part ul.menuTop {
    position: relative;
    width: 100%;
    transition: all 1s ease
}

.sticky-innr {
    width: 100%;
    height: 100%;
    background-color: #18181c;
    padding: 20px 0 15px
}

.menu-title li {
    width: 100%;
    text-align: center;
    z-index: 2;
    border-style: solid;
    border-color: rgb(0 0 0 / 20%);
    color: #000;
    font-size: 16px;
    font-family: var(--primaryfont-semibold)
}

.menu-title li button[role="tab"] {
    background: none;
    border: none;
    padding: 20px;
    width: 100%;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    text-align: center
}

.menu-title li:first-child {
    border-width: 1px 0 1px 1px;
    border-radius: 10px 0 0 10px
}

.menu-title li:nth-child(2) {
    border-width: 1px 1px 1px 0;
    border-radius: 0 10px 10px 0
}

.menu-title button[role="tab"][aria-selected="true"],
.menu-title li:has(button[role="tab"][aria-selected="true"]) {
    color: #fff
}

.menu-title ul {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    width: 100%;
    top: 0;
    max-width: 540px;
    left: -1%;
    border-radius: 10px;
    background: #fff
}

li.indicator {
    background-color: #0246ff;
    position: absolute;
    left: 6px;
    top: 6px;
    right: 4px;
    width: 48%;
    z-index: 0;
    padding: 15px 25px;
    border-radius: 10px;
    height: 48px;
    box-sizing: border-box;
    transition: all .5s ease;
    color: #000
}

.zwc-step-by-step {
    background: #18181c;
    color: #fff;
    padding: 60px 0 100px
}

.zwc-step-left h2 {
    margin-bottom: 0
}

.zwc-step-by-step h3 {
    margin-bottom: 15px
}

.zwc-step-by-step .zwc-flex-wrap {
    justify-content: space-between
}

.zwc-step-right {
    width: 74%;
    color: #000
}

.zwc-step-left {
    width: 25%;
    height: 100%;
    position: sticky;
    top: 200px
}

.zwc-step-left ul li {
    border-bottom: 1px solid #484848;
    padding: 20px 0;
    max-width: 83%;
    color: #969696;
}

.zwc-step-left ul li.active {
    color: #fff;
    opacity: 1
}

.zwc-step-left ul li:hover {
    cursor: pointer
}

.zwc-inner-step-text {
    top: 50px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    border-radius: 6px;
    background: #fff
}

.zwc-inner-step-text div {
    transition: opacity 1s linear;
    font-size: 22px;
    top: 0;
    left: auto;
    right: auto;
    bottom: 0;
    padding: 50px;
    width: 84%
}

.zwc-step {
    position: relative
}

.zwc-step::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff
}

ul.zwc-step-points li {
    position: relative;
    padding: 0 0 0 40px;
    margin-bottom: 20px;
    font-family: var(--zf-primary-medium);
    font-size: 17px;
    border-bottom: 0
}

ul.zwc-step-points li::before,ul.zwc-step-points.zwc-chk-bx li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 99px;
    border: 1.5px solid #019e0d
}

ul.zwc-step-points li::after,ul.zwc-step-points.zwc-chk-bx li::after {
    content: '';
    width: 5px;
    height: 10px;
    top: 8px;
    left: 8px;
    display: block;
    position: absolute;
    border: 1.5px solid #019e0d;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg)
}

.steps-img h3 {
    padding-top: 40px
}

.steps-img h3.first {
    padding-top: 0
}

ul.zwc-step-points.zwc-chk-bx li::before {
    border-radius: unset
}

.zwc-feel-free {
    color: #cbcbcb;
    padding-top: 30px;
    font-size: 14px;
    width: 75%
}

.content-whole-part {
    padding-top: 50px;
    z-index: 0
}

.zwc-main-container a.zwc-download-btn {
    display: inline-block;
    background: var(--primary-btn-color);
    padding: 15px 30px;
    margin-top: 40px;
    color: #fff;
    border-bottom: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: var(--primaryfont-semibold)
}

/***** Footer Before Starts *****/
.zwc-footer-before {
    margin: 0 auto;
    text-align: center;
    max-width: 900px;
}
/***** Footer Before Ends *****/

@media only screen and (min-width: 1199px) {
    .zwc-main-container h1 {
        font-size: 68px;
        letter-spacing: -3.52px;
        padding-bottom: 10px;
    }

    .zwc-main-container h3 {
        font-size: 24px;
        letter-spacing: -0.86px
    }

    .zwc-main-container h2 {
        font-size: 18px;
        letter-spacing: -0.65px
    }

    .zwc-banner-section p {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: -0.4px;
        max-width: 586px
    }

    .cta-btn {
        padding: 15px 30px;
        border-radius: 3px
    }

    .zwc-footer-before h2{
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .zwc-banner-section .zwc-flex-wrap {
        align-items: center;
    }
    .content-whole-part {
        display: block
    }

    .menu-title,.zwc-step-left {
        display: none
    }

    .menuTop[role="tablist"] {
        display: none
    }

    .zwc-inner-step-text div {
        display: block;
        visibility: visible;
        opacity: 1
    }

    .zwc-step-right {
        width: 100%;
        max-width: 750px;
        margin: 0 auto
    }

    .zwc-step-right h2 {
        margin-bottom: 30px
    }

    .zwc-inner-step-text div {
        padding: 50px 50px 0 50px
    }

    .zwc-inner-step-text div:last-child {
        padding-bottom: 50px
    }

    .testing {
        padding: 0 0 60px;
    }
    .content-whole-part{
      padding-top: 0;
    }

    .zwc-feel-free {
        width: 100%
    }

    .zwc-dis-hide {
        display: block
    }
    .zwc-hide-title{
        max-width: 500px;
        text-align: center;
        margin: 0 auto 50px;
        color: #ffff;
    }
    section.zwc-banner-section{
        padding: 60px 0 100px;
    }

}

@media only screen and (max-width: 991px) {
    .zwc-banner-section .zwc-flex-wrap {
        flex-direction:column;

        text-align: center
    }

    .zwc-banner-left, .zwc-banner-right {
        width: 100%;
        max-width: 470px
    }
    .zwc-banner-right{
        max-width: 400px;
    }

    .zwc-inner-step-text div {
        width: 100%
    }

    .zwc-main-container section {
        padding: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    section.zwc-banner-section, .zwc-main-container section, .zwc-step-by-step {
        padding:60px 0;
    }
}

@media only screen and (max-width: 480px) {
    .zwc-inner-step-text div {
        padding:30px 20px 0 20px
    }

    ul.zwc-step-points li {
        padding: 0 0 0 35px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    ul.zwc-step-points li::after, ul.zwc-step-points.zwc-chk-bx li::after{
        top: 6px;
    }
    ul.zwc-step-points li::before, ul.zwc-step-points.zwc-chk-bx li::before{
        top: 2px;
    }

}
