/* i18n-en: English-only pricing-unified table styles */
 .pricing-comp .cmpr-tbl-th:first-child {
  border: 0;
}
 .pricing-unified {
  border-radius: 10px;
  overflow: hidden;
}
 .pricing-unified-header {
  display: flex;
}
 .pricing-unified-header .pricing-unified-col {
  width: 50%;
  flex-direction: column;
  padding: 35px 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}


 .pricing-unified-header .mobile-label {
  display: none;
}
 .pricing-unified-header .zd-col {
  border-right: 1px solid #c9c8c7;
}
 .pricing-unified-row {
  display: flex;
  border-top: 1px solid #c9c8c7;
}
 .pricing-unified-row:nth-child(odd) {
  background-color: #fff5e7;
}
 .pricing-unified-row .pricing-unified-col {
  width: 50%;
  display: flex;
  box-sizing: border-box;
}
 .pricing-unified-row .zd-col {
  border-right: 1px solid #c9c8c7;
}
 .pricing-unified-row .edition-name {
  width: 50%;
  font: 18px/1.4 var(--zf-primary-regular);
  padding: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
 .pricing-unified-row .edition-price {
  width: 50%;
  font-size: 30px;
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-left: 1px solid #c9c8c7;
}
 .pricing-unified-row .edition-price .bold-txt {
  font: 30px/1.3 var(--primaryfont-bold);
}
 .pricing-unified-row:last-child .zd-col .edition-name {
  border-bottom-left-radius: 10px;
}
 .pricing-unified-row:last-child .fd-col .edition-price {
  border-bottom-right-radius: 10px;
}
 .zoho-sad-face-emoji-td {
  padding: 25.3px !important;
}
@media only screen and (max-width: 1280px) {
  .testi-sldr-con::after , .bg_lazy_loaded .testi-sldr-con::after {
    display: none;
  }
}

@media only screen and (max-width: 992px) {

    .feature-expand-all {
        width: 150px;
        margin: 0 auto 40px;
    }

}



@media only screen and (max-width: 768px) {
   .pricing-unified {
    border: 0;
    border-radius: 0;
    max-width: 540px;
    margin: 0 auto;
  }
   .pricing-unified-header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 2;
  }
   .pricing-unified-header .pricing-unified-col {
    padding: 15px 10px;
    border-radius: 0;
  }
   .pricing-unified-header .zd-col {
    background: #0b5b42;
    border-right: 0;
    border-top-left-radius: 6px;
  }
   .pricing-unified-header .zd-col .crm-logo {
    display: none;
  }
   .pricing-unified-header .mobile-label {
    display: block;
    color: #fff;
    font: 16px/1.4 var(--zf-primary-semibold);
  }
   .pricing-unified-header .fd-col {
    background: #3d9b5f;
    border-top-right-radius: 6px;
  }
   .pricing-unified-header .fd-col .pricing-salesforce-logo {
    display: none;
  }
   .pricing-unified-header .pricing-comp-hdr {
    display: none;
  }
   .pricing-unified-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    border-top: 0;
  }
   .pricing-unified-row .pricing-unified-col {
    display: contents;
  }
   .pricing-unified-row .zd-col .edition-name {
    grid-column: 1;
    grid-row: 1;
  }
   .pricing-unified-row .zd-col .edition-price {
    grid-column: 1;
    grid-row: 2;
  }
   .pricing-unified-row .fd-col .edition-name {
    grid-column: 2;
    grid-row: 1;
  }
   .pricing-unified-row .fd-col .edition-price {
    grid-column: 2;
    grid-row: 2;
  }
   .pricing-unified-row .fd-col .edition-price,
   .pricing-unified-row:last-child .fd-col .edition-price {
    border-bottom-right-radius: 0;
  }
   .pricing-unified-row .edition-name {
    width: auto;
    font: 16px/1.4 var(--zf-primary-regular);
    padding: 12px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
  }
   .pricing-unified-row .edition-price {
    width: auto;
    font-size: 24px;
    padding: 15px 10px;
    border-left: 0;
    background-color: #fff5e7;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
   .pricing-unified-row .edition-price .bold-txt {
    font: 24px/2 var(--primaryfont-bold);
  }
   .pricing-unified-row:nth-child(odd) {
    background: 0;
  }
}
/* i18n-en ends */
