*,
:after,
:before {
    box-sizing: border-box;
}

body {
    background: #fafafd;
    font-size: 16px;
}

a.btn-trial,
a.btn-sign {
    color: #16b3ff;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    background: #1684fc;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    display: inline-block;
}


/******** Widget *****/
.zb-widget {
    background: #EFEFF8;
    border: 1px solid #CDCDEB;
    padding: 60px 50px;
    max-width: 400px;
    position: fixed;
    right: 0;
    bottom: -320px;
    transition: all 1s ease;
    z-index: 10;
}

.zb-widget.fixed {
    bottom: 0;
}

.body-umain .zb-widget {
    display: none;
}

.close-icon:after,
.close-icon:before {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background: #000;
    border-radius: 10px;
    position: absolute;
    right: 5px;
    top: 4px;
}

.close-icon:before {
    transform: rotate(45deg);
}

span.close-icon {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 11px;
    cursor: pointer;
    padding: 0 15px 0 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 13px;
}

.close-icon:after {
    transform: rotate(-45deg);
}

.zb-widget.close {
    bottom: -320px;
}

.zb-widget a.act-btn.cta-btn {
    padding: 10px 40px;
}

/******** Widget End *****/
p.zopt {
    font-size: 17px;
    font-family: var(--primaryfont-regular);
    margin-top: 15px;
    font-style: italic;
    text-align: center;
}

.b-blog-section p.zopt strong {
    font-size: 18px;
}

.body-umain a.btn-trial {
    display: none;
}

.body-umain a.btn-trial.trial-access {
    display: inline-block;
}

.non-umain a.btn-trial {
    display: inline-block;
}

.non-umain a.btn-trial.trial-access {
    display: none;
}

.item:focus {
    outline-width: 0;
}

img {
    display: block;
}

h1 {
    font-size: 45px;
}

body h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: var(--zf-secondary-bold);
}

.b-blog-section h2 {
    font-size: 28px;
}

body h2 span {
    font-family: var(--zf-secondary-bold);
}

a.act-btn.cta-btn {
    padding: 15px 30px;
    border-radius: 3px;
    border: 0;
}

.rows {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
}

.rows>div {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}

#mini-panel-product_menu .product-nav-links .menu>li>a {
    padding: 20px 0 10px;
}

.content-wrap {
    max-width: 960px;
}

.banner-section .content-wrap{
    max-width: 800px;
}

.banner-content {
    padding: 60px 0 20px;
}

.banner-img img,
.blog-img img {
    border-radius: 5px;
}

.banner-section .col-1 {
    flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    max-width: 45%;
}

.banner-section .col-2 {
    flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    max-width: 55%;
}

.banner-img img {
    margin: 0 auto 50px;
    /* border: 10px solid #6c6beb; */
}

.banner-img {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

/* 
section#block-system-main {
    margin-top: -9em;
} */

/*
.banner-content {
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 13%;
}*/

.banner-content h1 {
  font-size: 48px;
  max-width: 100%;
  padding: 20px 0 80px;
  color: var(--anchor-clr);
}

ul.points span.num {
    background: #e85d4c;
    color: #ffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.7;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 7px;
}

.b-blog-section ul.points > li {
    position: relative;
    padding: 0px 0 20px 35px;
    line-height: 1.8;
}

.b-blog-section p a {
    width: auto;
    color: #007bff;
}

span.vio {
    color: #7369d9;
}

span.bl-1 {
    color: #3d8ded
}

span.bl-2 {
    color: #5dc4f0;
}

span.bl-3 {
    color: #43a0f7;
}

.blog-content img {
    border-radius: 10px;
    margin: 40px 0 50px;
}

.blog-content.last-img img {
    border: none;
    margin: 0px;
}
.blog-content .compet-pro-logo img{margin: 0 0 25px;
  border-radius: 0;}

.blog-content h4 {
    font-family: var(--primaryfont-bold);
    font-size: 26px;
}

.b-blog-section {
    padding: 30px 0 15px;
}

.blog-main .blog-content {
    padding-bottom: 40px;
}

.blog-main .blog-content:last-child {
    padding-bottom: 0;
}


.list.features {
    background: #eef7fd;
    padding: 30px 30px;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: 40px;
}

p {
    font-size: 18px;
    line-height: 2;
}

.com-inf {
    font-size: 14px;
}

.b-blog-section ul {
    margin: 40px 0;
}

.b-blog-section ul li {
    padding: 12px 0;
    font-size: 17px;
    line-height: 2;
}

.b-blog-section ul li strong,
.b-blog-section p strong {
    font-size: 19px;
    font-family: var(--zf-primary-semibold);
}

.blog-content ul li {
    padding: 5px 0;
}

.blog-content ul {
    margin: 20px 0;
}

.blog-main {
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 0 30px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.blog-img {
    padding-bottom: 30px;
}

.blog-main:first-child {
    padding-top: 0;
}

.blog-main:nth-child(2){
    border-bottom: none;
}

.blog-main:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

ul.circle li {
    position: relative;
    padding: 0;
    padding-left: 20px;
    margin: 15px 0;
}

ul.circle li::before {
    position: absolute;
    content: "";
    background: #e85d4c;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 12px;
    left: 0;
}

.b-blog-section .blog-details {
    margin: 50px 0;
}

.blog-content p strong span {
    color: #15c281;
}

.b-blog-section .circle.bestlc-apps li {
    display: inline-block;
    padding: 0;
}

.b-blog-section .circle.bestlc-apps li {
    padding: 3px 20px;
    display: inline-block;
    background: #146ff4;
    margin: 0 5px;
    border-radius: 20px;
    color: #fff;
    font-family: var(--zf-primary-bold);
}

ul.circle.bestlc-apps li::before {
    display: none;
}

ul.circle.bestlc-apps li:first-child,
.lc-apps.zcreator ul.circle li::before {
    background: #226db4;
}

ul.circle.bestlc-apps li:nth-child(2),
.lc-apps.lc-mendix ul. circle li::before {
    background: #146ff4;
}

ul.circle.bestlc-apps li:nth-child(3),
.lc-apps.lc-bettyblocks ul.circle li::before {
    background: #d43554;
}

ul.circle.bestlc-apps li:nth-child(4),
.lc-apps.lc-powerapps ul.circle li::before {
    background: #893585;
}
ul.circle.bestlc-apps li a{color:#fff;}


.con-table {
    display: flex;
    border: 1px solid #e4e4e4;
    margin-bottom: 60px;
}

.con-table h4 {
    text-align: center;
    font-size: 18px;
    padding: 30px 10px;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
}

.con-table div {
    border-right: 1px solid #e4e4e4;
    flex: 0 0 50%;
    max-width: 50%;
}

.b-blog-section .con-table ul li {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 20px 20px 75px;
}

.b-blog-section .con-table ul {
    margin: 0;
}

.b-blog-section .con-table ul li:last-child {
    border: 0;
}

.b-blog-section .con-table ul li span.num {
    left: 40px;
    top: 23px;
}

.b-blog-section p a.line {
    color: #007bff;
    position: relative;
}

.b-blog-section p a.line::after {
    border-bottom: 1px solid #007bff;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}

.lc-apps {
    padding: 50px 0;
    margin-bottom: 50px;
    position: relative;
    background-color: #f2f2f2;
}
.lc-apps.zcreator {
    background-color: #e6ecff;
}

.lc-apps.lc-bettyblocks {
    background-color: #f9eff2;
}

.lc-apps.lc-powerapps {
    background-color: #fdecfb;
}

.lc-apps.lc-mendix {
    background-color: #e6f1ff;
}

/***** 2022 *****/
.log-section .content-wrap {
    max-width: 1000px;
}

.tabs {
    position: sticky;
    top: 50px;
    margin-bottom: 20px;
    background: #fafafd;
    padding: 10px 0;
    z-index: 10;
}

.tabs ul {
    display: flex;
    justify-content: center;
}

.tabs li {
    padding: 0 10px;
}

.log-main {
    overflow: scroll;
    height: 570px;
}

.tabs li.active a {
    color: #8252fc;
}

.tabs li a {
    display: block;
    position: relative;
    padding: 10px 0;
    transition: all .7s ease;
    color: #000;
    font-size: 17px;
}

.tabs li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: all .3s ease-out;
    /* background: #a0a0a0; */
    right: 0;
    margin: 0 auto;
}

.tabs li.active a::before {
    background: #8252fc;
}

.log-main .tab-content {
    padding: 50px 40px;
    background: #f6f5ff;
    border-bottom: 1px solid #e5e4f1;
    display: none;
}

.year {
    display: inline-block;
    background: #eae4fd;
    padding: 5px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.log-section p {
    position: relative;
    padding-left: 19px;
}

.log-section p::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    left: 0;
    top: 14px;
    background: #626262;
}

.log-section .list {
    margin-bottom: 20px;
}

.log-section {
    padding-bottom: 60px;
}

.log-section h2 {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0 15px;
    font-size: 32px;
}

.log-main ul li {
    padding: 5px 0;
    font-size: 17px;
    line-height: 2;
}

.cta-section {
    background: #1c1931 url(/sites/zweb/images/bookings/booking-cta-bg.jpg);
    color: #fff;
    text-align: center;
    padding: 50px 0;
    background-repeat: repeat;
    margin-top: 60px;
}

.cta-content h2 {
    margin-bottom: 15px;
}

.cta-content a.act-btn.cta-btn {
    margin-top: 25px;
}

.cta-section p {
    margin: 0;
    line-height: 1.8;
}

.cta-section .content-wrap {
    max-width: 768px;
}

.cta-section span.icon {
    background: url(/sites/zweb/images/bookings/bookings-footer-sprites.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 240px;
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 46px;
}

.cta-section span.icon.icon-2 {
    background-position: -50px 0;
    top: 0;
    left: -5em;
}

.cta-section span.icon.icon-4 {
    background-position: -200px 0;
    bottom: 4em;
    right: -6em;
}

.cta-section span.icon.icon-5 {
    background-position: -150px 0;
    bottom: 11em;
    right: -3em;
}

.cta-section span.icon.icon-3 {
    background-position: -100px 0;
    bottom: 10px;
    right: 20px;
}

.cta-section span.icon.icon-1 {
    left: -1em;
    top: 5em;
    background-position: 0;
}

.cta-section span.icon.icon-6 {
    background: none;
    border: 1px solid #615f70;
    width: 12px;
    height: 12px;
    left: -5em;
    top: 5em;
}

.cta-section span.icon.icon-7 {
    background: none;
    border: 1px solid #615f70;
    width: 12px;
    height: 12px;
    right: -1em;
    top: 3em;
    border-radius: 50%;
}

.cta-section span.icon.icon-6 {
    animation: 5s rotate linear infinite;
}


span.arrow {
    right: -32px;
    top: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

span.arrow::before {
    content: '';
    width: 16px;
    height: 2px;
    background: #2299fc;
    position: absolute;
    top: 11px;
    right: 0;
}

span.arrow::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #2299fc;
    position: absolute;
    right: 0;
    top: 7px;
    border-bottom: 2px solid #2299fc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

p.scroll {
    position: relative;
    display: none;
    margin: 0;
    font-size: 16px;
}

/*****animated*****/

.fadeinup1,
.fadeinup2,
.fadeinup3 {
    opacity: 0;
}

.fadeinup1,
.fadeinup2,
.fadeinup3,
.textup1,
.textup2,
.textup3 {
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    -webkit-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
}

.middle-animated .fadeinup1,
.middle-animated .fadeinup2,
.middle-animated .fadeinup3,
.middle-animated .textup1,
.middle-animated .textup2,
.middle-animated .textup3 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.fadeindown1,
.fadeinup1,
.textup1 {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.fadeindown2,
.fadeinup2,
.textup2 {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.fadeinleft3,
.fadeinright3,
.fadeindown3,
.fadeinup3,
.textup3 {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}


.scaling1,
.scaling2,
.scaling3,
.scaling4,
.scaling5 {
    opacity: 0;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    -webkit-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
}

.middle-animated .scaling1,
.middle-animated .scaling2,
.middle-animated .scaling3,
.middle-animated .scaling4,
.middle-animated .scaling5 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.scaling1 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.scaling2 {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}

.scaling3 {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

.scaling4 {
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
}

.scaling5 {
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.zcr-semi-bold{
    font-family: var(--primaryfont-semibold);
}
/* disclaimer-sec */
.zcr-disclaimer-sec{
    padding: 40px 0;
    text-align: center;
    background: #fafafa;
}
.zcr-disclaimer-sec p{
    font-size: 14px;
    margin: 0;
}
/* end disclaimer-sec */
/* compare-apps */
#compare-apps {
    max-width: 800px;
    margin: 0 auto;
}
/* end compare-apps */
@media screen and (max-width:1440px) {
    .banner-content h1 {
        font-size: 42px;
        max-width: 750px;
    }
}

@media screen and (max-width:1280px) {
    h1 {
        font-size: 36px;
    }

    body h2 {
        font-size: 32px;
    }

    .banner-content h1 {
        font-size: 36px;
        max-width: 650px;
    }

    .blog-main {
        padding: 40px 0;
    }

    .cta-section {
        padding: 40px 0;
    }
}

@media screen and (max-width:1199px) {
    .banner-content h1 {
        /* font-size: 28px; */
        /* max-width: 450px; */
    }

    .compare-section {
        overflow: auto;
        margin-top: 25px;
    }

    .compare-main {
        width: 1400px;
    }

    ul.feature-header {
        top: 0;
    }

    .compare-section ul li span:first-child {
        position: sticky;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .compare-section ul.feature-header li span:first-child {
        background: #f2f0fb;
    }

    p.scroll {
        display: inline-block;
        color: #2b9cfc;
    }

    .tabs {
        top: 0;
    }
}

@media screen and (max-width:1023px) {

    .zb-widget {
        padding: 50px 30px 30px;
    }

    .banner-section {
        padding: 0;
        position: relative;
    }

    .banner-content {
        margin: 0 auto;
        padding: 40px 0 10px;
    }

    .banner-content h1 {
        max-width: 100%;
        font-size: 32px;
    }


    .banner-section .col-1,
    .banner-section .col-2 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-img picture {
        display: block;
        order: 2;
    }

    .b-blog-section ul li strong,
    .b-blog-section p strong {
        font-size: 17px;
    }

    .b-blog-section ul li {
        font-size: 16px;
    }

    .b-blog-section ul.feature-header strong {
        font-size: 12px;
    }

    .cta-section span.icon {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .lc-apps{
        padding: 50px 30px;
    }
}

@media screen and (max-width:767px) {
    .zb-widget {
        display: none;
    }

    h1 {
        font-size: 30px;
    }

    p {
        font-size: 16px;
        line-height: 1.9;
    }

    body h2 {
        font-size: 26px;
    }

    .banner-content h1{
        text-align: left;
    }

    .blog-main {
        padding: 30px 0 10px;
    }

    .compare-table {
        padding: 20px 20px;
    }

    a.btn-trial {
        font-size: 15px;
        padding: 10px 20px;
    }

    .b-blog-section ul.feature-header strong {
        font-size: 14px;
    }

    .con-table {
        display: block;
        border: 0;
        margin-bottom: 0;
    }

    .b-blog-section .con-table ul li {
        border: 0;
    }

    .b-blog-section .con-table ul li {
        padding: 20px 20px 20px 35px;
    }

    .b-blog-section .con-table ul li span.num {
        left: 0;
    }

    .con-table h4 {
        text-align: left;
        font-size: 22px;
        border: 0;
        padding: 0 0;
    }

    .con-table div {
        max-width: 100%;
        border: 0;
    }

    .con-table div:first-child {
        margin-bottom: 40px;
    }

    .cta-section h2 {
        font-size: 32px;
    }

    p.scroll {
        display: inline-block;
        color: #2b9cfc;
    }

    .tabs,
    .log-main {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .tabs ul {
        display: flex;
        justify-content: center;
    }

    .tabs li a::before {
        display: none;
    }

    .tabs ul li a {
        padding: 0;
        border-bottom: 1px solid transparent;
    }

    .tabs {
        margin-bottom: 25px;
        background: #fafafd;
        top: 0;
        padding: 10px 0;
    }

    .tabs li.active a {
        border-color: #8252fc;
    }

    .tabs ul li {
        margin-right: 20px;
    }

    .lc-apps {
        padding: 30px;
    }
}

@media screen and (max-width:480px) {
    .b-blog-section ul.points > li{
        padding: 0 0 20px 25px;
    }
    .b-blog-section .circle.bestlc-apps li{
        display: block;
        width: fit-content;
    }
    ul.points span.num{
        width: 15px;
        height: 15px;
        line-height: 1.4;
        font-size: 12px;
    }
    .lc-apps {
        padding: 30px 20px;
    }
}

@media screen and (max-width:375px) {
    .compare-section ul li span:first-child {
        position: relative;
        top: 0;
        width: auto;
    }
}