:root {
    --sprite-icon: url("/sites/zweb/images/qengine/it-app-testing/sprite.png");
}

.inline-block {
    display: inline-block;
}

.page-wrapper .content-wrap {
    max-width: 1170px;
    padding: 50px 0px;
}

.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;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-bold);
}

.act-btn,
.cta-btn {
    padding: 12px 30px;
}

.block-content img {
    vertical-align: top;
}

[class|="zsprite"] {
    display: inline-block;
    background: var(--sprite-icon) no-repeat;
    background-size: 500px auto;
    background-position: 0 0;
    letter-spacing: -40px;
}

.zsprite-bnr-icon1 {
    background-position: 0 -1px;
    width: 120px;
    height: 102px;
}

.zsprite-bnr-icon2 {
    background-position: -126px 0;
    width: 121px;
    height: 105px;
}

.zsprite-bnr-icon3 {
    background-position: -253px -1px;
    width: 121px;
    height: 102px;
}

.zsprite-bnr-icon4 {
    background-position: -379px 0;
    width: 121px;
    height: 105px;
}

ul.list-points {
    margin: 30px 0px;
}

ul.list-points li {
    position: relative;
    padding: 0 0 18px 25px;
    font-family: var(--zf-primary-semibold);
}

ul.list-points li:last-child {
    padding-bottom: 0px;
}

ul.list-points li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
    width: 10px;
    height: 10px;
    padding: 3px;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    border: 1px solid #132610;
}

ul.list-points li a {
    text-decoration: underline;
}

/* banner-Section */
.zw-product-header,
.banner-section,
.compare-box-section,
.feature-section,
.enterprise-section {
    background: var(--zqe-light-green-bg);
}

.page-wrapper .banner-section .content-wrap {
    max-width: 1280px;
    padding-top: 70px;
}

.banner-section {
    position: relative;
}

.banner-section .green-txt {
    display: block;
}

.banner-section .green-txt span {
    color: var(--zqe-text-green);
    text-decoration: underline;
}

.banner-section .block-content {
    position: relative;
}

.banner-section .ban-tag {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.banner-section .banner-content {
    position: relative;
    z-index: 1;
}

.banner-section .zbnr-icons {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.banner-section .zbnr-icons li {
    position: absolute;
}

.banner-section .zbnr-icons li:nth-child(1) {
    top: 6%;
    left: 4%;
}

.banner-section .zbnr-icons li:nth-child(2) {
    top: 6%;
    right: 4%;
}

.banner-section .zbnr-icons li:nth-child(3) {
    bottom: 1%;
    left: 9%;
}

.banner-section .zbnr-icons li:nth-child(4) {
    bottom: 1%;
    right: 9%;
}

#typing-text {
    display: inline-block;
    text-decoration: underline;
}

#typing-text:after {
    content: "|";
    display: inline-block;
    letter-spacing: 0px;
    -webkit-animation: flash 0.3s linear infinite alternate running;
    animation: flash 0.3s linear infinite alternate running;
    font-family: var(--zf-secondary-extralight);
}

/* banner-Section */
/* compare-Box-Section */
.page-wrapper .compare-box-section .content-wrap {
    max-width: 1280px;
    padding: 0px;
}

.compare-box-section .block-content {
    padding: 30px 25px;
    background: var(--zqe-dark-green-bg);
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.compare-box-section .fea-title {
    margin-bottom: 40px;
}

.compare-box-section .fea-title p:last-child {
    margin-bottom: 0;
}

.compare-box-section .fea-each-block,
.compare-box-section .fea-each-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.compare-box-section .fea-each-block {
    gap: 0px 10px;
}

.compare-box-section .fea-each-box {
    padding: 15px 25px;
    width: 37%;
}

.compare-box-section .fea-each-box:first-child {
    width: 25%;
}

.compare-box-section .fea-head-block .fea-each-box {
    background: var(--zqe-green-bg);
    font-size: 22px;
    font-family: var(--zf-primary-bold);
    line-height: 1.2;
}

.compare-box-section .fea-content-block .fea-each-box {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

/* .compare-box-section .fea-each-block:last-child .fea-each-box {
    border-bottom: 0;
}*/

.compare-box-section .fea-content-block .fea-each-box:nth-child(1) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    font-family: var(--zf-primary-semibold);
    font-size: 18px;
}

.compare-box-section .fea-content-block ul {
    list-style: disc;
    padding-left: 15px;
}

.compare-box-section .fea-content-block ul li {
    font-family: var(--zf-primary-medium);
}

.compare-box-section .fea-content-block ul li:last-child {
    margin-bottom: 0;
}

.feature-wrapper .fea-block:first-child .fea-image-box img {
    border-radius: 10px;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
}

.feature-wrapper .fea-block:not(:last-child) {
    margin-bottom: 50px;
}

.bottom-cta-section {
    background: var(--zqe-dark-green-bg);
    color: #ffffff;
}

.bottom-cta-section .block-content {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .page-wrapper .banner-section .content-wrap {
        padding-top: 30px;
    }

    .page-wrapper .banner-section .content-wrap,
    .page-wrapper .compare-box-section .content-wrap,
    .page-wrapper .content-wrap {
        max-width: 600px;
    }

    .zflex-one-col,
    .zflex-two-col,
    .zflex-three-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .compare-box-section .compares-table {
        overflow-x: auto;
    }

    .compare-box-section .fea-each-block {
        width: 680px;
    }

}

@media only screen and (min-width: 768px) {
    .page-wrapper .content-wrap {
        padding: 70px 0px;
    }

    .zflex-one-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .zflex-two-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .zflex-three-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }

    .zflex-row-reverse-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .banner-section .banner-content {
        text-align: center;
    }

    .banner-section .ban-tag {
        font-size: 24px;
    }

    .banner-section .banner-content {
        max-width: 720px;
        margin: 0px auto;
        width: 56%;
    }

    .banner-section .banner-content p{
        max-width: 700px;
        margin: 0px auto 20px;
    }

    .banner-section .zbnr-icons {
        display: block;
    }

    .compare-box-section .block-content {
        padding: 60px 30px;
    }

    .compare-box-section .fea-title,
    .compare-box-section .compares-table {
        max-width: 980px;
        margin: 0 auto 60px;
    }

    .compare-box-section .compares-table {
        margin-bottom: 0px;
    }

    .feature-wrapper .fea-block.enterprise-section {
        text-align: center;
    }

    .feature-wrapper .fea-block:first-child .fea-content-box {
        max-width: 800px;
        margin: 0px auto;
        padding: 0px;
    }

    .feature-wrapper .fea-block .zflex-two-col:first-child,
    .feature-wrapper .fea-block .zflex-two-col:last-child {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
    }

    .feature-wrapper .fea-block:not(:last-child) {
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section .zbnr-icons li:nth-child(1) {
        left: -2%;
    }

    .banner-section .zbnr-icons li:nth-child(2) {
        right: -2%;
    }

    .banner-section .zbnr-icons li:nth-child(3) {
        left: 2%;
    }

    .banner-section .zbnr-icons li:nth-child(4) {
        right: 2%;
    }

    .banner-section .zbnr-icons li {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section .zbnr-icons li:nth-child(1) {
        left: 1%;
    }

    .banner-section .zbnr-icons li:nth-child(2) {
        right: 1%;
    }

    .banner-section .zbnr-icons li:nth-child(3) {
        left: 3%;
    }

    .banner-section .zbnr-icons li:nth-child(4) {
        right: 3%;
    }

    .banner-section .zbnr-icons li {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .banner-section .ban-tag {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) {
    .feature-wrapper .fea-block:not(:last-child) {
        margin-bottom: 110px;
    }

    .feature-wrapper .fea-block:nth-child(2n + 3) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .feature-wrapper .fea-block .fea-content-box {
        padding-right: 8%;
    }

    .feature-wrapper .fea-block:nth-child(2n + 3) .fea-content-box {
        padding-left: 8%;
        padding-right: 0%;
    }

    .feature-wrapper .fea-block .zflex-two-col:first-child {
        -ms-flex: 0 0 57%;
        -webkit-box-flex: 0;
        flex: 0 0 57%;
    }

    .feature-wrapper .fea-block .zflex-two-col:last-child {
        -ms-flex: 0 0 43%;
        -webkit-box-flex: 0;
        flex: 0 0 43%;
    }
}

@media only screen and (min-width: 1200px) {
    .page-wrapper .content-wrap {
        padding: 100px 0px;
    }

    .page-wrapper .mob-only {
        display: none;
    }

    .i18n-en h1 {
        font-size: 50px;
    }

    .i18n-en h2 {
        font-size: 36px;
    }

    .banner-section .ban-tag {
        font-size: 30px;
    }

    .banner-section .zbnr-icons li {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .banner-section .middle-animated .zbnr-icons li {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .banner-section .zbnr-icons li:nth-child(2) {
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .banner-section .zbnr-icons li:nth-child(3) {
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .banner-section .zbnr-icons li:nth-child(4) {
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .compare-box-section .block-content {
        padding: 80px 70px;
    }

    .compare-box-section .fea-box {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .compare-box-section .middle-animated .fea-box {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .compare-box-section .fea-box:nth-child(2) {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .compare-box-section .fea-box:nth-child(3) {
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
    }
}

@media only screen and (min-width: 1400px) {
    .i18n-en h1 {
        font-size: 50px;
    }

    .i18n-en h2 {
        font-size: 45px;
    }
}

@-webkit-keyframes flash {
    from {
        color: var(--zqe-text-green);
    }

    to {
        color: var(--zqe-light-green-bg);
    }
}

@keyframes flash {
    from {
        color: var(--zqe-text-green);
    }

    to {
        color: var(--zqe-light-green-bg);
    }
}