.zp-home-banner-wrap .content-wrap>div.zp-home-right,
.umain .promo-sec-wrap .watch-btn,
.bottom-cta-wrap .content-wrap:after {
    display: none
}

.zp-home-banner-wrap>.content-wrap {
    min-height: 720px;
}

.zp-home-banner-wrap .content-wrap>div.zp-home-left {
    max-width: 600px;
    width: 52%;
}

.umain .zp-home-banner-wrap>.content-wrap>div.zp-home-left {
    float: left;
    width: 52%;
    display: block;
    text-align: left;
    max-width: 600px;
}

.zp-home-banner-wrap>.content-wrap .cta-btn {
    display: inline-block
}

.zp-home-banner-wrap:after {
    background: #55beff;
    background: -moz-linear-gradient(top, #81dbff 0%, #24fbeb 100%);
    background: -webkit-linear-gradient(top, #81dbff 0%, #24fbeb 100%);
    background: linear-gradient(to bottom, #81dbff 0%, #24fbeb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#55beff', endColorstr='#24fbeb', GradientType=0);
    height: 100%;
}

.zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration {
    max-width: 640px;
    margin-top: 130px;
    width: 48%;
    margin-left: 0;
    padding-bottom: 90px;
}

.features-box>div span {
    background-image: url(/sites/default/files/calendar/calendar-home-icons-sprite-2x.png);
}

.bottom-cta-wrap:before {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(66, 217, 246, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(66, 217, 246, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(66, 217, 246, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(66, 217, 246, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(66, 217, 246, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#24fbeb', GradientType=0);
}

.integration-visual-wrap ul li {
    opacity: 0;
    transform: scale(0.6, 1);
}

.animated .integration-visual-wrap ul li:nth-child(2),
.animated .integration-visual-wrap ul li:nth-child(4) {
    transition: 0.5s 0.5s ease
}

.animated .integration-visual-wrap ul li:nth-child(1),
.animated .integration-visual-wrap ul li:nth-child(5) {
    transition: 0.5s 0.70s ease
}

.integration-visual-wrap .content-wrap:before {
    background: url(/sites/default/files/projects-integration-bg.svg) no-repeat center center;
}

.integration-visual-wrap ul li.zp-main div:after {
    background: url(/sites/default/files/calendar/calendar-integration-icon-2x.png) no-repeat left top;
    background-size: cover;
}

.integration-visual-wrap ul li div:before {
    border: 1px solid #8fc9ff
}

.integration-visual-wrap ul li:first-child div:after {
    background-position: -800px -50px
}

.integration-visual-wrap ul li:nth-child(2) div:after {
    background-position: -400px 0
}

.integration-visual-wrap ul li:nth-child(4) div:after {
    background-position: -50px 0
}

.integration-visual-wrap ul li:nth-child(5) div:after {
    background-position: -650px -100px
}


.zcalendar-faq .content-wrap {
    padding: 130px 0 40px;
}

.zcalendar-faq h2{
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.zcalendar-faq-wrap ul {
    max-width: 900px;
    margin: 40px auto 0;
}

.zcalendar-faq-wrap li {
    border-top: 1px solid #ccc;
    padding: 40px 50px;
    cursor: pointer;
}

.zcalendar-faq-wrap li:first-child {
    border-top: none;
}

.zcalendar-faq-wrap li:last-child {
    border-bottom: 1px solid #ccc;
}

.zcalendar-faq-wrap li > a {
    display: block;
    position: relative;
    color: #808080;
    font-size: 21px;
    font-family: var(--zf-secondary-bold);
    line-height: 1.3;
}

.zcalendar-faq-wrap li > a.active {
    color: #1975d2;
}

.zcalendar-faq-wrap li > a:before {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px;
}

.zcalendar-faq-wrap p {
    padding-right: 30px;
}

.zcalendar-faq-wrap li > a.active:before {
    content: '-';
}

.zcalendar-faq-wrap p {
    margin: 0;
    font-size: 15px;
    padding-top: 10px;
    display: none;
}

.zcalendar-faq-wrap p.active {
    display: block;
}

.bottom-cta-section {
    text-align: center;
    padding-bottom: 90px;
}

.zcalendar-faq-wrap {
    min-height: 525px;
}
.main-container-wrapper .zp-home-banner-wrap>.content-wrap>div.zp-home-left h1+p+p {
    display: inline-block;
    margin-right: 20px;
}
.main-container-wrapper .zp-home-banner-wrap>.content-wrap .zp-home-left .watch-btn{
    display: inline-block !important;
    text-transform: uppercase;
    font-family: var(--primaryfont-semibold);
}
.zp-home-banner-wrap .promo-sec-wrap, .zp-home-banner-wrap .apps-download-links-wrap {
    display: none !important;
}

.i18n-ar .zcalendar-faq-wrap p {
    padding-right: 0px;
    padding-left: 30px;
}
.i18n-ar .zcalendar-faq-wrap li>a:before{
    right: auto;
    left: 0;
    line-height: 26px;
}
.i18n-ar .bottom-cta-wrap .content-wrap h2, .i18n-ar .bottom-cta-wrap .content-wrap h3{
    text-align: center;
}


@media only screen and (min-width:1200px) {
    .other-lang h1 {
        font-size: 44px;
    }
    .zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration{
        padding-left:50px;
    }
    .other-lang .zp-home-banner-wrap .content-wrap>div.zp-home-left {
        /* max-width: 550px; */
        padding: 30px 0 0;
    }
    .other-lang .zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration,
    .other-lang .umain .zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration {
        /* width: 48%;
        float: right; */
    }
    .i18n-ar .zp-home-banner-wrap .content-wrap>div.zp-home-left {
        float: right;
        text-align: right;
    }
    .i18n-ar .zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration {
        padding-right: 50px;
        padding-left: 0px;
        /* float: left; */
    }
    .zp-home-banner-wrap>.content-wrap{
        padding-bottom: 70px;
        padding-top: 150px;
    }
    .i18n-ar .umain .zp-home-banner-wrap>.content-wrap>div.zp-home-left h1, .i18n-ar .umain .zp-home-banner-wrap>.content-wrap>div.zp-home-left h1+p {
        text-align: right;
    }
    .i18n-ar .zp-home-banner-wrap>.content-wrap>div.zp-home-left h1+p+p{
        margin-right: 0;
        margin-left: 20px;
    }
    .i18n-ar.other-lang .zp-home-banner-wrap>.content-wrap>div.zp-home-left {
        padding: 30px 0px 0 0;
    }
}

@media only screen and (max-width:1199px) {
    .other-lang .zp-home-banner-wrap>.content-wrap>div.zp-home-left {
        padding: 30px 0 0;
        max-width: 800px;
        margin: 0 auto;
    }
    .i18n-ar .zp-home-left h1,
    .i18n-ar .zp-home-left p {
        text-align: center;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .umain .zp-home-banner-wrap>.content-wrap>div.zp-home-left,
    .zp-home-banner-wrap .content-wrap>div.zp-home-left {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        max-width: 1040px;
        margin: 0 auto;
        padding-top: 0;
    }
    .main-container-wrapper .zp-home-banner-wrap>.content-wrap>div.zp-home-left h1+p+p, .main-container-wrapper .zp-home-banner-wrap>.content-wrap .zp-home-left .watch-btn{
        margin-left: 10px;
        margin-right: 10px;
    }
    .zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration,
    .umain .zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration {
        max-width: 600px;
        float: none;
        margin: 40px auto 0;
        display: block;
        width: 100%;
    }
    .zp-home-banner-wrap:after {
    }
    .zp-home-banner-wrap>.content-wrap{
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .integration-visual-wrap ul li {
        opacity: 1;
        transform: scale(1, 1);
    }
    .umain .zp-home-banner-wrap>.content-wrap>div.zp-home-left,
    .zp-home-banner-wrap .content-wrap>div.zp-home-left {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        max-width: 1040px;
        margin: 0 auto;
        padding-top: 0;
    }
    .main-container-wrapper .zp-home-banner-wrap>.content-wrap>div.zp-home-left h1+p+p, .main-container-wrapper .zp-home-banner-wrap>.content-wrap .zp-home-left .watch-btn{
        margin-left: 10px;
        margin-right: 10px;
    }
    .zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration,
    .umain .zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration {
        max-width: 600px;
        float: none;
        margin: 40px auto 0;
        right: auto;
        display: block;
        width: 60%;
    }
    .zp-home-banner-wrap:after {
    }
    .integration-visual-wrap ul li.zp-main {
        height: 100px;
        width: 100px;
        margin-left: -50px;
        margin-top: 55px;
        position: absolute;
        left: 50%;
    }
    .integration-visual-wrap .content-wrap {
        width: 700px;
        height: 300px;
    }
    .integration-visual-wrap ul li:first-child div {
        top: 120px;
        left: 200px;
    }
    .integration-visual-wrap ul li:nth-child(2) div {
        top: 120px;
        left: 50px;
    }
    .integration-visual-wrap ul li:nth-child(3) div {
        top: 50%;
        left: 50%;
    }
    .integration-visual-wrap ul li:nth-child(4) div {
        left: auto;
        top: 120px;
        right: 145px;
    }
    .integration-visual-wrap ul li:nth-child(5) div {
        top: 120px;
        left: auto;
        right: 0;
    }
    .integration-visual-wrap ul li:first-child div:after {
        background-position: -640px -40px;
    }
    .integration-visual-wrap ul li:nth-child(2) div:after {
        background-position: -320px 0
    }
    .integration-visual-wrap ul li:nth-child(4) div:after {
        background-position: -40px 0
    }
    .integration-visual-wrap ul li:nth-child(5) div:after {
        background-position: -280px -80px
    }
}

@media only screen and (max-width:767px) {
    .integration-visual-wrap ul li {
        opacity: 1;
        transform: scale(1, 1);
    }
    .umain .zp-home-banner-wrap>.content-wrap>div.zp-home-left,
    .zp-home-banner-wrap .content-wrap>div.zp-home-left {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        max-width: 1040px;
        margin: 0 auto;
    }
    .main-container-wrapper .zp-home-banner-wrap>.content-wrap>div.zp-home-left h1+p+p, .main-container-wrapper .zp-home-banner-wrap>.content-wrap .zp-home-left .watch-btn{
        margin-left: 10px;
        margin-right: 10px;
    }
    .zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration,
    .umain .zp-home-banner-wrap>.content-wrap>div.banner-sec-illustration {
        max-width: 450px;
        float: none;
        margin: 40px auto 0;
        right: auto;
        display: block;
        width: 80%;
        padding-bottom: 50px;
    }
    .integration-visual-wrap ul li.zp-main {
        margin-top: -35px;
        position: absolute;
        left: 50%;
        top: 50%;
    }
    .integration-visual-wrap ul li:nth-child(3) div {
        top: 50%;
        left: 50%;
        margin-top: -20px;
    }
    .integration-visual-wrap ul li:first-child div {
        top: 40px;
        left: 140px;
    }
    .integration-visual-wrap ul li:nth-child(2) div {
        top: 160px;
        left: 35px;
    }
    .integration-visual-wrap ul li:nth-child(4) div {
        left: 140px;
        top: 265px;
    }
    .integration-visual-wrap ul li:nth-child(5) div {
        top: 160px;
        left: auto;
        right: 0;
    }
    .integration-visual-wrap ul li:first-child div:after {
        background-position: -480px -30px
    }
    .integration-visual-wrap ul li:nth-child(2) div:after {
        background-position: -240px 0
    }
    .integration-visual-wrap ul li:nth-child(4) div:after {
        background-position: -30px 0px
    }
    .integration-visual-wrap ul li:nth-child(5) div:after {
        background-position: -390px -60px
    }
    .i18n-ar .zp-highlighted-features-wrap .features-box-wrap {
        text-align: center;
    }
    .zcalendar-faq-wrap li {
        border-top: 1px solid #ccc;
        padding: 30px 0;
    }
    .zcalendar-faq-wrap li > a {
        font-size: 16px;
        padding-right: 20px;
    }
    .i18n-ar .zcalendar-faq-wrap li > a {
        padding-left: 20px;
        padding-right: 0;
    }
    .zcalendar-faq .content-wrap{
        padding: 80px 0 0;
    }
    .zp-home-banner-wrap>.content-wrap{
        padding-bottom: 0;
    }
}