.breadcrumb-wrapper {
    grid-template-columns: none !important;
    min-height: 0 !important;
    margin-top: 50px !important;
}
.breadcrumb-content {
    background-color: var(--blue-main-clr);
    padding: 50px;
    border-radius: 60px;
    max-width: 100% !important;
}
.breadcrumb-subtitle {
    text-align: left;
}
.breadcrumb-subtitle a img {
    max-width: 20px;
    margin-top: -5px;
}
.breadcrumb-subtitle img {
    max-width: 12px;
}
.breadcrumb-heading {
    max-width: 100% !important;
}

.header-btn-wrapper {
    max-width: 30%;
}

a.current-page {
    color: #fff;
    font-size: 15px;
}

.hamburger-menu-icon span {
    background-color: var(--black-main-clr);
}

@media screen and (min-width: 1440px) {
    .section-gap-top {
        /* padding-top: 0px !important; */
    }
}

/*  FAQ page questions section */
@media screen and (min-width: 1440px) {
    .other-section {
        padding-top: 0px !important;
    }
}

/* Blog page posts section */
@media screen and (min-width: 1440px) {
    /* .blog-section.section-gap-y-axis,
    .blog-detail-section.section-gap-y-axis {
        padding-top: 0px !important;
    } */
}

@media screen and (max-width: 768px) {
    .header-btn-wrapper {
        max-width: 100% !important;
    }
}
.blog-detail-rich-text {
    padding-top: 0px !important;
}
