@media (min-width: 1400px) {
  .container {
    width: 1100px;
  }
  .promo-header img{
  width: 100%;
  height: 100px;
  object-fit: fill;
}
  
.promo-mid img{
  width: 100%;
  height: 60px;
  margin-top:15px;
  margin-bottom:15px;
  object-fit: fill;
} 

}

@media screen and (max-width: 370px) {
  /* .top-bar {
    display: none;
  } */
  .match .container .matchItem .teamItem h6 {
    display: none;
  }

  .bet-box a.placeBet {
    padding: 0.4rem 5.8rem !important;
    width: 100% !important;
  }

  .liveOptBtn .list-blink {
    width: 10px;
    margin-left: 0.8em;
    margin-right: 0.5em;
  }
  .liveList .liveTotal {
    margin-right: 0.5rem;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .promo-header img{
    width: 100%;
    height: 100%; 
  }
    
  .promo-mid img{
    width: 100%;
    height: auto;
  } 
  
  .channels{
    margin-bottom:15px;
  }
  .main-container {
    background: #000000d6;
  }
  .container {
    max-width: 100%;
  }
  .mobile-none {
    display: none;
  }
  .player-flex > :not(:first-child) {
    margin-left: 0em;
  }
  .plyr--video {
    height: auto !important;
  }
  .plyr--video .watermark img {
    max-width: 100px;
  }
  body {
    width: 100% !important;
    background-size: cover;
    background-position: left !important;
  }
  .frame {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .bet-box {
    padding-top: 0rem !important;
  }
  .bet-wrapper .wrapper .bet-box {
    order: 3;
  }
  .bet-wrapper .team-2 {
    order: 2;
  }
  .bet-wrapper .wrapper {
    flex-direction: column;
  }
  .liveChannels {
    height: 260px !important;
  }
  .navbar .navbar-nav .nav-link {
    flex-direction: row !important;
    padding-top: 0px;
  }

  .navbar .navbar-nav {
    align-items: center;
    border: 3px solid var(--theme-color);
    border-right: 0px;
    border-left: 0px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .liveCategories {
    padding: 0.2rem !important;
    overflow: auto;
  }
  .liveCategoriesGroup {
    padding-top: 0px !important;
    justify-content: left !important;
    gap: 3px !important;
  }
  .navbar-collapse {
    background: #00000042;
    margin-top: 10px;
  }
  .liveList {
    margin-top: 10px;
  }
  .liveList .liveOption button {
    font-size: 0.8em !important;
  }

  .navbar .navbar-nav .nav-link i {
    margin-right: 10px;
  }

  .clearfix {
    margin-top: 15px;
  }
 
  footer {
    height: auto;
  }

  footer .content .menus {
    flex-direction: column;
  }

  .searchItem input {
    margin-top: 0px;
  }

  .promo-header {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .promo-mid {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .promo-mid .content {
    height: 18px;
  }
  .bet-box a.placeBet {
    width: 350px !important;
    padding: 0.2rem 5.8rem !important;
  }

  .navbar .navbar-nav .nav-item {
    margin: 0px;
    margin-right: auto;
    margin-left: 1em;
  }

  .stream-video {
    height: 250px !important;
  }

  .liveChannels .team {
    flex-direction: row;
  }

  .liveChannels .teamItem h6 {
    font-size: 10px;
  }

  .match .container .matchItem {
    margin-right: 0px;
  }

  .bet-wrapper .container .row .col-xl-6 {
    order: 3;
  }

  .bet-wrapper .team {
    height: 190px !important;
  }

  form.search-btn {
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 992px) {
  nav a.navbar-brand {
    display: none;
  }
}

@media screen and (max-width: 490px) {
  .liveChannels .team {
    display: flex;
    align-items: center;
    gap: 0 25px;
  }
}

@media screen and (max-width: 460px) {
  .match .container .matchItem {
    gap: 0 15px;
  }

  footer .content .menus li {
    padding: 6px;
  }

  .bet-box .betBoxLine ul li .betbox {
    width: 50px;
  }
}

@media screen and (max-width: 536px) {
  .bet-box {
    padding-top: 0px;
  }

  .bet-box .betBoxLine ul li button {
    width: 75px;
    border: 2px solid var(--theme-color);
    background: transparent;
    border-radius: 4px;
    padding: 0.4rem 0;
    font-size: 0.7em;
    transition: 0.3s;
    font-weight: 700;
  }

  .liveCategoriesGroup {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-top: 0.5rem;
    justify-content: flex-start;
  }

  footer ul li a {
    font-size: 1.1em !important;
  }

  footer .content .menus {
    justify-content: center;
  }

  footer .content .copyright p {
    font-size: 16px;
  }

  .bet-box .betBoxLine ul {
    gap: 0 25px !important;
  }
}

@media screen and (min-width: 992px) {
  img.nav-small-logo {
    display: none;
  }
}

@media (max-width: 1400px) {
  .liveCategoriesGroup {
    overflow-x: scroll;
  }
  .navbar .navbar-brand img {
    width: 200px !important;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
  }
  /* .nav-link{} */
}

@media (max-width: 1050px) {
  .navbar .navbar-brand img {
    width: 150px !important;
  }
}

@media (max-width: 1600px) {
  .frame {
    margin: 0rem !important;
    padding: 0rem !important;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 17px !important;
  }
}

.wrapword {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  white-space: -webkit-pre-wrap;
  /* Newer versions of Chrome/Safari*/
  word-break: break-all;
  white-space: normal;
}

@media screen and (max-width: 350px) {
  .match .container .matchItem .teamItem h6 {
    display: none;
  }

  .bet-box a.placeBet {
    width: 300px !important;
    padding: 0.4rem 4.8rem !important;
  }

  .bet-box .betBoxLine ul {
    gap: 0 15px !important;
  }
}
