/*Ebook inner page css*/

.fixed-header {
    position: relative;
  }
  
  .container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease-in 0s;
  }
  .header-bg {
    box-shadow: 0px 0px 5px #e2e2e2;
  }
  .ebkinnercont {
    width: 1100px;
    margin: 0 auto;
    display: flex
  }
  .rowpding {
    padding: 100px 0
  }
  .articlelinkscont {
    background: #fafafa;
    padding: 10px 30px 30px 30px;
    margin-top: 20px;
  }
  ul.articlelinks li {
    margin: 10px 0
  }
  ul.articlelinks {
    border-left: 1px solid #cacbcf;
  }
  ul.articlelinks li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 6px 0 4px 12px;
    line-height: 1.4;
  }
  ul.articlelinks li.active a {
    color: #000;
    box-shadow: -3px 0px 0px 0px #000;
    font-weight: 600;
    pointer-events: none;
  }
  .article-wrapper {
    width: 65%;
    padding-right: 5%;
  }
  .article-wrapper h1 {
    font: 35px/1.3 'Zoho_Puvi_Bold';
  }
  .article-wrapper h2 {
    font: 26px/1.3 'Zoho_Puvi_Bold';
  }
  .date-share {
    display: flex;
    margin: 30px 0;
      align-items: center;
  }
  .datemints {
    width: 100%
  }
  .datemints p {
    color: #444;
    margin: 0px !important;
  }
  .articleshare {
    width: 20%;
  }
  ul.shareiconscont {
    display: flex;
    flex-flow: row;
  }
  ul.shareiconscont li {
    list-style-type: none;
  }
  .shareicons {
    background-image: url("../images/share-icons.png");
    background-repeat: no-repeat;
    margin: 0 10px;
  }
  .twit {
    background-position: -11px -10px;
    width: 21px;
    height: 23px;
    display: block
  }
  .lind {
    background-position: -47px -10px;
    width: 19px;
    height: 19px;
    display: block
  }
  .facbk {
    background-position: -82px -10px;
    width: 19px;
    height: 19px;
    display: block
  }
  .flag {
    background-position: -118px -11px;
    width: 13px;
    height: 17px;
    display: block;
    cursor: pointer
  }
  .bnrcont {
    margin: 40px 0
  }
  .article-wrapper p {
    margin-top: 20px;
  }
  .article-wrapper p strong {
    font-weight: 600;
  }
  .article-wrapper h3 {
    margin-top: 20px;
  }
  .article-wrapper a {
    color: #138cd6;
    text-decoration: none
  }
  .widget-sidebar {
    width: 30%;
  }
  #adsticky {
    position: sticky;
    top: 30px;
  }
  .analystname {
    margin-top: 20px;
    text-align: right;
  }
  .analystname span {
    font-size: 14px;
  }
  .aboutauther {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .aboutauther div.left {
    width: 25%;
    text-align: center;
  }
  .aboutauther div.left img {
    margin: 0 auto;
    border-radius: 50%;
  }
  .authname {
    font-family: 'Zoho_Puvi_SemiBold';
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .authdisc {
    font-size: 16px;
    margin-top: 0px;
  }
  .aboutauther div.right {
    width: 75%
  }
  .aboutauther div.right p {
    font-size: 14px;
    margin-top: 5px;
  }
  .autherlinks {}
  .autherlinks ul {
    display: flex;
    list-style-type: none;
  }
  .autherlinks ul li {}
  .authrlinkicons {
    background-image: url("https://cdn.manageengine.com/br/service-desk/images/auther-profile-icons.png");
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    margin-top: 10px;
  }
  a.authr-in {
    background-position: 0px 0px;
    display: block
  }
  a.authr-web {
    background-position: -45px 0px;
    display: block;
    margin-left: 12px;
  }
  .hastagscont {
    margin-top: 70px;
  }
  ul.hastags {
    display: flex;
    flex-wrap: wrap;
  }
  ul.hastags li {
    list-style-type: none;
    padding: 10px;
  }
  ul.hastags li a {
    color: #000;
    text-decoration: none;
    background: #fafafa;
    padding: 5px 10px;
  }
  .sub-news {
    background: #fafafa;
    padding: 40px;
    margin-top: 20px;
  }
  .sub-news p {
    font: 20px/1.3 'Zoho_Puvi_SemiBold';
    margin-top: 0px;
  }
  .sub-news div {
    margin-top: 30px;
  }
  .subscribe {
    background: #ee4a44;
    color: #fff;
    padding: 10px 20px;
    font: 20px/1.3 'Zoho_Puvi_SemiBold';
    text-align: center;
    border-radius: 2px;
    opacity: 0.9;
    cursor: pointer;
  }
  .subscribe:hover {
    opacity: 1;
  }
  .subscribe a {
    text-decoration: none;
    color: #fff;
  }
  .tblecont {
    margin: 20px 0;
    overflow-x: scroll;
  }
  .disaster-table tr:nth-child(odd) {
    background: #c7eafb;
  }
  .disaster-table tr:nth-child(even) {
    background: #e4f5fd;
  }
  .disaster-table tr td {
    border: 1px solid #4abfe1;
  }
  .tblecont tr td {
    padding: 25px;
    border: 1px solid #000;
  }
  .tblecont p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .tblecont p strong {
    font-weight: 600;
  }
  ul.list-items li strong {
    font-weight: 600;
  }
  ul.sub-list-1 li strong {
    font-weight: 600;
  }
  a.internal-links {
    border-bottom: 1px solid;
  }
  .list-disc li {
      margin-bottom: 10px;
  }
  ol.nested-list {
      list-style-type: inherit;
      margin: 20px 0px 20px 40px;
  }
  .sdp--policy-tbl.tblecont tr th{
      padding: 10px;
      border: 1px solid #000;
      text-align: left;
      background-color: #aee5ff;
  }
  .sdp--policy-tbl.tblecont tbody tr:nth-child(even){
      background-color: #e4f5fd;
  }
  .sdp--policy-tbl.tblecont tr td{
      padding: 10px;
  } 
  
  p.tbl-head{
      font-size: 18px;
  }
  .sdp--policy-tbl.tblecont p{
      font-size: 15px;
  }
  .list-items-num strong{
      font-weight: 600;
  }
  @media screen and (max-width:1440px) {
    .adcont.adstick {
      width: 23%;
    }
  }
  @media screen and (max-width:1100px) {
    .fixed-header {
      position: fixed;
    }
    .container {
      max-width: 96%;
    }
    .rowpding {
      padding: 50px 0;
    }
    .bnrcont img {
      margin: 0 auto
    }
    .ebkinnercont {
      width: 100%;
    }
    .article-wrapper {
      width: 100%;
      padding: 0 20px;
    }
    .widget-sidebar {
      display: none;
    }
    .article-wrapper h1 {
      font: 30px/1.3 'Zoho_Puvi_Bold';
    }
    .sub-news a {
      padding: 9px 15px;
    }
    ul.articlelinks li a {
      padding: 6px 0 5px 12px;
    }
  }
  @media only screen and (max-width:980px) {
    .rowpding {
      padding: 50px 0;
    }
  }
  @media only screen and (max-width:600px) {
    .rowpding {
      padding: 30px 0;
    }
    .datemints {
      width: 60%;
    }
    .article-wrapper h1 {
      font: 23px/1.3 'Zoho_Puvi_Bold';
    }
    .aboutauther {
      flex-wrap: wrap;
    }
    .aboutauther div.left {
      width: 100%;
    }
    .aboutauther div.right {
      width: 100%;
      text-align: center;
    }
    .article-wrapper h3 {
      margin-top: 20px;
      text-align: center;
    }
    .autherlinks {
      margin: 0 auto;
      width: 22%;
    }
  }
  .zh-kmicon {
    background: url(https://cdn.manageengine.com/br/service-desk/images/knowledge-management-strategy-sprit.png);
    width: 95px;
    height: 100px;
    background-size: 450px;
    background-repeat: no-repeat;
  }
  .zh-smes {
    background-position: -88px 0px;
  }
  .zh-know-man {
    background-position: -173px 0px;
  }
  .zh-ka {
    background-position: -262px 0px;
  }
  .zh-rs {
    background-position: -350px 4px;
  }
  .zh-a-email {
    background-position: -8px -99px;
  }
  .zh-did {
    background-position: -128px -125px;
    background-size: 540px;
    width: 100px;
  }
  .zh-tfn {
    background-position: -195px -98px;
  }
  .zh-nf {
    background-position: -295px -98px;
  }
  .zh-tbl-width tr td {
    width: 20%;
  }
  .zh-tbl-width tr td:first-child {
    width: 40%;
  }
  .zh-flex .zh-img-section {
    margin: 15px 5px;
    padding: 25px 20px 30px;
    flex-basis: 50%;
    flex-grow: 1;
    box-shadow: 0px 0px 5px #e0e0e0;
  }
  .zh-txt-left p {
    text-align: left;
  }
  .zh-flex {
    display: flex;
    align-content: space-around;
    gap: 20px;
    text-align: center;
  }
  .zh-flex .zh-img-section h4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .zh-flex .zh-img-section:hover {
    box-shadow: 0px 0px 20px #d9d9d9;
    cursor: pointer;
  }
  .zh-space-auto {
    margin: 0 auto;
  }
  .zh-p-width {
    width: 95%;
  }
  .zh-img-box {
    box-shadow: 0px 0px 5px #e6e6e6;
  }
  .zh-tbl-li-width {
    width: 70%;
  }
  ol.list-items-num li {
    padding-bottom: 5px;
  }
  .zh-tbl-width thead td.tblhdr, .zh-tble-style thead td.tblhdr {
    background: #fdd30a;
  }
  .zh-tbl-width thead h4, .zh-tble-style thead h4 {
    font: 18px/1.4 'Zoho_Puvi_SemiBold';
  }
  .zh-tble-style tr:nth-child(odd), .zh-tbl-width tr:nth-child(odd) {
    background: #e4f5fd;
  }
  @media screen and (max-width: 731px) {
    .zh-flex {
      display: block;
    }
  }
  @media screen and (max-width: 1024px) {
    .zh-tbl-li-width {
      width: 100%;
    }
  }
  /**/
  .zh-grid-box {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    padding: 30px 0px;
  }
  .zh-grid-box-items {
    background: #fff;
    box-shadow: 0px 0px 3px #cacaca;
    padding: 30px;
    margin: 15px 5px;
    cursor: pointer;
  }
  .zh-grid-box-items:hover {
    box-shadow: 0px 0px 10px #a5a5a5;
  }
  .zh-head-width {
    max-width: 80%;
  }
  .zh-grid-p-width {
    max-width: 93%;
  }
  .zh-grid-p-width-1 {
    max-width: 88%;
  }
  .zh-quotes {
    padding: 30px;
  }
  .zh-quotes img {
    margin: 20px auto;
  }
  .zh-quote-desc {
    border-left: 5px solid #4dc9f5;
    font-weight: 600;
    background: #fafafa;
    padding: 40px;
  }
  @media screen and (max-width: 731px) {
    .zh-grid-box {
      display: block;
    }
    .zh-grid-p-width {
      max-width: 100%;
    }
    .zh-grid-p-width-1 {
      max-width: 100%;
    }
  }
  p.pul {
    padding-left: 25px;
  }
  p.pul::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #00a9f4;
    border-radius: 100px;
    margin-top: 9px;
    margin-left: -17px;
  }
  .zh-bcdr p {
    line-height: 25px;
  }