/*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("../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;
}

.bottom-cta {
    text-align: center;
    padding: 40px;
    margin: 50px 0px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.bottom-cta h3 {
    margin: 0px !important;
    font: 26px / 1.3 Zoho_Puvi_Bold !important;
    text-align: center !important;
}

.bottom-cta p {
    margin: 10px 0px 30px 0px;
    font: 18px / 1.5 Zoho_Puvi_Regular;
    text-align: center !important;
}

.bottom-cta a {
    display: inline-block;
    background: #ee4a44;
    color: #fff;
    padding: 10px 20px;
    font: 17px / 1.3 'Zoho_Puvi_SemiBold';
    text-align: center;
    border-radius: 2px;
    opacity: 0.9;
    cursor: pointer;
}

.reset-style {
    margin: 0;
}

.italic-font {
    font-style: italic;
}

.italic-font.sub-head {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
}

.article-img-wrap {
    text-align: center;
}

.article-img-wrap img {
    margin: 35px auto 0px;
}
.sdp-art-two-cal-tbl table tr th{
    border: 1px solid #6b81bd;
    padding: 10px;
    font: 19px / 1.5 'Zoho_Puvi_SemiBold';
    background-color: #b0d7ff;
} 
.sdp-art-two-cal-tbl table tr td:first-child{
    width: 30%;
}
.sdp-art-two-cal-tbl table tr td:last-child{
    width: 70%;
}
.sdp-art-two-cal-tbl table tbody tr:nth-child(even){
    background: #f0f7ff;
}
.sdp-art-two-cal-tbl table tr td, .sdp-art-two-cal-equal table tr td {
    border: 1px solid #6b81bd;
    padding: 20px;
    width: 50%;
}
.sdp-art-two-cal-tbl table tr td p, .sdp-art-two-cal-equal table tr td p {
    margin: 0;
    padding: 0;
}
.sdp-art-two-cal-equal table tr th{
    border: 1px solid #6b81bd;
    padding: 10px;
    font: 19px / 1.5 'Zoho_Puvi_SemiBold';
    background-color: #b0d7ff;
} 
.sdp-download-main {
    padding: 20px 0;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}
.sdp-temp-img{
    width: 75%;
    margin: 0 auto;
    padding: 20px 0;
}
.sdp-download-main a{
/*
        padding: 10px 20px;
    text-align: center;
    background: #e9152b;
    color: #ffffff;
    font: 19px / 1.5 'Zoho_Puvi_SemiBold';
*/
    border-radius: 2px;
}
@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%;
    }
    .bottom-cta h3 {
        font: 22px / 1.3 Zoho_Puvi_Bold !important;
    }
    .bottom-cta p {
        font: 16px / 1.5 Zoho_Puvi_Regular;
    }
}

.zh-kmicon {
    background: url(../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;
}