.blogBanner {
    background-image: url(../images/blog/blog_banner.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 265px;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    margin: 4rem 0 5rem;
    border-radius: 40px;
}

p.banner_subtxt {
    color: #213565;
    font-size: 32px;
    font-style: normal;
    font-family: "aptos-bold";
    line-height: normal;
    margin-bottom: 0;
}
.blog-image {
    width: 40%;
}
h1.banner_main_head {
    color: #213565;
    font-family: "aptos-black";
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.blog-highlight {
    
}

.blog-highlight .blog-card {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    align-items: center;
}

.blog-highlight .blog-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: unset;
    aspect-ratio: 16/10;
    border-radius: 19px;
    object-position: center center;
}

.blog-highlight .blog-content {
    flex: 1;
    padding: 30px;
}

.blog-highlight .blog-tags .tag {
    border-radius: 4px;
    margin-right: 8px;
    text-transform: uppercase;
    overflow: hidden;
    color: #4C4D55;
    text-overflow: ellipsis;
    font-family: "aptos-semibold";
    font-size: 20px;
    left: 0;
    font-style: normal;
    line-height: 120%;
    padding: 4px 20px;
    background: #EFF9FF;
    margin-bottom: 2rem;
}

.blog-highlight .blog-title {
    margin: 20px 0 10px;
    color: #000;
    font-family: 'aptos-semibold';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.blog-highlight .blog-date {
    margin-bottom: 20px;
    overflow: hidden;
    color: #4C4D55;
    text-overflow: ellipsis;
    font-family: 'aptos';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.blog-highlight .blog-excerpt {
    margin-bottom: 20px;
    overflow: hidden;
    color: #4C4D55;
    text-overflow: ellipsis;
    font-family: Aptos;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.blog-highlight .blog-content .read-more {
    overflow: hidden;
    color: #4C4D55;
    text-overflow: ellipsis;
    font-family: Aptos;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    gap: 11px;
    align-items: center;
}

.blog-highlight p {
    font-family: Aptos !important;
    margin-bottom: 20px;
    overflow: hidden;
    color: #4C4D55;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

/* recent blog section */

.com_blog_cards {
   
    font-family: 'aptos';
}

.com_blog_cards .section-title {
    font-size: 40px;
    line-height: 150%;
    margin: 40px 0;
    text-align: left;
    font-family: "aptos-semibold";
}

.com_blog_cards .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}
.blog-grid.slick-initialized.slick-slider .slick-slide{
    padding-right: 40px;
}
.com_blog_cards .blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0px 20px 0px 0px;
}

.com_blog_cards .blog-img {
    width: 100%;
    object-fit: cover;
    border-radius: 19px;
    display: block;
    object-fit: cover;
    height: unset;
    width: 100%;
    aspect-ratio: 16 / 14;
}

.com_blog_cards .blog-info {
    padding: 30px 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.com_blog_cards .blog-tags {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: flex-start;
}
/* .com_blog_cards .blog-tags .tag:last-child {
    left: 70px;
} */
.com_blog_cards .blog-tags .tag {
    position:relative;
    display: inline-block;
    background-color: #eaf2f8;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 6px;
    overflow: hidden;
    color: #4C4D55;
    font-family: 'aptos';
    left: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    box-shadow: none;
}
/* .blog-highlight .blog-tags .tag:last-child {
    left: 130px;
} */
.blog-tags {
    position: relative;
}
.com_blog_cards .blog-title {
    margin: 10px 0;
    color: #000;
    font-family: 'aptos-semibold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    min-height: 80px;
}

.com_blog_cards .blog-date {
    overflow: hidden;
    color: #4C4D55;
    text-overflow: ellipsis;
    font-family: Aptos;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.com_blog_cards .blog-desc {
    overflow: hidden;
    color: #4C4D55;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    font-family: 'aptos-semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    min-height: 78px;
}

.com_blog_cards .blog-info a.read-link {
    overflow: hidden;
    color: #4C4D55;
    text-overflow: ellipsis;
    font-family: Aptos;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    justify-content: flex-start;
    gap: 11px;
    align-items: center;
}

.com_blog_cards .read-link span {
    font-weight: normal;
    margin-left: 5px;
}

/* explore cards sections */

.explore_cards {
    padding: 20px 80px;
    text-align: center;
    font-family: 'aptos';
    margin-bottom: 3rem;
}

.explore_cards h2 {
    margin-bottom: 40px;
    color: #000;
    font-family: 'aptos';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: start;
}

.explore_cards .card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 40px;
    justify-content: center;
}

.explore_cards .card {
    width: 23%;
    overflow: hidden;
    transition: transform 0.3s;
    display: flex;
    border-radius: 50px 0px;
    box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.07);
    border: unset !important;
    min-width: 20rem;
}

.explore_cards .card:hover {
    transform: translateY(-5px);
}

.explore_cards .card img {
    width: 100%;
    object-fit: cover;
}

.explore_cards .card-title {
    padding: 16px;
    color: #213565;
    font-family: 'aptos';
    font-size: 24px;
    font-style: normal;
    font-family: "aptos-bold";
    line-height: 95%;
}


/* responsive css starts */

@media screen and (max-width: 1775px) and (min-width: 1575px) {
    p.banner_subtxt {
        font-size: 30px !important;
    }

    h1.banner_main_head {
        font-size: 58px !important;
    }

    .blog-highlight .blog-tags .tag,
    .com_blog_cards .blog-tags .tag {
        font-size: 18px !important;
    }

    .blog-highlight .blog-title {
        font-size: 36px !important;
    }

    .blog-highlight .blog-date {
        font-size: 18px !important;
    }

    .blog-highlight .blog-excerpt {
        font-size: 18px !important;
    }

    .blog-highlight .blog-content .read-more {
        font-size: 20px !important;
    }

    .com_blog_cards .blog-title {
        font-size: 16px !important;
    }

    .com_blog_cards .blog-desc {
        font-size: 15px !important;
    }

    .com_blog_cards .blog-info a.read-link {
        font-size: 18px !important;
    }

    .com_blog_cards .blog-info a.read-link img {
        width: 1.5rem;
    }

    .explore_cards .card-title {
        font-size: 28px !important;
    }

    .explore_cards h2,
    .com_blog_cards .section-title {
        font-size: 30px !important;
    }
    .com_blog_cards .blog-img{
        height: 340px;
    }
}

@media screen and (max-width: 1574px) and (min-width: 1300px) {
    p.banner_subtxt {
        font-size: 26px !important;
    }

    h1.banner_main_head {
        font-size: 48px !important;
    }

    .blog-highlight .blog-tags .tag {
        font-size: 16px !important;
    }

    .blog-highlight .blog-title {
        font-size: 28px !important;
    }

    .blog-highlight .blog-date {
        font-size: 16px !important;
    }

    .blog-highlight .blog-excerpt {
        font-size: 18px !important;
    }

    .blog-highlight .blog-content .read-more {
        font-size: 18px !important;
    }

    .com_blog_cards .blog-title {
        font-size: 15px !important;
        min-height: 69px !important;
    }

    .com_blog_cards .blog-date {
        font-size: 13px !important;
    }

    .com_blog_cards .blog-desc {
        font-size: 14px !important;
        min-height: 68px !important;
    }

    .com_blog_cards .blog-info a.read-link {
        font-size: 16px !important;
    }

    .com_blog_cards .blog-info a.read-link img {
        width: 1.4rem;
    }

    .explore_cards .card-title {
        font-size: 22px !important;
    }

    .explore_cards h2,
    .com_blog_cards .section-title {
        font-size: 28px !important;
    }
    .com_blog_cards .blog-img{
        height: 300px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
    p.banner_subtxt {
        font-size: 26px !important;
        margin-bottom: 5px !important;
    }

    h1.banner_main_head {
        font-size: 46px !important;
    }

    .blog-highlight .blog-tags .tag,
    .com_blog_cards .blog-tags .tag {
        font-size: 14px !important;
    }

    .blog-highlight .blog-title {
        font-size: 22px !important;
    }

    .blog-highlight .blog-date {
        font-size: 14px !important;
    }

    .blog-highlight .blog-excerpt {
        font-size: 16px !important;
    }

    .blog-highlight .blog-content .read-more {
        font-size: 16px !important;
    }

    .blog-highlight .blog-content .read-more img {
        width: 1.5rem !important;
    }

    .com_blog_cards .blog-title {
        font-size: 14px !important;
        min-height: 65px !important;
    }

    .com_blog_cards .blog-date {
        font-size: 13px !important;
    }

    .com_blog_cards .blog-desc {
        font-size: 13px !important;
        min-height: 49px !important;
    }

    .com_blog_cards .blog-info a.read-link {
        font-size: 14px !important;
    }

    .com_blog_cards .blog-info a.read-link img {
        width: 1.3rem;
    }

    .explore_cards .card-title {
        font-size: 18px !important;
    }

    .explore_cards h2,
    .com_blog_cards .section-title {
        font-size: 26px !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 850px) {
    p.banner_subtxt {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }

    h1.banner_main_head {
        font-size: 42px !important;
    }
}
@media screen and ( max-width: 992px){
    .blog-image {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
    section.blogBanner {
        margin: 3rem 4rem !important;
    }

    .blog-highlight {
        padding: 20px 50px 0px !important;
    }

    p.banner_subtxt {
        font-size: 18px !important;
        margin-bottom: 5px !important;
    }

    h1.banner_main_head {
        font-size: 32px !important;
    }

    section.blogBanner {
        padding: 70px 30px 60px 50px !important;
    }

    .blog-highlight .blog-title {
        font-size: 18px !important;
    }

    .explore_cards h2,
    .com_blog_cards .section-title {
        font-size: 22px !important;
    }

    .com_blog_cards {
        
        font-family: 'aptos';
    }

    .explore_cards {
        padding: 0px 50px !important;
    }

    .explore_cards .card {
        min-width: 17rem !important;
    }
}

@media screen and (max-width: 850px) and (min-width: 640px) {
    .blog-highlight .blog-image img {
        height: 20rem !important;
    }
}

@media screen and (max-width: 640px) {
    .blog-highlight .blog-title {
        font-size: 16px !important;
    }

    .blog-highlight .blog-image img {
        height: 20rem !important;
    }

    p.banner_subtxt {
        font-size: 17px !important;
        margin-bottom: 5px !important;
    }

    h1.banner_main_head {
        font-size: 28px !important;
    }

    section.blogBanner {
        margin: 2rem 2rem !important;
    }

    section.blogBanner {
        padding: 60px 30px 50px 50px !important;
    }

    .blog-highlight {
        padding: 20px 20px 20px !important;
    }

    .explore_cards h2,
    .com_blog_cards .section-title {
        font-size: 22px !important;
    }

    .com_blog_cards {
        font-family: 'aptos';
    }

    .explore_cards {
        padding: 20px 30px !important;
    }
}

@media screen and (max-width: 1024px) {
    .explore_cards .card-title {
        font-size: 16px !important;
    }

    .blog-image {
        width: 100%;
    }

    .blog-highlight .blog-image img {
        max-width: 100% !important;
        height: 26rem;
    }

    .blog-highlight .blog-tags .tag, .com_blog_cards .blog-tags .tag {
        font-size: 13px !important;
        left: 16px;
    }
    .blog-highlight .blog-date {
        font-size: 13px !important;
    }

    .blog-highlight .blog-excerpt {
        font-size: 14px !important;
    }

    .blog-highlight .blog-content .read-more {
        font-size: 14px !important;
    }

    .blog-highlight .blog-content .read-more img {
        width: 1.3rem !important;
    }

    .com_blog_cards .blog-title {
        font-size: 14px !important;
        min-height: 64px !important;
    }

    .com_blog_cards .blog-date {
        font-size: 12px !important;
    }

    .com_blog_cards .blog-desc {
        font-size: 13px !important;
        min-height: 50px !important;
    }

    .com_blog_cards .blog-info a.read-link {
        font-size: 13px !important;
    }

    .com_blog_cards .blog-info a.read-link img {
        width: 1.2rem;
    }
}

@media screen and (max-width: 750px) {
    .com_blog_cards .blog-title {
        min-height: unset !important;
    }
}


/* blogs inner page styles starts */

section.bloginner_Banner {
    background:
        linear-gradient(91deg, rgba(0, 0, 0, 0.57) 66%, rgba(102, 102, 102, 0.00) 101.12%),
        url("../images/blog/bloginner_banner.webp") center center / cover no-repeat;
    padding: 120px 30px 120px 80px;
    margin: 3rem 8rem !important;
    border-radius: 20px 0px 0px 20px;
}


section.bloginner_Banner .blog-tags .tag {
    border-radius: 4px;
    margin-right: 8px;
    text-transform: uppercase;
    overflow: hidden;
    color: #4C4D55;
    text-overflow: ellipsis;
    font-family: "aptos";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 4px 20px;
    background: #EFF9FF;
}

section.bloginner_Banner h1.innerbanner_main_head {
    color: #FFF;
    font-family: 'aptos';
    font-size: 48px;
    font-style: normal;
    font-family: "aptos-bold";
    line-height: 120%;
}

section.bloginner_Banner span.inner_banner_date {
    color: #F7F7F9;
    font-family: 'aptos';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-top: 4rem !important;
}

section.blogbody_section .container {
    display: flex;
    max-width: 88%;
    margin: 40px auto;
    padding: 0 20px;
}

section.blogbody_section .sidebar {
    width: 360px;
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin-right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: fit-content;
    position: sticky;
    top: 20px;
}

section.blogbody_section .sidebar h2 {
    margin-bottom: 20px;
    color: #000;
    font-family: 'aptos';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

section.blogbody_section .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.blogbody_section .sidebar ul li {
    margin-bottom: 16px;
}

section.blogbody_section .sidebar ul li a {
    text-decoration: none;
    color: #4C4D55;
    font-family: 'aptos';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

section.blogbody_section .sidebar ul li a.clicked {
    color: #000;
}

section.blogbody_section .sidebar ul li a:hover {
    color: #000;
}

section.blogbody_section .sidebar ul li a:active,
section.blogbody_section .sidebar ul li a:visited {
    color: #007bff;
}

section.blogbody_section .content {
    flex: 1;
    background: white;
    border-radius: 16px;
    padding: 40px;
}

section.blogbody_section .content h2 {
    margin-top: 40px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'aptos';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

section.blogbody_section .content p {
    margin: 16px 0;
    color: #4C4D55;
    font-family: Aptos;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 150%;
}

section.blogbody_section .back-to-top {
    display: block;
    
    text-align: right;
    text-decoration: none;
    color: #4C4D55;
    font-family: 'aptos';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

section.blogbody_section .back-to-top:hover {
    text-decoration: underline;
}

.bloginner_qoute::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    background: url('../images/blog/strt_qoute.svg') no-repeat;
}

.bloginner_qoute {
    padding: 40px;
    position: relative;
}

.bloginner_qoute::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    background: url('../images/blog/strt_qoute.svg') no-repeat;
    rotate: 180deg;
}

.bloginner_qoute p.qoutext {
    color: #363940 !important;
    text-align: center;
    font-family: 'aptos';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 150% !important;
}

.social-share-section {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icon {
    width: 45px;
    height: 45px;
    background-color: #f3f3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c2b33;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.social-icon a {
    color: #253844 !important;
}
.social-icon:hover {
    background-color: #e0e0e0;
}
@media screen and (max-width: 1750px) and (min-width: 1550px){
    section.bloginner_Banner h1.innerbanner_main_head {
        font-size: 38px !important;
    }
    section.bloginner_Banner .blog-tags .tag {
        font-size: 19px !important;
    }
    section.bloginner_Banner span.inner_banner_date {
        font-size: 20px !important;
    }
    section.bloginner_Banner span.inner_banner_date {
        font-size: 20px !important;
    }
    section.bloginner_Banner {
        margin: 3rem 6rem !important;
    }
    section.blogbody_section .content p {
        font-size: 22px !important;
    }
}
@media screen and (max-width: 1549px) and (min-width: 1300px){
    section.blogbody_section .sidebar ul li {
        margin-bottom: 10px !important;
    }
    section.blogbody_section .sidebar {
        width: 300px !important;
    }
    section.bloginner_Banner h1.innerbanner_main_head {
        font-size: 32px !important;
    }
    section.bloginner_Banner .blog-tags .tag {
        font-size: 18px !important;
    }
    section.bloginner_Banner span.inner_banner_date {
        font-size: 18px !important;
    }
    section.bloginner_Banner span.inner_banner_date {
        font-size: 18px !important;
    }
    section.bloginner_Banner {
        margin: 3rem 5rem !important;
    }
    section.blogbody_section .content p {
        font-size: 20px !important;
    }

   
}
@media screen and (max-width: 1299px) and (min-width: 1080px){
    section.blogbody_section .content p {
        font-size: 18px !important;
    }
    section.bloginner_Banner h1.innerbanner_main_head {
        font-size: 28px !important;
    }
    section.blogbody_section .content h2 {
        font-size: 1.6rem !important;
    }
    section.blogbody_section .sidebar h2 {
        font-size: 1.6rem !important;
    }
    section.blogbody_section .content p {
        font-size: 1.1rem !important;
    }
    section.bloginner_Banner .blog-tags .tag {
        font-size: 14px !important;
    }
    section.bloginner_Banner span.inner_banner_date {
        font-size: 17px !important;
    }
    section.bloginner_Banner span.inner_banner_date {
        font-size: 17px !important;
    }
    section.bloginner_Banner {
        margin: 3rem 5rem !important;
    }
    section.blogbody_section .sidebar {
        width: 270px !important;
    }
    section.blogbody_section .sidebar ul li {
        margin-bottom: 4px !important;
    }
    section.blogbody_section .sidebar h2 {
        font-size: 26px !important;
    }
    section.blogbody_section .sidebar ul li a {
        font-size: 17px !important;
    }
}
@media screen and (max-width: 1080px){
    section.blogbody_section .sidebar {
        position: unset !important;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 1rem !important;
    }
    section.blogbody_section .sidebar ul {
        display: flex;
        gap: 0px 10px !important;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    section.blogbody_section .content {
        width: 100% !important;
    }
    section.blogbody_section .container {
        flex-wrap: wrap !important;
        /* margin: 20px !important; */
        max-width: 93% !important;
    }
    section.bloginner_Banner {
        margin: 3rem 3rem !important;
        border-radius: 1rem !important;
    }
    section.blogbody_section .content p {
        font-size: 1rem !important;
    }
    section.blogbody_section .sidebar h2 {
        font-size: 1.6rem !important;
    }
    section.blogbody_section .content h2 {
        font-size: 1.6rem !important;
    }

    section.bloginner_Banner h1.innerbanner_main_head {
        font-size: 28px !important;
    }
    section.bloginner_Banner .blog-tags .tag {
        font-size: 14px !important;
    }
    section.bloginner_Banner span.inner_banner_date {
        font-size: 17px !important;
    }
    section.bloginner_Banner {
        margin: 3rem 5rem !important;
    }
    section.bloginner_Banner {
        margin: 3rem 3rem !important;
        padding: 40px 30px !important;
    }
    .com_blog_cards .blog-img{
        height: 200px;
    }
}
@media screen and (max-width: 1024px ) and (min-width: 820px){
    /* section.bloginner_Banner {
        margin: 3rem 4rem !important;
    } */
}
@media (max-width: 768px) {
    .explore_cards {
        margin-bottom: 1rem;
    }
    .com_blog_cards .section-title {
        margin-bottom: 20px;
    }
    section.blogbody_section .container {
        flex-direction: column;
    }

    section.blogbody_section .sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    section.blogbody_section .content {
        padding: 10px 0px !important;
    }
    section.blogbody_section .content p {
        font-size: 0.9rem !important;
        margin: 0 !important;
    }
    section.blogbody_section .sidebar h2 {
        font-size: 1.4rem !important;
    }
    section.blogbody_section .content h2 {
        font-size: 1.4rem !important;
    }
    .bloginner_qoute::before,.bloginner_qoute::after {
        scale: 0.7;
    }
    section.blogbody_section .sidebar ul li a {
        font-size: 16px !important;
    }
    section.blogbody_section .sidebar ul li {
        margin-bottom: 10px !important;
    }
    section.bloginner_Banner h1.innerbanner_main_head {
        font-size: 20px !important;
    }
    section.bloginner_Banner .blog-tags .tag {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }
    section.bloginner_Banner span.inner_banner_date {
        font-size: 15px !important;
    }
    section.bloginner_Banner {
        margin: 3rem 2.5rem !important;
        padding: 25px 20px !important;
    }
    .blog-highlight{
        display: none;
    }
    .blogBanner{
        background-image: url(../images/blog/blog_banner_mobile.webp);
        min-height: 111px;
        background-size: cover;
        border-radius: 23px;
        padding: 1rem;
        text-align: center;
        justify-content: center;
        margin: 2rem 0 0;
    }
    .com_blog_cards .blog-img{
        height: 200px;
    }
}

@media screen and (max-width: 400px){
    section.bloginner_Banner {
        margin: 3rem 1.5rem !important;
    }
    section.blogbody_section .container {
         padding: 0 10px !important;
    }
}
/* blogs inner page styles ends */