.content-wrap {
    padding: 0;
    max-width: 1330px;
}
.banner-content {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}
.banner-content h1 {
    font-size: 90px;
    font-family: var(--zf-primary-extrabold);
    max-width: 610px;
    margin: 0 auto 20px;
}
.banner-content p {
    font-size: 22px;
    margin: 0 auto 30px;
    max-width: 702px;
}
/* .banner-content a {
    font-size: 21px;
    font-family: var(--primaryfont-bold);
    padding: 19px 38px;
    text-transform: capitalize;
    border-radius: 5px;
    background: #F03030;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto;
} */
.each-list, .each-list-1, .each-list-2 {
    margin-bottom: 20px;
}
.each-list:last-child, .each-list-1:last-child, .each-list-2:last-child {
    margin-bottom: 0px;
}
.zwc-trident-ftrs-details {
    padding: 220px 0 0;
}
.each-list h4, .each-list-1 h4, .each-list-2 h4 {
    margin-bottom: 14px;
}
.each-list li, .each-list-1 li, .each-list-2 li   {
    font-family: var(--zf-primary-medium);
    font-size: 15px;
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}
.each-list li:last-child, .each-list-1 li:last-child, .each-list-2 li:last-child {
    margin-bottom: 0;
}
.each-list ul li::before, .each-list-1 ul li::before, .each-list-2 ul li::before {
    content: '';
    background: #000;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 3px;
    top: 10px;
    border-radius: 100%;
}
.ftrs-list-wrap {
    display: flex;
    gap: 100px;
}
.content-box-terit h2 {
    font-size: 40px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 18px;
}
.content-box-terit p {
    font-size: 18px;
    max-width: 492px;
    width: 100%;
    margin-bottom: 0;
}
.content-box-terit ul li {
    margin-bottom: 0;
    position: relative;
   
}
.content-box-terit ul li h4 {
    font-size: 18px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 0;
    padding: 10px 0 10px 33px;
    cursor: pointer;
}
.ztc-act-svg {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.svg-nonactive {
    position: relative;
    left: 3px;
}
.svg-active {
    transform: scale(0.9);
}
/* .content-box-terit ul li::before {
    content: '';
    border: 1.5px solid #262626;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 4px;
    border-radius: 100%;
} */
/* .content-box-terit ul li::after {
    content: '';
    display: block;
    width: 0.26em;
    height: 0.5em;
    border: solid #000;
    border-width: 0 0.1em 0.1em 0;
    position: absolute;
    left: 7.5px;
    top: 10px;
    margin-top: -1px;
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    transform: rotate(48deg);
} */
.content-box-terit ul {
    margin-top: 30px;
}
.ftrs-left {
    padding-left: 83px;
    position: sticky;
    top: 100px;
    height: fit-content;
}
.ftrs-right-img-sec {
    width: 530px;
    background: #E3FDEB;
    border-radius: 10px;
}
.ftrs-list-wrap {
    max-width: 1512px;
    margin: 0 auto;
    position: relative;
    width: 95%;
}
.port-ftrs-content {
    display: flex;
    gap: 100px;
    margin-bottom: 150px;
}
.port-ftrs-content:last-child {
    margin-bottom: 0px;
}
.content-box-terit {
    max-width: 500px;
}
.footer-wrap {
    background: #131719;
    padding: 115px 0;
}
.footer-cta {
    text-align: center;
    color: #fff;
}
.footer-cta h2 {
    color: #fff;
    font-size: 60px;
    font-family: var(--zf-primary-extrabold);
    margin: 0 0 40px;
}
.view-demo, .contact-sales {
    font-family: var(--primaryfont-semibold);
    background: #F03030;
    border: 1px solid #F03030;
    color: #fff;
    padding: 20px 70px;
    border-radius: 5px;
    font-size: 20px;
}
.cta-plot {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.contact-sales {
    border: 1px solid #696969;
    background: transparent;
}
.footer-section {
    padding: 80px 0 0;
}
.in-view .active-tab .app-circle-progress {
    stroke-dasharray: 75;
    animation: ztc-fill-circle 24s linear forwards;
}
.float-img.left {
    position: absolute;
    left: -35%;
    top: 100px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    animation: anim1 5s ease-in-out infinite;
}
.float-img.right {
    position: absolute;
    right: -32%;
    top: 84px;
    bottom: 0;
    margin: auto;
    animation: anim2 7s ease-in-out infinite;
}
.float-img.bottom {
    position: absolute;
    right: -22%;
    bottom: -44px;
    margin: auto;
    animation: anim3 6s ease-in-out infinite;
}
@keyframes anim1 {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-9px)
    }

    100% {
        transform: translatey(0)
    }
}
@keyframes anim2 {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-11px)
    }

    100% {
        transform: translatey(0)
    }
}
@keyframes anim3 {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(10px)
    }

    100% {
        transform: translatey(0)
    }
}
@keyframes ztc-fill-circle {
    0% {
      stroke-dashoffset: 75;
    }
  
    100% {
      stroke-dashoffset: 0;
    }
    }
 
.ztc-accord-menu .active-tab h4 .svg-nonactive {
    display: none;
}
.ztc-accord-menu h4 .svg-active {
    display: none;
}
.ztc-accord-menu .active-tab h4 .svg-active {
    display: inline-flex;
}
.ztc-ft-tab {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ztc-tabs-cnt .ztc-ft-tab:not(.active-content) {
    display: none;
}
.content-img {
    position: relative;
    min-height: 609px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.access-multiple-overlay, .offline-overlay {
    position: absolute;
    bottom: 120px;
    left: -5px;
}
.offline-overlay {
    bottom: 0;
    top: 0;
    margin: auto;
}
.offline-overlay.email-expiry {
    top: 80px;
}
.em-comments {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
}
.snooze-overlay {
    position: absolute;
    right: -110px;
    bottom: 67px;
}
.zwc-privacy-and-security {
    background: linear-gradient(180deg, #faf9f9 0%, #ffffff 100%);
    padding: 80px 0;
    margin: 100px 0 0;
}
.ps-wrap {
    text-align: center;
}
.ps-wrap h2 {
    font-size: 58px;
    font-family: var(--primaryfont-bold);
}
.ps-wrap p.psw-description {
    font-size: 22px;
    margin: 0 auto 30px;
    max-width: 702px;
}
.cards-grid-sec {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 50px 0 0;
}
.cgs-each {
    width: 25%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #f5f1f1;
    box-shadow: 0 0 10px #f5f1f1;
    padding: 25px 17px 30px;
    border-radius: 5px;
}
.cgs-each p {
    margin-bottom: 0;
    font-size: 18px;
}
.cgs-each h5 {
    font-size: 20px;
}
.gs-each-img {
    height: 234px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* banner and footer btn */
.zwc_banner_cta a.download-btn {
    padding: 14px 45px 14px 30px;
    font-size: 18px;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    background: #f0483e;
    color: #fff;
    font-family: var(--primaryfont-semibold);
}
.zwc_banner_cta span {
    font-family: var(--zf-primary-medium);
    font-size: 14px;
    padding: 6px 0 0;
    display: inline-block;
}
.mac-btn.cmn-btn span {
    position: absolute;
    right: 22px;
    top: 21px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    margin-right: 0.5em;
    margin-left: 1em;
    padding: 0;
}
.mac-btn.cmn-btn {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.sub-list {
    opacity: 0;
    transform: translate(0px, 15px);
    display: none;
    flex-direction: column;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    gap: 10px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: 100%;
    animation: fadeInOutDd 300ms ease-in-out forwards; 
}
.mac-btn.cmn-btn:hover .sub-list {
    display: flex;
}
.sub-list a {
    color: #000;
    font-family: var(--secondaryfont-semibold);
    font-size: 16px;
}
.mac-btn-prt {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    display: flex;
}
@keyframes fadeInOutDd {
    0% {
        opacity: 0;
        transform: translate(0px, 15px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
.window-btn.cmn-btn {
    display: none;
    width: fit-content;
    margin: 0 auto;
}
.zwc_banner_cta a.download-btn {
    padding: 14px 45px 14px 30px;
    font-size: 18px;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    background: #f0483e;
    color: #fff;
    font-family: var(--primaryfont-semibold);
}
.sub-list a:hover {
    color: #f1534a;
}
 .zw-cta-wrap {
    gap: 10px;
    display: flex;
    justify-content: center;
}
.view-demo-btn {
    display: flex;
}
.view-demo-btn a {
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    background: transparent;
    color: #fff;
    font-family: var(--zf-secondary-semibold);
    border: 1.5px solid #fff;
}
.zwc_footer_cta .mac-btn-prt {
    width: fit-content;
}
.zwc_footer_cta .window-btn.cmn-btn {
    margin: unset;
}
.zwc_footer_cta .mac-btn.cmn-btn {
    width: fit-content;
    margin: unset;
}
.windows-sys .window-btn.cmn-btn{
    display: flex;
}
.windows-sys .mac-btn.cmn-btn{
    display: none;
}
.other-lang .window-btn.cmn-btn {
    width: fit-content; }

.other-lang .zwc_accordion_section {
   display: none;
}
/*End banner btn */
.ztc-accordion:nth-child(2) .ftrs-right-img-sec {
    background: #E5F6FD;
}
.ztc-accordion:nth-child(3) .ftrs-right-img-sec {
    background: #FCE9D8;
}
.ztc-accordion:nth-child(4) .ftrs-right-img-sec {
    background: #E0EBFD;
}
.ztc-accordion:nth-child(5) .ftrs-right-img-sec {
    background: #FFE6FE;
}
.ztc-accordion:nth-child(6) .ftrs-right-img-sec {
    background: #E6FFFA;
}
.ztc-accordion:nth-child(7) .ftrs-right-img-sec {
    background: #FFE7DD;
}
.ztc-accordion:nth-child(8) .ftrs-right-img-sec {
    background: #E0EBFD;
}
.ztc-accordion:nth-child(9) .ftrs-right-img-sec {
    background: #FFE3F6;
}
.ztc-accordion:nth-child(10) .ftrs-right-img-sec {
    background: #F0EDFF;
}
.ztc-accordion:nth-child(11) .ftrs-right-img-sec {
    background: #EBFDE0;
}
/* form popup */
/* popup */
.joinNowForm, .joinZUGForm, .request_city {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1010;
    visibility: hidden;
    height: 100%;
}
.joinNowForm, .registerForm, .joinZUGForm, .request_city {
    opacity: 0;
    transition: all ease 500ms;
    pointer-events: none;
}
.show {
    opacity: 1;
    visibility: visible;
}
.joinNowForm, .registerForm, .joinZUGForm, .request_city {
    opacity: 0;
    transition: all ease 500ms;
    pointer-events: none;
}
.registerForm {
    height: 570px;
    max-height: calc(100% - 50px);
    position: absolute;
    width: 390px;
    max-width: 95%;
    margin: auto;
    background: #fff;
    border-radius: 7px;
    transform: scale(0.5);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.joinCliqForm, .registerForm {
    opacity: 0;
    transition: all ease 500ms;
}
.registerForm.show, .request_city.show {
    transform: scale(1);
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.webFormClose {
    position: absolute;
    width: 33px;
    height: 33px;
    background: #fff;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box;
    border-radius: 50%;
    top: 10px;
    right: 20px;
    transition: all ease .5s;
    cursor: pointer;
    border: 1px solid transparent;
    z-index: 123;
    transform: scale(0.8);
}
.zform-wrap {
    height: 100%;
}
.zform-wrap .zform-container {
    overflow-x: auto;
    height: 100%;
}
.zform-full-form {
    padding: 18px 20px;
}
form#z_crmwebform {
    margin-top: 0;
}
.fieldset {
    display: flex;
}
.fieldset.country-field {
    display: none;
}
.fieldset {
    width: 300px;
    margin: 0 auto 17px;
    max-width: 100%;
}
.zwc_right {
    width: 290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
div.zgdprform-citylist-container {
    position: relative;
}
.fieldset .fieldset {
    margin-bottom: 0;
    width: 290px;
    display: block;
}
.zwc_right>input {
    border: 1px solid #c6c6c7;
    width: 100%;
    max-height: 38px;
    height: 38px;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 16px;
}
.zwrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
img[id^="imgid"] {
    border: 1px solid #c6c6c7;
    width: 185px;
}
.zwrapper form img {
    width: 250px;
    border-radius: 5px;
}
#formsubmit {
    background: #ea4e4e;
    color: #fff;
    padding: 12px 34px;
    font-size: 16px;
    border: 1px solid transparent;
    margin-right: 10px;
    display: inline-block;
    font-family: var(--secondaryfont-semibold);
    border-radius: 5px;
    cursor: pointer;
}
.joinNowForm.show, .request_city.show {
    visibility: visible;
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.webFormClose:before, .webFormClose:after {
    content: "";
    width: 2px;
    height: 18px;
    background: #000;
    display: block;
    margin: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 48%;
    top: 7px;
}
.webFormClose:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.webFormClose:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.zcwf_row.submit-reset-btn .zcwf_col_fld {
    text-align: center;
}
.zform-heading {
    background: #E2292F;
    color: #fff;
    padding: 15px 20px;
    position: sticky;
    top: 0;
    z-index: 12;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
label.error {
    width: 100%;
    display: block;
    font-size: 14px;
    color: red;
    margin-top: 3px;
}
.zform-heading h4 {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
}
.zform-full-form .sign_agree p {
    text-align: left !important;
}
.success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0;
}

.scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40bd60;
    width: 100%
}

.success-alert .scs-txt {
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff
}
.scs-pop-inr.animate {
    animation: bounceIn .8s forwards;
    -webiki-animation: bounceIn .8s forwards
}
.scroll-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
    background: #027bff;
    position: fixed;
    top: unset;
    border-radius: 100%;
    right: 40px;
    cursor: pointer;
    z-index: 1;
}
.scroll-top span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
    transform: rotate(135deg);
    padding: 0;
    transform: rotate(315deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    top: 9px;
    position: relative;
}
.scroll-top span:after {
    content: '';
    background: #fff;
    width: 2.5px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
}
.scroll-top span {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
    top: 4px;
}
.scroll-top{
    opacity: 0;
    pointer-events: none;
}
.feature-banner {
    padding: 60px 0 0;
}
.cgs-each:nth-child(2) h5 {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (min-width:1600px){
.ftrs-list-wrap {
    gap: 160px;
}
.ftrs-left {
    padding-left: 3px;
}
}

@media only screen and (max-width:1600px){
.ftrs-list-wrap, .port-ftrs-content{
    gap: 85px;
}
.ftrs-left {
    padding-left: 60px;
}
}

@media only screen and (max-width:1399px){
.float-img img {
    transform: scale(0.8);
}
.float-img.left {
    left: -22%;
}
.float-img.right {
    right: -22%;
}
.float-img.bottom {
    right: -16%;
}
.ftrs-left {
    padding-left: 40px;
}
}

@media only screen and (max-width:1199px){
.banner-content .float-img {
    display: none;
}
.banner-content h1 {
    font-size: 60px;
    max-width: 530px;
    margin: 0 auto 20px;
}
.banner-content p {
    font-size: 20px;
    margin: 0 auto 25px;
    max-width: 542px;
}
.zwc-trident-ftrs-details {
    padding: 150px 0 0;
}
.ftrs-left {
    padding-left: 10px;
}
.ftrs-list-wrap {
    gap: 65px;
}
.port-ftrs-content {
    gap: 40px;
}
.ftrs-right-img-sec {
    width: 58%;
}
.content-box-terit {
    max-width: 42%;
}
.ftrs-left {
    top: 60px;
}
}

@media only screen and (max-width:991px){
.mac-btn.cmn-btn span {
    display: none;
}
.ftrs-left {
    display: none;
}
.banner-content h1 {
    font-size: 46px;
    max-width: 410px;
}
.banner-content p {
    font-size: 18px;
    max-width: 472px;
}
.content-img {
    min-height: 500px;
}
.ps-wrap h2 {
    font-size: 48px;
}
.ps-wrap p.psw-description {
    font-size: 18px;
    max-width: 602px;
}
.cards-grid-sec {
    flex-wrap: wrap;
}
.cgs-each {
    width: 49%;
}
.footer-section {
    padding: 50px 0 0;
}
.footer-cta h2 {
    font-size: 48px;
    margin: 0 0 30px;
}
.footer-wrap {
    padding: 80px 0;
}
.zwc-trident-ftrs-details {
    padding: 120px 0 0;
}
.zwc_banner_cta a.download-btn {
    padding: 14px 30px 14px 30px;
}
.cgs-each p {
    font-size: 17px;
    line-height: 1.6;
}
.content-box-terit p {
    font-size: 17px;
}
.cgs-each:nth-child(2) h5 {
    max-width: 100%;
}
}

@media only screen and (max-width:767px){
.port-ftrs-content {
    flex-direction: column;
}
.content-box-terit, .ftrs-right-img-sec {
    max-width: 100%;
}
.ftrs-right {
    max-width: 500px;
    margin: 0 auto;
}
.port-ftrs-content {
    margin-bottom: 100px;
}
.zwc-trident-ftrs-details {
    padding: 100px 0 0;
}
.ftrs-list-wrap {
    width: 90%;
}
.content-img {
    min-height: fit-content;
}
.ftrs-right-img-sec {
    width: 100%;
}
.content-box-terit h2 {
    font-size: 34px;
}
.ps-wrap h2 {
    font-size: 30px;
}
.ps-wrap p.psw-description {
    font-size: 16px;
}
.cgs-each {
    width: 100%;
}
.gs-each-img {
    height: fit-content;
    width: 180px;
    margin: 0 auto;
}
.footer-section {
    padding: 20px 0 0;
}
.footer-cta h2 {
    font-size: 34px;
}
.banner-content h1 {
    font-size: 34px;
    max-width: 350px;
}
.scroll-top {
    bottom: 60px;
    right: 20px;
}
.banner-content p {
    max-width: 452px;
}
.zwc-privacy-and-security {
    padding: 50px 0;
    margin: 70px 0 0;
}
.cgs-each p {
    font-size: 16px;
}
}

@media only screen and (max-width:480px){
.zwc_footer_cta .zw-cta-wrap {
    flex-direction: column;
}
.zwc_footer_cta .mac-btn.cmn-btn {
    margin: 0 auto;
}
.banner-content h1 {
    max-width: 280px;
}
.banner-content p {
    max-width: 372px;
}
}
