.page-container h1 {
    font-size: 48px;
}

.page-container h2 {
    font-size: 35px;
    font-family: var(--zf-primary-bold);
    text-align: center;
}

.page-container h3 {
    font-size: 24px;
}

.page-container .hd-desc {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.page-container h5 {
    font-size: 17px;
    color: #3956FF;
}

.zw-product-header {
    position: relative;
    z-index: 2;
}

.key-features::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
}

.key-features,
.comparison,
.benefits,
.getting-started,
.pre-banner,
.testimonials-section,
.importance {
    padding-top: 75px;
}

.act-btn {
    background: var(--primary-btn-color);
    color: #fff;
    padding: 13px 30px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 1.5;
}

.banner {
    text-align: center;
    background-image: linear-gradient(180deg, #D8E7FF, #FEE8F5);
    padding: 120px 0px 0px;
    position: relative;
    margin: -68px 16px 0px;
    border-radius: 0px 0px 50px 50px;
    margin-bottom: 50px;
    z-index: 1;
}


.banner::after {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/analytics/bg-curv.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.banner h1 span {
    background-image: linear-gradient(45deg, #008ef5 0, #9914ff 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}

.banner .image-container img {
    border-radius: 8px 8px 0px 0px;
    filter: drop-shadow(0px -6px 40px hsla(0, 0%, 0%, 0.106));
}

.banner .image-container {
    margin-top: 50px;
    line-height: 0px;
}

/* form section */

/* form section */

.formSec {
    width: 100%;
    overflow: auto;
    max-width: 480px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    -moz-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    height: 100%;
    background: #fff;
    opacity: 0;
}

.formSec .signup-box {
    max-width: 100%;
}

.formSec.zbiframe {
    max-width: 820px;
}


.za-whitelabel-webform .demofrm {
    margin: 0 0 15px;
}

input#zcf_convenient_date_and_time {
    color: #000;
    padding: 14px 12px;
    border: 1px solid #d5d5d5;
    display: block;
    width: 100%;
    font-size: 13px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: .5s ease;
    border-radius: 0;
    height: 45px;
    font-family: var(--primaryfont-regular);
    line-height: 1;
}

.za-whitelabel-webform .demofrm p {
    font-size: 14px;
    margin: 0 0 5px;
}

.freeze_layer {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.active_freaze {
    display: block;
}

.zoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 9999999999999;
    opacity: 1;
}

.formInner {
    border-left: 1px solid #ddd;
    padding: 35px 20px;
    background: #fff;
    box-sizing: border-box;
    height: auto;
    text-align: left;
}

.form-close {
    background: url(/sites/zweb/images/close-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-size: 17px;
    opacity: 0.6;
}

.zbookings-form,
#czone-home {
    display: none;
}

.mobile-only {
    display: none;
}

.umain .signup-box {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important
}

.white-Label-form-request .get-signup-plan.added-placeholder {
    display: none;
}

.get-signup-plan {
    display: none !important;
}


@-webkit-keyframes scrollRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-585px);
        transform: translateX(-585px);
    }
}

@keyframes scrollRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-585px);
        transform: translateX(-585px);
    }
}

.act-btn.call-btn {
    border: 1.5px solid #000000 !important;
    color: #000000;
    border-radius: 6px;
    margin-inline-start: 10px;
    background-color: transparent;
}




/* tabs */

.tab {
    position: sticky;
    top: 66px;
    background: #fff;
    z-index: 2;
}

.tabs-container {
    display: flex;
    position: relative;
    padding: 10px;
    border-radius: 8px;
    background-color: #F5F9FE;
    justify-content: space-between;
}

.tab-btn {
    background-color: unset;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: var(--zf-primary-semibold);
    color: #667085;
    font-size: 17px;
}

.tab-btn.active,
.tab-btn:hover {
    color: #3956FF;
    border-color: #BDD1FF;
    background-color: #E8F2FF;
}

.tab-btn:hover {
    border-color: transparent;
}

.main-content>.content-wrap>.wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.main-content .left-wrapper {
    flex: 0 0 73%;
    overflow: hidden;
}

.main-content .right-wrapper {
    flex: 0 0 27%;
    position: sticky;
    top: 81px;
    padding-top: 75px;
}

/* Importance Section */

.importance .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.importance .card-wrapper .card {
    flex: 0 0 48%;
    background-image: linear-gradient(180deg, #4561FF 0%, #ffffff00);
    border-radius: 16px;
    box-shadow: 0 4px 9px 0 #5930ff12;
}

.importance .card-wrapper .card.card3 {
    flex: 0 0 98%;
}

.importance .card-wrapper .card.card3 .card-body {
    display: flex;
    gap: 20px;
    align-items: center;
}

.importance .card-wrapper .card.card3 .card-body div {
    flex: 1;
}

.importance .card-wrapper .card .card-body {
    background: #fff;
    margin: 1px;
    border-radius: inherit;
    height: 100%;
    padding: 20px;
}

.importance .card-wrapper .card .card-image {
    background-color: #F0F1F5;
    border-radius: 16px;
    text-align: center;
    padding: 20px
}


.importance .card-wrapper .card .card-image img {
    width: 59%;
}

.importance .card-wrapper .card .card-body p {
    margin: 0;
}

.importance .card-wrapper .card .card-body:not(.card3 .card-body) {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Sidebar */

.main-content .right-wrapper ul {
    padding: 0 0 0 10px;
}

.main-content .right-wrapper ul li:not(.main-content .right-wrapper ul li:last-child) {
    margin-bottom: 20px;
}

.main-content .right-wrapper ul li a {
    color: #262626;
    font-family: var(--zf-primary-semibold);
    position: relative;
}

.main-content .right-wrapper ul li a:hover,
.main-content .right-wrapper ul li a.active {
    color: var(--primary-anchor-clr);
}


/* Key features */

.key-features .icon-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.key-features .icon-wrapper .item {
    flex: 0 0 50%;
    padding: 30px 20px;
    text-align: center;
    border-bottom: 1px dashed #3129a356;
}

.key-features .icon-wrapper .item p {
    margin: 0;
}


.key-features .icon-wrapper .item:not(.key-features .icon-wrapper .item:nth-child(even)) {
    border-right: 1px dashed #3129a356;
}

.key-features .icon-wrapper .item:nth-child(5),
.key-features .icon-wrapper .item:nth-child(6) {
    border-bottom: none;
}

.key-features-sprite {
    background-image: url(/sites/zweb/images/analytics/key-features-sprite-icons.png);
    background-size: 438px auto;
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 auto 16px;
}

.key-features .icon-wrapper .item:nth-child(1) .key-features-sprite {
    background-position: 0 0;
}

.key-features .icon-wrapper .item:nth-child(2) .key-features-sprite {
    background-position: -229px 0px;
}

.key-features .icon-wrapper .item:nth-child(3) .key-features-sprite {
    background-position: -77px 0px;
}

.key-features .icon-wrapper .item:nth-child(4) .key-features-sprite {
    background-position: -301px 0px;
    width: 67px;
}

.key-features .icon-wrapper .item:nth-child(5) .key-features-sprite {
    background-position: -152px 0px;
}

.key-features .icon-wrapper .item:nth-child(6) .key-features-sprite {
    background-position: -382px 0px;
}


/* Comparison table */

.comparison-table table tbody td,
.comparison-table table thead th {
    padding: 20px 20px;
    text-align: left
}

.comparison-table table thead th {
    font-size: 24px;
    font-family: var(--zf-primary-semibold)
}

.comparison-table table tbody tr:nth-child(odd) {
    background-color: #f8f9fc;
}

.comparison-table table .analytics-dark {
    background-color: #fff6e2
}

.comparison-table table .analytics-light {
    background-color: #fffbf3
}

.comparison-table table tr td:nth-child(2) {
    border-left: 2px solid #eca91c;
    border-right: 2px solid #eca91c
}

.comparison-table table thead th.analytics-light {
    border-left: 2px solid #eca91c;
    border-right: 2px solid #eca91c;
    border-top: 2px solid #eca91c;
    border-radius: 10px 10px 0 0
}

.comparison-table table tr td:nth-child(2).analytics-light.bottom,
.comparison-table table tr td:nth-child(2).analytics-dark.bottom {
    border-bottom: 2px solid #eca91c;
    border-radius: 0 0 10px 10px
}

.comparison-table table {
    margin-top: 40px;
}

/* Benefits */

.benefits {
    background: url(/sites/zweb/images/analytics/za-linear-blue-pink.png) no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    position: relative;
    z-index: -2;
}

.benefits::after {
    content: '';
    position: absolute;
    background: url(/sites/zweb/images/analytics/square-texture-bg.png) no-repeat center center;
    width: 86%;
    height: 80%;
    top: 16%;
    left: 11%;
    background-size: 1720px auto;
    z-index: -1;
}

.benefits .pentogen-wrapper {
    display: flex;
    gap: 20px;
}

.benefits .pentogen {
    margin-top: 40px;
}

.benefits .pentogen-wrapper .card1,
.benefits .pentogen-wrapper.item2 .card2 {
    flex: 0 0 57%;
}

.benefits .pentogen-wrapper.item2 {
    margin-top: 20px;
}

.benefits .pentogen-wrapper .card2,
.benefits .pentogen-wrapper.item2 .card1 {
    flex: 0 0 40%;
}

.benefits .pentogen-wrapper .card {
    background-image: linear-gradient(180deg, #4561FF 0%, #ffffff00);
    border-radius: 16px;
    box-shadow: 0 4px 9px 0 #5930ff12;
}

.benefits .pentogen-wrapper .card .card-body {
    background: #fff;
    margin: 1px;
    border-radius: inherit;
    height: 100%;
    padding: 20px;
}

/* Getting started */

.getting-started p {
    text-align: center;
}

/* Prebanner */

.pre-banner {
    text-align: center;
    background-image: linear-gradient(0deg, #FEE8F5 7%, #d8e7ff4a 34%, #fff);
    padding: 60px 42px 50px;
    border-radius: 0px 0px 50px 50px;
    margin-top: 15px;
}

.pre-banner a {
    margin-top: 15px;
}

/* FAQ */

.z-accordian {
    text-align: left;
    margin-top: 40px;
}

.z-accordianBox {
    border-bottom: 1px solid #ccc;
}

.z-accordianBox h4 {
    margin: 0;
    padding: 25px 0 25px 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.z-accordianBox h4.active {
    color: #000;
}

.z-accordianBox h4:before {
    content: "+";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    height: 25px;
    margin: auto;
}

.z-accordianBox h4.active:before {
    content: "-";
    right: 32px;
}

.z-accordianBox>ul {
    padding: 0 40px 25px 0;
    display: none;
}

.z-accordianBox>ul>li {
    position: relative;
}

.faq-section {
    padding: 80px 0px 80px;
}

.market-list li {
    list-style: disc;
    margin-top: 10px;
    margin-left: 15px;
}

.market-list li:last-child {
    margin-bottom: 15px;
}

/* Testimonials */

.zwc-nav-scroll-section {
    overflow: hidden;
    position: relative;
}

.zwc-nav-scroll-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.zwc-nav-scroll-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.zwc-nav-box-wrap {
    display: flex;
    gap: 20px;
    animation: 45s linear 0s infinite normal none running marquee;
    padding-right: 20px;
    flex: 1;
    margin-top: 40px;
}

.zwc-nav-scroll-section>div:hover .zwc-nav-box-wrap {
    animation-play-state: paused
}

.zwc-nav-box {
    padding: 25px;
    min-width: 384px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    flex: 1;
    border-width: 1px;
    border-style: solid
}

.zwc-nav-box:nth-child(1),
.zwc-nav-box:nth-child(5) {
    background-color: #fff7f0;
    border-color: #f5e5d7
}

.zwc-nav-box:nth-child(2),
.zwc-nav-box:nth-child(6) {
    background-color: #f6fdf4;
    border-color: #d4f0d4
}

.zwc-nav-box:nth-child(3),
.zwc-nav-box:nth-child(7) {
    background-color: #f3fafd;
    border-color: #dcedf5
}

.zwc-nav-box:nth-child(4),
.zwc-nav-box:nth-child(8) {
    background-color: #fffaec;
    border-color: #f2e9d0
}

.zwc-nav-box:nth-child(1) .descriptions-wrapper,
.zwc-nav-box:nth-child(5) .descriptions-wrapper {
    background-color: #f5e5d76e;
    border: 1px solid #f5e5d76e
}

.zwc-nav-box:nth-child(2) .descriptions-wrapper,
.zwc-nav-box:nth-child(6) .descriptions-wrapper {
    background-color: #d4f0d472;
    border: 1px solid #d4f0d472
}

.zwc-nav-box:nth-child(3) .descriptions-wrapper,
.zwc-nav-box:nth-child(7) .descriptions-wrapper {
    background-color: #dcedf56a;
    border: 1px solid #dcedf56a
}

.zwc-nav-box:nth-child(4) .descriptions-wrapper,
.zwc-nav-box:nth-child(8) .descriptions-wrapper {
    background-color: #f2e9d067;
    border: 1px solid #f2e9d067
}

.testimonials-section .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.testimonials-section .content-wrap h2 {
    color: #000
}

.testimonials-section .content-wrap a {
    color: #008ef5;
    font-size: 22px;
    font-family: var(--primaryfont-semibold);
    line-height: 35px;
    display: flex;
    align-items: center
}

.testimonials-section .profile-wrappper {
    display: flex;
    gap: 15px
}

.testimonials-section .profile-wrappper>div>img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    max-width: unset
}

.testimonials-section .profile-wrappper>div>h6 {
    font-size: 20px;
    margin: 0 0 8px;
    font-family: var(--primaryfont-semibold);
    color: #000
}

.testimonials-section .profile-wrappper>div>.designation {
    font-size: 17px;
    font-family: var(--primaryfont-regular);
    color: #000
}

.testimonials-section .descriptions-wrapper {
    padding: 30px 30px;
    margin-top: 50px
}

.testimonials-section .descriptions-wrapper p {
    font-size: 17px;
    color: #000
}

.zwc-nav-box-wrap .descriptions-wrapper {
    margin-top: 30px;
    padding: 15px;
}

.zwc-nav-scroll-section>div:first-child {
    display: flex;
}

.testimonials-section {
    padding-top: 30px;
}
.other-lang section#testimonials {
    display: none;
}

.priceQuoteHD,
.bookMyDemoHD{
    display: none;
}

.priceQuote .priceQuoteHD,
.bookMyDemo .bookMyDemoHD {
    display: block;
}

@media (max-width: 1200px) {

    .tab,
    .main-content .right-wrapper {
        display: none;
    }

    .main-content .left-wrapper {
        flex: 1;
    }
}

@media (max-width: 991px) {
    .page-container h1 {
        font-size: 30px;
    }

    .page-container .hd-desc {
        font-size: 17px;
    }

    .act-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .page-container h2 {
        font-size: 25px;
    }

    .page-container h3,
    .comparison-table table thead th {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .benefits .pentogen-wrapper,
    .importance .card-wrapper,
    .importance .card-wrapper .card .card-body {
        flex-direction: column;
    }

    .benefits .pentogen-wrapper .card,
    .importance .card-wrapper .card {
        flex: 1;
    }

    .importance .card-wrapper .card .card-body {
        order: 1;
    }

    .importance .card-wrapper .card .card-body {
        text-align: center;
    }
  .other-lang .act-btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 567px) {
    .key-features .icon-wrapper {
        flex-direction: column;
    }

    .key-features .icon-wrapper .item {
        flex: 1;
    }

    .key-features .icon-wrapper .item:not(.key-features .icon-wrapper .item:nth-child(even)) {
        border-right: none;
    }
}