section.dresner-report-main {
    margin-top: -8px;
}

.main-container-wrapper .zw-product-header {
    background: repeating-linear-gradient(90deg, #232c43, #232c43 1px, #151f33 1px, #151f33 7px);
    color: #fff;
}

.main-container-wrapper .zw-product-header .menu-icon-help-header .product-title a,
.zw-product-header .product-nav-links .menu>li>a {
    color: #fff;
}

.expanded.dropdown .caret {
    background-position-y: 0;
}

.product-header-top .expanded.dropdown .caret {
    background-position-y: -6px;
}

*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1+p {
    max-width: 760px;
    margin: 0px auto 25px;
    text-align: center;
}

.header-section {
    padding: 80px 0px 60px;
    text-align: center;
}

h1 span {
    font-family: var(--primaryfont-bold);
}

h2 span {
    font-family: var(--primaryfont-bold);
}


/* Banner */

.banner-sec {
    padding: 130px 0;
    position: relative;
    background: repeating-linear-gradient(90deg, #232c43, #232c43 1px, #151f33 1px, #151f33 7px);
}

.banner-in {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-in .cont-left h1 {
    max-width: 700px;
    width: 100%;
    font-size: 42px;
    color: #fff;
    margin-bottom: 32px;
    line-height: 54px;
}

.banner-in .img-right img {
    display: block;
    max-width: 490px;
    margin: 0 auto;
}

.banner-in .cont-left {
    width: 60%;
}

.banner-in .img-right {
    width: 40%;
}

.banner-in .img-right img {
    border: 6px solid #f4d22d;
}

.head-bg-color {
    color: #ffcc07;
}

.report-btn {
    display: inline-block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    padding: 15px 40px;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
    font-size: 16px;
    background: #f0483e;
    color: #fff;
    text-transform: uppercase;
}


/* Wisdom */

.common-section {
    position: relative;
}

.common-section::before {

    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #F4F7FF;
    display: block;
    position: absolute;
}

.wisdom-sec {
    padding: 70px 0 70px;
}

.wisdom-sec h3 {
    margin-top: 50px;
}

.wisdom-in {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}

.wisdom-in h2 {
    width: 100%;
    max-width: 870px;
    font-family: var(--zf-primary-bold);
    font-size: 34px;
}

.wisdom-in p {
    width: 100%;
    max-width: 835px;
    font-size: 20px;
}

.key-insights-inner {
    display: flex;
    margin-top: 30px;
}

.dresner-bg-img {
    width: 20%;
    position: relative;
}

.fea-list {
    width: 80%;
    position: relative;
}

.fea-list ul {
    padding-left: 80px;
    border-left: 1px solid #ced0d6;
}

.dresner-bg-img span {
    content: "";
    width: 160px;
    height: 180px;
    display: block;
    background: url(/sites/zweb/images/analytics/dresner-sprite-image.png);
    background-repeat: no-repeat;
    background-size: 637px auto;
    background-position: 7px -40px;
    top: 0;
    right: 27%;
    margin: 0 auto;
}

.fea-list ul li:not(:last-child) {
    margin-bottom: 26px;
}

.fea-list ul li {
    position: relative;
    font-family: var(--zf-secondary-medium);
    font-size: 18px;
}

.fea-list ul li::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    background: url(/sites/zweb/images/analytics/dresner-sprite-image.png);
    left: -40px;
    top: 4px;
    background-repeat: no-repeat;
    background-size: 500px auto;
    background-position: -126px -81px;
}


/*  */

.cust-review {
    padding: 70px 0;
}

.cust-in {
    width: 100%;
    max-width: 1080px;
    background: #fff;
    margin: 0 auto;
    border-radius: 0 30px 0 30px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 5px 5px 0px 4px #f0cc23;
}

.cust-cont-in {
    padding: 105px 100px;
    position: relative;
}

.cust-cont-in p {
    font-size: 26px;
    font-family: var(--zf-primary-semibold);
    width: 100%;
    max-width: 860px;
    line-height: 42px;
    font-style: italic;
}

.cust-detail {
    font-size: 18px;
    font-style: italic;
    font-family: var(--primaryfont-regular);
}

.cust-detail .cust-name {
    color: #3975E5;
    font-family: 'Zoho_Puvi_Bold';
    font-style: italic;
}

.cust-cont-in::after {
    content: "";
    width: 190px;
    height: 160px;
    display: block;
    position: absolute;
    top: -27px;
    left: -24px;
    background: url(/sites/zweb/images/analytics/dresner-sprite-image.png);
    background-repeat: no-repeat;
    background-size: 340px auto;
    background-position: -156px 6px;
    z-index: -1;
}

span.quote-sprite {
    content: "";
    display: block;
    position: absolute;
    width: 47px;
    height: 40px;
    top: 9%;
    left: 3%;
    background: url(/sites/zweb/images/analytics/dresner-sprite-image.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    background-position: -165px -65px;
}

span.dresner-lg-sprite {
    content: "";
    display: block;
    position: absolute;
    width: 87px;
    height: 100px;
    bottom: 11%;
    right: 4%;
    background: url(/sites/zweb/images/analytics/dresner-sprite-image.png);
    background-repeat: no-repeat;
    background-size: 380px auto;
    background-position: 0 -26px;
}


/*  */

.credibility-sec {
    padding: 70px 0 65px;
}

.inner-flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.credi-left-img,
.credi-right-img {
    width: 100%;
    max-width: 75%;
}

.credi-left-img img,
.credi-right-img img {
    box-shadow: 0 0px 30px #00000012;
    border-radius: 20px;
}

.model-txt {
    text-align: center;
    font-size: 25px;
    font-family: var(--zf-primary-semibold);
}


/*  */

.footer-in {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
}

.footer-in h2 {
    font-size: 36px;
    font-family: var(--zf-primary-bold);
    margin-bottom: 36px;
    line-height: 52px;
}

.footer-sec {
    padding: 65px 0 95px;
}


/* Modal */

.modal {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.modal.is-visible {
    visibility: visible;
    z-index: 999;
    opacity: 1;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0 linear .3s, opacity .3s
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    max-width: 32em;
    background-color: #fff;
    box-shadow: 0 0 20px 0 hsla(0, 0, 0, 0.1);
    transform: translate(-50%, -50%)
}

.modal.is-visible .modal-transition {
    opacity: 1
}

.modal-header,
.modal-content {
    padding: 1em
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0, 0, 0.06);
    border-bottom: 1px solid #e8e8e8
}

.modal-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/sites/zweb/images/analytics/e-p-sprite.png) no-repeat 5px -10px;
    top: 15px;
    right: 20px;
    z-index: 99
}

.modal-close:hover {
    color: #777
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.modal-content>*:first-child {
    margin-top: 0
}

.modal-content>*:last-child {
    margin-bottom: 0
}

.badge-block ul li {
    width: 165px;
    display: inline-block;
    height: 180px;
    font-size: 0;
    background: url(/sites/zweb/images/analytics/analytics-badge-sprite.png) no-repeat;
    background-size: 840px auto;
    background-position: 0 0;
    margin: 0 20px
}

.badge-block ul li.badge-block1 {
    background-position: 0 0
}

.badge-block ul li.badge-block2 {
    background-position: -170px 0
}

.badge-block ul li.badge-block3 {
    background-position: -340px 0
}

.badge-block ul li.badge-block4 {
    background-position: -510px 0
}

.badge-block ul li.badge-block5 {
    background-position: -672px 0
}

.crmWebForm .signup-box {
    display: inline-block !important
}

.crmWebForm .signup-box input {
    border: 1px solid #e4e4e4;
    margin-top: 0
}

.crmWebForm .result {
    color: #4f8a10;
    font-size: 17px;
    margin: 10px 0;
    display: none;
    line-height: 1.2
}

.crmWebForm .zsuccess .result {
    display: block
}

.crmWebForm fieldset.demofrm {
    margin-top: 20px
}

.crmWebForm form .zgdprform-countrylist-container select.globalcountrycode {
    height: 45px !important;
    background: #fff !important
}

.crmWebForm form .zgdprform-countrylist-container select.globalcountrycode {
    height: 45px !important;
    background: #fff !important;
    -webkit-appearance: none !important;
    color: #6d6c6c;
    padding: 0 0 0 12px !important
}

.crmWebForm .zgdprform-countrylist-container:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
    position: absolute;
    right: 9px;
    top: 20px;
    content: "";
    display: block
}

.crmWebForm .demofrm.captcha {
    margin: 0 0 10px
}

.crmWebForm .demofrm.captcha img {
    margin-top: 10px
}

.crmWebForm .demofrm.captcha a {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 15px
}

.crmWebForm .f-error {
    color: red;
    font-size: 12px;
    line-height: 1.5;
    display: none;
    margin-top: 5px;
    text-align: left
}

.signup-box input {
    color: #000;
    padding: 14px 12px;
    border: 0;
    display: block;
    width: 100%;
    margin: 15px 0 0;
    font-size: 14px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: .5s ease;
    border-radius: 0;
    box-sizing: border-box
}

.sgnbtn input[type="submit"] {
    font-size: 16px;
    line-height: 45px;
    padding: 0 60px;
    background: #f0483e;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box
}

.modal-body {
    padding: 40px 40px;
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(102, 102, 102, 0.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(102, 102, 102, 0.15);
    box-shadow: 0 10px 30px 0 rgba(102, 102, 102, 0.15);
}

.crmWebForm .signup-box {
    max-width: 380px;
    margin-bottom: 30px
}


/*  */
.zw-product-header {
    background: repeating-linear-gradient(90deg, #232c43, #232c43 1px, #151f33 1px, #151f33 7px);
}

/* Responsive */

@media (max-width: 1280px) {
    .banner-in .cont-left h1 {
        max-width: 640px;
        font-size: 38px;
        color: #fff;
    }

    .banner-in .img-right img {
        max-width: 430px;
    }

    .credi-left-img,
    .credi-right-img {
        width: 100%;
        max-width: 530px;
    }

    .footer-in {
        max-width: 630px;
    }

    .footer-in h2 {
        font-size: 36px;
    }
}

@media (max-width:1200px) {
    .banner-sec {
        padding: 110px 0;
    }

    .wisdom-sec {
        padding: 60px 0 60px;
    }

    .cust-review {
        padding: 60px 0;
    }

    .credibility-sec {
        padding: 50px 0;
    }

    .footer-sec {
        padding: 60px 0 90px;
    }

    .banner-in .img-right img {
        max-width: 390px;
    }

    .credi-left-img,
    .credi-right-img {
        max-width: 480px;
    }

    .cust-in {
        width: 100%;
        max-width: 990px;
    }

    .cust-cont-in p {
        font-size: 23px;
        max-width: 770px;
    }

    .cust-detail {
        font-size: 17px;
    }

    .banner-in .cont-left h1 {
        font-size: 37px;
        line-height: 48px;
    }

    .wisdom-in p {
        width: 100%;
        max-width: 710px;
        font-size: 17px;
    }

    .wisdom-in h2 {
        width: 100%;
        max-width: 830px;
        font-size: 32px;
    }
}

@media (max-width:1080px) {

    .banner-in .cont-left,
    .banner-in .img-right {
        width: 100%;
    }

    .banner-in .cont-left {
        text-align: center;
        max-width: 580px;
        margin: 0 auto;
    }

    .banner-in {
        flex-direction: column;
    }

    .banner-in .img-right {
        margin-top: 40px;
    }

    .footer-in {
        max-width: 620px;
    }

    .footer-in h2 {
        font-size: 35px;
        margin-bottom: 33px;
    }

    .credi-left-img,
    .credi-right-img {
        max-width: 400px;
    }

    .cust-in {
        width: 100%;
        max-width: 900px;
    }

    .cust-cont-in p {
        font-size: 20px;
        max-width: 670px;
    }

    .cust-detail {
        font-size: 16px;
    }
}

@media (max-width:992px) {
    .cust-in {
        width: 100%;
        max-width: 800px;
    }

    .cust-cont-in p {
        font-size: 18px;
        max-width: 600px;
    }

    /* .cust-cont-in {
        max-width: 610px;
    } */

    .cust-detail {
        font-size: 15px;
    }

    .credi-left-img,
    .credi-right-img {
        max-width: 320px;
    }

    .dresner-bg-img span {
        right: 15%;
    }

    .banner-in .cont-left h1 {
        margin-bottom: 30px;
    }

    .footer-in h2 {
        margin-bottom: 30px;
    }

    /*  */
    .crmWebForm .rs-home-banner-wrap>.content-wrap>div.rs-home-left,
    .crmWebForm .rs-home-banner-wrap .content-wrap>div.rs-home-right,
    .crmWebForm .body-umain .rs-home-banner-wrap>.content-wrap>div.rs-home-left {
        width: 100%;
        margin-bottom: 30px
    }

    .crmWebForm .rs-home-banner-wrap>.content-wrap>div.rs-home-left,
    .body-umain .rs-home-banner-wrap>.content-wrap>div.rs-home-left {
        text-align: center !important
    }

    .crmWebForm .rs-home-banner-wrap .content-wrap>div.rs-home-right .signup-box {
        display: block !important;
        margin: 0 auto;
        float: none !important
    }

    .crmWebForm .rs-home-banner-wrap>.content-wrap>div.rs-home-right {
        text-align: left
    }

    .crmWebForm .signup-box h5 {
        text-align: center
    }

    .crmWebForm .result {
        font-size: 15px
    }

    .survey-section p {
        max-width: 560px
    }

    /*  */
}

@media (max-width: 767px) {
    .banner-sec {
        padding: 80px 0;
    }

    .wisdom-sec {
        padding: 50px 0 50px;
    }

    .credibility-sec {
        padding: 30px 0;
    }

    .footer-sec {
        padding: 50px 0 70px;
    }

    .banner-in .cont-left h1 {
        max-width: 580px;
        font-size: 35px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 45px;
    }

    .banner-in .img-right img {
        max-width: 320px;
    }

    .key-insights-inner {
        display: flex;
        margin-top: 30px;
    }

    .fea-list ul li {
        font-size: 16px;
    }

    .credi-right-img {
        margin-top: 30px;
    }

    .footer-sec {
        padding: 60px 0;
    }

    .footer-in {
        max-width: 540px;
    }

    .footer-in h2 {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 48px;
    }

    .key-insights-inner {
        flex-direction: column;
    }

    .dresner-bg-img,
    .fea-list {
        width: 100%;
    }

    .fea-list ul {
        padding-left: 40px;
        border-left: none;
    }

    .fea-list {
        margin-top: 20px;
    }

    .model-txt {
        text-align: center;
        padding-right: 0;
    }

    .inner-flex {
        flex-flow: column;
        align-items: center;
    }
}

@media (min-width: 640px) {
    .crmWebForm .signup-box {
        max-width: 400px
    }
}

@media (max-width:610px) {
    .banner-in .cont-left h1 {
        max-width: 580px;
        font-size: 32px;
        color: #fff;
        margin-bottom: 30px;
        line-height: 39px;
    }

    .wisdom-in h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner-sec {
        padding: 60px 0;
    }

    .wisdom-sec {
        padding: 40px 0 40px;
    }

    .cust-review {
        padding: 30px 0;
    }

    .credibility-sec {
        padding: 40px 0;
    }

    .footer-sec {
        padding: 50px 0 70px;
    }

    .banner-in .img-right img {
        max-width: 300px;
    }

    .credi-left-img,
    .credi-right-img {
        max-width: 320px;
    }

    .footer-in h2 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 40px;
    }

    .footer-in {
        max-width: 470px;
    }

    .cust-cont-in::after {
        content: none;
    }

    .cust-cont-in {
        padding: 60px;
    }

    span.quote-sprite {
        content: "";
        display: block;
        position: absolute;
        width: 44px;
        height: 40px;
        top: 3%;
        left: 3%;
        background-repeat: no-repeat;
        background-size: 280px auto;
        background-position: -85px -25px;
    }

    span.dresner-lg-sprite {
        content: "";
        display: block;
        position: absolute;
        width: 68px;
        height: 80px;
        bottom: 5%;
        right: 2%;
        background-repeat: no-repeat;
        background-size: 280px auto;
        background-position: 0 -18px;
    }
}

@media (max-width:480px) {
    span.quote-sprite {
        top: 4%;
    }

    .wisdom-in h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner-sec {
        padding: 50px 0;
    }

    .cust-cont-in {
        padding: 55px;
        position: relative;
    }

    .banner-in .cont-left h1 {
        font-size: 27px;
        line-height: 32px;
    }

    .banner-in .img-right img {
        max-width: 260px;
    }

    .model-txt {
        text-align: center;
        padding-right: 0;
    }

    .credi-left-img,
    .credi-right-img {
        max-width: 290px;
    }

    .footer-in h2 {
        margin-bottom: 30px;
        font-size: 25px;
        line-height: 30px;
    }
}