.zb-banner-section {
    background-color: transparent;
    color: #fff;
    background-image: -moz-linear-gradient(90deg, #0eca6d 0%, #054928 100%);
    /* background-image: -webkit-linear-gradient(
90deg, #0eca6d 0%, #054928 100%); */
    background-image: -ms-linear-gradient(90deg, #0eca6d 0%, #054928 100%);
    /* padding-top: 190px; */
    position: relative;
    /* top: -70px; */
    padding: 110px 0px;
    margin-bottom: 0px;
}
span.post-readtime {
    font-size: 16px;
}
.zpost-vtime{
    font-size:0px;
    gap: 0px;
}
.zb-post-details > ul > li:nth-child(4){
    display: none;
}

.zb-post-widget {
    padding: 25px 25px 30px;
    border: 1px solid #eceff3;
    background: #f9f9f9;
    margin: 35px 0 25px;
}
.zb-post-widget.widget_text p {
    font-size: 17
        px;
    font-family: var(--zf-primary-semibold);
    line-height: 1.3;
    margin-bottom: 0px;
}
.custom_widget_signup_btn {
    display: inline-block!important;
    text-align: left!important;
    font-size: 13px!important;
    padding: 10px!important;
    background: #f0483e;
    color: #fff;
    font-weight: 600;
    margin-top: 0!important;
}
.custom_widget_signup_btn:hover{
    color: #000 !important;
}
.zb-post-widget.widget_text a {
    font-size: 15px;
    padding: 12px 10px;
    background: #f0483e;
    color: #fff;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
.zpost-img {
    max-height: 240px;
}
.zb-post-img {
    max-height: 445px;
}

blockquote {
    font-size: 1.1em;
    position: relative;
    margin: 1rem;
}

[dir="ltr"] blockquote {
    padding-left: 1.5rem;
}

[dir="rtl"] blockquote {
    padding-right: 1.5rem;
}

@media (min-width: 61em) {
    blockquote {
        font-size:1.2em;
    }
}

blockquote::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: rgb(5,80,230);
    border-radius: 2px;
}

[dir="ltr"] blockquote::before {
    left: 0;
}

[dir="rtl"] blockquote::before {
    right: 0;
}
.zb-banner-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120%;
    bottom: 0;
    left: 0;
    /* padding-top: 70px; */
    background-image: -moz-linear-gradient(90deg, #0eca6d 0%, #054928 100%);
    background-image: -webkit-linear-gradient( 90deg, #0eca6d 0%, #054928 100%);
    background-image: -ms-linear-gradient(90deg, #0eca6d 0%, #054928 100%);
    z-index: -1;
}

.zb-banner-section h1 {
    font-size: 68px;
    font-family: 'Zoho_Puvi_Bold';
}
.zb-banner-section p {
    font-size: 26px;
}
.zb-nav-section {
    padding-left: 0px;
    padding-right: 0px;
}
.page-node-type-article-home .zb-nav-section{
    border-top: 0px;
}


/* promo banner style */
.zb-post-promo-banner {
    display: flex;
    background-image: -moz-linear-gradient( -45deg, rgb(11,154,84) 1%, rgb(22,212,118) 20%, rgb(207,252,215) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(11,154,84) 1%, rgb(22,212,118) 20%, rgb(207,252,215) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(11,154,84) 1%, rgb(22,212,118) 20%, rgb(207,252,215) 100%);
    background-size: 100% 100%;
}

.zb-post-promo-banner .image-side > img {
    /* width: 110%; */
    /* max-width: 110%; */
    margin-left: 15px;
}

.zb-post-promo-banner .image-side {
    flex: 4;
    z-index: 3;
    display: flex;
}

.zb-post-promo-banner .content-side {
    flex: 6;
    z-index: 3;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* margin-top: 60px; */
    justify-content: center;
    margin-top: 40px;
    margin-left: 60px;
}

.white-bg {
    position: absolute;
    padding: 15px;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
font-size:0;
}

.zb-post-promo-banner-container {
    position: relative;
    z-index: 1;
}

.content-side {}

.zb-post-promo-banner .content-side p:not(.cta-sec) {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 26px;
    line-height: 1.3;
}

p.cta-sec .banner-cta {
    background-color: #fff;
    padding: 10px 20px;
    font-family: 'Zoho_Puvi_Medium';
    border-radius: 20px;
    margin: 0px 7px;
    font-size: 15px;
    color: #000;
}

a.banner-cta.red-cta {
    background-color: #f93f3c;
    color: #fff;
}
@media only screen and (max-width:1200px)   {
  p.cta-sec .banner-cta{
    font-size: 13px;
  } 
  .zb-post-promo-banner .content-side p:not(.cta-sec){
    font-size: 24px;
  }
.zb-post-promo-banner .content-side{
    margin-left: 30px;
  }

}
@media only screen and (max-width:767px)   {
  .white-bg{
    display: none;
  }
  .zb-post-promo-banner .content-side p:not(.cta-sec){
    text-align: center;
  }
  .zb-post-promo-banner{
    flex-direction: column-reverse;
    align-items: center;
    background-image: -moz-linear-gradient( 90deg, rgb(11,154,84) 1%, rgb(22,212,118) 20%, rgb(207,252,215) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(11,154,84) 1%, rgb(22,212,118) 20%, rgb(207,252,215) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(11,154,84) 1%, rgb(22,212,118) 20%, rgb(207,252,215) 100%);
  }
  .zb-post-promo-banner .content-side,.zb-post-promo-banner .image-side > img{
    margin-left: 0px;
  }

}
@media only screen and (max-width:480px)   {
  .zb-post-promo-banner .content-side p:not(.cta-sec){
    text-align: center;
    font-size: 22px;
  }
  p.cta-sec .banner-cta {
    display: block;
    margin: 15px auto;
    max-width: 80%;
    text-align: center;
}
.zb-post-promo-banner .content-side p:not(.cta-sec){
    margin-bottom: 0px;
  }
}
/* promo banner style */

@media only screen and (max-width: 768px){
  .zb-banner-section h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 480px){
  .zb-banner-section h1 {
    font-size: 32px;
  }
}
