.zw-product-header .content-wrap{    padding: 7px 0 7px;}
.z-bottom-cta-menu.onscroll a,
.z-bottom-cta-menu a {
    display: none !important;
}

.z-bottom-cta-menu {
    box-shadow: none;
    background: none;
}
.zw-product-header{background: #f7f7fe;}
.page-wrapper * {
    box-sizing: border-box;
}

.inline-block {
    display: inline-block;
}

.other-lang .signup-box .socl-signup a,
.other-lang .signup-box .socl-signup span {
    margin: 0 4px 15px 0;
}

.other-lang .signup-box .socl-signup span.vi-google {
    margin-left: 10px;
}

.other-lang .signup-box .socl-signup p {
    font-size: 11px;
}

.other-lang .watch-video {
    display: none;
}

.page-wrapper .content-wrap {
    max-width: 420px;
    padding: 60px 0;
}

.testimonial .content-wrap,
.bottom-cta .content-wrap {
    padding: 0px;
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}

.zinner.flex-wrap {
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
}

.flex-wrap>div {
    width: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: var(--zf-secondary-bold), sans-serif;
}



.banner,
#block-panels-mini-product-menu,
.tb-wrap {
    background: #f7f7ff;
}

.act-btn {
    color: #fff;
    background: #f0483e;
    padding: 12px 30px;
    margin-bottom: 30px;
}

.remote-gallery {
    background: #171d2f;
    color: #fff;
    padding: 60px 0px 20px;
}

.remote-gallery .content-wrap {
    padding: 0;
}

.remote-gallery .zinner>div:nth-child(2) h2 {
    padding-top: 50px;
}

.workplace-new-sec {
    margin-bottom: 40px;
}

.user-note {
    color: #e15d29;
    font-family: var(--zf-primary-semibold);
    position: relative;
    margin-bottom: 0;
}

.zslide {
    height: 500px;
    overflow: hidden;
    margin-bottom: 60px;
}

.zslide-inner {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
}

.animated .zslide-inner {
    -webkit-animation: scrollUp 25s linear infinite 0.4s;
    animation: scrollUp 25s linear infinite 0.4s;
}

.zslide-inner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zslide-inner li>div {
    width: 26%;
    background: #1f263e;
    min-height: 100px;
    display: inline-block;
    margin: 8px;
    padding: 10px;
    vertical-align: text-bottom;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zslide-inner li>div.zempty {
    padding: 0;
}

.zoicon-twilio {
    background-position: -320px 0;
    width: 46px;
    height: 46px;
}

.zslide-inner h3 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 13px;
    color: #d8e6e8;
    margin: 8px auto 0 auto;
    display: none;
}

.zslide-inner p {
    font-size: 11px;
    color: #79aff5;
    margin-bottom: 0;
}

.zoicon-zen {
    background-position: -475px -9px;
    width: 36px;
    height: 28px;
}

.zslide-inner li>div.zempty.zexpand {
    width: 54.5%;
}

.zslide-inner li>div.zempty {
    padding: 0;
}

.zempty img {
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.zempty a {
    cursor: auto;
}

.zempty a img {
    display: inline-block;
    width: 100%;
}

.animated .zslide-inner {
    -webkit-animation: scrollUp 25s linear infinite 0.4s;
    animation: scrollUp 25s linear infinite 0.4s;
}

.zslide-inner:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-725px);
        transform: translateY(-725px);
    }
}

@keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-725px);
        transform: translateY(-725px);
    }
}

/*FAQ*/
.faq-wrap {
    max-width: 980px;
    margin: auto;
}

.faq h2 {
    text-align: center;
    margin-bottom: 60px;
}

.faq h2:before {
    display: block;
    content: "";
    background: url(/sites/zweb/images/creator/home/faq-icon.png) no-repeat;
    width: 90px;
    height: 70px;
    background-size: 100%;
    margin: auto;
}

.faq .content-wrap {
    padding-top: 0px;
}

.faq-item {
    border-bottom: 1px solid #d3d3d3;
}

.faq-item:first-child .faq-ans {
    display: block;
}

.faq-ans {
    display: none;
    padding-bottom: 10px;
    padding-left: 42px;
}

.faq-ans li {
    padding: 10px 0;
    list-style: disc;
    margin-left: 20px;
}

.faq-item h4 {
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
    padding: 20px 0px 20px 40px;
    cursor: pointer;
    position: relative;
    font-size: 19px;
    color: #000;
}

.faq-item h4:hover {
    color: #555;
}

.faq-item h4:before,
.faq-item h4:after {
    content: "";
    position: absolute;
    background: #ea5154;
}

.faq-item:hover h4:before,
.faq-item:hover h4:after {
    background: #555;
}

.faq-item h4:before {
    left: 0px;
    top: 35px;
    height: 2px;
    width: 16px;
}

.faq-item h4:after {
    left: 7px;
    width: 2px;
    top: 28px;
    height: 15px;
}

.faq-item.active h4:after {
    height: 0px;
}

.watch-video {
    margin: 30px 0;
    position: relative;
    max-width: 175px;
}

span.zplay-icon {
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    text-indent: -99999px;
    top: -2px;
}

span.zplay-icon+span {
    margin-left: 40px;
    color: #000;
}

.i18n-ar span.zplay-icon+span {
    margin-right: 40px;
}

span.zplay-icon:after,
span.zplay-icon:before {
    content: "";
    position: absolute;
}

span.zplay-icon:before {
    width: 30px;
    height: 30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-radius: 50%;
    top: 0;
    left: 0;
    background: #000;
}

span.zplay-icon:after {
    left: 54%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.features h2 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px;
}

.features h3:before,
.features2 h3:before,
.special-quote p:before,
.special-quote p:after,
.testimonial p:before,
.zslide [class|="zoicon"] {
    display: block;
    width: 60px;
    height: 60px;
    background: url(/sites/zweb/images/backtowork/backtowork-home-sprite.png) no-repeat;
    content: "";
    margin: 0 auto 10px;
    background-size: 700px;
}

.icon1 h3:before {
    background-position: 0 0;
}

.icon2 h3:before {
    background-position: -72px 0;
}

.icon3 h3:before {
    background-position: -145px 0;
}

.icon4 h3:before {
    background-position: -212px 0;
}

.icon5 h3:before {
    background-position: -288px 0;
}

.icon6 h3:before {
    background-position: -365px 0;
}

.features2 li:first-child h3:before {
    background-position: -428px 1px;
}

.features2 li:nth-child(2) h3:before {
    background-position: -481px 1px;
}

.features2 li:nth-child(3) h3:before {
    background-position: -542px 1px;
}

.features2 li:nth-child(4) h3:before {
    background-position: -612px 1px;
}

.special-quote p:before,
.special-quote p:after {
    background-position: -7px -60px;
    width: 40px;
    height: 40px;
    display: none;
}

.special-quote p:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 20px;
}

.testimonial p:before {
    width: 40px;
    height: 40px;
    background-position: -59px -60px;
    position: relative;
    top: 22px;
    z-index: -1;
    margin: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    left: 7px;
}

.zslide [class|="zoicon"] {
    background-size: 1100px;
    width: 66px;
    height: 66px;
    border-radius: 10px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.zslide span.zoicon-cust-service {
    background-position: -180px -104px;
    width: 66px;
    height: 67px;
}

.zslide span.zoicon-incident {
    background-position: -252px -105px;
    width: 65px;
    height: 66px;
}

.zslide span.zoicon-vendor {
    background-position: -323px -105px;
    width: 65px;
    height: 66px;
}

.zslide span.zoicon-expense {
    background-position: -394px -104px;
    width: 66px;
    height: 67px;
}

.zslide span.zoicon-quotation {
    background-position: -467px -104px;
    width: 66px;
    height: 67px;
}

.zslide span.zoicon-lead {
    background-position: -539px -104px;
    width: 66px;
    height: 67px;
}

.special-quote {
    background: #171d2f;
    color: #fff;
}

.special-quote p {
    font-family: "roboto slab";
    font-size: 21px;
    text-align: center;
    max-width: 840px;
    margin: auto;
    line-height: 1.4;
}

.slick-initialized .slick-slide {
    outline-style: none;
}

.testimonial h2 {
    text-align: center;
}

.workplace-new-sec li {
    padding: 10px 0 10px 30px;
    position: relative;
    text-align: left;
}

.workplace-new-sec li:after {
    display: block;
    width: 10px;
    height: 10px;
    left: 0;
    top: 20px;
    position: absolute;
    content: "";
    background: #fcfdfe;
    transform: rotate(45deg);
    opacity: 0.75;
}

.slider {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.testimonial .content-wrap {
    max-width: 1280px;
}

.testimonial p {
    font-family: sans-serif;
    font-size: 15px;
}

span.cust-name {
    font-family: sans-serif;
    font-weight: 600;
    display: block;
    font-size: 15px;
}

span.cust-det {
    font-family: sans-serif;
    font-size: 11px;
}

.bottom-cta {
    text-align: center;
}

.bottom-cta h2 {
    margin-bottom: 30px;
}

.tb-wrap .content-wrap {
    padding-top: 0;
}

.tb-wrap ul {
    text-align: center;
}

.tb-wrap li {
    display: inline-block;
    vertical-align: middle;
    background: url(/sites/zweb/images/creator/images/remote-work-sprite.png) no-repeat;
    background-size: 750px auto;
    margin: 0 35px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1200ms ease;
    transition: all 1200ms ease;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}

li.tb-zomato {
    background-position: -429px -86px;
    width: 116px;
    height: 26px;
}

li.tb-siemens {
    background-position: 0px -220px;
    width: 165px;
    height: 33px;
}

li.tb-mtn {
    background-position: -643px -75px;
    width: 74px;
    height: 48px;
}

li.tb-disney {
    background-position: -492px -149px;
    width: 95px;
    height: 42px;
}

li.tb-whilrpool {
    background-position: -125px -158px;
    width: 115px;
    height: 39px;
}

li.tb-tatasky {
    background-position: -335px -149px;
    width: 143px;
    height: 37px;
}

.tb-wrap li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.tb-wrap li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.tb-wrap li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.tb-wrap li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.tb-wrap li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.tb-wrap li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.tb-wrap.in-view li {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.i18n-ar .workplace-new-sec li {
    text-align: right;
    padding: 10px 30px 10px 0px;
}

.i18n-ar .workplace-new-sec li:after,
.i18n-ar h3 ::before {
    right: 0;
    left: auto;
}

.i18n-ar .bottom-cta h2,
.i18n-ar .bottom-cta,
.i18n-ar .bottom-cta .content-wrap {
    text-align: center;
}

/* CSS FOR POPUP */
.z-video-wrap .z-popup-content {
    max-width: 450px;
}

.signup-box-common {
    max-width: 400px;
    padding: 40px 40px 20px;
}

.signup-box {
    max-width: 380px;
    float: none;
    display: block;
}

/* CSS FOR POPUP ENDS */
@media (max-width: 1199px) {
    .user-note {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 480px) {
    .popup-close {
        height: 52px;
        right: 20px;
        top: 10px;
        width: 45px;
    }

    .i18n-ar .popup-close {
        right: auto;
        left: 20px;
    }
}

@media all and (max-width: 767px) {
    h1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .page-wrapper .banner .content-wrap {
        padding-top: 30px;
    }

    h1 br {
        display: none;
    }

    .bnr-img {
        margin: 30px 0 20px;
    }

    .features,
    .features2,
    .i18n-ar .features,
    .i18n-ar .features2,
    .flex-wrap>div,
    .i18n-ar .flex-wrap>div,
    .i18n-ar .flex-wrap>div h3,
    .i18n-ar .flex-wrap>div p,
    .i18n-ar h1 {
        text-align: center;
    }

    .features2 li,
    .features .flex-item {
        margin-top: 40px;
    }

    .features2 h3 {
        margin-bottom: 5px;
    }

    .slider .flex-item:nth-child(2) {
        margin: 40px 0;
    }

    .features .flex-item:first-child {
        margin-top: 10px;
    }

    .testimonial p:before {
        margin: auto;
        top: 0;
    }

    .tb-wrap li {
        margin: 0 10px;
    }

    .tb-wrap li {
        margin: 0 0px;
    }

    .in-view.tb-wrap li {
        margin: 0 0px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    .flex-wrap.bnr-cont>div:nth-child(2),
    .flex-wrap.bnr-cont>div:nth-child(2) p {
        margin-bottom: 0px;
    }

    .zslide {
        height: 470px;
    }

    .remote-gallery .zinner>div:nth-child(2) h2 {
        padding-top: 0;
    }

    .flex-wrap.bnr-cont>div:nth-child(2) {
        margin-bottom: 0px;
        margin-top: 50px;
    }

    .signup-box-common {
        padding: 20px;
    }

    .signup-box .sgnbtn input[type="submit"],
    .signup-box .sgnbtn input[type="button"] {
        padding: 0 10px;
    }

    .signup-box .socl-signup a,
    .signup-box .socl-signup span {
        margin: 0 0 10px 10px;
    }
}

@media all and (min-width: 768px) {
    .page-wrapper .content-wrap {
        max-width: 1170px;
    }

    h1 {
        margin-bottom: 20px;
    }

    .flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flex-wrap>div {
        width: 50%;
    }

    .banner .flex-wrap>div:first-child {
        padding-right: 70px;
        padding-left: 4px;
    }

    .i18n-ar .banner .flex-wrap>div:first-child {
        padding-left: 70px;
        padding-right: 4px;
    }

    .remote-gallery {
        padding: 0px;
    }

    .remote-gallery .zinner {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .remote-gallery .zinner>div {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
    }

    .zslide {
        height: 500px;
        margin-bottom: 0px;
    }

    .remote-gallery .zinner>div:first-child {
        padding: 0 20px;
    }

    .features h2 {
        text-align: center;
        max-width: 780px;
        margin: 0 auto 30px;
    }

    .features .flex-wrap>div {
        width: 43%;
        margin: 30px auto 0;
    }

    .features .flex-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .features .content-wrap {
        max-width: 1280px;
    }

    .features p {
        line-height: 1.6;
    }

    .special-quote p {
        font-size: 28px;
    }

    .features2 .flex-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .features2 .flex-item:first-child {
        padding-right: 50px;
    }

    .i18n-ar .features2 .flex-item:first-child {
        padding-left: 50px;
        padding-right: 20px;
    }

    .features2 .flex-item:last-child {
        padding-left: 50px;
    }

    .features2 li {
        position: relative;
        padding-left: 70px;
        margin-bottom: 30px;
    }

    .features2 h3 {
        margin-bottom: 5px;
    }

    .features2 h3:before {
        position: absolute;
        left: 0;
        top: -5px;
    }

    .bottom-cta .content-wrap {
        max-width: 600px;
    }

    .testimonial p {
        font-size: 15px;
    }

    .features h3:before,
    .features2 h3:before {
        margin: 0 0 10px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .bnr-cont.flex-wrap,
    .banner .bnr-cont.flex-wrap {
        display: block;
    }

    .watch-video {
        margin: 30px auto;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .watch-video {
        margin: 30px auto;
    }

    .bnr-cont.flex-wrap,
    .banner .bnr-cont.flex-wrap {
        display: block;
    }

    .banner {
        text-align: center;
    }

    .banner h1 {
        max-width: 550px;
        margin: 0 auto 20px;
    }

    .zbacktowork-logo {
        font-size: 32px;
        padding-left: 115px;
        background-size: 102px;
        height: 40px;
        line-height: 38px;
        margin: 0 auto 30px;
    }

    .banner h1 {
        margin-bottom: 20px;
        text-align: center;
    }

    .banner .flex-wrap>div:first-child,
    .banner .flex-wrap>div:last-child {
        width: 100%;
        padding: 0 0px;
        text-align: center;
        max-width: 650px;
        margin: auto;
    }

    .banner .flex-wrap>div:last-child {
        max-width: 500px;
        margin: 10px auto 0;
    }

    .page-wrapper .in-view.tb-wrap li {
        margin: 0;
    }

    .features2 .flex-item:last-child {
        padding-left: 0px;
    }

    .page-wrapper .testimonial p:before {
        top: 20px;
    }

    .i18n-ar .banner p {
        text-align: center;
    }

    .i18n-ar .banner .flex-wrap>div:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .i18n-ar .banner .flex-wrap>div:last-child {
        margin-top: 50px;
    }

    .other-lang .banner .flex-wrap>div:last-child {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .flex-wrap {
        display: block;
    }

    .watch-video {
        margin: 30px auto;
    }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
    h1 {
        max-width: 550px;
    }

    .bnr-img {
        padding: 30px 30px 0 0;
    }

    .testimonial p:before {
        margin: auto;
        top: 0;
    }

    .remote-gallery .zinner>div:nth-child(2) h2 {
        padding-top: 50px;
    }

    .workplace-new-sec {
        margin-bottom: 40px;
    }

    .slider {
        max-width: 600px;
        margin: auto;
    }

    .testimonial .slider>div {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .slider>div:nth-child(2) {
        margin: 30px 0;
    }

    .in-view.tb-wrap li {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin: 0 20px;
    }

    .bnr-cont.flex-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .features2 img.fadeinleft3 {
        max-width: 80%;
        margin-top: 30px;
    }
}

@media all and (min-width: 1200px) {
    .page-wrapper .content-wrap {
        padding: 90px 0;
    }

    .remote-gallery .content-wrap {
        padding: 0px 0;
    }

    .tb-wrap .content-wrap {
        padding-top: 0;
    }

    .testimonial .content-wrap,
    .bottom-cta .content-wrap {
        padding: 0px;
    }

    .banner .flex-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        margin: 30px auto 0;
    }

    .banner .flex-wrap>div:last-child {
        margin-top: -60px;
    }

    .i18n-en h1 {
        font-size: 46px;
        max-width: 650px;
    }

    .other-lang h1 {
        max-width: 650px;
    }

    .i18n-en h2 {
        font-size: 36px;
    }

    .remote-gallery h2 {
        font-size: 28px;
    }

    .tb-wrap.in-view li {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .features2 img.fadeinleft3 {
        margin-top: 40px;
        max-width: 420px;
    }

    .bnr-cont p {
        margin-bottom: 30px;
        font-size: 19px;
    }

    .bnr-cont p.user-note {
        font-size: 17px;
    }

    .zslide {
        height: 650px;
    }

    .features .flex-wrap>div {
        width: 44%;
    }

    .special-quote p {
        font-size: 34px;
    }

    .testimonial .slider>div {
        width: 30%;
        text-align: left;
    }

    .slider>div:nth-child(2) {
        margin: 0 4%;
    }

    .testimonial .slider {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .fadeinup1,
    .fadeinup2 {
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .fadeinleft1,
    .fadeinleft2,
    .fadeinleft3 {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .in-view.fadeinup1,
    .in-view .fadeinup1,
    .in-view .fadeinup2 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .in-view .fadeinleft1,
    .in-view .fadeinleft2,
    .in-view .fadeinleft3 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .inup1,
    .inup2,
    .inup3,
    .inup4,
    .inup5,
    .inup6,
    .inup7 {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        -webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .in-view .inup1,
    .in-view.inup1,
    .in-view .inup2,
    .in-view.inup2,
    .in-view .inup3,
    .in-view.inup3,
    .in-view .inup4,
    .in-view.inup4,
    .in-view .inup5,
    .in-view.inup5,
    .in-view .inup6,
    .in-view.inup6,
    .in-view .inup7,
    .in-view.inup7 {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .fadeinup1,
    .fadeinleft1,
    .inup1 {
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .fadeinup2,
    .fadeinleft2,
    .inup2 {
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .fadeinup3,
    .fadeinleft3,
    .inup3 {
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .fadeinup4,
    .inup4 {
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms;
    }

    .fadeinup5,
    .inup5 {
        -webkit-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .fadeinup6,
    .inup6 {
        -webkit-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }

    .fadeinup7,
    .inup7 {
        -webkit-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }
}

/*Arabic starts*/
@media (min-width: 768px) {
    .i18n-ar .features2 li {
        padding-right: 70px;
        padding-left: 0;
    }

    .i18n-ar .features2 h3::before {
        left: auto;
        top: 10px;
        right: -5px;
    }

    .i18n-ar .faq-item h4:before {
        right: 0px;
    }

    .i18n-ar .faq-item h4:after {
        right: 7px;
    }

    .i18n-ar .faq-item h4 {
        padding: 20px 40px 20px 0px;
    }
}

@media (max-width: 768px) {
    .i18n-ar .banner .flex-wrap>div:last-child {
        margin-top: 50px;
    }

    .other-lang .banner .flex-wrap>div:last-child {
        margin-top: 50px;
    }

    .i18n-ar .faq-item h4:before {
        right: 0px;
    }

    .i18n-ar .faq-item h4:after {
        right: 7px;
    }

    .i18n-ar .faq-item h4 {
        padding: 20px 40px 20px 0px;
    }
}

/*Arabic  end*/