.zw-product-header {
    background: #EBFDF9;
}

section.banner-section {
    background: #EBFDF9;
    padding: 80px 0 120px;
}

.banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.zwc-content,
.zwc-image {
    width: 100%;
    max-width: 50%;
}

.act-btn.cta-btn {
    padding: 15px 30px;
}

.zwc-content h1 {
    font-size: 55px;
    font-family: var(--zf-secondary-extrabold);
}

.zwc-content p {
    max-width: 580px;
    margin-bottom: 20px;
}

.zwc-sticky-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

section.sticky-section {
    padding: 90px 0;
}

.zwc-sticky-nav {
    width: 450px;
    background-color: #fafafa;
    border-radius: 10px;
    height: auto;
    padding: 40px 40px;
    position: sticky;
    top: 100px;
}

.zwc-sticky-nav li:not(.zwc-sticky-heading) {
    font: 16px/2.25 var(--primaryfont-regular);
    position: relative;
    padding-left: 15px;
}

.zwc-sticky-nav li {
    cursor: pointer;
    width: fit-content;
}

.zwc-sticky-nav li:not(.zwc-sticky-heading)::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 14px;
    left: 0;
}

.zwc-sticky-nav li.list-none {
    font-size: 18px;
    line-height: 32px;
    padding: 10px;
    font-family: var(--primaryfont-bold);
}


.zwc-sticky-nav li.list-none:not(.zwc-sticky-heading)::before {
    display: none;
}

.zwc-scroller-parent {
    max-width: 671px;
}

.zwc-scroller-parent h2 {
    font: 33px/1.5 var(--primaryfont-bold);
    margin-bottom: 15px;
}

.zwc-scroller-child {
    margin-bottom: 50px;
}

.zwc-scroller-parent h3 {
    font: 33px var(--primaryfont-bold);
    margin-bottom: 15px;
}

.zwc-scroller-parent p {
    margin-bottom: 15px;
}

.zwc-sticky-nav li {
    cursor: pointer;
    width: fit-content;
}

.active-li {
    color: #000;
    font-family: var(--primaryfont-bold) !important;
}

.box {
    background: #F7F5D9;
    padding: 60px;
    margin-bottom: 30px;
}

.box ul li {
    padding-left: 25px;
    padding-bottom: 17px;
}

h5 {
    font-size: 20px;
    padding-bottom: 17px;
}



.box li:not(:last-child) {
    margin-bottom: 0;
}

.box li {
    line-height: 1.7;
    position: relative;
    padding-left: 30px;
}


.box li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4bae4f;
    position: absolute;
    top: 6px;
    left: 0;
}

.box li::after {
    content: "";
    width: 8px;
    height: 5px;
    border-left: 2px solid #f6ecff;
    border-bottom: 2px solid #f6ecff;
    position: absolute;
    top: 10px;
    left: 4px;
    transform: rotate(-45deg);
    border-radius: 0 1px;
}

.box.blue {
    background: #E5F6FF;
}

.box.avoid {
    background: #FFE8E8;
}

.box li.cross::before {
    background-color: #44AADE;
    border-radius: 0;
}

.box li.no::before {
    background-color: #fff;
    border: 1px solid #44AADE;
    border-radius: 0;
}

.box.avoid li.no::before {
    border: 1px solid #ffb3b3;
    border-radius: 30px;
}

.box li.no::after {
    display: none;
}

.zwc-image-wrap {
    text-align: center;
}

.top-assest {
    position: absolute;
    top: 30px;
    left: 5px;
    animation: right-to-left 8s ease infinite;
}

.zwc-image {
    position: relative;
}

.rating-assest {
    position: absolute;
    bottom: -70px;
    left: 170px;
    animation: top-to-bottom 8s ease infinite;
}

.bottom-assest {
    position: absolute;
    top: 80px;
    right: 54px;
    animation: top-to-bottom 8s ease infinite;
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes right-to-left {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-20px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes top-to-bottom {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

section.cta-section {
    background: #26354A;
    padding: 110px 0;
    text-align: center;
    color: #fff;
}

.zwc-last-child {
    color: #000;
    padding: 50px;
    background: #E1FDFF;
}

@media only screen and (min-width:1300px) {
    .zwc-scroller-child p {
        line-height: 34px;
    }

    .cta-inner-section h2 {
        font-size: 48px;
    }

    .cta-inner-section h5 {
        font-size: 24px;
    }
}


@media only screen and (max-width:1400px) {

    .zwc-content h1 {
        font-size: 54px;
    }

    .zwc-scroller-parent h2 {
        font-size: 37px;
    }

    .zwc-scroller-parent h3 {
        font-size: 30px;
    }

    .zwc-sticky-nav {
        width: 400px;
        padding: 40px 30px;
    }
}

@media only screen and (max-width:1300px) {
    .zwc-content h1 {
        font-size: 50px;
    }
}


@media only screen and (max-width:1199px) {
    .rating-assest {
        left: 130px;
    }

    .zwc-content h1 {
        font-size: 41px;
    }

    .zwc-scroller-parent h2 {
        font-size: 30px;
    }

    .zwc-sticky-nav li:not(.zwc-sticky-heading) {
        font-size: 14px;
        line-height: 35px;
    }

    .zwc-scroller-parent h3 {
        font-size: 25px;
    }

    .zwc-sticky-wrap {
        gap: 50px;
    }

    .zwc-scroller-parent {
        max-width: 621px;
    }

    section.banner-section {
        padding: 50px 0 60px;
    }

    .zwc-sticky-nav {
        top: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .zwc-image-wrap .rating-assest {
        width: 50%;
        bottom: -10px;
        left: 110px;
    }

    .zwc-sticky-nav li.list-none {
        padding: 0;
    }

    /*    .zwc-image-wrap img {
        transform: scale(0.8);
    } */

    img.top-assest {
        top: 70px;
        width: 40%;
        left: 35px;
    }

    img.bottom-assest {
        top: 180px;
        width: 15%;
        right: 35px;
    }

    .zwc-sticky-nav {
        padding: 40px 30px;
    }

}

@media only screen and (max-width:991px) {
    .zwc-content h1 {
        font-size: 38px;
    }

    .zwc-sticky-nav li {
        line-height: 20px;
    }

    .zwc-sticky-wrap {
        gap: 30px;
    }

    .zwc-content p {
        margin: 0 auto 20px;
    }

    .zwc-scroller-parent h2 {
        font-size: 27px;
    }

    .zwc-scroller-parent h3 {
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 14px;
    }

    .banner-inner {
        flex-flow: column;
        text-align: center;
    }

    .zwc-content {
        width: 100%;
        max-width: 78%;
    }

    .zwc-sticky-nav {
        display: none;
    }

    img.bottom-assest {
        right: 5px;
    }

    .zwc-scroller-child {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .zwc-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto -30px;
    }



    .zwc-content h1 {
        font-size: 28px;
    }

    .box {
        padding: 30px 50px;
    }

    .zwc-image {
        width: 100%;
        max-width: 80%;
    }

    section.sticky-section {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 640px) {
    .zwc-content h1 {
        font-size: 23px;
    }

    .zwc-scroller-parent h2 {
        font-size: 20px;
    }

    .zwc-scroller-parent h3 {
        font-size: 19px;
    }

    h5 {
        font-size: 18px;
    }

    .box {
        padding: 30px;
    }

    .zwc-last-child {
        color: #000;
        padding: 40px 30px;
    }
}