@media only screen and (max-width: 1668px){
    .scrollable-table td,
    .scrollable-table th{
        word-break: break-all;
    }
}

@media only screen and (max-width: 1440px) {
    header .navbar-nav .nav-item > .nav-link{
        font-size: 12px;
    }
    .scrollable-table td,
    .scrollable-table th{
        font-size: 14px;
        word-break: break-all;
    }
    .table-news-title{
        font-size: 23px;
    }

}

@media only screen and (max-width: 1368px) {

    .btn-custom {
        padding: 7px 10px;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1339px){
    header .navbar-nav .nav-item > .nav-link{
        font-size: 12px;
    }
    .cricket-live-score-wrp .team-name{
        max-width: 90%;
    }
    .scrollable-table td,
    .scrollable-table th{
        font-size: 12px;
        word-break: break-all;
    }
    .table-news-title{
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {

    .news-lg-items-wrapper {
        border-right: 1px solid #929292;
    }
    .news-left-items-wrapper{
        position: sticky;
        top: 55px;
    }

}
@media only screen and (max-width: 992px){
    .offcanvas{
        background: #fff2da;
    }
    .offcanvas-logo img{
        max-width: 80px;
        width: 100%;
    }
    .top-header{
        padding: 10px 0;
    }
    .top-header .navbar-nav{
        flex-direction: row;
        margin-bottom: 0 !important;
    }
    .top-social-icon li a{
        padding: 0 3px !important;
    }
    .top-header li .btn-custom{
        padding: 5px 10px !important;
    }
    #mode-toggle{
        margin-left: 8px;
    }
    .search-btn{
        padding: 6px 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section {
        padding: 60px 0;
    }
    .optionions-title{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2; 
        -webkit-box-orient: vertical;
    }
    header .navbar-nav .nav-item > .nav-link{
        font-size: 10px;
    }
    .optionions-title,
    .news-title,
    .more-to-explore-news-items a{
        font-size: 15px;
    }
    p{font-size: 14px;}    
    .btn-custom {padding: 7px 10px;}
    section {
        padding: 50px 0;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+1){
        border-right: 1px solid #929292;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+2){
        border-right: 0;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+3){
        border-top: 1px solid #929292;
        border-right: 1px solid #929292;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+4){
        border-top: 1px solid #929292;
        border-right: 0px;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+5){
        border-top: 1px solid #929292;
        border-right: 1px solid #929292;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+6){
        border-top: 1px solid #929292;
        border-right: 0px;
    }
    .news-details h1{
        font-size: 35px;
    }
    .scrollable-table td,
    .scrollable-table th{
        font-size: 11px;
        word-break: break-all;
    }
    .table-news-title{
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px){
    .news-lg-item{
        padding-right: 0;
    }
    .for-select-tgs.offcanvas-top{
        height: 80vh;
    }
    .optionions-title{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2; 
        -webkit-box-orient: vertical;
    }
    .news-title{
        overflow: hidden;
        display: -webkit-box;
        /*-webkit-line-clamp: 3;*/ /* number of lines to show */
                line-clamp: 3; 
        -webkit-box-orient: vertical;
    }
    .navbar-brand > img{
        max-width: 100px;
    }
    .optionions-title,
    .news-title,
    .more-to-explore-news-items a{
        font-size: 15px;
    }
    p{
        font-size: 14px;
    }
    .news-details h1{
        font-size: 30px;
    }
    body.dark-mode header .offcanvas-body .navbar-nav .nav-item > .nav-link{
        color: #000;
    }
      body.dark-mode header .offcanvas-body .navbar-nav .nav-item > .nav-link.active{
        color: #c69d57;
    }
    .cricket-live-score-wrp .team-name{
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
    section {
        padding: 50px 0;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+1){
        border-right: 1px solid #929292;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+2){
        border-right: 0;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+3){
        border-top: 1px solid #929292;
        border-right: 1px solid #929292;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+4){
        border-top: 1px solid #929292;
        border-right: 0px;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+5){
        border-top: 1px solid #929292;
        border-right: 1px solid #929292;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+6){
        border-top: 1px solid #929292;
        border-right: 0px;
    }
    .news-category-wrapper .news-category-col:nth-child(4n+1),
    .news-category-wrapper .news-category-col:nth-child(4n+2),
    .news-category-wrapper .news-category-col:nth-child(4n+3),
    .news-category-wrapper .news-category-col:nth-child(4n+4){
        border-top: 0;
        border-bottom: 1px solid #929292;
        border-right: 0;
    }
    .news-details h1{
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) { 
    section {
        padding: 40px 0;
    }
    .search-bars-wrapper{
        max-width: 100%;
    }
    .for-select-tgs.offcanvas-top{
        height: 60vh;
    }
    .news-box-sec .news-wrp-box-col:nth-child(6n+1),
    .news-box-sec .news-wrp-box-col:nth-child(6n+2),
    .news-box-sec .news-wrp-box-col:nth-child(6n+3),
    .news-box-sec .news-wrp-box-col:nth-child(6n+4),
    .news-box-sec .news-wrp-box-col:nth-child(6n+5),
    .news-box-sec .news-wrp-box-col:nth-child(6n+6){
        border-top: 0;
        border-bottom: 1px solid #929292;
        border-right: 0;
    }
    .news-category-wrapper .news-category-col:nth-child(4n+1),
    .news-category-wrapper .news-category-col:nth-child(4n+2),
    .news-category-wrapper .news-category-col:nth-child(4n+3),
    .news-category-wrapper .news-category-col:nth-child(4n+4){
        border-top: 0;
        border-bottom: 1px solid #929292;
        border-right: 0;
    }
    /* .more-to-explore-news-items:first-child{
        padding-top: 13px;
        border-top: 1px solid #929292;
    } */
    .btn-custom {
        padding: 7px 10px;
    }
    .f-links ul li{
        padding: 2px 15px;
    }
    .f-links ul li a{
        font-size: 12px;
    }
    .news-details h1{
        font-size: 30px;
    }
    .top-header .navbar {
        justify-content: center;
    }
    
}

@media only screen and (max-width: 575px) { 
    section {
        padding: 30px 0;
    }
    .navbar-brand > img{
        max-width: 80px;
        width: 100%;
    }
    .more-to-explore-news-items:first-child{
        padding-top: 13px;
        border-top: 1px solid #929292;
    }
    .f-links ul li{
        padding: 2px 15px;
    }
    .f-links ul li a{
        font-size: 12px;
    }
    .news-details h1{
        font-size: 25px;
    }
    .subscribe-wrp-box{
        padding: 15px;
    }
    .subscribe-inp-wrp{
        display: block;
        max-width: 100%;
    }
    .subscribe-inp-wrp .btn-custom{
        margin-top: 7px !important;
    }
    #email-error{
        position: unset;
        display: block !important;
    }
    .subscription-box{
        border-right: 0px !important;
    }
}
@media only screen and (max-width: 375px) {
    .news-details h1{
        font-size: 25px;
    }
    .story-may-like-title h2{
        font-size: 18px;
    }
}

/* test */