.pagewrapper .content-wrap {
    max-width: 1280px;
    padding: 120px 0;
}

.act-btn {
    padding: 12px 30px;
}

.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3 {
    font-family: var(--zf-primary-bold);
    letter-spacing: -1px;
}

.pagewrapper h2 {
    font-size: 48px;
}

.pagewrapper h3 {
    font-size: 32px;
}

.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zlms-sprite,
.lms-steps h3:before {
    background: url(/sites/zweb/images/creator/visitor/visitor-management-sprite.png) no-repeat;
    background-size: 1806px 371px;
    display: block;
}

/* Header  */
.zw-product-header,
.product-header-top .content-wrap {
    background: var(--blue-two);
}

.zw-product-header .zmenu-demo .zcr-btn-clr-sml,
.product-header-top .zmenu-demo .zcr-btn-clr-sml,
.zmobile-menu-link .zmenu-demo .zcr-btn-clr-sml {
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-transform: inherit;
    font-family: var(--primaryfont-bold);
}

.product-nav-links.product-nav-links-new {
    padding-right: 15px;
}

.z-bottom-cta-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

/* End Header */
.lms-text-blue {
    color: var(--zvms-light-orange);
}

/* Banner */
.lms-bnr {
    text-align: center;
    position: relative;
}

.pagewrapper .lms-bnr .content-wrap {
    padding-top: 80px;
}

.lms-bnr:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #140600;
    height: 37%;
    width: 100%;
    border-radius: 64px 64px 0px 0px;
}

.lms-bnr h1 {
    font-size: 66px;
}

.lms-bnr p {
    font-size: 20px;
}

.bnr-card {
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.bnr-card .flex-content {
    justify-content: center;
}

.bnr-card-pnts span {
    font-size: 16px;
    margin-right: 10px;
}

.bnr-card-pnts ul li {
    margin-right: 10px;
}

.bnr-card-pnts .bnr-card-cnt {
    font-family: inherit;
    line-height: 1.4;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #E0DFEC;
    padding: 8px 26px;
    color: #5f6b73;
    font-size: 20px;
    cursor: pointer;
}

.bnr-card-pnts .bnr-card-cnt.active {
    border: 1px solid #d63a00;
    color: #d63a00;
}

.bnr-card-view,
.bnr-effort {
    position: relative;
}

.bnr-card-view {
    margin-top: 30px;
    z-index: 2;
}

.bnr-effort-img img{
    border-radius: 40px;
}
.lms-bnr-img,.lms-bnr-img .zlms-sprite{
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
    left: 0;
}
.lms-bnr-img {
    top: 0;
    display: none;
}

.lms-bnr-img.lms-bnr-active {
    display: block;
}

.lms-bnr-img .zlms-sprite {
    top: 18px;
}

#bnr-acc-points1.active .zlms-sprite {
    transform: scale(1);
}

#bnr-acc-points2 div img,
#bnr-acc-points3 div img,.lms-bnr-img .zlms-sprite {
    transform: scale(0.8);
    transition: all ease 1s;
}

#bnr-acc-points2.active div img,
#bnr-acc-points3.active div img {
    animation: scale-img 1s forwards;
}

#bnr-acc-points1 span:first-child {
    background-position: -121px 0;
    left: 10px;
    width: 531px;
    height: 371px;
    top: 140px;
}

#bnr-acc-points1 span:nth-child(2) {
    background-position: -653px 0;
    left: 557px;
    width: 316px;
    height: 371px;
    top: 142px;
}

#bnr-acc-points1 span:nth-child(3) {
    background-position: -970px 0;
    left: 10px;
    width: 259px;
    height: 177px;
    top: 527px;
}

#bnr-acc-points1 span:nth-child(4) {
    background-position: -1230px 0;
    left: 284px;
    width: 259px;
    height: 177px;
    top: 527px;
}

#bnr-acc-points1 span:nth-child(5) {
    background-position: -1490px 0;
    left: 558px;
    width: 316px;
    height: 177px;
    top: 527px;
}

#bnr-acc-points2 span:first-child {
    width: 424px;
    height: 335px;
    background-position: -1033px 0;
    left: 20px;
}
#bnr-acc-points2 div,#bnr-acc-points3 div{
    position: absolute;
    top: 144px;
    left: 20px;
    z-index: 1;
    width: 858px;
    height: auto;
}

/* End Banner */
/* LMS Steps */
.lms-steps {
    background: var(--zvms-dark-orange);
}

.pagewrapper .lms-steps .content-wrap {
    padding-top: 0;
}

.lms-steps .flex-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 24px;
    align-items: inherit;
}

.lms-steps .flex-part-three {
    width: 31.3%;
    border-radius: 24px;
    border: 1px solid #491E0C;
    background: linear-gradient(140deg, #16080120 .69%, #28100795 .54%);
    padding: 45px;
    color: #fff;
}

.lms-steps .flex-part-three h3:before,
.lms-steps .flex-part-three:nth-child(2) h3:before,
.lms-steps .flex-part-three:nth-child(3) h3:before {
    margin-bottom: 20px;
    display: block;
}

.lms-steps .flex-part-three h3:before {
    content: "";
    width: 42px;
    height: 44px;
    background-position: 0 0;
}
.lms-steps .flex-part-three:nth-child(2) h3:before,.lms-steps .flex-part-three:nth-child(3) h3:before{
    content: "";
    width: 40px;
    height: 40px;
}
.lms-steps .flex-part-three:nth-child(2) h3:before {
    background-position: -41px 0px;
}

.lms-steps .flex-part-three:nth-child(3) h3:before {
    background-position: -81px 0px;
}

.lms-steps p {
    margin-bottom: 0;
    color: var(--zvms-light-grey);
}

/* End LMS Steps */
/* LMS Views */
.lms-views,
.lms-views-heading,
.zcr-acc-cnt li.active h3 {
    color: #fff;
}

.lms-views {
    background: var(--zvms-dark-orange);
}

.pagewrapper .lms-views .content-wrap {
    padding-top: 0;
    overflow: hidden;
}

.lms-views-heading .flex-content {
    justify-content: space-between;
    align-items: inherit;
}

.lms-views-heading h2 {
    width: 60%;
    max-width: 680px;
}

.lms-views-heading p {
    width: 40%;
    max-width: 510px;
    color: var(--zvms-light-grey);
}

.lms-view-lists {
    margin-top: 60px;
}

.lms-scroll-sticky {
    position: relative;

}
.zcr-accr-des div {
    display: none;
}
.sticky-header {
    padding: 74px 0 0;
    background: var(--zvms-dark-orange);
}

.lms-org-list {
    margin-top: 100px;
}

.lms-emp-list {
    margin-top: 120px;
}

.lms-org-list .flex-content,
.lms-emp-list .flex-content {
    justify-content: space-between;
}

.zcr-acc-cnt {
    width: 40%;
    max-width: 490px;
}

.zcr-acc-img {
    position: relative;
    width: 58%;
    max-width: 650px;
    border-radius: 24px;
    border: 1px solid #491E0C;
    background: linear-gradient(140deg, #16080120 69%, #28100795 54%);
    height: 485px;
}

.zcr-acc-cnt ul li:first-child .zcr-accr-des {
    display: block;
}

.zcr-acc-item,
.zcr-accr-des {
    display: none;
}

.zcr-accr-des p {
    color: var(--zvms-light-grey);
    max-width: 440px;
}

.zcr-acc-item {
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    height: auto;
}

.zcr-acc-item.active {
    opacity: 1;
    visibility: visible;
}

.zcr-acc-item div {
    transform: scale(0.8);
    transition: all ease 0.8s;
}

.zcr-acc-item.active div {
    transform: scale(1);
}

.informed-decisions.active div,
.clarity.active div,
.fingertips.active div,
.zcr-acc-item.active div {
    animation: scale-img 1s forwards;
}

.zcr-acc-item:first-child.active {
    display: block;
}

.zcr-acc-cnt ul li {
    border-bottom: 1px solid #271913;
    margin-bottom: 20px;
    position: relative;
}

.zcr-acc-cnt ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #DAEF68;
    width: 0;
    height: 1px;
}

.zcr-acc-cnt ul li.active:after {
    animation: progress-bar 5s linear 1s;
}

@keyframes progress-bar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.zcr-acc-cnt h3 {
    color: #786F6C;
    cursor: pointer;
}

.zcr-acc-item img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    height: auto;
    width: auto;
    padding: 25px;
    border-radius: 44px;
}

/* End LMS Views */
/* LMS Software */

.lms-stw h2 {
    text-align: center;
}

.lms-process {
    margin-top: 60px;
}

.lms-process .flex-content {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    max-width: 1150px;
    margin: 0 auto;
}

.lms-process .flex-content.process-cnt {
    width: 100%;
}

.lms-process .flex-part-three {
    border-radius: 20px;
    padding: 0px 0px 0px 50px;
    position: relative;
    width: 110px;
    height: 482px;
    margin-right: 5px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.lms-process .flex-part-three:first-child {
    background-color: #EBF4FE;
}

.lms-process .flex-part-three:nth-child(2) {
    background-color: #FAF6F3;
}

.lms-process .flex-part-three:last-child {
    background-color: #EBF4F1;
}

.lms-prc-heading {
    opacity: 1;
    visibility: visible;
}

.lms-process .flex-part-three .lms-prc-heading {
    position: absolute;
    left: -185px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
    width: auto;
    height: auto;
    min-width: 110px;
    margin-bottom: 0;
    font-size: 24px;
    width: 483px;
    padding: 30px 0px 30px 45px;
    cursor: pointer;
}

.lms-process .flex-part-three p,
.lms-str-img,
.lms-prc-cnt h3,
.lms-process .flex-part-three.active .lms-prc-heading {
    opacity: 0;
    visibility: hidden;
}

.lms-prc-cnt h3 {
    cursor: pointer;
}

.lms-process .flex-part-three.active {
    padding: 145px 75px 145px 75px;
    width: 77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lms-process .flex-part-three.active .lms-str-img,
.lms-process .flex-part-three.active .lms-prc-cnt h3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.lms-process .flex-part-three.active p {
    display: block;
    margin-bottom: 0;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    max-width: 370px;
}

.lms-prc-cnt,
.lms-str-img {
    width: 50%;
}

.lms-str-img {
    transform: scale(0.8);
}

.lms-process .flex-part-three.active .lms-str-img {
    animation: scale-img 1s forwards;
    transform: scale(1);
}

.lms-process .flex-part-three:nth-child(2) .lms-str-img,
.lms-process .flex-part-three:nth-child(3) .lms-str-img {
    margin-left: auto;
}

.lms-process .flex-part-three:nth-child(2) .lms-str-img,.lms-process .flex-part-three:nth-child(3) .lms-str-img {
    max-width: 360px;
}

/* End LMS Software */
/* LMS Bottom CTA */
.lms-btm {
    text-align: center;
}

.pagewrapper .lms-btm .content-wrap {
    padding: 40px 0;
}

.lms-btm h2 {
    font-size: 50px;
    margin: 0 auto 20px;
    max-width: 980px;
}

/* End LMS Bottom CTA */
/*FAQ*/
.faq h2 {
    text-align: center;
}

.faq h2:before {
    display: block;
    content: '';
    background: url(/sites/zweb/images/creator/home/red-faq-icon.png) no-repeat;
    width: 90px;
    height: 70px;
    background-size: 100%;
    margin: auto;
}

.faq-wrap {
    max-width: 980px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #d3d3d3;
}

.faq-item:first-child .faq-ans {
    display: block;
}

.faq-ans {
    display: none;
    padding-bottom: 10px;
    padding-left: 42px;
}

.faq-item h4 {
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
    padding: 20px 0px 20px 40px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    color: #000;
}

.faq-item h4:hover {
    color: #555;
}

.faq-item h4:before,
.faq-item h4:after {
    content: '';
    position: absolute;
    background: #ea5154;
}

.faq-item:hover h4:before,
.faq-item:hover h4:after {
    background: #555;
}

.faq-item h4:before {
    left: 0px;
    top: 35px;
    height: 2px;
    width: 16px;
}

.faq-item h4:after {
    left: 7px;
    width: 2px;
    top: 28px;
    height: 15px;
}

.faq-item.active h4:after {
    height: 0px;
}

.faq-ans ul li {
    font-size: 17px;
    margin-bottom: 20px;
}

.faq-ans ul li span {
    font-family: var(--primaryfont-semibold);
}

@keyframes scale-img {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}


@media(max-width:1440px) {
    .pagewrapper h2 {
        font-size: 44px;
    }

    .pagewrapper h3 {
        font-size: 26px;
    }
    /* Banner  */
    .lms-bnr h1 {
        font-size: 56px;
    }

    .lms-bnr:after {
        border-radius: 30px 30px 0px 0px;
    }
    .bnr-card-view {
        max-width: 1080px;
        margin: 30px auto 0;
    }

    .lms-bnr-img .zlms-sprite {
        background-size: 1532px auto;
    }
    .bnr-effort-img img {
        border-radius: 30px;
    }

    #bnr-acc-points1 span:first-child {
        width: 454px;
        height: 348px;
        background-position: -99px 0;
        left: 9px;
        top: 118px;
    }

    #bnr-acc-points1 span:nth-child(2) {
        width: 270px;
        height: 323px;
        background-position: -553px 0;
        left: 472px;
        top: 119px;
    }
    #bnr-acc-points1 span:nth-child(3),#bnr-acc-points1 span:nth-child(4){
        width: 221px;
        height: 155px;
    }
    #bnr-acc-points1 span:nth-child(3),#bnr-acc-points1 span:nth-child(4),#bnr-acc-points1 span:nth-child(5){
        top: 444px;
    }
    #bnr-acc-points1 span:nth-child(3) {
        background-position: -822px 0;
        left: 9px;
    }
    #bnr-acc-points1 span:nth-child(4) {
        background-position: -1042px 0;
        left: 243px;
    }
    #bnr-acc-points1 span:nth-child(5) {
        width: 271px;
        height: 155px;
        background-position: -1263px 0;
        left: 478px;
    }
    #bnr-acc-points2 div,#bnr-acc-points3 div{
        top: 124px;
    left: 15px;
    width: 717px;
    }

    /* End Banner */
     /* LMS Views */
     .lms-views-heading h2 {
        font-size: 48px;
    }

    .zcr-acc-cnt,
    .zcr-acc-img {
        width: 48%;
    }

    .zcr-acc-img {
        height: 440px;
    }

    /* End LMS Views */
    /* LMS Software */
    .lms-process {
        margin-top: 50px
    }

    .lms-process .flex-part-three .lms-prc-heading {
        font-size: 28px;
    }

    .lms-process .flex-part-three.active {
        padding: 125px 75px 125px 75px;
    }

    .lms-process .flex-part-three.active p {
        font-size: 20px;
    }

    /* End LMS Software */
}

@media all and (min-width:1200px) {

    .inup1,
    .inup2,
    .inup3,
    .inup4,
    .inup5,
    .inup6 {
        -webkit-transform: translate3d(0px, 40px, 0);
        transform: translate3d(0px, 40px, 0);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        -o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    }

    .in-view .inup1,
    .in-view .inup2,
    .in-view .inup3,
    .in-view .inup4,
    .in-view .inup5,
    .in-view .inup6 {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }

    .fadeinup1,
    .fadeinup2,
    .fadeinup3,
    .fadeinup4,
    .fadeinup5,
    .fadeinup6,
    .fadeinup7,
    .fadeinup8,
    .fadeinup9 {
        -webkit-transform: translate3d(0px, 60px, 0);
        transform: translate3d(0px, 60px, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
    }

    .fadeindown1 {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
    }

    .in-view .fadeinup1,
    .in-view .fadeinup2,
    .in-view .fadeinup3,
    .in-view .fadeinup4,
    .in-view .fadeinup5,
    .in-view .fadeinup6,
    .in-view .fadeinup7,
    .in-view .fadeinup8,
    .in-view .fadeinup9,
    .in-view .fadeindown1,
    .in-view .fadeindown2,
    .in-view .fadeindown3,
    .in-view .fadeindown4 {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .fadeindown1,
    .fadeinup1,
    .inup1,
    .bnrimg1,
    .bnrimg4 {
        -webkit-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .fadeindown2,
    .fadeinup2,
    .inup2,
    .bnrimg2,
    .bnrimg5 {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .fadeindown3,
    .fadeinup3,
    .inup3,
    .bnrimg3,
    .bnrimg6 {
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .fadeinup4,
    .inup4 {
        -webkit-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms
    }

    .fadeinup5,
    .inup5 {
        -webkit-transition-delay: 900ms;
        -o-transition-delay: 900ms;
        transition-delay: 900ms
    }

    .fadeinup6,
    .inup6 {
        -webkit-transition-delay: 1100ms;
        -o-transition-delay: 1100ms;
        transition-delay: 1100ms
    }

    .fadeinup7,
    .inup7 {
        -webkit-transition-delay: 1300ms;
        -o-transition-delay: 1300ms;
        transition-delay: 1300ms
    }

    .fadeinup8,
    .inup8 {
        -webkit-transition-delay: 1500ms;
        -o-transition-delay: 1500ms;
        transition-delay: 1500ms
    }

    .fadeinup9,
    .inup9 {
        -webkit-transition-delay: 1700ms;
        -o-transition-delay: 1700ms;
        transition-delay: 1700ms
    }

    /* LMS Views */
    .lms-view-lists h2 {
        display: none;
    }

    /* End LMS Views */
}

@media(max-width:1199px) {
    .pagewrapper .content-wrap {
        width: 94%;
        padding: 70px 0;
    }
    /* Banner  */
    .pagewrapper .lms-bnr .content-wrap {
        padding-top: 60px;
    }

    .lms-bnr p {
        font-size: 18px;
    }

    .bnr-card-view {
        max-width: 930px;
    }

    .lms-bnr-img .zlms-sprite {
        background-size: 1300px auto;
    }
    .bnr-effort-img img {
        border-radius: 28px;
    }
    #bnr-acc-points1 span:first-child,#bnr-acc-points1 span:nth-child(2){
        top: 105px;
    }
    #bnr-acc-points1 span:first-child {
        width: 397px;
        height: 279px;
        background-position: -74px 0;
        left: 0px;
    }

    #bnr-acc-points1 span:nth-child(2) {
        width: 229px;
        height: 275px;
        background-position: -469px 0;
        left: 409px;
    }
    #bnr-acc-points1 span:nth-child(3),#bnr-acc-points1 span:nth-child(4),#bnr-acc-points1 span:nth-child(5){
        top: 385px;
    }
    #bnr-acc-points1 span:nth-child(3) {
        width: 187px;
        height: 143px;
        background-position: -698px 0;
        left: 15px;
    }
    #bnr-acc-points1 span:nth-child(4) {
        width: 187px;
        height: 130px;
        background-position: -885px 0;
        left: 211px;
    }
    #bnr-acc-points1 span:nth-child(5) {
        width: 232px;
        height: 130px;
        background-position: -1072px 0;
        left: 407px;
    }
    #bnr-acc-points2 div,#bnr-acc-points3 div{
        top: 104px;
    left: 14px;
    width: 621px;
    }

    .bnr-card-pnts span {
        font-size: 14px;
    }

    .bnr-card {
        margin-top: 40px;
    }

    .bnr-card-pnts .bnr-card-cnt {
        font-size: 18px;
    }

    .lms-bnr:after {
        border-radius: 20px 20px 0px 0px;
    }

    /* End Banner */
    /* LMS Steps */
    .lms-steps .flex-part-three {
        padding: 20px;
        width: 31%;
    }

    /* End LMS Steps */
    /* LMS Views */
    .lms-views-heading h2,.zcr-acc-cnt h2{
        font-size: 40px;
    }
    .lms-views-heading h2 {
        max-width: 500px;
    }

    .lms-scroll-sticky {
        display: none;
    }

    .lms-org-list,
    .lms-view-lists,
    .lms-emp-list {
        margin-top: 70px;
    }

    .zcr-acc-img {
        height: 400px;
    }

    .zcr-acc-cnt h2 {
        margin-bottom: 30px;
    }

    /* End LMS Views */
    /* LMS Software */
    .lms-process .flex-content {
        max-width: 950px;
    }

    .lms-process .flex-part-three .lms-prc-heading {
        font-size: 26px;
    }

    .payroll-management h2 {
        max-width: 680px;
    }

    .lms-process .flex-part-three.active {
        padding: 85px 75px 85px 75px;
    }

    .lms-process .flex-part-three.active p {
        font-size: 18px;
    }

    /* End LMS Software */

}

@media(max-width:1024px) {

    /* LMS Software */
    .lms-process {
        max-width: 800px;
        margin: 30px auto 0;
    }

    .lms-process .flex-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lms-process .flex-part-three,
    .lms-process .flex-part-three.active {
        width: 100%;
        padding: 0;
        display: block;
    }

    .lms-process .flex-part-three {
        height: auto;
        margin-bottom: 15px;
    }

    .lms-process .flex-part-three .lms-prc-heading {
        font-size: 26px;
        position: relative;
        height: auto;
        width: auto;
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        text-align: left;
        padding: 20px 25px;
        margin-bottom: 0;
    }

    .lms-process .flex-part-three.active p,
    .lms-process .flex-part-three p {
        font-size: 18px;
        width: 100%;
        padding: 0 25px 25px 25px;
        margin-bottom: 0;
    }

    .lms-process .flex-part-three .process-cnt,
    .lms-prc-cnt h3 {
        display: none;
    }

    .lms-process .flex-part-three .process-cnt {
        margin-top: -10px;
    }

    .lms-process .flex-part-three:first-child .process-cnt {
        display: block;
    }

    .lms-str-img {
        max-width: 300px;
        padding-left: 25px;
    }

    .lms-process .flex-part-three.active p,
    .lms-process .flex-part-three p {
        max-width: inherit;
    }

    .lms-process .flex-part-three.active .lms-prc-heading,
    .lms-process .flex-part-three.active .lms-str-img,
    .lms-str-img,
    .lms-process .flex-part-three p {
        opacity: 1;
        visibility: visible;
    }

    .lms-prc-cnt,
    .lms-str-img {
        width: 100%;
    }

    .lms-process .flex-part-three:nth-child(2) .lms-str-img,
    .lms-process .flex-part-three:nth-child(3) .lms-str-img {
        margin-left: 0;
    }

    /* End LMS Software */
}


@media all and (max-width:991px) {


    .pagewrapper .content-wrap {
        padding: 70px 0;
    }

    .pagewrapper h2 {
        font-size: 40px;
    }

    /* Banner  */
    .lms-bnr h1 {
        font-size: 42px;
    }

    .bnr-card-view {
        max-width: 720px;
    }

    .lms-bnr-img .zlms-sprite {
        top: 10px;
        background-size: 1020px auto;
    }
    .bnr-effort-img img {
        border-radius: 22px;
    }
    #bnr-acc-points1 span:first-child,#bnr-acc-points1 span:nth-child(2){
        top: 80px;
    }
    #bnr-acc-points1 span:first-child {
        width: 303px;
        height: 210px;
        background-position: -66px 0;
        left: 7px;
    }

    #bnr-acc-points1 span:nth-child(2) {
        width: 176px;
        height: 220px;
        background-position: -370px 0;
        left: 316px;
    }
    #bnr-acc-points1 span:nth-child(3),#bnr-acc-points1 span:nth-child(4),#bnr-acc-points1 span:nth-child(5){
        background-size: 1050px auto;
        top: 297px;
    }
    #bnr-acc-points1 span:nth-child(3) {
        width: 150px;
        height: 190px;
        background-position: -564px 0;
        left: 10px;
    }

    #bnr-acc-points1 span:nth-child(4) {
        width: 151px;
        height: 190px;
        background-position: -715px 0;
        left: 175px;
    }

    #bnr-acc-points1 span:nth-child(5) {
        width: 150px;
        height: 190px;
        background-position: -564px 0;
        left: 342px;
    }
    #bnr-acc-points2 div,#bnr-acc-points3 div{
        top: 80px;
        left: 10px;
        width: 480px;
    }

    /* End banner */
    /* LMS Views */
    .lms-views-heading h2,
    .lms-views-heading p,
    .zcr-acc-cnt {
        width: 100%;
    }

    .lms-views-heading h2,
    .lms-views-heading p {
        max-width: 580px;
    }

    .zcr-acc-img {
        display: none;
    }

    .zcr-accr-des p,
    .zcr-acc-cnt {
        max-width: 600px;
    }

    .zcr-accr-des div {
        padding-bottom: 20px;
        display: block
    }
    .zcr-accr-des img {
        border-radius: 18px;
    }

    /* End LMS Views */
    /* LMS Software */
    .lms-process .flex-part-three {
        margin-right: 0;
    }

    .lms-process {
        margin-top: 30px;
    }

    .lms-process .flex-part-three .lms-prc-heading {
        font-size: 24px;
    }

    .lms-process .flex-part-three.active p,
    .lms-process .flex-part-three p {
        font-size: 16px;
    }

    /* End LMS Software */
}

@media all and (max-width:767px) {
    .pagewrapper header .content-wrap {
        max-width: 100%;
    }

    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;
    }

    .pagewrapper h2 {
        font-size: 30px;
    }

    /* Banner */
    .lms-bnr {
        text-align: left;
    }

    .lms-bnr h1 {
        font-size: 34px;
    }

    .lms-bnr p {
        font-size: 16px;
    }

    .bnr-card {
        margin-top: 30px;
    }

    .bnr-card .flex-content,
    .lms-bnr-img,
    .lms-bnr-img.lms-bnr-active {
        display: none;
    }
    .bnr-effort-img img{
        border-radius: 13px;
    }

    .bnr-card-view {
        margin: 0 auto;
    }

    .lms-bnr:after {
        border-radius: 10px 10px 0px 0px;
        height: 24%;
    }

    /* End Banner */
    /* LMS Steps */
    .lms-steps .flex-part-three {
        width: 100%;
        max-width: 300px;
        border-radius: 10px;
    }

    .pagewrapper h3 {
        font-size: 22px;
    }

    /* End LMS Steps */
    /* LMS Views */
    .lms-org-list,.lms-view-lists{
        margin-top: 20px;
    }
    .lms-emp-list {
        margin-top: 60px;
    }

    /* End LMS Views */
    /* LMS Software */
    .lms-stw h2 {
        text-align: left;
    }

    .lms-process .flex-part-three {
        border-radius: 10px;
    }

    .lms-process .flex-part-three .lms-prc-heading {
        font-size: 22px;
        margin-bottom: 0;
    }

    .lms-process .flex-part-three.active p,
    .lms-process .flex-part-three p {
        font-size: 18px;
    }

    .lms-process .flex-part-three,
    .lms-process .flex-part-three.active {
        padding: 0;
    }

    /* End LMS Software */
    /* Bottom CTA  */
    .lms-btm {
        text-align: left;
    }

    /* End Bottom CTA */
}
@media(max-width:480px){
    /* Banner  */
    .bnr-effort-img img{
        border-radius: 6px;
    }
    /* End Banner */
}

/* WCAG: darken accent text where it sits on a white background (>=3:1 large text) */
.lms-bnr h1 .lms-text-blue,
.lms-stw .lms-text-blue,
.lms-btm .lms-text-blue {
    color: #f15420;
}

/* WCAG: accessible control resets & visible focus */
.faq-item h4 button,
.zcr-acc-cnt h3 button,
.lms-prc-heading button {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.bnr-card-cnt {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq-item h4 button:focus-visible,
.zcr-acc-cnt h3 button:focus-visible,
.lms-prc-heading button:focus-visible,
.bnr-card-cnt:focus-visible,
.zp-zctas a:focus-visible,
.lms-btn:focus-visible,
.lms-cnt-sales:focus-visible {
    outline: 2px solid #d63a00;
    outline-offset: 3px;
}