@media (min-width: 1200px) {
    .reponsive-table{
        display: none;
    }

    .single-page .col-left{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .col-right{
        display: none;
    }
}

@media (max-width: 1199.99px) {
    header .menu-main-header ul{
        margin: 0;
        padding: 0;
        line-height: 0;
        display: flex;
        gap: 35px;
        overflow-x: auto;
        white-space: nowrap;   
        scrollbar-width: none;     
    }

    header .menu-main-header ul li{
        display: block
    }

    header{
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    .layout-row{
        flex-wrap: wrap
    }
    
    .layout-row .col-main{
        order: 0;
        padding: 0;
    }

    .layout-row .col-left, .layout-row .col-right{
        max-width: 100%;
        order: 1;
        padding: 0;
    }

    body header{
        background: #080C11 !important;
        padding: 0;
        overflow: hidden;
    }

    header .container{
        padding: 0;
    }

    header .menu-main-header{
        background: #202E34;
        display: block;
    }

    header .logo{
        margin: 10px;
    }

    header .menu-main-header ul{
        text-align: center;
        justify-content: center;
        gap: 15px;
    }

    header .menu-main-header ul a{
        padding: 10px 0;
    }

    .box-match-hot .item .body img{
        height: 40px;
    }

    header .menu-main-header ul a{
        display: grid;
        justify-content: center;
        justify-items: center;
        padding: 10px 0;
        gap: 12px;
        font-size: 12px;
        font-weight: bold;
    }

    header .menu-main-header ul a img{
        width: 20px;
        height: 20px;
    }

    .box-posts .item{
        display: grid;
    }

    .box-posts .item .thumbnail{
        width: 100%;
        height: auto;
    }

    .box-posts .item .thumbnail img{
        border-radius: 10px;
        object-fit: cover;
    }

    .box-posts .item .caption{
        width: 100%;
    }

}

@media (max-width: 768px) {
    .layout-row{
        flex-wrap: wrap
    }
	header .social{
		padding-right: 5px;
	}
    .layout-row .col-main{
        order: 0;
        padding: 0;
    }

    .layout-row .col-left, .layout-row .col-right{
        max-width: 100%;
        order: 1;
        padding: 0;
    }

    body header{
                background: #003b3e url(../images/headmb.png) no-repeat !important;
        padding: 0;
        overflow: hidden;
        background-size: 150% !important;
        background-position: top right !important;
    }

    header .container{
        padding: 0;
    }

    header .menu-main-header{
        background: #E9EDF0;
        display: block;
        color: #898989;
    }

    header .logo{
        margin: 5px 5px;
    }

    header .menu-main-header ul{
        overflow-x: scroll; 
        white-space: nowrap; 
        list-style: none; 
        width: 100%; 
        margin: 0; 
        padding: 0;
        display: flex; 
        -ms-overflow-style: none; 
        scrollbar-width: none; 
        margin: 0 auto;
        gap: 10px;
        justify-content: start;
    }

    header .menu-main-header ul::-webkit-scrollbar {
        display: none;
        height: 0;
    }

    header .menu-main-header ul::-webkit-scrollbar-track {
        display: none;
    }

    header .menu-main-header ul::-webkit-scrollbar-thumb {
        display: none;
    }

    header .menu-main-header ul li{
        margin: 0;
    }

    header .menu-main-header ul a{
        display: grid;
        justify-content: center;
        justify-items: center;
        padding: 10px 0 13px;
        gap: 10px;
        font-size: 12px;
        font-weight: bold;
        color: #898989;
    }
header .menu-main-header li.current_page_item a, header .menu-main-header li.current-menu-item a {
    color: #00B168;
    transition: all 0.2s;
}
    header .menu-main-header ul a img{
        width: 20px;
        height: 20px;
    }

    footer .menu-footer ul{
        display: grid;
        justify-content: center;
        justify-items: center;
        /* border-top: 1px solid #30343a; */
        border-bottom: 1px solid #30343a;
        padding: 10px 0;
    }

    footer .about{
        border-bottom: 2px solid #03bd79;
        padding-bottom: 10px;
    }

    .oddsListData .titleLeagues, .headOdds .titleBet{
        background: #0d9165;
    }
}

@media (max-width: 576px) {
    .content-odds ul#pills-tab li button{
        font-size: 12px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}