.zb-nav-section {
    border: none;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 20px 30px;
}
.zb-nav-menu>ul>li>a {
    font-family: 'Zoho_Puvi_SemiBold';
}
.zb-nav-menu>ul li.active>a {
    font-family: 'Zoho_Puvi_Bold';
}
.zb-nav-section .search-form {
      background-color: white;
      padding: 5px 15px;
      border-radius: 6px;
  }
.zb-nav-section .zb-searchbar input{
    border:none;
}
.zb-post-cont p {
    line-height: 1.7;
    letter-spacing: 0.4px;
    word-spacing: 2px;
  }
.zb-post-content h2, .zb-post-content h3, .zb-post-content h4, .zb-post-content h5, .zb-post-content h6 {
    margin: 35px auto 15px;
}
.t-mail-info {
    background: #e5e5e5;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.t-mail-info p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px){
    .zb-nav-wrapper {
        background-color: #fff;
    }
}
.zpost-vtime {
    font-size: 0;
    gap: 0;
}
.zpost-vtime .post-views {
    display: none;
    font-size: 16px;
}
.zpost-vtime .post-readtime {
    font-size: 16px;
}
.zb-post-details ul li:nth-child(4) {
    display: none;
}