.zsection {
    padding: 60px 0;
}

.zsection h2 {
    font-family: var(--primaryfont-bold);
}

.zsection .content-wrap {
    max-width: 956px;
    margin: 0 auto;
}

.zsection .head-title {
    font-family: var(--primaryfont-bold);
}

.hero-wrap {
    background: #FED600;
}

.head-content {
    text-align: center;
}

.head-content p {
    max-width: 775px;
    margin: 0 auto 40px;
}

section.zsection.overview-wrap {
    padding-bottom: 0;
}

.overview-content p {
    margin-bottom: 20px;
}

.overview-content p span {
    font-family: var(--primaryfont-semibold);
}

.overview-content ul {
    margin: 35px 0 35px;
    font-family: var(--primaryfont-semibold);
}

.overview-content ul:last-child {
    margin-bottom: 0;
}

.overview-content ul li {
    font-size: 18px;
    line-height: 40px;
    list-style: disc;
}

.overview-content h2:nth-of-type(2) {
    margin-top: 50px;
    max-width: 870px;
}

section.zsection.zone-bms {
    padding-top: 60px;
}
section.zsection.features-osb {
    padding: 0 0 20px;
}
.zone-bms .content-wrap {
/*    background: #07603A;*/
    background: #037846;
    border-radius: 5px;
    padding: 80px 0px;
    color: #fff;
}

.zone-bms-content {
    max-width: 779px;
    margin: 0 auto;
}

.zone-bms h2.head-title,
.zone-bms p:nth-of-type(1) {
    max-width: 779px;
}

/*.zone-bms p:nth-of-type(1) {
    color: #ffffff90;
}*/

.zone-bms ul ,.gr-list {
    padding-left: 60px;
}

.zone-bms ul li,.gr-list li {
    position: relative;
    padding-left: 25px;
    line-height: 40px;
    font-size: 18px;
    font-family: var(--zf-secondary-medium);
}

.zone-bms ul li:before ,.gr-list li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #F3B700;
    top: 50%;
    transform: translate(0px, -7px);
}

.zone-bms ul li::after,.gr-list li:after {
    content: '';
    position: absolute;
    transform: rotate(45deg) translate(-50%,-50%);
    left: 4px;
    top: 50%;
    height: 8.5px;
    width: 4px;
    border-bottom: 1.5px solid #000;
    border-right: 1.5px solid #000;
}

.poster-video {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    max-width: 717px;
    cursor: pointer;
}

.poster-video::before {
    content: '';
    background: url(/sites/zweb/images/one/play-icon-bms.svg) no-repeat center;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.customer-detailed-video {
    margin-bottom: 60px;
}

.btm-cta {
    text-align: center;
}

.btm-cta h3.head-title {
    margin-bottom: 30px;
    font-size: 24px;
}

a.cta-btn.act-btn.signupcta {
    border: 2px solid #f0483e;
    margin-right: 10px;
}

a.act-btn.bg-free {
    background: transparent;
    border: 2px solid #fff;
    margin-left: 10px;
    color: #fff;
}

.zsection a.act-btn {
    padding: 8px 27px;
    line-height: 1.5;
}

.promo-banner a ,.cta-btn,.bk-btn,.bg-free {
    border-radius: 3px;
}

.promo-banner,.apps-list,.os-banner,.highlights-bms .content-wrap > .inner {
    border-radius: 5px;
}

.features-bms h2 {
    max-width: 720px;
}

.features-bms dt {
    font-size: 24px;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-bottom: 10px;
    counter-increment: css-counter 1;
    position: relative;
}

.features-bms {
  list-style-type: none;
  padding-top: 0;
  counter-reset: css-counter 0; /* initializes counter to 0; use -1 for zero-based numbering */
}

.features-bms dt:before {
    content: counter(css-counter);
    /* background: #1E1E1E; */
    border: 1.5px solid #000;
    color: #000;
    font-size: 12px;
    border-radius: 15px;
    line-height: 1;
    position: absolute;
    left: -10px;
    top: 50%;
    height: 20px;
    width: 20px;
    transform: translate(-100%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-bms dl {
    margin-left: 60px;
}

.features-bms dd {
    margin-bottom: 35px;
}

.promo-banner {
    background-color: #F5F5F5;
    padding: 30px 70px;
    position: relative;
    margin-top: 60px;
}

.promo-banner h3 span {
    color: #07AA50;
}

.promo-banner a {
    font-size: 14px;
    color: #000;
    padding: 12px 22px;
    border: 1px solid #000;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-top: 20px;
    display: block;
    max-width: max-content;
    line-height: 1;
}

.promo-banner img {
    position: absolute;
    right: 55px;
    bottom: 0;
}

.gr-list li:before {
    background-color: #07AA50;
    top: 20px;
}

.gr-list li:after {
    box-sizing: border-box;
    border-color: #fff;
    top: 20px;
    left: 4px;
}

.gr-list {
    max-width: 830px;
    margin-bottom: 30px;
}

.gr-list li {
    font-family: var(--primaryfont-regular);
}

.work-bms h3 {
    font-size: 24px;
}

.apps-list {
    padding: 60px 70px;
    background-color: #202C59;
    color: #fff;
    margin-top: 60px;
}

.apps-list dt {
    font-size: 24px;
    color: #F3B700;
    font-family: 'Zoho_Puvi_SemiBold';
    list-style: disc outside none;
    display: list-item;
}

.apps-list dd > p {
    margin: 10px 0 30px;
}

.apps p {
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1;
}

.apps > div {
    display: flex;
    justify-content: flex-start;
    gap: 35px;
    flex-wrap: wrap;
}

.apps a {
    color: #fff;
}

.apps span {
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    text-align: center;
}

.apps-list .apps [class^="zgh-i-"]:before {
    display: block;
    position: initial;
    margin: 0 auto 10px auto;
}

.zgh-i-marketinghub:before {
    background-position: -360px -81px;
}

.apps-list dd:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin: 50px 0;
    background-color: #FFFFFF1A;
}

.apps-list dd:last-child:after {
    content: unset;
}

.os-banner {
    padding: 70px;
    background-color: #F1F5F6;
    position: relative;
    margin-bottom: 30px;
}

.os-banner p {
    max-width: 390px;
}

.os-banner p span {
    font-weight: 600;
}

.os-banner img {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.highlights-bms {
    padding: 0;
}

.highlights-bms .content-wrap > .inner {
    padding: 80px 70px;
    background-color: #FFE7CC;
}

.highlights-bms h2 {
    margin-bottom: 20px;
}

.highlights-bms .gr-list {
    max-width: 750px;
    margin-bottom: 0px;
    padding-left: 20px;
}

.footer-bms {
    background-color: #FED600;
    text-align: center;
}

.footer-bms .cta {
    margin-top: 40px;
}

a.bk-btn {
    background: transparent;
    border: 2px solid #000;
    color: #000;
}

.m-0 {
    margin: 0;
}

.deployment-bms,.work-bms {
    padding-top: 0;
}

.footer-bms .gr-list {
    max-width: max-content;
    margin: 0 auto;
    text-align: left;
}

.footer-bms .gr-list li:before {
    border: 1px solid #000;
    background-color: transparent;
}

.footer-bms .gr-list li:after {
    border-color: #000;
}

.footer-bms h2 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.zsection p.sub-cont {
    font-size: 12px;
    margin: 8px auto 0;
}

@media(min-width:481px){
    .zsection p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width:992px) {
    .hero-wrap {
        padding: 100px 0;
    }
    .zsection h1.head-title {
        font-size: 48px;
    }
    .zsection h2.head-title {
        font-size: 38px;
    }
    .overview-content ul {
        padding-left: 60px;
    }

    .footer-bms {
        padding: 100px 0;
    }

}

@media(max-width:1200px){
    .zsection .content-wrap{
        max-width:960px
    }
}

@media(max-width:993px){
    .zsection .content-wrap{
        max-width:880px
    }

    .overview-content ul {
        padding-left: 5%;
    }

    .zone-bms-content {
        max-width: 90%;
    }

    .zone-bms .content-wrap {
        padding: 50px 0;
    }

    .zone-bms ul, .gr-list {
        padding-left: 30px;
    }

    .features-bms h2 {
        max-width: unset;
    }

    .os-banner img {
        right: 4%;
        transform: translateY(-50%) scale(.6);
    }

    .os-banner {
        padding: 50px;
    }

    .highlights-bms .content-wrap > .inner {
        padding: 60px 50px;
    }

    .footer-bms .cta {
        margin-top: 30px;
    }

    .promo-banner h3 {
        max-width: 450px;
    }

}

@media(max-width:767px){
    .zsection .content-wrap{
        max-width:720px
    }

    .zone-bms ul, .gr-list {
        padding-left: 15px;
    }

    .zone-bms ul li:before {
        top: 20px;
    }

    .zone-bms ul li::after {
        top: 20px;
    }

    .features-bms dl {
        margin-left: 40px;
    }

    .promo-banner {
        padding: 20px 50px;
    }

    .promo-banner h3 {
        max-width: 60%;
    }

    .apps-list {
        padding: 40px 50px;
    }

    .os-banner {
        padding: 40px;
    }

    .os-banner p {
        max-width: 60%;
    }

    .os-banner img {
        right: 0;
        transform: translateY(-50%) scale(.5);
    }

    .highlights-bms .content-wrap > .inner {
        padding: 35px;
    }

    .highlights-bms .gr-list {
        padding-left: 10px;
    }

}

@media(max-width:640px){
    .zsection .content-wrap{
        max-width:620px
    }

    .cta {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .cta a {
        margin: 0 !important;
    }

    .features-bms dt {
        font-size: 20px;
    }

    .features-bms dd {
        font-size: 16px;
    }

    .features-bms dt:before {
        top: 15px;
    }

    .promo-banner {
        padding: 20px 30px;
    }

    .promo-banner img {
        right: 0;
    }

    .apps-list dd > p,.zone-bms ul li, .gr-list li {
        font-size: 16px;
    }

    .apps-list {
        padding: 30px 40px;
    }

    .apps-list dd:after {
        margin: 30px 0;
    }

    .apps-list dt {
        font-size: 22px;
    }

    .os-banner img {
        right: -10%;
        transform: translateY(-50%) scale(.5);
    }

    .os-banner p {
        font-size: 16px;
    }

}

@media(max-width:480px){
    .zsection .content-wrap{
        max-width:430px
    }

    .features-bms dd {
        font-size: 15px;
    }

    h1, h1.center {
        font-size: 24px;
    }

    .zone-bms h2.head-title {
        font-size: 20px;
    }

    .apps-list dd > p, .zone-bms ul li, .gr-list li {
        font-size: 15px;
    }

    .zone-bms ul, .gr-list {
        padding-left: 0;
    }

    .features-bms dt:before {
        content: unset;
    }

    .features-bms dl {
        margin-left: 0;
    }

    .promo-banner h3 ,.os-banner p{
        max-width: 100%;
    }

    .promo-banner img ,.os-banner img{
        display: none;
    }

    .promo-banner {
        padding: 20px;
    }

    .apps-list {
        padding: 25px 30px;
    }

    .os-banner {
        padding: 30px;
    }

    .highlights-bms .content-wrap > .inner {
        padding: 25px;
    }

    .highlights-bms .gr-list {
        padding-left: 0;
    }
    
    .zsection p.sub-cont {
        font-size: 10px;
    }
}