.all-service-banner {
    line-height: 8px;
    height: 550px;
    /* height: 100vh; */
    overflow: hidden;
    position: relative;
    /* background-image: linear-gradient(180deg, #09182C 0%, #10461E 100%); */
    background: url(../images/blog/banner-desktop.png) 0 center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.service-banner {
    max-width: 725px;
}

.breadcrumb {
    margin-bottom: 40px;
}

.service-banner .line {
    background-color: #51d581;
    width: 60px;
    height: 8px;
    display: inline-block;
    margin-bottom: 20px;
}

.all-service-banner p {
    color: #F4F6F9;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 14px;
    font-family: "graphikregular";
}

.all-service-banner h1 {
    font-size: 48px;
    line-height: 60px;
    color: #f4f6f9;
    font-family: "graphikbold";
    margin-bottom: 16px;
}

.pagination {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination ul {
    display: flex;
    justify-content: center;
}

.pagination a.current:hover,
.pagination span.current:hover.pagination a.current,
.pagination a.current,
.pagination a.current:hover,
.pagination span.current:hover,
.pagination span.current {
    background: #49cc79;
    color: #fff;
}

.pagination a,
.pagination span {
    background-color: #FFFFFF;
    border: 1px solid #49CC79;
    width: 42px;
    height: 42px;
    color: #757575;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0px 8px;
}

.pagination .prev,
.pagination .next {
    width: auto;
    text-transform: capitalize;
}

.blogSection {
    display: inline-block;
    width: 100%;
    background: #F8F7FC;
    padding: 60px 0;
}

.blogSection h3 {
    color: #212121;
    font-family: "graphikbold";
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    padding-top: 10px;
}

.blogSection h3::before {
    background-color: #49CC79;
    width: 52px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.blogSection .headingTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.blogSection .headingTitle .button_button__3HGS0 {
    color: #49CC79;
    font-family: 'graphikmedium';
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: normal;
}

.blogSection .line {
    background-color: #49cc79;
    width: 40px;
    height: 4px;
    margin-bottom: 36px;
}

.blogSection .date {
    color: #989da9;
    font-family: "graphikbold";
    font-size: 14px;
    line-height: 17px;
}

.blogSection h2 {
    color: #212121;
    font-family: "graphikbold";
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    height: 240px;
    transition: all 1s ease;
}

.blogSection p {
    color: #212121;
    font-family: "graphikregular";
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogSection button {
    position: absolute;
    right: 30px;
    bottom: -30px;
    background: none;
    border: none;
    transition: all 1s ease;
}

.blogSection .block a:hover h2 {
    height: 120px;
    overflow: hidden;
    color: #49cc79;
    transition: all 1s ease;
}

.blogSection .block:hover button {
    bottom: 30px;
    transition: all 1s ease;
}

.blogSection .block:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
}

.blogSection .block .button_arrow__379Os {
    margin-left: 0;
}


/* topBlogSection css */

.topBlogSection {
    padding: 60px 0;
}

.topBlogSection h3 {
    color: #212121;
    font-family: "graphikbold";
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
    padding-top: 10px;
}

.topBlogSection h3::before {
    background-color: #49CC79;
    width: 52px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.topBlogSection .topBlogFirstRow {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.topBlogSection .twoPostSection {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    width: 630px;
}

.topBlogSection .twoPostSection .topBlogList {
    min-width: 100%;
}

.topBlogSection .twoPostSection .topBlogList .thumbnailImg img {
    width: 100%;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost {
    width: 560px;
}

.topBlogSection .twoPostSection .topBlogList.secondPost .thumbnailImg,
.topBlogSection .twoPostSection .topBlogList.thirdPost .thumbnailImg {
    width: 100%;
    height: 176px;
    overflow: hidden;
}

.topBlogSection .twoPostSection .topBlogList.fivePost .thumbnailImg,
.topBlogSection .twoPostSection .topBlogList.sixPost .thumbnailImg {
    width: 100%;
    height: 196px;
    overflow: hidden;
}

.topBlogSection .twoPostSection .topBlogList .thumbnailImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topBlogList .block {
    position: relative;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.07);
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .thumbnailImg,
.topBlogSection .topBlogFirstRow .topBlogList.firstPost .thumbnailImg,
.topBlogSection .topBlogFirstRow .topBlogList.sixPost .thumbnailImg {
    height: 100%;
    position: absolute;
    width: 100%;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .thumbnailImg {
    width: 100%;
    height: 366px;
    overflow: hidden;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .thumbnailImg::before,
.topBlogSection .topBlogFirstRow .topBlogList.fivePost .thumbnailImg::before,
.topBlogSection .topBlogFirstRow .topBlogList.sixPost .thumbnailImg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: "";
    z-index: 1;
}

.topBlogSection .topBlogFirstRow .topBlogList .wp-post-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topBlogSection .topBlogFirstRow .topBlogList.secondPost .wp-post-image,
.topBlogSection .topBlogFirstRow .topBlogList.thirdPost .wp-post-image {
    width: 100%;
    height: auto;
    position: inherit;
}

.blogContent {
    padding: 12px;
    width: 100%;
}

.blogContent .categoryName {
    background-color: #F7FFFA;
    border: 1px solid rgba(73, 204, 121, 0.17);
    padding: 4px;
    color: #49CC79;
    font-family: 'graphikmedium';
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.blogContent h4 {
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}

.blogContent p {
    color: #424242;
    font-family: "graphikregular";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.authorDetails {
    display: flex;
    align-items: flex-start;
}

.authorDetails .authorName {
    color: #212121;
    font-family: "graphikregular";
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categoryBlogSection .topBlogFirstRow .authorDetails .authorName {
    max-width: 175px;
}

.authorDetails .authorName label {
    color: #9B9B9B;
}

.authorDetails .date {
    font-family: "graphikregular";
    font-size: 12px;
    line-height: 14px;
    color: #9B9B9B;
    margin-left: 5px;
    position: relative;
    padding-left: 6px;
    width: 84px;
    flex: none;
}

.authorDetails .date::before {
    position: absolute;
    left: 0;
    top: 1px;
    width: 1px;
    height: 10px;
    content: "";
    background: #9B9B9B;
}

.blogFooter {
    margin-top: 15px;
    border-top: #EDEDED solid 1px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    color: #8A8A8A;
    font-family: 'graphikmedium';
    font-size: 12px;
    line-height: 14px;
    margin-left: -12px;
    margin-right: -12px;
}

.blogFooter img {
    vertical-align: text-top;
    margin-right: 3px;
}


/* latestPostSection css */

.latestPostSection {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.latestPostSection .authorDetails .authorName {
    max-width: 200px;
}

.latestPostList .block {
    height: auto;
}

.latestPostList .block a {
    display: block;
    background: #fff;
    padding: 12px;
    height: auto;
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.07);
}

.latestPostList .block a .thumbnailImg {
    width: 134px;
    height: 134px;
    overflow: hidden;
    flex: none;
    background: #f8f7fc;
    text-align: center;
}

.latestPostList .block a .thumbnailImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latestPostList .block a .thumbnailImg img.no-image {
    width: 70%;
    object-fit: inherit;
}

.latestPostList .blogContent {
    padding: 0;
    padding-left: 12px;
}

.latestPostList .blogContent h4 {
    height: 40px;
}

.latestPostList .blogContent p {
    margin-bottom: 10px;
    height: 20px;
}

.latestPostList .blogContent .categoryName {
    margin-top: 4px;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .blogContent,
.topBlogSection .topBlogFirstRow .topBlogList.fivePost .blogContent,
.topBlogSection .topBlogFirstRow .topBlogList.sixPost .blogContent {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .blogContent h4,
.topBlogSection .topBlogFirstRow .topBlogList.fivePost .blogContent h4,
.topBlogSection .topBlogFirstRow .topBlogList.sixPost .blogContent h4 {
    color: #fff;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .description,
.topBlogSection .topBlogFirstRow .topBlogList.fivePost .description,
.topBlogSection .topBlogFirstRow .topBlogList.sixPost .description {
    display: none;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .blogContent {
    padding: 24px;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .blogContent .categoryName,
.topBlogSection .topBlogFirstRow .topBlogList.fivePost .blogContent .categoryName,
.topBlogSection .topBlogFirstRow .topBlogList.sixPost .blogContent .categoryName {
    background-color: rgba(73, 204, 121, 0.82);
    color: #fff;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .blogContent h4 {
    font-size: 32px;
    line-height: 34px;
    height: 102px;
    margin-bottom: 16px;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .blogContent .blogFooter {
    display: none;
}

.topBlogSection .topBlogFirstRow .topBlogList.firstPost .blogContent .authorDetails .authorName,
.topBlogSection .topBlogFirstRow .topBlogList.fivePost .blogContent .authorDetails .authorName,
.topBlogSection .topBlogFirstRow .topBlogList.sixPost .blogContent .authorDetails .authorName {
    color: #9B9B9B;
}

.topBlogSection .topBlogFirstRow .topBlogList.fivePost .blogContent .blogFooter,
.topBlogSection .topBlogFirstRow .topBlogList.sixPost .blogContent .blogFooter {
    border-color: rgb(237 237 237 / 30%);
}

.topBlogSection .topBlogFirstRow .topBlogList.fivePost .blogContent h4,
.topBlogSection .topBlogFirstRow .topBlogList.sixPost .blogContent h4 {
    height: 38px;
}

.topBlogSection .topBlogFirstRow .topBlogList.fourthPost .thumbnailImg {
    display: none;
}


/* categoryBlogSection css */

.categoryBlogSection {
    padding: 60px 0;
    background: #fff;
}

.categoryBlogSection h3 {
    color: #212121;
    font-family: "graphikbold";
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
    padding-top: 10px;
}

.categoryBlogSection h3::before {
    background-color: #49CC79;
    width: 52px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.categoryBlogSection .topBlogFirstRow {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
}

.categoryBlogSection .topBlogFirstRow .thumbnailImg {
    width: 100%;
    height: 156px;
    overflow: hidden;
}

.categoryBlogSection .topBlogFirstRow .thumbnailImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categoryBlogSection .topBlogFirstRow .topBlogList .block {
    position: relative;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.07);
}

.categoryBlogSection .categoryTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
}

.categoryBlogSection .categoryTitle h4 {
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 24px;
    line-height: 42px;
    text-transform: capitalize;
    padding-right: 20px;
}

.categoryBlogSection .categoryTitle .allPost a {
    color: #49CC79;
    font-family: 'graphikmedium';
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: normal;
}

.categorySlider {
    background-color: #FFFFFF;
    border:none;
    position: relative;
    padding: 0;
    margin-bottom: 38px;
}
.categorySlider ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.categorySlider li {
    background-color: #F8F7FC;
    border-radius: 2px;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    color: #818181;
    font-family: 'graphikmedium';
    font-size: 14px;
    line-height: 17px;
    width: auto;
    cursor: pointer;
}

.categorySliderSection {
    position: relative;
}

.categorySlider li.active {
    background-color: #49CC79;
    color: #fff;
}

.categorySliderSection .swipperButton {
    position: absolute;
    bottom: inherit;
    display: flex;
    width: 40px;
    left: inherit;
    margin-left: 0;
    z-index: 11;
    top: -22px;
    right: 0;
}

.categorySliderSection .swiper-button-next44 {
    width: 28px !important;
    height: 28px !important;
    background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
    background-size: cover;
    right: 0;
    left: inherit;
}

.categorySliderSection .swiper-button-prev44 {
    width: 28px !important;
    height: 28px !important;
    background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
    transform: rotate(180deg);
    background-size: cover;
    right: 38px;
    left: inherit;
}

.topBlogSection .topBlogFirstRow .topBlogList.fourthPost .blogContent {
    padding: 24px;
}

.topBlogSection .topBlogFirstRow .topBlogList.fourthPost .blogFooter {
    margin-left: 0;
    margin-right: 0;
}

.topBlogSection .topBlogFirstRow .topBlogList.fourthPost .blogContent h4 {
    height: 42px;
}


/* blog Category page css */

.blogCategory {
    padding-top: 105px;
    padding-bottom: 80px;
}

.categoryListingSection {
    display: flex;
    justify-content: space-between;
}

.categoryListLeft {
    width: 250px;
    padding-right: 20px;
}

.categoryListLeft h4, .categoryListLeft h1 {
    color: #212121;
    font-family: "graphiksemibold";
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    padding-top: 10px;
}

.categoryListLeft h4::before, .categoryListLeft h1::before {
    background-color: #49CC79;
    width: 52px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.categoryListLeft ul {
    color: #424242;
    font-family: 'graphikmedium';
    font-size: 14px;
    line-height: 20px;
    max-height: 430px;
    overflow: auto;
}

.categoryListLeft ul::-webkit-scrollbar {
    width: 4px;
}

.categoryListLeft ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
}

.categoryListLeft ul li {
    cursor: pointer;
    margin-bottom: 24px;
}

.categoryListLeft ul li a {
    color: #424242;
    text-transform: capitalize;
    display: block;
}

.categoryListLeft ul li.active a,
.categoryListLeft ul li a:hover {
    color: #51D581;
}

.categoryListRight {
    width: calc(100% - 250px);
    padding-left: 40px;
    border-left: #e8e8e8 solid 1px;
}

.categoryDataList {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}

.categoryDataList .thumbnailImg {
    width: 100%;
    height: 156px;
    overflow: hidden;
}

.categoryDataList .thumbnailImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categoryListRight li.breadcrumb-item a {
    color: #51D581;
    text-transform: capitalize;
}

.breadcrumb-item+.breadcrumb-item::before {
    background: none;
    content: url(../images/svg/bradcrum-arrow2.svg);
}

.categoryListRight .breadcrumb-item.active {
    opacity: 1;
    color: #000;
    text-transform: capitalize;
}

.categoryNameListing {
    position: sticky;
    top: 105px;
}

.backToPage {
    font-size: 24px;
    color: #212121;
    line-height: 32px;
    font-family: 'graphiksemibold';
    display: none;
}

.categoryDataList .topBlogList {
    min-width: 292px;
}

.allCategoryButton {
    display: none;
}

.closeSideBar {
    display: none;
}

.headerSection.mrgaMenuBlog .navbar-toggler span {
    background-color: #000;
}

.viewAllPostMobile {
    display: none;
}

.mobileCategroyList {
    display: none;
}


/* start media tablet css*/

@media (min-width: 991px) {}

@media (max-width: 1199px) {
    .categoryDataList {
        grid-template-columns: 1fr 1fr;
    }
    .topBlogSection .twoPostSection {
        width: auto;
    }
    .topBlogSection .topBlogFirstRow .topBlogList.firstPost {
        width: auto;
    }
    .categoryBlogSection .topBlogFirstRow {
        overflow: auto;
    }
    .categoryBlogSection .topBlogFirstRow::-webkit-scrollbar {
        height: 4px;
    }
    .categoryBlogSection .topBlogFirstRow::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.32);
    }
    .categoryBlogSection .topBlogFirstRow .topBlogList {
        width: 250px;
    }
}

@media (max-width: 991px) {
    .blogSection h2 {
        height: auto;
    }
    .service-banner {
        max-width: 100%;
    }
    .blogSection .block {
        height: auto;
    }
    .blogSection .block a:hover h2 {
        height: auto;
    }
    .blogSection button,
    .blogSection .block:hover button {
        bottom: 20px;
    }
    .categoryDataList {
        grid-template-columns: 1fr 1fr;
    }
    .categoryListLeft {
        width: 200px;
    }
    .categoryListRight {
        width: calc(100% - 200px);
        padding-left: 20px;
    }
    .categoryListRight .authorDetails {
        flex-direction: column;
    }
    .categoryListRight .authorDetails .date {
        margin-left: 0;
        padding-left: 0;
        margin-top: 5px;
    }
    .categoryListRight .authorDetails .date::before {
        display: none;
    }
    .categoryBlogSection .topBlogFirstRow {
        overflow: auto;
    }
    .categoryBlogSection .topBlogFirstRow .topBlogList {
        width: 287px;
    }
    .latestPostSection {
        grid-template-columns: 1fr;
    }
    .topBlogSection .topBlogFirstRow {
        grid-template-columns: 1fr;
    }
    .topBlogSection .topBlogFirstRow .topBlogList.firstPost .thumbnailImg {
        position: inherit;
    }
    .topBlogSection .topBlogFirstRow .topBlogList.sixPost .thumbnailImg,
    .topBlogSection .twoPostSection .topBlogList.fivePost .thumbnailImg {
        height: 230px;
    }
    .categoryDataList .topBlogList {
        min-width: 200px;
    }
}


/* start media mobile css*/

@media (max-width: 800px) {
    .latestPostSection {
        grid-template-columns: 1fr;
    }
    .categoryBlogSection .topBlogFirstRow {
        overflow: auto;
    }
    .categoryBlogSection .topBlogList {
        width: 270px;
    }
}

@media (max-width: 767px) {
    .mobileCategroyList {
        display: block;
        padding: 0 20px;
        margin-bottom: 16px;
    }
    .mobileCategroyList ul{
        display: flex;
        white-space: nowrap;
        overflow: auto;
        border: #49CC79 solid 1px;
        padding: 24px 26px;
        gap: 10px;
    }
    .mobileCategroyList ul a{
        background: #F8F7FC;
        padding: 10px;
        color: #49CC79;
        font-size: 14px;
        font-family: 'graphikmedium';
        text-decoration: none;
        text-transform: capitalize;
    }
    .mobileCategroyList ul a.active{
        background: #49CC79;
        color: #fff;
    }
    .blogLatestSection .headingTitle .button_button__3HGS0 {
        display: none;
    }
    .viewAllPostMobile {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(169 169 169 / 19%);
        color: #49CC79;
        font-size: 14px;
        font-family: 'graphikmedium';
        padding: 10px;
        margin-top: 20px;
        margin-left: 16px;
        margin-right: 16px;
        text-transform: uppercase;
    }
    .allCategoryButton {
        display: block;
    }
    .categoryNameListing {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        background: rgb(255 255 255 / 97%);
        width: 100%;
        height: 100%;
        z-index: 999;
        padding: 40px 24px;
    }
    .closeSideBar {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 25px;
        display: block;
    }
    .all-service-banner {
        padding: 50px 15px;
        background: url(../images/blog/banner-mobile.png) center -5px no-repeat;
        background-size: cover;
        /* max-height: 580px; */
        height: 100vh;
    }
    .innerBannerNotification {
        height: 100vh;
    }
    .service-banner {
        max-width: 100%;
    }
    .all-service-banner h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .blogSection .container {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .blogSection .subHeading {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .blogSection {
        padding: 30px 0px;
    }
    .blogSection h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .blogSection .block {
        height: auto;
    }
    .blogSection .block a:hover h2 {
        height: auto;
        transition: none;
    }
    .blogSection button {
        bottom: 20px;
        transition: none;
    }
    .blogSection .block a:hover h2 {
        transition: all 1s ease;
        color: #212121;
    }
    .categoryListLeft {
        width: 0;
        padding: 0;
    }
    .mostPopular {
        display: none;
    }
    .categoryListRight {
        width: 100%;
        padding: 0;
        border: none;
    }
    .categoryDataList {
        grid-template-columns: 1fr;
    }
    .categoryDataList .block a {
        display: block;
        background: #fff;
        padding: 12px;
        height: auto;
        display: flex;
        background-color: #FFFFFF;
        box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.07);
    }
    .categoryDataList .thumbnailImg {
        width: 98px;
        flex: none;
        height: 90px;
        overflow: hidden;
    }
    .categoryDataList .blogContent h4 {
        height: 40px;
        margin-bottom: 6px;
    }
    .latestPostList .blogContent p {
        margin-bottom: 6px;
    }
    .latestPostList .blogContent h4 {
        margin-bottom: 6px;
    }
    .categoryDataList .thumbnailImg img {
        height: 100%;
    }
    .categoryDataList .blogContent p {
        -webkit-line-clamp: 1;
        margin-bottom: 6px;
    }
    .categoryDataList .blogContent h4 {
        margin-bottom: 4px;
    }
    .categoryDataList .blogFooter {
        display: none;
    }
    .categoryDataList .blogContent {
        padding-top: 4px;
        padding-bottom: 0;
        padding-right: 0;
    }
    .categoryListRight .authorDetails {
        flex-direction: row;
    }
    .categoryListRight .authorDetails .date {
        margin-left: 5px;
        padding-left: 6px;
        margin-top: 0;
    }
    .categoryListRight .authorDetails .date::before {
        display: block;
    }
    .blogCategory .container {
        padding: 0;
    }
    .categoryListRight nav {
        display: flex;
        padding: 0 20px;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .breadcrumb {
        margin-bottom: 0;
    }
    .categoryListRight .breadcrumb-item.active {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 150px;
    }
    .backToPage {
        display: inline-flex;
        position: sticky;
        top: 79px;
        z-index: 1;
        width: 100%;
        background: #ffff;
        padding: 20px 12px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        gap: 12px;
    }
    .blogCategory {
        padding-top: 80px;
    }
    .topBlogSection h3 {
        margin-bottom: 17px;
    }
    .topBlogSection {
        padding: 30px 0;
    }
    .topBlogSection .container,
    .blogSection .container,
    .categoryBlogSection .container {
        max-width: 100%;
    }
    .latestPostSection .authorDetails .authorName {
        max-width: 200px;
    }
    .categoryDataList .authorDetails .authorName {
        max-width: 200px;
    }
    .categoryListLeft ul {
        max-height: 92%;
    }
    .categoryDataList .topBlogList {
        min-width: inherit
    }
    .pagination a,
    .pagination span {
        margin: 0px 2px;
        width: 34px;
        height: 34px;
        padding: 5px;
    }
    .topBlogSection .topBlogFirstRow .topBlogList.firstPost .thumbnailImg {
        height: 300px;
    }
    .topBlogSection .topBlogFirstRow .topBlogList.firstPost .thumbnailImg img {
        position: inherit;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    .blogSection .container,
    .topBlogSection .container {
        padding: 0;
    }
    .topBlogSection .topBlogFirstRow{
        gap: 0;
    }
    .topBlogSection .twoPostSection {
        overflow: auto;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .topBlogSection .twoPostSection .topBlogList .block{
        box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.07);
    }
    .topBlogSection .twoPostSection::-webkit-scrollbar {
        height: 4px;
    }
    .topBlogSection .twoPostSection::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.32);
    }
    .topBlogSection .twoPostSection .topBlogList {
        width: 270px;
    }
    .topBlogSection h3 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .topBlogSection h3::before {
        margin-left: 16px;
    }
    .latestPostList .blogContent p {
        -webkit-line-clamp: 1;
    }
    .blogSection .headingTitle {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 20px;
    }
    .latestPostList .block a .thumbnailImg {
        width: 120px;
        height: 120px;
    }
    .categoryBlogSection .categoryTitle{
        margin-bottom: 5px;
    }
    .categoryBlogSection .topBlogFirstRow {
        padding-bottom: 20px;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-top: 20px;
    }
    .categoryBlogSection .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .pagination {
        margin-top: 4px;
    }
    .categoryBlogSection h3 {
        margin-bottom: 36px;
    }
    .categoryBlogSection {
        padding: 30px 0;
    }
    .categoryBlogSection .categoryTitle h4 {
        line-height: 26px;
    }
    .allPost {
        width: 115px;
    }
    .latestPostSection .authorDetails .authorName {
        max-width: 115px;
    }
    .categoryDataList .authorDetails .authorName {
        max-width: 115px;
    }
}