* {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
a {
  color: #006cff;
}
h1 {
   font: 48px/1.2 Zoho_Puvi_Bold;
   letter-spacing: -0.5px;
}
.zw-template-inner {
   margin-top: -80px;
}
.header-section {
   width: 100%;
   background: #0b5b42;
   padding: 110px 0 80px;
   text-align: center;
   color: #fff;
}
.changePrice {
   position: relative;
   padding: 70px 0 10px;
   max-width: 1280px;
   margin: 0 auto;
}
.changeCurrency {
   padding: 2px 10px;
   font: 16px/1.2 'roboto';
   cursor: pointer;
   position: relative;
   display: none;
}
.cmp_heading {
   padding: 20px 10px;
   font-size: 12px;
}
.cmp_heading.basic_features {
   vertical-align: middle;
   text-align: left;
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
}
.cmp_heading.basic_features2 {
   border-bottom: 1px solid #ccc;
   border-top: 0px solid #ccc;
   vertical-align: inherit;
   text-align: center;
}
.com_features, .exp_features {
   position: relative;
   display: inline-block;
   cursor: pointer;
   padding-left: 22px;
}

.com_features{
  display: none;
}
.com_features:after, .exp_features:after {
   content: "";
   position: absolute;
   background: url(/sites/zweb/images/crm/others-comparison-sprite.svg) no-repeat -699px -10px;
   width: 13px;
   height: 13px;
   top: 2px;
   left: 0;
   cursor: pointer;
}
table {
     table-layout: fixed;
}
.tdcol h3 {
   font:  16px/1.2 var(--zf-primary-semibold);
   text-transform: uppercase;
}

.zhighlight-circle {
 width: 15px;
 height: 15px;
 background: #ededed;
 margin: 0 auto 10px;
 border-radius: 50%;
 display: inline-block;
 cursor: pointer;
 position: relative;
}

.checked .zhighlight-circle {
 background: #089949;
}

.zhighlight-circle:after, .zhighlight-circle:before {
 background: #fff;
 content: "";
 height: 1px;
 left: 2px;
 position: absolute;
 top: 8px;
 transform: rotate(45deg);
 width: 5px;
}

.zhighlight-circle:before {
 left: 5px;
 top: 7px;
 transform: rotate(-45deg);
 width: 8px;
}


.top-container .tdcol {
   padding: 20px 10px;
}


.body-umain .top-container .tdcol{
   vertical-align: middle;
}


a.logged-out, a.logged-in {
 display: inline-block;
 padding: 10px;
 border: 1px solid #03a9f5;
 margin: 0 auto;
 font-size: 11px;
 text-transform: uppercase;
 background: #fff;
 transition: .5s ease;
 font-family: var(--zf-primary-semibold);
 width: 130px;
 max-width: 100%;
 box-sizing: border-box;
}

a.logged-out, a.logged-in {
 border: 1px solid #089949;
 color: #089949;
}

.umain a.logged-out, a.logged-in {
 display: none;
}

.umain a.logged-in {
 display: inline-block;
}


.common-features.cm_remove, .filtered-common-features {
   display: none;
}
.com_features.active:after, .exp_features.active:after {
   background-position: -715px -10px;
}
.cmp_addon:hover .cmp_addon_Msg {
  display: inline-block;
}
.cmp_addon {
  display: inline-block;
  position: relative;
}
.cmp_addon_Msg {
  position: absolute;
  color: #ffffff;
  background-color: #293a4b;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding: 12px 15px;
  width: 260px;
  z-index: 1;
  box-shadow: 0 2px 7px #d1d1d1;
  left: 30px;
  top: -20px;
  display: none;
  box-sizing: border-box;
}
.cmp_addon_Msg:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: -4px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #293a4b;
  transform: rotate(45deg);
  z-index: 2;
}
 .bg_lazy_loaded .cmp_addon:after {
  content: "";
  background: url(/sites/zweb/images/crm/crm-comparison-sprite.svg) no-repeat -117px -8px;
  width: 18px;
  height: 18px;
  text-align: center;
  cursor: help;
  position: absolute;
  right: -25px;
  top: -14px;
  display: inline-block;
}
.has-tooltip {
  position: relative;
}
.has-tooltip .tlTip {
  position: absolute;
  color: #ffffff;
  background-color: #293a4b;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding: 12px 15px;
  width: 260px;
  z-index: 1;
  box-shadow: 0 2px 7px #d1d1d1;
  left: 100%;
  top: 10px;
  display: none;
  box-sizing: border-box;
}
.has-tooltip:before {
  content: '';
  position: absolute;
  display: none;
  right: -7px;
  top: 16px;
  width: 10px;
  height: 10px;
  background: #293a4b;
  transform: rotate(45deg);
  z-index: 2;
}
.bg_lazy_loaded .has-tooltip:after {
  content: "";
  background: url(/sites/zweb/images/crm/crm-comparison-sprite.svg) no-repeat -117px -8px;
  width: 18px;
  height: 18px;
  text-align: center;
  cursor: help;
  position: absolute;
  right: 5px;
  top: 13px;
  display: inline-block;
}
body {
  overflow-x: auto;
}
.main-hdr {
  text-align: center;
  padding-bottom: 20px;
  font-family: var(--zf-primary-semibold);
  position: relative;
  padding: 0;
  margin: 0;
}
.header-section p{
 margin: 0 0 15px;
}
.dev-cont {
  position: fixed;
  top: 140px;
  right: 1px;
  border: 1px solid #f3f3f3;
  padding: 5px 15px;
  font-size: 14px;
  box-shadow: 2px 2px 10px #e3e3e3;
  display: none;
}
table, tr, td {
  border-collapse: collapse !important;
}
.dev-cont a {
  color: #000;
}
p {
  font-size: 14px;
  margin: 0;
}
.btm-hdr {
  font-size: 14px;
  text-align: right;
}
#accessct {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.tdin {
  background-color: #F4F4F4;
}
strong {
  font-family: var(--zf-primary-bold)
}
.tdcol {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--zf-primary-regular);
  padding: 4px 0;
}
.tdin, .tdcol {
  text-align: center;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background: #fff;
  color: #333;
  font-size: 20px;
}
.top-container.fixed .tdin, .top-container.fixed .tdcol {
  border: 1px solid #ccc !important;
}
.tMain {
  border: none;
  width: 100%;
}
.tdhdr {
  border: 1px solid #CCCCCC;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 12px 30px 12px 12px;
  box-sizing: border-box;
  font-family: var(--zf-primary-semibold);
  vertical-align: middle;
}
.tdtxt {
  border: 1px solid #CCCCCC;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
.tdhdr, .tdtxt {
  border-right: none;
}
#inner-table-sec .anim-con {
    padding: 0px;
   border: 1px solid #ccc;
}
.sub-con .tdhdr {
  border-right: 1px solid #CCCCCC;
}
.tdtxt:last-child {
  border-right: 1px solid #ccc;
}
.limg {
  width: 180px !important;
  float: right
}
table{
  width: 100% !important;
  table-layout: fixed;
}
.hdr-sec, .sub-hdr-sec {
  border: 1px solid #ccc;
  border-top: none;
  text-align: left;
  cursor: pointer;
}
.hdr-sec {
  background: #f7f7f7;
  padding: 15px 0 15px 12px;
}
.sub-hdr-sec {
  background: #ececec;
  padding: 15px 0 15px 15px;
}
.hdr-sec.opn, .sub-hdr-sec.opn {
  border-bottom: none;
}
/*.sub-table-container.first-elm .sub-hdr-sec {
   border-top: 1px solid #ccc;
}*/
.white-table .hdr-sec {
   background: #ffffff;
  border-bottom: 0px;
}
.white-table table {
   box-sizing: border-box;
}
.updated-txt {
  font-size: 12px;
  font-family: var(--zf-primary-regular);
  padding: 15px 0px 0px;
  display: inline-block;
  color: dimgray;
}
.inner-hdr {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-family: var(--zf-primary-semibold);
  font-size: 16px;
  margin-bottom: 0;
}
.sub-hdr-sec .inner-hdr {
  margin-left: 0px;
}
.table-container table , .sub-table-container table{
  border-top: none;
  border-bottom: none;
  box-sizing: border-box;
}
.accord-icn, .sub-accord-icn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(/sites/zweb/images/crm/crm-comparison-sprite.svg) no-repeat;
  background-position:  -19px -2px;
}
.sub-hdr-sec .sub-accord-icn {
    float: right;
   margin-right: 20px;
}
.table-container.active .accord-icn, .sub-table-container.active .sub-accord-icn  {
 background-position:  -50px -2px;
}
.common-container {
  padding: 40px 0 0;
  max-width: 1280px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  /* overflow: hidden;*/
}
.top-container {
   position: sticky;
   top: 52px;
   z-index: 2;
}
.tick-icn {
   background: url(/sites/zweb/images/desk/images/yes-tick.png) no-repeat;
   width: 11px;
   background-size: 11px auto;
   height: 10px;
   display: inline-block;
}
.top-container.fixed {
  position: sticky;
  max-width: 1060px;
  width: 100%;
  top: 52px;
  z-index: 9;
}
.bot-main-con {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
.blue-bg {
  background: #03a9f5;
  color: #fff;
}
.sub-sec-con {
  display: none;
  vertical-align: middle;
  padding: 13px 0;
  margin-left: 254px;
  text-align: center;
  border-left: 1px solid #e3e3e3;
  background: #fff;
}
.sub-btn {
  font-size: 14px;
  text-decoration: underline;
  font-family: var(--zf-primary-semibold);
  cursor: pointer;
  margin: 0 15px;
  position: relative;
}
.sub-btn:before {
  content: '';
  position: absolute;
  right: -18px;
  top: 3px;
  height: 15px;
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.sub-btn.activate, .dev-cont a:hover {
  color: #03a9f5;
}
.sub-con-left {
  padding: 13px 0 13px 12px;
}
.de-edition {
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 9px;
  color: #03a9f5;
  text-decoration: underline;
  cursor: pointer;
  display: none;
  font-family: var(--zf-primary-regular);
}
.product-nav-links .menu li a.active, .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li a.active {
  font-family: var(--zf-primary-regular), Arial, Helvetica, sans-serif;
  box-shadow: none;
}
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li:nth-child(4) a, .product-header-top .menu li:nth-child(4) a {
  font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
}
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links .dropdown-menu li a {
  font-family: var(--zf-primary-regular);
}
.anim-con, .sub-con, .sub-anim-con {
  height: auto !important;
}

.search_bar {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.serach-box {
    width: 90%;
   position: relative;
   z-index: 6;
}
input[type=text] {
 width: 100%;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  padding: 12px 30px 12px 10px;
  border-radius: 0px 20px 20px 0px;
}
.feature_search_section {
    width: 10%;
   display: flex;
   background:  #fff;
   border-radius: 20px 0px 0px 20px;
   position: relative;
   z-index: 6;
}
.input-cls-btn {
   position: absolute;
   display: inline-block;
   width: 12px;
   height: 12px;
   right: 10px;
   top: 15px;
  cursor: pointer;
   display: none;
}
.bg_lazy_loaded .input-cls-btn{
   background: url('/sites/zweb/images/crm/crm-comparison-sprite.svg') no-repeat -177px -9px;
}
.feature_search_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.feature_search_btn span{
  width: 19px;
  height: 18px;
  display: inline-block;
}
.bg_lazy_loaded .feature_search_btn span {
   background: url(/sites/zweb/images/crm/crm-comparison-sprite.svg) no-repeat -147px -8px;
}
.error, .empty-error {
  font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: none;
  color: yellow;
  width: 90%;
  padding-top: 10px;
}
.error.active, .has-tooltip:hover .tlTip, .has-tooltip:hover:before {
  display: block;
}
.search-result-container {
    width: 100%;
   position: absolute;
   top: 40px;
  background: #fff;
   box-shadow: 0 1px 5px 0 #b7b5b5;
   max-height: 200px;
  z-index: 3;
  border-radius: 0px 0px 10px 10px;
}
.search-result-container ul{
   max-height: 200px;
   overflow-y: scroll;
}
.search-result-container ul li{
   min-height: 40px;
   padding: 10px 12px;
   color: #000000;
   text-align: left;
   font: 14px/1.2 var(--zf-primary-regular);
   display: flex;
   align-items: center;
   box-sizing: border-box;
}
.search-result-container ul li:hover{
   background-color: #ddd;
}
.edition-links {
    display:none;
    max-width: 1280px;
    margin: 100px auto 120px;
    width: max-content;
}
.edition-links a {
   position: relative;
   font: 20px/1.5 var(--zf-primary-regular);
   color: #006cff;
   text-decoration: underline;
   padding-right: 20px;
   display: inline;
}
.edition-links .edition-link1 {
   margin-bottom: 10px;
   padding-right: 50px;
}
.edition-links a span {
   background: #006cff;
   width: 15px;
   height: 2px;
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin-left: 10px;
   transition: all ease .35s;
}
.edition-links a span:after {
   content: '';
   position: absolute;
   width: 6px;
   height: 6px;
   border: 2px solid #006cff;
   transform: rotate(-45deg);
   border-left: 0;
   border-top: 0;
   top: -3px;
   right: 0;
}
.edition-links a:hover span {
 transform: translateX(4px);
 -webkit-transform: translateX(4px);
}
.move-top-arrow {
     position: fixed;
     top: 200px;
   right: 10px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   border: 1px solid #ccc;
   cursor: pointer;
   transition: all ease .35s;
   display: none;
}
.move-top-arrow:hover {
     transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}
.move-top-arrow span {
   background: #ccc;
   width: 20px;
   height: 2px;
   position: absolute;
   display: inline-block;
   vertical-align: middle;
   margin-left: 10px;
   transform: rotate(-90deg);
   top: 53%;
   left: 12%;
}
.move-top-arrow span:after {
   content: '';
   position: absolute;
   width: 10px;
   height: 10px;
   border: 2px solid #ccc;
   transform: rotate(-45deg);
   border-left: 0;
   border-top: 0;
   top: -5px;
   right: 0;
}
.mobile_header {
  display: none;
  transform: translateY(-50px);
  overflow: hidden;
  overflow-x: scroll;
  transition: all 0.5s linear
}
.mobile_header.active {
  display: block;
  transform: translateY(0);
}
.tdcol.blue-bg {
  width: 14%;
  border-bottom: none;
}
.tdin.mbl {
  width: 19%;
  border-bottom: none;
  font-family: var(--zf-primary-semibold);
}
.starter_feature, .sub-btn:last-child:before, .anim-con, .sub-con, .sub-anim-con {
  display: none;
}
.common-container.starter_show .starter_feature {
  display: table-cell;
}

.cta-section {
    text-align: center;
    margin-top: 80px;
    padding: 100px 0px 90px;
    background: #ffffff;
}
.cta-section h2{
    margin-bottom: 26px;
    font-size: 44px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
.i18n-ar .inner-hdr{margin: 0 10px 0 0;}
.i18n-ar .tdin, .tdcol.blue-bg{text-align: center;}
@media only screen and (max-width:1350px) {
  .dev-edition > a {
    font-size: 12px;
    width: 96px;
  }
.footer-sec-wrap .product-links.three-column {
    display: block; 
}
}
@media only screen and (max-width:1280px) {
  .fixed-btn-con {
    display: none;
  }
  .de-edition {
    display: inline-block;
  }
}
@media only screen and (max-width:1140px) {
  .top-container {
   top: 0px;
 }
.edition-links {
   padding: 0px 30px;
   width: 100%;
   box-sizing: border-box;
}
.edition-links a {
   display: block;
}
}
@media only screen and (max-width:992px) {
.top-container {
  width: 1100px;
  position: fixed;
}
.btm-hdr {
  width: 1100px;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}
  .sub-con-left {
    width: 220px;
  }
  .sub-sec-con {
    margin-left: 225px;
  }
  .sub-btn {
    font-size: 12px;
  }
  .common-container {
    width: 100%;
    overflow-x: scroll;
  }
 .bot-main-con {
    width: 1100px;
}
  .error, .empty-error {
    width: 75%;
  }
#accessct {
  width: 1100px !important;
}
}
@media only screen and (max-width:767px) {
  #accessct {
    background: #fff;
  }
  input[type=text] {
    padding: 8px 10px;
  }
.search-result-container {
   top: 34px;
}
.input-cls-btn {
   right: 15px;
   top: 11px;
}
  .error, .empty-error {
    width: 90%;
  }
  .top-container.fixed {
    width: 100%;
    top: 0px !important;
  }
  .common-container {
    overflow: hidden;
    overflow-x: scroll;
    width: 100%
  }
.edition-links {
    margin: 50px auto;
}
    .cta-section h2{
        font-size: 34px;
        max-width: 460px;
    }
    .cta-section {
    padding: 60px 0px 50px;
}

}