:root {
    --primary: #6d007d;
    --secondary: #ef1855;
    --alternative: #fdec07;
}
body {
    font-family: "Poppins", sans-serif !important;
}
@keyframes redFlash {
    0% {
        background-color: #c8001f;
    }
    50% {
        background-color: #950017;
    }
    100% {
        background-color: #c8001f;
    }
}
@keyframes blueFlash {
    0% {
        background-color: #2459a3;
    }
    50% {
        background-color: #2d70cd;
    }
    100% {
        background-color: #2459a3;
    }
}
.bnews_tag {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.bnews_tag > div {
    padding: 3px 6px;
}
.bnews_tag .redbox {
    background-color: #c8001f;
    animation: redFlash 2s infinite;
}
.bnews_tag .bluebox {
    background-color: #2459a3;
    font-weight: 500;
    animation: blueFlash 2s infinite;
}
.hp_wrap h1,
.hp_wrap h2,
.hp_wrap h3,
.hp_wrap h4,
.hp_wrap h5,
.hp_wrap h6 {
    font-family: "Poppins", sans-serif !important;
}
.hp_wrap .owl-carousel .owl-stage,
.hp_wrap .owl-carousel .owl-item {
    display: flex;
}
.hp_wrap .owl-carousel .owl-nav > div {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #fff;
    border-radius: 50px;
}
@media (max-width: 767px) {
    .hp_wrap .owl-carousel .owl-nav > div {
        width: 20px;
        height: 20px;
    }
}
.hp_wrap .owl-carousel .owl-nav > div:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 9px;
}
@media (max-width: 767px) {
    .hp_wrap .owl-carousel .owl-nav > div:before {
        width: 8px;
        height: 8px;
        top: 5px;
    }
}
.hp_wrap .owl-carousel .owl-nav > div.disabled {
    display: none;
}
.hp_wrap .owl-carousel .owl-nav > div.owl-prev {
    left: 0px;
}
.hp_wrap .owl-carousel .owl-nav > div.owl-prev:before {
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    left: 9px;
}
@media (max-width: 767px) {
    .hp_wrap .owl-carousel .owl-nav > div.owl-prev:before {
        left: 5px;
    }
}
.hp_wrap .owl-carousel .owl-nav > div.owl-next {
    right: 0px;
}
.hp_wrap .owl-carousel .owl-nav > div.owl-next:before {
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    right: 9px;
}
@media (max-width: 767px) {
    .hp_wrap .owl-carousel .owl-nav > div.owl-next:before {
        right: 5px;
    }
}
.hp_wrap .news_section {
    background-color: #fff;
    width: 100%;
    padding: 30px 0 40px;
}
@media (max-width: 1339px) {
    .hp_wrap .news_section {
        padding: 20px 0 30px;
    }
}
.hp_wrap .news_section .custom_container {
    width: 100%;
    display: flex;
}
@media (max-width: 991px) {
    .hp_wrap .news_section .custom_container {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.hp_wrap .news_section .custom_container .news_slider {
    width: 736px;
    min-width: 736px;
    height: 510px;
    border-radius: 12px;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .hp_wrap .news_section .custom_container .news_slider {
        width: 500px;
        min-width: 500px;
        height: 345px;
    }
}
@media (max-width: 991px) {
    .hp_wrap .news_section .custom_container .news_slider {
        width: 100%;
        min-width: 100%;
        height: auto;
    }
}
.hp_wrap .news_section .custom_container .news_slider .item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.hp_wrap .news_section .custom_container .news_slider .item .toptag {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    z-index: 2;
}
@media (max-width: 1199px) {
    .hp_wrap .news_section .custom_container .news_slider .item .toptag {
        padding: 15px;
        gap: 8px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .news_section .custom_container .news_slider .item .toptag {
        padding: 10px;
    }
}
.hp_wrap .news_section .custom_container .news_slider .item .toptag span {
    background-color: #c8001f;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
}
@media (max-width: 767px) {
    .hp_wrap .news_section .custom_container .news_slider .item .toptag span {
        padding: 5px 10px;
    }
}
.hp_wrap .news_section .custom_container .news_slider .item .overlay {
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.02) 29%, #c8001f 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.02) 29%, #c8001f 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 29%, #c8001f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#C8001F", GradientType=0);
    width: 100%;
    height: 262px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 150px 30px 30px;
}
@media (max-width: 1199px) {
    .hp_wrap .news_section .custom_container .news_slider .item .overlay {
        padding: 15px 100px 15px 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .news_section .custom_container .news_slider .item .overlay {
        height: 170px;
        padding: 10px 80px 10px 10px;
    }
}
.hp_wrap .news_section .custom_container .news_slider .item .overlay h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .hp_wrap .news_section .custom_container .news_slider .item .overlay h3 {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .news_section .custom_container .news_slider .item .overlay h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .hp_wrap .news_section .custom_container .news_slider .item .overlay h3 br {
        display: none;
    }
}
.hp_wrap .news_section .custom_container .news_slider .item .overlay .date {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}
.hp_wrap .news_section .custom_container .news_slider .owl-nav {
    width: 75px;
    height: 30px;
    position: absolute;
    right: 25px;
    bottom: 25px;
}
@media (max-width: 1199px) {
    .hp_wrap .news_section .custom_container .news_slider .owl-nav {
        right: 15px;
        bottom: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .news_section .custom_container .news_slider .owl-nav {
        width: 50px;
        height: 20px;
    }
}
.hp_wrap .news_section .custom_container .news_slider .owl-nav .owl-prev:hover {
    background-color: #fff;
}
.hp_wrap .news_section .custom_container .news_slider .owl-nav .owl-prev:hover:before {
    border-color: #c8001f;
}
.hp_wrap .news_section .custom_container .news_slider .owl-nav .owl-next:hover {
    background-color: #fff;
}
.hp_wrap .news_section .custom_container .news_slider .owl-nav .owl-next:hover:before {
    border-color: #c8001f;
}
.hp_wrap .news_section .custom_container .news_listing {
    width: 100%;
    max-height: 510px;
    overflow-y: auto;
    padding: 0 30px;
}
@media (max-width: 1339px) {
    .hp_wrap .news_section .custom_container .news_listing {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .hp_wrap .news_section .custom_container .news_listing {
        max-height: 345px;
    }
}
@media (max-width: 991px) {
    .hp_wrap .news_section .custom_container .news_listing {
        padding: 0 10px 0 0;
        max-height: initial;
        padding-right: 0;
    }
}
.hp_wrap .news_section .custom_container .news_listing .common {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #eaeaea;
}
.hp_wrap .news_section .custom_container .news_listing .common h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #2459a3;
    font-family: "Poppins", sans-serif;
}
.hp_wrap .news_section .custom_container .news_listing .common p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #000;
    text-align: justify;
}
.hp_wrap .news_section .custom_container .news_listing .common .date {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 3px;
}
.hp_wrap .news_section .custom_container .news_listing .common .date span {
    color: #c8001f;
}
.hp_wrap .news_section .custom_container .news_listing .common .c_btn {
    min-height: 26px;
}
.hp_wrap .news_section .custom_container .news_listing .common .c_btn .rgt_arrow {
    top: 5px;
}
.hp_wrap .news_section .custom_container .news_advertise {
    width: 188px;
    min-width: 188px;
}
@media (max-width: 1199px) {
    .hp_wrap .news_section .custom_container .news_advertise {
        width: 127px;
        min-width: 127px;
    }
}
@media (max-width: 991px) {
    .hp_wrap .news_section .custom_container .news_advertise {
        width: 100%;
        min-width: 100%;
    }
}
.hp_wrap .news_section .custom_container .news_advertise .for_dsk img {
    border-radius: 10px;
}
@media (max-width: 991px) {
    .hp_wrap .news_section .custom_container .news_advertise .for_dsk {
        display: none;
    }
}
.hp_wrap .news_section .custom_container .news_advertise .for_mbl {
    display: none;
}
@media (max-width: 991px) {
    .hp_wrap .news_section .custom_container .news_advertise .for_mbl {
        display: block;
    }
}
.hp_wrap .news_section .custom_container .news_advertise .for_mbl img {
    border-radius: 10px;
}
.hp_wrap .c_heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.24px;
    color: #c8001f;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .hp_wrap .c_heading {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .c_heading {
        font-size: 18px;
        line-height: 24px;
    }
}
.hp_wrap .c_heading .bltext {
    color: #2459a3;
}
.hp_wrap .c_heading.center {
    text-align: center;
}
.hp_wrap .animate_border {
    margin-bottom: 35px;
}
@media (max-width: 991px) {
    .hp_wrap .animate_border {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .animate_border {
        margin-bottom: 20px;
    }
}
.hp_wrap .breaking_news {
    background-color: #fcf3f3;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .breaking_news {
        padding: 20px 0;
    }
}
.hp_wrap .breaking_news .custom_container {
    background: url("../../images/home/bg_breaking_news.png") no-repeat right top;
    background-size: 580px auto;
}
@media (max-width: 767px) {
    .hp_wrap .breaking_news .custom_container {
        background-position: right top 300px;
    }
}
.hp_wrap .breaking_news .latest_news {
    display: flex;
    gap: 15px 40px;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .hp_wrap .breaking_news .latest_news {
        margin-bottom: 25px;
        gap: 15px 25px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .breaking_news .latest_news {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 40px;
    }
}
.hp_wrap .breaking_news .latest_news .imgbox {
    width: 350px;
    min-width: 350px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 767px) {
    .hp_wrap .breaking_news .latest_news .imgbox {
        width: 100%;
        min-width: 100%;
    }
}
.hp_wrap .breaking_news .latest_news .imgbox .bnews_tag {
    position: absolute;
    left: 20px;
    top: 20px;
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .latest_news .imgbox .bnews_tag {
        left: 10px;
        top: 10px;
    }
}
.hp_wrap .breaking_news .latest_news .imgbox img {
    border-radius: 10px;
}
.hp_wrap .breaking_news .latest_news .textbox {
    width: 100%;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hp_wrap .breaking_news .latest_news .textbox .htext {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #c8001f;
    letter-spacing: -0.24px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .latest_news .textbox .htext {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .breaking_news .latest_news .textbox .htext {
        font-size: 18px;
        line-height: 24px;
    }
}
.hp_wrap .breaking_news .latest_news .textbox p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    text-align: justify;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .latest_news .textbox p {
        font-size: 12px;
        line-height: 18px;
    }
}
.hp_wrap .breaking_news .latest_news .textbox .newscat {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 0 25px;
}
.hp_wrap .breaking_news .latest_news .textbox .newscat span {
    background-color: #c8001f;
    padding: 6px 15px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    border-radius: 30px;
}
.hp_wrap .breaking_news .latest_news .textbox .inforow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 25px;
}
.hp_wrap .breaking_news .latest_news .textbox .inforow li {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.12px;
    color: #000;
    display: flex;
    gap: 8px;
}
.hp_wrap .breaking_news .latest_news .textbox .inforow li.date {
    color: #000;
}
.hp_wrap .breaking_news .latest_news .textbox .inforow li.date span {
    color: #c8001f;
}
.hp_wrap .breaking_news .old_news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
@media (max-width: 1199px) {
    .hp_wrap .breaking_news .old_news {
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .old_news {
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .breaking_news .old_news {
        flex-direction: column;
    }
}
.hp_wrap .breaking_news .old_news .common {
    background-color: #fff;
    width: calc(33.3% - 20px);
    border: 1px solid #eaeaea;
    border-radius: 10px;
    position: relative;
    padding-bottom: 40px;
}
@media (max-width: 1199px) {
    .hp_wrap .breaking_news .old_news .common {
        width: calc(33.3% - 13px);
    }
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .old_news .common {
        width: calc(33.3% - 10px);
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .breaking_news .old_news .common {
        width: 100%;
        padding-bottom: 0;
    }
}
.hp_wrap .breaking_news .old_news .common .imgbox {
    width: 100%;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    display: block;
}
.hp_wrap .breaking_news .old_news .common .imgbox img {
    border-radius: 10px 10px 0 0;
}
.hp_wrap .breaking_news .old_news .common .imgbox .bnews_tag {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 10px;
    line-height: 12px;
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .old_news .common .imgbox .bnews_tag {
        left: 10px;
        top: 10px;
    }
}
.hp_wrap .breaking_news .old_news .common .imgbox .bnews_tag > div {
    padding: 2px 5px;
}
.hp_wrap .breaking_news .old_news .common .imgbox .cat_tag {
    width: calc(100% - 140px);
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .old_news .common .imgbox .cat_tag {
        gap: 7px;
        top: 8px;
    }
}
.hp_wrap .breaking_news .old_news .common .imgbox .cat_tag span {
    background-color: #c8001f;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    padding: 5px 10px;
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .old_news .common .imgbox .cat_tag span {
        font-size: 8px;
        padding: 3px 7px;
    }
}
.hp_wrap .breaking_news .old_news .common .textbox {
    width: 100%;
    height: auto;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .old_news .common .textbox {
        padding: 10px 15px;
    }
}
.hp_wrap .breaking_news .old_news .common .textbox .htext {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #2459a3;
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .old_news .common .textbox .htext br {
        display: none;
    }
}
.hp_wrap .breaking_news .old_news .common .textbox p {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    margin-bottom: 10px;
}
.hp_wrap .breaking_news .old_news .common .textbox .date {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}
.hp_wrap .breaking_news .old_news .common .textbox .date span {
    color: #c8001f;
}
.hp_wrap .breaking_news .old_news .common .textbox .inforow {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
@media (max-width: 991px) {
    .hp_wrap .breaking_news .old_news .common .textbox .inforow {
        padding: 0 15px;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 5px;
        bottom: 10px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .breaking_news .old_news .common .textbox .inforow {
        position: inherit;
        left: inherit;
        bottom: inherit;
        padding: 0;
    }
}
.hp_wrap .breaking_news .old_news .common .textbox .inforow li {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}
.hp_wrap .breaking_news .old_news .common .textbox .inforow li svg,
.hp_wrap .breaking_news .old_news .common .textbox .inforow li img {
    width: 13px;
    min-width: 13px;
    height: auto;
}
.hp_wrap .breaking_news .old_news .common .textbox .inforow li .fullnews {
    min-width: 95px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #c8001f;
}
.hp_wrap .breaking_news .old_news .common .textbox .inforow li .fullnews .arrow {
    transition: all ease-in-out 0.4s;
}
.hp_wrap .breaking_news .old_news .common .textbox .inforow li .fullnews:hover .arrow {
    margin-left: 5px;
}
.hp_wrap .featured_stories {
    background-color: #fff;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .featured_stories {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories {
        padding: 20px 0;
    }
}
.hp_wrap .featured_stories .all_stories {
    width: 100%;
    display: flex;
    gap: 40px;
}
@media (max-width: 991px) {
    .hp_wrap .featured_stories .all_stories {
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories {
        flex-direction: column;
        gap: 0px;
    }
}
.hp_wrap .featured_stories .all_stories .common_div {
    width: 100%;
    padding: 10px 0;
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .common_div {
        padding: 0;
    }
}
.hp_wrap .featured_stories .all_stories .common_div .imgbox {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.hp_wrap .featured_stories .all_stories .common_div .imgbox img {
    border-radius: 10px;
}
.hp_wrap .featured_stories .all_stories .common_div .imgbox .tag {
    background-color: #c8001f;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    position: absolute;
    right: 20px;
    top: 15px;
}
@media (max-width: 991px) {
    .hp_wrap .featured_stories .all_stories .common_div .imgbox .tag {
        right: 10px;
        top: 10px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .common_div .imgbox .tag {
        font-size: 10px;
        padding: 5px 10px;
    }
}
.hp_wrap .featured_stories .all_stories .common_div .textbox {
    width: 100%;
    padding: 20px 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .hp_wrap .featured_stories .all_stories .common_div .textbox {
        padding: 15px 0px;
    }
}
.hp_wrap .featured_stories .all_stories .common_div .textbox .htext {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #c8001f;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .common_div .textbox .htext {
        font-size: 14px;
        line-height: 20px;
    }
}
.hp_wrap .featured_stories .all_stories .common_div .textbox p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: justify;
    margin-bottom: 20px;
}
.hp_wrap .featured_stories .all_stories .common_div .textbox .inforow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px 15px;
    margin-bottom: 25px;
}
.hp_wrap .featured_stories .all_stories .common_div .textbox .inforow span {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.hp_wrap .featured_stories .all_stories .common_div .textbox .inforow span.date {
    color: #000;
}
.hp_wrap .featured_stories .all_stories .common_div .textbox .inforow span.date span {
    color: #c8001f;
}
.hp_wrap .featured_stories .all_stories .latest_stories {
    width: 42%;
    min-width: 42%;
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .latest_stories {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
    }
}
.hp_wrap .featured_stories .all_stories .old_stories {
    width: 100%;
    border-left: 1px solid #eaeaea;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}
@media (max-width: 991px) {
    .hp_wrap .featured_stories .all_stories .old_stories {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .old_stories {
        border-left: 0;
        padding-left: 0;
    }
}
.hp_wrap .featured_stories .all_stories .old_stories:before {
    content: "";
    background-color: #eaeaea;
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% + 15px);
    top: 0;
}
@media (max-width: 991px) {
    .hp_wrap .featured_stories .all_stories .old_stories:before {
        left: calc(50% + 7px);
    }
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .old_stories:before {
        display: none;
    }
}
.hp_wrap .featured_stories .all_stories .old_stories .common_wrap {
    width: 45%;
    display: flex;
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .old_stories .common_wrap {
        width: 100%;
        padding: 0px;
    }
}
.hp_wrap .featured_stories .all_stories .old_stories .common_wrap .common_div {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding-bottom: 45px;
}
@media (max-width: 991px) {
    .hp_wrap .featured_stories .all_stories .old_stories .common_wrap .common_div {
        padding-bottom: 15px;
    }
}
.hp_wrap .featured_stories .all_stories .old_stories .common_wrap .common_div .textbox {
    padding: 20px 0 0;
}
@media (max-width: 991px) {
    .hp_wrap .featured_stories .all_stories .old_stories .common_wrap .common_div .textbox {
        padding: 15px 0px 0;
    }
}
.hp_wrap .featured_stories .all_stories .old_stories .common_wrap .common_div .textbox .htext {
    margin-bottom: 10px;
}
.hp_wrap .featured_stories .all_stories .old_stories .common_wrap .common_div .textbox .inforow {
    margin-bottom: 0;
}
.hp_wrap .featured_stories .all_stories .old_stories .common_wrap .common_div .textbox .inforow {
    position: absolute;
    left: 0;
    bottom: 25px;
}
@media (max-width: 991px) {
    .hp_wrap .featured_stories .all_stories .old_stories .common_wrap .common_div .textbox .inforow {
        position: initial;
        left: inherit;
        bottom: initial;
    }
}
.hp_wrap .featured_stories .all_stories .old_stories .common_wrap .common_div.bbtm_0 {
    border-bottom: 0;
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .old_stories .common_wrap .common_div.bbtm_0 {
        border-bottom: 1px solid #eaeaea;
    }
}
.hp_wrap .featured_stories .all_stories .old_stories .two_column {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .old_stories .two_column {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .old_stories .two_column .common_div {
        padding: 15px 0;
        border-bottom: 1px solid #eaeaea;
    }
}
.hp_wrap .featured_stories .all_stories .old_stories .four_column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hp_wrap .featured_stories .all_stories .old_stories .four_column .common_div {
    display: flex;
    gap: 15px;
    padding: 20px 0;
}
@media (max-width: 991px) {
    .hp_wrap .featured_stories .all_stories .old_stories .four_column .common_div {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .hp_wrap .featured_stories .all_stories .old_stories .four_column .common_div {
        flex-direction: row;
    }
}
.hp_wrap .featured_stories .all_stories .old_stories .four_column .common_div .imgbox {
    width: 100px;
    min-width: 100px;
}
.hp_wrap .featured_stories .all_stories .old_stories .four_column .common_div .textbox {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hp_wrap .featured_stories .all_stories .old_stories .four_column .common_div .textbox .htext {
    font-size: 11px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.hp_wrap .featured_stories .all_stories .old_stories .four_column .common_div .textbox p {
    font-size: 9px;
    line-height: 13px;
    color: #a8a8a8;
    margin: 0;
}
.hp_wrap .opinions_section {
    background-color: #fafafa;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .opinions_section {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .opinions_section {
        padding: 20px 0;
    }
}
.hp_wrap .opinions_section .opinions_carousel {
    margin-bottom: 35px;
}
@media (max-width: 991px) {
    .hp_wrap .opinions_section .opinions_carousel {
        margin-bottom: 25px;
    }
}
.hp_wrap .opinions_section .opinions_carousel .owl-item {
    padding: 0 8px;
    margin: 0 2px !important;
}
.hp_wrap .opinions_section .opinions_carousel .item {
    background-color: #fff;
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 35px 30px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
@media (max-width: 1199px) {
    .hp_wrap .opinions_section .opinions_carousel .item {
        padding: 25px 20px 50px;
    }
}
.hp_wrap .opinions_section .opinions_carousel .item .info {
    width: 100%;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.hp_wrap .opinions_section .opinions_carousel .item .info .imgbox {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
}
.hp_wrap .opinions_section .opinions_carousel .item .info .imgbox img {
    border-radius: 50px;
}
.hp_wrap .opinions_section .opinions_carousel .item .info .textbox .name {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
}
.hp_wrap .opinions_section .opinions_carousel .item .info .textbox p {
    font-size: 10px;
    line-height: 16px;
    color: #a8a8a8;
    margin: 0;
}
.hp_wrap .opinions_section .opinions_carousel .item .animate_border {
    margin-bottom: 20px;
}
.hp_wrap .opinions_section .opinions_carousel .item .date {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}
.hp_wrap .opinions_section .opinions_carousel .item .date span {
    color: #c8001f;
}
.hp_wrap .opinions_section .opinions_carousel .item h3 {
    max-width: 215px;
    font-size: 12px;
    line-height: 18px;
    color: #2459a3;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}
.hp_wrap .opinions_section .opinions_carousel .item p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.hp_wrap .opinions_section .opinions_carousel .item .morebtn {
    width: 100%;
    position: absolute;
    left: 30px;
    bottom: 25px;
}
.hp_wrap .opinions_section .opinions_carousel .owl-nav {
    display: block !important;
}
.hp_wrap .opinions_section .opinions_carousel .owl-nav > div {
    border-color: #c8001f;
}
.hp_wrap .opinions_section .opinions_carousel .owl-nav > div:hover {
    background-color: #c8001f;
}
.hp_wrap .opinions_section .opinions_carousel .owl-nav > div.owl-prev {
    left: -40px;
}
@media (max-width: 1279px) {
    .hp_wrap .opinions_section .opinions_carousel .owl-nav > div.owl-prev {
        left: -10px;
    }
}
.hp_wrap .opinions_section .opinions_carousel .owl-nav > div.owl-prev:before {
    border-color: #c8001f;
}
.hp_wrap .opinions_section .opinions_carousel .owl-nav > div.owl-prev:hover:before {
    border-color: #fff;
}
.hp_wrap .opinions_section .opinions_carousel .owl-nav > div.owl-next {
    right: -40px;
}
@media (max-width: 1279px) {
    .hp_wrap .opinions_section .opinions_carousel .owl-nav > div.owl-next {
        right: -10px;
    }
}
.hp_wrap .opinions_section .opinions_carousel .owl-nav > div.owl-next:before {
    border-color: #c8001f;
}
.hp_wrap .opinions_section .opinions_carousel .owl-nav > div.owl-next:hover:before {
    border-color: #fff;
}
.hp_wrap .opinions_section .btnrow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.hp_wrap .reviews_section {
    background-color: #fff;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .reviews_section {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .reviews_section {
        padding: 20px 0;
    }
}
.hp_wrap .reviews_section .common_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
@media (max-width: 1199px) {
    .hp_wrap .reviews_section .common_wrap {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .reviews_section .common_wrap {
        gap: 15px;
    }
}
.hp_wrap .reviews_section .common_wrap .common {
    width: calc(33.3% - 17px);
    background-color: #fff;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    display: flex;
    gap: 15px;
}
@media (max-width: 1199px) {
    .hp_wrap .reviews_section .common_wrap .common {
        width: calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .hp_wrap .reviews_section .common_wrap .common {
        width: 100%;
    }
}
.hp_wrap .reviews_section .common_wrap .common .imgbox {
    width: 118px;
    min-width: 118px;
    border-radius: 4px;
    overflow: hidden;
}
.hp_wrap .reviews_section .common_wrap .common .imgbox img {
    border-radius: 4px;
}
.hp_wrap .reviews_section .common_wrap .common .textbox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 5px 0 0px;
}
.hp_wrap .reviews_section .common_wrap .common .textbox .htext {
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    color: #c8001f;
    margin-bottom: 5px;
}
.hp_wrap .reviews_section .common_wrap .common .textbox p {
    font-size: 9px;
    line-height: 13px;
    color: #000;
    margin-bottom: 10px;
}
.hp_wrap .reviews_section .common_wrap .common .textbox .userinfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (max-width: 1199px) {
    .hp_wrap .reviews_section .common_wrap .common .textbox .userinfo {
        width: 100%;
        margin-bottom: 5px;
    }
}
.hp_wrap .reviews_section .common_wrap .common .textbox .userinfo li {
    font-size: 9px;
    line-height: 13px;
    color: #000;
    display: flex;
    gap: 8px;
}
.hp_wrap .reviews_section .common_wrap .common .textbox .userinfo li span {
    color: #c8001f;
}
.hp_wrap .reviews_section .common_wrap .common .textbox .userinfo li img,
.hp_wrap .reviews_section .common_wrap .common .textbox .userinfo li svg {
    width: 12px;
    min-width: 12px;
}
.hp_wrap .reviews_section .common_wrap .common .textbox .userinfo li:nth-child(2) {
    width: calc(100% - 80px);
}
@media (max-width: 1199px) {
    .hp_wrap .reviews_section .common_wrap .common .textbox .userinfo li:nth-child(2) {
        width: 100%;
    }
}
.hp_wrap .reviews_section .common_wrap .common .textbox .rating {
    position: absolute;
    right: 0;
    bottom: 2px;
    display: flex;
    align-items: center;
    gap: 2px;
}
@media (max-width: 1199px) {
    .hp_wrap .reviews_section .common_wrap .common .textbox .rating {
        position: inherit;
        right: inherit;
        bottom: inherit;
    }
}
.hp_wrap .reviews_section .common_wrap .common .textbox .rating ul {
    display: flex;
    align-items: center;
    gap: 2px;
}
.hp_wrap .reviews_section .common_wrap .common .textbox .rating ul li svg {
    width: 10px;
    height: auto;
}
.hp_wrap .reviews_section .common_wrap .common .textbox .rating strong {
    font-size: 9px;
    line-height: 13px;
    font-weight: 600;
    letter-spacing: 0.09px;
    color: #000;
}
.hp_wrap .fulladd {
    background-color: #f2f7ff;
    position: relative;
}
.hp_wrap .fulladd:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.hp_wrap .fulladd .custom_container {
    position: relative;
}
.hp_wrap .fulladd .for_dsk img {
    border-radius: 10px;
}
@media (max-width: 767px) {
    .hp_wrap .fulladd .for_dsk {
        display: none;
    }
}
.hp_wrap .fulladd .for_mbl {
    display: none;
}
@media (max-width: 767px) {
    .hp_wrap .fulladd .for_mbl {
        display: block;
    }
}
.hp_wrap .fulladd .for_mbl img {
    border-radius: 10px;
}
.hp_wrap .sports_section {
    background-color: #f2f7ff;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .sports_section {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .sports_section {
        padding: 20px 0;
    }
}
.hp_wrap .sports_section .post_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}
@media (max-width: 991px) {
    .hp_wrap .sports_section .post_wrap {
        gap: 25px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .sports_section .post_wrap {
        gap: 15px;
    }
}
.hp_wrap .sports_section .post_wrap .common_box {
    width: calc(33.3% - 20px);
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .hp_wrap .sports_section .post_wrap .common_box {
        width: calc(50% - 13px);
    }
}
@media (max-width: 767px) {
    .hp_wrap .sports_section .post_wrap .common_box {
        width: 100%;
    }
}
.hp_wrap .sports_section .post_wrap .common_box .bt_0 {
    border-top: 0 !important;
}
.hp_wrap .sports_section .post_wrap .common_box .text_only {
    width: 100%;
    padding: 10px 0 15px;
    border-top: 1px solid #eaeaea;
}
.hp_wrap .sports_section .post_wrap .common_box .text_only .htext {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #2459a3;
    margin-bottom: 5px;
    display: inline-block;
}
.hp_wrap .sports_section .post_wrap .common_box .text_only p {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    margin-bottom: 7px;
    text-align: justify;
}
.hp_wrap .sports_section .post_wrap .common_box .text_only .date {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}
.hp_wrap .sports_section .post_wrap .common_box .text_only .date span {
    color: #c8001f;
}
.hp_wrap .sports_section .post_wrap .common_box .text_withimg {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 20px 0;
    gap: 20px;
    border-top: 1px solid #eaeaea;
}
@media (max-width: 1199px) {
    .hp_wrap .sports_section .post_wrap .common_box .text_withimg {
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .sports_section .post_wrap .common_box .text_withimg {
        padding: 15px 0;
    }
}
.hp_wrap .sports_section .post_wrap .common_box .text_withimg .imgbox {
    width: 115px;
    min-width: 115px;
}
.hp_wrap .sports_section .post_wrap .common_box .text_withimg .textbox {
    width: 100%;
    padding: 0;
}
.hp_wrap .sports_section .post_wrap .common_box .text_withimg .textbox .htext {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #2459a3;
    margin-bottom: 10px;
    display: inline-block;
}
.hp_wrap .sports_section .post_wrap .common_box .text_withimg .textbox p {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}
.hp_wrap .sports_section .post_wrap .common_box .text_withimg .textbox .date {
    font-size: 9px;
    line-height: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 5px;
}
.hp_wrap .sports_section .post_wrap .common_box .text_withimg .textbox .date span {
    color: #c8001f;
}
.hp_wrap .sports_section .post_wrap .common_box .text_withimg .textbox .fullrow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px 15px;
}
@media (max-width: 1199px) {
    .hp_wrap .sports_section .post_wrap .common_box .text_withimg .textbox .fullrow {
        flex-direction: column;
        gap: 5px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .sports_section .post_wrap .common_box .text_withimg .textbox .fullrow {
        flex-direction: column-reverse;
    }
}
.hp_wrap .sports_section .post_wrap .common_box .text_withimg .textbox .fullrow li {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hp_wrap .sports_section .post_wrap .common_box .text_withimg .textbox .fullrow li svg {
    min-width: 12px;
    height: auto;
}
.hp_wrap .sports_section .post_wrap .common_box.design1 {
    align-items: flex-start;
}
.hp_wrap .sports_section .post_wrap .common_box.design1 .imgbox {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.hp_wrap .sports_section .post_wrap .common_box.design1 .imgbox img {
    width: 100%;
}
.hp_wrap .sports_section .post_wrap .common_box.design1 .imgbox .overlay {
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.02) 13%, #2459a3 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.02) 13%, #2459a3 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 13%, #2459a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#2459A3", GradientType=0);
    width: 100%;
    height: 262px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 20px 25px;
}
@media (max-width: 767px) {
    .hp_wrap .sports_section .post_wrap .common_box.design1 .imgbox .overlay {
        padding: 15px;
        height: 200px;
    }
}
.hp_wrap .sports_section .post_wrap .common_box.design1 .imgbox .overlay .htext {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .hp_wrap .sports_section .post_wrap .common_box.design1 .imgbox .overlay .htext {
        font-size: 18px;
        line-height: 24px;
    }
}
.hp_wrap .sports_section .post_wrap .common_box.design1 .imgbox .overlay .date {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .imgbox {
    width: 100%;
    height: 126px;
    overflow: hidden;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .imgbox {
        height: 100px;
    }
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .textbox {
    width: 100%;
    padding: 15px 25px 0px 25px;
}
@media (max-width: 1199px) {
    .hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .textbox {
        padding: 15px 15px 0 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .textbox {
        padding: 10px 10px 0 10px;
    }
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .textbox .htext {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #2459a3;
    margin-bottom: 10px;
    display: inline-block;
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .textbox p {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .textbox .date {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .textbox .date span {
    color: #c8001f;
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .fullrow {
    width: 100%;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    gap: 10px 15px;
}
@media (max-width: 1199px) {
    .hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .fullrow {
        padding: 15px;
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .fullrow {
        padding: 15px 10px;
    }
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .fullrow li {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .fullrow li svg {
    min-width: 12px;
    height: auto;
}
.hp_wrap .sports_section .post_wrap .common_box.design2 .commonbox .fullrow li .c_btn {
    min-width: 98px;
}
.hp_wrap .sports_section .post_wrap .common_box.design3 {
    align-content: flex-start;
}
.hp_wrap .sports_section .post_wrap .common_box.design4 {
    align-content: flex-start;
}
.hp_wrap .interview_section {
    background-color: #fff;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .interview_section {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .interview_section {
        padding: 20px 0;
    }
}
.hp_wrap .interview_section .all_stories {
    width: 100%;
    display: flex;
    gap: 40px;
}
@media (max-width: 991px) {
    .hp_wrap .interview_section .all_stories {
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories {
        flex-direction: column;
        gap: 0px;
    }
}
.hp_wrap .interview_section .all_stories .common_div {
    width: 100%;
    padding: 10px 0;
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories .common_div {
        padding: 0;
    }
}
.hp_wrap .interview_section .all_stories .common_div .imgbox {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.hp_wrap .interview_section .all_stories .common_div .imgbox img {
    border-radius: 10px;
}
.hp_wrap .interview_section .all_stories .common_div .imgbox .tag {
    background-color: #c8001f;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    position: absolute;
    right: 20px;
    top: 15px;
}
@media (max-width: 991px) {
    .hp_wrap .interview_section .all_stories .common_div .imgbox .tag {
        right: 10px;
        top: 10px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories .common_div .imgbox .tag {
        font-size: 10px;
        padding: 5px 10px;
    }
}
.hp_wrap .interview_section .all_stories .common_div .textbox {
    width: 100%;
    padding: 20px 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .hp_wrap .interview_section .all_stories .common_div .textbox {
        padding: 15px 0px;
    }
}
.hp_wrap .interview_section .all_stories .common_div .textbox .htext {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #c8001f;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories .common_div .textbox .htext {
        font-size: 14px;
        line-height: 20px;
    }
}
.hp_wrap .interview_section .all_stories .common_div .textbox p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: justify;
    margin-bottom: 20px;
}
.hp_wrap .interview_section .all_stories .common_div .textbox .inforow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px 15px;
    margin-bottom: 25px;
}
.hp_wrap .interview_section .all_stories .common_div .textbox .inforow span {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.hp_wrap .interview_section .all_stories .common_div .textbox .inforow span.date {
    color: #000;
}
.hp_wrap .interview_section .all_stories .common_div .textbox .inforow span.date span {
    color: #c8001f;
}
.hp_wrap .interview_section .all_stories .old_stories {
    width: 100%;
    border-left: 1px solid #eaeaea;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}
@media (max-width: 991px) {
    .hp_wrap .interview_section .all_stories .old_stories {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories .old_stories {
        border-left: 0;
        padding-left: 0;
    }
}
.hp_wrap .interview_section .all_stories .old_stories:before {
    content: "";
    background-color: #eaeaea;
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% + 15px);
    top: 0;
}
@media (max-width: 991px) {
    .hp_wrap .interview_section .all_stories .old_stories:before {
        left: calc(50% + 7px);
    }
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories .old_stories:before {
        display: none;
    }
}
.hp_wrap .interview_section .all_stories .old_stories .common_wrap {
    width: 45%;
    display: flex;
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories .old_stories .common_wrap {
        width: 100%;
        padding: 0px;
    }
}
.hp_wrap .interview_section .all_stories .old_stories .common_wrap .common_div {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding-bottom: 15px;
}
.hp_wrap .interview_section .all_stories .old_stories .common_wrap .common_div .textbox {
    padding: 20px 0 0;
}
@media (max-width: 991px) {
    .hp_wrap .interview_section .all_stories .old_stories .common_wrap .common_div .textbox {
        padding: 15px 0px 0;
    }
}
.hp_wrap .interview_section .all_stories .old_stories .common_wrap .common_div .textbox .htext {
    margin-bottom: 10px;
}
.hp_wrap .interview_section .all_stories .old_stories .common_wrap .common_div .textbox .inforow {
    margin-bottom: 0;
}
.hp_wrap .interview_section .all_stories .old_stories .common_wrap .common_div .textbox .inforow {
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .hp_wrap .interview_section .all_stories .old_stories .common_wrap .common_div .textbox .inforow {
        position: initial;
        left: inherit;
        bottom: initial;
    }
}
.hp_wrap .interview_section .all_stories .old_stories .common_wrap .common_div.bbtm_0 {
    border-bottom: 0;
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories .old_stories .common_wrap .common_div.bbtm_0 {
        border-bottom: 1px solid #eaeaea;
    }
}
.hp_wrap .interview_section .all_stories .old_stories .two_column {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories .old_stories .two_column {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories .old_stories .two_column .common_div {
        padding: 15px 0;
        border-bottom: 1px solid #eaeaea;
    }
}
.hp_wrap .interview_section .all_stories .old_stories .two_column .textbox .htext {
    font-size: 12px;
    line-height: 16px;
    color: #2459a3;
}
.hp_wrap .interview_section .all_stories .old_stories .four_column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hp_wrap .interview_section .all_stories .old_stories .four_column .common_div {
    display: flex;
    gap: 15px;
    padding: 20px 0;
}
@media (max-width: 991px) {
    .hp_wrap .interview_section .all_stories .old_stories .four_column .common_div {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .hp_wrap .interview_section .all_stories .old_stories .four_column .common_div {
        flex-direction: row;
    }
}
.hp_wrap .interview_section .all_stories .old_stories .four_column .common_div .imgbox {
    width: 100px;
    min-width: 100px;
}
.hp_wrap .interview_section .all_stories .old_stories .four_column .common_div .textbox {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hp_wrap .interview_section .all_stories .old_stories .four_column .common_div .textbox .htext {
    font-size: 11px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.hp_wrap .interview_section .all_stories .old_stories .four_column .common_div .textbox p {
    font-size: 9px;
    line-height: 13px;
    color: #a8a8a8;
    margin: 0;
}
.hp_wrap .trending_news {
    background-color: #fcf3f3;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .trending_news {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .trending_news {
        padding: 20px 0;
    }
}
.hp_wrap .trending_news h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #c8001f;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .hp_wrap .trending_news h3 {
        margin-bottom: 20px;
    }
}
.hp_wrap .trending_news h3 svg,
.hp_wrap .trending_news h3 img {
    width: 12px;
    min-width: 12px;
}
.hp_wrap .trending_news .trending_carousel {
    padding: 0 30px;
}
@media (max-width: 767px) {
    .hp_wrap .trending_news .trending_carousel {
        padding: 0 15px;
    }
}
.hp_wrap .trending_news .trending_carousel .owl-item {
    padding: 0 10px;
    margin: 0 2px !important;
}
.hp_wrap .trending_news .trending_carousel .item {
    display: flex;
    gap: 15px;
}
.hp_wrap .trending_news .trending_carousel .item .imgbox {
    width: 100px;
    min-width: 100px;
}
.hp_wrap .trending_news .trending_carousel .item .imgbox img {
    border-radius: 4px;
}
.hp_wrap .trending_news .trending_carousel .item .textbox {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
@media (max-width: 599px) {
    .hp_wrap .trending_news .trending_carousel .item .textbox {
        justify-content: center;
    }
}
.hp_wrap .trending_news .trending_carousel .item .textbox h4 {
    min-height: 40px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
@media (max-width: 599px) {
    .hp_wrap .trending_news .trending_carousel .item .textbox h4 {
        min-height: auto;
    }
}
.hp_wrap .trending_news .trending_carousel .item .textbox p {
    font-size: 9px;
    line-height: 13px;
    font-weight: 400;
    color: #a8a8a8;
}
.hp_wrap .trending_news .trending_carousel .owl-nav {
    display: block !important;
}
.hp_wrap .trending_news .trending_carousel .owl-nav > div {
    border-color: #c8001f;
}
.hp_wrap .trending_news .trending_carousel .owl-nav > div:hover {
    background-color: #c8001f;
}
.hp_wrap .trending_news .trending_carousel .owl-nav > div.owl-prev {
    left: -10px;
}
@media (max-width: 1279px) {
    .hp_wrap .trending_news .trending_carousel .owl-nav > div.owl-prev {
        left: -10px;
    }
}
.hp_wrap .trending_news .trending_carousel .owl-nav > div.owl-prev:before {
    border-color: #c8001f;
}
.hp_wrap .trending_news .trending_carousel .owl-nav > div.owl-prev:hover:before {
    border-color: #fff;
}
.hp_wrap .trending_news .trending_carousel .owl-nav > div.owl-next {
    right: -10px;
}
@media (max-width: 1279px) {
    .hp_wrap .trending_news .trending_carousel .owl-nav > div.owl-next {
        right: -10px;
    }
}
.hp_wrap .trending_news .trending_carousel .owl-nav > div.owl-next:before {
    border-color: #c8001f;
}
.hp_wrap .trending_news .trending_carousel .owl-nav > div.owl-next:hover:before {
    border-color: #fff;
}
.hp_wrap .explainers_section {
    background-color: #fff;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .explainers_section {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .explainers_section {
        padding: 20px 0;
    }
}
.hp_wrap .explainers_section ul {
    padding-top: 10px;
    margin: 0 -30px;
    display: flex;
}
@media (max-width: 1249px) {
    .hp_wrap .explainers_section ul {
        margin: 0 0;
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .explainers_section ul {
        flex-wrap: wrap;
        gap: 0px 0;
    }
}
.hp_wrap .explainers_section ul .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}
@media (max-width: 1249px) {
    .hp_wrap .explainers_section ul .item {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .explainers_section ul .item {
        width: 100%;
        padding: 15px 0px;
    }
}
.hp_wrap .explainers_section ul .item .imgbox {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.hp_wrap .explainers_section ul .item .imgbox img {
    width: 100%;
}
.hp_wrap .explainers_section ul .item .imgbox .tag {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    right: 0px;
    top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}
.hp_wrap .explainers_section ul .item .imgbox .tag span {
    background-color: #c8001f;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
}
.hp_wrap .explainers_section ul .item .textbox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hp_wrap .explainers_section ul .item .textbox > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hp_wrap .explainers_section ul .item .textbox > div.toprow {
    margin-bottom: 10px;
}
.hp_wrap .explainers_section ul .item .textbox .htext {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #c8001f;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .hp_wrap .explainers_section ul .item .textbox .htext {
        font-size: 14px;
        line-height: 20px;
    }
}
.hp_wrap .explainers_section ul .item .textbox p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}
.hp_wrap .explainers_section ul .item .textbox .date {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
}
.hp_wrap .explainers_section ul .item .textbox .date span {
    color: #c8001f;
}
.hp_wrap .explainers_section ul .item ~ .item {
    border-left: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    .hp_wrap .explainers_section ul .item ~ .item {
        border-left: 0;
        border-top: 1px solid #eaeaea;
    }
}
.hp_wrap .healthcare_section {
    background-color: #f2f7ff;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .healthcare_section {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section {
        padding: 20px 0;
    }
}
.hp_wrap .healthcare_section .all_stories {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
}
@media (max-width: 1299px) {
    .hp_wrap .healthcare_section .all_stories {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .hp_wrap .healthcare_section .all_stories {
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section .all_stories {
        flex-direction: column;
        gap: 10px;
    }
}
.hp_wrap .healthcare_section .all_stories .common_div {
    width: 100%;
    padding: 10px 0;
}
.hp_wrap .healthcare_section .all_stories .common_div .imgbox {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.hp_wrap .healthcare_section .all_stories .common_div .imgbox img {
    border-radius: 10px;
}
.hp_wrap .healthcare_section .all_stories .common_div .imgbox .tag {
    background-color: #c8001f;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    position: absolute;
    right: 20px;
    top: 15px;
}
@media (max-width: 991px) {
    .hp_wrap .healthcare_section .all_stories .common_div .imgbox .tag {
        right: 10px;
        top: 10px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section .all_stories .common_div .imgbox .tag {
        font-size: 10px;
        padding: 5px 10px;
    }
}
.hp_wrap .healthcare_section .all_stories .common_div .textbox {
    width: 100%;
    padding: 20px 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .hp_wrap .healthcare_section .all_stories .common_div .textbox {
        padding: 15px 0px;
    }
}
.hp_wrap .healthcare_section .all_stories .common_div .textbox .htext {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #c8001f;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section .all_stories .common_div .textbox .htext {
        font-size: 14px;
        line-height: 20px;
    }
}
.hp_wrap .healthcare_section .all_stories .common_div .textbox p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: justify;
    margin-bottom: 20px;
}
.hp_wrap .healthcare_section .all_stories .common_div .textbox .inforow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px 15px;
    margin-bottom: 25px;
}
.hp_wrap .healthcare_section .all_stories .common_div .textbox .inforow span {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.hp_wrap .healthcare_section .all_stories .common_div .textbox .inforow span.date {
    color: #000;
}
.hp_wrap .healthcare_section .all_stories .common_div .textbox .inforow span.date span {
    color: #c8001f;
}
.hp_wrap .healthcare_section .all_stories .latest_stories {
    width: 42%;
    min-width: 42%;
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section .all_stories .latest_stories {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
    }
}
.hp_wrap .healthcare_section .all_stories .old_stories {
    width: 100%;
    padding-right: 30px;
    border-right: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    position: relative;
}
@media (max-width: 991px) {
    .hp_wrap .healthcare_section .all_stories .old_stories {
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section .all_stories .old_stories {
        border-right: 0;
        padding-right: 0;
    }
}
.hp_wrap .healthcare_section .all_stories .old_stories:before {
    content: "";
    background-color: #eaeaea;
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 15px);
    top: 0;
}
@media (max-width: 991px) {
    .hp_wrap .healthcare_section .all_stories .old_stories:before {
        left: calc(50% - 7px);
    }
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section .all_stories .old_stories:before {
        display: none;
    }
}
.hp_wrap .healthcare_section .all_stories .old_stories .common_wrap {
    width: 45%;
    display: flex;
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section .all_stories .old_stories .common_wrap {
        width: 100%;
        padding: 0px;
    }
}
.hp_wrap .healthcare_section .all_stories .old_stories .common_wrap .common_div {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding-bottom: 15px;
}
.hp_wrap .healthcare_section .all_stories .old_stories .common_wrap .common_div .textbox {
    padding: 20px 0 0;
}
@media (max-width: 991px) {
    .hp_wrap .healthcare_section .all_stories .old_stories .common_wrap .common_div .textbox {
        padding: 15px 0px 0;
    }
}
.hp_wrap .healthcare_section .all_stories .old_stories .common_wrap .common_div .textbox .htext {
    margin-bottom: 10px;
}
.hp_wrap .healthcare_section .all_stories .old_stories .common_wrap .common_div .textbox .inforow {
    margin-bottom: 0;
}
.hp_wrap .healthcare_section .all_stories .old_stories .common_wrap .common_div .textbox .inforow {
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .hp_wrap .healthcare_section .all_stories .old_stories .common_wrap .common_div .textbox .inforow {
        position: initial;
        left: inherit;
        bottom: initial;
    }
}
.hp_wrap .healthcare_section .all_stories .old_stories .common_wrap .common_div.bbtm_0 {
    border-bottom: 0;
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section .all_stories .old_stories .common_wrap .common_div.bbtm_0 {
        border-bottom: 1px solid #eaeaea;
    }
}
.hp_wrap .healthcare_section .all_stories .old_stories .two_column {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section .all_stories .old_stories .two_column {
        flex-direction: column;
    }
}
@media (min-width: 1300px) {
    .hp_wrap .healthcare_section .all_stories .old_stories .two_column .textbox {
        padding-right: 20px !important;
    }
}
.hp_wrap .healthcare_section .all_stories .old_stories .two_column .textbox .htext {
    font-size: 12px;
    line-height: 16px;
    color: #2459a3;
}
.hp_wrap .healthcare_section .all_stories .old_stories .four_column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hp_wrap .healthcare_section .all_stories .old_stories .four_column .common_div {
    display: flex;
    gap: 15px;
    padding: 20px 0;
}
@media (max-width: 991px) {
    .hp_wrap .healthcare_section .all_stories .old_stories .four_column .common_div {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .hp_wrap .healthcare_section .all_stories .old_stories .four_column .common_div {
        flex-direction: row;
    }
}
.hp_wrap .healthcare_section .all_stories .old_stories .four_column .common_div .imgbox {
    width: 100px;
    min-width: 100px;
}
.hp_wrap .healthcare_section .all_stories .old_stories .four_column .common_div .textbox {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hp_wrap .healthcare_section .all_stories .old_stories .four_column .common_div .textbox .htext {
    font-size: 11px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.hp_wrap .healthcare_section .all_stories .old_stories .four_column .common_div .textbox p {
    font-size: 9px;
    line-height: 13px;
    color: #a8a8a8;
    margin: 0;
}
.hp_wrap .entertainment_section {
    background-color: #fff;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .entertainment_section {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section {
        padding: 20px 0;
    }
}
.hp_wrap .entertainment_section .post_wrap {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 40px;
}
@media (max-width: 1199px) {
    .hp_wrap .entertainment_section .post_wrap {
        gap: 25px;
    }
}
@media (max-width: 991px) {
    .hp_wrap .entertainment_section .post_wrap {
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section .post_wrap {
        flex-direction: column;
        gap: 20px;
    }
}
.hp_wrap .entertainment_section .post_wrap .latest_post {
    width: 370px;
    min-width: 370px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 25px;
}
@media (max-width: 991px) {
    .hp_wrap .entertainment_section .post_wrap .latest_post {
        width: 350px;
        min-width: 350px;
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section .post_wrap .latest_post {
        width: 100%;
        min-width: 100%;
    }
}
.hp_wrap .entertainment_section .post_wrap .latest_post .imgbox {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.hp_wrap .entertainment_section .post_wrap .latest_post .imgbox img {
    border-radius: 10px;
}
.hp_wrap .entertainment_section .post_wrap .latest_post .imgbox .overlay {
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.02) 13%, #2459a3 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.02) 13%, #2459a3 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 13%, #2459a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#2459A3", GradientType=0);
    width: 100%;
    height: 262px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 20px 25px;
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section .post_wrap .latest_post .imgbox .overlay {
        padding: 15px;
        height: 200px;
    }
}
.hp_wrap .entertainment_section .post_wrap .latest_post .imgbox .overlay .htext {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section .post_wrap .latest_post .imgbox .overlay .htext {
        font-size: 18px;
        line-height: 24px;
    }
}
.hp_wrap .entertainment_section .post_wrap .latest_post .imgbox .overlay .date {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.hp_wrap .entertainment_section .post_wrap .latest_post .textbox {
    width: 100%;
    padding: 10px 0px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hp_wrap .entertainment_section .post_wrap .latest_post .textbox .common {
    width: 100%;
    padding: 10px 0 10px 20px;
    position: relative;
}
.hp_wrap .entertainment_section .post_wrap .latest_post .textbox .common:before {
    content: "";
    background-color: #c8001f;
    width: 3px;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.hp_wrap .entertainment_section .post_wrap .latest_post .textbox .common .htext {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #2459a3;
    margin-bottom: 8px;
    display: inline-block;
}
.hp_wrap .entertainment_section .post_wrap .latest_post .textbox .common p {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    margin-bottom: 7px;
    text-align: justify;
}
.hp_wrap .entertainment_section .post_wrap .latest_post .textbox .common .date {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}
.hp_wrap .entertainment_section .post_wrap .latest_post .textbox .common .date span {
    color: #c8001f;
}
.hp_wrap .entertainment_section .post_wrap .latest_post .textbox .common:nth-child(2n):before {
    background-color: #2459a3;
}
.hp_wrap .entertainment_section .post_wrap .old_post {
    width: 100%;
}
.hp_wrap .entertainment_section .post_wrap .old_post .two_column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
@media (max-width: 1199px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .two_column {
        gap: 25px;
    }
}
@media (max-width: 991px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .two_column {
        gap: 15px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .two_column {
        flex-direction: column;
    }
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox {
    background-color: #fff;
    width: calc(50% - 15px);
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
@media (max-width: 1199px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .commonbox {
        width: calc(50% - 13px);
    }
}
@media (max-width: 991px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .commonbox {
        width: calc(50% - 8px);
    }
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .commonbox {
        width: 100%;
    }
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox .imgbox {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox .imgbox img {
    width: 100%;
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox {
    width: 100%;
    padding: 15px 25px 20px;
}
@media (max-width: 1199px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox {
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox {
        padding: 10px;
    }
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox .htext {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #2459a3;
    margin-bottom: 10px;
    display: inline-block;
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox p {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox .date {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox .date span {
    color: #c8001f;
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox .fullrow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px 15px;
}
@media (max-width: 1199px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox .fullrow {
        flex-direction: column;
        gap: 5px;
    }
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox .fullrow {
        flex-direction: column-reverse;
    }
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox .fullrow li {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hp_wrap .entertainment_section .post_wrap .old_post .commonbox .textbox .fullrow li svg {
    min-width: 12px;
    height: auto;
}
.hp_wrap .entertainment_section .post_wrap .old_post .four_column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 30px;
}
@media (max-width: 1199px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .four_column {
        gap: 0 25px;
    }
}
@media (max-width: 991px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .four_column {
        gap: 0 15px;
    }
}
.hp_wrap .entertainment_section .post_wrap .old_post .four_column .commonbox {
    display: flex;
    flex-direction: row;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
    gap: 20px;
}
@media (max-width: 1199px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .four_column .commonbox {
        gap: 15px;
    }
}
@media (max-width: 991px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .four_column .commonbox {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .four_column .commonbox {
        flex-direction: row;
    }
}
.hp_wrap .entertainment_section .post_wrap .old_post .four_column .commonbox.bbtm_0 {
    border-bottom: 0;
}
@media (max-width: 767px) {
    .hp_wrap .entertainment_section .post_wrap .old_post .four_column .commonbox.bbtm_0 {
        border-bottom: 1px solid #eaeaea;
    }
}
.hp_wrap .entertainment_section .post_wrap .old_post .four_column .commonbox .imgbox {
    width: 115px;
    min-width: 115px;
}
.hp_wrap .entertainment_section .post_wrap .old_post .four_column .commonbox .date {
    font-size: 9px;
}
.hp_wrap .entertainment_section .post_wrap .old_post .four_column .commonbox .textbox {
    padding: 0;
}
.hp_wrap .entertainment_section .post_wrap .old_post .four_column .commonbox .textbox .date {
    margin-bottom: 5px;
}
.hp_wrap .editor_section {
    background-color: #fcf3f3;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .hp_wrap .editor_section {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .editor_section {
        padding: 20px 0;
    }
}
.hp_wrap .editor_section ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 25px;
    position: relative;
}
@media (max-width: 1249px) {
    .hp_wrap .editor_section ul {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .hp_wrap .editor_section ul {
        flex-wrap: wrap;
    }
}
.hp_wrap .editor_section ul .item {
    width: calc(25% - 50px);
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
@media (max-width: 991px) {
    .hp_wrap .editor_section ul .item {
        width: calc(25% - 30px);
    }
}
@media (max-width: 767px) {
    .hp_wrap .editor_section ul .item {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 1px solid #eaeaea;
    }
}
.hp_wrap .editor_section ul .item .imgbox {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.hp_wrap .editor_section ul .item .imgbox img {
    width: 100%;
}
.hp_wrap .editor_section ul .item .textbox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hp_wrap .editor_section ul .item .textbox > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hp_wrap .editor_section ul .item .textbox > div.toprow {
    margin-bottom: 10px;
}
.hp_wrap .editor_section ul .item .textbox .htext {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #2459a3;
    margin-bottom: 5px;
}
.hp_wrap .editor_section ul .item .textbox p {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}
.hp_wrap .editor_section ul .item .textbox .date {
    font-size: 9px;
    line-height: 13px;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
}
.hp_wrap .editor_section ul .item .textbox .date span {
    color: #c8001f;
}
.hp_wrap .editor_section ul .item:nth-child(4) ~ li {
    flex-direction: row;
    gap: 10px;
    border-top: 1px solid #eaeaea;
}
@media (max-width: 991px) {
    .hp_wrap .editor_section ul .item:nth-child(4) ~ li {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .hp_wrap .editor_section ul .item:nth-child(4) ~ li {
        flex-direction: row;
        border-top: 0;
    }
}
.hp_wrap .editor_section ul .item:nth-child(4) ~ li .imgbox {
    width: 100px;
    min-width: 100px;
    margin: 0;
}
.hp_wrap .editor_section ul .item:nth-child(4) ~ li .textbox {
    justify-content: center;
}
.hp_wrap .editor_section ul .item:nth-child(4) ~ li .textbox .toprow {
    margin-bottom: 0;
}
.hp_wrap .editor_section ul .item:nth-child(4) ~ li .textbox .htext {
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
}
.hp_wrap .editor_section ul .item:nth-child(4) ~ li .textbox p {
    font-size: 9px;
    line-height: 13px;
    color: #a8a8a8;
    margin: 0;
}
.hp_wrap .editor_section ul .fh_border {
    background: #eaeaea;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    .hp_wrap .editor_section ul .fh_border {
        display: none;
    }
}
.hp_wrap .editor_section ul .fh_border.one {
    left: calc(25% - 20px);
}
@media (max-width: 991px) {
    .hp_wrap .editor_section ul .fh_border.one {
        left: calc(25% - 10px);
    }
}
.hp_wrap .editor_section ul .fh_border.two {
    left: 50%;
}
.hp_wrap .editor_section ul .fh_border.three {
    right: calc(25% - 20px);
}
@media (max-width: 991px) {
    .hp_wrap .editor_section ul .fh_border.three {
        right: calc(25% - 10px);
    }
}
body.theme_dark .c_heading {
    color: #fdec07;
}
body.theme_dark .c_heading .bltext {
    color: #fff;
}
body.theme_dark .news_section {
    background-color: #000;
}
body.theme_dark .news_section .custom_container .news_listing .common {
    border-color: #535353;
}
body.theme_dark .news_section .custom_container .news_listing .common h3 {
    color: #fdec07;
}
body.theme_dark .news_section .custom_container .news_listing .common p {
    color: #fff;
}
body.theme_dark .news_section .custom_container .news_listing .common .date {
    color: #fff;
}
body.theme_dark .breaking_news {
    background-color: #2c2c2c;
}
body.theme_dark .breaking_news .latest_news .textbox .htext {
    color: #fdec07;
}
body.theme_dark .breaking_news .latest_news .textbox p {
    color: #fff;
}
body.theme_dark .breaking_news .latest_news .textbox .inforow li {
    color: #fff !important;
}
body.theme_dark .breaking_news .latest_news .textbox .inforow li svg path,
body.theme_dark .breaking_news .latest_news .textbox .inforow li svg circle {
    fill: #fff;
}
body.theme_dark .breaking_news .old_news .common {
    background-color: #000;
    border-color: #535353;
}
body.theme_dark .breaking_news .old_news .common .textbox .htext {
    color: #fdec07;
}
body.theme_dark .breaking_news .old_news .common .textbox p {
    color: #fff;
}
body.theme_dark .breaking_news .old_news .common .textbox .date {
    color: #fff;
}
body.theme_dark .breaking_news .old_news .common .textbox .inforow li {
    color: #fff;
}
body.theme_dark .breaking_news .old_news .common .textbox .inforow li svg path,
body.theme_dark .breaking_news .old_news .common .textbox .inforow li svg circle {
    fill: #fff;
}
body.theme_dark .featured_stories {
    background-color: #000;
}
body.theme_dark .featured_stories .all_stories .common_div .textbox .htext {
    color: #fdec07;
}
body.theme_dark .featured_stories .all_stories .common_div .textbox p {
    color: #fff;
}
body.theme_dark .featured_stories .all_stories .common_div .textbox .inforow span {
    color: #fff;
}
body.theme_dark .featured_stories .all_stories .common_div .textbox .inforow span.date {
    color: #fff;
}
body.theme_dark .featured_stories .all_stories .common_div .textbox .inforow span svg path,
body.theme_dark .featured_stories .all_stories .common_div .textbox .inforow span svg circle {
    fill: #fff;
}
body.theme_dark .featured_stories .all_stories .latest_stories {
    border-color: #535353;
}
body.theme_dark .featured_stories .all_stories .old_stories {
    border-color: #535353;
}
body.theme_dark .featured_stories .all_stories .old_stories:before {
    background-color: #535353;
}
body.theme_dark .featured_stories .all_stories .old_stories .common_wrap .common_div {
    border-color: #535353 !important;
}
body.theme_dark .featured_stories .all_stories .old_stories .four_column .common_div {
    border-color: #535353;
}
body.theme_dark .featured_stories .all_stories .old_stories .four_column .common_div .textbox .htext {
    color: #fdec07;
}
body.theme_dark .featured_stories .all_stories .old_stories .four_column .common_div .textbox p {
    color: #fff;
}
body.theme_dark .opinions_section {
    background-color: #2c2c2c;
}
body.theme_dark .opinions_section .opinions_carousel .item {
    background-color: #000;
    border-color: #535353;
}
body.theme_dark .opinions_section .opinions_carousel .item .info .textbox .name {
    color: #fff;
}
body.theme_dark .opinions_section .opinions_carousel .item .info .textbox p {
    color: #fff;
}
body.theme_dark .opinions_section .opinions_carousel .item .date {
    color: #fff;
}
body.theme_dark .opinions_section .opinions_carousel .item h3 {
    color: #fdec07;
}
body.theme_dark .opinions_section .opinions_carousel .item p {
    color: #fff;
}
body.theme_dark .opinions_section .opinions_carousel .owl-nav > div {
    border-color: #fff;
}
body.theme_dark .opinions_section .opinions_carousel .owl-nav > div:before {
    border-color: #fff !important;
}
body.theme_dark .opinions_section .opinions_carousel .owl-nav > div:hover {
    background-color: #fff;
}
body.theme_dark .opinions_section .opinions_carousel .owl-nav > div:hover:before {
    border-color: #c8001f !important;
}
body.theme_dark .reviews_section {
    background-color: #000;
}
body.theme_dark .reviews_section .common_wrap .common {
    background-color: #2c2c2c;
    border-color: #535353;
}
body.theme_dark .reviews_section .common_wrap .common .textbox .htext {
    color: #fdec07;
}
body.theme_dark .reviews_section .common_wrap .common .textbox p {
    color: #fff;
}
body.theme_dark .reviews_section .common_wrap .common .textbox .userinfo li {
    color: #fff;
}
body.theme_dark .reviews_section .common_wrap .common .textbox .userinfo li svg path,
body.theme_dark .reviews_section .common_wrap .common .textbox .userinfo li svg circle {
    fill: #fff;
}
body.theme_dark .reviews_section .common_wrap .common .textbox .rating strong {
    color: #fff;
}
body.theme_dark .fulladd {
    background-color: #2c2c2c;
}
body.theme_dark .fulladd:before {
    background-color: #000;
}
body.theme_dark .sports_section {
    background-color: #2c2c2c;
}
body.theme_dark .sports_section .post_wrap .common_box .text_only .htext {
    color: #fdec07;
}
body.theme_dark .sports_section .post_wrap .common_box .text_only p {
    color: #fff;
}
body.theme_dark .sports_section .post_wrap .common_box .text_only .date {
    color: #fff;
}
body.theme_dark .sports_section .post_wrap .common_box .text_withimg .textbox .htext {
    color: #fdec07;
}
body.theme_dark .sports_section .post_wrap .common_box .text_withimg .textbox p {
    color: #fff;
}
body.theme_dark .sports_section .post_wrap .common_box .text_withimg .textbox .date {
    color: #fff;
}
body.theme_dark .sports_section .post_wrap .common_box.design2 .commonbox {
    background-color: #000;
}
body.theme_dark .sports_section .post_wrap .common_box.design2 .commonbox .textbox .htext {
    color: #fdec07;
}
body.theme_dark .sports_section .post_wrap .common_box.design2 .commonbox .textbox p {
    color: #fff;
}
body.theme_dark .sports_section .post_wrap .common_box.design2 .commonbox .textbox .date {
    color: #fff;
}
body.theme_dark .sports_section .post_wrap .common_box.design2 .commonbox .fullrow li {
    color: #fff;
}
body.theme_dark .interview_section {
    background-color: #000;
}
body.theme_dark .interview_section .all_stories .common_div .textbox .htext {
    color: #fdec07;
}
body.theme_dark .interview_section .all_stories .common_div .textbox p {
    color: #fff;
}
body.theme_dark .interview_section .all_stories .common_div .textbox .inforow span {
    color: #fff;
}
body.theme_dark .interview_section .all_stories .common_div .textbox .inforow span.date {
    color: #fff;
}
body.theme_dark .interview_section .all_stories .common_div .textbox .inforow span svg path,
body.theme_dark .interview_section .all_stories .common_div .textbox .inforow span svg circle {
    fill: #fff;
}
@media (max-width: 767px) {
    body.theme_dark .interview_section .all_stories .latest_stories {
        border-color: #535353;
    }
}
body.theme_dark .interview_section .all_stories .old_stories {
    border-color: #535353;
}
body.theme_dark .interview_section .all_stories .old_stories:before {
    background-color: #535353;
}
body.theme_dark .interview_section .all_stories .old_stories .common_wrap .common_div {
    border-color: #535353;
}
@media (max-width: 767px) {
    body.theme_dark .interview_section .all_stories .old_stories .common_wrap .common_div.bbtm_0 {
        border-color: #535353;
    }
}
body.theme_dark .interview_section .all_stories .old_stories .common_wrap .common_div .textbox .htext {
    color: #fdec07;
}
body.theme_dark .trending_news {
    background-color: #2c2c2c;
}
body.theme_dark .trending_news h3 {
    color: #fdec07;
}
body.theme_dark .trending_news h3 svg path {
    fill: #fdec07;
}
body.theme_dark .trending_news .trending_carousel .item .textbox h4 {
    color: #fdec07;
}
body.theme_dark .trending_news .trending_carousel .item .textbox p {
    color: #fff;
}
body.theme_dark .trending_news .trending_carousel .owl-nav > div {
    border-color: #fff;
}
body.theme_dark .trending_news .trending_carousel .owl-nav > div:before {
    border-color: #fff !important;
}
body.theme_dark .trending_news .trending_carousel .owl-nav > div:hover {
    background-color: #fff;
}
body.theme_dark .trending_news .trending_carousel .owl-nav > div:hover:before {
    border-color: #c8001f !important;
}
body.theme_dark .explainers_section {
    background-color: #000;
}
body.theme_dark .explainers_section ul .item .textbox .htext {
    color: #fdec07;
}
body.theme_dark .explainers_section ul .item .textbox p {
    color: #fff;
}
body.theme_dark .explainers_section ul .item .textbox .date {
    color: #fff;
}
body.theme_dark .explainers_section ul .item .textbox .date svg path,
body.theme_dark .explainers_section ul .item .textbox .date svg circle {
    fill: #fff;
}
body.theme_dark .explainers_section ul .item ~ .item {
    border-color: #535353;
}
body.theme_dark .healthcare_section {
    background-color: #2c2c2c;
}
body.theme_dark .healthcare_section .all_stories .common_div .textbox .htext {
    color: #fdec07;
}
body.theme_dark .healthcare_section .all_stories .common_div .textbox p {
    color: #fff;
}
body.theme_dark .healthcare_section .all_stories .common_div .textbox .inforow span {
    color: #fff;
}
body.theme_dark .healthcare_section .all_stories .common_div .textbox .inforow span.date {
    color: #fff;
}
body.theme_dark .healthcare_section .all_stories .common_div .textbox .inforow span svg path,
body.theme_dark .healthcare_section .all_stories .common_div .textbox .inforow span svg circle {
    fill: #fff;
}
@media (max-width: 767px) {
    body.theme_dark .healthcare_section .all_stories .latest_stories {
        border-color: #535353;
    }
}
body.theme_dark .healthcare_section .all_stories .old_stories {
    border-color: #535353;
}
body.theme_dark .healthcare_section .all_stories .old_stories:before {
    background-color: #535353;
}
body.theme_dark .healthcare_section .all_stories .old_stories .common_wrap .common_div {
    border-color: #535353;
}
body.theme_dark .healthcare_section .all_stories .old_stories .common_wrap .common_div.bbtm_0 {
    border-color: #535353;
}
body.theme_dark .healthcare_section .all_stories .old_stories .two_column .textbox .htext {
    color: #fdec07;
}
body.theme_dark .healthcare_section .all_stories .old_stories .four_column .common_div .textbox .htext {
    color: #fdec07;
}
body.theme_dark .entertainment_section {
    background-color: #000;
}
body.theme_dark .entertainment_section .post_wrap .latest_post {
    border-color: #535353;
}
body.theme_dark .entertainment_section .post_wrap .latest_post .textbox .common .htext {
    color: #fdec07;
}
body.theme_dark .entertainment_section .post_wrap .latest_post .textbox .common .date {
    color: #fff;
}
body.theme_dark .entertainment_section .post_wrap .old_post .commonbox .textbox .htext {
    color: #fdec07;
}
body.theme_dark .entertainment_section .post_wrap .old_post .commonbox .textbox p {
    color: #fff;
}
body.theme_dark .entertainment_section .post_wrap .old_post .commonbox .textbox .date {
    color: #fff;
}
body.theme_dark .entertainment_section .post_wrap .old_post .commonbox .textbox .fullrow li {
    color: #fff;
}
body.theme_dark .entertainment_section .post_wrap .old_post .commonbox .textbox .fullrow li svg path,
body.theme_dark .entertainment_section .post_wrap .old_post .commonbox .textbox .fullrow li svg circle {
    fill: #fff;
}
body.theme_dark .entertainment_section .post_wrap .old_post .two_column {
    border-color: #535353;
}
body.theme_dark .entertainment_section .post_wrap .old_post .two_column .commonbox {
    background-color: #2c2c2c;
    border-color: #535353;
}
body.theme_dark .entertainment_section .post_wrap .old_post .four_column .commonbox {
    border-color: #535353 !important;
}
body.theme_dark .editor_section {
    background-color: #2c2c2c;
}
@media (max-width: 767px) {
    body.theme_dark .editor_section ul .item {
        border-color: #535353;
    }
}
body.theme_dark .editor_section ul .item .textbox .htext {
    color: #fdec07;
}
body.theme_dark .editor_section ul .item .textbox p {
    color: #fff;
}
body.theme_dark .editor_section ul .item .textbox .date {
    color: #fff;
}
body.theme_dark .editor_section ul .item .textbox .date svg path,
body.theme_dark .editor_section ul .item .textbox .date svg circle {
    fill: #fff;
}
body.theme_dark .editor_section ul .item:nth-child(4) ~ .item {
    border-color: #535353;
}
body.theme_dark .editor_section ul .item:nth-child(4) ~ .item .textbox .htext {
    color: #fdec07;
}
body.theme_dark .editor_section ul .item:nth-child(4) ~ .item .textbox p {
    color: #fff;
}
body.theme_dark .editor_section ul .fh_border {
    background: #535353;
}
