:root {
    --sprite-icons: url("/sites/zweb/images/connect/post-insights/sprite.svg");
}

.zinline-block {
    display: inline-block;
}

.page-wrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0px;
}

.page-wrapper h1 {
    font-size: 60px;
}

.page-wrapper h2,
.page-wrapper h3 {
    font-family: var(--zf-secondary-bold);
}

.page-wrapper h2 {
    font-size: 52px;
}

.page-wrapper h3 {
    font-size: 30px;
}

.page-wrapper img {
    vertical-align: top;
}

.page-wrapper .block-title {
    text-align: center;
    max-width: 650px;
    margin: 0px auto 60px;
}

.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;
}

.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%;
    flex: 0 0 33%;
}

.zflex-row-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.act-btn,
.cta-btn,
.zcontact-form {
    padding: 16px 30px;
}

.zwc-btns a {
    margin-top: 10px;
}

.zwc-btns .act-btn {
    margin-right: 12px
}

.zcontact-form {
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--zf-secondary-semibold);
    display: inline-block
}

[class|="zsprite"] {
    display: inline-block;
    background: var(--sprite-icons) no-repeat;
    background-size: 223px auto;
    background-position: 0 0;
    letter-spacing: -40px;
    width: 52px;
    height: 52px;
}

.zsprite-views-icon {
    background-position: 0 0;
}

.zsprite-unique-views-icon {
    background-position: -57px 0;
}

.zsprite-comments-icon {
    background-position: -114px 0;
}

.zsprite-reactions-icon {
    background-position: -171px 0;
}

/* banner-Section */
.zw-product-header,
.banner-section,
.bottom-cta-section {
    background: #4827BA;
    color: #fff;
}

.banner-section {
    position: relative;
}

.banner-section::before,
.banner-section::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 1px;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0)
}

.banner-section::before {
    background: #27eab5;
    top: 20%;
    right: 10%;
}

.banner-section::after {
    background: #ff96e3;
    bottom: 15%;
    left: 10%;
}

.banner-section .banner-content {
    position: relative;
    z-index: 2;
    max-width: 920px;
    width: 78%;
    margin: 0px auto;
    text-align: center;
}

.banner-section .banner-content p {
    max-width: 850px;
    margin: 10px auto 20px;
}

.banner-section .banner-image {
    position: relative;
    z-index: 1;
    max-width: 900px;
    width: 78%;
    margin: -7% auto -2%;
}

/* banner-Section */
/* views-comments-section */
.page-wrapper .views-comments-section .content-wrap {
    padding-bottom: 20px;
}

.views-comments-section .views-comments-block {
    max-width: 1060px;
    margin: 0 auto;
    overflow: hidden;
}

.views-comments-section .vclist-boxs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -4px;
    margin-right: -4px;
}

.views-comments-section .vclist-box {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 30px 60px 30px 20px;
}

.views-comments-section .vclist-box:nth-child(2n) {
    padding: 30px 20px 30px 60px;
}

.views-comments-section .vclist-box p:last-child {
    margin-bottom: 0px;
}

.views-comments-section .vclist-box::before,
.views-comments-section .vclist-box::after {
    content: '';
    position: absolute;
    bottom: 0px;
}

.views-comments-section .vclist-box::before {
    width: 100%;
    height: 2px;
    border-top: 1px solid #f0f0f0;
    left: 0px;
}

.views-comments-section .vclist-box::after {
    width: 2px;
    height: 100%;
    border-left: 1px solid #f0f0f0;
    right: 0px;
}

.views-comments-section .vclist-box .vc-title-icon {
    position: relative;
}

.views-comments-section .vclist-box .vc-title-icon>span {
    position: absolute;
    top: 0px;
    left: 0px;
}

.views-comments-section .vclist-box h3 {
    font-size: 20px;
    max-width: 330px;
    padding-left: 70px;
}

.views-comments-section .views-comments-images {
    background: rgba(71, 39, 186, 0.03);
    max-width: 1090px;
    width: 100%;
    margin: 50px auto 0px;
    padding: 5% 5% 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
}

.views-comments-section .views-comments-images img {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -ms-filter: "alpha(opacity=0)";
    -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);
}

.views-comments-section .middle-animated .views-comments-images img {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "alpha(opacity=100)"
}

/* views-comments-section */
/* feature-box-section */
.page-wrapper .feature-box-section .content-wrap {
    padding-bottom: 20px;
}

.feature-box-section .block-content {
    max-width: 1090px;
    margin: 0px auto;
}

.feature-box-section .flex-content {
    gap: 10px;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

.feature-box-section .fea-block .fea-box {
    padding: 80px 70px;
    background: #F4F8FF;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-box-section .fea-block .fea-box-2 {
    background: #FFFBEF;
}

.feature-box-section .fea-block .fea-box-3 {
    background: #FFF4F4
}

.feature-box-section .zflex-one-col {
    max-width: calc(100% - 10px);
}

.feature-box-section .zflex-two-col {
    max-width: calc(50% - 10px);
}

.feature-box-section .fea-block .fea-content p:last-child {
    margin-bottom: 0px;
}

.feature-box-section .fea-block .fea-box-1 .fea-content {
    max-width: 450px;
    margin: 0px auto;
    padding-right: 5%;
}

.feature-box-section .fea-block .fea-box-1 .fea-image {
    text-align: center;
}

.feature-box-section .fea-block .fea-box-2 .fea-content {
    order: 2;
}

.feature-box-section .fea-block .fea-box .fea-image img {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -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-box-section .fea-block .fea-box-1 .fea-image img {
    -webkit-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
}

.feature-box-section .fea-block .fea-box-2 .fea-image img {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
}

.feature-box-section .fea-block .fea-box-3 .fea-image img {
    -webkit-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
}

.feature-box-section .fea-block .fea-box .zwe-op.fea-image img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-filter: "alpha(opacity=100)"
}

/* feature-box-section */
.feature-section .block-content {
    max-width: 1090px;
    margin: 0px auto;
}

.feature-section .fea-block .fea-box:not(:last-child) {
    margin-bottom: 70px;
}

.feature-section .fea-block .fea-box .fea-content {
    padding-right: 10%;
}

.feature-section .fea-block .fea-box:nth-child(even) .fea-content {
    padding-left: 10%;
    padding-right: 0%;
}

.feature-section .fea-block .fea-box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.feature-section .fea-block .fea-box .fea-image img {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -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 .fea-block .fea-box:nth-child(odd) .fea-image img {
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
}

.feature-section .fea-block .fea-box:nth-child(even) .fea-image img {
    -webkit-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
}

.feature-section .fea-block .zwe-op.fea-box .fea-image img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-filter: "alpha(opacity=100)"
}

/* feature-box-section */
/* bottom-cta-Section */
.bottom-cta-section .block-content {
    text-align: center;
    max-width: 680px;
    margin: 0px auto;
}

.bottom-cta-section .block-content h2 {
    margin-bottom: 30px;
}

/* bottom-cta-Section */

@media only screen and (max-width: 1199px) {
    .page-wrapper h1 {
        font-size: 42px;
    }

    .page-wrapper h2 {
        font-size: 32px;
    }

    .page-wrapper h3 {
        font-size: 27px;
    }

    .page-wrapper .content-wrap {
        padding: 70px 0px;
    }

    .banner-section::before,
    .banner-section::after {
        display: none;
    }

    .feature-box-section .fea-block .fea-box {
        padding: 60px;
    }

}

@media only screen and (max-width: 1024px) {
    .page-wrapper h1 {
        font-size: 34px;
    }

    .page-wrapper h2 {
        font-size: 28px;
    }

    .page-wrapper h3 {
        font-size: 23px;
    }

    .banner-section .banner-content {
        max-width: 650px;
        width: 100%;
    }

    .feature-box-section .fea-block .fea-box {
        padding: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper h1 {
        font-size: 30px;
    }

    .page-wrapper h2 {
        font-size: 25px;
    }

    .page-wrapper h3 {
        font-size: 21px;
    }

    .views-comments-section .vclist-box h3 {
        font-size: 18px;
        padding-left: 65px;
    }

    .views-comments-section .vclist-box .vc-title-icon>span {
        transform: scale(0.9);
    }
}

@media only screen and (max-width: 767px) {
    .page-wrapper .content-wrap {
        padding: 50px 0px;
        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%;
    }

    .page-wrapper .block-title {
        text-align: left;
        max-width: 100%;
        margin: 0px 0px 30px;
    }

    .views-comments-section .vclist-box,
    .views-comments-section .vclist-box:nth-child(2n) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 30px 0px;
    }

    .views-comments-section .vclist-box:first-child {
        padding-top: 0px;
    }

    .views-comments-section .vclist-box:last-child {
        padding-bottom: 0px;
    }

    .views-comments-section .vclist-box .vc-title-icon>span {
        top: 0px;
        left: 0px;
    }

    .views-comments-section .vclist-box h3 {
        max-width: 100%;
        padding-top: 65px;
        padding-left: 0px;
        font-size: 18px;
    }

    .feature-box-section .zflex-two-col,
    .feature-box-section .zflex-one-col,
    .feature-box-section .zflex-three-col {
        max-width: 100%
    }

    .feature-box-section .fea-block .fea-box {
        padding: 30px;
    }

    .feature-box-section .fea-block .fea-box-1 .fea-content {
        max-width: 100%;
        padding-right: 0px;
    }

    .feature-box-section .fea-block .fea-box-1 .fea-image {
        text-align: unset;
    }

    .feature-box-section .fea-block .fea-box-2 .fea-content {
        order: 1;
    }

    .feature-box-section .fea-block .fea-box-2 .fea-image {
        order: 2;
    }

    .feature-section .fea-block .fea-box .fea-content,
    .feature-section .fea-block .fea-box:nth-child(2n) .fea-content {
        padding: 0px;
    }

    .feature-section .fea-block .fea-box:not(:last-child) {
        margin-bottom: 60px;
    }

    .views-comments-section .views-comments-images {
        display: none;
    }

    .views-comments-section .views-comments-images img,
    .feature-box-section .fea-block .fea-box .fea-image img,
    .feature-section .fea-block .fea-box .fea-image img {
        opacity: 1;
        -ms-filter: "alpha(opacity=1)";
        -webkit-transition: unset;
        transition: unset;
    }

}

@media only screen and (max-width: 480px) {
    .zwc-btns a {
        max-width: 280px;
        width: 100%;
        padding: 12px 25px;
    }

    .zwc-btns .act-btn {
        margin-right: 0px;
    }
}



/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;
  background-color: #4827ba;
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1200px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #fff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/
.zw-template-inner h1,
.zw-template-inner h2,
.zw-template-inner h3,
.zw-template-inner h4,
.zw-template-inner h5,
.zw-template-inner h6 {
  font-weight: 700;
  line-height: normal;
}
.zw-template-inner p {
  line-height: 2;
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
}