.navbar-dark .navbar-brand {
    color: #fff;
    margin-left: 50px;
}
.fixed-top {
   
    background: #005e96;
    color: #fff;
}
.nav-link:hover {
  color: #be0522 !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
    display: block;
    text-decoration: none;
    z-index: 0;
}
.navbar-expand-lg .navbar-collapse {
 
  margin-right: 64px;
}
.navbar-expand-lg {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand img {
  width: 300px;
}
.dropdown-item {
  color: #ffffff;
  
}
.dropdown-menu {
    color: #ffffff;
    background-color: #005e96;
    border: none;
}
.top18 {
  position: absolute;
  right: 29px;
  top: 26px;
}
.boxbg {
  max-width: 1460px;  
  text-align: center;
}
.banner-section {
 
    background-image: url("../images/banner.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    margin-top: 54px;
    text-align: center;
}
.banner-section h1 {
  padding-top: 60px;
  color: #fff;

}

.boxbg h1 {
    margin-top: 20px;
   
}
.box1 {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 45px;
  text-align: center;
  margin-left: auto;
margin-right: auto;
margin-top: 20px;

}

.box1 img {
  width: 100%;
  height: 250px;
 
border-radius: 45px 45px 0px 0px;
    padding: 5px; 
}
.box1:hover {
  box-shadow: 0 7px 13px rgb(0 0 0 / 20%);
}
.box1 p {
  margin-bottom: 10px;
  font-size: 10px;
  color: #551f28;
}
button.play-now-btn {
  padding: 5px 16px;
  background: #005e96;
  margin-right: 60px;
  color: #fff;
  border: none;
  margin-bottom: 10px;
  border-radius: 4px;
}
button.play-now-btn:hover {
 
  background: #000000;
 
}
.REVIEW-btn {
  padding: 5px 16px;
  background:#228B22;
  color: #fff;
  border: none;
  margin-bottom: 10px;
  border-radius: 4px;
}
.REVIEW-btn:hover {
 
  background:#000000;

}
.tabel img {
  float: left;
}

.tabel2 {
  margin-top: 10px;
}

.tabel {
  border: 2px solid;
  padding-top: 20px;
  padding-bottom: 27px;
}

table.toplist-table{display:block;width:100%;height:100%;float:left;margin:2px 0;}
  table.toplist-table tbody{height:100%;display:block;width:100%;padding:0;border:0;background:0 0}
  table.toplist-table tbody:hover{background:0 0}
  table.toplist-table tbody tr{height:100%;padding:0px 0px;margin-bottom:10px;background:#ffffff;border: 1px solid #551f28;
    border-radius: 10px;}
  table.toplist-table tbody tr:hover{background:#f9e0c6}table.toplist-table tbody ul{list-style:none;padding-left:10px;margin:0}
  table.toplist-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
  table.toplist-table tr th{font-size:14px;font-weight:500;color:rgb(255, 255, 255)}
  table.toplist-table tr th:nth-child(1){-webkit-box-flex:0;-ms-flex:1 0 20%;flex:1 0 20%;padding: 9px 44px;}table.toplist-table tr th:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 28%;flex:0 0 28%}
  table.toplist-table tr th:nth-child(3){-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}table.toplist-table tr th:nth-child(4){-webkit-box-flex:0;-ms-flex:0 0 9%;flex:0 0 9%}

  table.toplist-table tr td:nth-child(1){-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;}
  table.toplist-table tr td:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 29%;flex:0 0 29%}table.toplist-table tr td:nth-child(3)
  {-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}table.toplist-table tr td:nth-child(4){-webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    padding-top: 20px;
  
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }
  table.toplist-table tr td:nth-child(1) p {
    font-size: 10px;
    color: #ef1b37;
    margin-bottom: 0px;
}
.button3 a {
  background: #005e96;
  color: #fff;
  padding: 5px 12px;
  border-radius: 6px;
}
.button3 a:hover {
  background: #ef1b37;
  text-decoration: none;
 
}

.button1 a {
  background:#228B22;
  color: #fff;
  padding: 5px 12px;
  border-radius: 6px;
}
.button1 a:hover {
  background:#005e96;
  text-decoration: none;
 
  
}

.sidelink {
  padding-left: 0px;
  margin-top: 12px;
  
}
.sidelinks a {
  display: inline-block;
    background: #005e96;
    font-size: 13px;
    border: 0.3em solid var(--c);
    width: 18em;
    height: 3em;
    font-family: sans-serif;
    text-align: left;
    line-height: 3em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    color: #fff;
    padding-left: 8px;
    border-radius: 12px;
}
.sidelinks a:hover {
    background: #ef1b37;
    text-decoration: none;

  }
.sidelinks {
  padding-left: 15px;
}
.sideimg{
width: 100%;
margin-top: 17px;
border: 4px solid #005e96;
}
.text-contant {
  max-width: 1460px;
}
.footer-img {
  background: #ef1b37;
  color: #fff;
}
.foter18 {
  float: right;
  margin-right: 25px;
    margin-top: 10px;
}
.footer-img img {
  margin-left: 25px;
}
.footer-copyright.text-center.py-3 {
  background: #005e96;
  color: #fff;
}
.term {
  text-align: center;
  background: #005e96;
  color: #fff;
}
.footer-copyright.text-center.py-3 a {
  color: black;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {

.box1{
  width: 50%;
}

}


@media only screen and (max-width: 507px) {

  table.toplist-table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

table.toplist-table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
table.toplist-table tr td:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
table.toplist-table tr td:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
}

@media only screen and (max-width: 1240px) and (min-width: 767px)  {

  table.toplist-table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
}

table.toplist-table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 60%;
}
table.toplist-table tr td:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
}
table.toplist-table tr td:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
button.play-now-btn {
  margin-right:0px;
 
}
.box1 {
  width: 100%;
}
.tabel2 {
  margin-top: 10px;
  flex: 0 0 49.667%;
  max-width: 100%;
}
.sidelink {
  padding-left: 0px;
  margin-top: 12px;
  flex: 0 0 100.667%;
  max-width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
 
  font-weight: 590;
  padding-right: 0px;
  
}

}
@media all and (min-width: 300px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	