* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.z-section .content-wrap {
    max-width: 1280px;
}

h1 {
    font-family: var(--zf-primary-semibold);
    letter-spacing: -2.72px;
}

h2,h3 {
    font-family: var(--zf-primary-bold);
    letter-spacing: -1.6px;
}
h3{
    letter-spacing: 0;
}

h4 {
    font-family: var(--zf-primary-semibold);
}

.z-section {
    position: relative;
    padding: 120px 0 120px;
}

.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Banner section */
.banner-section {
    background: #fff;
    padding: 60px 0 120px;
}

.banner-cont {
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: 0 auto 110px;
    text-align: center;
    z-index: 1;
}
.cliqbar{
    position: relative;
    
}
.cliqbar::before{
    content: '';
    z-index: -1;
    position: absolute;
    width: 0%;
    background: #F7CF60;
    height: 20%;
    border-radius: 23px;
    transition: 1s all ease;
    bottom: 18%;
    transition: 1s all ease;
}
.middle-animated .cliqbar::before{
    width: 107%;
}
.sprite-icon {
    position: relative;
    width: 70px;
    height: 73px;
    display: inline-block;
    background: url(/sites/zweb/images/cliq/mobileapps/cliq-mobile-sprite.png) no-repeat;
    background-size: 579px auto;
    vertical-align: middle;
    background-position: 0 -2px;
}

/* .at-icon::before {
    position: absolute;
    content: '';
    transition: 1.2s all ease;
} */
.at-icon{
    position: relative;
    width: 70px;
    height: 73px;
    display: inline-block;
    background: #ee8350;
    border-radius: 100% 100% 0 100%;
    margin-left: 2%;
}
.at-icon > div{
    /* top: 23px; */
    position: relative;
    margin: 27px 14px;
}
.at-icon > div span{
    width: 0px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    display: block;
    margin: 4px 0;
    transition: .3s all linear;
}
.middle-animated .at-icon > div span{
    width: 42px;
}
.middle-animated .at-icon > div span:nth-child(2){
    width: 32px;
    transition-delay: .5s;
}
.middle-animated .at-icon > div span:nth-child(3){
    width: 20px;
    transition-delay: .6s;
}
.green-icon {
    width: 31px;
    height: 31px;
    background-position: -73px -2px;
    vertical-align: baseline;
}

.coll-txt {
    position: absolute;
    /* height: 35px; */
    /* overflow: hidden; */
    background-color: #ffc580;
    border-radius: 23px;
    font-family: var(--zf-primary-bold);
    /* padding: 5px 30px; */
    right: -5%;
    top: -1%;
}
  
  .coll-txt > div {
    box-sizing: border-box;
    color: #000;
    padding: 2px 10px;
    text-align: center;
    transition: .5s width linear;
  }
/* @keyframes head {
    0% {content: "Connect"}
    50% {content: "Communicate"}
    100% {content: "Collaborate"}
} */
/* .text1:before {content: '';display: inline-block;animation: head 5s linear infinite;transition: width 500ms ease;} */
  
.text1::after{
    content: '';
    position: absolute;
    background-color: #ffc580;
    border-radius: 23px;
    width: 100%;
}
.bannerimg-wrap {
    position: relative;
    background-color: #4351FF;
    border-radius: 20px;
    width: 100%;
    max-width: 95%;
    padding: 0 80px;
    margin: 0 auto;
    align-items: baseline;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-img {
    bottom: -7px;
    position: relative;
    /* transition: 1s all linear; */
}

.banner-img:nth-child(2) {
    bottom: 30px;
}

.mobile-apps-qr,
.bannerqr-code {
    position: relative;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}
.mobile-apps-qr{
    align-items: flex-start;
}
.bannerqr-code {
    max-width: 260px;
}

.qr-img {
    position: relative;
    width: 105px;
    height: 105px;
    display: block;
    background: url(/sites/zweb/images/cliq/mobileapps/qr-code.png) no-repeat;
    margin: 0;
    background-position: 0 0;
    background-size: 100% 100%;
}

.qr-text {
    max-width: 178px;
    text-align: left;
    font-size: 16px;
    font-family: var(--zf-secondary-medium);
}

.banner-cont .apps-download-links-wrap {
    display: flex;
    flex-direction: column;
}

.banner-cont .apps-download-links-wrap a {
    margin: 0px 10px 0px;
}
.banner-cont .apps-download-links-wrap a:nth-child(2){
    margin: 7px 10px 0px;
}
/* Banner section */
/* Block1 section */
.block1-section {
    background: #FFF9F2;
    position: relative;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 80px;
}

.block1-cont {
    max-width: 740px;
    margin: 0 0 80px;
}

.what-icon {
    width: 67px;
    height: 65px;
    background-position: -104px -2px;
}

.phone-icon {
    width: 37px;
    height: 65px;
    background-position: -171px -2px;
}

.fea-txtbx {
    max-width: 650px;
    margin-left: 16.5%;
    width: 100%;
    position: relative;
    /* margin-top: 4%; */
}
.features-blockwrap{
    width: 95%;
    margin: 0 auto;
    height: 780px;
}
.features-block {
    justify-content: left;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
}
.features-block.activefea{
    /* display: flex; */
    visibility: visible;
    opacity: 1;
}

.fea-bx {
    margin: 0 0 30px;
    align-items: flex-start;
    cursor: pointer;
}

.fea-img {
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
    border-radius: 50%;
    border: 1px solid #B4B1AD3C;
}

.fea-cont {
    width: calc(100% - 75px);
    max-width: 525px;
}

.fea-imgbx {
    z-index: 1;
    max-width: 336px;
    width: 100%;
    background: url(/sites/zweb/images/cliq/mobileapps/fea-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 734px;
}
/* .fea-imgbx img{
    padding: 5px;
    width: 322px;
    height: 718px;
    position: relative;
} */
.fea-img::before {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    display: block;
    background: url(/sites/zweb/images/cliq/mobileapps/cliq-mobile-sprite.png) no-repeat;
    background-size: 579px auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fea-bx.activefea .fea-1::before,.fea-bx .fea-1::before {
    background-position: -78px -75px;
    width: 31px;
}
.fea-bx .fea-1::before {
    background-position: -409px -75px;
}

.fea-bx.activefea .fea-2::before, .fea-2::before {
    background-position: -108px -75px;
    height: 20px;
}
.fea-2::before {
    background-position: -441px -74px;
}

.fea-bx.activefea .fea-3::before,.fea-3::before {
    background-position: -136px -75px;
    height: 25px;
}
.fea-3::before {
    background-position: -469px -75px;
}

.fea-bx.activefea .fea-4::before, .fea-4::before {
    background-position: -166px -75px;
    width: 22px;
    height: 22px;
}
.fea-4::before {
    background-position: -498px -75px;
}

.fea-bx.activefea .fea-5::before, .fea-5::before {
    background-position: -189px -75px;
    width: 24px;
    height: 26px;
}
.fea-5::before {
    background-position: -521px -75px;
}

.fea-bx.activefea .fea-6::before, .fea-6::before {
    background-position: -216px -77px;
    width: 28px;
    height: 27px;
}
.fea-6::before{
    background-position: -548px -77px;
}

.fea-bx.activefea .fea-7::before, .fea-7::before {
    background-position: -250px -76px;
    width: 21px;
    height: 28px;
}
.fea-7::before {
    background-position: -3px -109px;
}

.fea-bx.activefea .fea-8::before, .fea-8::before {
    background-position: -277px -75px;
    width: 26px;
    height: 25px;
}
.fea-8::before {
    background-position: -30px -108px;
}

.fea-bx.activefea .fea-9::before, .fea-9::before {
    background-position: -303px -75px;
    width: 22px;
    height: 23px;
}
.fea-9::before {
    background-position: -56px -108px;
}

.fea-bx.activefea .fea-10::before, .fea-10::before {
    background-position: -327px -75px;
    width: 22px;
    height: 23px;
}
.fea-10::before {
    background-position: -80px -108px;
}

.fea-bx.activefea .fea-11::before, .fea-11::before {
    background-position: -350px -75px;
    height: 24px;
}
.fea-11::before {
    background-position: -103px -108px;
}

.fea-bx.activefea .fea-12::before, .fea-12::before {
    background-position: -382px -78px;
    width: 22px;
    height: 19px;
}
.fea-12::before {
    background-position: -135px -111px;
}
.fea-13::before {
    background-position: -210px -107px;
    width: 23px;
}

.fea-bx.activefea .fea-13::before {
    background-position: -159px -107px; width:24px;
}

.fea-14::before {
    background-position: -233px -107px;
    width: 26px;
}


.fea-bx.activefea .fea-14::before {
    background-position: -183px -107px;
}

.fea-15::before {
    background-position: -299px -107px;
    width: 30px;
}
.fea-bx.activefea .fea-15::before{
    background-position: -416px -107px;
}
.fea-16::before {
    background-position: -339px -107px;
    width: 30px;
}
.fea-bx.activefea .fea-16::before{
    background-position: -456px -107px;
}
.fea-17::before {
    background-position: -265px -114px;
    width: 30px;
}
.fea-bx.activefea .fea-17::before{
    background-position: -382px -114px;
}


.progress {
    content: '';
    position: absolute;
    height: 1px;
    width: 218px;
    vertical-align: middle;
    top: 50%;
    right: 105%;
    z-index: 0;
    background-image: linear-gradient(to right, transparent 50%, #DED9D4 50%);
    background-size: 10px 100%;
}
.fea-bx.activefea .progress::after {
    width: 0%;
    background: #839DE9;
    position: absolute;
    content: '';
    height: 2px;
    animation: activewidth 3s linear alternate forwards;
} 

.block1-section .slick-initialized .slick-slide {
    display: flex;
}

.block1-section .slick-dots {
    position: relative;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: unset;
}

.block1-section .slick-dots li,
.block1-section .slick-dots li.slick-active {
    width: 7px;
    height: 35px;
    background: #E0E0E0;
    border-radius: 0;
    border: 1px solid #E0E0E0;
    margin: 7px 0;
}

.block1-section .slick-dots li.slick-active {
    background: #000000;
    opacity: 0.67;
    border: 1px solid #000000;
}

.block1-section .slick-slide {
    height: 705px;
    overflow: hidden;
    margin: 20px 0 23px;
    border-radius: 20px;
}

.fea-bx.activefea .fea-img::after {
    width: 0%;
    background: #839DE9;
    height: 2px;
    animation: activewidth 3s linear alternate forwards;
}
@keyframes activewidth {
    0%{
        width: -0px;
    }
    100%{
        width: 218px;
    }
}

.fea-bx.activefea .fea-img {
    background: #EEECF0;
    border: none;
}
.fea-tabs{
    position: absolute;
    right: 0;
    top: 50%;
}
.fea-tabs li{
    width: 7px;
    height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #e0e0e0;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    margin: 7px 0;
}
.fea-tabs li.activefea {
    background: #000;
    opacity: .67;
    border: 1px solid #000;
}
/* Block1 section */
/* Block2 section */
.block2-cont {
    position: relative;
    width: 100%;
    max-width: 991px;
    margin: 0 auto 60px;
}

.block2-cont h2 {
    text-align: center;
    margin: 0 auto;
}

.star-icon {
    width: 49px;
    height: 48px;
    background-position: -208px -2px;
}

.smile-icon {
    width: 58px;
    height: 59px;
    background-position: -257px 0px;
}

.testi-contwrap {
    max-width: 825px;
    margin: 0 auto;
}

.testi-cont p {
    font-size: 28px;
    font-family: Roboto Slab, 'Zoho_Puvi_RegularItalic';
}

.testi-author {
    max-width: 290px;
    justify-content: left;
    align-items: center;
}

.au-name {
    font-size: 20px;
}

.au-img {
    width: 80px;
    height: 80px;
    display: block;
    background: url(/sites/zweb/images/cliq/mobileapps/playstore-logo.png) no-repeat;
    background-size: 100%;
    margin-right: 5%;
}
.testi-cont.app-store .au-img{
    background: url(/sites/zweb/images/cliq/mobileapps/appstore-logo.png) no-repeat;
    background-size: 100%;
}

.au-desc {
    color: #5F5F5F;
    font-size: 17px;
}

.au-desc::after {
    content: '';
    position: relative;
    width: 78px;
    height: 13px;
    display: inline-block;
    background: url(/sites/zweb/images/cliq/mobileapps/cliq-mobile-sprite.png) no-repeat;
    background-size: 579px auto;
    background-position: 1px -75px;
}

.block2-section .slick-dots {
    text-align: left;
    /* margin-left: 11%; */
    position: relative;
    /* bottom: -5%; */
    /* transition: .5s all ease; */
    /* width: auto; */
}

.block2-section .slick-dots li.slick-active,
.block2-section .slick-dots li {
    width: 35px;
    height: 4px;
    background: #E0E0E0;
    border: 1px solid #E0E0E0;
    border-radius: 0;
}

.block2-section .slick-dots li.slick-active {
    background: #707070;
    border: 1px solid #707070;
}

.block2-section button.slide-arrow.prev-arrow.slick-arrow,
.block2-section button.slide-arrow.next-arrow.slick-arrow {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    top: 26%;
    left: -10%;
    position: absolute;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) translateY(-50%);
}

.block2-section button.slide-arrow.next-arrow.slick-arrow {
    -webkit-transform: scaleX(1) translateY(-50%);
    transform: scaleX(1) translateY(-50%);
    left: unset;
    right: -10%;
}

/* Block2 section */
/* Block3 section */
.block3-section {
    padding: 0;
    max-width: 1680px;
    margin: 0 auto;
}

.block3-cont {
    max-width: 687px;
    margin-left: 18%;
}



.block3-cont p {
    max-width: 58%;
    margin: 0;
}

.block-text {
    text-align: center;
    max-width: 435px;
    margin: 45px auto 0;
    font-size: 30px;
    font-family: var(--zf-primary-semibold);
}

.block3-sliderwrap {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    margin-top: 40px;
}
.block3-sliderwrap::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
/* Track */
.block3-sliderwrap::-webkit-scrollbar-track {
    background: #F5F5F7;
    border-radius: 9px;
    height: 10px;
}
/* Handle */
.block3-sliderwrap::-webkit-scrollbar-thumb {
    position: relative;
    background: #4351FF;
    border-radius: 6px;
    height: 5px;
}
.block3-sliderwrap::-webkit-scrollbar-track-piece:end {
    margin-right: 300px;
}
.block3-sliderwrap::-webkit-scrollbar-track-piece:start {
    margin-left: 300px;
}
.block3-sliderwrap::-webkit-scrollbar {
    width: 200px;
}
.block3-sliderwrap {
  -ms-overflow-style: none;  
  scrollbar-width: none; 
}
.blockslide{
    position: relative;
    width: 2960px;
    display: flex;
}
.block3-slides:first-child {
    margin-left: 14.3%;
}
.block3-slides{
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 0 20px 45px;
    transition: .5s all ease;
}

/* Block3 section */
/* Block4 section */
.block4-inner-section {
    position: relative;
    background-color: #363636;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    padding-top: 80px;
}

.block4-cont {
    position: relative;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
}

.block4-cont p {
    width: 100%;
    max-width: 100%;
    position: absolute;
    color: #fff;
    z-index: 1;
}

.call-icon {
    width: 61px;
    height: 61px;
    background-position: -315px -1px;
}

.drive-icon {
    width: 59px;
    height: 60px;
    background-position: -377px 0px;
    border-radius: 50%;
}
.block4-img{
    bottom: -6px;
    position: relative;
}
.block4-img img {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}
.car-dashboard {
    top: 59.7%;
    left: 31.3%;
    position: absolute;
    width: 29%;
    height: 184px;
    transform: translate3d(0px, 0px, 0px);
    perspective: 1100px;
}
.car-dashboard video {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotateX(14deg);
    border-radius: 35px;
}
/* Block4 section */
/* Block5 section */
.block5-cont {
    position: relative;
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
}

.block5-left {
    position: relative;
    /* background: url(https://via.placeholder.com/327x558); */
    /* height: 558px; */
    width: 327px;
}

.block5-right {
    width: 100%;
    max-width: 621px;
}

.bell-icon {
    width: 74px;
    height: 62px;
    background-position: -435px -2px;
}

.watch-icon {
    width: 47px;
    height: 65px;
    background-position: -521px -5px;
}
/* Zh-hant Starts */
.i18n-zh-hant .block2-section {
 display:none;
}
/* Zh-hant Ends */

@media only screen and (min-width: 1300px) {
    /* .middle-animated .cliqbar{
        width: 31.5%;
    } */
    .coll-txt{
        transform: translateX(50px);
        transition: 1s all ease;
        transition-delay: .5s;
    }
    .middle-animated .coll-txt{
        transform: translateX(0px);
    }
    /* .at-icon::before {
        width: 42px;
        height: 30px;
        background: #ee8350;
        left: 15px;
        top: 21px;
    }

    .middle-animated .at-icon::before {
        animation-name: textanim;
        animation-duration: .8s;
        animation-delay: .8s;
        animation-iteration-count: 1;
        animation-direction: reverse;
        animation-fill-mode:forwards;
    }

    @keyframes textanim {
        from {
            width: 0;
            background: transparent;
            visibility: hidden;
        }
        to {
            width: 42px;
            visibility: visible;
        }
    } */

    /* .middle-animated .green-icon {
        animation: blinking 1.5s infinite forwards alternate;
    }
    
    .middle-animated .star-icon {
        animation: blinking 1.5s 3 forwards alternate;
    }

    @keyframes blinking {
        0% {
            transform: scale(.7);
        }

        100% {
            transform: scale(1);
        }
    }

    .animated .what-icon {
        animation: rotate-x .5s 1 linear forwards;
        transform-origin: center center;
    }

    .what-icon::before {
        content: '';
        width: 25px;
        height: 35px;
        display: block;
        background: #fb667f;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 14px;
        opacity: 1;
        transition: .5s .6s ease all;
    }

    .animated .what-icon::before {
        opacity: 0;
    }

    @keyframes rotate-x {
        0% {
            transform: rotate(0);
        }

        100% {
            transform: rotate(360deg);
        }
    } */

    /* .middle-animated .phone-icon {
        -webkit-animation: vibrate 2s cubic-bezier(.36, .07, .19, .97) infinite;
        animation: vibrate 2s cubic-bezier(.36, .07, .19, .97) infinite;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 300px;
        perspective: 300px;
    }

    @keyframes vibrate {

        0%,2%,4%,6%,8%,10%,12%,14%,16%,18% {
            -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
        }

        1%,3%,5%,7%,9%,11%,13%,15%,17%,19% {
            -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0);
        }

        20%,100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    .smile-icon::before {
        content: '';
        display: block;
        position: relative;
        width: 27px;
        height: 10px;
        background: #ecf7f6;
        top: 34px;
        left: 16px;
        transition: 1s all ease;
        transition-delay: .8s;
    }
    .middle-animated .smile-icon::before {
        width: 0;
    }
    .middle-animated .drive-icon{
        transform-origin: 50% 50%;
        transform-style: preserve-3D;
        animation: rotatedrive 1.5s linear infinite alternate-reverse;
    }
    @keyframes rotatedrive {
        0%{
            transform: rotate(-30deg);
        }
        35%{
            transform: rotate(0deg);
        }
        70%{
            transform: rotate(30deg);
        }
        100%{
            transform: rotate(0deg);
        }
    }
    .middle-animated .bell-icon{
        transform-origin: 50% 0%;
        transform-style: preserve-3D;
        animation: rotatebell .5s linear 2 alternate-reverse;
    }
    @keyframes rotatebell {
        0%{
            transform: rotate(0deg);
        }
        30%{
            transform: rotate(20deg);
        }
        70%{
            transform: rotate(-20deg);
        }
        100%{
            transform: rotate(0deg);
        }
    } */
}
.block5-right p {
    width: 100%;
    max-width: 565px;
    margin-left: 0;
}

/* Block5 section */
/* Bottom Cont */
.bottom-section{
    padding-top: 60px;
}
.bottom-cont {
    position: relative;
    width: 100%;
    max-width: 684px;
    margin: 0 auto;
    text-align: center;
}

.bottom-cont .qr-img {
    width: 160px;
    height: 160px;
    background: url(/sites/zweb/images/cliq/mobileapps/qr-code.png) no-repeat;
    margin: 0 auto 50px;
    background-position: 0 0;
    background-size: 100% 100%;
}

.apps-download-links-wrap {
    margin-bottom: 20px
}

.apps-download-links-wrap a {
    display: none;
    height: 50px;
    margin: 10px;
    width: 157px !important;
    background: url(/sites/zweb/images/zoho_general_pages/zgheader-footer-sprite.png) no-repeat;
    background-size: 1175px auto;
    /* border: 1px solid #000; */
}

.apps-download-links-wrap a.app-store {
    background-position: -1px -59px;
}

.apps-download-links-wrap a.g-play {
    background-position: -159px -59px;
}

/* Bottom Cont */


@media only screen and (min-width: 1400px) {
    .banner-section h1 {
        font-size: 90px;
        margin: 0 auto 48px;
        line-height: 1.1;
        letter-spacing: normal;
    }
    .i18n-en h2 {
        font-size: 56px;
        margin-bottom: 25px;
        line-height: 1.1;
        letter-spacing: normal;
    }
    .i18n-en .bottom-cont h3 {
        font-size: 48px;
        letter-spacing: normal;
    }
    .block3-cont h2 {
        margin-bottom: 15px;
    }
    h4 {
        font-size: 21px;
        margin: 13px 0 10px;
        letter-spacing: normal;
    }
    .i18n-en .fea-txtbx p {
        font-size: 19px;
        margin-bottom: 0;
    }
    .i18n-en .block3-cont p{
        font-size: 19px;
    }
    .i18n-en .block4-cont p,.i18n-en .block5-cont p{
        font-size: 20px;
    }
    .block-text{
        font-size: 28px;
    }
    .bottom-cont .qr-img{
        margin: 0 auto 30px;
    }
    .z-section{
        padding: 100px 0 100px;
    }
}
@media only screen and (min-width: 1600px) {
    .banner-section h1 {
        font-size: 136px;
        margin: 0 auto 48px;
    }
    .i18n-en .z-section h2 {
        font-size: 80px;
        margin-bottom: 25px;
    }
    .i18n-en .bottom-cont h3 {
        font-size: 58px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .coll-txt{
        right: 8%;
        top: -5%;
    }
    .at-icon{
        transform: scale(0.8);
        vertical-align: middle;
    }
    .block2-cont{
        max-width: 1000px;
    }
.i18n-ar .coll-txt {
        left: 8%;
        right: unset;
    } 
}
@media only screen and (max-width: 1500px) {
    .block3-slides:first-child {
        margin-left: 9%;
    }
   .i18n-ar .block3-slides:first-child {
        margin-right: 9%;
        margin-left: unset;
    }
    .block-text{
        font-size: 28px;
    }
    .bottom-cont .qr-img{
        margin: 0 auto 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .banner-section h1 {
        font-size: 90px;
        margin: 0 auto 45px;
        line-height: 1.1;
        letter-spacing: normal;
    }
    .i18n-en h2 {
        font-size: 56px;
        margin-bottom: 20px;
        line-height: 1.1;
        letter-spacing: normal;
    }
    .i18n-en .bottom-cont h3 {
        font-size: 48px;
        letter-spacing: normal;
    }
    h4 {
        font-size: 21px;
        margin: 13px 0 10px;
        letter-spacing: normal;
    }
    .i18n-en .fea-txtbx p {
        font-size: 17px;
    }
    .progress{
        width: 160px;
    }
    @keyframes activewidth {
        0%{
            width: -0px;
        }
        100%{
            width: 160px;
        }
    }
    .block1-section .slick-slide{
        height: auto;
    }
    .fea-cont .break{
        display: none;
    }
    .fea-bx{
        margin: 0 0 10px;
    }
    .fea-txtbx{
        margin-left: 11.3%;
        max-width: 50%;
    }
    .blockslide{
        width: 2800px;
    }
    .block3-slides:first-child {
        margin-left: 10.5%;
    }
    .block-text{
        margin: 30px auto 0;
    }
    .z-section{
        padding: 100px 0 100px;
    }
    .fea-img{
        transform: scale(.9);
    }
    .car-dashboard{
        top: 60%;
        height: 179px;
        transform: translate3d(0px, -2px, 0px);
    }
}
@media only screen and (max-width: 1300px) {
    .car-dashboard {
        height: 168px;
    }
    .fea-txtbx {
        margin-left: 12%;
    }
}
@media only screen and (max-width: 1280px) {
    .z-section {
        padding: 100px 0 100px;
    }
    .block3-slides:first-child {
        margin-left: 9%;
    }
    .block1-section {
        padding-bottom: 50px
    }
    .bottom-section{
        padding-top: 40px;
    }
    .block3-section{padding: 0;}
    .bannerimg-wrap {
        padding: 0 5%;
        max-width: 100%;
    }
    .blockslide{
        width: 2730px;
    }
    /* .fea-txtbx {
        margin-left: 12.1%;
        margin-top: 2%;
    } */
    /* .features-blockwrap {
        height: 670px;
    } */
    .block3-sliderwrap::-webkit-scrollbar-track-piece:end {
        margin-right: 250px;
    }
    .block3-sliderwrap::-webkit-scrollbar-track-piece:start {
        margin-left: 250px;
    }
    .fea-txtbx {
        margin-left: 13%;
    }
}
@media only screen and (max-width: 1199px) {
    .z-section {
        padding: 60px 0 60px;
    }
    .block1-section {
        padding-bottom: 50px;
    }
    .at-icon{
        transform: scale(0.8);
        vertical-align: middle;
    }
    h4 {
        font-size: 20px;
        margin: 10px 0 8px;
    }
    .coll-txt{
        top: -5%;
    }
    .bottom-section{
        padding-top: 20px;
    }

    .banner-cont {
        max-width: 685px;
        margin: 0px auto 11%;
    }

    .banner-img {
        width: 30%;
    }
    .block1-cont{margin: 0 0 50px;}
    .block2-section{
        padding-top: 60px;
    }
    .block2-cont {
        max-width: 730px;margin: 0 auto 3%;
    }
    .block3-cont{
        margin: 0 auto;
    }
    .blockslide {
        width: 2540px;
    }
    .block3-slides:first-child {
        margin-left: 8%;
    }
    .block3-cont h2{margin-bottom: 10px;}
    .block3-cont p{max-width: 100%;}
    
    .block-text{
        font-size: 20px;
        margin: 15px auto 7px;
    }
    .block3-sliderwrap::-webkit-scrollbar-track-piece:end {
        margin-right: 70px;
    }
    .block3-sliderwrap::-webkit-scrollbar-track-piece:start {
        margin-left: 70px;
    }

    .testi-contwrap {
        max-width: 75%;
    }

    .testi-cont p {
        font-size: 24px;
    }

    .block4-cont {
        max-width: 735px;
    }
    
    .block3-slides{
        margin: 0 20px 20px;
    }
    .block5-right {
        max-width: 62%;
    }

    .bottom-cont .qr-img {
        margin: 0 auto 35px;
    }

    .bottom-cont {
        max-width: 585px;
    }
    .i18n-en .fea-txtbx p{
        margin: 0 0 15px;
        font-size: 16px;
    }
    /* Block 2 Unslick */
    .features-block{
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    .fea-imgbx {
        display: none;
    }

    .fea-txtbx {
        max-width: 100%;
        margin-left: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .fea-bx {
        width: 48%;
        margin: 0 0 20px;
    }
    .fea-txtbx{
        margin-top: 0;
    }
    .fea-bx .fea-img {
        transform: scale(0.85);
    }
    .fea-img::after,.fea-tabs {
        display: none;
    }
    .progress{
        display: none;
    }
    .features-blockwrap{
        height: auto;
    }
    /* Block 2 Unslick */
    .car-dashboard {
        height: 168px;
    }
}
@media only screen and (max-width: 1100px) {
    .car-dashboard {
        height: 150px;
    }
}
@media only screen and (max-width: 1080px) {
    .block4-cont p{position: relative;}
    .i18n-en .fea-txtbx p {
        margin: 0 0 10px;
        font-size: 15px;
    }
    .block3-slides:first-child {
        margin-left: 6%;
    }
    .blockslide {
        width: 2460px;
    }
    .car-dashboard {
        height: 145px;
    }
}
@media only screen and (max-width: 1023px) {
    .car-dashboard {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .banner-section h1 {
        font-size: 50px;
        letter-spacing: 0;
    }

    h2 {
        font-size: 35px;
        letter-spacing: 0;
    }
    .i18n-en .bottom-cont h3{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .banner-cont{
        margin: 0px auto 7%;
    }
    .sprite-icon {
        transform: scale(.6);
    }
    .at-icon{
        transform: scale(.7);
        vertical-align: middle;
    }
    .coll-txt {
        top: -15%;
        font-size: 16px;
        padding: .8% 4%;
    }
    .mobile-apps-qr{
        transform: scale(.8);
    }
    .block1-cont {
        max-width: 565px;
        text-align: center;
        margin: 0 auto 4%;
    }
    .fea-cont .break{
        display: none;
    }
    
    .block3-cont{
        text-align: center;
    }
    .block3-sliderwrap{
        margin-top: 15px;
    }
    .testi-cont p {
        font-size: 20px;
    }
    

    .au-name {
        font-size: 18px;
    }

    .au-desc {
        font-size: 15px;
    }

    .block4-cont {
        max-width: 595px;
    }
    .block3-sliderwrap{
        overflow: unset;
    }
    .block3-slides:first-child{
        margin: 20px auto 30px;
    }
    .block3-slides{
        margin: 0 auto 30px;
    }
    .block3-slides:last-child{
        margin: 0 auto 0px;
    }
    .blockslide{
        width: 100%;
        flex-direction: column;
    }

    .block5-cont {
        max-width: 885px;
    }
 .i18n-ar .block3-cont h2,.i18n-ar .block3-cont p,.i18n-ar .block1-cont h2 {
        text-align: center;
    } 
    .i18n-ar .block3-slides:first-child {
        margin: 20px auto 30px;
    }
    .i18n-ar .block3-cont {
        margin: 0 auto;
    }

    .block5-left {
        max-width: 40%;
    }

    .block5-right {
        max-width: 55%;
    }

    
    /* .testi-contwrap {
        max-width: 600px;
    } */

    .block4-inner-section {
        padding-top: 9%;
    }
    
    .block-text {
        max-width: 395px;
        margin: 10px auto 10px;
    }
    .coll-txt {
        display: none;
    }
    .bottom-cont .qr-img {
        margin: 0 auto 20px;
    }
    .bottom-cont {
        max-width: 465px;
    }
    .bottom-cont .qr-img {
        width: 120px;
        height: 120px;
    }
    .bottom-cont .apps-download-links-wrap{
        transform: scale(.8);
    }
}

@media only screen and (max-width: 767px) {
    .banner-cont {
        margin: 0px auto 8%;
    }

    .banner-img:nth-child(2) {
        bottom: 40px;
    }

    .fea-bx {
        width: 100%;
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }

    .fea-cont {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .fea-cont h4 {
        margin: 0px 0 10px;
    }

    .fea-bx .fea-img {
        margin: 0 auto 10px;
    }

    .block2-cont {
        margin: 0 auto 4%;
    }
    .block3-sliderwrap{
        max-width: 90%;
        margin: 0 auto;
    }
    .block4-cont {
        max-width: 90%;
        text-align: center;
    }

    .block5-cont {
        flex-direction: column-reverse;
    }

    .block5-right {
        max-width: 80%;
        text-align: center;
    }

    .block5-right p,
    .block4-cont p {
        max-width: 100%;
    }

    .testi-contwrap {
        max-width: 85%;
    }
 .i18n-ar .fea-cont p,.i18n-ar .fea-cont h4,.i18n-ar .block4-cont p,.i18n-ar .block4-cont h2,.i18n-ar .block5-right h2,.i18n-ar .block5-right p {
        text-align: center;
    } 
 

}
@media only screen and (max-width: 610px) {
    .sprite-icon, .at-icon{
        display: none;
    }
    .mobile-apps-qr,.bottom-cont .apps-download-links-wrap{
        transform: scale(1);justify-content: center;
    }
    .bannerqr-code,.bottom-cont .qr-img{
        display: none;
    }
    .banner-cont .apps-download-links-wrap,.bottom-cont .apps-download-links-wrap{
        display: flex !important;
        flex-direction: row;
    }
    .banner-cont .apps-download-links-wrap a:nth-child(2){
        margin: 0px 10px 0px;
    }
    .bottom-cont .apps-download-links-wrap a:nth-child(2){
        margin: 10px 0;
    }
    .block2-cont h2{
        text-align: left;
        max-width: 80%;
        margin: 0 8px 0 0;
    }
    .slide-arrow {
        display: none !important
    }
    .testi-contwrap {
        max-width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .z-section {
        padding: 30px 0 30px;
    }
    .banner-section h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 28px;
    }

    .banner-img:nth-child(2) {
        bottom: 20px;
    }

    .mobile-apps-qr {
        flex-direction: column;
        align-items: center;
    }

    .block5-right {
        max-width: 100%;
    }

    

    
    .banner-cont .apps-download-links-wrap a {
        margin: 0px 0px 0px;
    }
    .block1-cont{
        margin: 0 auto 6%;
    }
    .fea-cont h4{
        max-width: 80%;
        margin: 0 auto 10px;
    }
    .block-text,.block5-right h2{
        max-width: 80%;
    }
    .block5-right h2{
        margin: 0 auto 15px;
    }
    [data-name="three"] .fea-bx:last-child h4{
        max-width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    h2 {
        font-size: 27px;
    }
    .banner-cont .apps-download-links-wrap, .bottom-cont .apps-download-links-wrap{
        transform: scale(.9);
        flex-direction: column;
        align-items: center;
    }
    .banner-cont .apps-download-links-wrap a:first-child{
        margin-bottom: 7px;
    }
    .bottom-cont .apps-download-links-wrap a{
        margin: 10px 0 0;
    }
    .fea-cont h4,.block-text{
        max-width: 90%;
    }
    .block2-cont h2{
        max-width: 100%;
    }
}



/*  */
.fea-inner{
    position: relative;
    width: 96%;
    background-image: url(/sites/zweb/images/cliq/mobileapps/fea-sprite-1.jpg);
    background-repeat: no-repeat;
    background-size: 1300px auto;
    background-position: 0px 0px;
    height: 98%;
    margin: 7px 7px;
    border-radius: 30px;
    transition: .5s linear background-position;
}
[data-name="one"] .fea-inner{
    background-image: url(/sites/zweb/images/cliq/mobileapps/fea-sprite-1.jpg);
}
[data-name="two"] .fea-inner{
    background-image: url(/sites/zweb/images/cliq/mobileapps/fea-sprite-2.jpg);
    background-position: 0px 0px;
}
[data-name="three"] .fea-inner{
    background-image: url(/sites/zweb/images/cliq/mobileapps/fea-sprite-3.jpg);
}
[data-name="four"] .fea-inner{
    background-image: url(/sites/zweb/images/cliq/mobileapps/fea-sprite-4.jpg);
}
[data-name="five"] .fea-inner{
    background-image: url(/sites/zweb/images/cliq/mobileapps/fea-sprite-5.jpg);
}

/*  */

/* other-lang start */
.other-lang .block2-section {
    display: none;
}

.i18n-de .qr-text,.i18n-id .qr-text  {
    max-width: 138px;
}


.i18n-ar .banner-cont h1,.i18n-ar .block-text,.i18n-ar .bottom-cont h3,.i18n-ar .apps-download-links-wrap {
    text-align: center;
}
.i18n-ar .fea-txtbx {
    margin-right: 16.5%;
    margin-left: unset;
}
.i18n-ar .block3-slides:first-child {
    margin-right: 14.3%;
    margin-left: unset;
}
.i18n-ar .progress {
    left: 105%;
    right: unset;
}
.i18n-ar .fea-tabs {
    left: 0;
    right: unset;
}
.i18n-ar .features-block {
    justify-content: right;

}
.i18n-ar .coll-txt {
    left: -5%;
    right: unset;
}
.i18n-ar .block3-cont {
    margin-right: 18%;
    margin-left: unset;
}
@media only screen and (max-width: 1500px) {
    .i18n-ar .block3-slides:first-child {
        margin-right: 9%;
        margin-left: unset;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .i18n-ar .coll-txt {
        left: 8%;
        right: unset;
    } 
}

@media only screen and (max-width: 991px) {
    .i18n-ar .block3-cont h2,.i18n-ar .block3-cont p,.i18n-ar .block1-cont h2 {
        text-align: center;
    } 
    .i18n-ar .block3-slides:first-child {
        margin: 20px auto 30px;
    }
    .i18n-ar .block3-cont {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {

   .i18n-ar .fea-cont p,.i18n-ar .fea-cont h4,.i18n-ar .block4-cont p,.i18n-ar .block4-cont h2,.i18n-ar .block5-right h2,.i18n-ar .block5-right p {
        text-align: center;
    } 
    .i18n-ar .fea-txtbx {
        margin: 0 auto;
    }
}

/* other-lang end */
