    /*menu overwrtten*/
    .zw-product-header{
        background: #2350ff;
    }
   
    /* .zw-product-header .menu-icon-help-header .product-title a,
    .zw-product-header .menu-icon-help-header+.product-nav-links li a,
    .zw-product-header .product-nav-links .menu>li>a,
    .zw-product-header .product-nav-links li .nolink {
        color: #fff;
    } */

    .block-panels-mini-product-menu .expanded.dropdown .caret {
        background-position: -168px -1px;
    }

    /* .zw-product-header .product-nav-links li .nolink:after {
        display: none;
    } */

    /* .zw-product-header .product-nav-links li .nolink {
        padding: 20px 0 10px;
        line-height: 30px !important;
    } */
    .speaker-info-wrap h4{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .zspeak-cr-logo {
        margin: 10px 0px 25px;
    }

    .zspeak-cr-logo span {
        background: url(/sites/zweb/images/analytics/za-analyst-speak-sprite.png) no-repeat;
        display: inline-block;
        background-size: 735px auto;
        width: 125px;
        height: 60px;
    }
    .za-ricon.za-barc {
    background-position: -403px 0px;
    width: 145px;
}

 .za-ricon.kuppingercole {
    background-position: -216px -59px;
    width: 225px;
}

.za-ricon.za-gartner {
    background-position: -550px -70px;
    background-size: 900px auto;
}

.za-ricon.za-aheadcrm {
    background-position: 1px -59px;
    width: 195px;
}

.za-ricon.za-tec {
    background-position: -2px 0;
}

.za-ricon.za-infotech {
    background-position: -578px 0;
    width: 165px;
    height: 50px;
}

.za-ricon.za-dresner {
    background-position: -335px 1px;
    width: 50px;
}

.za-ricon.za-nucleus {
    background-position: -589px -51px;
    width: 225px;
}

.za-ricon.za-451research {
    background-position: -150px 1px;
    width: 160px;
}
    /* popup */
.wrapper {
    width: 90%;
    max-width: 800px;
    margin: 4em auto;
    text-align: center;
}

.modal {
    position: fixed;
    z-index: 10000;
    /* 1 */
    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 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 15%;
    left: 50%;
    max-width: 460px;
    background-color: #fff;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
    transform: translate(-50%, -50%);
    top: 50%;
}

/* .modal-transition {
    //
    transition: all 0.3s 0.12s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
} */

.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;
}

/*popup*/
/*--------------CRM Webform-------------*/

.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 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: 0px 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 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;
}

.bottom-cta-section {
    text-align: center;
    background: #2350ff;
}

.bottom-cta-section h2 {
    font-size: 38px;
    color: #fff;
}
.cnt-block-right ul li {
    color: #a6a6a6;
    display: inline-block;
    font-family: var(--zf-primary-semibold);
    margin-left: 25px;
    cursor: pointer;
}
.cnt-block-right ul li.active {
    color: #000;
    border-bottom: 2px solid #000;
}
.cnt-block-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 7%;
    margin-bottom: 30px;
}
.navigation-tab {
    display: none;
}
.flex-wrap>div.flex-item1 {
    display: none;
}
.flex-wrap .flex-item1.active {
    display: inline-block;
}

.flex-item1.active {
    animation: slideUp 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}
@keyframes slideUp {
    0% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0px);
    }
}
.quotes-tag, .reports-tag {
    background: #c1edcf;
    font-size: 12px;
    display: block;
    padding: 2px 11px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: fit-content;
}
.reports-tag {
    background-color: #d2e1ff;
}
a.act-btn.cta-btn {
    border-radius: 10px;
    font-size: 18px;
    padding: 13px 30px;
}

@media only screen and (max-width: 991px) {
    .speaker-info-wrap h4{
          font-size: 20px;
     }
    .crmWebForm .rs-home-banner-wrap>.content-wrap>div.rs-home-left,
    .crmWebForm .rs-home-banner-wrap .content-wrap>div.rs-home-right,
    .crmWebForm .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,
    .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;
    }
}


/*--------------CRM Webform-------------*/

.signup-box input {
    color: #000;
    padding: 14px 12px;
    border: none;
    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: 0.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;
}

.crmWebForm .signup-box {
    max-width: 380px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
    .crmWebForm .signup-box {
        max-width: 320px;
    }
}
@media only screen and (max-width: 480px) {
    .modal-body {
    padding: 20px;
    height: 500px;
    overflow: scroll;
}
}
@media only screen and (max-width: 375px) {
    .modal-wrapper {
    max-width: 90%;
}

.crmWebForm .signup-box {
    max-width: 220px;
}

.modal-body {
    padding: 20px;
    height: 300px;
    overflow: scroll;
}
}

/*popup*/

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .main-container-wrapper .zw-product-header .content-wrap>.product-nav-links li {
        margin: 0 10px 0 10px;
    }
}

.zw-product-header .expanded.dropdown .caret {
    background-position: -168px 0;
    border-color: #fff transparent transparent transparent;
}

.pagewrapper * {
    box-sizing: border-box
}

.pagewrapper .content-wrap {
    padding: 90px 0;
}

.banner {
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #010415;
    background: #2350ff;
}


.bnr-inner {
    margin-bottom: 50px;
}

h1 span {
    display: inline-block
}

h2 {
    font-size: 22px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-wrap>div {
    margin: 0px 10px 30px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 25px 25px 80px 25px;
    background: #fff;
    position: relative;
    border: 1px solid #48a4e6;
    box-shadow: 0 0 30px 0px rgb(0 0 0 / 12%);
}

.flex-wrap a {
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    padding: 9px 30px 9px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
}

.flex-wrap a:hover {
    background-color: #000;
    color: #fff
}

.text-center {
    text-align: center
}

span.year-speak {
    font-size: 34px;
    font-family: var(--zf-primary-extrabold);
    display: block;
    padding-left: 10px;
    /* margin-bottom: 30px; */
    text-decoration: underline;
    color: #000
}


.left-nav-panel {
    float: left;
    width: 10%;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.block-wrap {
    float: right;
    width: 90%;
}

.cnt-block {
    margin-bottom: 60px
}

.block1 .content-wrap:after {
    content: '';
    clear: both;
    display: block;
}

.left-nav-panel li {
    cursor: pointer;
    margin-bottom: 10px;
    font-family: var(--zf-primary-semibold);
    font-size: 20px;
}

.left-nav-panel li.active {
    color: #03a9f5;
}

.left-nav-panel li.active span {
    border-bottom: 1px solid #03a9f5
}

.cnt-block div img {
    max-height: 60px;
    max-width: 180px;
    margin-bottom: 20px
}
.cnt-block div img.constel-img {
    max-height: 80px;
    max-width: 120px;
}
.cnt-block p {
    font-size: 16px
}


@media all and (min-width:1200px) {

    .footer-sec-wrap.two-column .content-wrap {
        min-height: 730px;
    }

    .main-container-wrapper .zw-product-header {
        min-height: 70px
    }
}

@media all and (min-width:1400px) {
    .act-btn {
        padding: 10px 30px
    }


}

@media all and (min-width:768px) and (max-width:992px) {
    .pagewrapper .content-wrap {
        padding: 60px 0
    }

    .flex-wrap>div {
        width: 45%;
    }

    .bnr-inner {
        left: 0;
    }

    span.year-speak {
        padding-left: 30px
    }
}

@media all and (max-width:767px) {
    .main-container-wrapper .zw-product-header .menu-icon-help-header .product-title a {
        color: #fff;
    }

    .banner .content-wrap {
        background-size: 100% auto;
        background-position: 0px 100px;
    }

    .pagewrapper .content-wrap {
        max-width: 420px;
        padding: 60px 0
    }

    .banner .content-wrap {
        padding-top: 40px;
    }

    .bnr-inner {
        left: auto;
        top: auto;
    }
    .bnr-inner{
        margin-bottom:0
    }

    .flex-wrap>div {
        width: 100%;
        margin: 15px 0;
        padding: 30px
    }

    span.year-speak {
        padding-left: 10px;
        font-size: 28px;
        margin-bottom: 20px
    }

    .left-nav-panel {
        display: none
    }

    .block-wrap {
        margin: 0;
        float: none;
        width: 100%
    }

    .flex-wrap a {
        position: static;
    }
    .bottom-cta-section h2 {
    font-size: 30px;
}
.cnt-block-heading {
    flex-direction: column;
}
}
@media all and (max-width:480px) {
.cnt-block-right ul li {
    margin-left: 10px;
}
}