.bg_race{
    width:100%;
    background-image: url("../../../images/rece reports_b.png"); 
    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_race_mobile
{
    width:100%;
    background-image: url("../../../images_mob/race_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;
}
.media-body{
  margin-right: 20px;
}
.imageText{
    padding-left: 10%;
    padding-top: 7%;
}
.float_right{
  float:right
}
.img-overlay{
    position: absolute;
     top: 50%;
     left: 5%;
     /* transform: translate(-50%, -50%); */
   }
   .border_right_grey{
        border-right: 1px solid #979797;  
   }
   .img-overlay-center{
    position: absolute;
    top: 45%;
    left: 5%;
    /* transform: translate(-50%, -50%); */
   }
   .float_right{
       float:right;
   }
   .color_like_smoke{
       color:#858585;
   }
   .color_black{
       color:black;
   }
   .color_like_grey{
     color:#858585;
   }
   .image_border_left{
     border-top-left-radius: 6px;
     border-bottom-left-radius: 6px
   }
   .image_border_left_10px{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
   }
   .slick-arrow {
     display: none;
   }
 .slick-next{
   display:none;
 }
   .border_radius_8px{
       /* border-top-radius: 4px */
       border-top-left-radius: 8px;
       border-bottom-left-radius: 8px
   }
   .header_margin_10{

   }
   @media (min-width: 1281px) {
    .img-overlay{
        position: absolute;
         top: 20%;
         left: 5%;
         /* transform: translate(-50%, -50%); */
       }
   
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1024px) and (max-width: 1280px) {
    
    .img-overlay{
        position: absolute;
         top: 20%;
         left: 5%;
         /* transform: translate(-50%, -50%); */
       }
      .font_size_40px{
          font-size:18px;
      }
      h3.font_size_40px {
          font-size: 26px;
      }
      .subscribeCard .font_size_40px{
        font-size:30px;
      }
    .font_size_25px{
        font-size: 22px;
    }
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1023px) {
    
    .img-overlay{
        position: absolute;
         top: 28%;
         left: 5%;
         /* transform: translate(-50%, -50%); */
       }
       .font_size_40px{
          font-size:25px;
      }
    .font_size_25px{
        font-size: 18px;
    } 
  }
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    .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) {
    
    .img-overlay{
        position: absolute;
        top: 450px;/*420px;/*375px;/*40%;*/
        left: 50%;
        transform: translate( -51%, -50% );
        text-align: center;
        color: white;
        font-weight: bold;    width: 450px;
       }
       .font_size_40px{
        font-size:22px;
    }
    .font_size_25px{
        font-size: 17px;
    }
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
  .bg_race_mobile .img-overlay{
        position: absolute;
        top: 450px;/*420px;/*375px;/*15%;*/
        left: 50%;
        transform: translate( -51%, -60% );
        text-align: center;
        color: white;
        width: 85%;
       }
       .font_size_40px{
           font-size:22px;
       }
      h3.font_size_40px {
          font-size: 20px;
      }
       .font_size_25px{
          font-size: 15px;/*
           11px*/
       }
       .display_none{
        display: none;
      }
  }



   