body {
    /* font-family: 'Noto Sans HK', sans-serif; */
    background: #eee !important;
}
.breakingmenu {
    box-shadow: 0 8px 6px -4px rgb(0 0 0 / 36%);
    margin-bottom: 20px !important;
    border-color: #e7e7e7;
    background-color: #fff;
    padding: 0px 0px !important;
}
.breakingmenu a.nav-link {
    color: #2f2f2f !important;
    margin-left: 0px;
    padding-top: 16px;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 10px;
}
.breakingmenu a.nav-link.active {
    background-color: #dfdfdf !important;
    border-radius: unset;
    height: 100%;
}
.breakingmenu .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover
{
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    background-color: #dfdfdf;
    border-radius: unset;
}
.breakingmenu .nav>li>a:focus
{
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    background-color: #dfdfdf;
    border-radius: unset;
    
}
.breakingSubcatmenu {
    /* box-shadow: 0 8px 6px -4px rgb(0 0 0 / 36%); */
    margin-bottom: 20px !important;
    border-color: #e7e7e7;
    background-color: #fff;
}
.breakingSubcatmenu a.nav-link.active {
    background-color: #fff!important;
    border-radius: unset;
    border: none;
}
/* .breakingnewscontent p {
    padding: unset;
    margin: unset;
    font-weight: 600;
    color: #393939;
} */
.breakingSubcatmenu .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover
{
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    background-color: #dfdfdf;
    border-radius: unset;
    border: none;
}
.breakingSubcatmenu .nav>li>a:focus
{
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    background-color: #dfdfdf;
    border-radius: unset;
    border: none;
}
.tab-content.breakingnewscontent {
    background-color: #fff;
    border-radius: 15px;
}

.breakingnewscontent.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: #e9e9e9;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.breakingmenu a.nav-link {
    color: #505050;
    height: 100%;
}
.breakingmenu a:active {
    color: #050505;
}
/* .tab-content.breakingnewsSubcatcontent {
    background-color: #737373;
} */
.tab-content.breakingnewsSubcatcontent img {
    padding: 0px 0px;
    margin-top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 7px;
}
.menulefttitle1 {
    color: #fff !important;
    font-size: 9px;
    margin-bottom: -1px;
}
.menurightTitle {
    color: #d9d9d9 !important;
    font-weight: 900;
    margin-top: 0px;
}
.div9 {
    background-color: #737373;
    padding: 15px 0px 0px 20px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: -15px;
}
.div9 p {
    color: #e7e7e7;
}
.div3 {
    padding: 17px 0px 0px 30px;
}
/* .pictureicon {
    position: absolute;
    background-color: #fa6400;
    height: 28px;
    width: 28px;
    left: 15px;
    bottom: 0;
    border-radius: 0px 7px 0px 7px;
    color: #fff;
    padding: 7px;
  }
  .pictureicon svg {
    fill: currentColor;
    color: #fff;
  } */
  /* .position-absolute.bottom-0.start-0.orange {
    background-color: #fa6400;
    border-radius: 0px 7px 0px 7px;
    padding: 7px;
    padding: 2px;
    height: 28px;
    width: 28px;
    padding-bottom: 30px;
} */
.position-relative svg {
    fill: currentColor;
    color: #efe9e9;
    background-color: #fa6400;
    z-index: 1000;
    padding: 2px;
    border-radius: 0px 4px 0px 6px;
    height: 25px;
    width: 23px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.position-relative svg {
    fill: currentColor;
    color: #fff;
}
p.browseptag {
    padding-left: 18px;
}
.breakingnewslogo {
    margin-right: 17px;
}
/* p.div9nodetitle {
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */
p.div9nodetitle a {
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #e7e7e7;
}
.upnextrecentpost a {
    color: #161616;
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.position-relative {
    height: 95px;
    width: 150px;
    margin-bottom: 16px;
}
ul.nav.nav-tabs.breakingmenu {
    padding-left: 10px;
}
.breakingnewscontent {
    display: none;
  }
      
  .tab-content .tab-pane {
    display: none;
}

.nav-item:hover .nav-link[data-target="#tab1"] ~ .tab-content #tab1,
.nav-item:hover .nav-link[data-target="#tab2"] ~ .tab-content #tab2 {
    display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: portrait)
{
    .breakingmenu .navbar-nav
    {
        display: grid !important;
        flex-direction: unset;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        justify-content: space-between;
        align-items: stretch;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 0px 32x;
    }
    .dropdown-menu.mega-dropdown-menu .nav-link {
        font-size: 7px !important;
        line-height: 1px;
        padding: 8px;
    }
    p.div9nodetitle a, p {
        font-size: 7px;
    }
    p.menurightTitle {
        margin-bottom: 0px !important;
        font-size: 10px;
    }
    .borderbottom
    {
        margin-left: 22px 
    }
    .div9
    {
        padding: 5px 0px 0px 0px;
    }
    p.div9nodetitle {
        margin-bottom: 0px !important;
        line-height: 10px;
        padding-top: 0px;
    }
    .menulefttitle1 {
        padding: 0px 0px !important;
        line-height: 7px;
        margin: 0px;
        font-size: 5px !important;
    }
    .videodate-sec p
    {
        line-height: 6px !important;
    }
    .position-relative {
        position: relative!important;
        height: 40px;
        width: 50px;
        padding: 0px;
        min-width: 100%;
    }
    p.browseptag {
        font-weight: 700;
        padding: 0px 3px 0px!important;
        font-size: 8px;
        margin-bottom: 0px;
    }
    /* .position-absolute.bottom-0.start-0.orange {
        background-color: #fa6400;
        border-radius: 0px 7px 0px 8px;
        padding: 2px;
        height: 22px;
        width: 17px;
        padding-bottom: 24px;
    } */
    .position-relative svg {
        fill: currentColor;
        color: #efe9e9;
        background-color: #fa6400;
        z-index: 1000;
        padding: 2px;
        border-radius: 0px 4px 0px 6px;
        height: 12px;
        width: 12px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px)  and (orientation : portrait) {
    .tab-content.breakingnewsSubcatcontent img
    {
        width: 80% !important;
    }
    .breakingmenu a.nav-link
    {
    font-size: 9px;
    font-weight: 600;
    padding: 5px 18px;
    }
}

