section.lg-post-sticky-filter {
    display: none;
}

.lg-post-banner {
    display: block;
    text-align: center;
    border-bottom: 1px solid #dbdfea;
    margin-bottom: 40px;
}

.lg-post-banner h1 {
    padding: 0;
    font-family: var(--primaryfont-regular);
    letter-spacing: -0.1px;
    text-align: left;
    margin: 0;
    font-size: 40px;
}

body {
    background: #fff9ec !important;
}
.lg-category-name{
    display: none;
}
.vikra-title-wrap > div {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.prd-logo {
    flex: 0 0 200px;
}
img.product-icon {
    max-width: 108%;
}
/* popular post styles */
.lg-sidebar-cards img {
    min-width: 120px;
    width: 80px;
    height: 65px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 7px;
}

.lg-sidebar-cards a {
    color: #0A1931;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    margin-bottom: 20px;
}
@media only screen and (min-width:768px){
    .lg-post-sidebar {
    position: sticky;
    top: 100px;
    height: max-content;
    }
}

.lg-sidebar-cards a:hover {
    /* color: #00b344; */
    font-weight: 600;
}
.lg-sidebar-cards,.lg-post-detailed-view .lg-author-details {
    border-color: #ded4d3;
}

.lg-post-description h2,.lg-post-description h3,.lg-post-description h4,.lg-post-description h4 {
    /* font-family: 'Zoho_Puvi_Medium'; */
    font-weight: 600;
    letter-spacing: -0.5px;
}

.lg-post-description .lg-category-name a {
    font-size: 14px;
}
.lg-post-description .lg-category-name a.brd-home {
    padding-right: 0;
    margin-right: 0;
    font-size: 0px;
}

.lg-post-description .lg-category-name a.brd-home:before {
    content: "";
    padding: 7px;
    display: inline-block;
    background-image: url(https://zdblogs.zohowebstatic.com/sites/payments/academy/files/home-icon.svg);
}
/* popular post styles */

.lg-post-img {
    margin: 0 0 20px 0;
}

section.content_section {
    /* background: url(https://odblogs.zohowebstatic.com/sites/arattai/blog/files/arattai_patten_4x.png); */
    /* background-size: 100%; */
    position: relative;
}

section.content_section::after {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 400px;
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(
            to bottom,
            rgba(255,249,236,1) 0%,
            rgba(255,249,236,0.9) 100%,
            transparent 100%
        ),url(https://odblogs.zohowebstatic.com/sites/arattai/blog/files/arattai_patten_4x.png);
    background-size: contain;
    background-position: bottom center;
    background-size: contain 400px;
    z-index: -1;
    
    
}

.lg-post-list li {
    background-color: white;
    padding: 12px 12px 24px 12px;
    border-radius: 20px;
    box-shadow: 0 7px 32px 0 rgba(0, 0, 0, 0.06);
    margin: 0 13px 40px 13px;
}
.lg-post-list{
    align-items: stretch;
}
.lg-post-list > li:hover{
    box-shadow: 0 20px 22px 0 rgba(0, 0, 0, 0.10);
}

h2.lg-post-title,.lg-author-details,.lg-post-list > li > h2 {
    padding-left: 4px;
}
.lg-single-post-homepage .lg-post-list{
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.zb-pagination span, .zb-pagination a {
    display: inline-flex;
    padding: 10px 16px;
    background-color: #f5efe2;
    color: #585858;
    font-size: 16px;
    border: 1px solid #5133162b;
    border-radius: 12px;
    margin: 4px 6px;
    min-width: 40px;
    transition: all 0.3s ease-in;
    align-items: center;
    justify-content: center;
}

.zb-pagination a:hover, .zb-pagination .zb-current {
    border-color: #1A2A5A;
    color: #1A2A5A;
    font-weight: 700;
}

a.zb-next-page,a.zb-prev-page {
    height: 46px;
}

.zb-pagination {
    border-top: 1px solid #5133162b;
}
.lg-author-details> span:nth-child(1) {
    display: none;
}
body.page-node-type-article-home > div > div > section:not(.content_section):nth-child(2){
     /* display: none; */
     opacity: 0;
}
header.lg-header {
    background: #fff9ec !important;
    border-bottom: none !important;
    position: fixed;
    padding: 0px !important;
}
header.lg-header.fixed-header{
    border-bottom: 1px solid #dbdfea !important;
}
.lg-menu {
    border-bottom: 1px solid #dbdfea;
    /* margin-bottom: 40px; */
    padding: 0 0 10px 0;
    justify-content: space-between;
}

header.lg-header.fixed-header .lg-menu {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0;
}

.input-wrap *,.input-wrap {
    background-color: #fff9ec !important;
}

.lg-post-search .zgh-search-wrap .zgh-search-btn {
    margin-top: 0px !important;
    background-image: url(https://odblogs.zohowebstatic.com/sites/arattai/blog/files/search.svg);
    background-size: 100% 100%;
    background-position: unset;
}

.lg-post-search .input-wrap, .lg-post-search .zgh-search-box {
    background-image: none;
}

.lg-mobile-menu-trigger {
    display: none;
}
div.zw-product-header{
     display: none; 
}
.lg-post-search .zgh-search-wrap{
    border-top: none;
}
input#search-field-top-bar{
    outline: 2px solid #ffd700;
    border-color: #dbdfea !important;
}
.zw-global-footer.zwf-global-footer {
    display: none;
}
.lg-post-search.search-icon.lg-sprite {
    background-image: url(https://odblogs.zohowebstatic.com/sites/arattai/blog/files/search.svg);
    background-position: unset;
    background-size: 60%;
    background-position: center;
}