/* stylesheet start */
.zw-product-header {
	background: #15882E;
}
.zbanner {
	background: #15882E;
	padding-bottom: 0;
}

.zbanner .top-wrap {
	max-width: 90%;
	margin: 0 auto 64px;
	color: #fff;
}

.top-wrap p {
	max-width: 860px;
	margin: auto auto 20px;
	color: #CCF0D3;
}

.zf-wrap {
    background: #FFF;
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.25);
    max-width: 996px;
    margin: 0 auto -160px;
    padding: 37px 24px 37px 15px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 100%;
}
.zf-wrap .lhs{
    text-align: center;
}
.zf-wrap .zcol-3{
	max-width: calc(25.5% - 6px);
	flex-basis:calc(25.5% - 6px);
}
.zf-wrap .zcol-5{
	max-width: calc(75.5% - 6px);
	flex-basis:calc(75.5% - 6px);
}
/* .zf-wrap h3 {
	margin-bottom: 32px;
} */

.zf-wrap ul li {
	padding-left: 32px;
	position: relative;
	width: 45%;
	color: #222;
	font-size: 18px;
	line-height: 22px;
	font-family: var(--zf-secondary-medium);
}
.zf-wrap ul li{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0, #CCC 50%, rgba(102, 102, 102, 0.00) 100%);
    border-image-slice: 1;
}
.zf-wrap ul li:nth-child(5){
	border-image: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.zf-wrap ul li:before{
	position: absolute;
	content: '';
}

.zf-wrap ul li:before {
	width: 24px;
	height: 24px;
	background: url(/sites/zweb/images/fsm/features/fea-tick.svg) no-repeat 0px 0px/100%;
	left: 0;
	top: 2px;
}



.zwc-asset-management {
	padding-top: 264px;
	padding-bottom: 0;
	background: #EDEDED;
}

.zam-wrap .lhs img {
	display: block;
	max-width: 100%;
	width: 90%;
}

/* scroll section */
.scroll-sec{
    max-width: 1920px;
    margin: 0 auto;
}
.left-tab{
    position: sticky;
    top: 0;
}
.scroll-grid .left-tab .lhs{
    background: #FFF;
    box-shadow: 10px 0px 50px 0px rgba(83, 131, 178, 0.15);
    padding: 80px 0 100px;
}

.scroll-grid .left-tab .lhs ul .list{
    color: #010101;
    font-size: 20px;
    letter-spacing: -.4px;
    padding: 0px 0 40px 60px;
    position: relative;
    cursor: pointer;
}
.scroll-grid .left-tab .lhs ul .list.active:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 42%;
    background: #0B8A27;
    border-radius: 34px;
    left: 50px;
    top: 0px;
}
.scroll-grid .left-tab .lhs ul .list.active{
    color: #0b8a27;
    font-family: var(--zf-primary-medium);
}
.scroll-grid .rhs .box{
    border-radius: 5px;
    text-align: center;
    max-width: 100%;
    margin-top: 24px;
}
/* .scroll-grid .rhs .vd-tab .box{
    background: #6E96EE;
    padding: 24px;
} */
/* .scroll-grid .rhs .box video{
    display: block;
    margin: 0 auto;
} */
.scroll-grid .rhs .tab{
    max-width: 864px;
    margin: auto 0;
    padding: 0px 0 96px;
    /* border-bottom: 1px solid #000; */
}
    /* .scroll-grid .rhs .tab .tab-inner{
        margin-bottom: 15px;
    }
    .tab-inner .fea-list{
        margin-bottom: 20px;  
        padding-left: 20px; 
    } */
/* .tab-inner{
    counter-reset: fea-list;
}

.tab-inner .fea-list p{
    position: relative;
}
.tab-inner .fea-list p:before {
    position: absolute;
    left: -20px;
    top: 0;
    counter-increment: fea-list;
    content: counter(fea-list) ".";
} */
.scroll-grid .rhs .tab a{
    margin: 20px 0 0;
}

.scroll-grid .rhs .tab-1{
    padding-top: 100px;
}
/* scroll Ends */
/* scroll section Ends */
.zbottom {
    background: #131515;
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    .zbottom .content-wrap {
        max-width: 400px;
    }
	.zwc-img-block img {
		max-width: 80%;
		margin: auto;
	}
	.zf-box {
		margin-bottom: 80px;
	}

	.zf-box p {
		max-width: 700px;
		margin: 0 auto 40px;
	}

}
@media only screen and (min-width: 992px) {
    .scroll-grid .left-tab {
        max-width: calc(30.5% - 6px);
        flex-basis: calc(30.5% - 6px);
        max-width: 360px;
    }
    .scroll-grid .ryt-tab {
        max-width: calc(68.5% - 6px);
        flex-basis: calc(68.5% - 6px);
    }
}

@media only screen and (max-width: 991px) {
	.zbanner .top-wrap {
		max-width: 600px;
	}
	.zf-box p {
		max-width: 600px;
	}

	.zam-wrap .lhs img {
		width: 95%;
	}

	.zf-wrap .lhs {
		text-align: center;
	}

	.zf-wrap .zcol-5,
	.zf-wrap .zcol-3 {
		max-width: calc(100% - 6px);
		flex-basis: calc(100% - 6px);
	}

	.zwc-img-block img {
		max-width: 85%;
	}

	.zf-box {
		margin-bottom: 64px;
	}

	.zf-wrap {
		gap: 24px;
	}

	.zf-wrap h3 {
		text-align: center;
	}

	.zf-wrap.zjs-bt {
		justify-content: center;
	}

	.zf-wrap ul {
		max-width: 100%;
		margin: auto;
	}

	.zf-wrap ul li:after {
		width: 12px;
		height: 6px;
	}

    .scroll-grid {
        justify-content: space-between;
        gap: 12px;
    }
    .scroll-grid .left-tab .lhs ul .list {
        font-size: 18px;
        padding: 0px 0 40px 40px;
    }
    .scroll-grid .left-tab .lhs ul .list.active:before {
        left: 30px;
    }

}

@media only screen and (max-width: 767px) {
	.zf-wrap ul li {
		width: 100%;
	}
	.zf-wrap ul li:last-child {
		border-image: none;
	}
	.zam-wrap.zsm-col {
		flex-direction: column-reverse;
	}
	.zwc-asset-management {
		padding-top: 164px;
		;
	}

	.zwc-img-block img {
		max-width: 100%;
	}

	.zam-wrap h2 {
		margin-top: 32px;
	}
	.zf-wrap ul li:nth-child(4){
		border-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0, #CCC 50%, rgba(102, 102, 102, 0.00) 100%);
    	border-image-slice: 1;
        padding-bottom: 16px;
        margin-bottom: 16px;
	}
	.zf-wrap ul li:nth-child(4){
		/* border-image: none; */
	}
    .left-tab{
        display: none;
    }
    .scroll-sec {
        max-width: 950px;
    }
    .scroll-grid .zcol-5 {
        max-width: calc(80% - 6px);
        flex-basis: calc(80% - 6px);
        margin: auto;
    }


}
@media only screen and (min-width: 768px) {
    .zf-wrap ul li:nth-child(1),.zf-wrap ul li:nth-child(2){
        min-height: 62px;
    }
}

@media only screen and (min-width: 1200px) {
    .scroll-grid .left-tab .lhs{
        padding: 100px 0px;
    }
	.break {
		display: block;
	}

	h1 {
		font-size: 48px;
		line-height: 56px;
		letter-spacing: -2px;
		font-family: var(--zf-secondary-medium);
	}

	p {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: -.18px;
	}

	h2 {
		font-size: 42px;
		line-height: 56px;
		letter-spacing: -2px;
		font-family: var(--zf-secondary-medium);
	}

	h3 {
		font-size: 36px;
		line-height: 48px;
		letter-spacing: -1.5px;
		font-family: var(--zf-secondary-medium);
	}
}
/* stylesheet Ends */