.zwo-wrapper section {
    padding: 120px 0
}

.zw-product-header {
    background: #f8fbff
}

.zwo-wrapper section.zwo-banner {
    text-align: center;
    background: #f8fbff;
    position: relative;
    padding-top: 70px;
}

.zwo-wrapper h1 {
    font-size: 60px;
    max-width: 800px;
    font-family: var(--zf-primary-extrabold);
    margin: 0 auto 20px
}

.disclaimer-section {
    margin-top: 80px;
}
.zwo-wrapper h2 {
    font-size: 44px;
    font-family: var(--zf-primary-extrabold);
    text-align: center;
    margin-bottom: 30px
}

.zwo-banner-inner span {
    font-size: 20px;
    font-family: var(--primaryfont-semibold);
}

li.apps-download-links-wrap span {

    font-size: 15px
}

.zapp-scanqr {
    display: inline-grid;
    text-align: center;
    margin: 0 40px;
}

.zapp-scanqr img {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 0 auto 10px;
}

.zwo-banner-inner .zapp-scanqr span { 
    font-size: 12px;
}

.zwo-banner-inner p {
    max-width: 800px;
    margin: 20px auto
}

.zwc_appstore {
    margin-top: 40px
}

.zwc_appstore ul {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center
}

li.apps-download-links-wrap {
    margin: 0
}

.apps-download-links-wrap a {
    margin: 0
}

a.mac-download-app-store,
a.Window-app-store {
    transform: scale(1.2);
    margin-right: 20px;
}

.apps-download-links-wrap a.play-store {
    width: 134px;
    background-position: -120px -34px
}

.zwc_appstore ul li a.app-store {
    margin-left: 0
}

.zwo-wrapper section.zwo-appstore {
    padding: 0;
    background: linear-gradient(180deg, rgb(249 251 255) 30%, rgb(255 255 255) 30%);
}

.zwo-appstore-inner {
    background: #3C4691;
    color: #fff;
    padding: 80px 80px 80px 300px;
    border-radius: 14px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.zwo-appstore-inner span {
    font-size: 26px;
    color: #FFFF14;
    font-family: var(--zf-splfontserif-regular);
}
p.appstore span {
    font-size: 22px;
    color: #fff;
    font-family: var(--zf-splfontserif-bold);
}

.zwo-appstore-inner:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    background: #414DA0;
    border-radius: 100%;
    top: -80px;
}

.zwo-appstore-inner:before {
    content: '';
    position: absolute;
    background: url(/sites/zweb/images/accounts/one-auth/oneauth-quotes.svg) no-repeat;
    background-size: 250px auto;
    width: 250px;
    height: 250px;
    top: 25%;
    left: -40px;
}

a.Window-app-store {
    margin: 0;
    background-position: -644px -36px;
    width: 106px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 5px
}

span.new-tag {
    position: absolute;
    top: -15px;
    left: 30px;
    background: #ff2f2f;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    padding: 2px 7px;
    text-align: center;
    width: 100%;
    max-width: 42px;
    margin: 0 auto
}


.zwo-wrapper p.appstore {
    font-family: var(--zf-splfontserif-regular);
    font-size: 22px;
    line-height: 41px;
    max-width: 700px;
}

.zwo-wrapper .zapp-icon p {
    text-align: center;
    color: #000;
    font-size: 12px;
    margin: 12px auto;
    line-height: 19px
}

a.feature-cta {
      border: 2px solid #3E58E6;
    padding: 12px 26px;
    border-radius: 30px;
    color: #3E58E6;
    font-family: var(--zf-secondary-medium);
    margin-top: 10px;
    display: inline-block;
}

.zapp-icon div {
    display: block;
    text-align: left;
    vertical-align: middle
}

.zapp-icon div span:not(:last-child) {
    margin-right: 8px;
    text-align: right
}

.zapp-icon {
    position: relative;
    display: inline-grid;
    color: transparent;
    font-size: 25px;
    padding-right: 5px
}

.zapp-icon .stars-container:after {
    position: absolute;
    top: 0;
    left: 6px;
    content: '\2605\2605\2605\2605\2605';
    color: #f8a824;
    overflow: hidden;
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    width: 0
}

.zapp-icon .stars-container:before {
    position: absolute;
    top: 0;
    left: 5px;
    content: "\2605\2605\2605\2605\2605";
    color: #d0d0d0
}

span.zwo-arrows {
    position: relative
}

span.zwo-arrows img {
    animation: linear infinite alternate;
    animation-name: run;
    animation-duration: 2s;
}

@-webkit-keyframes run {
    0% {
        left: 0;
        transform: translateX(20%);
    }

    100% {
        left: 100%;
        transform: translateX(-10%);
    }
}

/* span.zwo-arrows:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 27px solid #343a48;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-110%, -50%)
}

span.zwo-arrows:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 37px solid #343a48;
    border-radius: 5px;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%)
} */

.counter-star {
    display: inline-block;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #838383;
    font-size: 17px
}

.counter-star .current-value {
    font-family: var(--zf-secondary-medium);
    font-size: 14px;
    color: #000
}

.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 25px;
    letter-spacing: 2px
}

.stars-container {
    font-size: 15px
}

.stars-94.done::after {
    width: 87.5%
}

.stars-95.done::after {
    width: 89%
}

.stars-98.done::after {
    width: 92%
}

.zwo-comparelogo {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 70px;
    margin-top: 70px
}

span.authy,
span.oneauth {
    border: 2px solid #b9bdc4;
    padding: 40px 30px;
    border-radius: 6px;
    width: 100%;
    max-width: 310px;
}

.oneauth-camp-inner {
    max-width: 1060px;
    margin: 0 auto
}

h4 .arrow {
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 500ms ease;
    width: 30px;
    height: 30px
}

.faq-accordian h4.active .arrow::before {
    border-top: 8px solid #1875d1
}

h4 .arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 17px;
    right: 0;
    border-top: 8px solid #000
}

ul.faq-accordian h4 {
    margin-bottom: 0;
    padding: 16px 25px;
    position: relative;
    font-size: 20px;
    cursor: pointer
}

h4 .arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 16px;
    right: 2px
}

.faq-accordian li {
    border: 1px solid #eaeaea45;
    padding: 0;
    background: #fcfcfc;
    margin-bottom: 6px;
    border-radius: 3px
}

.faq-accordian h4.active .arrow {
    transform: scaleY(-1);
    transform-origin: center;
    top: 20px
}

.com-table {
    position: sticky;
    top: 60px;
    z-index: 1;
    margin-top: 70px
}

thead.mob-header {
    display: none
}

table.blueTable {
    width: 100%;
    text-align: center;
    border: 1px solid #eaebed
}

table.blueTable thead th:nth-child(1) {
    padding: 45px
}

table.blueTable tbody td:nth-child(1) {
    padding: 20px;
    text-align: left
}

table.blueTable tbody td {
    font-size: 17px;
    text-align: left;
    padding: 10px 0;
    width: 250px;
    text-align: center
}

td.blue-bg,
th.blue-bg {
    background: #f4f8ff;
    color: #fff;
    text-align: center !important
}

table.blueTable thead {
    background: #fff;
    height: 100px;
    border: 1px solid #efefef
}

table.blueTable thead th:last-child,
table.blueTable tbody td:last-child {
    border: 0
}

table.blueTable thead th {
    font-size: 19px;
    font-family: 'Zoho_Puvi_SemiBold';
    padding: 25px 0;
    font-weight: bold;
    width: 250px;
    color: #000;
    vertical-align: middle
}

table.blueTable thead th p {
    margin-bottom: 0
}

span.tab-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url(/sites/zweb/images/accounts/one-auth/table-sprite.png) no-repeat;
    background-size: 160px auto;
    margin: 0 auto 10px
}

table.blueTable tr.table-subhead {
    text-align: center;
    font-family: 'Zoho_Puvi_Bold';
    font-size: 34px;
    background: #fff
}

span.tab-icon.google {
    background-position: -40px 0
}

span.tab-icon.micro {
    background-position: -80px 0
}

span.tab-icon.authy {
    background-position: -121px 0
}

span.zwc-close {
    position: relative
}

span.zwc-close:before,
span.zwc-close:after {
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #f44336
}

span.zwc-close:before {
    transform: rotate(45deg)
}

span.zwc-close:after {
    transform: rotate(-45deg)
}

li.apps-download-links-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* section.zwo-features {
    background: #fbfbfb
} */
.zwo-features .content-wrap {
    background: #F9FBFF;
    padding: 90px 70px;
    border-radius: 15px;
}
.zwo-features-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 90px;
    flex-flow: wrap;
    margin-top: 70px;
}

.flex-cont {
    max-width: 46%;
    width: 100%
}

.flex-cont h3 {
    font-size: 28px;
    font-family: var(--primaryfont-bold)
}

.flex-cont span {
    display: block;
    background: url(/sites/zweb/images/accounts/one-auth/authy-sprite.png) no-repeat;
    width: 81px;
    height: 80px;
    background-size: 310px auto;
    margin-bottom: 20px
}

.flex-cont:nth-child(1) span {
    background-position: 0 0;
    width: 72px;
}

.flex-cont:nth-child(2) span {
    background-position: -70px 0;
    width: 76px;
}

.flex-cont:nth-child(3) span {
    background-position: -145px 0;
}

.flex-cont:nth-child(4) span {
    background-position: -225px 0;
    width: 88px;
}

.zwo-wrapper section.zwo-cta {
    padding: 70px 0;
}

.zwo-cta-inner {
    background: #3C4691;
    color: #fff;
    padding: 80px 80px 30px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    gap: 30px;
    overflow: hidden;
    position: relative;
}

.zwo-cta-inner:before,
.zwo-cta-inner:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    background: #414DA0;
    border-radius: 100%;
    bottom: -80px;
}

.zwo-cta-inner:after {
    top: -80px;
    left: 50px;
}

.guest-cont {
    width: 100%;
    max-width: 55%;
}

.guest-cont a {
    color: #EFE24C;
    font-size: 20px;
    border-bottom: 2px solid #EFE24C;
    margin-top: 30px;
    display: inline-block;
    font-family: var(--zf-primary-medium);
}

.guest-img {
    position: relative;
    bottom: -40px;
    left: 50px;
}

.zwo-cta-inner p {
    margin: 0 auto
}

.guest-cont h2 {
    text-align: left;
}

.zwo-oneauthcta-inner h4 {
    max-width: 630px;
    margin: 0 auto 20px;
}
.slick-dots{
    text-align: left;
}
.slick-dots li{
    margin: 0 5px;
    background: #6f7eff; 
    border: 1px solid #6f7eff;
}
.slick-dots li.slick-active{
   background: #fff; 
    border: 1px solid #fff;
}
@media only screen and (min-width: 1240px) {
    .zwo-wrapper p {
        font-size: 18px;
        line-height: 34px
    }
}

section.zwo-oneauthcta {
    background: #f4f8ff;
    text-align: center
}

@media only screen and (max-width: 1380px) {
    .zwo-features-inner{
    gap: 40px;
    }
    .zwo-features .content-wrap { 
        padding: 90px 40px; 
    }
}



@media only screen and (max-width: 1240px) {


    section.zwo-banner {
        padding-top: 40px;
    }

    span.authy,
    span.oneauth {
        padding: 30px 20px;
        width: 100%;
        max-width: 280px;
    }

    .flex-cont {
        max-width: 45%;
        width: 100%;
    }

    .zwo-wrapper h1 {
        font-size: 50px;
        max-width: 660px;
    }

    .zwo-wrapper h2 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .zwo-comparelogo {

        column-gap: 80px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .zwo-features-inner {
        gap: 60px
    }
}
@media only screen and (max-width: 1199px) {
    .zwo-wrapper h2 {
        font-size: 37px;
    }
.com-table{
    top: 0;
}
}

@media only screen and (max-width: 991px) {

    .zapp-scanqr {
        margin: 0 10px;
    }

    .zwo-cta-inner {
        flex-flow: wrap;
    }

    .guest-cont {
        width: 100%;
        max-width: 85%;
    }

    .guest-img {
        width: 100%;
        max-width: 65%;
        left: 0;
    }

    .guest-cont,
    .guest-cont h2 {
        text-align: center;
    }

    a.mac-download-app-store,
    a.Window-app-store {
        transform: scale(1);
margin: 0;
    }

    .zwo-appstore-inner {
        padding: 60px 70px 60px 70px;
    }

    .zwo-appstore-inner:before {
        display: none;
    }

    .zwo-wrapper h2 {
        font-size: 34px;
    }

    .oneauth-camp-inner h2 {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 800px) {
    .zwo-wrapper h1 {
        font-size: 45px;
        max-width: 590px;
    }

    .guest-cont {
        width: 100%;
        max-width: 100%;
    }

    .guest-img {
        width: 100%;
        max-width: 95%;

    }

    .zwo-wrapper p.appstore {
        font-size: 20px;
        line-height: 37px;
    }

    .zwo-banner-inner p {
        max-width: 630px;

    }

    .zapp-scanqr {
        margin: 0 10px;
        width: 100%;
    }

    span.authy,
    span.oneauth {
        max-width: 230px;
    }

    .zwo-comparelogo {
        column-gap: 40px;
    }

    .flex-cont {
        max-width: 76%;
        width: 100%;
    }

    .zwo-cta-inner {
        max-width: 690px;
        margin: 0 auto;
        padding: 50px 60px 30px;
    }

    .oneauth-camp-inner h2 {
        max-width: 500px;
    }

    .zwo-wrapper section {
        padding: 80px 0;
    }

    li.apps-download-links-wrap {
        display: flex;
        gap: 7px;
        flex-flow: wrap;
        justify-content: center;
    }
}


@media only screen and (max-width: 680px) {

    thead.mob-header {
        display: contents;
    }
    .zwo-features .content-wrap{
        padding: 60px 20px;
    }

    thead.desk-header,
    table.blueTable thead th p {
        display: none;
    }

    .zwo-appstore-inner {
        padding: 60px 40px 60px 40px;
    }

    .zwo-cta-inner {
        padding: 50px 40px 30px;
    }

    table.blueTable thead th {
        padding: 10px 8px;
    }

    .guest-cont a {
        font-size: 15px;
    }

    .zwo-cta-inner {
        padding: 50px 20px 30px;
    }

    .zwo-wrapper h2 {
        font-size: 30px;
        margin-bottom: 20px;
        font-family: var(--zf-primary-bold);
    }

    .zwo-wrapper section.zwo-banner {
        padding-top: 40px;
    }

    .zwo-comparelogo {
        column-gap: 20px;
    }

    .zwo-appstore-inner span {
        font-size: 21px;
    }

    .zwo-wrapper p.appstore {
        font-size: 18px;
        line-height: 30px;
    }

    span.authy,
    span.oneauth {
        max-width: 200px;
    }

    span.zwo-arrows {
        max-width: 50px;
    }

    .flex-cont {
        max-width: 94%;
        width: 100%;
    }

    .zwo-features-inner {
        gap: 50px;
    }
table.blueTable thead th:nth-child(1) {
    padding: 15px;
}
}

@media only screen and (max-width: 540px) {

    span.authy,
    span.oneauth {
        max-width: 160px;
    }

    .zwo-appstore-inner {
        padding: 40px 30px 40px 30px;
    }

    .zwo-wrapper h1 {
        font-size: 28px;
        max-width: 590px;
        font-family: var(--primaryfont-bold);
    }

    .zwo-wrapper h2 {
        font-size: 26px;
    }

    .flex-cont h3 {
        font-size: 23px;
    }

    span.authy,
    span.oneauth {
        padding: 20px 10px;
    }


    .flex-cont {
        max-width: 100%;
        width: 100%;
    }
    .zwo-oneauthcta-inner h4,.zwo-banner-inner span {
        font-size: 17px;
    }
    

}