@media (min-width: 1281px) {

    .col-pc {
        flex: 0 0 20%;
        max-width: 20% !important;
    }
    .smallnav{
      display: none;
    }
    .table tr:first-child td {
        border-top: 0 !important;
    }
    .padding-l0{
      padding-left: 0!important;
    }
    .padding-r0{
      padding-right: 0!important;
    }


}

@media (min-width: 1025px) and (max-width: 1280px) {
  
    /* CSS */
    .smallnav{
      display: none;
    }
    .padding-l0{
      padding-left: 0!important;
    }
    .padding-r0{
      padding-right: 0!important;
    }

}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
    
    .col-pc {
        flex: 0 0 20%;
        max-width: 20% !important;
    }
    .navi-surf ul li a{
      padding: 0 18px!Important;
    }
    .smallnav{
      display: none;
    }
    .table tr:first-child td {
      border-top: 0 !important;
    }
    .padding-l0{
      padding-left: 0!important;
    }
    .padding-r0{
      padding-right: 0!important;
    }

  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  /* CSS */
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .col_TL {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .More-btn{
        margin-right: 15px;
    }
    .col_TD {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .row_TL {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-mob{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .navi-surf{
      display: none;
    }
    .footer-top-wrapper ul li a{
      font-size: 10px;
    }
    .news-wrapper {
      color: #ffffff;
      min-height: 400px;
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
      clear: both;
      background-color: #431d06;
      display: none;
    }
    .table-box-col{
      display: block;
    }
    .news-ticker-content a{
      font-size: 10px;
    }
    .news-ticker-content a{
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .padding-0{
      padding: 0;

    }

    
}
