* {
    padding: 0;
    margin: 0
}

H1 span {
    color: #5c4dbc
}

.content-wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 1170px
}

.alternative-pages-wrapper {
    width: 100%;
    overflow: hidden
}

.alternative-pages-wrapper h1 {
    font-size: 48px;
    width: 100%;
    max-width: 520px
}

.alternative-pages-wrapper h2 {
    font-size: 38px;
    font-family: var(--zf-secondary-bold);
    text-align: center;
    margin-bottom: 60px
}

.alternative-pages-wrapper h3 {
    font-size: 32px
}

.alternative-pages-wrapper h4 {
    font-size: 26px;
    font-family: var(--zf-secondary-bold)
}

.banner-wrap {
    background: #f0fbfe;
    padding: 100px 0
}

.banner-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.banner-left {
    max-width: 520px
}

.banner-left p {
    width: 100%;
    max-width: 480px;
    margin-bottom: 30px
}

p.download-link {
    text-transform: uppercase;
    margin-bottom: 0
}

p.download-link a {
    color: #000;
    font-family: var(--primaryfont-semibold);
    border: 1px solid #000;
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-block
}

.act-btn.trail-btn {
    text-transform: none;
    border: 1px solid #000;
    padding-left: 20px;
    padding-right: 20px
}

a+.act-btn.trail-btn {
    margin-top: 12px
}

.banner-left p.button-holder {
    display: flex;
    flex-direction: column;
    max-width: 325px
}

.button-holder a {
    border-radius: 3px;
    padding: 12px 30px
}

.banner-right {
    max-width: calc(100% - 520px)
}

.banner-right img {
    max-width: 550px;
    width: 100%
}

.wrike-customers-wrap {
    text-align: center;
    padding: 120px 0
}

.wrike-customers-wrap h3 {
    text-align: center;
    margin-bottom: 35px
}

.tab-slider h2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
}

.tab-slider {
    margin-top: 120px;
    overflow: hidden
}

.tab-slider .slider {
    overflow: visible;
    transition: background-color .3s ease
}

.tab-slider .slick-list {
    overflow: visible
}

.slider-header {
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

.tab-slider h3 {
    text-align: center;
    margin-bottom: 55px
}

.slider-content {
    display: flex;
    align-items: center;
    position: relative;
    padding: 80px 0
}

.slider-content-left {
    width: 45%;
    padding-left: 100px
}

.slider-content-right {
    width: 55%;
    align-self: flex-end;
    position: relative
}

.slider-content-right img {
    width: 100%;
    display: block;
    box-shadow: 0 0 5px #00000026;
    border-radius: 10px 0 0 0
}

.slider-content-full .slider-content-right img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 47%;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 250px;
    border-radius: 5px;
    overflow: hidden;
    transform: translate(20%,0) scale(0.9);
    box-shadow: 0 0 5px #00000026;
    opacity: 0;
    z-index: 1;
    transition: .5s ease .3s
}

.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: 300px
}

.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-right: 30px;
    position: relative;
    cursor: pointer;
    font-family: var(--zf-secondary-bold);
    font-size: 17px
}

.slider-header .tab-link.sactive {
    color: #ff3534
}

.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: 0;
    height: 3px
}

.progressBarContainer div.sactive span.progressBar {
    opacity: 1
}

.progressBarContainer div.sactive span.progressBar .inProgress {
    background: #ff3534;
    opacity: 1
}

.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 #35e7a4;
    border-radius: 3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    background: #36e7a31a
}

.enterprise-table-wrap ul li {
    display: flex;
    align-items: center;
    padding: 20px 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)
}

.alternative-logo:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 35px;
    background-image: url(/sites/zweb/images/sprints/seo/sprins-alternative-sprite.png);
    background-size: 1600px auto;
    background-position: 0 0;
    left: 0;
    top: 27px;
    right: 0;
    margin: 0 auto
}

.alternative-logo:before {
    width: 135px;
    background-position: -118px -11px
}

.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/sprints/seo/sprins-alternative-sprite.png);
    background-size: 1400px auto;
    background-position: 0 -13px
}

.wrong:before {
    background-position: -28px -13px
}

.features-item .content-wrap {
    overflow: visible !important
}

.disclaimer-text {
    font-size: 15px;
    max-width: 490px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

.testi-wrapper {
    padding: 100px 0;
    background: url(/sites/zweb/images/sprints/seo/sprints-alternative-testi-pattern.png) repeat
}

[class^="avatar-"]::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 20px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/sites/zweb/images/sprints/seo/sprins-alternative-sprite.png);
    background-size: 1200px auto;
    background-position: -50px -11px
}

[class^="avatar-"] {
    display: inline-block;
    width: 93px;
    height: 100px;
    margin-bottom: 50px;
    background-image: url(/sites/zweb/images/sprints/seo/sprins-alternative-sprite.png);
    background-size: 1200px auto;
    background-position: -820px 0;
    position: relative
}

.avatar-2 {
    background-position: -916px 0
}

.avatar-3 {
    background-position: -1012px 0
}

.avatar-4 {
    background-position: -1107px 0
}

.testi-wrapper .testimonial-wrapper,.slick-dotted.slick-slider {
    background: 0;
    width: 100%;
    max-width: 810px;
    margin: 0 auto
}

.testi-wrapper .slick-dots li.slick-active {
    background: #35e7a4;
    width: 8px;
    height: 8px;
    border: 1px solid #35e7a4
}

.testi-wrapper .slick-slide {
    text-align: center
}

.testi-wrapper .slick-slide h4 {
    font-family: Roboto Slab
}

.testi-wrapper .slick-slide h5 {
    margin-bottom: 5px
}

.bottom-cta-wrap {
    background: #0b1c08;
    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
}

.right-switch>span {
    font-size: 18px;
    color: #030303;
    opacity: .4;
    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: 30%;
    min-width: 190px
}

.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: 30%;
    min-width: 190px
}

.alternative-cost-logo .zoho-cost-logo-box {
    height: 40px;
    background-image: url(/sites/zweb/images/sprints/seo/sprins-alternative-sprite.png);
    background-size: 1600px auto;
    width: 133px;
    background-position: -119px -10px;
    display: inline-block;
    float: right
}

.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: "$"
}

.diff-cost {
    color: #35e7a4
}

.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 {
    display: none
}

.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: #35e7a4;
    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: #35e7a4
}

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,0px 0px 1px #0d0d0d
}

input[type="range"]::-ms-fill-upper {
    background: #0071cc;
    border: .2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000,0px 0px 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: #f0483e;
    color: #fff
}

.pricing-calculator-wrap .content-wrap .btn-bx {
    text-align: center;
    margin-bottom: 100px
}

.trust-brands-wrap {
    text-align: center;
    position: relative;
    padding-bottom: 100px
}

.trust-brands-wrap .content-wrap {
    max-width: 1095px;
    width: 100%
}

.trust-brands-wrap .content-wrap>h2 {
    position: relative;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 20px;
    background: #fff;
    display: inline-block;
    margin-bottom: 35px
}

.trust-brands-wrap .content-wrap>h2:before {
    content: "";
    position: absolute;
    width: 0;
    transform: translateX(-50%);
    border-top: 1px solid #000;
    left: 50%;
    bottom: 5px;
    transition: all 3s ease
}

.trust-brands-wrap.active .content-wrap>h2:before {
    width: 46%
}

.trust-brands-wrap .content-wrap>h2 span {
    color: #ed4844
}

.trust-brands-wrap ul {
    margin: 0;
    max-height: 240px;
    overflow: hidden
}

.trust-brands-wrap ul li {
    opacity: 1;
    transform: scale(1,1);
    transition: all 1s ease;
    font-size: 0;
    display: inline-block;
    margin: 25px 38px
}

.trust-brands-wrap.active ul li {
    transform: scale(1,1);
    opacity: 1
}

.trust-brands-wrap ul li span {
    display: inline-block;
    text-indent: -9999px
}

.trust-brands-wrap ul li span {
    background: url("/sites/zweb/images/commonroot/zp-customers-sprite.png") no-repeat 0 0;
    height: 70px;
    background-size: 1000px auto
}

.trust-brands-wrap.active .content-wrap>h2:before {
    width: 42%
}

.trust-brands-wrap ul li.tb-anchora-education span {
    background-position: -690px -630px;
    width: 126px
}

.trust-brands-wrap ul li.tb-startup-creator span {
    background-position: -818px -630px;
    width: 137px
}

.trust-brands-wrap ul li.tb-intellectyx span {
    background-position: -160px -703px;
    width: 108px
}

.trust-brands-wrap ul li.tb-pexion-group span {
    background-position: -268px -703px;
    width: 102px
}

.trust-brands-wrap ul li.tb-dohardmoney span {
    background-position: -372px -703px;
    width: 61px
}

.trust-brands-wrap ul li.tb-security-portal span {
    background-position: -505px -703px;
    width: 185px
}

.trust-brands-wrap ul li.tb-auro span {
    background-position: -690px -703px;
    width: 90px
}

.trust-brands-wrap ul li.tb-digient span {
    background-position: -778px -703px;
    width: 145px
}

.trust-brands-wrap ul li.tb-gray-matrix span {
    background-position: -432px -703px;
    width: 75px
}

.trust-brands-wrap ul li.tb-stratega span {
    background-position: 0 -703px;
    width: 160px
}

.filter-wrap {
    display: none
}

.enterprise-table-wrap ul li .user-type {
    font-size: 16px
}

@media screen and (max-width: 1200px) {
    .trust-brands-wrap {
        margin:30px 0 0
    }
}

@media screen and (max-width: 767px) {
    .trust-brands-wrap {
        margin:0
    }

    .trust-brands-wrap ul li {
        margin: 10px 10px
    }

    .trust-brands-wrap ul {
        max-height: 210px
    }

    .tab-slider {
        margin-top: 80px
    }

    .pricing-calculator-wrap .content-wrap .btn-bx {
        margin-bottom: 80px
    }

    .trust-brands-wrap {
        padding-bottom: 80px
    }

    .testi-wrapper {
        padding: 80px 0
    }

    .bottom-cta-wrap .content-wrap {
        padding: 80px 0
    }
}

@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%
    }

    .alternative-pages-wrapper h1 {
        font-size: 42px;
        max-width: none
    }

    .alternative-pages-wrapper h1 br {
        display: none
    }

    .banner-left p {
        max-width: none
    }

    .banner-left p.button-holder {
        margin: 0 auto
    }

    .alternative-pages-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
    }

    .alternative-pages-wrapper h3 {
        font-size: 26px
    }

    .alternative-pages-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-right {
        width: 100%;
        padding-top: 0
    }

    .slider-content-right img {
        width: 80%;
        margin: 0 auto
    }

    .alternative-pages-wrapper h1 {
        font-size: 34px
    }

    .alternative-pages-wrapper h2,.trust-brands-wrap .content-wrap>h2 {
        font-size: 28px;
        font-family: var(--zf-secondary-bold)
    }

    .alternative-pages-wrapper h3 {
        font-size: 22px
    }

    .alternative-pages-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
    }

    .alternative-logo:before {
        background-size: 1400px auto;
        width: 117px;
        background-position: -104px -8px
    }

    .zoho-sprints-logo:after {
        width: 25px;
        height: 35px;
        background-position: 0 -33px;
        margin: 0 0 0 auto;
        right: 30px;
        top: -24px
    }

    .enterprise-table {
        padding: 80px 0
    }

    .testimonial-wrapper>div {
        padding: 0
    }

    .slick-next,.slick-prev {
        display: none
    }

    .cost-line,.alternative-line {
        width: 90%
    }

    .slider-content-left a {
        margin-bottom: 30px;
        display: inline-block
    }
}

@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-sprints-logo:after {
        top: -15px
    }

    .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) {
    .cost-line,.alternative-line {
        width:85%;
        margin: 50px auto 40px
    }

    .alternative-range .range-input {
        width: 80%
    }

    .zoho-cost-logo {
        min-width: 120px
    }

    .alternative-cost-logo {
        min-width: 120px
    }

    .alternative-cost-logo .zoho-cost-logo-box {
        height: 30px;
        background-size: 1200px auto;
        display: inline-block;
        width: 100px;
        background-position: -89px -7px;
        float: right
    }

    .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>div h5,.i18n-ar .testimonial-wrapper>div p,.i18n-ar .testimonial-wrapper>div 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 .alternative-pages-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 .alternative-pages-wrapper h4,.slider-content-left p {
        text-align: center
    }
}