.zflex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.zpagewrapper h2 {
    font-size: 50px;
    font-family: var(--primaryfont-bold)
}

.sprite-image {
    background-image: url(/sites/zweb/images/learn/online-lms/sprite.png);
    background-size: 530px
}

.apps-download-links-wrap {
    margin-top: 35px
}

.banner-section {
    color: #fff;
    background-color: #141438
}

.zpagewrapper .content-wrap {
    max-width: 1035px;
}

.banner-content-right img {
    max-width: 332px;
    width: 100%;
    opacity: 0;
    transform: translateY(30px) rotate(0);
    transition: 1s all ease-in-out
}

.middle-animated .banner-content-right img {
    opacity: 1;
    transform: translateY(0) rotate(2deg)
}

.banner-iwrap {
    padding: 80px 50px 120px;
    text-align: center;
}

.banner-iwrap h1 {
    font-size: 60px;
    color: #f8c68b;
    margin-bottom: 30px;
}
.banner-iwrap p{
    max-width: 890px;
    margin: 0 auto 25px;
    font-size: 22px;
}

.banner-content-left {
    max-width: 500px;
    margin-bottom: 50px;
    width: 50%
}

.zpagewrapper .banner-content-left p {
    font-size: 22px;
    margin-bottom: 30px
}

.banner-content-right {
    margin-bottom: -13%;
    width: 50%;
    position: relative;
    max-width: 500px
}

.advantages-section {
    padding-top: 150px;
}

.zflex-wrap .advantages-title {
    width: 50%;
    max-width: 513px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    min-height: 525px;
}

.feature1 {
    background-color: #faf3f0;
    padding: 100px 90px 75px 63px;
}

.feature2 {
    background-color: #f1f9fa;
    padding: 100px 90px 75px 63px;
}

.feature3 {
    background-color: #faf9f1;
    padding: 70px 90px 55px 63px;
    position: relative;
}

.feature4 {
    background-color: #f1f3f9;
    padding: 180px 90px 105px 73px
}

.advantages-title:before {
    background-image: url(/sites/zweb/images/learn/online-lms/sprite.png);
    background-size: 220px;
    content: "";
    position: absolute;
}

.feature1:before {
    background-position: 0 0;
    top: 100px;
    right: 64px;
    width: 66px;
    height: 66px;
}

.feature2:before {
    background-position: -70px 0px;
    top: 110px;
    right: 64px;
    width: 63px;
    height: 66px;
}

.feature3:before {
    background-position: -134px 0px;
    top: 110px;
    right: 74px;
    width: 82px;
    height: 80px;
}

.feature4:before {
    background-position: -416px -3px;
    top: 70px;
    right: 80px
}

.advantages-title h3 {
    font-size: 30px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 40px;
}
.feature1 h3{
    min-height: 117px;
}
.feature2 h3{
   max-width: 230px;
}
.feature3 h3{
   margin-bottom: 25px;
 }
 .feature3 p{
    max-width: 720px;
  }

.advantages-section h2 {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 80px;
}
.solutions-section{
    margin-top: 150px;
}
.solutions-section h2{
    max-width: 870px;
    margin: 0 auto 30px;
    text-align: center;
}
.solutions-desc{
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
}
.solutions-iwrap{
    margin-top: 110px;
    align-items: flex-start;
    max-width: 990px;
    margin: 110px auto 0;
}
.solutions-wrap{
    width: 50%;
    max-width: 450px;
    margin-bottom: 120px;
}
.solutions-wrap h3{
    font-size: 30px;
    font-family: var(--primaryfont-bold);
    margin: 50px 0px 15px;
}
.footer-section h2{
    font-size: 45px;
    font-family: var(--primaryfont-semibold);
}
.footer-section .content-wrap{
    max-width: 740px;
    text-align: center;
    margin: 0 auto 100px;
}

.fadeup {
    transform: translateY(30px);
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    opacity: 0
}

.middle-animated .fadeup {
    transform: translateY(0);
    opacity: 1
}

@media only screen and (min-width: 1600px) {
    .zpagewrapper p {
        font-size:18px;
    }
}



@media only screen and (max-width: 1280px) {
    .banner-iwrap h1 {
        font-size: 40px;}
        .banner-iwrap p{
            font-size: 18px;
        }
        .banner-iwrap{
            padding: 60px 50px 90px;
            max-width: 800px;
            margin: 0 auto;
        }
        .advantages-section {
            padding-top: 100px;
        }
        .solutions-section{
            margin-top: 100px;
        }
        .zpagewrapper h2 {
            font-size: 40px;}

            .footer-section h2{
                font-size: 30px;
            }
            .solutions-wrap{
                margin-bottom: 80px;
            }
            .zflex-wrap .advantages-title{
                max-width: 460px;
                min-height: 545px;
            }
            .advantages-section .content-wrap{max-width: 930px;margin: 0 auto;}
            .feature3:before{
                right: 52px;
            }
    .banner-content-left {
        width:100%;
        text-align: center;
        margin: 0 auto 50px;
        max-width: 760px
    }

    .zpagewrapper .banner-content-left p {
        font-size: 20px
    }

    .banner-content-right {
        width: 100%;
        margin: 0 auto -13%
    }

    .advantages-section h2 {
        margin: 0 auto 50px;
        text-align: center
    }

    .advantages-title {
        width: 100%;
        margin: 0 auto 30px
    }
}

@media only screen and (max-width: 991px) {
    .banner-content-left h1 {
        font-size:50px
    }

    .zpagewrapper .banner-content-left p {
        font-size: 18px
    }

    .banner-content-left {
        max-width: 690px
    }

    .advantages-section h2,.zpagewrapper h2 {
        font-size: 30px;
    }

    .feature-content {
        width: 100%;
        margin: 0 auto 50px;
        max-width: 480px;
        text-align: center
    }

    .feature-img {
        width: 100%;
        text-align: center
    }

    .assess-feature .feature-img {
        order: 2;
        text-align: center
    }

    .zpagewrapper .footer-section h2 {
        font-size: 30px;
        max-width: 700px
    }


    .banner-iwrap {
        padding: 50px 0 70px;
        max-width: 500px;
    }
    .advantages-section {
        padding-top: 70px;
    }
    .zflex-wrap .advantages-title{
        width: 100%;
        min-height: unset;
    }
    .feature3{
        padding: 100px 90px 75px 63px;
        max-width: 460px;
    }
    .advantages-title:before{
        transform: scale(0.8);
    }
    .feature1 h3{
        min-height: unset;
    }
    .advantages-title h3{
        margin-bottom: 20px;
    }
    .solutions-section{
        margin-top: 70px;
    }
    .solutions-wrap{
        max-width: 350px;
    }
    .solutions-wrap h3{
        font-size: 22px;
        margin: 30px 0px 10px;
    }
    .footer-section .content-wrap{
        max-width: 560px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-iwrap h1 {
        font-size:30px
    }
    .banner-iwrap p {
        font-size: 16px;
    }

    .zpagewrapper .banner-content-left p {
        font-size: 16px
    }

    .banner-content-left {
        max-width: 440px
    }

    .zpagewrapper h2 {
        font-size: 27px
    }

    .features-section h2 {
        width: 90%
    }

    .features-desc {
        width: 90%;
        margin-bottom: 50px;
        max-width: 500px
    }

    .banner-content-right {
        width: 90%;
        max-width: 440px
    }

    .banner-content-right img {
        max-width: 330px
    }

    .banner-icon {
        transform: scale(0.8)
    }

    .feature-content {
        max-width: 420px
    }

    .feature-content h3 {
        font-size: 25px
    }

    .features-section {
        margin-top: 50px
    }

    .zpagewrapper .footer-section h2 {
        font-size: 22px;
        max-width: 530px
    }



    .advantages-section h2 {
        max-width: 500px;
    }

    .advantages-title {
        padding: 100px 40px 40px;
    }

    .advantages-title:before {
        transform: scale(0.6);
        top: 20px;
        left: 20px
    }

    .advantages-title h3 {
        font-size: 20px
    }
    .solutions-wrap{
        width: 100%;
        margin: 0 auto 50px;
        display: flex;
        flex-wrap: wrap;

    }
    .solutions-wrap img{
        order: 3;
    }
    .solutions-iwrap{
        margin-top: 40px;
    }
}
