#header,.footer-sec-wrap.two-column {
    display: none
}

.product-management-lp *,.product-management-lp *::after,.product-management-lp *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1 {
    font-size: 54px;
    line-height: 66px;
    font-family: var(--zf-primary-extrabold)
}

h2 {
    font-size: 40px;
    line-height: 52px
}

.border-arrow {
    font-family: var(--primaryfont-semibold);
    font-size: 16px;
    color: #000;
    position: relative
}

.border-arrow::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 9px;
    top: 5px;
    right: -25px;
    background-color: #000;
    clip-path: polygon(0 43%,88% 43%,68% 0,82% 0,100% 43%,100% 57%,82% 100%,68% 100%,88% 57%,0 57%)
}

.logo-text .lg-text {
    font-size: 34px;
    color: #000;
    font-family: var(--zf-primary-semibold),sans-serif;
    line-height: 30px;
    margin-left: 15px;
    margin-top: 6px
}

.logo-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    max-width: fit-content
}

.border-arrow::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #000
}

.go-home-btn {
    background: #f0483e;
    color: #fff
}

.banner-section {
    background-color: #dcf2cc;
    padding: 120px 0
}

.banner-inner-section .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-inner-section .flex-wrap .flex-left,.banner-inner-section .flex-wrap .flex-right {
    width: 100%;
    max-width: 50%
}

.banner-inner-section .flex-wrap .bold {
    font-family: var(--primaryfont-semibold);
    width: 100%;
    max-width: 700px
}

.banner-inner-section .flex-wrap .list-wrap {
    width: 100%;
    max-width: 570px
}

.banner-inner-section .flex-wrap .list-wrap li {
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.banner-inner-section .flex-wrap .list-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url(/sites/zweb/images/sprints/e-book/product-management-sprite.png) no-repeat;
    background-size: 565px auto;
    background-position: -9px -7px
}

.banner-inner-section .flex-wrap .form-wrap {
    background: #fbfbfb;
    border: 1px solid #cbdcbb;
    border-radius: 10px;
    padding: 40px;
    max-width: 520px;
    margin: 0 auto
}

.ebook-sec-section {
    padding: 120px 0
}

.ebook-sec-inner-section .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ebook-sec-inner-section .flex-wrap .flex-left,.ebook-sec-inner-section .flex-wrap .flex-right {
    width: 100%;
    max-width: 50%
}

.ebook-sec-inner-section .content-sec {
    width: 100%;
    max-width: 560px
}

.ebook-sec-inner-section .img-wrap {
    width: 100%;
    max-width: 500px
}

.ebook-sec-inner-section .img-wrap .color-bg {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    position: relative
}

.ebook-sec-inner-section .img-wrap .color-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid;
    background-color: #f0c674;
    z-index: 2;
    opacity: 0;
    transition: 1s ease
}

.ebook-sec-inner-section .img-wrap .color-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid;
    background-color: #9094ed;
    z-index: 1;
    opacity: 0;
    transition: 1s ease
}

.button-group .button {
    background: #000;
    border-radius: 4px;
    font-family: var(--primaryfont-semibold);
    font-size: 16px
}

.middle-animated .ebook-sec-inner-section .img-wrap .color-bg::before {
    top: 20px;
    left: 20px;
    opacity: 1
}

.middle-animated .ebook-sec-inner-section .img-wrap .color-bg::after {
    top: 40px;
    left: 40px;
    opacity: 1
}

.ebook-sec-inner-section .img-wrap img {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 12px 10px #0000001c;
    box-shadow: 0 12px 10px #0000001c;
    z-index: 3
}

.blog-section {
    padding-bottom: 120px
}

.blog-inner-section .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px
}

.blog-inner-section .flex-wrap a,.blog-inner-section .flex-wrap .card-inner,.blog-inner-section .flex-wrap .card {
    height: 100%
}

.blog-inner-section .card {
    margin: 0 20px;
    border: 1px solid #dfdfdf;
    padding: 25px 25px 55px;
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.blog-inner-section .card h3 {
    color: #000;
    font-size: 28px;
    line-height: 35px
}

.blog-inner-section .card .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-inner-section .card img {
    display: block;
    margin-bottom: 25px
}

.blog-inner-section .card .bottom-text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-size: 14px;
    color: #000
}

.blog-inner-section .card .bottom-text .time {
    padding-left: 20px;
    margin-right: 30px;
    position: relative
}

.blog-inner-section .card .bottom-text .time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(/sites/zweb/images/sprints/e-book/product-management-sprite.png) no-repeat;
    background-size: 400px auto;
    background-position: -21px -3px
}

.blog-inner-section .card:hover {
    border-color: #60bd73;
    -webkit-box-shadow: 0 14px 21px #00000017;
    box-shadow: 0 14px 21px #00000017
}

.trusted-by-inner-section {
    text-align: center;
    position: relative
}

.trusted-by-inner-section h4 {
    font-size: 40px
}

.abs-elements .abs-ele span {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    background: url(/sites/zweb/images/sprints/e-book/product-management-sprite.png) no-repeat;
    background-size: 670px auto;
    transition: 1s ease
}

.abs-ele {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.abs-elements .abs-ele span:nth-child(1) {
    background-position: -185px -10px;
    width: 60px;
    height: 60px;
    left: 36%;
    top: 25%;
    transform: translate(-50%,-50%)
}

.abs-elements .abs-ele span:nth-child(2) {
    background-position: -45px 0;
    background-size: 500px auto;
    height: 75px;
    width: 90px;
    left: 24%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.abs-elements .abs-ele span:nth-child(3) {
    background-position: -314px 0;
    background-size: 550px auto;
    height: 70px;
    width: 60px;
    left: 31%;
    bottom: 4%
}

.abs-elements .abs-ele span:nth-child(4) {
    background-position: -250px 0;
    right: 35%;
    top: 17%;
    transform: translate(-50%,-50%)
}

.abs-elements .abs-ele span:nth-child(5) {
    background-position: -432px 0;
    background-size: 550px;
    right: 20%;
    top: 60%;
    transform: translate(-50%,-50%)
}

.abs-elements .abs-ele span:nth-child(6) {
    background-position: -340px 0;
    background-size: 500px auto;
    height: 60px;
    width: 50px;
    right: 38%;
    bottom: 5%
}

.animated .abs-elements .abs-ele span:nth-child(1) {
    left: 33%;
    top: 15%
}

.animated .abs-elements .abs-ele span:nth-child(2) {
    left: 20%;
    top: 50%
}

.animated .abs-elements .abs-ele span:nth-child(3) {
    left: 27%;
    bottom: 0
}

.animated .abs-elements .abs-ele span:nth-child(4) {
    right: 31%;
    top: 10%
}

.animated .abs-elements .abs-ele span:nth-child(5) {
    right: 16%;
    top: 60%
}

.animated .abs-elements .abs-ele span:nth-child(6) {
    right: 35%;
    bottom: 0
}

.trust-cont-in {
    padding: 120px 0
}

.trusted-main-sec {
    background: #f6f2e1
}

.counter-text {
    font-size: 84px;
    font-weight: 800;
    font-family: "Zoho_Puvi_ExtraBold";
    color: #1ebe71
}

.trusted-by-section {
    padding: 120px 0
}

.sprints-customers .content-wrap {
    max-width: 1280px
}

.abs-elements .abs-ele span:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: red;
    bottom: -18px;
    left: -14px;
    background: url(/sites/zweb/images/sprints/e-book/product-management-sprite.png) no-repeat;
    background-size: 520px auto;
    background-position: -485px -14px
}

section.sprints-customers:before {
    position: absolute;
    content: "";
    top: 0;
    width: 63%;
    border-top: 1px solid #ddd9cc;
    left: 50%;
    transform: translateX(-50%)
}

section.sprints-customers {
    position: relative;
    padding-top: 80px
}

.sprints-customers ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1090px;
    margin: 0 auto
}

.sprints-customers ul li {
    margin: 0 15px 15px;
    transform: translateY(25px);
    opacity: 0;
    transition-duration: .5s;
    transition-timing-function: ease
}

.sprints-customers .bottom-animated ul li {
    opacity: 1;
    transform: translateY(0)
}

.sprints-customers ul li span {
    background-image: url(/sites/zweb/images/commonroot/zp-trust-brands-sprite.png);
    background-size: 1200px auto;
    height: 50px;
    text-indent: -9999px;
    display: inline-block
}

.trans-delay-1 {
    transition-delay: .1s
}

.trans-delay-2 {
    transition-delay: .2s
}

.trans-delay-3 {
    transition-delay: .3s
}

.trans-delay-4 {
    transition-delay: .4s
}

.trans-delay-5 {
    transition-delay: .5s
}

.trans-delay-6 {
    transition-delay: .6s
}

.sb-ancora-education {
    background-position: -896px -713px;
    width: 110px
}

.sb-startup-creator {
    background-position: -759px -713px;
    width: 122px
}

.sprints-customers ul li .sb-the-stratega {
    background-position: -624px -712px;
    width: 135px;
    height: 48px
}

.sprints-customers ul li .sb-intellectyx {
    background-position: -1021px -708px;
    width: 117px;
    height: 55px
}

.sprints-customers ul li .sb-the-pexion {
    background-position: -209px -844px;
    width: 137px;
    height: 52px
}

.sb-hard-money {
    background-position: -1142px -844px;
    width: 52px
}

.sb-gray-matrix {
    background-position: -827px -843px;
    width: 60px
}

.sb-security-portal {
    background-position: 0 -843px;
    width: 192px
}

.sb-alright {
    background-position: -638px -775px;
    width: 111px
}

.sb-digient {
    background-position: -832px -776px;
    width: 124px
}

.sb-auro {
    background-position: -1052px -843px;
    width: 75px
}

.sprints-rating {
    padding: 65px 0 0;
    position: relative
}

.rating-wrapper {
    max-width: 1090px;
    display: flex;
    justify-content: space-between;
    margin: 52px auto 0
}

.sprints-batch {
    display: flex;
    justify-content: space-between;
    width: 305px
}

.sprints-batch span {
    display: block;
    width: 130px;
    height: 170px;
    text-indent: -99999px;
    background-image: url(/sites/zweb/images/sprints/home/sprite-home.png);
    background-repeat: no-repeat;
    background-size: 1430px auto
}

.batch-crowd {
    background-position: -445px -264px
}

.sprints-batch span.batch-leader {
    background-position: -6px -289px;
    width: 145px;
    background-size: 1520px auto
}

.rating-contain {
    max-width: 760px;
    width: 90%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.rating-contain li {
    max-width: 360px;
    width: 100%;
    height: 110px;
    list-style: none;
    border: 1px solid #aaded4;
    display: flex;
    align-items: center;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    margin: 0 0 20px;
    background: #fff;
    border-radius: 5px
}

.rating-left {
    width: 110px
}

.rating-left .count {
    color: #000;
    width: 100%;
    height: 33px;
    display: block;
    overflow: hidden;
    font-size: 23px;
}

.rating-left .count span {
    color: #2d2d2d;
    font-size: 28px;
    font-weight: bold;
    line-height: 1
}

.star-rating {
    display: block;
    width: 90px;
    height: 15px;
    position: relative
}

.star-rating span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/sites/zweb/images/sprints/home/sprite-home.png);
    background-repeat: no-repeat;
    background-size: 970px auto
}

.star-rating span.star-fill {
    transition: 4s all;
    width: 0
}

.star-empty {
    background-position: -767px -126px
}

.star-4-5 {
    background-position: -272px -126px
}

.star-8-5 {
    background-position: -371px -126px
}

.star-9-2 {
    background-position: -569px -126px
}

.star-4-4 {
    background-position: -272px -126px
}

.star-5 {
    background-position: -702px -106px
}

.rating-right {
    padding: 0 0 0 10px
}

.rating-img {
    display: block;
    height: 30px;
    background-image: url(/sites/zweb/images/sprints/home/sprite-home.png);
    background-repeat: no-repeat;
    background-size: 1000px auto
}

.get-app {
    width: 80px;
    background-position: 0 0
}

.capeterra {
    width: 135px;
    background-position: -404px -80px
}

.finance-online {
    width: 185px;
    background-position: -550px -80px
}

.g-crowd {
    width: 108px;
    background-position: -743px -80px
}

.dpm {
    width: 73px;
    background-position: -860px -80px
}

.heading-wrap h2 {
    text-align: center
}

.footer-inner {
    max-width: 510px;
    margin: 0 auto;
    text-align: center
}

.sprints-footer.spi-section {
    padding: 150px 0;
    color: #fff;
    background: #15283c
}

.footer-inner h2 {
    font-family: "Zoho_Puvi_Bold"
}

.sprints-footer .act-btn.spi-btn:nth-of-type(2) {
    margin: 0 0 0 30px;
    color: #fff;
    border: 1px solid #f0f4f4;
    border-radius: 4px
}

.rating-inner {
    padding: 100px 70px;
    background: #fff;
    border-radius: 20px
}

.sprints-rating.spi-section::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: #f6f2e1
}

.sprints-rating.spi-section::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background: #15283c;
    z-index: -1
}

#ebook-form input:not(.chk_bx) {
    width: 100%;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 2px;
    color: #000
}

#formsubmit {
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 40px;
    height: 45px;
    text-transform: uppercase;
    font-family: var(--primaryfont-semibold)
}

.form-group {
    margin-bottom: 20px
}

label.error {
    font-size: 13px;
    color: #e10202;
    line-height: 8px;
    display: inline-block
}

.captcha-input {
    margin-bottom: 20px
}

#ebook-form input::placeholder {
    color: #a1a1a1
}

.button-group {
    text-align: center
}

.success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0
}

.scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 350px;
    margin: 10px auto 0;
    background: #40bd60;
    width: 100%;
    opacity: 0;
    border-radius: 2px
}

.scs-pop-inr.animate {
    animation: bounceIn .8s forwards;
    -webiki-animation: bounceIn .8s forwards
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3,0.3,0.3);
        transform: scale3d(0.3,0.3,0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9,0.9,0.9);
        transform: scale3d(0.9,0.9,0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97,0.97,0.97);
        transform: scale3d(0.97,0.97,0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.success-alert .scs-txt {
    font-size: 15px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff
}

@media(max-width: 1280px) {
    h1 {
        font-size:48px;
        line-height: 58px;
        font-family: var(--zf-primary-extrabold)
    }

    h2 {
        font-size: 38px;
        line-height: 48px
    }

    .banner-inner-section .flex-wrap .flex-left .content-sec {
        width: 100%;
        max-width: 500px
    }

    .rating-inner {
        padding: 80px 50px
    }

    .sprints-batch {
        width: 290px
    }

    .rating-contain {
        max-width: 740px
    }

    .rating-contain li {
        max-width: 350px
    }
}

@media(max-width: 1200px) {
    h1 {
        font-size:42px;
        line-height: 50px;
        font-family: var(--zf-primary-extrabold)
    }

    h2 {
        font-size: 37px;
        line-height: 47px
    }

    .blog-inner-section .card h3 {
        font-size: 22px;
        line-height: 30px
    }

    .banner-inner-section .flex-wrap .flex-left .content-sec {
        max-width: 450px
    }

    .blog-inner-section .card .bottom-text {
        font-size: 12px;
        left: 20px
    }

    .trusted-by-inner-section h4 {
        font-size: 30px
    }

    .counter-text {
        font-size: 68px
    }

    .trust-cont-in {
        padding: 90px 0
    }

    .rating-inner {
        padding: 0
    }

    .sprints-batch {
        width: 220px
    }

    .sprints-batch span {
        width: 150px !important
    }

    .batch-crowd {
        background-position: -445px -264px
    }

    .sprints-batch span.batch-leader {
        background-position: -6px -289px;
        width: 105px
    }

    .rating-contain {
        max-width: 660px;
        width: 100%
    }

    .rating-contain li {
        height: 90px;
        padding: 0 0 0 15px;
        max-width: 320px
    }

    .rating-left .count span {
        font-size: 24px
    }

    .rating-left {
        width: 95px
    }

    .sprints-rating.spi-section::before,.sprints-rating.spi-section::after {
        content: unset
    }

    .sprints-rating {
        padding: 80px 0
    }

    section.sprints-customers {
        padding: 80px 0
    }

    .trusted-by-section {
        padding: 100px 0
    }

    .sprints-footer.spi-section {
        padding: 100px 0
    }

    .blog-section {
        padding-bottom: 100px
    }

    .ebook-sec-section {
        padding: 100px 0
    }

    .banner-section {
        padding: 100px 0
    }
}

@media(max-width: 991px) {
    h1 {
        font-size:42px;
        line-height: 50px;
        font-family: var(--zf-primary-extrabold)
    }

    h2 {
        font-size: 37px;
        line-height: 47px
    }

    .blog-inner-section .card h3 {
        font-size: 20px;
        line-height: 30px
    }

    .banner-inner-section .flex-wrap {
        flex-direction: column
    }

    .banner-inner-section .flex-wrap .flex-left,.banner-inner-section .flex-wrap .flex-right {
        max-width: 100%
    }

    .banner-inner-section .flex-wrap .flex-left .content-sec {
        max-width: 540px;
        margin: 0 auto 50px;
        text-align: center
    }

    .banner-inner-section .flex-wrap .list-wrap {
        text-align: left
    }

    .logo-text {
        justify-content: center;
        max-width: none
    }

    .ebook-sec-inner-section .flex-wrap {
        flex-direction: column
    }

    .ebook-sec-inner-section .flex-wrap .flex-left,.ebook-sec-inner-section .flex-wrap .flex-right {
        max-width: 100%
    }

    .ebook-sec-inner-section .content-sec {
        margin: 0 auto 50px;
        text-align: center
    }

    .ebook-sec-inner-section .img-wrap {
        margin: 0 auto
    }

    .blog-inner-section .flex-wrap {
        flex-wrap: wrap;
        justify-content: center
    }

    .blog-inner-section .flex-wrap .flex-left,.blog-inner-section .flex-wrap .flex-right,.blog-inner-section .flex-wrap .flex-center {
        width: 100%;
        max-width: 320px;
        margin: 0 0 30px
    }

    .blog-inner-section .flex-wrap .flex-right {
        margin-bottom: 0
    }

    .blog-inner-section .sec-title {
        text-align: center
    }

    .blog-inner-section .card {
        padding: 20px 20px 55px;
        margin: 0 15px
    }

    .abs-elements .abs-ele span {
        transform: scale(0.8)
    }

    .abs-elements .abs-ele span:nth-child(1),.abs-elements .abs-ele span:nth-child(2),.abs-elements .abs-ele span:nth-child(4),.abs-elements .abs-ele span:nth-child(5) {
        transform: translate(-50%,-50%) scale(0.8)
    }

    .animated .abs-elements .abs-ele span:nth-child(1) {
        left: 28%;
        top: 15%
    }

    .animated .abs-elements .abs-ele span:nth-child(2) {
        left: 12%;
        top: 50%
    }

    .animated .abs-elements .abs-ele span:nth-child(3) {
        left: 19%;
        bottom: 0
    }

    .animated .abs-elements .abs-ele span:nth-child(4) {
        right: 23%;
        top: 10%
    }

    .animated .abs-elements .abs-ele span:nth-child(5) {
        right: 4%;
        top: 60%
    }

    .animated .abs-elements .abs-ele span:nth-child(6) {
        right: 28%;
        bottom: 0
    }

    .sprints-customers ul {
        justify-content: center
    }

    .rating-wrapper {
        flex-direction: column;
        margin-top: 40px
    }

    .sprints-batch {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 40px
    }

    .rating-contain {
        margin: 0 auto
    }

    .banner-section {
        padding: 80px 0
    }

    .ebook-sec-section {
        padding: 80px 0 110px
    }

    .blog-section {
        padding-bottom: 70px
    }

    .trusted-by-section {
        padding: 80px 0
    }

    section.sprints-customers {
        padding: 80px 0 70px
    }

    .sprints-rating {
        padding: 80px 0 70px
    }

    .sprints-footer.spi-section {
        padding: 80px 0
    }
}

@media(max-width: 767px) {
    .umain .z-bottom-cta-menu a.loggedout,.umain .z-bottom-cta-menu a.loggedin,.z-bottom-cta-menu a.loggedin,.z-bottom-cta-menu a.loggedout {
        display:none
    }

    .z-bottom-cta-menu {
        box-shadow: none;
        background: transparent
    }

    .logo-text {
        transform: scale(.7);
        transform-origin: center bottom
    }

    h1 {
        font-size: 34px;
        line-height: 40px;
        font-family: var(--zf-primary-extrabold)
    }

    h2 {
        font-size: 28px;
        line-height: 38px
    }

    .trusted-by-inner-section h4 {
        font-size: 24px
    }

    .counter-text {
        font-size: 60px;
        line-height: 70px
    }

    .banner-inner-section .flex-wrap .flex-left .content-sec {
        max-width: 430px;
        margin: 0 auto 50px;
        text-align: center
    }

    .banner-inner-section .flex-wrap .list-wrap li {
        font-size: 15px
    }

    .ebook-sec-inner-section .content-sec {
        max-width: 500px
    }

    .blog-inner-section .card img {
        margin-bottom: 15px
    }

    .blog-inner-section .card h3 {
        font-size: 18px;
        line-height: 25px
    }

    .trust-cont-in {
        padding: 50px 0
    }

    .counter-text {
        margin-bottom: 15px;
        display: inline-block
    }

    .abs-elements .abs-ele span:nth-child(1) {
        left: 24%;
        top: 12%
    }

    .abs-elements .abs-ele span:nth-child(2) {
        left: 12%;
        top: 50%
    }

    .abs-elements .abs-ele span:nth-child(3) {
        left: 18%;
        bottom: 0
    }

    .abs-elements .abs-ele span:nth-child(4) {
        right: 18%;
        top: 8%
    }

    .abs-elements .abs-ele span:nth-child(5) {
        right: 4%;
        top: 60%
    }

    .abs-elements .abs-ele span:nth-child(6) {
        right: 25%;
        bottom: 0
    }

    .rating-contain {
        justify-content: center
    }

    .banner-section {
        padding: 50px 0 60px
    }

    .ebook-sec-section {
        padding: 60px 0 90px
    }

    .blog-section {
        padding-bottom: 60px
    }

    .trusted-by-section {
        padding: 60px 0
    }

    section.sprints-customers {
        padding: 60px 0 50px
    }

    .sprints-rating {
        padding: 60px 0 50px
    }

    .sprints-footer.spi-section {
        padding: 60px 0
    }
}

@media(max-width: 640px) {
    .blog-inner-section .flex-wrap {
        margin-left:0;
        margin-right: 0
    }

    .abs-elements .abs-ele span,.abs-ele {
        display: none
    }

    .trust-cont-in {
        padding: 0
    }

    .sprints-footer .act-btn.spi-btn:nth-of-type(2) {
        margin: 10px 0 0 28px
    }
}

@media(max-width: 480px) {
    .sprints-cta-btn {
        display:flex;
        flex-direction: column;
        align-items: center;
        margin: 0
    }

    .sprints-footer .act-btn.spi-btn:nth-of-type(2) {
        margin: 15px 0 0 0
    }

    h1 {
        font-size: 26px;
        line-height: 33px;
        font-family: var(--zf-primary-extrabold)
    }

    h2 {
        font-size: 23px;
        line-height: 32px
    }

    .banner-inner-section .flex-wrap .form-wrap {
        padding: 30px
    }

    .button-group .button {
        padding: 0 30px;
        font-size: 14px;
        line-height: 40px
    }

    .ebook-sec-inner-section .img-wrap .color-bg {
        max-width: 200px
    }

    .ebook-sec-inner-section .content-sec {
        margin-bottom: 40px
    }

    .blog-inner-section .card {
        margin: 0
    }

    .trusted-by-inner-section h4 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .counter-text {
        font-size: 50px;
        line-height: 56px
    }

    .banner-section {
        padding: 40px 0 50px
    }

    .ebook-sec-section {
        padding: 50px 0 80px
    }

    .blog-section {
        padding-bottom: 50px
    }

    .trusted-by-section {
        padding: 50px 0 30px
    }

    section.sprints-customers {
        padding: 40px 0 40px
    }

    .sprints-rating {
        padding: 50px 0 50px
    }

    .sprints-footer.spi-section {
        padding: 50px 0
    }

    .content-sec h1 {
        width: 100%;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto
    }

    .pop-show {
        max-width: 300px
    }
}

.zw-product-header {
    display: none
}

.cwf-container .cwf-button-control .cwf-button.donwload-pdf {
    background: #000;
    width: 100%;
    padding: 14px 16px
}

.logo-text img {
    width: 150px;
    height: auto
}

#ebook-form input.cwf-checkbox.zcf_consent_1 {
    width: auto
}