body{
    font-size: 16px;;
}
img{
    display: block; 
}

h1 {
    font-size: 45px;
}
body h2 {
    font-size: 40px;
    line-height: 1.3;
    font-family: var(--primaryfont-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;
    width: 100%;
}
.rows > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}
.zw-product-header , .banner-section {
    background: #f3f1ff;
}

.banner-section {
    padding: 9em 0 4em;
    overflow: hidden;
}

.banner-img img {
    margin: 0 auto;
}
span.shift {
    display: inline-block;
    width: 70px;
    height: 30px;
    background: #1ec280;
    border-radius: 30px;
    margin: 0px 10px;
    position: relative;
    line-height: 0.56;
}

span.shift::before {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 55px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.banner-content {
    max-width: 530px;
}

.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-content p {
    font-size: 18px;
    line-height: 1.8;
}


/*******Banner******/

.banner-img span.circle-pattern {
    width: 450px;
    height: 450px;
    position: absolute;
    display: block;
    border-radius: 50%;
    background: #fdd222;
    overflow: hidden;
    transform: rotate(20deg);
    top: -54px;
    left: 70px;
    right: 0;
    margin: 0 auto;
}

.banner-img span.circle-pattern::before {
    background: #a287d4;
    height: 50%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner-img span.circle-pattern span.pattern::before,span.circle-pattern span.pattern::after {
    content:"";
    background: url(/sites/zweb/images/bookings/zb-setmore-sprites.png);
    width: 282px;
    height: 180px;
    position: absolute;
    left: -10px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: -922px 0;
    opacity: 0.3;
    /* transform: translateX(-50%); */
}

.banner-img span.circle-pattern span.pattern {
    transform: rotate(-20deg);
    display: block;
}

.banner-img span.circle-pattern span.pattern::after {
    top: inherit;
    bottom: -350px;
    opacity: 0.1;
    background-position: -646px 0;
    right: 80px;
    left: inherit;
}

.banner-img {
    width: 650px;
    margin: 0 auto;
    position: relative;
}

.banner-img .img-1 {
    max-width: 300px;
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
    padding-top: 14px;
}

.banner-img .img-2 {
    position: absolute;
    top: -10px;
    right: 20px;
    max-width: 220px;
}

.banner-img .img-2 img {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 12px;
}

.banner-img .img-3 {
    position: absolute;
    top: 109px;
    left: 30px;
    max-width: 240px;
    z-index: 1;
}

.banner-img span.icons.icon-1 {
    top: 300px;
    left: 60px;
}

.banner-img span.icons.icon-2 {
    top: -100px;
    left: 160px;
    background-position: -108px 5px;
    width: 75px;
}

.banner-img span.icons.icon-3 {
    right: 40px;
    bottom: 240px;
    background-position: -180px 5px;
    width: 76px;
}

.banner-img span.icons.icon-5 {
    background-position: -31px 0;
    top: 60px;
    left: 100px;
    background-size: 500px;
    opacity: 0.15;
    width: 29px;
    height: 30px;
}

.banner-img span.icons.icon-4 {
    background-position: 2px 0;
    bottom: 380px;
    right: 30px;
    background-size: 600px;
    opacity: 0.15;
    width: 40px;
    height: 40px;
}

.title h2 {
    font-size: 36px;
}

h2 span {
    color: #08a0e9;
}

.title-main .content-wrap {
    max-width: 800px;
    text-align: center;
}
.wrapper {
    background: #faf8fd;
}

.title-main {
    padding: 6em 0 1em;
}

.feature-wrapper > div:first-child {
    padding-top: 5em;
}

.feature-wrapper > div:last-child {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 6em;
}

.features-section h2 {
    background: #faf8fd;
    display: inline-block;
    position: relative;
    font-size: 45px;
    padding: 0 150px;
}

.features-section .title h2::before,.features-section .title h2::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 110px;
    height: 1px;
    background: #c1c1c1;
    transform: translate(0,-50%);    
}

.features-section h2 span {
    color: #000;
}

.features-section .title h2::after {
    left: inherit;
    right: 0;
}
.feature-wrapper .col-1{
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    max-width: 40%;
    padding: 15px;
    padding-right: 90px;
}
.feature-wrapper .col-2 {
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    max-width: 60%;
    padding: 15px;
}


.content-right .col-1 {
    order: 2;
    padding-left: 20px;
}

.wrapper .rows {
    align-items: center;
    -ms-flex-align: center;
}

/****** Menus ***********/


.feature-tabs ul {
    text-align: center;
}

.feature-tabs ul li a {
    color: #000;
    position: relative;
    padding: 15px 30px;
    display: inline-block;
    font-family: var(--secondaryfont-semibold);
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.feature-tabs ul li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}

.top-menu {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    background: #faf8fd;
    z-index: 10;
    padding: 30px 0;
}

.top-menu .content-wrap {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.feature-tabs ul li.active a {
    color: #fff;
    background: #6537ff;
}


.feature-wrapper > div {
    padding: 6em 0 0;
}

.features-section .title {
    text-align: center;
    position: relative;
    max-width: initial;
    margin: 0 auto;
    padding-bottom: 3em;
}

.content-wrap.small {
    max-width: 1200px;
}


.email-section .feature-img {
    max-width: 440px;
    margin: 0 auto;
}

.classes-section .feature-img{
    max-width: 480px;
    margin: 0 auto;
}

.content-wrap.small .col-1 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 40%;
    margin: 0 auto;
    padding: 15px;
}
.content-wrap.small .col-2 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}
.img-shadow img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

span.icons {
    background: url(/sites/zweb/images/bookings/zb-setmore-sprites.png);
    background-size: 900px;
    background-position: -255px 0px;
    background-repeat: no-repeat;
    width: 88px;
    height: 80px;
    display: block;
    position: absolute;
}

.center-wrap .col-1,
.center-wrap .col-2 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.content-wrap .feature-content {
    max-width: 600px;
    margin: 0 auto -50px;
}

div#flexibility .feature-img {
    max-width: 400px;
    margin: 0 auto;
}

.feature-list .col {
    background: #ffebe7;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 45%;
    padding: 60px 55px;
    margin: 0 15px 20px;
    border-radius: 10px;
}

.feature-list .rows {
    align-items: normal;
    -ms-flex-align: normal;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-list span {
    background:  url(/sites/zweb/images/bookings/zb-setmore-sprites.png);
    background-size: 850px;
    background-position: -326px 0;
    background-repeat: no-repeat;
    width: 66px;
    height: 80px;
    display: block;
    margin-bottom: 5px;
}

.col.box-2 {
    background: #fff1e2;
}
.feature-list .box-2 span {
    background-position: -391px 0;
}
.feature-list .box-3 span {
    background-position: -144px 2px;
}

.feature-list {
    padding: 6em 0;
}
.list-content h4 {
    font-family: var(--primaryfont-bold);
    font-size: 30px;
}

img.img-shadow {
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    border-radius: 5px;
}

/*******Compare section********/

.compare-feature-section {
    padding: 4em 0;
    background: #1e1933;
    color: #fff;
}   

.compare-feature-section .content-wrap {
    max-width: 1200px;
    width: 100%;
}

.compare-feature-section .feature-main ul.top-header li span.top-name {
    font-size: 24px;
    font-family: var(--primaryfont-bold);
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    border-top: 1px solid #26243c;
}

.compare-feature-section .feature-main  ul.top-header.fixed{
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
    width: 90%;
    z-index: 10;
}

.compare-feature-section ul.top-header.head-fix.fixed+ul {
    padding-top: 130px;
}

.compare-feature-section .feature-main ul li {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-left: 1px solid #dcdcdc;

}

.compare-feature-section .feature-main ul li:first-child {
    border-left: 0;
    border-right: 0;
}

.compare-feature-section .feature-main ul li > span {
    padding: 25px 12px;
    position: relative;
    border-bottom: 1px solid #27243c;
    border-right: 1px solid #27243c;
    font-size: 16px;
}
.compare-feature-section .feature-main ul li:first-child span.con {
    align-items: center;
    -ms-flex-align: center;
}
.compare-feature-section .feature-main ul li span.con strong {
    font-size: 22px;
    font-family: var(--primaryfont-bold);
}

.compare-feature-section .feature-main ul li:first-child span.tit-logo {
    font-size: 24px;
    font-family: var(--primaryfont-bold);
    position: relative;
    padding: 40px 20px;
    text-align: center;
    border: 0;
    border-right: 1px solid #27243c;
}
.compare-feature-section .feature-main ul li span.setmore-logo strong {
    padding-left: 30px;
    position: relative;
    top: -15px;
    display: inline-block;
    text-indent: -999999px;
    height: 50px;
}

.compare-feature-section .feature-main ul li span.tit-logo small {
    background: none;
    font-size: 16px;
    font-family: var(--zf-secondary-regular);
    line-height: 1.1;
    box-shadow: none;
    border: 0;
    padding: 0;
    display: block;
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px;
}

.compare-feature-section .feature-main ul li span.con {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
}
.compare-feature-section .feature-main ul li > span:nth-child(2) {
    border-left: 1px solid #27243c;
    border-right: 1px solid #27243c;
    position: relative;
    bottom: 0px;
    border-bottom: 1px solid #27243c;
    z-index: 1;
}

.compare-feature-section .feature-main ul.top-header li span.setmore-logo {
    border: 0;
    background: #f6f3ff;
    border-bottom: 1px solid #f6f3ff;
    border-left: 0;
    color: #000;
}

.compare-feature-section  .feature-main ul li {
    border: 0;
}

.compare-feature-section .feature-main {
    margin: 0 auto;
}
.compare-feature-section .feature-main ul li span:first-child {
    text-align: left;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    border-right-color: transparent;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}

.compare-feature-section .feature-main ul li span:nth-child(3), 
.compare-feature-section .feature-main ul li span:nth-child(4), 
.compare-feature-section .feature-main ul li span:nth-child(5),
.compare-feature-section .feature-main ul li span:nth-child(6) {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.compare-feature-section .feature-main ul li:last-child small {
    border-bottom: 2px solid #f17f77;
}


.compare-feature-section .feature-main ul li span.tit-logo strong::before {
    background: url(/sites/zweb/images/commonroot/integration-icons-sprite-2x.png);
    background-size: 1091px;
    background-repeat: no-repeat;
    background-position: 1px 3px;
    content: "";
    width: 45px;
    height: 45px;
    left: 0;
    top: 50%;
    z-index: 1;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.compare-feature-section .feature-main ul li span.tit-logo.setmore-logo strong::before {
    background: url(/sites/zweb/images/commonroot/integration-icons-sprite-2x.png);
    background-position: -133px -308px;
    background-size: 1100px;
    background-repeat: no-repeat;
    content: "";
    width: 169px;
    height: 45px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.compare-feature-section .feature-main ul li span.bookings-logo strong {
    padding-left: 30px;
    position: relative;
    top: -15px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
}

.compare-feature-section .feature-main ul li > span:first-child {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
    font-size: 18px;
    font-family: var(--secondaryfont-bold);
    border-left: 1px solid #26243c;
}
.compare-feature-section .feature-main ul li > span {
    flex: 0 0 26.66%;
    -ms-flex: 0 0 26.66%;
    max-width: 26.66%;
}
.compare-feature-section .feature-main ul li span strong {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 10px;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 auto;
    font-size: 20px;
}


.compare-feature-section .feature-main ul li span.in,
.compare-feature-section .feature-main ul li span.out {
    justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.compare-feature-section .feature-main ul li em {
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    background: #15c380;
    border-radius: 50%;
}
.compare-feature-section .feature-main ul li .out em{
    width: 24px;
    height: 24px;
}


.compare-feature-section .feature-main ul li span.in em::after,
.compare-feature-section .feature-main ul li span.in em::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: 10px;
    left: 5px;
    top: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 8px;
}
.compare-feature-section .feature-main ul li span.in em::before {
    left: 9px;
    top: 12px;
    transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    width: 12px;
}
.compare-feature-section .feature-main ul li span.out em::after,
.compare-feature-section .feature-main ul li span.out em::before {
    content: "";
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 6px;
    position: absolute;
    top: 11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 12px;
}
.compare-feature-section .feature-main ul li span.out em::before {
    left: 6px;
    top: 11px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    width: 12px;
}
.compare-feature-section .feature-main ul.top-header li span.tit-logo.bookings-logo {
    background: #efd6fe;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 0;
    color: #000;
}

ul.compare-content li span.con-left {
    display: flex;
    align-items: center;
}

ul.compare-content span.con span.in {
    padding-bottom: 10px;
}

.compare-feature-section .feature-main ul li.align-top span {
    align-items: flex-start;
}

.compare-feature-section .feature-main ul li.align-top span.in,
.compare-feature-section .feature-main ul li.align-top span.con {
    justify-content: flex-start;
    align-items: center;
}

.compare-feature-section .feature-main ul.top-header li span:first-child {
    border-top: 1px solid #221f37;
}

.compare-feature-section .feature-main ul li .out em {
    background: red;
}

h1 {
    font-family: var(--primaryfont-bold);
    font-size: 50px;
    line-height: 1.2;
}

h3 {
    font-size: 32px;
    font-family: var(--zf-secondary-bold);
    line-height: 1.1;
}
    
.compare-feature-section .title {
    text-align: center;
    margin: 0 auto 5em;
    max-width: 700px;
}

.image-center .feature-cnt,
.image-center .feature-img {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}

.image-center {
    display: block;
    text-align: center;
}   

.image-center .feature-cnt {
    max-width: 860px;
    margin:0 auto 40px;
}
.feature-img {
    text-align: center;
    position: relative;
}

.feature-main-one .flex-wrap {
    max-width: 1000px;
}

.compare-feature-section h3 {
    font-size: 36px;
    max-width: 700px;
    margin: 0 auto 20px;
}

.compare-feature-section .feature-main ul li span.tit-logo.bookings-logo strong::before {
    background-position: -567px -130px;
}
.compare-feature-section .feature-main ul.top-header li > span:nth-child(3){
    color: #000;
} 
.compare-feature-section .feature-main ul li span.comments {
    line-height: 1.8;
    font-size: 16px;
    flex: 0 0 80%;
    -ms-flex: 0 0 18%;
    max-width: 85%;
    margin: 0;
}
.compare-feature-section .feature-main ul li span.comments strong {
    font-size: 17px;
    display: block;
}

.compare-feature-section ul.top-header li span:nth-child(3){
    border-bottom: 1px solid #f1f1f1;
}
.compare-feature-section small {
    padding: 0 10px;
    font-size: 16px;
    font-family: var(--primaryfont-regular);
} 

.compare-feature-section .feature-main ul li:last-child span.comments {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    border-right: 1px solid #26243c;
    font-family: var(--primaryfont-semibold);
    text-align: center;
    padding: 30px 80px;
}

/************Compare section End****************/

.appointment-section {
    background: #fbf5ff;
    padding: 6em 0 10em;
    overflow: hidden;
}
 
.app-content p span {
    color: #ff4503;
    font-family: var(--primaryfont-bold);
}
.appointment-section .rows {
    align-items: center;
    -ms-flex-align: center;
}


.appointment-section .img-1 img {
    max-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.appointment-section .img-2 {
    position: absolute;
    bottom: -80px;
    right: -100px;
    max-width: 260px;
}

.app-img {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}

.appointment-section .img-2 img {
        border-radius: 20px;
    border: 3px solid #3e3e3e;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.app-content {
    max-width: 700px;
    margin: 0 auto 50px;
}



.cta-section {
    background: #1c1931 url(/sites/zweb/images/bookings/booking-cta-bg.jpg);
    color: #fff;
    text-align: center;
    padding: 6em 0;
    background-repeat: repeat;
}

.cta-content a.act-btn.cta-btn {
    margin-top: 10px;
}
.cta-section p {
    margin: 0;
}

.cta-section h2 {
    font-family: var(--primaryfont-bold);
    font-size: 36px;
}

.cta-section .content-wrap {
    max-width: 768px;
}

.cta-content p {
    margin: 0;
}

.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: 8em;
    right: -3em;
}

.cta-section span.icon.icon-3 {
    background-position: -100px 0;
    bottom: 0px;
    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;
}

p.mob-scroll {
    text-align: left;
    padding-left: 20px;
    position: relative;
    display: none;
    margin: 0;
    font-size: 16px;
    color: #2b9cfc;
    margin-bottom: 30px;

}

p.mob-scroll span.arrow {
    right: -34px;
    top: 12px;
    -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%);
}
p.mob-scroll span.arrow::before {
    content: '';
    width: 16px;
    height: 2px;
    background: #2299fc;
    position: absolute;
    top: 11px;
    right: 0;
}
p.mob-scroll 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);
}
ul.top-header {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    z-index: 10;
    background: #1e1932;
}

@media screen and (min-width:1023px) {
    
    /*****animated*****/

    .fadeinup1,
    .fadeinup2,
    .fadeinup3{
        opacity: 0;
    }

    .fadeinup1,
    .fadeinup2,
    .fadeinup3,
    .textup1,
    .textup2,
    .textup3,
    .textup4{
        transform: translate3d(0,50px,0);
        -webkit-transform: translate3d(0,50px,0);
        -ms-transform: translate3d(0,50px,0);
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }

    .fadeinleft3 {
        opacity: 0;
        transform: translate3d(-50px,0,0);
        -webkit-transform: translate3d(-50px,0,0);
        -ms-transform: translate3d(-50px,0,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);
    }
    .fadeinright3 {
        opacity: 0;
        transform: translate3d(50px,0,0);
        -webkit-transform: translate3d(50px,0,0);
        -ms-transform: translate3d(50px,0,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 .fadeinleft3,
    .middle-animated .fadeinright3,
    .middle-animated .textup1,
    .middle-animated .textup2,
    .middle-animated .textup3,
    .middle-animated .textup4{
        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;
    }
    .textup4{
        transition-delay: .8s;
        -webkit-transition-delay: .8s;
    }

    .banner-img > * {
        opacity: 0;
        transition-property: all;
        transition-timing-function: ease;
        transition-duration: 1s;
    }

    .banner-img span.circle-pattern {
        transform: rotate(20deg) scale(0.4);
    }

    .banner-img .img-1 {
        transform: translateY(30px);
        transition-delay: .5s;
    }

    .banner-img .img-2 {
        transform: translateX(30px);
        transition-delay: .9s;
    }

    .banner-img .img-3 {
        transform: translateY(30px);
        transition-delay: .9s;
    }


    .animated .banner-img span.circle-pattern {
        transform: rotate(20deg) scale(1);
    }

    .animated  .banner-img > * {
        opacity: 1;
        transform: translate(0);
    }

    .scaling1,
    .scaling2,
    .scaling3,
    .scaling4,
    .scaling5{
        opacity: 0;
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }
    .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);
        }
    }

}

@media screen and (max-width:1440px) {
    .banner-content h1 {
        font-size: 45px;
    }
    .features-section h2 {
        font-size: 42px;
    }
    .list-content h4 {
        font-size: 26px;
    }
    h3 {
        font-size: 28px;
    }
    body h2 {
        font-size: 36px;
    }
    .appointment-section .img-1 img {
        max-width: 100%;
    }
    .compare-banner-section span.caption {
        font-size: 20px;
    }
    .compare-feature-section h2 {
        font-size: 30px;
    }
}
@media screen and (max-width:1280px) {
    .banner-content h1 {
        font-size: 42px;
    }
    body h2 {
        font-size: 32px;
    }
    .banner-img .img-1 {
        max-width: 230px;
    }
    span.shift {
        line-height: 0.7;
    }
    .banner-img span.icons.icon-3 {
        bottom: 80px;
    }

    .banner-img span.circle-pattern {
        width: 380px;
        height: 380px;
    }
    .banner-img .img-3 {
        top: 78px;
    }

    .title h2 {
        font-size: 34px;
    }
    
    .feature-tabs ul li {
        padding: 0 8px;
    }
    .features-section {
        padding: 4em 0 0;
        overflow: hidden;
    }
    
    .feature-wrapper > div {
        padding: 4em 0 0;
    }
    .appointment-section {
        padding: 4em 0 10em;
    }
    .cta-section {
        padding: 4em 0;
    }
    .cta-section h2 {
        font-size: 32px;
    }
}

@media screen and (max-width:1199px) {
    h3 {
        font-size: 28px;
    }
    .banner-section {
        padding: 7em 0 0em;
    }

    .feature-wrapper > div:last-child {
        padding-bottom: 3em;
    }

    .feature-wrapper > div:first-child {
        padding-top: 3em;
    }
    .banner-img {
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: left top;
    }
    .banner-img .img-2 {
        max-width: 185px;
        right: 60px;
    }
    .banner-content h1 {
        font-size: 36px;
    }
    .banner-content {
        max-width: 400px;
        margin-top: -40px;
    }
    
    .feature-tabs ul li::after{
        display: none;
    }
    .feature-tabs ul li a {
        font-size: 14px;
    }
    .feature-tabs ul li {
        padding: 0 3px;
    }
    .top-menu {
        top: 0;
    }
    .feature-list .col {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 40%;
        margin: 20px;
    }   
    .feature-wrapper div#update-crm {
        padding: 2em 0 7em;
    }
    .feature-list {
        padding: 3em 0;
    }
    div#update-crm .img-2 {
        max-width: 500px;
        left: -380px;
        bottom: 0;
    }
    .feature-wrapper .small .rows .col-1 {
        max-width: 45%;
    }
    .appointment-section {
        padding: 4em 0 5em;
    }
    .compare-feature-section .feature-main {
        margin: 0 auto;
        max-width: 95%;
    }
    ul.top-header {
        top: 0;
    }

    .compare-feature-section .feature-main ul li span.tit-logo small {
        font-size: 14px;
    }
    .compare-feature-section .feature-main ul li span.tit-logo small {
        font-size: 14px;
    }

    .compare-feature-section .feature-main ul li > span {
        font-size: 15px;
    }

    .appointment-section .img-2{
        right: -50px;
        max-width: 200px;
        bottom: 0;
    }
    .appointment-section .img-2 img{
        border-radius: 20px;
    }
    .compare-feature-section  .feature-main  ul.top-header.fixed{
        top: 0;
        max-width: 750px;
        width: 100%;
    }
    .cta-section h2 {
        font-size: 28px;
    }

    .cta-section .content-wrap {
        max-width: 568px;
    }
}
@media screen and (max-width:1023px) {
    .banner-section {
        padding: 3em 0 5em;
    }
    span.shift {
        width: 60px;
        height: 25px;
        line-height: 0.8;
        margin: 0 5px;
    }

    span.shift::before {
        width: 20px;
        height: 20px;
        left: 47px;
    }

    .banner-content {
        margin: 0 auto;
        max-width: 560px;
        text-align: center;
    }

    .rows > div,
    .banner-section .col-1, 
    .banner-section .col-2, 
    .feature-wrapper .col-1, 
    .choose-section .col-1, 
    .feature-wrapper .col-2, 
    .choose-section .col-2, 
    .feature-wrapper .small .rows .col-1,
    .feature-wrapper .small .rows .col-2 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .banner-img {
        display: none;
    }
    .title-main {
        padding: 4em 0 1em;
    }

    .features-section {
        padding: 1em 0 0;
    }

    .feature-wrapper > div:last-child {
        border: 0;
        padding-bottom: 4em;
    }

    .feature-list .col {
        padding: 30px 25px;
    }

    .content-wrap .feature-content {
        margin: 0 auto 30px;
        text-align: center;
        max-width: 500px;
        padding: 0;
    }
    .content-right .col-1 {
        order: inherit;
    }
    .feature-wrapper > div:first-child {
        padding-top: 0;
    }
    .feature-img {
        max-width: 600px;
        margin: 0 auto;
    }
    .compare-feature-section .title {
        margin: 0 auto 2em;
        max-width: 600px;
    }

    .compare-feature-section .feature-main  ul.top-header.fixed{
        max-width: 680px;
    }
    .compare-feature-section h3 {
        font-size: 30px;
        max-width: 500px;
        margin: 0 auto 15px;
    }
    .compare-feature-section .feature-main {
        margin: 0 auto;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .compare-feature-section .feature-main ul {
        width: 1040px;
    }
    .compare-feature-section .feature-main ul {
        overflow: hidden;
    }
    .app-content {
        margin: 0 auto 30px;
        text-align: center;
        max-width: 540px;
    }
    .compare-feature-section .feature-main ul {
        overflow: visible;
    }
    p.mob-scroll{
        display:inline-block;
    }
    .compare-feature-section .feature-main ul li> span:first-child {
        position: sticky;
        position: -webkit-sticky;
        left: -1px;
        background: #1e1933;
        z-index: 10;
    }
    .appointment-section {
        padding: 3em 0;
    }
    .appointment-section .img-1 img {
        max-width: 600px;
        margin: 0 auto;
    }
    .appointment-section .img-2 {
        right: inherit;
        left: 0;
        max-width: 170px;
    }
    .cta-section span.icon{
        display: none;
    }
    .cta-section {
        padding: 3em 0;
    }
    
}

@media screen and (max-width:767px) {
    .banner-section .content-wrap {
        padding-top: 0;
        width: 100%;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    body h2 {
        font-size: 26px;
    }
    .title h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 23px;
    }
    .features-section h2 {
        font-size: 26px;
        padding: 0 40px;
        word-break: break-all;
    }
    .features-section .title h2::before, .features-section .title h2::after {
        width: 30px;
    }
    .top-menu{
        display: none;
    }
    .feature-tabs ul li a {
        padding: 10px 10px;
        font-size: 13px;
    }
    
    .feature-tabs ul li {
        padding: 0 1px;
    }
    .feature-list .col {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 330px;
    }
    
    .content-right .col-1 {
        padding: 0 15px;
    }
    .compare-feature-section .title {
        margin: 0 auto 2em;
        max-width: 430px;
    }
    .compare-feature-section .feature-main ul li span.con p strong {
        font-size: 26px;
    }

    .compare-feature-section .feature-main  ul.top-header.fixed{
        width: 90%;
    }
    .compare-feature-section h2 {
        font-size: 26px;
    }
    .compare-feature-section .content-wrap {
        max-width: 100%;
        padding: 0 10px;
    }
    .compare-feature-section .feature-main ul li span.tit-logo small {
        font-size: 14px;
        position: relative;
        bottom: 0;
    }
    .compare-feature-section .feature-main ul li span.tit-logo.setmore-logo strong::before {
        height: 40px;
        left: 50%;
        top: 50%;
        background-position: -133px -312px;
    }

    .compare-feature-section .feature-main ul li:first-child span.tit-logo {
        display: flex;
        flex-direction: column;
    }
    .compare-feature-section .feature-main ul li span.tit-logo strong {
        width: 160px;
        height: 55px;
        margin: 0 auto;
        transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
    .compare-feature-section .feature-main ul li span.tit-logo strong::before{
        left: 12px;
    }
    .compare-feature-section .feature-main ul li:first-child span.tit-logo {
        padding: 25px 0 15px;
    }

    .compare-feature-section .feature-main ul li span.tit-logo strong::before {
        transform: scale(0.9)translate(-50%,-50%);
        -webkit-transform: scale(0.9)translate(-50%,-50%);
        -ms-transform: scale(0.9)translate(-50%,-50%);
        transform-origin: center left;
        -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
    }
    .cta-section h2 {
        font-size: 28px;
    }
    .appointment-section .img-1 img {
        max-width: 100%;
    }
    .appointment-section .img-2 {
        display: none;
    }
    .compare-feature-section .feature-main ul li span.comments strong {
        font-size: 13px;
    }
    .compare-feature-section .feature-main ul li span.comments{
        font-size: 10px;
    }
   
}
@media screen and (max-width:480px) {

    .compare-feature-section .feature-main ul {
        width: 770px;
    }
}

@media screen and (max-width:375px) {
    .compare-feature-section .feature-main ul li span.tit-logo span {
        font-size: 20px;
    }
}