.feature-more-wrap .more-detail {border-right: none;}

.button {
  margin: 25px 0 0;
  padding: 0 30px;
  text-decoration: none;
}

/*
.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/desktop_sync.png") repeat scroll 0 0;
  background-size: cover;
  transition: left 2s 0.5s ease;
  left: -10%;
  width: 110%;
}
.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(3, 169, 245 , 0.96) none repeat scroll 0 0;opacity: 0.99;}
*/
.feature-more-wrap > div {
  width: 50%;
}
.feature-more-wrap > div > span {
  background: url('https://www.zoho.com/docs/images/desktop_sync_sprite.png');
  width: 60px;
  height: 60px;
  background-size: 480px 60px;
  margin-bottom: 20px;
}
.feature-more-wrap > div > span.create-icon1 {
  background-position: 0px 0;
  display: inline-block;
}
.feature-more-wrap > div > span.migrate-icon2 {
  background-position: -60px 0;
  display: inline-block;
}
.feature-more-wrap > div > span.network-icon3 {
  background-position: -120px 0;
  display: inline-block;
}
.feature-more-wrap > div > span.two-way-icon4 {
  background-position: -180px 0;
  display: inline-block;
}
.feature-more-wrap > div > span.multi-icon5 {
  background-position: -240px 0;
  display: inline-block;
}
.feature-more-wrap > div > span.divide-icon6 {
  background-position: -300px 0;
  display: inline-block;
}


.feature-more-wrap.two-box {
  max-width: 90%;
}

.docs-two-col {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
 text-align: left;
}
.docs-two-col > div {
  width: 50%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.docs-two-col > div > span {
  background: url('https://www.zoho.com/docs/images/desktop_sync_sprite.png');
  width: 60px;
  height: 60px;
 background-size: 480px 60px;
  margin-bottom: 20px;
}
.docs-two-col > div > span.sync-icon7 {
  background-position: -360px 0;
  display: inline-block;
}
.docs-two-col > div > span.virtual-icon8 {
  background-position: -420px 0;
  display: inline-block;
}
.features-item .cont-part ul li {
    text-align: left;
}
.features-item .content-wrap:nth-child(2)  {
  padding: 0;
}
.html-part .feature-more-wrap {
  margin: 0 auto;
}
.features-item .content-wrap {
  max-width: 1080px;
  padding: 60px 0 30px;
}
@media only screen and (max-width:767px){
  .docs-two-col > div {    width: 100%;margin-bottom: 40px;}
  .docs-two-col > div:last-child {    margin-bottom: 0px;}  
}

/* Retina Display icons */
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi)     {
.docs-two-col > div > span {background-image: url(https://www.zoho.com/docs/images/desktop_sync_sprite@2x.png);background-size:480px 60px;}
.feature-more-wrap > div > span {background-image: url(https://www.zoho.com/docs/images/desktop_sync_sprite@2x.png);background-size:480px 60px;}
}

/* modal popup */

.modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.3);
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  display: block;
}

.modal-header {
  text-align: center;
}

.modal-wrapper-outer {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  z-index: 11;
  position: relative;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  margin: auto;
  width: 100%;
  max-width: 620px;
  background-color: #fff;
  box-shadow: 0 0 31px 1px hsla(0, 0%, 0%, 0.35);
  padding: 40px 60px;
  background: #fff;
  margin-bottom: 50px;
  border: 1px solid #ddd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 40px;
  right: 5px;
  padding: 1em;
  color: #000;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 99;
}

.modal-close:hover {
  color: #777;
}

.hidescroll {
  overflow: hidden;
}
.zclose {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.zclose:hover::before,
.zclose:hover::after {
  background: #9d9d9d;
}

.zclose::before,
.zclose::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
.modal-close:hover {
    color: #000;
}

.zclose::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.zclose::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.zclose.zpointy::Before,
.zclose.zpointy::after {
  width: 200%;
  left: -50%;
}

.docs-checkbox input {
    color: #000;
    padding: 14px 12px;
    border: none;
    display: block;
    width: 100%;
    margin: 15px 0 0;
    font-size: 14px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
    border-radius: 0;
}
.docs-checkbox {
    height: 1px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
#docs-tick {
    border: 1px solid #000;
    display: inline-block;
    height: 8px;
    margin-right: 4px;
    width: 8px;
    box-sizing: content-box;
}
.btn-section .modal-close {
    position: inherit;
    color: #5b5b5b;
    font-size: 18px;
    padding: 10px 30px;
    z-index: initial;
    background: initial;
    line-height: 1.5;
    font-weight: inherit;
}
.btn-section {
    text-align: right;
    margin-top: 50px;
}
.btn-section .btn-download {
    color: #fff;
    background: #0085fc;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: inherit;
    transition: inherit;
}
.btn-section .btn-download-disable{
  border: 1px solid #cccccc;
  background-color: #cccccc;
  color: #a7a7a7;
  cursor: default;
   -webkit-transition: inherit;
   transition: inherit;
}
.modal .modal-wrapper {
    text-align: center;
}
.docs-model h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.docs-agree {
    text-align: left;
    position: relative;
}
.modal #signup-termservice.checked::before, .modal #signup-newsletter.checked::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 5px;
    position: absolute;
    top: 7px;
    transform: rotate(-43deg);
    width: 11px;
}
label.sign_agree.added-placeholder input {
    visibility: hidden;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 3px;
}
.modal #signup-termservice.checked::after, .modal #signup-newsletter.checked::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 2px;
    position: absolute;
    top: 9px;
    transform: rotate(45deg);
    width: 5px;
}
.sign_agree{
  font-size: 18px;
  font: 18px/1.6 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  position:relative;
}
.modal #signup-termservice, .modal #signup-newsletter {
    border: 1px solid #000;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    width: 15px;
    box-sizing: content-box;
    top: 2px;
    position: relative;
}
.docs-agree a{
  color: #0085fc;
}
.docs-model p{
  max-width: 600px;
  text-align: left;
}
.modal #signup-termservice, #signup-newsletter{
  border: 1px solid #5b5b5b;
}
#signup-termservice.checked::before, #signup-newsletter.checked::before, #signup-termservice.checked::after, #signup-newsletter.checked::after{
  background: #5b5b5b none repeat scroll 0 0;
}
.docs-agree {
    text-align: left;
    margin-top: 25px;
}
.btn-download.disabled {
    cursor: not-allowed;
    border: 1px solid #aed5fd;
    background-color: #aed5fd;
    color: #fff;
}
.zclose:hover::before, .zclose:hover::after {
    background: #000;
}
.zclose{display:none}

@media only screen and (max-width:767px) {
  .modal-wrapper{
   width: 95%;
    box-sizing: border-box;
    padding: 25px 35px;
}
.modal-close{top: 50px;}
.sign_agree {
    font-size: 16px;
    font: 16px/1.6 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}
}

.lang-ar .more-detail {
    text-align: right;
}