/* footer section */
.zw-product-header,.zw-product-footer{
    display:none;
}
.header{
    display:none;
}

.product-header-top .product-nav-links.product-nav-links-new {
    display: none;
}

a.article-logo {
    max-width: 280px;
    display: block;
    margin: 0 auto;
}

.zb-footer-abt {
    display: flex;
}
.footer-inner-banner {
    padding: 20px 70px 50px 0;
    border-right: 1px solid #f5f5f5;
    /* display: inline-block; */
}
.footer-inner-banner img {
    max-width: 220px;
    margin: 0 0 20px;
}
.zb-footer-wrap h3 {
    font-family: var(--zf-primary-bold);
    margin-bottom: 20px;
    font-size: 21px;
}
.zb-footer-listlink,.zb-footer-smedia,.zb-footer-more{flex: 1;box-sizing: border-box;padding: 20px 0px;}

.zb-footer-listlink {
    padding-left: 40px;
}

.zb-footer-more {
    padding-right: 40px;
}
.zb-footer{
    border-top: 1px solid #e6e6e6;
    padding: 40px 0 0px;
    display: table;
    width: 100%;
}

ul.footer-listlink a {
    font-family: var(--zf-primary-regular);
    color: #000;
}

.footer-listlink li {
    margin: 0 0 5px;
}
.f-learn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #000;
    padding: 5px 10px;
}

ul.zb-smedia-icons li {
    display: inline-block;
    padding: 0 10px 0 0;
}
ul.zb-smedia-icons li a{
    font-size: 0px;
}
.ZF-support {
    display: none;
}

.footer-search {
    display: none;
}
.zw-global-footer {
    text-align: left;
    margin: 25px 0 0 15px;
    border-top: 1px solid #f5f5f5;
    padding: 25px 0 0;
}
.zb-banner-section {
    display: none;
}

.article-logo-container {
    margin-bottom: 50px;
}
.zb-inner-wrapper{padding-top:20px;}

@media only screen and (max-width:769px) {
    .footer-inner-banner img{
        max-width: 150px;
    }
    .zb-footer-wrap h3{
        font-size: 16px;
    }
    .footer-inner-banner{
        padding: 20px 10px 50px 0;
    }
    .zb-footer-listlink{
        padding-left: 20px;
    }
    .zb-footer-more{
        padding-right: 20px;
    }
    a.article-logo{
        max-width:200px;
        
    }
}
@media only screen and (max-width:767px) {
	.article-logo-container {
		margin-top: 40px;
	   }
}
@media only screen and (max-width:480px) {
    .zb-footer-abt{
        display: block;
    }
    .footer-inner-banner{
        padding: 20px 10px 20px 0;
        text-align: center;
        border-right: 0px;
        border-bottom: 1px solid #f5f5f5;
    }
    .zb-footer-smedia,.zb-footer-more{
        padding-left: 20px;
    }
}
/* footer section */

/* CTA section */
.custom_explore_cta_btn, .custom_explore_cta_btn:hover {
    font-size: 15px;
    padding: 12px 10px;
    background: #2c88ff;
    color: #fff !important;
    display: table;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    text-transform: uppercase;
    width: auto;
    margin: 20px auto 40px !important;
}
/* CTA section */

/* video embed section */
.zb-post-media {
    position: relative;
    margin: 3rem auto;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    padding-top: 56.25%;
}
.clearfix::after, .embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* video embed section */

/* author profile section */
.zb-post-profile>ul
{
	gap: 70px;
}
.zb-post-profile>ul>li:not(:nth-child(1)):before
{
	left: -35px;
}
.zb-post-profile>ul>li {
    width: 30%;
}
.zb-post-profile>ul>li:first-child {
    width: 70%;
}
@media only screen and (max-width:767px) {
	.zb-post-profile>ul>li {
		flex-direction: column;
		max-width: 100%;
		text-align: center;
		width: 100%;
	}
	.zb-post-profile>ul>li:first-child {
		width: 100%;
	}
	.zb-post-profile>ul {
		gap: 20px;
		flex-direction: column;
	}
	.zb-smedia-icons {
		justify-content: center;
	}
	.zb-post-profile>ul>li:not(:nth-child(1)):before {
		left: 50%;
		width: 70%;
		height: 1px;
		transform: translateX(-50%);
		top: -50px;
	}
}
/* author profile section */
.product-title .product-icon {
    height: 30px;
}
.zb-post-cont a span {
    text-decoration: none !important;
}
/* content table section */
table thead tr:hover {
    background: transparent;
}

table th {
    background:#e1eafc;
}

table th,table th .form-item__label {
    color: #043cad;
}
table tr:hover,table .draggable-table.tabledrag-disabled tr:hover {
    color: #222330;
    background: #0550e61a;
}

table tr.selected:hover,table .draggable-table.tabledrag-disabled tr.selected:hover {
    background: transparent;
}
/* zb-promo-banner-sec Start */
.zb-promo-banner-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 35px;
    background: #25349a;
    color: #fff;
    border-radius: 8px;
    margin: 35px 0px;
}

.zb-promo-banner-sec div:first-child {
    width: 64%;
}

.zb-promo-banner-sec div:first-child h2 {
    margin-bottom: 0;
}

.zb-promo-banner-sec div:first-child p {
    margin: 15px 0;
}

.zb-promo-banner-sec .zb-cta-btn {
    display: inline-block;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 12px 25px;
    border: 1px solid transparent;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    background: #f0483e;
    color: #fff;
    border-radius: 5px;
    min-width: 180px;
}

@media (max-width: 991px) {
    .zb-promo-banner-sec {
        padding: 30px;
    }

    .zb-promo-banner-sec div:first-child {
        width: 65%;
    }
}

@media (max-width: 767px) {
    .zb-promo-banner-sec {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .zb-promo-banner-sec div:first-child :is(h2, p) {
        margin: 0 auto 15px;
    }

    .zb-promo-banner-sec :is(div:first-child, div:last-child) {
        width: 100%;
        max-width: 500px;
    }

    .zb-promo-banner-sec .zb-cta-btn {
        padding: 8px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .zb-promo-banner-sec {
        text-align: left;
        align-items: flex-start;
    }

    .zb-promo-banner-sec {
        padding: 25px 20px;
    }
}

/* zb-promo-banner-sec end */
body.i18n-ar footer .footer-inner-banner, body.i18n-he footer .footer-inner-banner {
    /* display: none; */
    padding-left: 70px;
}
/* TLDT section style */
.tldr-sec {
    background-color: #E4EDFF;
    padding: 20px;
    border: 3px solid #9AB6FF;
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-radius: 8px;
}
/* TLDT section style */
