*,
*:before,
*:after {
    box-sizing: border-box;
}

.mobile-view {
    display: none;
}

.zw-product-header {
    background: #f7fbff;
}

.desktop-view {
    display: block;
}

.main-container #header {
    background-color: #f7fbff;
}

.banner-section {
    padding-top: 100px;
    background-color: #F7FBFF;
}

.banner_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.head_content {
    margin: auto;
    text-align: center;
}

.banner_inner .head_content h1 {
    font: 48px Zoho_Puvi_Bold;
    margin-bottom: 20px;
}

.banner_inner .head_content p span {
    display: block;
}

.banner_inner .head_content p {
    font: 20px Zoho_Puvi_Regular, sans-serif;
    color: #000000;
    margin: auto;
    margin-bottom: 20px;
    line-height: 32px;
    max-width: 970px;
}

.banner_inner .head_content a,
.btm-section a {
    color: #ffffff;
    width: 226px;
    padding: 12px;
    text-align: center;
    background: #f0483f;
    border: none;
    outline: none;
    display: inline-block;
}

.head_content .act-btn.cta-btn {
    margin: 15px auto 20px;
    padding: 13px;
    border: 1px solid #f1473f;
}

.banner_inner .head_content a {
    margin-top: 20px;
}

.banner-img {
    padding: 0px 0px 70px;
}

.banner_inner .head_content p {
    font-size: 19px;
}

.data-wrangling-tools {
    padding: 90px 0px;
    text-align: center;
    background: #6F7BEC;
}

.data-wrangling-tools h2 {
    font-size: 46px;
    font-family: Zoho_Puvi_Bold;
    color: #fff;
    width: 100%;
    max-width: 75%;
    margin: 0 auto 15px;
}

.data-wrangling-tools p {
    font-size: 17px;
    font-family: Zoho_Puvi_Regular, sans-serif;
    line-height: 30px;
    color: #fff;
    max-width: 900px;
    margin: auto;
}

.banner-section {
    margin-bottom: 0px;
}



.save-your-time-section {
    padding: 80px 0px;
    background: #65BD86;
    background-size: contain;
    background-position: 80% center;
}

.save-your-time-inner {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
}

.save-your-time-inner h2 {
    font-family: Zoho_Puvi_Bold;
    font-size: 46px;
    line-height: 52px;
    /* margin-bottom: 30px; */
    color: #fff;
    max-width: 63%;
    margin: 0 auto 15px;
}

.save-your-time-inner p {
    font-size: 18px;
    font-family: Zoho_Puvi_Regular, sans-serif;
    line-height: 30px;
    color: #fff;
    margin: 0px auto;
    max-width: 800px;
}

.save-your-time-inner p span {
    display: block;
}

/* .stop-data-section {
    padding: 120px 0px;
}
.stop-data-inner h2 {
    font-family: Zoho_Puvi_Bold;
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 100px;
    text-align: center;
} */
.flex_div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_item {
    width: 30%;
    margin: 25px 0px;
}

.flex_item:nth-child(odd) {
    margin-right: 0px;
}

.flex_item h3 {
    position: relative;
    padding-top: 55px;
    margin-bottom: 10px;
}

.flex_item p {
    font-size: 17px;
    font-family: Zoho_Puvi_Regular, sans-serif;
    line-height: 30px;
    margin-bottom: 0px;
}

.flex_item h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: url("/sites/zweb/images/dataprep/features/features-icon.png") no-repeat;
    background-size: 360px auto;
    background-position: -22px -17px;
    opacity: 0;
    transform: scale(0);
    transition: all 1200ms ease;
}

.flex_item:nth-child(2) h4:before {
    background-position: -18px -84px;
}

.flex_item:nth-child(3) h4:before {
    background-position: -90px -18px;
}

.flex_item:nth-child(4) h4:before {
    background-position: -220px -16px;
}

.flex_item:nth-child(5) h4:before {
    background-position: -222px -85px;
}

.flex_item:nth-child(6) h4:before {
    background-position: -153px -17px;
}

.explore_btn {
    border: 1px solid #bbb;
    color: #000;
    padding: 8px 20px;
    font-size: 13px;
    font-family: Zoho_Puvi_SemiBold;
    text-transform: uppercase;
    display: block;
    margin: 60px auto 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    display: inline-block;
}

.text-center {
    text-align: center;
}

.btm-section {
    color: #fff;
    text-align: center;
    padding: 80px 0px;
    background-image: -webkit-linear-gradient(90deg, #041b26 0%, #083349 100%);
}

.btm-section h2 {
    font-family: Zoho_Puvi_Bold;
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 30px;
}

.stageList-content {
    position: sticky;
    top: 90px;
    background: #fff;
    transition: all ease 0.5s;
    padding: 0px 25px 30px;
    transform-origin: center;
}

li .stage_content {
    opacity: 0.5;
}

li.active .stage_content {
    opacity: 1;
}

.stageList-content img {
    transform: translateY(60px);
    border: 8px solid #000;
    border-radius: 15px;
}

.banner-img {
    transform: translateY(30px);
    transition: all 1200ms ease;
}

.stageList-content.start-animation img {
    animation: moveY 1s;
    transform: translateY(0px);
}

.content-wrap.middle-animated .flex_item h3:before {
    opacity: 1;
    transform: scale(1);
}

/* .content-wrap.middle-animated .banner-img {
    transform: translateY(0px);
} */

@keyframes moveY {
    0% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(0px);
    }
}

.banner_inner .head_content a.video-watch-btn {
    border: 1px solid #0167ff;
    position: relative;
    color: #0167ff;
    display: inline-block;
    text-indent: 15px;
    background: transparent;
}

.mob_vid-icn {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #0167ff;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    border-radius: 0;
    position: absolute;
    top: 18px;
    left: 40px;
}

.access_cta {
    margin-right: 20px;
}

.testimonial-block {
    position: relative;
    padding: 90px 0 10px;
    background-color: #FAFAFA;
}

.testimonial-inner {
    width: 850px;
    margin: 100px auto;
    position: relative;
}

.slider-icon {
    content: "";
    position: absolute;
    left: -120px;
    top: -110px;
    background: #fff9ea;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    z-index: 1;
    display: inline-block;
    transition: ease all 0.5s;
    font-size: 0;
}

.slider-icon:before {
    content: "";

    background: url(/sites/zweb/images/dataprep/data-blending/connectors-template-sprite.png) no-repeat 0 0/150px auto;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 60px;
    top: 60px;
    background-position: -71px -5px;
    z-index: 0;
}

.testimonial-block p {
    color: #000;
    font-family: var(--zf-secondary-regular);
    font-size: 25px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.testimonial-block .table-wrap {
    width: auto;
    padding-top: 30px;
    display: flex;
}

.testimonial-block .table-wrap .colum.avatar-img {
    width: 60px;
    margin-right: 15px;
}

.testimonial-block .table-wrap .avatar-img img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.testimonial-block .table-wrap .column.right {
    width: auto;
    padding-top: 7px;
}

.table-wrap>.column {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.testimonial-block .table-wrap h6 {
    font-size: 17px;
    margin-bottom: 0;
    color: #9a8247;
    font-weight: bold;
}

.testimonial-block .table-wrap h6+p {
    font-size: 13px;
    margin-bottom: 0;
}

.testimonial-block p {
    color: #000;
    font-family: var(--zf-secondary-regular);
    font-size: 25px;
    margin-bottom: 0;
    position: relative;
}


/* Join Append */
.join-section {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 100px 0;
}

.join-section .content-wrap {
    max-width: 1170px;
}

.join-inner-section {
    position: relative;
    padding: 0 0 50px;
}

.join-inner-section.flex_div,
.append-inner-section.flex_div {
    align-items: center;
}

.join-lft,
.apnd-lft {
    max-width: 420px;
    width: 100%;
}

.join-rgt,
.apnd-rgt {
    width: 100%;
    max-width: 43%;
}

/* Why DataBlend */
.why-datablend {
    position: relative;
    background-color: #FFF;
    width: 100%;
    padding: 100px 0 80px;
}

.whydata-inner-section {
    position: relative;
}

.whydata-inner-section ul {
    width: 100%;
    position: relative;
    max-width: 63%;
    margin: 0 auto;
}

.whydata-inner-section ul li {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.tick {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(/sites/zweb/images/dataprep/data-blending/check-icon.png) no-repeat;
    background-size: 100%;
    margin: 5px 10px 0 0;
}

.whydata-inner-section ul li p {
    width: 90%;
    position: relative;
}

.whydata-inner-section h2 {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 auto 50px;
}

/* Why DataBlend */

@media (max-width: 1199px) {

    .banner-section,
    .preparing-data-section,
    .save-your-time-section,
    .stop-data-section,
    .btm-section {
        padding: 60px 0px;
    }

    .banner-img {
        padding: 0px 0px;
    }

    .banner-section {
        margin-bottom: 0px;
    }

    .data-wrangling-tools {
        padding: 60px 0px;
    }

    .slider-icon {
        left: -100px;
    }

    .whydata-inner-section ul {
        max-width: 75%;
    }
}

@media (max-width: 1023px) {

    .banner_inner .head_content h1,
    .data-wrangling-tools h2,
    .preparing_inner h2,
    .save-your-time-inner h2,
    .stop-data-inner h2,
    .btm-section h2 {
        font-size: 35px;
        margin: 0 auto 15px;
    }

    .source_content h3 {
        font-size: 24px;
    }

    .flex_item h3 {
        font-size: 20px;
    }

    .banner_inner .head_content p {
        max-width: 80%;
        margin: 0 auto;
    }

    .banner_inner .head_content p,
    .banner_inner .head_content button,
    .btm-section button,
    .data-wrangling-tools p,
    .stageList-content p,
    .save-your-time-inner p,
    .flex_item p,
    .explore_btn {
        font-size: 17px;
    }

    .stop-data-inner h2 {
        margin-bottom: 40px;
    }

    .save-your-time-inner h2 {
        margin-bottom: 10px;
        line-height: 40px;
        margin: 0 auto 20px;
    }

    .save-your-time-inner p span {
        display: inline;
        line-height: 30px;
        font-size: 22px;
    }

    .testimonial-inner {
        width: 75%;
    }

    .whydata-inner-section ul {
        max-width: 85%;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .stage_flex ul {
        display: none;
    }

    p {
        font-size: 17px;
    }

    .stageList-content {
        position: unset;
        margin-bottom: 100px;
        padding: 0 10px 30px;
        min-height: auto;
        margin-bottom: 70px;
    }

    .stage_content {
        border-bottom: 0;
    }

    .stageList-content {
        display: block;
    }

    .stageList-content .mob-flex {
        display: flex;
    }

    .stage-icon {
        margin-right: 15px;
    }

    .stageList-content img {
        width: 700px;
        max-width: 98%;
        margin: 0 auto;
        display: block;
        transform: translateY(0px);
    }

    .source_content h3 {
        margin-bottom: 10px;
    }

    .stageList-content .stage_content {
        margin-bottom: 20px;
    }

    .preparing_inner h2 {
        line-height: 40px;
        margin-bottom: 50px;
    }

    /* .testimonial-block {
        width: 85%;
    } */
    .slider-icon {
        left: -70px;
        top: -120px;
    }

    .source_content .stageList-content:last-child(),
    .stageList-content:nth-child(6) {
        margin-bottom: 0px;
    }

    .data-wrangling-tools p {
        width: 65%;
        margin: 0 auto;
    }

    .join-inner-section {
        padding: 0 0;
        margin-bottom: 35px;
    }

    .join-inner-section.flex_div,
    .append-inner-section.flex_div {
        flex-direction: column;
        text-align: center;
    }

    .append-inner-section.flex_div {
        flex-direction: column-reverse;
    }

    .join-lft,
    .apnd-lft,
    .join-rgt,
    .apnd-rgt {
        max-width: 55%;
        margin: 0 auto;
    }

    .mobile-view {
        display: block;
        margin: 30px auto;
    }

    .desktop-view {
        display: none;
    }

    .testimonial-block .table-wrap .column.right {
        width: 60%;
    }

    .testimonial-block .table-wrap h6+p {
        padding: 0;
    }

    .testimonial-inner p {
        font-size: 22px;
        line-height: 40px;
    }

    .btm-section h2 {
        width: 90%;
        margin: 0 auto 20px;
        line-height: 40px;
    }

    .save-your-time-inner p {
        max-width: 60%;
    }
}

@media only screen and (max-width: 850px) {
    .save-your-time-inner h2 {
        max-width: 80%;
    }
}

@media only screen and (max-width: 767px) {


    .join-section {
        padding: 100px 0 60px;
    }

    .join-lft,
    .apnd-lft,
    .join-rgt,
    .apnd-rgt {
        max-width: 80%;
    }

    .data-wrangling-tools p {
        width: 85%;
    }

    .save-your-time-inner p {
        max-width: 90%;
    }

    .flex_item {
        width: 100%;
    }

    .save-your-time-section {
        background: #77c595;
    }

    .save-your-time-inner {
        max-width: 100%;
        text-align: center;
        padding-right: 0px;
    }

    .stop-data-inner h2,
    .btm-section h2 {
        line-height: 40px;
    }

    .btm-section h2 {
        font-size: 29px;
    }

    .save-your-time-inner h2 {
        max-width: 80%;
        margin: 0 auto 25px;
        color: #fff;
    }

    .stage-icon {
        min-width: 50px;
        width: 50px;
        height: 50px;
        background-size: 570px;
        margin-right: 10px;
        background-position: -4px -2px;
    }

    .stageList-content:nth-child(2) .stage-icon {
        background-position-x: -53px;
    }

    .stageList-content:nth-child(3) .stage-icon {
        background-position-x: -105px;
    }

    .stageList-content:nth-child(4) .stage-icon {
        background-position-x: -156px;
    }

    .stageList-content:nth-child(5) .stage-icon {
        background-position-x: -207px;
    }

    .stageList-content:nth-child(6) .stage-icon {
        background-position-x: -258px;
    }

    .banner-img {
        content: url("/sites/zweb/images/dataprep/data-blending/banner-image-mobile.png");
    }

    .whydata-inner-section ul {
        max-width: 95%;
    }
}

@media only screen and (max-width: 600px) {

    .save-your-time-inner h2 {
        max-width: 100%;
    }

    .stageList-content img {
        border: 5px solid #000;
        transform: translateY(0);
    }

    .content-wrap.middle-animated .flex_item h3:before {
        opacity: 1;
        transform: scale(1);
    }

    .btm-section h2 {
        margin-bottom: 20px;
    }

    .slider-icon {
        display: none
    }

    .testimonial-block {
        padding-top: 50px;
    }

    .testimonial-inner {
        width: 85%;
        margin: 0px auto 50px;
    }

    .data-wrangling-tools h2 {
        max-width: 100%;
    }

    .banner_inner .head_content h1 {
        font-size: 28px;
        word-break: break-all;
        margin-bottom: 15px;
    }

    .data-wrangling-tools h2,
    .preparing_inner h2,
    .save-your-time-inner h2,
    .stop-data-inner h2,
    .btm-section h2,
    .whydata-inner-section h2 {
        font-size: 25px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .banner_inner .head_content button,
    .btm-section button,
    .data-wrangling-tools p,
    .stageList-content p,
    .save-your-time-inner p,
    .flex_item p,
    .explore_btn {
        font-size: 16px;
    }

    .banner_inner .head_content p {
        max-width: 95%;
        line-height: 28px;
        font-size: 16px;
    }

    .data-wrangling-tools p {
        width: 95%;
    }

    .join-lft,
    .apnd-lft,
    .join-rgt,
    .apnd-rgt {
        max-width: 90%;
    }
}

@media only screen and (max-width: 530px) {
    .banner_inner .head_content a, .btm-section a{
        width: fit-content;
    }
    .access_cta {
        margin-right: 0px;
        margin: auto;
    }

    .banner_inner .head_content a {
        display: inner-block;
        clear: both;
        margin: 20px auto 30px !important;
    }
}

@media only screen and (max-width:480px) {
    .whydata-inner-section ul {
        max-width: 100%;
    }

    .whydata-inner-section ul li p {
        width: 85%;
    }
}

.textup {
    transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.bottom-animated .textup {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.fadeinup {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.fadeinup-txt {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.fadeindown {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.fadeinleft {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.fadeinright {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -ms-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.bottom-animated .fadein {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.bottom-animated .fadeinup,
.bottom-animated .fadeinup-txt,
.bottom-animated .fadeindown {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "alpha(opacity=100)";
}

.bottom-animated .fadeinleft,
.bottom-animated .fadeinright,
.bottom-animated .fadeinleft,
.bottom-animated .fadeinright {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -ms-filter: "alpha(opacity=100)";
}

.delay1 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.3s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.3s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.3s;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
}

.delay2 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.6s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.6s;
    -webkit-transition: all 1s 0.6s;
    -o-transition: all 1s 0.6s;
    transition: all 1s 0.6s;
}

.delay3 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.9s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.9s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.9s;
}

.delay4 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.2s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.2s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.2s;
}

.delay5 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.5s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.5s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.5s;
}

.delay6 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.8s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.8s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.8s;
}

.delay7 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.1s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.1s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.1s;
}

.delay8 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.4s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.4s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.4s;
}

.delay9 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.7s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.7s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.7s;
}

.delay10 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 3s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 3s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 3s;
}

.other-lang .testimonial-block {
    display: none;
}

/*Arabic starts*/
.i18n-ar .head_content h1,
.i18n-ar .head_content p,
.i18n-ar .head_content>div,
.i18n-ar .data-wrangling-tools h2,
.i18n-ar .data-wrangling-tools p,
.i18n-ar .save-your-time-inner h2,
.i18n-ar .save-your-time-inner p,
.i18n-ar .btm-section h2,
.i18n-ar .btm-section .btn-container {
    text-align: center;
}

.i18n-ar .tick {
    margin: 5px 0 0 10px;
}

/*Arabic ends*/
.other-lang .head_content .act-btn.cta-btn,
.otherlang .btm-section a {
    width: fit-content
}

.other-lang .btm-section h2 {
    max-width: 880px;
    margin: 0 auto 30px
}