:root {
    --sprite-icon: url("/sites/zweb/images/qengine/regression-testing/regres-test-sprite.svg");
    --white-color: #FFFFFF;
}

.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 {
    font-family: var(--zf-primary-bold);
}

.act-btn,
.cta-btn {
    padding: 12px 30px;
}

a.zqe-link-cta {
    position: relative;
    padding-right: 25px;
    display: inline-block;
    color: var(--zqe-link-clr);
    font-family: var(--primaryfont-semibold);
    transition: all .5s ease
}

a.zqe-link-cta::before {
    background: var(--zqe-link-clr);
    width: 18px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    transition: all .5s ease
}

a.zqe-link-cta::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--zqe-link-clr);
    border-right: 2px solid var(--zqe-link-clr);
    position: absolute;
    right: 3px;
    top: 49%;
    content: "";
    transform: rotate(45deg) translateY(-50%);
    transition: all .5s ease
}

a.zqe-link-cta:hover:before {
    right: -7px
}

a.zqe-link-cta:hover:after {
    right: -3px
}

:is(.testing-section,.feature-box-section.feature-box-2) p a,
:is(.testing-section,.feature-box-section.feature-box-2) a.zqe-link-cta{
    color: var(--zqe-link-clr-dark);
}

:is(.testing-section,.feature-box-section.feature-box-2) a.zqe-link-cta::before{
    background: var(--zqe-link-clr-dark);
}

:is(.testing-section,.feature-box-section.feature-box-2) a.zqe-link-cta::after{
    border-top-color: var(--zqe-link-clr-dark);
    border-right-color: var(--zqe-link-clr-dark);
}

.block-content img {
    vertical-align: top;
}

.block-content .zblock-title {
    max-width: 700px;
    margin: 0 auto 50px;
}

[class|="zsprite"] {
    display: inline-block;
    background: var(--sprite-icon) no-repeat;
    background-size: 697px auto;
    background-position: 0 0;
    letter-spacing: -40px;
    margin-bottom: 15px;
}

.zsprite-bnft-icon1 {
    background-position: 0 0;
	width: 50px;
	height: 33px;
}

.zsprite-bnft-icon2 {
    background-position: -53px 0;
	width: 48px;
	height: 42px;
}

.zsprite-bnft-icon3 {
    background-position: -103px 0;
	width: 39px;
	height: 39px;
}

.zsprite-bnft-icon4 {
    background-position: -144px 0;
	width: 47px;
	height: 41px;
}

.zsprite-bnft-icon5 {
    background-position: -193px 0;
	width: 44px;
	height: 43px;
}

.zsprite-bnft-icon6 {
    background-position:-239px 0;
	width: 40px;
	height: 45px;
}

.zsprite-fea-icon1 {
    background-position: -281px -1px;
    width: 76px;
    height: 75px;
}

.zsprite-fea-icon2 {
    background-position: -359px -1px;
    width: 76px;
    height: 75px;
}

.zsprite-fea-icon3 {
    background-position: -436px -1px;
    width: 76px;
    height: 75px;
}

.zsprite-fea-icon4 {
    background-position: -514px -1px;
	width: 76px;
	height: 75px;
}

.zsprite-fea-icon5 {
    background-position: -592px -1px;
    width: 76px;
    height: 75px;
}

/* banner-Sec */
.zw-product-header,
.banner-section {
    background: var(--zqe-light-green-bg);
}

.page-wrapper .banner-section .content-wrap {
    max-width: 1280px;
    padding-top: 70px;
}

/* banner-Sec */
/* testing-section */
.testing-section {
    position: relative;
    background: var(--zqe-light-green-bg)
}

.testing-section:before {
    content: '';
    background: var(--white-color);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%
}

.page-wrapper .testing-section .content-wrap {
    padding: 0px;
}

.testing-section .block-content {
    background: var(--zqe-dark-green-bg);
    color: var(--white-color);
    padding: 70px;
    border-radius: 10px;
}

.testing-section .zblock-content {
    max-width: 700px;
    margin: 0px auto;
}

.testing-section .block-content p:last-child {
    margin-bottom: 0px;
}

.testing-section p a {
    font-family: var(--zf-primary-semibold);
    text-decoration: underline;
}
/* testing-section */
/* benefits-box-section */
.benefits-box-section .block-content {
    max-width: 900px;
    margin: 0px auto;
    overflow: hidden
}

.benefits-box-section .flex-content {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    -ms-grid-row-align: unset;
    align-items: unset;
    margin-bottom: -2px;
    margin-right: -2px
}

.benefits-box-section .bnft-box {
    position: relative;
    padding: 30px 25px;
    text-align: center;
}

.benefits-box-section .bnft-box:before,
.benefits-box-section .bnft-box:after {
    content: '';
    position: absolute;
    bottom: 0
}

.benefits-box-section .bnft-box:before {
    width: 100%;
    height: 2px;
    border-top: 1px dashed rgba(190, 190, 190, 1);
    left: 0
}

.benefits-box-section .bnft-box:after {
    width: 2px;
    height: 100%;
    border-left: 1px dashed rgba(190, 190, 190, 1);
    right: 0
}

.benefits-box-section .bnft-box p:last-child {
    margin-bottom: 0
}

/* benefits-box-section */
/* Feature-Box-Sec */
.feature-box-section .zblock-title {
    max-width: 500px;
    text-align: center;
}

.page-wrapper .feature-box-section.feature-box-1 .content-wrap {
    padding-top: 0px;
    padding-bottom: 30px;
}

.feature-box-section.feature-box-2 {
    background: var(--zqe-dark-green-bg);
    color: var(--white-color);
}

.feature-box-section.feature-box-2 .zblock-title {
    max-width: 720px;
}

.feature-box-section p a {
    font-family: var(--zf-primary-semibold);
    color: var(--zqe-link-clr);
    text-decoration: underline;
}

.feature-box-section .flex-content {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    -ms-grid-row-align: unset;
    align-items: unset;
}

.feature-box-section.feature-box-1 .fea-box {
    background: var(--zqe-gray-bg);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.feature-box-section.feature-box-2 .fea-box {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.feature-box-section .fea-box {
    padding: 30px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.feature-box-section .zflex-one-col {
    max-width: 96%;
}

.feature-box-section .zflex-two-col {
    max-width: 47%;
}

.feature-box-section .zflex-three-col {
    max-width: 30.5%;
}

.feature-box-section .imp-txt {
    display: block;
    font-family: var(--zf-primary-bold);
    font-size: 32px;
}

.feature-box-section .fea-content p:last-child {
    margin-bottom: 0px;
}

.feature-box-section .zflex-one-col .fea-content {
    max-width: 700px;
    margin: 0 auto;
}

.feature-box-section .read-more-cta {
    display: block;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    color: var(--zqe-link-clr);
    text-decoration: underline;
    margin-top: 15px;
}

/* Feature-Box-Sec */
/* regression-box-Sec */
    .regression-box-section .zblock-box{
        max-width: 680px;
        margin: 0px auto 70px;
    }
    .regression-box-section .zblock-box:last-child{
        margin-bottom: 0px;
    }
/* regression-box-Sec */
/* Feature-Points-Sec */
.feature-points-section .fea-points-box {
    padding: 30px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.feature-points-section .fea-points-1 {
    background: rgba(147, 179, 242, 0.102);
    border-color: rgba(147, 179, 242, 0.502);
}

.feature-points-section .fea-points-2 {
    background: rgba(145, 199, 153, 0.102);
    border-color: rgba(145, 199, 153, 0.502);
}

.feature-points-section .flex-content {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    -ms-grid-row-align: unset;
    align-items: unset;
}

.feature-points-section .zflex-two-col {
    max-width: 47%;
}

.feature-points-section .fea-points li {
    position: relative;
    padding-left: 34px;
    line-height: 1.6;
}

.feature-points-section .fea-points li:first-child {
    margin-top: 35px;
}

.feature-points-section .fea-points li:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.feature-points-section .fea-points-1 .fea-points li {
    border-color: rgba(147, 179, 242, 0.502);
}

.feature-points-section .fea-points-2 .fea-points li {
    border-color: rgba(145, 199, 153, 0.502);
}

.feature-points-section .fea-points li::before {
    content: '';
    display: inline-block;
    background: var(--sprite-icon) no-repeat;
    background-size: 693px auto;
    background-position: -668px -1px;
	width: 25px;
	height: 25px;
    position: absolute;
    top: 1px;
    left: 0px;
}

.feature-points-section .fea-points-2 .fea-points li::before {
    background-position: -668px -31px;
}

/* Feature-Points-Sec */
/* Steps-Sec */
.steps-section {
    position: relative;
}

.steps-section::before {
    content: '';
    background: var(--zqe-dark-green-bg);
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-wrapper .steps-section .content-wrap {
    padding-bottom: 0px;
}

.steps-section h2 {
    color: #FFFFFF;
}

.steps-section .steps-wrap {
    max-width: 1000px;
    width: 90%;
    margin: 0px auto;
    background: var(--white-color);
    border: 4px solid #EDF0F5;
    border-radius: 30px;
    padding: 7%;
}

.steps-section .steps-outer {
    counter-reset: number;
    position: relative
}

.steps-section .steps-outer::before,
.steps-section .step-scrolled {
    content: '';
    position: absolute;
    left: 120px;
    top: 15px;
}

.steps-section .steps-outer::before {
    height: 86%;
    width: 2px;
    background: #D5E0E8;
}

.steps-section .step-scrolled {
    height: 0;
    width: 2px;
    background: var(--zqe-green-bg);
    -webkit-transition: height .1s linear;
    transition: height .1s linear;
}

.steps-section .steps-box {
    position: relative;
    margin-bottom: 50px;
}

.steps-section .steps-box:last-child {
    margin-bottom: 0px;
}

.steps-section .steps-box::before {
    counter-increment: number;
    content: "step " counter(number);
    padding: 4px 20px;
    border-radius: 16px;
    background: #E3EDE8;
    color: #000000;
    font-family: var(--zf-secondary-semibold);
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    top: 1px;
    left: 0px;
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
}

.steps-section .steps-inner {
    position: relative;
    margin-left: 180px;
}

.steps-section .steps-inner::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #B8C3BA;
    position: absolute;
    top: 12px;
    left: -64px;
    border-radius: 50%;
}

.steps-section .steps-inner:after {
    content: '';
    width: 29px;
    height: 29px;
    background: rgba(227, 237, 232, 0.4);
    position: absolute;
    top: 2px;
    left: -73px;
    border-radius: 100%;
}

.steps-section .steps-box.viewed .steps-inner h3,
.steps-section .steps-box.active .steps-inner h3 {
    color: var(--zqe-text-green);
}

.steps-section .steps-box.viewed .steps-inner:after,
.steps-section .steps-box.active .steps-inner:after {
    background: rgba(26, 155, 88, 0.2);
}

.steps-section .steps-box.viewed::before,
.steps-section .steps-box.active::before {
    background: var(--zqe-green-bg);
    color: var(--white-color);
}

.steps-section .steps-box.viewed .steps-inner::before,
.steps-section .steps-box.active .steps-inner::before {
    background: var(--zqe-green-bg);
    color: var(--white-color);
}

/* Steps-Sec */
@media only screen and (max-width: 991px) {
    .feature-section .zflex-two-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .feature-section .fea-content,
    .feature-section .fea-image {
        max-width: 720px;
        margin: 0px auto;
        padding-right: 0%;
    }

    .feature-section .fea-image {
        margin-top: 30px;
    }

    .feature-box-section [class|="zsprite"] {
        -webkit-transform: scale(0.8) translateY(5%);
        transform: scale(0.8) translateY(5%);
    }

    .feature-points-section .fea-points li {
        padding-left: 50px;
    }

    .feature-points-section .fea-points li::before {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 767px) {
    .page-wrapper .banner-section .content-wrap {
        padding-top: 30px;
    }

    .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%;
    }

    .banner-section,
    .benefits-box-section .block-content .zblock-title {
        text-align: center;
    }

    .banner-section .banner-image {
        max-width: 360px;
        margin: 0px auto;
    }

    .testing-section .block-content {
        padding: 30px
    }
    .benefits-box-section .zflex-three-col {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }

    .block-content .zblock-title,
    .feature-section .zblock-title {
        text-align: left;
        max-width: 100%;
    }

    .feature-box-section .zflex-two-col,
    .feature-points-section .zflex-two-col,
    .feature-box-section .zflex-one-col,
    .feature-box-section .zflex-three-col {
        max-width: 100%;
    }

    .feature-box-section .imp-txt {
        font-size: 25px;
    }

    .feature-points-section .fea-points li:first-child {
        margin-top: 30px;
    }

    .feature-section .fea-image {
        margin-top: 10px;
    }

    .feature-box-section [class|="zsprite"] {
        -webkit-transform: scale(0.8) translate(-10%, 5%);
        transform: scale(0.7) translate(-20%, 5%);
    }

    .steps-section .steps-wrap {
        width: 100%;
        border-radius: 15px;
    }

    .steps-section .steps-box::before {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .steps-section .steps-box {
        margin-bottom: 30px;
    }

    .steps-section .steps-inner {
        margin-top: 10px;
        margin-left: 0px;
    }

    .steps-section .step-scrolled,
    .steps-section .steps-outer::before,
    .steps-section .steps-inner::before,
    .steps-section .steps-inner:after {
        display: none;
    }

    .steps-section .steps-box::before {
        border-radius: 5px;
        padding: 4px 8px;
    }
}

@media only screen and (max-width: 480px) {
    .benefits-box-section .zflex-three-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 380px) {
    .benefits-box-section .zflex-three-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 768px) {
    .page-wrapper .content-wrap {
        padding: 70px 0px;
    }

    .page-wrapper .steps-section .content-wrap {
        padding-top: 70px;
    }

    .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.33%;
        flex: 0 0 33.33%;
    }

    .zflex-row-reverse-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .banner-section {
        position: relative;
    }

    .banner-section .banner-content {
        padding-right: 5%;
    }

    .banner-section .banner-content h1 {
        max-width: 550px;
    }

    .banner-section .banner-image {
        text-align: right;
    }

    .testing-section .block-content {
        padding: 50px
    }

    .feature-section .fea-content {
        max-width: 580px;
        padding-right: 8%;
    }

    .block-content .zblock-title,
    .feature-section .zblock-title {
        text-align: center;
    }

    .feature-points-section .fea-points-1,
    .feature-points-section .fea-points-2 {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-box-section .zflex-three-col {
        max-width: 47%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .feature-box-section .fea-box-5 {
        max-width: 96%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .page-wrapper .content-wrap {
        padding: 90px 0px;
    }

    .page-wrapper .mob-only {
        display: none;
    }

    .i18n-en h1 {
        font-size: 50px;
    }

    .i18n-en h2 {
        font-size: 36px;
    }

    .testing-section .block-content {
        padding: 100px 140px
    }

    .feature-box-section .fea-box {
        padding: 40px 35px;
    }

    .feature-section .fea-image {
        -webkit-transform: translateX(50px);
        transform: translateX(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)
    }

    .feature-section .middle-animated .fea-image {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .feature-points-section .fea-points-box {
        padding: 40px 35px;
    }

    .steps-section .steps-wrap {
        border-radius: 60px;
        padding: 7% 10%;
    }
}

@media only screen and (min-width: 1400px) {
    .i18n-en h1 {
        font-size: 58px;
    }

    .i18n-en h2 {
        font-size: 45px;
    }
}