header {
    position: sticky !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.hero_sec_parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 15px;
}

.popularPost.sidebar_list {
    font-size: 14px;
}

.hero_sec_parent .hero_sec_item {
    margin-bottom: 20px;
    position: relative;
}

.hero_sec_parent .hero_sec_item:first-child {
    grid-column: span 3 / span 3;

}

.hero_sec_parent .hero_sec_item:nth-child(2) {
    grid-column: span 3 / span 3;
    grid-column-start: 4;

}

.hero_sec_parent .hero_sec_item:nth-child(3) {
    grid-row-start: 2;
    grid-column: span 2 / span 2;
}

.hero_sec_parent .hero_sec_item:nth-child(4) {
    grid-row-start: 2;
    grid-column: span 2 / span 2;

}

.hero_sec_parent .hero_sec_item:nth-child(5) {
    grid-row-start: 2;
    grid-column: span 2 / span 2;

}

.feat_secc .hero_sec_item {
    margin-bottom: 0;
}

/* .hero_sec_parent .hero_sec_item:nth-child(6) {
    grid-row-start: 2;
} */

.feat_secc .hero_sec_item:nth-child(3) .hero_sec_img img,
.feat_secc .hero_sec_item:nth-child(4) .hero_sec_img img,
.feat_secc .hero_sec_item:nth-child(5) .hero_sec_img img,
.feat_secc .hero_sec_item:nth-child(6) .hero_sec_img img {
    /* height: auto !important; */
    height: 155px !important;
}

.hero_sec_parent .hero_sec_item:first-child .hero_sec_con .post_desc,
.hero_sec_parent .hero_sec_item:nth-child(2) .hero_sec_con .post_desc {
    display: none;
}

.popularr_post_parent .post_desc {
    display: none;
}

.relatedPostsdetal .heateor_sss_sharing_container {
    display: none;
}

.auto_height_img img {
    height: auto !important;
}

.hero_sec_con h3 {
    font-size: 18px;
    line-height: 1.4;
}

.hero_sec_con p {
    font-size: 13px;
    line-height: 1.4;
    color: #a5a5a5;
    margin-top: 10px;
    margin-bottom: 0;

}

.hero_sec_item .hero_sec_con {
    margin-top: 15px;
    width: 100%;
}

.post_card_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    line-height: 1.6;

}

.hero_sec_parent .hero_sec_item:first-child .post_card_title,
.hero_sec_parent .hero_sec_item:nth-child(2) .post_card_title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    line-height: 1.6;
}

.popularr_post_parent .post_card_title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    line-height: 1.6;
}

.hero_sec_parent .hero_sec_item:first-child .hero_sec_img img,
.hero_sec_parent .hero_sec_item:nth-child(2) .hero_sec_img img {
    min-height: 240px;
    object-fit: cover;
}

.hero_sec_parent .hero_sec_item:first-child .hero_sec_con,
.hero_sec_parent .hero_sec_item:nth-child(2) .hero_sec_con {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 1;
}

.hero_sec_parent .hero_sec_item:first-child .hero_sec_con h3,
.hero_sec_parent .hero_sec_item:nth-child(2) .hero_sec_con h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.hero_sec_parent .hero_sec_item:first-child .hero_sec_con p,
.hero_sec_parent .hero_sec_item:nth-child(2) .hero_sec_con p {
    color: #fff;
}

.hero_sec_parent .hero_sec_item:first-child::after,
.hero_sec_parent .hero_sec_item:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}

.post_cat {
    background: #4e4bd0;
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

.hero_sec_parent .hero_sec_item:first-child .hero_sec_category,
.hero_sec_parent .hero_sec_item:nth-child(2) .hero_sec_category {
    position: static;
}

.hero_sec_category {
    position: absolute;
    top: 20px;
    left: 20px;
}

.hero_sec_item img,
.img_hover img {
    transition: all 0.5s ease;
}

.hero_sec_item .hero_sec_img {
    overflow: hidden;
}

.hero_sec_item:hover img,
.img_hover:hover img {
    transform: scale(1.08);
    transition: all 0.5s ease;
}

.cus_loadmore {
    border: 1px solid #004896;
    color: #004896;
    width: 145px;
    height: 42px;
    border: 1px solid #002F34;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #002F34;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    transition: 0.5s all ease;
}

.popular_post_parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.cus_tabs ul#myTab {
    gap: 10px;
}

.cus_tabs .nav-tabs .nav-link {
    border: 1px solid #efefef !important;
    background: #fff !important;
}

.cus_tabs .nav-tabs .nav-link.active {
    background: #004896 !important;
    color: #fff !important;
}

.cus_tabs .nav-tabs .nav-link:focus {
    outline: none;
}

/* .trending_posts img {
    height: 140px !important;
    object-fit: fill !important;

} */

.trending_posts .readMore {
    background-color: transparent;
    color: #080809;
    border: 1px solid #d5d5d5;
    padding: 7px 25px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.trending_posts .readMore:hover {
    background-color: #080809;
    color: #fff;
}


.popularr_post_parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
}

.popularr_post_parent .popular_sec_item:first-child {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

.popularr_post_parent .popular_sec_item:nth-child(2) {
    grid-column-start: 3;
}

.popularr_post_parent .popular_sec_item:nth-child(3) {
    grid-column-start: 4;
}

.popularr_post_parent .popular_sec_item:nth-child(4) {
    grid-column-start: 3;
    grid-row-start: 2;
}

.popularr_post_parent .popular_sec_item:nth-child(5) {
    grid-column-start: 4;
    grid-row-start: 2;
}

.popular_sec_item {
    position: relative;

}

.popular_sec_item:first-child .popular_sec_con h3 {
    font-size: 26px;

}

.popular_sec_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;

}

.popular_sec_con {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 1;
}

.popular_sec_item .hero_inner {
    min-height: 170px;
}

.popular_sec_con h3 {
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
}

.popular_sec_con p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}

.popular_sec_con .hero_sec_category {
    position: absolute;
    top: -20px;
    left: 20px;
}

.post_sec_title {
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.post_sec_title::after {
    content: "";
    height: 6px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px dashed #B5B5B5;
    border-bottom: 1px dashed #B5B5B5;
    margin-left: 24px;
}

.fav_slider .owl-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: absolute;
    width: 100%;
    top: 35%;

}

.fav_slider button.owl-prev {
    left: -45px;
    position: absolute;
}

.fav_slider button.owl-next {
    right: -45px;
    position: absolute;
}

.fav_slider .owl-nav button {
    background-color: #004896;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border: none;
    outline: none;
}

.fav_slider h3 {
    font-size: 16px !important;
}

.fav_slider {
    position: relative;
}


a.view_all_btn {
    background-color: transparent !;
    color: #080809;
    border: 1px solid #d5d5d5;
    padding: 7px 25px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.view_all_btn:hover {
    background-color: #004896;
    color: #fff;
    border-color: #004896;
}

#ajaxsearchliteres1 {
    width: 330px !important;
    right: 10px !important;
    left: auto !important;
}

.inner_read_btn {
    text-decoration: none;
    color: #007bff;
}

.hero_sec_parent .hero_sec_item:first-child .hero_sec_con .inner_read_btn,
.hero_sec_parent .hero_sec_item:nth-child(2) .hero_sec_con .inner_read_btn {
    color: #fff;
}

.single_breadcrumbs a,
.single_breadcrumbs span {
    font-size: 14px;
    font-weight: 400;
}

.single_cat {
    background: #0378F6;
    color: #fff !important;
    text-decoration: none !important;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 5px;
}

.postbydetal {
    justify-content: start;
    gap: 20px;
}

.single.single-post .blog_details h2,
.single.single-post .blog_details h1,
.single.single-post .blog_details h3 {
    text-align: left;
}

.single.single-post .blog_details .faq-container {
    margin: 0;
    margin-top: -4rem !important;
}

.single.single-post .popularPost.sidebar_list li {
    margin-bottom: 15px;
}

.single.single-post .popularPost img {
    max-height: 150px;
    object-fit: contain;
}

.single.single-post .ques {
    font-weight: 500;

}

.single.single-post .ques {
    padding: 10px 15px;
}

.postbydetal p {
    font-size: 15px;
}

.detailsCont ul li:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3a3a3a;
}

.detailsCont ol li:after {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F5;
    position: absolute;
    left: -24px;
    top: 0px;
    z-index: -1;
}

.faqcnt h3 {
    font-size: 18px;
}

.detailsCont ol li {
    padding-left: 10px;
}

.single.single-post .detailsCont ul,
.single.single-post .detailsCont ol {
    padding-left: 15px;
    list-style: auto;
}

.single.single-post .blog_details strong,
.single.single-post .blog_details b {
    font-weight: 500;
}

.category_list {
    font-size: 14px;
}

.sidebar_title {
    font-size: 20px !important;
    font-weight: 600 !important;
    border-bottom: 2px dashed #b5b5b5;
    padding-bottom: 15px;
}

.sidebar_list li {
    margin: 10px 0;
}

.sidebar_list li a {
    color: #3a3a3a;
}

.category_list li {
    padding: 10px 15px;
    background: #F5F5F5;
    margin-bottom: 10px;

}

.category_list li a {
    display: block;
    text-decoration: none !important;
    font-weight: 500;
    color: #3a3a3a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category_list li a i {
    background: ;
}

.post_desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.4;
}

.job_posts .hero_sec_img img {
    height: 180px !important;
    object-fit: fill !important;
}

.object_fill img {
    object-fit: fill !important;
}


.popularPost {
    position: sticky;
    top: 60px;
}

.feat_slider .owl-item img {
    height: 510px;
    object-fit: fill;
}

.feat_slider .social {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.feat_slider .social a {
    text-decoration: none !important;
}

.side_share {
    width: 65px;
}

.side_con {
    width: calc(100% - 65px);
}

.share_title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left !important;
}

.share_item img {
    width: 34px;
    border-radius: 50%;
}

.share_item {
    /* text-align: center; */
    margin-bottom: 10px;
}

.bar_sticky {
    position: sticky;
    top: 80px;
}

.relatedPostsdetal .owl-item img {
    object-fit: contain;
    height: 150px;
}

.single_also_read table tr td {
    padding: 10px;
    /* background: #ccc; */
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 22px;
    color: #3a3a3a;
    font-weight: 300;
}

.single_also_read table tr td a {
    font-size: 16px;
}

.single_faq h3 {
    padding-right: 40px !important;
    position: relative;
}

.single_faq h3::after {
    content: '\f107';
    position: absolute;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 20px;
    font-weight: 700;
    right: 15px;
    top: 15px;
}
.ques.active_faq::after{
    transform: rotate(180deg);
}



@media(min-width:999px) {
    .trending_posts img {
        height: 140px !important;
        object-fit: fill !important;
    }

}

@media(max-width:991px) {
    .feat_slider .owl-item img {
        height: 360px;
        object-fit: fill;
    }
	.table_responsive {
    overflow-x: scroll;
}
}

@media(max-width:768px) {
    .hero_sec_parent {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .hero_sec_parent .hero_sec_item:first-child,
    .hero_sec_parent .hero_sec_item:nth-child(2),
    .hero_sec_parent .hero_sec_item:nth-child(3),
    .hero_sec_parent .hero_sec_item:nth-child(4),
    .hero_sec_parent .hero_sec_item:nth-child(5),
    .hero_sec_parent .hero_sec_item:nth-child(6) {
        grid-column: span 1 / span 1;
        grid-row-start: auto;
    }

    .hero_sec_con h3 {
        font-size: 21px !important;
        font-weight: 600;
    }

    .popular_sec_item:first-child .popular_sec_con h3 {
        font-size: 17px;
    }

    .popularr_post_parent {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .popularr_post_parent .popular_sec_item:first-child {
        grid-column: span 2;
        grid-row: auto;
    }

    .popularr_post_parent .popular_sec_item:nth-child(2),
    .popularr_post_parent .popular_sec_item:nth-child(3),
    .popularr_post_parent .popular_sec_item:nth-child(4),
    .popularr_post_parent .popular_sec_item:nth-child(5) {
        grid-column: auto;
    }

    .fav_slider .owl-nav {
        display: none;
    }

    .post_card_title {
        font-size: 21px !important;
        font-weight: 600 !important;
    }

    .share_dec {
        flex-direction: column;
    }

    .side_share {
        width: 100%
    }

    .side_con {
        width: 100%;
    }

    .share_items {
        display: flex;
        gap: 10px;
    }

    .share_title {
        font-size: 15px;
    }
}

@media(max-width:575px) {

    .BlogImg img,
    .TopStoryImg img,
    .hightlighitem img {
        height: auto !important;
        object-fit: cover !important;
    }

    .feat_secc .hero_sec_item:nth-child(3) .hero_sec_img img,
    .feat_secc .hero_sec_item:nth-child(4) .hero_sec_img img,
    .feat_secc .hero_sec_item:nth-child(5) .hero_sec_img img,
    .feat_secc .hero_sec_item:nth-child(6) .hero_sec_img img {
        height: auto !important;
        object-fit: cover !important;
    }

    .popularr_post_parent .hero_sec_img img {
        height: 100% !important;
    }

    .trending_posts .post_card_title {
        margin-top: 15px;
    }

    .job_posts .hero_sec_img img {
        height: auto !important;
        object-fit: cover !important;
    }

    .hero_sec_parent .hero_sec_item:first-child .hero_sec_img img,
    .hero_sec_parent .hero_sec_item:nth-child(2) .hero_sec_img img {
        min-height: auto !important
    }

    .single.single-post .Blog.blog_details.mt-5 {
        margin-top: 1.5rem !important;
    }

    .hero_sec_parent {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 549px) {
    .feat_slider .owl-item img {
        height: 174px;
        object-fit: fill;
    }
}

@media (max-width: 500px) {
    .popularr_post_parent {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .popularr_post_parent .popular_sec_item {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .trend_posts .hero_sec_con h3 {
        font-size: 14px !important;
        font-weight: 600;
    }

}


.table_responsive {
    overflow-x: auto;
}