* {
    padding: 0;
    margin: 0
}

p.download-link {
    text-transform: uppercase;
    margin-bottom: 0
}

p.download-link a {
    text-decoration: underline;
    color: var(--zwc-link-clr);
}

.content-wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 1170px
}

.wrike-wrapper {
    width: 100%;
    overflow: hidden
}

.wrike-wrapper h1 {
    font-size: 48px
}

.wrike-wrapper h2 {
    font-size: 38px;
    font-family: var(--zf-secondary-bold);
    margin-bottom: 70px;
    text-align: center
}

.wrike-wrapper h3 {
    font-size: 32px
}

.wrike-wrapper h4 {
    font-size: 26px;
    font-family: var(--zf-secondary-bold)
}

.banner-wrap {
    background: #114987;
    color: #fff;
    padding: 100px 0
}

.banner-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.banner-left {
    max-width: 520px
}

.banner-left p {
    max-width: 480px;
    margin-bottom: 30px
}

.banner-right {
    max-width: calc(100% - 450px)
}

.banner-right img {
    max-width: 550px;
    width: 100%
}

.wrike-customers-wrap {
    text-align: center;
    padding: 120px 0 70px
}

.wrike-customers-wrap h3 {
    text-align: center;
    margin-bottom: 35px
}

.trust-brands-inner {
    text-align: center
}

.trust-brands-inner h2 {
    margin-bottom: 35px
}

.trust-brands-inner li {
    width: 100%;
    max-width: 120px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0
}

.trust-brands-inner ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 50px
}

.trust-brands-inner .brands-hdfc-securities {
    background-image: url(/sites/zweb/images/otherbrandlogos/hdfc-securities.jpg)
}

.trust-brands-inner .brands-dell {
    background-image: url(/sites/zweb/images/otherbrandlogos/dell.svg)
}

.trust-brands-inner .brands-airbus {
    background-image: url(/sites/zweb/images/otherbrandlogos/airbus.svg)
}

.trust-brands-inner .brands-tata-chemicals {
    background-image: url(/sites/zweb/images/otherbrandlogos/tata-chemicals.svg)
}

.trust-brands-inner .brands-vodafone {
    background-image: url(/sites/zweb/images/otherbrandlogos/vodafone.svg)
}

.trust-brands-inner .brands-sodexo {
    background-image: url(/sites/zweb/images/otherbrandlogos/sodexo.svg)
}

.slider {
    background: #f3f0e1;
    padding: 80px 0 0;
    border-radius: 10px;
    overflow: hidden;
    transition: background-color .3s ease
}

.slider-header {
    display: flex;
    justify-content: center
}

.tab-slider h3 {
    text-align: center;
    margin-bottom: 55px
}

.slider-content {
    display: flex;
    align-items: center
}

.slider-content-left {
    width: 45%;
    padding-left: 100px
}

.slider-content-right {
    width: 55%;
    align-self: flex-end;
    position: relative;
    padding-top: 80px
}

.slider-content-right img {
    width: 100%;
    display: block;
    border-radius: 5px
}

.slider-content-full .slider-content-right img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
    overflow: hidden;
    transform: translate(-20%,0) scale(.9);
    box-shadow: 0 0 5px #00000026;
    opacity: 0;
    z-index: 1;
    transition: .5s ease .3s;
    display: none
}

.slider-content-full:nth-child(4) .slider-content-right img:nth-child(2) {
    max-width: 300px
}

.slider-content-full:nth-child(3) .slider-content-right img:nth-child(2) {
    max-width: 250px
}

.slick-active .slider-content-right img:nth-child(2) {
    opacity: 1;
    transform: translate(-20%,0) scale(1)
}

.slider-content-left p {
    max-width: 370px
}

.slider-header .tab-link {
    margin: 0 20px;
    position: relative;
    cursor: pointer;
    font-family: var(--zf-secondary-bold);
    text-transform: uppercase;
    font-size: 15px
}

.slider-header .tab-link,.slider-header .tab-link button {
    background: 0;
    border: 0;
    font-size: 15px;
    font-family: var(--primaryfont-bold);
    text-transform: uppercase;
    cursor: pointer
}

.slider-header .tab-link.sactive,.slider-header .tab-link.sactive button {
    color: #ff3534
}

@keyframes fill-width {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.slick-list {
    background-color: transparent !important
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 3px;
    background-color: #f04a404f;
    display: block;
    left: 0;
    bottom: -2px;
    border-radius: 2px;
    position: absolute;
    opacity: 0
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: 3px
}

.progressBarContainer div.sactive span.progressBar {
    opacity: 1
}

.progressBarContainer div.sactive span.progressBar .inProgress {
    background: #ff3534;
    opacity: 1;
    animation: fill-width 6s linear
}

.progressBarContainer.hoverd div.sactive span.progressBar .inProgress {
    animation-play-state: paused
}

.ico-ndtv {
    width: 125px;
    background-position: -105px 0
}

.ico-jaguar {
    width: 116px;
    background-position: -240px 0
}

.ico-daimler {
    width: 145px;
    background-position: -373px 0
}

.ico-land-rover {
    width: 103px;
    background-position: -536px 0
}

.ico-sodexo {
    width: 116px;
    background-position: -650px 0
}

.enterprise-table {
    text-align: center;
    padding: 150px 0 100px
}

.enterprise-table-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 60px auto 0
}

.enterprise-table-wrap ul {
    display: block;
    position: relative
}

.enterprise-table-wrap ul:before {
    content: '';
    position: absolute;
    width: calc(100% / 3);
    height: 100%;
    border: 3px solid #0071cc;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0
}

.enterprise-table-wrap ul li {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #e9ebee
}

.enterprise-table-wrap ul li:first-child,.enterprise-table-wrap ul li:last-child {
    border: 0
}

.enterprise-table-wrap ul li:first-child span {
    padding: 65px 0 0;
    font-size: 16px;
    font-family: var(--zf-primary-bold)
}

.zoho-projects-logo:after,.wrike-logo:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 35px;
    background-image: url(/sites/zweb/images/projects/img/asana-alternative-sprite.png);
    background-size: 1600px auto;
    background-position: 0 0;
    left: 0;
    top: 17px;
    right: 0;
    margin: 0 auto
}

.zoho-projects-logo:before {
    background-image: var(--z-product-logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
    position: absolute;
    width: 200px;
    height: 45px;
    left: 0;
    top: 13px;
    right: 0;
    margin: 0 auto
}

.zoho-projects-logo:after {
    width: 35px;
    height: 44px;
    background-position: 0 -47px;
    margin: 0 0 0 auto;
    right: 30px;
    top: -22px
}

.wrike-logo:before {
    width: 165px;
    background: url(/sites/zweb/images/otherbrandlogos/smartsheet.svg) center / contain no-repeat
}

.enterprise-table-wrap ul li span {
    width: calc(100% / 3);
    text-align: center;
    position: relative;
    z-index: 1
}

.enterprise-table-wrap ul li span:nth-child(1) {
    text-align: left
}

.enterprise-table-wrap ul li span span {
    display: block;
    text-align: center !important;
    margin: 0 auto;
    font-size: 40px;
    width: 100%;
    font-family: var(--zf-primary-bold)
}

.enterprise-table-wrap ul li span.competitor-page-pricing {
    display: inline
}

.correct,.wrong {
    position: relative
}

.correct:before,.wrong:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url(/sites/zweb/images/projects/img/asana-alternative-sprite.png);
    background-size: 1640px auto;
    background-position: -42px -56px
}

.wrong:before {
    background-position: -77px -56px
}

.features-item .content-wrap {
    overflow: visible !important
}

.disclaimer-text {
    font-size: 15px;
    max-width: 900px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
}

.testi-wrapper .content-wrap {
    overflow: visible
}

.testi-wrapper {
    background: url(/sites/zweb/images/projects/embrace-texture.png) repeat 0 0,#fffcf5;
    background-size: 230px;
    padding: 160px 0 120px
}

.testimonial-wrapper {
    background: transparent;
    max-width: 750px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    z-index: 1
}

.testimonial-wrapper li h4:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 40px;
    left: 50%;
    top: -50px;
    background-image: url(/sites/zweb/images/projects/img/asana-alternative-sprite.png);
    background-size: 1640px auto;
    background-position: -110px -53px;
    z-index: 1;
    transform: translateX(-50%)
}

.slick-list {
    overflow: visible;
    background: #fff
}

.testimonial-wrapper li {
    text-align: center;
    padding: 40px 80px 80px;
    background: #fff;
    position: relative;
    outline: 0
}

.testimonial-wrapper li p {
    color: #575757;
}

.testimonial-wrapper li span {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(/sites/zweb/images/projects/img/asana-alternative-sprite.png);
    background-size: 1640px auto;
    background-position: 0 -99px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px
}

.testimonial-wrapper li h5 {
    margin: 15px 0 0
}

.testimonial-wrapper li h4 {
    margin: 70px 0 0;
    position: relative
}

.testimonial-wrapper .slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #d7d7d7;
    border: 0
}

.testimonial-wrapper .slick-dots li.slick-active {
    background: #0071cc
}

.bottom-cta-wrap {
    background: #0f4986;
    color: #fff
}

.bottom-cta-wrap .content-wrap {
    padding: 100px 0
}

.pricing-calculator-wrap .content-wrap {
    max-width: 800px;
    margin: 0 auto
}

.right-switch {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center
}

.switch-button {
    width: 90%;
    margin: 30px auto 0
}

.switch-wrap {
    margin: 0 10px;
    position: relative
}

.right-switch>span {
    font-size: 18px;
    color: #030303ab;
    font-family: var(--zf-primary-bold);
    transition: all .4s ease
}

.right-switch>span.active {
    color: #000;
    opacity: 1
}

.cost-line {
    display: flex;
    width: 80%;
    margin: 55px auto 0;
    align-items: center
}

.zoho-cost-logo {
    width: 150px
}

.zoho-cost-logo .zoho-cost-logo-box {
    width: 100%;
    height: 40px;
    background-image: var(--z-product-logo);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    display: block
}

.zoho-cost {
    width: 70%
}

.zoho-cost .cost-bar {
    width: 90%;
    display: block;
    height: 6px;
    background: #f4f4f4;
    position: relative;
    margin: 0 auto;
    border-radius: 5px
}

.zoho-cost .cost-bar .cost-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #00d07c;
    width: 0;
    border-radius: 5px
}

.zoho-cost .cost-bar .cost-text {
    position: absolute;
    left: 0;
    bottom: 120%;
    font-family: var(--zf-primary-bold);
    font-size: 30px
}

.zoho-cost .cost-bar .cost-text:before {
    content: '$'
}

.alternative-line {
    display: flex;
    width: 80%;
    margin: 60px auto 50px;
    align-items: center
}

.alternative-cost-logo {
    width: 150px
}

.alternative-cost-logo .zoho-cost-logo-box {
    height: 40px;
    background: url(/sites/zweb/images/otherbrandlogos/smartsheet.svg) center / contain no-repeat;
    display: inline-block;
    width: 155px
}

.alternative-cost {
    width: 70%
}

.alternative-cost .cost-bar {
    width: 90%;
    display: block;
    height: 6px;
    background: #f4f4f4;
    position: relative;
    margin: 0 auto;
    border-radius: 5px
}

.alternative-cost .cost-bar .cost-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ed4331;
    width: 0;
    border-radius: 5px
}

.alternative-cost .cost-bar .cost-text {
    position: absolute;
    left: 0;
    bottom: 120%;
    font-family: var(--zf-primary-bold);
    font-size: 30px
}

.alternative-cost .cost-bar .cost-text:before {
    content: '$'
}

.pricing-calculator-inner-wrap {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 60px
}

.alternative-range {
    background-color: #f7f7f7;
    text-align: center;
    padding: 30px 0
}

.alternative-range p {
    margin-bottom: 0;
    font-family: var(--zf-primary-bold);
    position: relative
}

.alternative-range p.n-user:after {
    content: attr(data-val);
    position: absolute;
    margin-left: 6px
}

.alternative-range .range-input {
    width: 90%;
    cursor: pointer;
    max-width: 370px
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.tgl {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1
}

.tgl,.tgl:after,.tgl:before,.tgl *,.tgl *:after,.tgl *:before,.tgl+.tgl-btn {
    box-sizing: border-box
}

.tgl::-moz-selection,.tgl:after::-moz-selection,.tgl:before::-moz-selection,.tgl *::-moz-selection,.tgl *:after::-moz-selection,.tgl *:before::-moz-selection,.tgl+.tgl-btn::-moz-selection {
    background: 0
}

.tgl::selection,.tgl:after::selection,.tgl:before::selection,.tgl *::selection,.tgl *:after::selection,.tgl *:before::selection,.tgl+.tgl-btn::selection {
    background: 0
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 40px;
    height: 20px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tgl+.tgl-btn:after,.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 14px;
    height: 14px
}

.tgl+.tgl-btn:after {
    left: 3px;
    top: 3px
}

.tgl+.tgl-btn:before {
    display: none
}

.tgl:checked+.tgl-btn:after {
    left: 55%
}

.tgl-light+.tgl-btn {
    background: #0071cc;
    border-radius: 2em;
    /*! padding: 2px; */
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.tgl-light+.tgl-btn:after {
    border-radius: 14px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.tgl-light:checked+.tgl-btn {
    background: #0071cc
}

input[type=range] {
    -webkit-appearance: none;
    margin: 0;
    width: 100%
}

input[type=range]:focus {
    outline: 0;
    border: 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #0071cc;
    border-radius: 10px
}

input[type=range]::-webkit-slider-thumb {
    border: 6px solid #0071cc;
    height: 24px;
    width: 24px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
    border-radius: 24px
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #0071cc;
    outline: 0;
    border: 0
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #0071cc;
    border-radius: 10px
}

input[type=range]::-moz-range-thumb {
    border: 6px solid #0071cc;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
    border-radius: 24px
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #0071cc;
    border-radius: 10px
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: .2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000,0 0 1px #0d0d0d
}

input[type=range]::-ms-fill-upper {
    background: #0071cc;
    border: .2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000,0 0 1px #0d0d0d
}

input[type=range]::-ms-thumb {
    border: 6px solid #0071cc;
    height: 24px;
    width: 24px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
    border-radius: 24px
}

input[type=range]:focus::-ms-fill-lower {
    background: #0071cc;
    outline: 0;
    border: 0
}

input[type=range]:focus::-ms-fill-upper {
    background: #0071cc;
    outline: 0;
    border: 0
}

.pricing-calculator-wrap .content-wrap a.act-btn {
    background: var(--primary-btn-color);
    color: #fff
}

.pricing-calculator-wrap .content-wrap .btn-bx {
    text-align: center;
    margin-bottom: 100px
}

.slider-content a {
    color: var(--zwc-link-clr);
}

@media screen and (max-width: 1200px) {
    .slider-content-full .slider-content-right img:nth-child(2) {
        display:none
    }
}

@media screen and (max-width: 992px) {
    .content-wrap {
        width:90%
    }

    .wrike-wrapper h1 {
        font-size: 42px
    }

    .wrike-wrapper h2 {
        font-size: 32px;
        font-family: var(--zf-secondary-bold);
        margin-bottom: 50px
    }

    .wrike-customers-wrap {
        text-align: center;
        padding: 100px 0 70px
    }

    .enterprise-table {
        text-align: center;
        padding: 100px 0 100px
    }

    .slider {
        padding: 50px 0 0
    }

    .slider-header {
        margin-bottom: 50px
    }

    .slider-content-left {
        padding-left: 60px
    }

    .slider-content-left p {
        max-width: 300px
    }

    .wrike-wrapper h3 {
        font-size: 26px
    }

    .wrike-wrapper h4 {
        font-size: 22px
    }

    .banner-wrap .content-wrap {
        display: block;
        text-align: center
    }

    .banner-left {
        margin: 0 auto
    }

    .banner-right {
        max-width: 100%;
        margin: 60px 0 0
    }

    .enterprise-table-wrap ul li span span {
        font-size: 32px
    }
}

@media screen and (max-width: 767px) {
    .slider {
        padding:0;
        background: transparent
    }

    .slider-header {
        display: none
    }

    .slider-content-full {
        margin-bottom: 50px;
        border-radius: 10px
    }

    .slider-content-full:nth-child(1) {
        background: #f3f0e1
    }

    .slider-content-full:nth-child(2) {
        background: #cbe0ed
    }

    .slider-content-full:nth-child(3) {
        background: #ededf2
    }

    .slider-content-full:nth-child(4) {
        background: #ecf4ee;
        margin-bottom: 0
    }

    .slider-content {
        flex-direction: column;
        padding: 50px 0
    }

    .slider-content-left {
        padding: 0;
        text-align: center;
        width: 100%
    }

    .slider-content-left p {
        max-width: 80%;
        margin: 0 auto 10px
    }

    .slider-content-left a {
        margin-bottom: 30px;
        display: inline-block
    }

    .slider-content-right {
        width: 100%;
        padding-top: 0
    }

    .slider-content-right img {
        width: 80%;
        margin: 0 auto
    }

    .wrike-wrapper h1 {
        font-size: 34px
    }

    .wrike-wrapper h2 {
        font-size: 28px;
        font-family: var(--zf-secondary-bold)
    }

    .wrike-wrapper h3 {
        font-size: 22px
    }

    .wrike-wrapper h4 {
        font-size: 20px
    }

    .banner-wrap {
        padding: 60px 0
    }

    .enterprise-table-wrap ul li span {
        font-size: 16px
    }

    .enterprise-table-wrap ul li span span {
        font-size: 28px
    }

    .zoho-projects-logo:before,.zoho-projects-logo:after,.wrike-logo:before {
        width: 150px;
        height: 30px;
        top: 30px
    }

    .wrike-logo:before {
        width: 83px;
        background-position: -504px 0;
        background-size: 800px auto;
        height: 20px;
        top: 33px;
        transform: scale(1.6)
    }

    .zoho-projects-logo:after {
        width: 34px;
        height: 55px;
        background-position: 0 -33px;
        margin: 0 0 0 auto;
        right: 10px;
        top: -24px
    }

    .enterprise-table {
        padding: 80px 0
    }

    .testimonial-wrapper li {
        padding: 40px 30px 60px
    }

    .slick-next,.slick-prev {
        display: none
    }

    .cost-line,.alternative-line {
        width: 90%
    }
}

@media screen and (max-width: 640px) {
    .enterprise-table-wrap {
        overflow-y:hidden;
        overflow-x: scroll;
        padding: 0 0 50px
    }

    .enterprise-table-wrap ul {
        width: 640px
    }

    .enterprise-table-wrap ul li {
        padding: 15px 0
    }

    .zoho-projects-logo:after {
        top: -25px
    }

    .wrike-customers-wrap {
        text-align: center;
        padding: 70px 0 70px
    }

    .slider-content-right img {
        width: 90%;
        margin: 0 auto
    }

    .slider-content {
        flex-direction: column;
        padding: 30px 0
    }
}

@media(max-width: 480px) {
    .alternative-line {
        margin-bottom:40px !important
    }

    .cost-line,.alternative-line {
        width: 85%;
        margin: 50px auto 90px;
        flex-flow: column wrap
    }

    .alternative-range .range-input {
        width: 80%
    }

    .zoho-cost-logo,.alternative-cost-logo {
        max-width: 150px;
        width: 100%;
        order: 2;
        margin-top: 16px;
        text-align: center
    }

    .zoho-cost-logo .zoho-cost-logo-box {
        width: 100%;
        height: 35px;
        display: block;
        background-position: center
    }

    .alternative-cost-logo .zoho-cost-logo-box {
        height: 30px;
        background-image: url(/sites/zweb/images/projects/img/asana-alternative-sprite.png);
        background-size: 1200px auto;
        display: inline-block;
        width: 125px;
        background-position: -755px 0
    }

    .alternative-cost .cost-bar .cost-text,.zoho-cost .cost-bar .cost-text {
        font-size: 22px
    }
}

.i18n-ar .slider-content-left {
    padding-right: 100px;
    padding-left: unset
}

.i18n-ar .enterprise-table-wrap ul li span:nth-child(1) {
    text-align: right
}

.i18n-ar .disclaimer-text,.i18n-ar p.download-link,.i18n-ar .alternative-range,.i18n-ar .alternative-range p {
    text-align: center
}

.i18n-ar .testimonial-wrapper li h5,.i18n-ar .testimonial-wrapper li p,.i18n-ar .testimonial-wrapper li h4,.bottom-cta-wrap .content-wrap {
    text-align: center
}

.i18n-ar .alternative-range p.n-user:after {
    margin-right: 6px
}

.i18n-ar .tgl+.tgl-btn:after {
    left: -3px
}

.i18n-ar .tgl:checked+.tgl-btn:after {
    left: -23px
}

.i18n-ar .tab-slider .content-wrap {
    overflow: visible
}

.i18n-ar .slider-content-full .slider-content-right img:nth-child(2) {
    left: unset;
    right: -80px
}

@media(max-width: 1200px) {
    .i18n-ar .slider-content-left {
        padding-right:50px;
        padding-left: unset
    }
}

@media(max-width: 991px) {
    .i18n-ar .wrike-wrapper h1,.i18n-ar .banner-left p,.i18n-ar .banner-left {
        text-align:center
    }

    .i18n-ar .banner-right {
        text-align: center
    }
}

@media(max-width: 767px) {
    .i18n-ar .slider-content-left {
        padding-right:unset;
        padding-left: unset;
        text-align: center
    }

    .i18n-ar .wrike-wrapper h4,.slider-content-left p {
        text-align: center
    }
}