.field-feature-page-headings{text-align:center;}
/*.features-item .content-wrap { max-width: 1080px;}
.features-banner-wrap::before {
  -webkit-animation: bannerbgmove 25s 2s infinite alternate;
  animation: bannerbgmove 25s 2s infinite alternate;
  background: rgba(0, 0, 0, 0) url("https://www.zoho.com/docs/images/admin_console.png") repeat scroll 0 0;
  background-size: cover;
  transition: left 2s 0.5s ease;
  left: -10%;
  width: 110%;
  background-position: center bottom;
}
.features-banner-wrap::before, .features-banner-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.features-banner-wrap::after{background: rgba(224, 82, 78 , 0.90) none repeat scroll 0 0;opacity: 0.99;}*/


.feature-more-wrap.four-box {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}
.feature-more-wrap.four-box .more-detail {
  width: 25%;
  border-right: none;
}
.feature-more-wrap.four-box > div > span {
  background: url('https://www.zoho.com/docs/images/admin_console_sprite.png');
  width: 60px;
  height: 60px;
  background-size:720px 60px;
  margin-bottom: 20px;
}
.feature-more-wrap.four-box > div > span.icon1 {  background-position: 0px 0;  display: inline-block;}
.feature-more-wrap.four-box > div > span.icon2 {  background-position: -60px 0;  display: inline-block;}
.feature-more-wrap.four-box > div > span.icon3 {  background-position: -120px 0;  display: inline-block;}
.feature-more-wrap.four-box > div > span.icon4 {  background-position: -180px 0;  display: inline-block;}

.feature-more-wrap.four-box > div > span.icon5 {  background-position: -240px 0;  display: inline-block;}
.feature-more-wrap.four-box > div > span.icon6 {  background-position: -300px 0;  display: inline-block;}
.feature-more-wrap.four-box > div > span.icon7 {  background-position: -360px 0;  display: inline-block;}
.feature-more-wrap.four-box > div > span.icon8 {  background-position: -420px 0;  display: inline-block;}

.feature-more-wrap.four-box > div > span.icon9 {  background-position: -480px 0;  display: inline-block;}
.feature-more-wrap.four-box > div > span.icon10 {  background-position: -540px 0;  display: inline-block;}
.feature-more-wrap.four-box > div > span.icon11 {  background-position: -600px 0;  display: inline-block;}
.feature-more-wrap.four-box > div > span.icon12 {  background-position: -660px 0;  display: inline-block;}


@media only screen and (max-width:991px){
  .feature-more-wrap.four-box .more-detail{width: 100%}
}
/* Retina Display icons */
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi)     {
.feature-more-wrap.four-box > div > span {background: url('https://www.zoho.com/docs/images/admin_console_sprite@2x.png');  background-size:720px 60px;}
}

.lang-ar .feature-more-wrap.four-box .more-detail {
    text-align: right;
}