img{
    display: block; 
}

h1 {
    font-size: 45px;
}
body h2 {
    font-size: 30px;
    line-height: 1.3;
}
a.act-btn.cta-btn {
    padding: 15px 30px;
    border-radius: 3px;
    border: 0;
} 
.btn-more {
    position: relative;
    border: 1px solid #03a9f5;
    padding: 10px 45px 10px 25px;
    display: inline-block;
    color: #03a9f5;
    text-transform: uppercase;
    font-family: var(--secondaryfont-semibold);
    font-size: 15px;
    border-radius: 2px;
    margin-top: 40px;
}
.btn-more .arrow {
    right: 35px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
}
.btn-more .arrow:before {
    content: '';
    width: 16px;
    height: 2px;
    background: #03a9f5;
    position: absolute;
    top: 11px;
    right: -20px;
}
.btn-more .arrow:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #03a9f5;
    position: absolute;
    right: -20px;
    top: 7px;
    border-bottom: 2px solid #03a9f5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.banner-content p{
    max-width: 580px;}
.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: #210346;
}

.banner-section {
    color: #fff;
    padding: 4em 0;
}

.banner-img img {
    margin: 0 auto;
}

.banner-section .rows {
    align-items: center;
    -ms-flex-align: center;
}

.banner-content {
    max-width: 610px;
    margin-top: -60px;
}

.banner-section .col-1 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}
.banner-section .col-2 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}

.banner-content p {
    font-size: 18px;
    line-height: 1.8;
}

.title h2 {
    font-size: 36px;
}

.choose-section {
    background: #f7f5fe;
}
.choose-section h2 {
    font-family: var(--primaryfont-regular);
}
h2 span {
    color: #ff4503;
    font-family: var(--primaryfont-bold);
}

.choose-section .title.content-wrap {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    padding: 5em 0 4em;
}

.feature-wrapper .col-1,
.choose-section .col-1 {
    flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
    padding: 15px;
}
.feature-wrapper .col-2,
.choose-section .col-2 {
    flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    max-width: 65%;
    padding: 15px;
}


.content-right .col-1 {
    order: 2;
    padding-left: 50px;
}

.wrapper .rows {
    align-items: center;
    -ms-flex-align: center;
}

.chooselist-section .rows > div {
    background: #fff;
    margin: 0 20px;
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    max-width: 40%;
    padding: 70px 40px 50px;
    border-radius: 20px;
}

.chooselist-section .rows {
    align-items: normal;
    -ms-flex-align: normal;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.chooselist-section img {
    margin: 0 auto 50px;
    max-width: 250px;
}

.choose-section .content-wrap {
    padding-bottom: 6em;
}

/****** Menus ***********/


.feature-tabs ul {
    text-align: center;
/*     display:-ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: space-between; */
}

.feature-tabs ul li a {
    color: #000;
    position: relative;
    padding: 15px 4px;
    display: inline-block;
    font-family: var(--secondaryfont-semibold);
    font-size: 15px;
}

.feature-tabs ul li:first-child {
    /* padding-right: 20px; */
}
.feature-tabs ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}

.feature-tabs ul li.active a::after {
    border-bottom: 2px solid #f0483e;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    content: "";
}
.feature-tabs ul li:last-child::after {
    display: none;
}

.top-menu {
    position: sticky;
    position: -webkit-sticky;
    top: 52px;
    background: #fffcfb;
    z-index: 10;
    /* border-bottom: 1px solid #ececec; */
}

.top-menu .content-wrap {
    margin: 0 auto;
    max-width: 1470px;
    width: 100%;
}

.feature-tabs ul li::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    width: 1px;
    height: 12px;
    background: #c3c3c3;
    transform: translate(-50%,-50%);
}



.feature-tabs ul li.active a {
    color: #f0483e;
}
.feature-wrapper > div:last-child {
    padding-bottom: 0;
}

.feature-wrapper > div {
    padding: 6em 0 0;
}

.features-section .title {
    text-align: center;
    margin-bottom: 30px;
}

.features-section {
    padding: 5em 0 0;
    background: #fffcfb;
}

/****** Update CRM ******/

div#update-crm .rows {
    align-items: flex-start;
    -ms-flex-align: flex-start;
}

div#update-crm.large .feature-img .img-1 img {
    max-width: 100%;
    border-radius: 10px;
}
div#update-crm.large .feature-img .img-2 img {
    border-radius: 10px;
    border: 1px solid #e4e4e4;
}
div#update-crm .img-2 {
    position: absolute;
    bottom: 0px;
    left: -420px;
    max-width: 580px;
    z-index: 1;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transition: all 1s ease;
    opacity: 0;
}
div#update-crm.middle-animated .img-2 {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    opacity: 1;
    transition-delay: 1.5s;
}

div#update-crm .feature-img {
    position: relative;
    height: 660px;
    z-index: 1;
}

div#update-crm  .feature-content {
    max-width: 460px;
}

.feature-wrapper div#update-crm {
    /* padding: 4em 0 0; */
}

div#update-crm span.rotate-arrow {
    background: url(/sites/zweb/images/bookings/bookings-arrow.png);
    width: 120px;
    height: 120px;
    display: block;
    background-size: 130px;
    background-position: 0px 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
    top: 270px;
    transform: scale(1,-1) rotate(0deg);
    -webkit-transform: scale(1,-1) rotate(0deg);
    -moz-transform: scale(1,-1) rotate(0deg);
    -ms-transform: scale(1,-1) rotate(0deg);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    transition: all .9s;
    -webkit-transition: all .9s;
    opacity: 0;
}

div#update-crm .col-2 {
    position: relative;
    padding-left: 70px;
}

div#update-crm.middle-animated span.rotate-arrow {
    transform: scale(1,-1) rotate(66deg);
    -webkit-transform: scale(1,-1) rotate(66deg);
    -moz-transform: scale(1,-1) rotate(66deg);
    -ms-transform: scale(1,-1) rotate(66deg);
    transition-delay: 1s;
    opacity: 1;
}

div#update-crm .img-1 {
    position: relative;
    z-index: 1;
}


/****** Update CRM END ******/

/******notifications******/

div#notifications .feature-img {
    max-width: 480px;
    margin: 0 auto;
}



.feature-wrapper .small .rows .col-1 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 35%;
    margin: 0 auto;
    padding: 15px;
}


.feature-wrapper .small .rows .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;
}
.img-shadow .non-box-shw{
 box-shadow: none;
}

div#notifications .img-2 {
    position: absolute;
    bottom: -40px;
    right: -60px;
    z-index: 1;
}

div#notifications .img-2 img {
    max-width: 120px;
    border-radius: 20px;
}

div#notifications span.icons.icon-1 {
    top: -20px;
    left: -90px;
    z-index: 1;
}

span.icons {
    background: url(/sites/zweb/images/bookings/bookings-calendly-sprites.png);
    background-size: 900px;
    background-position: -255px 0px;
    background-repeat: no-repeat;
    width: 118px;
    height: 80px;
    display: block;
    position: absolute;
}

div#notifications span.icons.icon-2 {
    right: -63px;
    top: 5px;
    background-position: -372px 0;
    width: 70px;
    height: 80px;
}

div#notifications .img-1 {
    position: relative;
    z-index: 1;
}

div#notifications span.icons.icon-3 {
    background-position: -488px 0;
    background-size: 1000px;
    width: 95px;
    height: 90px;
    bottom: -32px;
    left: -34px;
}

/******sms******/



div#sms .img-3 {
    position: absolute;
    bottom: 100px;
    left: -30px;
    max-width: 80px;
}

div#sms .img-2 {
    position: absolute;
    top: -40px;
    right: -60px;
    max-width: 320px;
}

div#sms .img-2 img {
    border-radius: 15px 15px 0px 15px;
}



#sms span.icons.icon-1 {
    z-index: 1;
    position: relative;
    margin: 0 0 0 auto;
    background-position: -1050px 0;
    background-size: 1200px;
    height: 80px;
    width: 80px;
    left: 30px;
    margin-top: 10px;
}
#sms  span.icons.icon-2 {
    background-position: -847px 0;
    background-size: 1000px;
    width: 30px;
    top: 7em;
    left: 11em;
}


.feature-wrapper > div#sms {
    padding-top: 9em;
}

/*****Booking Page ****/
.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 ;
}

.feature-in {
    padding-top: 6em;
}
.feature-in:first-child {
    padding-top: 0;
}
.feature-in:last-child {
    /* padding-bottom: 0; */
}

.feature-in.small .rows {
    max-width: 1100px;
    margin: 0 auto;
}

.qualify-section .feature-img {
    max-width: 400px;
    margin: 0 auto;
}

.bstep-section img {
    max-width: 110%;
}
.feature-content {
    padding-right: 30px;
}
.content-right .feature-content {
    padding: 0;
}
.feature-in.small.qualify-section .rows {
    max-width: 1000px;
}

.feature-wrapper .qualify-section .rows .col-1 {
    max-width: 45%;
}

.feature-in:last-child {
    /* padding-bottom: 0; */
}

div#online-payment span.icons.icon-1 {
    background-position: -663px 0;
    width: 60px;
    top: 6em;
    background-size: 1000px;
    left: -57px;
}

div#online-payment span.icons.icon-2 {
    background-position: -700px 1px;
    width: 95px;
    height: 60px;
    bottom: 9em;
    background-size: 1200px;
    right: -10px;
}

.feature-list .col {
    background: #ffebe7;
    flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    max-width: 23%;
    padding: 30px 25px;
    margin: 0 8px 20px;
    border-radius: 10px;
}

.feature-list .rows {
    align-items: normal;
    -ms-flex-align: normal;
    justify-content: center;
    -ms-flex-pack: center;
}

.feature-list span {
    background: url(/sites/zweb/images/bookings/bookings-calendly-sprites.png);
    background-size: 1000px;
    background-position: 0;
    background-repeat: no-repeat;
    width: 66px;
    height: 80px;
    display: block;
    margin-bottom: 15px;
}

.col.box-2 {
    background: #fff1e2;
}

.col.box-3 {
    background: #dff3ff;
}

.col.box-4 {
    background: #f7f4fd;
}

.feature-list .box-2 span {
    background-position: -73px 0;
}
.feature-list .box-3 span {
    background-position: -144px 2px;
}
.feature-list .box-4 span {
    background-position: -214px 2px;
}

.feature-list {
    padding: 6em 0;
}

/*******Compare section********/
.feature-img img {
    border-radius: 10px;
    border: 1px solid #ededed;
}
.min-width {
    max-width: 500px;
    margin: 0 auto;
}
.no-shadow img{
    box-shadow: none;
    border: none;
}

/* highlight */
.highlight-prt{
    position: relative;
}
.highlight-prt::before{
    content: "i";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: var(--primaryfont-bold);
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid#fff;
    color: #fff;
    width: 20px;
    height: 20px;
    top: 28px;
    right: 12px;
    z-index: 1;

}

.exclamation-cnt{
    display: inline-block;
    position: absolute;
    background: #dcfff5;
    margin-bottom: 0px;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-family: var(--primaryfont-regular);
    top: 60px;
    left: 375px;
    color: #000;
    max-width: 260px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.compare-feature-section .feature-main ul li:hover .exclamation-cnt{
    opacity: 1;
    visibility: visible;
    transition:all .5s ease-in-out;
}
.compare-feature-section .feature-main ul li:hover .con-left.highlight-prt{

    color: #0c9949;
}
.compare-feature-section .feature-main ul li:hover .highlight-prt::before{
    border: 1px solid #0c9949;
    color: #0c9949;
}

.exclamation-cnt::before{
    content: "";
    position: absolute;
    right: calc(50% - -38px);
    top: -9px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #dcfff6 transparent;
    z-index: -1;
}
.highlight-prt:hover{
    color: #0c9949;
}

/* highlight */


.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.top-header.fixed li span.feature-name {
    background: #ffffff;
    padding-left: 20px;
}

.compare-feature-section .feature-main ul li {
    position: relative;
    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;
    /* background: #fff; */
}
.compare-feature-section .feature-main ul li > span.con-left.highlight-prt{
    padding: 25px 33px 25px 12px ;
}
.compare-feature-section .feature-main ul li:first-child span.con {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.compare-feature-section .feature-main ul li span.con p strong {
    font-size: 40px;
    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: 25px 20px 50px;
    text-align: center;
    border: 0;
    border-right: 1px solid #27243c;
}

.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.top-header li span.feature-name {
    font-size: 24px;
    font-family:var(--primaryfont-bold);
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
}
.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) {
    /* background: #ffffff; */
    border-left: 1px solid #27243c;
    border-right: 1px solid #27243c;
    position: relative;
    bottom: 0px;
    border-bottom: 1px solid #27243c;
    z-index: 1;
    /* border-top: 1px solid #eaeaea; */
}

.compare-feature-section .feature-main ul.top-header li span.calendly-logo {
    border: 1px solid #dedede;
    background: #f6f3ff;
    border-bottom: 1px solid #f6f3ff;
    border-left: 0;
    color: #000;
    display: flex;
    align-items: center;
}

.compare-feature-section  .feature-main ul li {
    border: 0;
}

.compare-feature-section  .feature-main ul li.heading span strong {
    font-family: var(--zf-secondary-semibold);
    font-size: 26px;
}
.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-bot-content p {
    font-size: 22px;
}

.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.calendly-logo strong::before {
    background: url(/sites/zweb/images/otherbrandlogos/calendly.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    width: 140px;
    height: 34px;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.compare-feature-section .feature-main ul li span.bookings-logo strong {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 44px;
}

.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:nth-child(2),
.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: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}
.compare-feature-section .feature-main ul li span strong {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: 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; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 13px;
}
.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;
}

.compare-feature-section .feature-main ul.top-header li span:first-child {
    border-top: 1px solid #221f37;
}
span.price-title {
    text-transform: uppercase;
    font-family: var(--secondaryfont-semibold);
}
span.con.price-detail p {
    margin-bottom: 10px;
}
.feature-main ul li span.price-title {
    text-transform: uppercase;
    font-family: var(--secondaryfont-bold);
    align-items: flex-end;
    -ms-flex-align: flex-end;
    display: flex;
    display: -ms-flexbox;
    border-top-color: transparent;
}

.compare-feature-section .feature-main ul li span.con.price-detail {
    display: block;
}

.compare-feature-section .feature-main ul li span.con.price-detail p:last-child strong {
    display: inline;
    font-size: 18px;
}

.compare-feature-section .feature-main ul li span.con.price-detail p strong {
    width: auto;
    height: auto;
    font-size: 40px;
    font-family: var(--primaryfont-bold);
}

.compare-feature-section .feature-main ul li .out em {
    background: red;
}

h1 {
    font-family: var(--primaryfont-bold);
    font-size: 45px;
    line-height: 1.1;
}

h3 {
    font-size: 32px;
    font-family: var(--zf-secondary-bold);
    line-height: 1.1;
}
    
.compare-feature-section .feature-main ul li span.con.comments {
    border-top: 1px solid #dcdcdc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: var(--secondaryfont-bold);
    font-size: 18px;
}
.compare-feature-section .title {
    text-align: center;
    margin: 0 auto 5em;
    max-width: 850px;
}

.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: url(/sites/zweb/images/productlogos/bookings.svg)no-repeat;
    background-size: 100% auto;
    width: 150px;
    height: 44px;
    left: 50%;
}


.compare-feature-section .feature-main ul.top-header li > span:nth-child(3){
    color: #000;
} 

.compare-feature-section .feature-main ul li > span:last-child {
    /* background: #fcfaff; */
}

.compare-feature-section .feature-main ul li>div.comments {
    line-height: 1.8;
}
.compare-feature-section .feature-main ul li>div.comments {
    flex: 0 0 80%;
    -ms-flex: 0 0 18%;
    max-width: 85%;
    margin: 0;
}
div.comments {
    padding: 25px 12px;
    border-left: 1px solid #26243c;
    border-bottom: 1px solid #26243c;
    border-right: 1px solid #26243c;
}
/* .compare-feature-section ul.top-header li span:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #efd6fe;
    width: 100%;
    height: 100%;
    z-index: -1;
} */
.compare-feature-section ul.top-header li span:nth-child(3)::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    background: white;
    z-index: -1;
}
.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;
} 

/************Compare section End****************/



.appointment-section {
    background: #fbf5ff;
    padding: 6em 0 10em;
    overflow: hidden;
}

.app-content p {
    font-size: 36px;
    line-height: 1.2;
}   
.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: 25px;
}
.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;

}

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%);
}
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);
}
ul.top-header {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    z-index: 10;
    background: #1e1932;
}
.compare-feature-section span small {
    text-align: center;
    margin-top: 10px;
}

.saving-section {
    padding: 70px 0;
}
.saving-section h3 {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 600px;
}
.saving-table li span {
    flex: 0 0 20%;
    max-width: 20%;
    font-size: 16px;
    padding: 35px 22px;
    position: relative;
    border-bottom: 1px solid #e2defd;
    border-right: 1px solid #e2defd;
    text-align: center;
}
.saving-table li {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.saving-table span.t-logo strong {
    padding-left: 34px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.saving-table span.t-logo strong:before {
    background: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/integration-icons-sprite-2x.png);
    background-size: 761px auto;
    background-repeat: no-repeat;
    background-position: -396px -91px;
    content: "";
    width: 30px;
    height: 31px;
    left: 0;
    top: 2px;
    z-index: 1;
    position: absolute;
    transform: scale(.8);
}
.saving-table span.t-logo small {
    display: block;
    margin-top: 12px;
    font-size: 15px;
}
.saving-table span.t-logo.calendly strong:before {
    background-position: 4px -286px;
    background-size: 1000px auto;
    content: "";
    width: 30px;
    height: 28px;
    left: 0;
    top: 6px;
}
.saving-table {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background: #f5f3ff;
    max-width: 1140px;
    margin: 0 auto;
}
.saving-table li span.bg-color {
    border-right: 0;
}
.saving-table li:last-child span {
    border-bottom: 0;
}
.saving-table li span.bg-color {
    background: #1e1933;
    font-family: var(--primaryfont-bold);
    font-size: 17px;
    color: #fff;
    border-bottom: 1px solid #3a2f6b;
}
.saving-table li:last-child span:last-child {
    border-bottom-right-radius: 9px;
}
.saving-table li:first-child span:last-child {
    border-top-right-radius: 9px;
}


/******** Prcing Calculation ********/

.calc-section {
    padding-bottom: 120px
}
.calc-section .sec-title {
    text-align: center;
    margin: 0 auto;
    max-width: 800px
}
.calc-section .flex-wrap {
    display: flex;
    /* gap: 20px; */
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.calc-section .flex-wrap .flex-left {
    width: 100%;
    max-width: 50%;
    /* padding: 40px 30px; */
}

.calc-section .flex-wrap .flex-right {
    width: 100%;
    max-width: 50%;
    background: #f7f7f7;
}

.calc-section .calc-wrap {
    padding: 40px 70px;
    max-width: 510px;
}
.calc-section .flex-bars {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
}

.calc-section .flex-bars .flex-items {
    width: 100%;
    max-width: 680px;
    text-align: center
}

.calc-section .flex-bars .pricing-text {
    position: absolute;
    background: #000000;
    color: #fff;
    padding: 2px 12px;
    font-family: var(--zf-primary-bold);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 4px;
    margin-bottom: 10px;
    left: 50%;
    top: -80px;
    font-size: 18px;
    -webkit-transition: bottom .3s cubic-bezier(0.25, 0.1, 0, 1.13);
    transition: bottom .3s cubic-bezier(0.25, 0.1, 0, 1.13)
}

.calc-section .flex-bars .pricing-text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 10px;
    background-color: #000;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.calc-section .flex-bars .pricing-text::before {
    content: "$"
}

.calc-section .flex-bars .bar-controls {
    position: relative;
    min-height: 400px;
    /* background: #fff; */
    border-radius: 3px;
    margin: 0 auto;
}

.calc-section .flex-bars .fill-bar {
    height: 0;
    position: absolute;
    bottom: 22px;
    transition: height .7s ease;
    margin: 0 auto;
    left: 40%;
}

.calc-section .flex-bars .bars-product-logo {
    width: 100%;
    max-width: 120px;
    height: 40px;
}

.calc-section .flex-bars hr {
    margin: 0;
    opacity: .2;
    margin-bottom: 10px
}

.calc-section .bottom-animated [data-product] .bars-product-logo {
    margin: 0 auto
}

.calc-section [data-product="zoho"] .bars-product-logo {
    background-image: url(/sites/zweb/images/productlogos/bookings.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    max-width: 140px;
}
.calc-section [data-product="calendly"] .bars-product-logo {
    background: url(https://www.zohowebstatic.com/sites/zweb/images/commonroot/integration-icons-sprite-2x.png);
    background-size: 1110px auto;
    background-position: 0px -316px;
    width: 132px;
    height: 37px;
    left: 0;
    top: 6px;
    max-width: inherit;
}

.calc-section .range-wrap .range-input-wrap {
    position: relative;
}

.calc-section .range-wrap .range-input-result,.years-input-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calc-section .range-wrap .range-input-result span,.calc-section .range-wrap .years-input-result span {
    font-size: 17px;
}

.calc-section .range-wrap .range-counts, .calc-section .range-wrap .years-counts {
    padding: 0 7px;
    z-index: 99;
    border-radius: 4px;
    font-family: var(--primaryfont-bold);
}
.user-content, .years-content {
    font-size: 17px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 12px;
}

.calc-section .range-wrap .range-counts::after {
    content: attr(data-user)
}

.calc-section .range-wrap .years-counts::after {
    content: attr(data-user)
}

.calc-section .range-wrap .range-min::after {
    content: " user"
}

.calc-section .range-wrap .range-max::after {
    content: " users"
}

.calc-section .range-wrap .years-counts::after {
    content: attr(data-user)
}

.calc-section .range-wrap .years-min::after {
    content: " years"
}

.calc-section .range-wrap .years-max::after {
    content: " years"
}

.calc-section .range-wrap input[type="range"] {
    -webkit-appearance: none;
    margin: 10px auto;
    width: 100%;
    border-radius: 5px;
    display: block;
    height: 5px;
    background-image: linear-gradient(#919191, #919191);
    background-repeat: no-repeat;
    background-color: #e6e6e6;
}

.calc-section .range-wrap input[type="range"]:focus {
    outline: 0
}
.calc-section .range-wrap input[type="range"]::-webkit-slider-thumb {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color:#000;
    background:  url(/sites/zweb/images/bookings/range-btn.png) no-repeat;
    background-size: 80% auto;
    background-position: center right;
}
.calc-section .range-wrap input[type="range"]::-moz-range-thumb {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color:#000;
    background:  url(/sites/zweb/images/bookings/range-btn.png) no-repeat;
    background-size: 80% auto;
    background-position: center right;
}
.calc-section .title {
    text-align: center;
}
.calc-section .content-sec p {
    margin-bottom: 10px;
    font-family: var(--primaryfont-semibold);
}
.calc-section .content-sec {
    padding: 50px 70px;
    /* text-align: center; */
    color: #fff;
    background: #2b9d69;
}

.calc-section .content-sec .diff-pricing {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--secondaryfont-bold);
    margin-bottom: 5px;
}

.calc-section .content-sec .diff-pricing span {
    font-size: 50px;
    position: relative;
    color: #ffffff;
}

.calc-section .content-sec .diff-pricing span::before {
    content: '$'
}
p.zb-pricing-info {
    margin: 30px 0 0;
    font-size: 14px;
}
.calc-section .range-wrap .range-input-wrap:first-child {
    margin-bottom: 60px;
}
.bars-wrap {
    max-width: 450px;
    margin: 30px auto 0;
    padding: 80px 0 50px;
}
.bar-wrapper .left {
    transform: skewY(30deg);
}
.bar-wrapper .left::before {
    content: "";
    position: absolute;
    height: calc(100% - 1px);
    width: 100%;
    top: 0;
    left: 1px
}
.bar-wrapper .top {
    background-color: #745df1;
}
.bar-wrapper .left {
    background-color: #9683ff;
    display: inline-block;
    height: 100%;
    width: 35px;
}
.bar-wrapper .left::before {
    background-color: #9683ff;
}
.bar-wrapper .right {
    transform: skewY(-30deg)
}
.bar-wrapper .right {
    background-color: #6c51fe;
    display: inline-block;
    height: 100%;
    width: 35px;
}
.bar-wrapper .top {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    width: 49px;
    z-index: 10;
    transform: rotateX(54.5deg) rotateZ(45deg) translateZ(43px);
}
.bar-wrapper {
    height: 100%;
    font-size: 0;
    z-index: 9;
    position: relative;
}
.alternative-product .bar-wrapper .left {
    background-color: #4468ef
}

.alternative-product .bar-wrapper .left::before {
    background-color: #4f8afe;
}
.alternative-product .bar-wrapper .right {
    background-color: #4177d9;
}
.alternative-product .bar-wrapper .top {
    background-color: #3369c8;
}
.calc-section{
    padding:5em 0;
}
.calc-section h3 {
    margin: 0 auto 20px;
    text-align: center;
    max-width: 700px;
    font-size: 40px;
    line-height: 1.2;
}
.calc-section h3 span{
    display: inline-block;
    color: #ff4503;
}

@media screen and (min-width:1023px) {
    

    
    div#sms .img-3,
    div#notifications span.icons.icon-1 {
        transform: translateX(20px);
        opacity: 0;
        transition: all 1s ease;
        transition-delay: 1.2s;
        -webkit-transition-delay: 1.2s;
    }
    
    #sms span.icons.icon-2{
        transform: translateY(20px);
        opacity: 0;
        transition: all 1s ease;
        transition-delay: 1.4s;
        -webkit-transition-delay: 1.4s;
    }

    #sms span.icons.icon-1 {
         opacity: 0;
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition-delay: 1.8s;
        -webkit-transition-delay: 1.8s;
    }


    div#sms .img-2 img {
        transform: translateX(20px);
        opacity: 0;
        transition: all .5s ease;
        transition-delay: 2s;
        -webkit-transition-delay: 2s;
    }


    div#sms.middle-animated .img-2 img,
    #sms.middle-animated span.icons.icon-1 {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    
    #sms.middle-animated span.icons.icon-2,
    div#sms.middle-animated .img-3,
    div#notifications.middle-animated span.icons.icon-1 {
        opacity: 1;
        transform: translateX(0);
    }


    /*****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;
    }

    div#notifications .fadeinup3{
        transition-delay: 1s;
        -webkit-transition-delay: 1s;
    }

    .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;
    }

    div#update-crm.large .feature-img .img-1 img {
        max-width: 130%;
    }
    .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) {
    h1 {
        font-size: 36px;
    }
    body h2 {
        font-size: 32px;
    }
    .banner-content h1 {
        font-size: 36px;
    }
    .feature-wrapper div#update-crm {
        padding: 4em 0 5em;
    }
    .title h2 {
        font-size: 32px;
    }
    
    .feature-tabs ul li {
        padding: 0 8px;
    }
    .features-section {
        padding: 4em 0 0;
    }
    
    .feature-wrapper > div {
        padding: 4em 0 0;
    }
    .feature-wrapper > div:first-child{
        padding-top: 10px;
    }
    div#update-crm.large .feature-img .img-1 img,
    div#update-crm.large .feature-img .img-2 img {
        max-width: 120%;
    }
    div#update-crm .img-2 {
        bottom: -40px;
    }
    div#update-crm span.rotate-arrow {
        top: 300px;
    }
    .appointment-section .img-2{
        max-width: 150px;
        left: -60px;
        bottom: -40px;
    }
    .appointment-section {
        padding: 4em 0 7em;
    }
    .app-content p{
        font-size: 30px;
    }
    .cta-section {
        padding: 4em 0;
    }
    .cta-section h2 {
        font-size: 32px;
    }
}

@media screen and (max-width:1199px) {
    h3 {
        font-size: 28px;
    }
    .banner-content h1 {
        font-size: 32px;
    }
    .banner-content {
        max-width: 500px;
        margin-top: -40px;
    }
    .choose-section .title.content-wrap {
        max-width: 700px;
        padding: 3em 0 2em;
    }
    .choose-section .content-wrap {
        padding-bottom: 4em;
    }

    .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;
        display: none;
    }
    .feature-list .col {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 40%;
        margin: 20px;
    }

    div#sms .feature-img {
        max-width: 330px;
    }
    div#sms .img-2 {
        max-width: 260px;
    }
    #sms span.icons.icon-2 {
        top: 5em;
        left: 8em;
    }
    .qualify-section .feature-img {
        max-width: 350px;
    }    
    .feature-wrapper div#update-crm {
        padding: 2em 0 7em;
    }
    .feature-list {
        padding: 3em 0;
    }
    div#update-crm .img-2 {
        max-width: 420px;
        left: -380px;
        bottom: 0;
    }
    
    div#update-crm .feature-img {
        height: 550px;
    }
    
    div#update-crm .feature-content {
        padding: 0;
    }
    
    div#update-crm span.rotate-arrow {
        top: 280px;
    }
    
    div#update-crm.middle-animated span.rotate-arrow {
        transform: scale(0.8,-0.8) rotate(66deg);
        -webkit-transform: scale(0.8,-0.8) rotate(66deg);
        -moz-transform: scale(0.8,-0.8) rotate(66deg);
        -ms-transform: scale(0.8,-0.8) rotate(66deg);
    }
    .feature-wrapper .small .rows .col-1 {
        max-width: 45%;
    }
    div#notifications .feature-img {
        max-width: 330px;
    }
    div#notifications .img-2 img {
        max-width: 80px;
        border-radius: 10px;
    }
    div#notifications .img-2 {
        bottom: -20px;
        right: -30px;
    }

    .appointment-section {
        padding: 4em 0 5em;
    }
    .app-content {
        max-width: 500px;
    }
    
    .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{
        display:none;
    }
    .compare-feature-section  .feature-main  ul.top-header.fixed{
        top: 0;
        max-width: 750px;
        width: 100%;
    }
    .saving-section h3 {
        max-width: 500px;
    }
    /* exclamation-cnt */
    .exclamation-cnt{
        top: 50%;
        left: 50%;
        transform: translate(-87%, 22%);
    }
    .exclamation-cnt::before{
        right: calc(50% - -80px);
    }
        /* exclamation-cnt */
        .compare-feature-section .feature-main ul li>span:first-child{
            flex: 0 0 15%;
        }

}
@media screen and (max-width:1023px) {
    .banner-section {
        padding: 3em 0 5em;
    }


    .banner-content {
        margin: 0 auto;
        max-width: 500px;
        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%;
    }

    .banner-img {
        display: none;
    }

    .choose-content,.content-wrap .feature-content {
        margin: 0 auto;
        text-align: center;
        max-width: 500px;
        padding: 0;
    }

    .choose-img {
        max-width: 600px;
        margin: 0 auto;
    }

    .content-right .col-1 {
        order: inherit;
    }

    .chooselist-section .rows > div {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 460px;
        margin-bottom: 30px;
    }

    .choose-section .content-wrap {
        padding-bottom: 2em;
    }

    .feature-wrapper > div:first-child {
        padding-top: 0;
    }

    div#notifications .feature-img {
        max-width: 380px;
    }

    div#sms .feature-img {
        margin: 0px auto 0;
        max-width: 400px;
    }
    .calc-section .content-sec .diff-pricing span{
        font-size: 36px;
    }
    .feature-in {
        padding-top: 3em;
    }

    .feature-img {
        max-width: 600px;
        margin: 0 auto;
    }

    div#online-payment span.icons {
        display: none;
    }
    div#update-crm .img-2{
        max-width: 420px;
        left: 20px;
        bottom: 20px;
    }

div#update-crm span.rotate-arrow {
        display: none;
    }
    .feature-wrapper div#update-crm {
        padding-bottom: 0em;
    }
    div#update-crm .feature-img {
        position: relative;
        max-width: 100%;
        height: auto;
    }
    div#update-crm.large .feature-img .img-1 img,
    div#update-crm.large .feature-img .img-2 img {
        max-width: 100%;
    }
    .feature-wrapper div#update-crm {
        padding-bottom: 4em;
    }
    .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 .feature-main ul li span.con.price-detail p strong {
        font-size: 30px;
    }
    .compare-feature-section h3 {
        font-size: 30px;
        max-width: 500px;
        margin: 0 auto 15px;
    }
    .compare-feature-section .feature-main {
        margin: 0 auto;
        max-width: 95%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    
    .compare-feature-section .feature-main ul li span.con.price-detail p strong {
        font-size: 30px;
    }
    .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;
    }
    
    .appointment-section {
        padding: 3em 0;
    }
    .appointment-section .img-1 img {
        max-width: 600px;
        margin: 0 auto;
    }
    .app-content p {
        font-size: 26px;
    }
    .cta-section span.icon{
        display: none;
    }
    .cta-section {
        padding: 3em 0;
    }
    .saving-table li span {
        padding: 20px 10px;
        font-size: 16px;
    }
    .calc-section .calc-wrap {
        padding: 40px 30px;
    }
    .calc-section .content-sec {
        padding: 40px 40px;
    }
    
}
@media screen and (max-width:991px) {
     /* exclamation-cnt */
     .exclamation-cnt{
        top: 60px;
        left: 275px;
        font-size: 13px;
        transform: none;
    }
    .exclamation-cnt::before{
        right: calc(50% - -53px);
    }
        /* exclamation-cnt */

}
@media screen and (max-width:767px) {
    p.mob-scroll{
        display:inline-block;
    }
    h1 {
        font-size: 30px;
    }
    body h2 {
        font-size: 26px;
    }
    .title h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    .feature-wrapper > div#sms {
        padding-top: 4em;
    }
    .chooselist-section .rows > div {
        max-width: 500px;
        padding: 40px 20px;
    }
    .chooselist-section img {
        margin: 0 auto 40px;
        max-width: 100%;
    }
    
    .feature-in.center-wrap {
        width: 100%;
    }
    .feature-wrapper div#update-crm {
        padding: 0 0 4em;
    }

    .feature-wrapper div#update-crm {
        padding: 3em 0 0;
    }

    div#update-crm .col-2 {
        padding: 0 15px;
    }
    div#notifications .img-2,
    div#notifications span.icons,
    div#sms .img-3 {
        display: none;
    }
    

    div#sms .img-2 {
        max-width: 260px;
        top: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #sms span.icons.icon-2 {
        top: 10em;
        left: 9em;
    }
    .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 {
        overflow: visible;
    }
    .compare-feature-section .feature-main ul li> span:first-child {
        position: sticky;
        position: -webkit-sticky;
        left: 0px;
        background: #1e1933;
        z-index: 10;
    }
    .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:first-child span.tit-logo {
        display: block;
    }
    .compare-feature-section .feature-main ul li span.tit-logo strong {
        text-indent: -999999px;
        width: 70px;
        margin: 0 auto 12px;
        padding: 0;
        display: inline-block;
        top: 0;
    }
    .compare-feature-section .feature-main ul li span.tit-logo strong::before{
        left:50%;
    }
    .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.bookings-logo strong::before{ 
        left: 50%;
    }
    .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%;
    }
    .saving-table span.t-logo small {
        font-size: 13px;
    }
    .saving-table {
        overflow-x: scroll;
        overflow-y: hidden;
        max-width: 640px;
    }
    .saving-table ul {
        width: 950px;
    }

    .calc-section .flex-wrap {
        flex-direction: column;
    }
    .calc-section .flex-wrap .flex-left {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .calc-section .flex-wrap .flex-right {
        /* margin-top: 90px; */
        max-width: 100%;
    }
    section.calc-section {
        padding: 0 0;
    }
    .calc-section .flex-wrap .flex-left {
        /* order: 2; */
    }
    .calc-section h3 {
        margin: 0 auto 15px;
        font-size: 30px;
    }
    .banner-content, .choose-content, .content-wrap .feature-content, .chooselist-section img, .app-content{
        margin: 0;
        text-align: left;
    }
    .choose-section .title.content-wrap, .calc-section .title, .calc-section h3, .cta-content, .zp-disclaimer-section p{
        text-align: left;
    }
    .feature-wrapper .col-2, .choose-section .col-2, .feature-wrapper .col-1, .choose-section .col-1, div#update-crm .col-2, .feature-wrapper .small .rows .col-1{
        padding-left: 0px;
    }
    .chooselist-section img{
        max-width: 300px;
    }
    .feature-in{
        width: 100%;
    }
    .qualify-section .feature-img{
        margin: 0px;
    }
    .feature-list .rows{
        justify-content: left;
    }
    .feature-list .col{
        max-width: 500px;    margin: 0px 0px 30px;
    }

    .compare-feature-section .title{
        margin: 0 0px 2em;
        text-align: left;
        padding-left: 15px;
    }
}
@media screen and (max-width:480px) {

    .compare-feature-section .feature-main ul {
        width: 770px;
    }
    .compare-feature-section .feature-main ul li span.feature-name {
        font-size: 20px;
    }
    .compare-feature-section .feature-main ul li span {
        font-size: 15px;
    }
    .calc-section .flex-bars .fill-bar {
        left: 30%;
    }

    .exclamation-cnt::before {
        right: calc(50% - -102px);
    }
    .exclamation-cnt {
        top: 70px;
        left: 226px;
        font-size: 13px;
        transform: none;
    }
    div#update-crm .img-1{
        display: none;
    }
    div#update-crm .img-2{
        position: relative;
        max-width: 100%;
        bottom: 0px;
        left: 0px;
    }
}

@media screen and (max-width:375px) {
    .compare-feature-section .feature-main ul li span.tit-logo span {
        font-size: 20px;
    }
    .calc-section .content-sec .diff-pricing span {
        font-size: 40px;
    }
}