.feat-table * {
    box-sizing: content-box;
}

.head-sec {
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 70px 0 200px;
    background-image: url(/sites/zweb/images/officeintegrator/zoho-officeplatform-top-banner-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.head-sec h1 {
    color: #fff;
    max-width: 800px;
    margin: 0 auto 35px;
}
.head-sec .content-wrap>p {
    color: #fff;
    max-width: 800px;
    margin: 0 auto 25px;
    line-height: 35px;
    font-size: 18px;
}
.table-head-txt {
    z-index: 1;
    position: absolute;
    top: -5.5%;
}
.table-head-txt h4 {
    color: #fff;
    text-align: left;
    font-size: 26px;
    max-width: 540px;
    margin-left: 60px;
    padding-top: 30px;
    font-family: var(--zf-primary-bold);
}
.table-head {
    position: sticky;
    top: 50px;
}
.table-bg {
    position: absolute;
    bottom: 0;
    transform: translate(15%, 68%);
    z-index: 0;
}
.feat-table ul {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    display: table;
    background: #fff;
}
.feat-table ul li {
    display: table-cell;
    width: 260px;
    padding: 40px;
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
    border-bottom: unset;
    text-align: left;
    vertical-align: top;
}
.table-head li {
    box-shadow: 0px 10px 20px -7px #e1e1e1;
    font-family: Roboto Slab;
    font-size: 20px;
    font-weight: 600;
}
.table-feat>ul>li:first-child {
    font-weight: 600;
}
.feat-table .table-feat:last-child li {
    border-bottom: 1px solid #dfdfdf;
}
.cta-sec {
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}
@media only screen and (min-width:1751px){
    .table-bg{
      display: none;
    }
}
@media only screen and (max-width:1500px){
    .table-bg{
      transform: translate(7%, 68%);
    }
}
@media only screen and (max-width:1280px){
  .table-bg {
    transform: translate(0%, 68%);
  }
}
@media only screen and (max-width:1170px){
  .feat-table ul li{
    width: 230px;
  }
}
@media only screen and (max-width:1140px){
   .table-head {
      top: 0;
   }
}
@media only screen and (max-width:991px){
  .table-bg{
      display: none;
    }
    .head-sec{
      padding: 90px 0 65px;
    }
    .table-head-txt{
      position: relative;
      top: 0;
    }
    .table-head-txt h4 {
    color: #000;
    margin: 0 auto 40px;
    text-align: center;
    }
    .feat-table {
      padding: 50px 0;
  }
  .feat-table ul li {
    width: 200px;
    padding: 20px;
    }
}
@media only screen and (max-width:767px){
  .head-sec .content-wrap>p {
    line-height: 28px;
    font-size: 16px;
    }
    .main-table {
        overflow-x: auto;
    }

    .feat-table {
        height: 100%;
    }

    .table-feat-contain {
        overflow: auto;
        width: 800px;
        height: 100%;
    }

    .table-head {
        position: relative;
    }
}
.i18n-ar .content-wrap.animated h1, .i18n-ar .content-wrap.animated p, .i18n-ar .content-wrap.animated  {
    text-align: center;
}
.i18n-ar .table-head-txt h4, .feat-table ul li{
    text-align: right;
}
@media only screen and (max-width:1280px){
.i18n-ar .table-bg {
    transform: translate(10%,68%);
}
}
@media only screen and (max-width:767px){
.i18n-ar .head-sec h1, .i18n-ar .head-sec p, .i18n-ar .cta-sec, .i18n-ar .cta-sec p, .i18n-ar .cta-sec h1, .i18n-ar .cta-sec .content-wrap {
    text-align: center;
}
}