@media only screen and (max-width: 991px) and (min-width: 768px) {
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li,
    .main-container-wrapper #mini-panel-product_menu .content-wrap>.product-nav-links li {
        margin: 0 7px 0 7px;
    }
  }
  .menu-icon-help-header .product-title {
    display: none !important
  }
  
  .menu-icon-help-header>a img {
    width: 170px;
  }
  #mini-panel-product_menu .product-nav-links .menu li a {
    font-size: 15px;
    font-family: var(--zf-primary-regular);
  }
  
  .product-header-top .product-nav-links .menu>li>a {
    font-family: var(--zf-primary-regular);
  }
  .product-nav-links .product-title {
    position: absolute;
    top: 0;
    display: none
  }
  
  .product-nav-links .product-title a {
    background-image: url(https://www.zoho.com/sites/default/files/header-sprite-2x.png);
    background-position: -100px 0;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 40px;
    padding: 0 0 0 75px;
    width: auto;
    background-repeat: no-repeat;
    background-size: 180px auto;
    display: block;
    font-family: var(--zf-primary-semibold);
  }
  #mini-panel-product_menu .product-nav-links .menu li a.active {
    box-shadow: 0 -2px 0 #000 inset;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
  }
  .product-nav-links {
    margin-right: 20px;
  }
  .mobile-menu-icon {
    z-index: 1
  }
  .menu .dropdown-menu {
    display: block;
    float: none;
    min-width: initial;
    padding: 0;
    border: none;
  }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li,
    .main-container-wrapper #mini-panel-product_menu .content-wrap>.product-nav-links li {
        margin: 0 7px 0 7px;
    }
  }
  @media only screen and (max-width: 1024px) {
  
    .product-nav-links a.search-controller,
    .search-box {
        right: -30px;
    }
    .product-nav-links {
        margin-right: 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .product-nav-links {
      float: none
  }
  .zmobile-menu-new ul {
    padding: 30px 20px 15px 25px;
    width: 100%;
    }
  }
  
  
  /*--Footer--*/
  
  .footer-subscribe {
    background: #630641;
    padding: 100px 0;
    text-align: center
  }
  
  .subscribe-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px
  }
  
  .footer-subscribe h2,
  .footer-subscribe h3 {
    color: #fff !important;
    font-family: var(--zf-primary-semibold)
  }
  
  .footer-subscribe h2 {
    font-size: 45px
  }
  
  .footer-subscribe a {
    background: #f0483e;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--zf-primary-semibold);
    padding: 10px 25px;
    margin: 10px 0 0 0;
    display: inline-block;
  }
  
  .footer-subscribe a:hover {
    color: #fff i !important;
  }
  
  @media only screen and (max-width: 991px) {
    .footer-subscribe {
        padding: 60px 0
    }
    .footer-subscribe h2 {
        font-size: 40px
    }
  }
  
  @media only screen and (max-width: 767px) {
    .footer-subscribe {
        padding: 50px 0
    }
    .footer-subscribe h2 {
        font-size: 28px
    }
    .footer-subscribe h3 {
        font-size: 18px
    }
  }
  .author-description .note a
  {
    color: #03a9f5 !important;
  }
  
  /* new footer css */
  
  /* CSS Document */
  
  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
  
  html {
  font-size: calc(.775rem - -.25 *(100vw - 20rem) / 100);
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
  body {
    background-color: #FFF;
    color: #000;
    font-size: 1.071rem;
  font-family: 'Lato', sans-serif;
  }
  ol, ul {
  list-style: none outside none;
  }
  a {
  text-decoration: none;
  cursor: pointer;
  }
  
  /*footer Start*/
  footer {
    background-color: #1F0227;
    color: #FFF;
    padding: 0px 0 30px;
    position: relative;
  margin-top: 0 !important;
    z-index: 1;
  }
  footer.cmfw {
    padding-top: 50px;
  }
  .footer1 {
    float: left;
    width: 25.5%;
  }
  .footer2 {
    float: left;
    width: 21%;
  }
  .footer3 {
    float: left;
    width: 16%;
  }
  .footer4 {
    float: left;
    width: 130px;
  }
  footer h4 {
    color: #FF9C24;
    font-size: 15px;
  text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
  }
  footer ul {
    float: left;
    width: 100%
  }
  footer ul li {
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .footer1 ul {
    width: 100%;
  }
  .footer1 .right {
    width: 44%;
  }
  footer ul a {
    color: #FFF;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    float: left;
    width: 100%;
  }
  .footer {
    border-top: 1px solid rgba(255,255,255,0.2);
    float: left;
    text-align: left;
    padding-top: 30px;
    margin-top: 40px;
    width: 100%;
  }
  .footer .logo {
  background: url(https://zdblogs.zohocorp.com/sites/charmhealth/files/charmtracker-norepeat_1.png
  ) no-repeat scroll 0 0 / 300px 933px rgba(0, 0, 0, 0);
  background-position: -8px -18px;
  height: 24px;
  margin: -5px 0 0 -10px;
  padding: 0 !important;
  width: 133px;
  }
  .footer .links {
  display: inline-block;
  }
  .footer.tele-footer {
  border: none;
  padding: 0;
  margin: 0;
  }
  .footer span, .footer a {
    display: inline-block;
  vertical-align: top;
    color: #FFF;
  font-size: 14px;
    margin: 0 10px;
  }
  footer .v-line {
    border-left: 1px solid #b9b9b9;
    margin-top: 2px !important;
  }
  .f-icon, .t-icon, .y-icon, .l-icon {
  background:  url(https://zdblogs.zohocorp.com/sites/charmhealth/files/charmtracker-norepeat_1.png
  ) no-repeat scroll 0 0 / 400px 1244px rgba(0, 0, 0, 0);
    background-position: -206px -31px;
    cursor: pointer;
    float: left;
    height: 26px !important;
    margin: 8px 15px 0 0;
    width: 26px !important;
  }
  .t-icon {
    background-position: -252px -31px;
  }
  .y-icon {
    background-position: -296px -31px;
  }
  .l-icon {
    background-position: -339px -31px;
  }
  .footer5 {
    float: right;
  }
  .footer5 a {
  margin: -3px 0 0 10px !important;
  }
  .footer5 span {
  margin: 0 !important;
  }
  /*Footer End*/
  
  /*Common Start*/
  .fnt-smth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cm-wd {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }
  .fc {
  display: inline-block;
  vertical-align: top;
  float: none;
  }
  .cmfw {
  float: left;
  width: 100% !important;
  }
  /*Common End*/
  
  @media (max-width:1255px) {
  .footer {
    text-align: center;
  }
  .footer .links {
    margin-top: 20px;
    width: 100%;
  }
  .footer5 {
    float: none;
    display: inline-block;
    margin-top: 50px;
    width: 100%;
  }
  .footer5 a {
    margin: 0 5px 0 !important;
  }
  }
  
  @media (max-width:955px) {
  .footer .links span {
    margin: 0 0 20px;
    width: 100%;
  }
  }
  
  @media (max-width:875px) {
  footer {
    padding-top:0;
  }
  .footer1, .footer2, .footer3, .footer4 {
    display:none;
  }
  .footer3, .footer4 {
    height:160px;
  }
  .f-icon, .t-icon, .y-icon, .l-icon {
    float:none;
    display:inline-block;
    margin:8px 8px 0;
  }
  .footer {
    padding-top: 40px;
    margin-top:0;
    padding-bottom: 30px;
  }
  footer.cmfw{
    padding-top: 0px;
  }
  }
  
  @media (max-width:662px) {
  .footer {
    box-sizing: border-box;
    padding: 40px 20px 0;
    text-align: left;
    padding-bottom: 30px;
  }
  .footer .links span {
    margin-bottom: 0;
  }
  .footer .links a {
    margin: 20px 0 0;
    width: 100%;
  }
  .footer5 a {
    margin: 0 10px 0 0 !important;
  }
  footer .v-line {
    display: none;
  }
  }
  
  
  /* new footer css */
  
  .page-node-type-article-home .zb-banner-section {
    background-color: #630641;
  }
  .page-node-type-article-home .zpost-vtime {
    font-size: 0px;
    gap: 0;
  }
  
  .page-node-type-article-home span.post-readtime {
    font-size: 16px;
  }
  
  @media only screen and (max-width: 767px) {
    .page-node-type-article-home span.post-readtime{
        font-size: 12px;
    }
    .menu-icon-help-header{
        margin: auto;
    }
  } 
  .zw-product-footer, .zw-global-footer, .zw-only-copyright,.zw-promo-bottom {
    display: none;
  }
  .zw-global-header > .header{
    display: none;
  }
  .zw-global-header, .zgh-headerWrap{
    min-height: unset;
  }
  .zgh-accounts .zgh-signup {
    color: #000;
    background: #FF9C24;
    margin-right: 10px;
  }
  .zmobile-menu-search {
    display: none;
}

a.loggedout ,.body-umain .z-bottom-cta-menu a.loggedin{
    display: none;
}
.z-bottom-cta-menu{
    background: transparent;
}
.zcommon-link-container{
    display:none;
  }



  .zb-post-profile > ul{
    display:block;
}
.zb-post-profile>ul>li {
    position: relative;
    align-items: flex-start;
}
.zb-post-profile>ul>li:not(:nth-child(1)):before{
    display:none;
}
.zb-post-profile>ul>li:nth-child(2) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.zb-post-profile ul.zb-smedia-icons {
    align-items: center;
    justify-content: center;
}