.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);
}

.pagewrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0;
}

.pagewrapper p strong,
.pagewrapper li strong,
.zcrbg-quote-sec p {
    font-family: var(--primaryfont-semibold);
}


.pagewrapper p {
    line-height: 1.7;
    margin: 0 0 24px;
}


.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;
}

/* 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);
}

.zcr-blg-header,
.zcr-blg-header::before,
.zcr-ts-breadcrumb {
    color: var(--white);
    background: var(--black);
}


/* 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*/

.zcrbg-sub-sec-part {
    padding: 0 0 25px 0;
}

.zcrbg-top-banner h1 {
    margin-bottom: 40px;
    font-size: 48px;
}

.zcw-sc-link {
    border-bottom: 2px solid;
}

.zcr-blg-parent section.zcrbg-top-banner {
    padding: 80px 0 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}

.zcrbg-sub-sec-part {
    padding: 0 0 25px 0;
}

.zcrbg-quote-sec {
    margin: 0 0 40px 0;
    box-shadow: 4px 0 0 0 inset var(--zcw-zcr-bg-blue)
}

.zcrbg-quote-sec p {
    padding: 4px 24px
}

.zcrbg-sub-sec-part h3 {
    margin-top: 40px;
}

.zcrbg-sub-sec-part p img {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    margin-top: 30px
}






.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 20px;
    font-size: 18px;
}

.zcrbg-sub-sec-part em {
    font-style: italic;
    margin-bottom: 40px;
    display: block;
}

/*tables css start */
.table-wrap {
    overflow-x: auto;
    margin: 40px auto;
}

.comparison-list {
    min-width: 500px;
    width: 100%;
    border: 1px solid #ddd;
}

.comparison-header {
    display: flex;
    font-weight: bold;
    background-color: #f2f2f2;
    border-bottom: 2px solid #ddd;
}

.comparison-header .aspect,
.comparison-header .category {
    flex: 1;
    padding: 10px;
    border-right: 1px solid #ddd;
    text-align: left;
}

.comparison-header .category:last-child {
    border-right: none;
}

.comparison-body {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-body li {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.zcrbg-sub-sec-part .comparison-body li {
    margin: 0;
}

.comparison-body li:last-child {
    border-bottom: none;
}

.zcrbg-sub-sec-part .comparison-body {
    padding: 0;
    margin: 0;
}

.comparison-body .aspect,
.comparison-body .category {
    flex: 1;
    padding: 10px;
    border-right: 1px solid #ddd;
    text-align: left;
}

.comparison-body .aspect {
    font-family: var(--primaryfont-semibold);
}

.comparison-body .category:last-child {
    border-right: none;
}

.comparison-body li:hover {
    background-color: #f1f1f1;
}

/*  tables css end*/

/* Responsive starts */
@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;
    }
}