:root {
    --section-p: 100px;
    --section-m: 60px;
}

.zwc-main-sec a {
    color: var(--zwc-link-clr);
}

.zwc-main-sec a.act-btn {
    color: rgb(255, 255, 255);
}

.zwc-page-sign-btn a {
    margin-top: 0px;
    color: rgb(255, 255, 255);
    padding: 16px 45px 16px 24px;
    border-radius: 4px;
}

.zwc-page-sign-btn a::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    display: block;
    transform: translateY(-50%);
    margin-right: 18px;
    background: url("/sites/zweb/images/forms/solutions/sign-button-arrow.svg") 0px 0px / 100% no-repeat;
}

.zwc-page-sign-btn a.zwc-view-temp-btn {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background: transparent;
    font-family: var(--zf-primary-semibold);
    text-transform: uppercase;
    font-size: 15px;
    padding: 16px 24px;
}
.zwc-page-sign-btn a.zwc-view-temp-btn::before{
    display: none;
}
.zwc-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.zwc-flx-col {
    flex: 1 0 0px;
}

.zwc-content-area .content-wrap:nth-child(2n+1) {
    padding: clamp(60px, 9vw, 140px) 0px;
}

.zwc-content-area .content-wrap:last-child {
    padding-bottom: 0px;
}

div.zwc-content-area .content-wrap:nth-child(1) {
    padding-top: clamp(30px, 4vw, 50px);
}

.zwc-flex-row .zwc-flx-col:nth-child(1) {
    flex: 0 1 32%;
}

.zwc-flex-row .zwc-flx-col:nth-child(2) {
    flex: 0 1 45%;
}

.zwc-flex-row .zwc-flx-col:nth-child(2) img {
    display: block;
}

img.zwc-free-online-frm {
    margin: 0px 0px 0px auto;
}

.zwc-content-area .content-wrap:nth-child(2n) {
    padding: 0px;
}

.zwc-content-area .content-wrap:nth-child(2n) .zwc-flx-col:nth-child(1) {
    order: 2;
}

.zwc-content-area .zwc-flex {
    justify-content: center;
    gap: 100px;
    flex-wrap: nowrap;
}

.zw-product-header {
    position: relative;
    z-index: 2;
}

.zwc-flx-grid-wrap {
    align-items: inherit;
}

.zwc-fea-icn {
    width: 46px;
    height: 50px;
    display: block;
    margin-bottom: 23px;
    position: relative;
    background: url("/sites/zweb/images/forms/free-forms/free-form-sprite.png") 0px 0px / 700px no-repeat;
}

.zwc-flx-grid {
    padding: 40px;
    border-radius: 22px;
    border: 1px solid rgba(21, 43, 66, 0.1);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 0px 0px;
}

.zwc-main-sec a {
    color: var(--zwc-link-clr);
}

.zwc-main-sec h1 {
    font-size: clamp(32px, 6vw, 56px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.1;
    margin: 0px 0px 20px;
    letter-spacing: clamp(-1px, 3vw, -1.44px);
}

.zwc-main-sec h2 {
    font-size: clamp(28px, 4vw, 48px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -1.12px;
}

.zwc-main-sec h3 {
    font-size: clamp(22px, 2vw, 32px);
    font-family: var(--zf-primary-semibold);
    letter-spacing: -0.42px;
    line-height: 1.2;
}

.zwc-main-sec h4 {
    font-size: clamp(18px, 2vw, 24px);
    font-family: var(--zf-primary-semibold);
    letter-spacing: -0.42px;
    margin-bottom: 10px;
    line-height: 1.2;
}

p:last-child {
    margin-bottom: 0px;
}

.zwc-sec-title {
    text-align: center;
}

.zwc-sec-title + .zwc-flex {
    margin-top: var(--section-m);
}

.zwc-banner-wrap {
    padding: var(--section-p) 0;
    position: relative;
    z-index: 1;
}

.zwc-banner-wrap p {
    font-size: clamp(16px, 4vw, 18px);
    font-family: var(--zf-primary-medium);
    letter-spacing: -0.36px;
    max-width: 575px;
}

.zwc-banner-wrap::before {
    content: "";
    width: 100%;
    position: absolute;
    inset: -91px 0px 0px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(11, 42, 124) 0px, rgb(2, 8, 14) 100%);
    height: calc(100% + 280px);
}

.zwc-banner-wrap::after {
    content: "";
    position: absolute;
    inset: -80px 0px 0px;
    background-image: radial-gradient(rgb(217, 217, 217) 1.5px, transparent 0px);
    background-size: 40px 40px;
    background-position: 0px 0px;
    opacity: 0.1;
    z-index: -1;
    height: calc(100% + 220px);
}

.zwc-banner-lft {
    color: rgb(255, 255, 255);
}

.zwc-banner-rht {
    position: relative;
    max-width: 549px;
}

.zwc-main-banner {
    max-width: 80%;
    margin: 0px auto;
    display: block;
    border-radius: 20px;
}

.zwc-banner-icon {
    position: absolute;
    top: -4%;
    right: 5%;
    max-width: 12%;
}

.zwc-banner-ss {
    position: absolute;
    bottom: 8%;
    left: -7%;
    max-width: 42%;
}

.zwc-banner-ele::before {
    content: "";
    position: absolute;
    inset: 50% 0px 0px 50%;
    background: url("/sites/zweb/images/forms/features/banner-file-icon.png") 0px 0px / 100% no-repeat;
    width: 38px;
    height: 42px;
    transform: translate(-50%, -50%);
}

.zwc-cshape {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 210px;
}

.zwc-cshape-2 {
    top: inherit;
    left: inherit;
    bottom: 0px;
    right: 0px;
    transform: rotate(180deg);
}

.zwc-content-area-wrap {
    padding: 0 0 var(--section-p) 0;
    position: relative;
    background: rgb(235, 247, 255);
}

.zwc-user-count {
    justify-content: center;
}

.zwc-user-count li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    flex: 0 1 23%;
}

.zwc-count-num-wrap {
    justify-content: center;
    gap: 0px;
    flex-direction: row !important;
}

.zwc-count-num {
    font-size: clamp(36px, 6vw, 56px);
    font-family: var(--zf-splfontserif-regular);
    letter-spacing: -1.12px;
}

.zwc-count-txt {
    font-size: clamp(16px, 3vw, 22px);
    font-family: var(--zf-splfontserif-regular);
}

.zwc-content-area .zwc-cen-btn a {
    margin-top: 0px;
    padding-left: 0px;
}

.zwc-al-btm-cen {
    align-items: flex-end;
    justify-content: center;
    padding-top: 50px;
}

.zwc-al-btm-rht {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 50px 0px 0px 25px;
    max-width: 565px;
}

.zwc-al-cen {
    align-items: flex-end;
    justify-content: center;
    padding: 40px;
}

.zwc-al-ful-wid {
    padding-left: 0px;
    padding-top: 100px;
}

.zwc-bottom-cta-wrap {
    padding: var(--section-p) 0;
    background: linear-gradient(135deg, rgb(11, 42, 124) 0%, rgb(2, 8, 14) 100%);
    color: rgb(255, 255, 255);
}

.zwc-bottom-cta-wrap .content-wrap {
    max-width: 950px;
    margin: 0px auto;
    text-align: center;
}

.zwc-page-sign-btn a.cal-demo {
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    color: rgb(10, 85, 235);
    position: relative;
    border-radius: 4px;
    border: 2px solid rgb(10, 85, 235);
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    background: transparent;
}

.zwc-page-sign-btn a.cal-demo::before {
    background: url("/sites/zweb/images/survey/features/book-demo-play-icon.svg") 0px 0px / cover no-repeat;
}

.zwc-page-sign-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.zwc-bottom-cta-wrap .zwc-page-sign-btn {
    justify-content: center;
    margin-top: 20px;
}

.zwc-page-sign-btn a:hover {
    background-position: 0px 100%;
}

.zwc-page-sign-btn a {
    background: linear-gradient(90deg, rgb(218, 5, 28) 50%, rgb(243, 15, 39) 0px) 100% 100% / 200% 100%;
    transition: 0.3s ease-in-out;
}

.zwc-choice-field-sec {
    padding: var(--section-p) 0;
}

.zwc-choice-field-sec .zwc-sec-title {
    max-width: 800px;
    margin: 0px auto;
}

.zwc-content-area-wrap .zwc-sec-title {
    max-width: 960px;
    margin: 0px auto;
}

.zwc-what-are-standard-forms {
    background: rgb(235, 247, 255);
    padding-bottom: var(--section-p);
}

.zwc-what-are-standard-forms .content-wrap {
    border-radius: 28px;
    background: rgb(255, 255, 255);
    padding: clamp(40px, 5vw, 80px);
    max-width: 1100px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(10, 13, 18, 0.1) 0px 1px 3px 0px, rgba(10, 13, 18, 0.06) 0px 1px 2px 0px;
}

.zwc-what-are-standard-forms .content-wrap p {
    max-width: 724px;
    margin-left: auto;
    margin-right: auto;
}

.zwc-template-main {
    padding: var(--section-p) 0;
    position: relative;
    overflow: hidden;
    margin: var(--section-p) 0;
}

.zwc-template-sec-title {
    max-width: 700px;
    margin: 0px auto 50px;
    text-align: center;
}

.zwc-template-sec-title h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.zwc-template-sec-title p {
    margin-bottom: 0px;
}

.zwc-page-secondry-btn a {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 12px 50px 12px 24px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    margin-top: 22px;
    font-family: var(--zf-primary-medium);
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
}

.zwc-page-secondry-btn a::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 16px;
    height: 12px;
    display: block;
    transform: translateY(-50%);
    margin-right: 21px;
    background: url("/sites/zweb/images/forms/home/forms-nav-arrow.svg") 0px 0px / 100% no-repeat;
    filter: invert(1);
}

.zwc-page-secondry-btn a:hover {
    background: var(--zwc-link-clr);
}

.zwc-template-main::before {
    content: "";
    position: absolute;
    inset: 0px;
    max-width: 1280px;
    border-radius: 20px;
    margin: 0px auto;
    background: rgb(244, 244, 244);
}

.zwc-template-inner {
    padding-bottom: 60px;
}

.zwc-template-inner .item > div {
    position: relative;
    overflow: hidden;
    height: 390px;
}

.zwc-template-inner .item > div::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    z-index: 2;
}

a.zwc-view-temp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(4, 153, 73);
    color: rgb(255, 255, 255);
    padding: 12px 20px 12px 50px;
    border-radius: 50px;
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
    margin-top: 10px;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    z-index: 2;
}

.zwc-view-temp::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    background: url("/sites/zweb/images/commonroot/common-elements.svg") -1754px -78px / 1800px no-repeat;
    width: 24px;
    height: 15px;
    filter: invert(1);
    transform: translateY(-50%);
}

.zwc-view-temp:hover {
    background: rgb(0, 0, 0);
}

.zwc-template-inner .item:hover > div::before {
    opacity: 1;
}

.zwc-template-inner .item:hover .zwc-view-temp {
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.zwc-template-inner .slick-list {
    overflow: visible;
}

.zwc-template-inner .item > div img {
    width: 100%;
    border-radius: 5px;
    max-width: 100%;
    display: block;
    transition: transform 3s;
}

.zwc-template-inner .item {
    margin-left: 20px;
}

.zwc-template-main .slick-next::after, .zwc-template-main .slick-next::before, .zwc-template-main .slick-prev::after, .zwc-template-main .slick-prev::before {
    display: none;
}

.zwc-template-inner .slick-next, .zwc-template-inner .slick-prev {
    height: 40px;
    width: 40px;
    background: rgb(255, 255, 255);
    bottom: 0px;
    top: inherit;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    transform: translateY(100%);
}

.zwc-template-inner .slick-prev.slick-arrow {
    left: 0px;
    right: 60px;
    margin: 0px auto;
}

.zwc-template-inner .slick-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 11px;
    display: block;
    background: url("/sites/zweb/images/forms/home/forms-nav-arrow.svg") -1px 0px / 16px no-repeat;
    transform: translate(-7px, -5px);
}

.zwc-template-inner .slick-prev.slick-disabled, .zwc-template-inner .slick-next.slick-disabled {
    opacity: 1;
    border-color: rgb(221, 221, 221);
    cursor: auto;
}

.zwc-template-inner .slick-prev.slick-arrow::after {
    transform: rotate(-180deg) translate(10px, 5px);
}

.zwc-template-inner .slick-next {
    left: 0px;
    right: -60px;
    margin: 0px auto;
}

.zwc-template-inner .slick-disabled::after {
    opacity: 0.3;
}
.zwc-built-sec-wrap{
    position: relative;
    padding: var(--section-p) 0;
}
.zwc-built-sec-wrap::before {
    content: '';
    position: absolute;
    inset: -10% 0 -10% 0;
    background: rgb(235, 247, 255);
}

.zwc-built-sec {
    padding: var(--section-p) 0;
    position: relative;
    color: rgb(255, 255, 255);
}

.zwc-built-sec::before {
    content: "";
    position: absolute;
    border-radius: 35px;
    background: linear-gradient(135deg, rgb(11, 42, 124) 0%, rgb(2, 8, 14) 100%);
    max-width: calc(100% - 90px);
    inset: 0px;
    margin: 0px auto;
}

.zwc-built-sec .zwc-sec-title {
    max-width: 800px;
    margin: 0px auto;
}

@media screen and (min-width: 1700px) {
    .zwc-built-sec .content-wrap {
        width: 100%;
        max-width: 1280px;
    }
}

.zwc-built-sec .zwc-flx-grid p {
    max-width: 100%;
    text-wrap: pretty;
}

.zwc-built-sec .zwc-flx-grid {
    flex: 0 1 29%;
}

.zwc-built-sec .zwc-flx-grid h3 {
    font-size: clamp(22px, 2vw, 24px);
}

.zwc-built-sec .zwc-flx-grid-wrap {
    justify-content: center;
    gap: 15px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(1) .zwc-fea-icn {
    background-position: 0px 0px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(2) .zwc-fea-icn {
    background-position: -65px 0px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(3) .zwc-fea-icn {
    background-position: -121px 0px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(4) .zwc-fea-icn {
    background-position: -149px 0px;
    background-size: 610px;
    width: 41px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(5) .zwc-fea-icn {
    background-position: -223px 0px;
    width: 54px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(6) .zwc-fea-icn {
    background-position: -283px 0px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(7) .zwc-fea-icn {
    background-position: -342px 0px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(8) .zwc-fea-icn {
    background-position: -393px 0px;
    width: 65px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(9) .zwc-fea-icn {
    background-position: -422px 0px;
    background-size: 641px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(10) .zwc-fea-icn {
    background-position: -496px 0px;
    background-size: 674px;
    width: 54px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(11) .zwc-fea-icn {
    background-position: -575px 0px;
    width: 55px;
}

.zwc-built-sec .zwc-flx-grid:nth-child(12) .zwc-fea-icn {
    background-position: -584px 0px;
    background-size: 648px;
    width: 58px;
}

.zwc-customer-support .content-wrap {
    border-radius: 20px;
    background: linear-gradient(107deg, rgb(3, 61, 28) -13.26%, rgb(3, 122, 29) 101.64%);
    padding: clamp(60px, 8vw, 120px) clamp(60px, 8vw, 140px);
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

.zwc-customer-support .content-wrap p {
    max-width: 770px;
    margin: 0px auto;
}

.zwc-need-more-sec {
    margin: clamp(50px, 4vw, 80px) auto 0px;
    max-width: 718px;
    text-align: center;
}

.zwc-need-more-sec p a {
    color: rgb(255, 255, 255);
    font-family: var(--zf-primary-medium);
    text-decoration: underline;
}

.zwc-need-more-sec p:nth-child(1) {
    border-radius: 5px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 15px 25px;
}

.zwc-design-ele {
    position: absolute;
    left: 45px;
    top: 0px;
    max-width: 185px;
}
.zwc-design-ele2{
    bottom:0;
    top:inherit;
    left:inherit;
    right: 45px;
    transform: rotate(-180deg);
}
.zwc-upgrade-sec{
    text-align: center;
}
.zwc-upgrade-sec .content-wrap{
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 0 8px 8px -4px rgba(10, 13, 18, 0.03);
    padding: clamp(60px, 8vw, 100px) 20px;
}
.zwc-upgrade-sec .zwc-sec-title{
 max-width: 720px;
 margin: 0 auto;
}
.zwc-upgrade-sec h2{
    font-size: clamp(26px, 4vw, 48px);
    font-family: var(--zf-primary-bold);
}
.zwc-upgrade-sec p.zwc-highlight-txt{
    font-family: var(--zf-primary-bold);
}

/* Integartion section */

.zwc-typeform-lgo {
    left: 62%;
    top: 5%
}

.zwc-typeform-lgo img {
    width: 48%
}

.zwc-google-frm {
    left: 2%;
    top: 23%
}

.zwc-google-frm img {
    width: 38%
}

.zwc-wufoo-frm {
    left: 82%;
    top: 45%
}

.zwc-wufoo-frm img {
    width: 67%
}

.zwc-jotform {
    left: 22%;
    top: 83%
}

.zwc-jotform img {
    width: 40%
}

.zwc-formstack {
    left: 82%;
    top: 84%
}

.zwc-formstack img {
    width: 52%
}

.zwc-int-lgo span {
    position: absolute;
    display: block;
}

span.zwc-salseforce {
    top: 9%;
    left: 51.5%;
    width: 7%;
}

span.zwc-drive {
    top: 23%;
    left: 43%;
    width: 4%
}

span.zwc-gcalendar {
    top: 58%;
    left: 42%;
    width: 4%;
}

span.zwc-excel {
    top: 86%;
    left: 39%;
    width: 6%;
}

span.zwc-office {
    top: 41%;
    left: 82%;
    width: 6%;
}

span.zwc-outlook {
    top: 62%;
    left: 9%;
    width: 6%
}

span.zwc-zcreator {
    top: 15.5%;
    left: 24.8%;
    width: 10%;
}

span.zwc-zsheet {
    top: 22.5%;
    left: 12.8%;
    width: 5%;
}

span.zwc-zflow {
    top: 34%;
    left: 19%;
    width: 5%;
}

span.zwc-zcliq {
    top: 34.5%;
    left: 30.8%;
    width: 5%;
}

span.zwc-zma {
    top: 47%;
    left: 8%;
    width: 7%;
}

span.zwc-zcrm {
    top: 48%;
    left: 23.4%;
    width: 11%;
}

span.zwc-zworkdrive {
    top: 69.5%;
    left: 37%;
    width: 8%;
}
span.zwc-zbooks {
    top: 69%;
    left: 23%;
    width: 6%;
}
span.zwc-zsign {
    top: 59%;
    left: 52.5%;
    width: 6%;
}

span.zwc-zsalesiq {
    top: 72%;
    left: 52.5%;
    width: 6%;
}

span.zwc-zdesk {
    top: 36%;
    left: 66.5%;
    width: 9%;
}

span.zwc-zcampaigns {
    top: 54.2%;
    left: 65.5%;
    width: 6%;
}

span.zwc-zbigin {
    top: 69%;
    left: 65.3%;
    width: 6%;
}

span.zwc-zpagesense {
    top: 22.5%;
    left: 53.5%;
    width: 5%;
}

span.zwc-zrecruit {
    top: 19%;
    left: 65.5%;
    width: 7%;
}

span.zwc-zprojects {
    top: 54%;
    left: 78%;
    width: 9%;
}

span.zwc-gsheets {
    top: 82%;
    left: 66%;
    width: 4%;
}

span.zwc-zforms {
    top: 36%;
    left: 44%;
    width: 13%;
    background: #fff;
    padding: 12px;
    border-radius: 4px
}
.zwc-flex-row-int .zwc-flx-col {
    flex: 0 1 35%;
    position: relative;
}
.zwc-flex-row-int{
    gap: clamp(60px, 7vw, 100px);
    padding: var(--section-p) 0;
}
.zwc-flex-row-int .zwc-flx-col.zwc-flx-img {
     flex: 0 1 43%;
     padding: 2%;
     background: #EBF7FF;
}
.zwc-flx-img img{
    display:block;
    width:100%
}
.zwc-flex-row-int h2{
    font-size: clamp(28px, 4vw, 32px);
}

/* Testimonia section */



.zwc-testimonial-wrap {
    padding: 0 0 var(--section-p) 0;
}
.zwc-testi-inr {
    background: #20aa93;
    padding: 5em 5em 7em;
    border-radius: 30px;
    color: #fff;
    align-items: center;
    position: relative;
    max-width: 1100px;
    margin: 70px auto 0 auto;
}
.zwc-testi-profile {
    position: relative;
    padding-right: 30px;
    flex: 0 0 30%;
}
.zwc-testi-profile::before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    transform: rotate(90deg);
    top: 40%;
    right: -45%;
    z-index: 1;
    clip-path: polygon(0 0, 64px 0, 59px calc(100% - 1px), 96px 0px, 100% 0px, 100% 1px, 96px 1px, 59px 100%, 58px 100%, 63px 1px, 0px 1px);
    background: #4ec4b0;
}
.zwc-pic {
    width: 170px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background: #fff;
    margin-bottom: 20px;
}
.zwc-pic img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.zwc-pro-name {
    display: block;
    font-family: var(--zf-splfontserif-bold);
    line-height: 1;
    margin-bottom: 5px;
}
.zwc-pro-desc {
    font-size: 14px;
    display: inline-block;
}
.zwc-testi-ctn {
    padding-left: 40px;
    flex: 1 1 0;
}
.zwc-testi-ctn p {
    font-size: clamp(16px, 4vw, 24px);
    line-height: 1.5;
}
.slick-arrow {
    width: 55px;
    height: 55px;
    text-align: center;
    margin: 0 5px;
    position: absolute;
    border: 1px solid #000;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
}
.zwc-testi-inr .slick-prev {
    bottom: 4%;
    left: inherit;
    right: 10%;
    top: inherit;
}
.zwc-testi-inr .slick-next {
    top: inherit;
    bottom: 4%;
    right: 4%;
}
.slick-arrow::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    background: url(/sites/zweb/images/forms/home/forms-nav-arrow.svg) 3px 0 / 24px no-repeat;
    width: 32px;
    height: 17px;
    display: block;
    z-index: 2;
    transform: translateY(-50%);
}
.slick-arrow.slick-prev::before {
    transform: rotate(180deg);
    left: 10px;
    top: 32%;
}
.slick-arrow::after {
    display: none
}
button.slick-next.slick-disabled,button.slick-prev.slick-disabled {
    opacity: .3
}
.slick-arrow:hover::before {
    background: url("/sites/zweb/images/forms/home/forms-nav-arrow.svg") 3px 0 / 24px no-repeat
}
.zwc-testi-inr::after {
    content: "";
    position: absolute;
    right: 60px;
    bottom: -50px;
    border-right: 50px solid #20aa93;
    border-bottom: 50px solid transparent;
}
.zwc-rating-section {
    padding: 70px 0;
    background: #f9f9f9;
}
.zwc-rating-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.zwc-rating-section .zwc-rating {
    display: flex;
    align-items: center;
}
.zwc-rating-section .zwc-rating .zwc-star {
    width: 24px;
    height: 24px;
    background: url("/sites/zweb/images/forms/home/forms-star.svg") 0 0 / 24px no-repeat;
    margin-right: 5px;
}
/* Rating Section */
.rating-section ul {
    max-width: 1200px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
}
.rating-section ul li {
    text-align: center;
    flex: 1 1 0;
    width: 100%;
    position: relative;
}
.rating-section ul li::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    bottom: 20%;
    top: 20%;
    border: 1px dashed #eae0c7;
}
.rating-section ul li .img-leads {
    display: block;
    margin: 0 auto 15px;
}

.rating-section ul li>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.stars-container {
    order: 2
}

.current-value {
    font-size: 12px;
    font-family: var(--zf-primary-semibold);
    color: #000
}

.rating-section ul li::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    bottom: 20%;
    top: 20%;
    border: 1px dashed #eae0c7
}

.rating-section ul li:last-child::before {
    border: 0
}

.rating-section ul li .img-leads {
    display: block;
    margin: 0 auto 15px
}

.rating-section ul li .img-leads img {
    display: block;
    min-height: 52px
}

.capterra .img-leads img {
    max-width: 140px;
    margin: 0 auto
}

.app-store .img-leads img {
    max-width: 50px;
    margin: 0 auto
}

.google-play .img-leads img {
    max-width: 150px;
    margin: 0 auto
}

.getapp .img-leads img {
    max-width: 124px;
    margin: 0 auto
}

.g2 .img-leads img {
    max-width: 50px;
    margin: 0 auto
}

.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 18px;
    letter-spacing: 2px
}

.stars-container::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "★★★★★";
    color: rgb(208, 208, 208);
}

.stars-container::after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "★★★★★";
    color: rgb(249, 168, 38);
    overflow: hidden;
    transition: 3s;
    width: 0px;
}
.bottom-animated ul li .stars-container.stars-5::after {
    width: 100%
}

.bottom-animated ul li .stars-container.stars-4::after {
    width: 80%
}

.bottom-animated ul li .stars-container.stars-4-4::after {
    width: 88%
}

.bottom-animated ul li .stars-container.stars-4-5::after {
    width: 90%
}

.counter-star {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #888
}

.rating-section {
    padding:30px 0 var(--section-p) 0;
}
.rating-section  h2{
    font-family: var(--zf-primary-medium);
    font-size: clamp(20px, 4vw, 28px);
}
.rating-section h5 {
    text-align: center
}


@media only screen and (min-width: 767px) {
    .zwc-content-area .zwc-flx-col:nth-child(2) img {
        opacity: 0;
    }

    .zwc-content-area .middle-animated .zwc-flx-col:nth-child(2) img {
        animation: 0.5s ease-in-out 0.3s 1 normal forwards running slideLeft;
    }

    @keyframes slideLeft {
        0% {
            transform: translateY(30px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }
}

@media only screen and (max-width: 1200px) {
    .zwc-template-inner .slick-list {
        overflow: hidden;
    }

    .zwc-template-main::before {
        max-width: 95%;
    }

    .zwc-template-main {
        padding: 70px 0px 90px;
    }

    .zwc-template-inner {
        padding-bottom: 40px;
    }

    .zwc-template-inner .item > div {
        height: auto;
    }

    .zwc-template-inner .item > div img {
        height: 320px;
        object-fit: cover;
        object-position: center top;
    }

    .zwc-what-are-standard-forms .content-wrap {
    }
}

@media only screen and (max-width: 1024px) {
    :root {
        --section-p: 70px;
        --section-m: 40px;
    }

    .zwc-banner-wrap p {
        max-width: 100%;
    }

    .zwc-why-choose .content-wrap {
        padding: 50px 20px;
    }

    .zwc-why-choose .zwc-flex {
        flex-direction: column;
    }

    .zwc-flx-chs-lft, .zwc-flx-chs-rht, .zwc-why-choose h2 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .zwc-main-sec h1 {
        max-width: 100%;
    }

    .zwc-banner-wrap .zwc-flex {
        flex-direction: column;
        max-width: 700px;
        margin: 0px auto;
        text-align: center;
        gap: 70px;
    }

    .zwc-page-sign-btn {
        justify-content: center;
    }

    .zwc-banner-wrap {
        padding-top: 50px;
    }

    .zwc-content-area .zwc-flex {
        justify-content: center;
        gap: 30px;
        flex-direction: column;
        max-width: 650px;
        margin: 0px auto;
        text-align: center;
    }

    .zwc-content-area .content-wrap:nth-child(2n) .zwc-flx-col:nth-child(1) {
        order: inherit;
    }

    .zwc-built-sec .zwc-flx-grid {
        flex: 0 1 45%;
    }

    .zwc-built-sec .content-wrap {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
        width: 100%;
        border-radius: 0px;
    }
    .zwc-built-sec::before{
        max-width:100%;
        border-radius:0
    }
    .zwc-design-ele, .zwc-built-sec-wrap::before{
        display:none;
    }
    .rating-section ul li::before{
        display:none
    }
    .zwc-testi-inr {
        padding: 3em 2em;
    }
}

@media only screen and (max-width: 767px) {
    .zwc-user-count li {
        flex-basis: 46%;
    }
    .zwc-what-are-standard-forms .content-wrap {
        max-width: 100%;
        width: 100%;
        border-radius: 0px;
    }

    .zwc-al-cen {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .zwc-content-area-wrap {
        padding: var(--section-p) 0;
    }

    .zwc-al-ful-wid {
        padding-top: 50px;
    }

    .zwc-banner-ele {
        transform: scale(0.8);
    }

    .zwc-built-sec .zwc-flx-grid {
        flex: 0 1 100%;
        max-width: 480px;
        padding: 30px 25px;
        text-align: center;
    }

    .zwc-fea-icn {
        margin-left: auto;
        margin-right: auto;
        transform: scale(0.9);
    }

    .zwc-what-are-standard-forms {
        padding-bottom: 0px;
    }
    .zwc-banner-ss {
        bottom: 10%;
        left: 0%;
    }
    .zwc-banner-rht{
        padding-bottom: 0;
    }
    .zwc-cshape-2{
        display:none;
    }
    .zwc-flex-row-int{
        flex-direction: column;
        gap: 40px;
    }
    .zwc-flex-row-int .zwc-flx-col.zwc-flx-img{
        padding: 4%;
    }
    .zwc-testi-profile {
        padding-right: 0;
    }
        .zwc-testi-ctn {
        padding-left: 0;
    }
    .zwc-pic {
        margin-left: auto;
        margin-right: auto;
    }
    .zwc-testimonial-wrap .zwc-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
     .zwc-testi-profile::before {
        display: none
    }
    .rating-section ul li{
        flex-basis:45%;
    }
    .zwc-template-inner .item {
    margin: 0 10px;
}
}

@media only screen and (max-width: 480px) {
    .zwc-page-sign-btn {
        flex-direction: column;
        margin-top: 25px;
    }
   span.zwc-zforms{
    padding: 6px;
   }
    .zwc-page-sign-btn a {
        max-width: 250px;
        margin: 0px auto;
        width: 100%;
        display: block;
        padding: 13px 20px;
    }
     .rating-section ul li{
        flex-basis:100%;
    }
    
}
