.newsText{
    height: 30px; width: 255px; color: #333333; font-family: "Avenir Next"; font-size: 21px;  font-weight: 600; line-height: 30px;
    margin-top:10px;
}
.bg_standing{
        width:100%;
        background-image: url("../../../images/standing banner.jpg"); 
        background-color: #cccccc; /* Used if the image is unavailable */
        height: 500px;
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
    }
   .bg_new {
        width:100%;
        background-image: url("../../../images/standing banner.jpg"); 
        background-color: #cccccc; /* Used if the image is unavailable */
        height: 400px;
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .bg_standing_mobile{
        width:100%;
        background-image: url("../../../images_mob/standings_m.jpg"); 
        background-color: #cccccc; /* Used if the image is unavailable */
        height: 400px;
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; 
    }
    .sidebarmenu {
        position:absolute;
        float:left;
        margin-top:23px;
        width:190px;
        height:90%;
        background-color: rgba(0,0,0,0.7);
        overflow:hidden;
        z-index: 10000;
        margin-left:-190px;
        transition:0.8s all;
    }
    .side{
    margin-left:0
    }
    .sidebarmenu ul{
        margin:0;
        padding:0;
    }
    .sidebarmenu ul li{
        list-style: none;
    }
    .sidebarmenu ul li a{
        text-decoration :none;
        color:white;
        height:80px;
        width:100%;
        font-size:18px;
        line-height: 80px;
        text-align: left;
        display:block;
        transition: 0.6s all;
        
    }
    .sidebarmenu ul li a:hover{
        background:#34495e;
    }
    
    .background_color_like_smoke{
        background-color: #DCDBDC;
       
    }
    .color_like_smoke{
        color:#B7B7B7
    }
    .height_147{
        height: 147px;
    }
    .height_50{
        height: 74px;
    }
    .border_none{
        border-bottom:1px solid black
    }
    .borderless td, .borderless th .borderless thead th {
        border: none!important;
        border-bottom:none!important
    }
    .background_color_like_black{
        background-color: #2D2D2D;
    }
.border_radius_10{
    border-radius:10px
}
.table_border_header{
border-bottom : 1px solid #E0E0E0;
height : 50px !important;
border-right : 3px white solid;
}
.hr_border{
    border: 1px solid #E0E0E0;
}
/*  */
.img-overlay-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   }
   .imageText{
    padding-left: 10%;
    padding-top: 7%;
}
.header_margin{
 /* padding-left:10 */
}

@media (min-width: 1281px) {
    .bg_standing .img-overlay{
        position: absolute;
         top: 50%;
         left: 5%;
         /* transform: translate(-50%, -50%); */
       }
   
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    .bg_standing .img-overlay{
        position: absolute;
         top: 50%;
         left: 5%;
         /* transform: translate(-50%, -50%); */
       }
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    .bg_standing .img-overlay{
        position: absolute;
         top: 50%;
         left: 5%;
         /* transform: translate(-50%, -50%); */
       }
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    .bg_standing .img-overlay{
        position: absolute;
         top: 50%;
         left: 5%;
         /* transform: translate(-50%, -50%); */
       }
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    .bg_standing_mobile .img-overlay{
    position: absolute;
    top: 450px;/*420px;/*361px;/*40%;*/
    left: 50%;
    transform: translate( -51%, -60% );
    text-align: center;
    color: white;    width: 450px;
   
   }
   .font_size_40px{
       font-size:22px
   }
   .font_size_25px{
       font-size: 11px
   }
   .display_none{
    display: none
}
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    .bg_standing_mobile .img-overlay{
        position: absolute;
        top: 450px;/*420px;/*360px;/*390px;/*12%;*/
        left: 50%;
        transform: translate( -51%, -60% );/*translate( -60%, -60% );*/
        text-align: center;
        color: white;
        width: 85%;
       }
       .font_size_40px{
           font-size:22px
       }
       .font_size_25px{
           font-size: 11px
       }
       .display_none{
        display: none
    }
   
  }


