section.clm-banner-section {
    background: #0d3267 url(/sites/zweb/images/contracts/features/clmbg.svg) no-repeat;
    background-size: contain;
    color: #fff;
    text-align: center;
    padding: 100px 0;
    margin-top: -70px;
}

ul.checklist.shuffle {
    border: 1px solid #ebebeb;
    border-bottom: none;
}

.cta-inner .cta-btn {
    font-family: var(--primaryfont-semibold);
    padding: 13px 30px;
    border-radius: 3px;
}

.clmtabs-sticky {
    background: #fff;
    box-shadow: 0 10px 30px #e1e1e18c;
    border: 1px solid #cddde8;
    border-radius: 10px;
    z-index: 1;
    margin-top: -60px;
    padding: 30px 50px 25px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

section.clmtabs-section {
    position: sticky;
    top: 52px;
    z-index: 2;
}

.clm-banner-inner p {
    width: 100%;
    max-width: 650px;
    margin: 0 auto
}

span.process-percentage {
    font-size: 34px;
    color: #1990e6;
    font-family: var(--secondaryfont-bold)
}

span.sub-text {
    font-size: 20px;
    color: #1990e6;
    font-family: var(--primaryfont-semibold)
}

.zc-processvalue {
    max-width: 24%;
    width: 100%
}

section.zc-clmchecklist-section,
section.cta-section {
    padding: 110px 0
}

.zc-filter-bar {
    max-width: 68%;
    width: 100%
}

ul.stages-selector {
    display: flex;
    gap: 2px;
    justify-content: center
}

ul.stages-selector li {
    background: #f2f2f2;
    padding: 14px 25px;
    border-radius: 3px;
    font-size: 18px;
    width: 270px;
    text-align: center;
    font-family: var(--primaryfont-semibold);
    cursor: pointer
}

ul.stages-selector li.active {
    background: #1990e6;
    color: #fff
}

.zc-clmchecklist-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    position: relative
}

.clmlist-aside {
    width: 100%;
    max-width: 27%;
    position: sticky;
    top: 30px
}

.clmlist-content {
    width: 100%;
    max-width: 72%
}

ul.clm-listing li {
    padding: 8px 0;
    font-family: var(--primaryfont-semibold);
    padding-left: 14px;
    cursor: pointer;
    position: relative;
    color: #898989
}

section.zc-clmchecklist-section {
    padding: 72px 0;
}

.clm-listing li.active {
    color: #000
}

.clm-listing li.active:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 2px;
    height: 21px;
    background: #1990e6
}

.expend-bar.checked {
    color: #a5a5a5
}

li .header-item .check svg {
    display: inline-block;
    vertical-align: middle
}

.header-item {
    display: flex;
    align-items: center;
    background-color: #fafafc;
    padding: 17px 0;
    box-shadow: inset 0 -1px 0 #ebebeb
}

.header-item .check {
    width: 61px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.header-item .expend-bar {
    width: calc(100% - 120px);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header-item .btn {
    cursor: pointer;
    margin-left: 11px
}

.header-item .expend-bar h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-family: var(--zf-secondary-medium)
}

.body-item {
    background-color: #143976;
    color: #fff;
    padding: 50px 60px;
    display: none
}

.body-item ul {
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 12px
}

.body-item ul li {
    padding: 5px 0
}

.body-item p {
    margin-bottom: 8px
}

p.read-txt {
    text-decoration: underline
}

.arrow {
    display: inline-block;
    vertical-align: middle;
    transition: .2s ease;
    position: relative
}

li.expend .arrow {
    transform: rotateZ(180deg)
}

.expend.body-item {
    display: block
}

.arrow::after {
    left: -1px;
    transform: rotate(-45deg)
}

.arrow::before,
.arrow::after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #434343;
    transition: .3s ease-in-out;
    position: absolute;
    top: 10px;
    right: 0
}

.arrow::before {
    transform: rotate(45deg)
}

li.expend .arrow::before,
li.expend .arrow::after {
    background: #1990e6
}

span.circle:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    border: 1.5px solid #6e6e6e;
    border-radius: 50px;
    left: 0;
    top: 0px;
}

span.circle {
    position: relative
}

.check.checked span.circle:before {
    border: 1.5px solid #1990e6;
    background: #1990e6
}

.check.checked span.circle:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 4px;
    height: 9px;
    width: 4px;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(40deg)
}

.scrolltag h2 {
    font-size: 26px;
    margin-bottom: 20px
}

.scrolltag {
    margin-top: 80px
}

.scrolltag:nth-child(1) {
    margin-top: 0
}

.process-value {
    font-size: 34px;
    color: #1990e6;
    font-family: var(--secondaryfont-bold);
    display: none
}

.checklist li {
    width: 100%
}

section.cta-section {
    text-align: center;
    padding-top: 30px;
}

.cta-inner h2 {
    margin: 0 auto 30px;
    max-width: 850px;
    width: 100%
}

.act-btn.cta-btn {
    padding: 12px 34px;
    border-radius: 3px
}

@media(min-width:1024px) {

    .clmlist-aside {
        top: 180px
    }

}

@media(max-width:1199px) {
    section.clmtabs-section {
        top: 0
    }
}

@media(max-width:1024px) {
    span.sub-text {
        font-size: 17px
    }

    .clmtabs-sticky {
        padding: 30px
    }

    section.clm-banner-section {
        padding: 90px 0 100px
    }

    .scrolltag {
        margin-top: 50px;
    }

    .scrolltag h2 {
        font-size: 24px;
    }

    section.zc-clmchecklist-section {
        padding: 70px 0
    }

    section.clmtabs-section:after {
        height: 115%;
        top: 0
    }
}

@media(max-width:991px) {

    span.sub-text,
    ul.clm-listing li {
        font-size: 15px;
        line-height: 24px
    }

    .clmtabs-sticky {
        padding: 20px
    }

    ul.stages-selector li {
        font-size: 16px;
        width: 240px;
        padding: 11px 25px
    }
}

@media(max-width:767px) {

    .body-item {
        padding: 30px;
    }

    .zc-clmchecklist-inner,
    .clmtabs-sticky {
        flex-flow: column wrap
    }

    ul.clm-listing {
        display: none
    }

    .clmlist-content {
        width: 100%;
        max-width: 100%
    }

    .scrolltag h2,
    .cta-inner h2 {
        font-size: 23px;
        text-align: center
    }

    .scrolltag {
        margin-top: 50px
    }

    .zc-filter-bar {
        max-width: 100%;
        width: 100%;
        margin: 20px 0
    }

    .zc-processvalue {
        max-width: 26%;
        width: 100%
    }

    .zc-processvalue {
        max-width: 30%;
        width: 100%;
        text-align: center
    }
    .header-item .btn{
        margin-left: 27px;
    }
}

@media(max-width:640px) {
    .zc-processvalue {
        max-width: 60%;
    }

    .clmtabs-sticky {
        padding: 10px;
    }

    ul.stages-selector li {
        font-size: 14px;
        width: 160px;
        padding: 8px 15px;
    }

    .zc-wrapper h1 {
        font-size: 24px;
        margin: 0 auto 20px;
        max-width: 360px
    }

    .scrolltag h2,
    .cta-inner h2 {
        font-size: 20px
    }

    /* .zc-filter-bar,
    ul.stages-selector {
        flex-flow: column wrap
    } */

    .zc-processvalue {
        max-width: 50%
    }

    ul.stages-selector li {
        margin: 0 auto
    }

    span.process-percentage {
        font-size: 41px
    }

    section.clmtabs-section:after {
        height: 600px;
        top: 0
    }
}

@media(max-width:580px) {
    .body-item {
        padding: 25px;
    }

    .header-item .btn {
        margin-left: 30px;
        transform: scale(0.8)
    }

    section.clm-banner-section {
        padding: 90px 0;
    }

    section.zc-clmchecklist-section {
        padding: 20px 0 70px;
    }

    section.cta-section {
        padding: 0 0 70px;
    }

    .zc-processvalue {
        max-width: 90%;
    }

    section.clmtabs-section .content-wrap {
        width: 100%;
    }

    .clmtabs-sticky {
        border-radius: 0;
    }

    span.circle:before {
        width: 19px;
        height: 19px
    }

    .header-item .expend-bar h3 {
        font-size: 14px
    }

    .zc-filter-bar {
        margin: 10px 0;

    }

    .check.checked span.circle:after {
        left: 7px;
        top: 5px;
        height: 8px;
        width: 4px;
    }
}

@media(max-width:350px) {
    ul.stages-selector li {
        font-size: 12px;
    }
}