.zcr-blg-parent .zcr-blg-addons-sec {
    display: none;
}

/* Common Css */
:root {
    --zcw-bg-grey: #e2e2e2;
    --zcw-zcr-bg-blue: #0550e6;
    --white: #fff;
    --black: #000;
}

.zcr-blg-parent p a {
    color: var(--primary-focus-color);
}

.zcw-sc-link {
    border-bottom: 2px solid;
}

.pagewrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0;
}

.zcr-blg-parent section p strong,
.zcr-blg-parent section li strong {
    font-family: var(--primaryfont-semibold);
}

.zcr-blg-header,
.zcr-ts-breadcrumb {
    color: var(--white);
    background: var(--black);
}

.zw-product-header {
    background: var(--black);
}

.zcr-blg-parent section,
.zcr-blg-header h1 {
    max-width: 800px;
    margin: auto;
}

.zcrbg-sub-sec-part p img {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.pagewrapper p {
    line-height: 1.7;
    margin: 0 0 24px;
}

/* Common Css ends */

/* Breadrumb Css */
.zcr-ts-breadcrumb {
    position: relative;
    color: var(--white);
    z-index: 2;
}

.pagewrapper .zcr-ts-breadcrumb .content-wrap {
    padding: 30px 0 0;
    max-width: 1280px;
}

.zcr-ts-breadcrumb .flex-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.zcr-ts-breadcrumb li {
    font-size: 15px;
    line-height: 1.6;
    padding-right: 30px;
    color: var(--white);
    position: relative;
}

.zcr-ts-breadcrumb li a {
    cursor: pointer;
    color: var(--zcr-link-clr-blk);
    font-family: var(--zf-secondary-medium);
}

.zcr-ts-breadcrumb li a:hover {
    border-bottom: 1px solid var(--zcr-link-clr-blk);
}

.zcr-ts-breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
}

.zcr-ts-breadcrumb li a:hover:after {
    border-top: 1px solid var(--zcr-link-clr-blk);
    border-right: 1px solid var(--zcr-link-clr-blk);
}

/* Breadrumb Css  ends*/

/* footer css */
.zcr-blg-footer-sec {
    background: var(--black);
    padding: 60px;
    color: var(--white);
    text-align: center;
    border-radius: 16px;
}

.zcr-blg-footer-sec h2 {
    margin-bottom: 25px;
}

/* footer css  ends*/

.zcr-blg-parent section.zcrbg-top-banner {
    padding: 80px 0 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}

.zcrbg-top-banner h1 {
    margin-bottom: 40px;
    font-size: 48px;
}
p.zbl-foreg {
    background: #fffce7;
    border: 1px dashed #d4cea1;
    padding: 12px 24px;
    border-radius: 4px;
}
.zcrbg-sub-sec-part ul {
    list-style: initial;
    margin: revert;
    padding: 0 0 0 20px;
}

.zcrbg-sub-sec-part li {
    margin: 10px 0;
}

.zcrbg-sub-sec-part {
    padding: 0 0 25px 0;
}

.zcrbg-quote-sec {
    margin: 20px;
    box-shadow: 4px 0px 0 0 inset var(--zcw-zcr-bg-blue);
}

.zcrbg-quote-sec p {
    padding: 4px 24px;
}

.zcrbg-sub-sec-part ul.zwc-unorder-list li {
    display: inline-block;
    margin-right: 40px;
  }
  .zcw-sc-link{border-bottom: 2px solid;}
  
  .zcrbg-sub-sec-part ul.key-points>li, .zcrbg-sub-sec-part ol.key-points>li {
      margin-right: 100px;
    font-size: 18px;
    display: inline-block;
    list-style: disc;
    position: relative;
    width: auto;
    vertical-align: top;
  }
  .zcrbg-sub-sec-part ul.key-points>li:before, .zcrbg-sub-sec-part ol.key-points>li:before {
      position: absolute;
      content: "";
      height: 6px;
      width: 6px;
      background: #000;
      border-radius: 100%;
      left: -15px;
      top: 10px;
  }
  .pagewrapper section p strong,.pagewrapper section ul li span{font-family: var(--primaryfont-semibold);}
  .pagewrapper p {
      line-height: 1.7;
      margin: 0 0 24px;
  }
  
  .zcrbg-sub-sec-part blockquote {
      font-size: 1.1em;
      position: relative;
      margin: 1rem;
  }
  
  .zcrbg-sub-sec-part blockquote::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 4px;
      height: 100%;
      background-color: rgb(5, 80, 230);
      border-radius: 2px;
  }
  .zcrbg-sub-sec-part blockquote::before {
      left: 0;
  }
  .zcrbg-sub-sec-part blockquote {
      padding-left: 1.5rem;
    }
    
    .zcrbg-sub-sec-part blockquote {
      padding-right: 1.5rem;
    }
    .zcrbg-sub-sec-part ul {
      list-style: initial;
      margin: revert;
      padding: 0 0 0 20px;
  }
  .zcrbg-sub-sec-part ul > li,
   .zcrbg-sub-sec-part ol> li {
      margin: 0 0 30px;
  } 
  /*FAQ*/
.zcrbg-sub-sec-part.faq {
  margin-bottom: 50px;
}
  .faq h2 {
      margin-bottom: 30px;
  }
  
  .faq-wrap {
      max-width: 980px;
      margin: auto;
  }
  
  .faq-item {
      border-bottom: 1px solid #d3d3d3;
  }
  
  .faq-item:first-child .faq-ans {
      display: block;
  }
  
  .faq-ans {
      display: none;
      padding-bottom: 10px;
      padding-left: 42px;
  }
  
  .faq-item h4 {
      margin-bottom: 0;
      font-family: var(--zf-secondary-medium);
      padding: 20px 0px 20px 40px;
      cursor: pointer;
      position: relative;
      font-size: 20px;
      color: #000;
  }
  
  .faq-item h4:hover {
      color: #555;
  }
  
  .faq-item h4:before,
  .faq-item h4:after {
      content: '';
      position: absolute;
      background: #ea5154;
  }
  
  .faq-item:hover h4:before,
  .faq-item:hover h4:after {
      background: #555;
  }
  
  .faq-item h4:before {
      left: 0px;
      top: 35px;
      height: 2px;
      width: 16px;
  }
  
  .faq-item h4:after {
      left: 7px;
      width: 2px;
      top: 28px;
      height: 15px;
  }
  
  .faq-item.active h4:after {
      height: 0px;
  }


/* related topic section css */
.zcr-blg-addons-sec h3 {
    margin: 0 auto;
    text-align: center;
}

.zcr-blg-parent .zcr-blg-addons-sec {
    max-width: 1280px;
    margin: 80px auto 0;
    border-top: 1px solid var(--zcw-bg-grey);
    padding: 70px 0 0;
    display: none;
}

.zcr-blg-parent .zcr-blg-related-sec {
    display: grid;
    gap: 30px;
    padding: 40px 0 0;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));

}

.zcr-blg-related-sec .zcr-bl-rel-page {
    padding: 32px;
    border: 1px solid var(--zcw-bg-grey);
    border-radius: 8px;
    position: relative;
    background: #f7f7f7;
    transition: 0.5s ease;
    top: 0;
}

.zcr-blg-related-sec .zcr-bl-rel-page:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    top: -12px;
}

/* related topic section css ends */


/* Responsive starts */
@media (min-width: 61em) {
    .zcrbg-sub-sec-part blockquote {
        font-size: 1.2em;
    }
}
/*  */
@media (min-width: 1599px) {
    h1 {
        font-size: 56px;
    }
}

@media screen and (max-width: 1023px) {
    .zcr-blg-parent .zcr-blg-related-sec {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    h1 {
        font-size: 32px;
    }
}
@media(max-width:991px){
.zcrbg-sub-sec-part ul.key-points>li, .zcrbg-sub-sec-part ol.key-points>li{
font-size:15px;
}
}
