.blog-sub-header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #cecece;
    position: sticky;
    top: 80px;
    z-index: 99
}

.blog-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.blog-menu li {
    margin-right: 45px
}

.blog-menu li a {
    color: #6d6e70;
    font-weight: 600;
    padding: 15px 0;
    display: inline-block;
    border-bottom: 3px solid transparent;
}
.blog-menu li a.active {
    border-color: var(--mainColor);
    color: var(--mainColor);
}

.blog-listing-page {
    padding: 15px 0
}

.blog-list-big {
    margin-bottom: 15px
}

.blog-list-big .blog-listing-box {
    display: flex
}

.blog-list-big .blog-listing-box .img {
    width: 70%;
    flex: 0 0 70%;
    height: 272px
}

.blog-list-big .blog-listing-box .content {
    width: 30%;
    flex: 0 0 30%
}

.blog-list-big .blog-listing-box .content h3 {
    font-size: 18px
}

.blog-list-big .blog-listing-box .content p {
    -webkit-line-clamp: 5
}

.blog-list-big .blog-listing-box .content .bottom-content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px
}

.blog-list-big .blog-listing-box .content p.read-full {
    display: inline-block;
    font-weight: 700;
    color: var(--mainColor);
    padding-top: 10px;
    font-size: 13px
}

.blog-listing-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px
}

.blog-listing-row .blog-listing-grid {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 0 7.5px 15px
}

.blog-listing-page .content-row-360 .left-container {
    padding-right: 15px
}

.blog-sidebar {
    background: #fff;
    box-shadow: 0 0 5px #d6d6d6;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 15px
}

.blog-sidebar .heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(245 245 245);
    padding-bottom: 15px
}

.blog-sidebar .heading .cicon {
    text-align: center;
    background: #29192b;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    float: left;
    line-height: 1
}

.blog-sidebar .heading .txt {
    float: left;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 600
}

.blog-sidebar .heading .txt span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #8c8c8c
}

.latest-blogs {
    list-style: none;
    padding: 0;
    margin: 0
}

.latest-blogs li {
    padding: 14px 0;
    position: relative
}

.latest-blogs li a {
    font-size: 15px;
    color: #191a1b;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.latest-blogs li a .img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 15px;
    box-shadow: 0 1px 3px #828282
}

.latest-blogs li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

.latest-blogs li a .txt {
    width: calc(100% - 75px);
    color: #6d6e70
}

.latest-blogs li a .txt .act-btn button {
    color: var(--secondColor);
    font-size: 14px;
    border: 0;
    background: 0 0;
    padding: 0
}

.newsletter-content {
    padding-top: 15px
}

.newsletter-content .inner-search-header {
    width: 100%
}

.newsletter-content p {
    font-size: 18px;
    margin-bottom: 10px
}

.blog-listing-page .sticky-aside-form {
    top: 147px
}

.blog-sidebar .bottom-act-btn {
    border-top: 1px solid rgb(245 245 245);
    padding-top: 15px;
    text-align: center;
    margin-top: 15px
}

.blog-sidebar .bottom-act-btn .btn {
    padding: 6px 20px
}

@media(max-width: 767px) {
    .blog-menu {
        flex-wrap:nowrap;
        overflow-x: auto;
        height: 51px
    }

    .blog-menu li {
        flex: auto;
        margin-right: 15px
    }

    .blog-sub-header {
        position: fixed;
        top: 53px
    }

    .blog-listing-page {
        padding-top: 63px
    }

    .blog-menu li a {
        white-space: nowrap
    }

    .blog-listing-page .content-row-360 .left-container {
        padding-right: 0
    }

    .blog-list-big .blog-listing-box,.newsletter-content .inner-search-header {
        display: block
    }

    .blog-list-big .blog-listing-box .img {
        width: 100%;
        height: 150px
    }

    .blog-list-big .blog-listing-box .content {
        width: 100%
    }

    .blog-list-big .blog-listing-box .content .bottom-content {
        position: static;
        margin-top: 0
    }

    .blog-list-big .blog-listing-box .content p {
        -webkit-line-clamp: 3
    }

    .blog-listing-row .blog-listing-grid {
        flex: 0 0 100%;
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

    .blog-listing-page .content-row-360 .left-container {
    padding-right: 0;
}
.blog-menu li {
    margin-right: 15px;
}
}
