@charset "utf-8";
/* ------------------------------------------------------------------------------- 0. Reset & Clearfix 1. General 2. Menu 3. Pages and Subpages 4. Separators 5. Home Page 6. About Us 7. Our Services 8. Portfolio 9. Portfolio Images Hover Effects 10. Portfolio Project page 11. Portfolio Testimonials 12. News 13. News Images Hover Effects 14. News Post Page 15. Twitter 16. Contact 17. Footer 18. Media Queries */
/* ------------------------------------------------------------------------------- */
/* 0. Reset & Clearfix 
/* ------------------------------------------------------------------------------- */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
img,
small,
sub,
b,
dl,
dd,
dt,
ul,
li,
label,
article,
details,
footer,
header,
menu,
nav,
input,
textarea,
select {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

li {
  list-style: none;
}

/* ------------------------------------------------------------------------------- */
/* 1. General 
/* ------------------------------------------------------------------------------- */
html,
body {
font-family: 'PoppinsMedium';
font-size: 12px;
width: 100%;
height: 100%;
color: #ccc;
text-transform: none !important;
}

body {
  overflow-x: hidden;
  background-color: #000000;
  background: #000000!important;
}

p {
  line-height: 18px;
}

::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background-color: transparent;
}

a:active,
a:focus {
  outline: transperant;
  background-color: transparent;
}

a {
  -webkit-tap-highlight-color: rgba(61, 167, 202, 0.1);
  -webkit-tap-highlight-color: rgba(61, 167, 202, 0.3);
}

input {
  -webkit-tap-highlight-color: rgba(61, 167, 202, 0.1);
  -webkit-tap-highlight-color: rgba(61, 167, 202, 0.3);
}

input[type=radio].css-checkbox {
  display: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right !important;
}


.splash_bg {
  width: 100vw;
  height: 100vh;
  background-color: #ed1c24;
  background: #ed1c24;
  z-index: 1000000;
  position: absolute;
}

.splash_logo {
  text-align: center;
  width: 100%;
  padding-top: 25vh;
  padding-bottom: 8vh;
}

.splash_logo img {
  width: 70vw;
  height: auto;
}

.splash_loading_txt {
  width: 100%;
  text-align: center;
  color: #1d1d1d;
  margin-top: 3vh;
}

.splash_loading_txt img {
  width: 22vw;
  height: auto;
}

.operator_logo {
  width: 100%;
  text-align: center;
  color: #1d1d1d;
  margin-top: 5vh;
  display: none;
}

.operator_logo img {
  width: 36vw;
  height: auto;
}

.loading_bg {
  width: 60vw;
  height: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #e2e2e2;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: -3px;
  border: 0px solid rgba(255, 255, 255, 0.5);
}

.loading {
  background-image: url(../image/splash_loading.png);
  background-position: center;
  background-repeat: repeat-x;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  animation: load 3s normal forwards;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.loading_item_bg {
  width: 60vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;

  margin-top: 25vh;
}

.loading_item {
  width: 18vw;
  height: auto;
  position: relative;
  animation: push ease 3s normal forwards;
}

.loading_item img {
  width: 18vw;
  height: auto;
}

@keyframes push {
  0% {
    left: 0;
    top: 0;
  }

  100% {
    right: 42vw;
    top: 0px;
  }

  100% {
    top: 0px;
    left: 42vw;
  }
}

.spin_bg {
  width: 100vw;
  height: 100vh;
  background-image: url(../image/spin_bg.jpg);
  background-position: top;
  background-color: #9f0000 !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: repeat-y;
}


.scratch_bg {
  width: 100vw;
  height: 100vh;
  background-image: url(../image/scratch_bg.jpg);
  background-position: top;
  background-color: #9f0000 !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: repeat-y;
}

.treasure_bg {
  width: 100vw;
  height: 100vh;
  background-image: url(../image/tresure_bg.jpg);
  background-position: top;
  background-color: #97551e !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: repeat-y;
}

.spin_logo_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  position: relative;
  transform: scale(.9);
}

.spin_image {
  width: 90vw;
  height: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.spin_image img {
  width: 90vw;
  height: 90vw;
}

.spin_needle {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 93px;
}

.spin_needle img {
  width: 47px;
  height: auto;
}

.spin_circle {
  text-align: center;
  position: absolute;
  width: 90%;
  height: 315px;
  color: #fff;
  font-size: 1.5em;
  z-index: 222;
  font-family: 'Ethnocentric Rg';
  background-color: transparent;
  margin-top: -10px;
}

.spin_circle img {
  width: 340px;
  height: 350px;
}

.scratch_card {
  width: 100%;
  text-align: center;
}

.scratch_card img {
  width: 85vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swing {
  -webkit-animation: badge-swing 25s linear forwards;
  -moz-animation: badge-swing 25s linear forwards;
  animation: badge-swing 25s linear forwards;
  -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes badge-swing2 {
  100% {
    transform: rotate(360deg)
  }

}

@-webkit-keyframes badge-swing1 {
  100% {
    transform: rotate(300deg)
  }

}

.skip_txt {
  font-family: 'Roboto-Regular';
  color: #fff;
  font-size: 1.2em;
  float: right;
  margin: 20px 10px;
  font-weight: bold;
  text-transform: uppercase;
}


.space_5 {
  height: 5px;
}

.space_10 {
  height: 10px;
}

.space_15 {
  height: 15px;
}

.space_20 {
  height: 20px;
}

.space_30 {
  height: 30px;
}

.space_40 {
  height: 40px;
}

.space_50 {
  height: 50px;
}

.space_60 {
  height: 60px;
}

.space_70 {
  height: 70px;
}

.space_80 {
  height: 80px;
}


.space_100 {
  height: 100px;
}

.space_120 {
  height: 120px;
}

.space_130 {
  height: 130px;
}

  .space_110 {
  height: 110px;
  }
  
  
  .space_150 {
  height: 150px;
  }
  
  .space_250 {
  height: 250px;
  }
  
  .space_300 {
  height: 300px;
  }
  
  .space_350 {
  height: 350px;
  }
  

.status_wrap {
  background-color: #f1f1f1;
}

.search_wrap_new {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.prebuy_pg_subheading {
  font-size: 4vw;
  font-family: 'Roboto-Heavy';
  color: #FFFFFF;
  text-align: left;
  width: 70%;
  float: left;
  font-weight: bolder;
  margin-left: 20px;
}

.search_more a {
  float: right;
  text-align: right;
  margin-right: 20px;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 3vw;
  margin-top: -5px;
  text-decoration: none;
  font-family: 'Roboto-Bold';
}

.clear {
  clear: both;
}


.search_page_content_container_1 .content_wrap {
  width: 70px;
  height: auto;
  float: left;
  margin: 10px 0px 0px 5px;
}

.disble_state {
  opacity: 0.5;
}

/* .search_page_content_container_1 .image_wrap {
  position: relative;
} */

.search_page_content_container_1 .image_border {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ed1c24;
  position: absolute;
  margin-left: -4px;
  margin-top: -4px;


}

#new_overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(20, 20, 20, 0.7);
  display: none;
}

.search_page_content_container_1 .select_border {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px dotted #ed1c24;
  position: absolute;
  margin-left: -4px;
  margin-top: -4px;


}


.search_page_content_container_1 .image_content1 img {
  width: 66px;
  height: auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-right: 0px;
}


.search_page_content_container_1 .content_wrap .song_name1 {
  font-size: 3vw;
  font-family: 'Roboto-Regular';
  color: #1d1d1d;
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}

/* .search_page_content_container_1 .content_wrap {
    width: 58px;
    height: auto;
    float: left;
    margin: 10px 0px 0px 5px;
  } */

.search_page_content_container_1 .image_border {
  width: 63px;
  height: 63px;
}

.search_page_content_container_1 .image_content1 img {
  width: 60px;
  height: auto;
}

ul.Search_ContentBlock_List {
  width: 120vh;
  overflow: hidden;
  height: 115px;
  margin-left: 20px;
}

li.Search_ContentBlock_List {
  float: left;
  list-style-type: none;
  width: 72px;
  margin-right: 10px;
}

.click_area {
  z-index: 224;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  display: block;
}

.coin_scratch {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 124;
  margin-top: 23vh;
  animation: mymove 3s ease-out forwards;
  animation-iteration-count: 10;

  /* Safari and Chrome */
  -webkit-animation: mymove 3s;
  -webkit-animation-iteration-count: 10;
}

.coin_scratch img {
  width: 100vw;
  height: auto;
  opacity: 0.7;
}


.coin_flying {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 225;
  top: 20vh;
  text-align: center;
  /* -webkit-animation: zoomin 3s ease-in forwards; */
  /* animation: zoomin 3s ease-in forwards; */
  /* -webkit-animation-iteration-count:1; */
  /* opacity: 0.9; */
}

.coin_flying img {
  width: 90vw;
  height: auto;
}

.success_msg_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 226;
  margin-top: 2.5vh;
}

.success_msg_wrap .suc_txt1 {
  font-family: 'Roboto-Bold';
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.success_msg_wrap .suc_txt2 {
  font-family: 'Roboto-Bold';
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  
  text-align: center;
}

.success_msg_wrap .suc_txt3 {
  font-family: 'Roboto-Regular';
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}


.dots_more {
  position: absolute;
  z-index: 21;
  float: right;
  width: 50px;
  height: auto;
  right: 20px;
  padding-top: 20px;
  padding-right: 5px;
  opacity: 1;
  text-align: right;
  display: block;
}

.dots_more img {
  width: 8px;
  height: auto;

}

/* Battle carousel styles end (3/3/2021)*/
























.sports_search_content_container {
  margin-left: 5px;
  overflow-x: hidden;
}

.sports_search_content_container .image_wrap {
  width: 42vw;
  height: 180px;
  height: auto;
}

.sports_search_content_container .image_space {
  width: 42vw;
  height: auto;
}

.sports_search_content_container .image_space img {
  width: 42vw;
  height: 13vh;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sports_search_content_container .content_wrap {
  width: 42vw;
  height: auto;
  float: left;
  margin: 0px 0px 0px 0px;
  position: relative;
}

.sports_search_content_container .text_wrap {
  font-size: 1.2rem;
  font-family: 'Roboto-Heavy';
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  line-height: 1rem;
  padding-top: 23%;
}

.sports_search_content_container .image_space img {
  width: 42vw;
  height: auto;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sports_search_content_container .image_space.select img {
outline: 0px solid #FFFFFF;
  outline-offset: -0px;
}

.sports_search_content_container .image_space img {
outline: 3px solid #FFFFFF;
  outline-offset: -5px;

}

.search_page_content_container_3 .image_wrap {
  position: relative;
}

.seeall_content .image_wrap {
  position: relative;
}

.seeall_content .image_wrap .ic_space {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: right;
  bottom: 5px;
  right: 7px;
}

.seeall_content .image_wrap .ic_space img {
  width: 25px;
  height: auto;
}


.sports_search_content_container .image_wrap .blackgradient {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(135, 135, 135, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  position: absolute;
  z-index: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.sports_search_content_container .image_wrap .ic_space {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: right;
  bottom: 5px;
  right: 7px;
}

.sports_search_content_container .image_wrap .ic_space img {
  width: 25px;
  height: auto;
}

.search_page_content_container_3 .image_wrap .ic_space {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: right;
  bottom: 5px;
  right: 7px;
}

.search_page_content_container_3 .image_wrap .ic_space img {
  width: 25px;
  height: auto;
}


.search_page_content_container_3 .image_wrap .blackgradient {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(135, 135, 135, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  position: absolute;
  z-index: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.search_page_content_container_3 .image_content1 img {
  width: 28vw;
  height: auto;
  margin-right: 5px;
  border-radius: 7px;
}

.seeall_content .image_content1 img {
  width: 28vw;
  height: auto;
  margin-right: 5px;
  border-radius: 7px;
}

.search_page_content_container_3 .content_wrap .song_name1 {
  font-size: 3.1vw;
  font-family: 'Roboto-Bold';
  color: #1d1d1d;
  margin-top: 5px;
  text-align: left;
  font-weight: bolder;
  width: 99%;
  overflow: hidden;
  /*	text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1; 
      -webkit-box-orient: vertical;
      word-break: break-all;*/

}

.seeall_content .content_wrap .song_name1 {
  font-size: 3.1vw;
  font-family: 'Roboto-Bold';
  color: #1d1d1d;
  margin-top: 5px;
  text-align: left;
  font-weight: bolder;
  width: 99%;
  overflow: hidden;
  /*	text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1; 
      -webkit-box-orient: vertical;
      word-break: break-all;*/

}

.seeall_content .content_wrap2 .song_name1 {
  font-size: 3.1vw;
  font-family: 'Roboto-Bold';
  color: #1d1d1d;
  margin-top: 5px;
  text-align: left;
  font-weight: bolder;
  width: 99%;
  overflow: hidden;
}

.search_page_content_container_3 .content_wrap2 .song_name1 {
  font-size: 3.1vw;
  font-family: 'Roboto-Bold';
  color: #1d1d1d;
  margin-top: 5px;
  text-align: left;
  font-weight: bolder;
  width: 99%;
  overflow: hidden;
  /*	text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1; 
      -webkit-box-orient: vertical;
      word-break: break-all;*/

}

.prebuy_pg_subheading1 {
  font-size: 4vw;
  font-family: 'Roboto-Heavy';
  color: #1d1d1d;
  text-align: left;
  width: 70%;
  float: left;
  font-weight: bolder;
  margin-left: 20px;
  text-transform: uppercase;
}

.prebuy_pg_subheading2 {
  font-size: 4vw;
  font-family: 'Roboto-Heavy';
  color: #1d1d1d;
  text-align: left;
  width: 70%;
  float: left;
  font-weight: bolder;
  margin-left: 20px;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  padding-top: 15px;
}

.prebuy_pg_subheading3 {
  font-size: 3.5vw;
  font-family: 'Roboto-Heavy';
  color: #1d1d1d;
  text-align: left;
  width: 90%;
  float: left;
  margin-left: 20px;
  text-transform: capitalize;
}


.prebuy_pg_subheading strong {
  font-family: 'Roboto-Bold';
  color: #018303;
  font-weight: bolder;
}

.search_page_content_container_3 .search_page_content_container_3 .image_wrap2 .blackgradient {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(135, 135, 135, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  position: absolute;
  z-index: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.search_page_content_container_3 .image_wrap2 .ic_space {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: right;
  bottom: 5px;
  right: 7px;
}

.search_page_content_container_3 .image_wrap2 .ic_space img {
  width: 25px;
  height: auto;
}

.search_page_content_container_3 .content_wrap2 .content_left {
  float: left;
  width: 30vw;
}

.search_page_content_container_3 .content_wrap2 .album_name1 {
  font-size: 2.2vw;
  font-family: 'Roboto-Regular';
  color: #666;
  margin-top: 2px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bolder;
}

.search_page_content_container_3 .content_wrap3 .content_congrats_left1 {
  float: left;
  width: 37vw;
}


.search_page_content_container_3 .content_wrap3 .song_name3 {
  font-size: 3.1vw;
  font-family: 'Roboto-Bold';
  color: #1d1d1d;
  margin-top: 5px;
  text-align: left;
  font-weight: bolder;
  width: 99%;
  overflow: hidden;
  /*	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	word-break: break-all;*/

}

.search_page_content_container_3 .content_wrap3 .album_name3 {
  font-size: 2.2vw;
  font-family: 'Roboto-Regular';
  color: #1d1d1d;
  margin-top: 2px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bolder;
}

.search_page_content_container_3 .content_wrap {
  width: 28vw;
  height: auto;
  float: left;
  margin: 10px 0px 0px 5px;
  position: relative;
}

.search_page_content_container_3 .price_wrap {
  position: absolute;
  height: 23px;
  width: 28vw;
  background-color: #ed1c24;
  z-index: 1;
  margin-top: -23px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  color: #FFFFFF;
  font-family: 'Roboto-Bold';
  font-size: .75rem;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.13);
}

.search_page_content_container_3 .price_wrap div {
  margin-left: 5px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.search_page_content_container_3 .content_wrap .content_left {
  float: left;
  width: 26vw;
}

.search_page_content_container_3 .content_wrap .album_name1 {
  font-size: 2.2vw;
  font-family: 'Roboto-Regular';
  color: #666;
  margin-top: 2px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bolder;
}

.search_page_content_container_3 .content_wrap2 {
  width: 42vw;
  height: auto;
  float: left;
  margin: 10px 0px 0px 5px;
}

.search_page_content_container_3 .image_wrap2 {
  position: relative;
}

.search_page_content_container_3 .image_content2 img {
  width: 42vw;
  height: 13vh;
  margin-right: 5px;
  border-radius: 7px;
}

.search_page_content_container_3 .content_wrap2 .album_name2 {
  font-size: 2.2vw;
  font-family: 'Roboto-Regular';
  color: #fff;
  margin-top: 2px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bolder;
}

.search_page_content_container_3 .content_wrap .content_full_left {
  float: left;
  width: 99%;
}

.search_page_content_container_3 .content_wrap .timer1 {
  font-size: 2.2vw;
  font-family: 'Roboto-Regular';
  color: #ed1c24;
  margin-top: 2px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bolder;
}

ul.Search_ContentBlock_List4 {
  width: 120vh;
  overflow: hidden;
  /*  height: 185px;*/
  margin-left: 20px;
}

li.Search_ContentBlock_List4 {
  float: left;
  list-style-type: none;
  width: 28vw;
  margin-right: 10px;
}

/*Scratch card CSS*/


.arun_scratch {
  position: relative;
  width: 55%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Ethnocentric Rg' !important;
  color: #fff;
  font-size: 2.8em;
  margin-top: -70px;
  border-radius: 3px;
}

.arun_scratch #canvas {
  position: absolute;
  left: -2px;
  top: -8px;
  background-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 5px;
  font-family: 'Ethnocentric Rg' !important;
}

.arun_scratch .num {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  font-family: 'Ethnocentric Rg' !important;
}

.arun_scratch .num_bg {
  background-color: #1d1d1d;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  margin-top: -42px;
  border-radius: 3px;
  margin-left: -2px;
  font-family: 'Ethnocentric Rg' !important;
}

.arun_scratch .font {
  font-size: 15px;
  margin-top: 17px;
  margin-bottom: 5px;
  font-family: 'Ethnocentric Rg' !important;
}


/*Scratch card css ends*/


.treasure_round_left {
  width: 80%;
  margin-left: 20%;
}

.treasure_round_left img {
  width: 30vw;
  height: auto;
}

.treasure_round_right {
  width: 80%;
  margin-right: 20%;
  text-align: right;
}

.treasure_round_right img {
  width: 30vw;
  height: auto;
}

.trasure_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 125;
  top: 30vh;
  text-align: center;
  /*  animation-name: onmo_raj;
    animation-duration: 6s;
    animation-iteration-count: 1;*/
  position: absolute;
}

.trasure_box img {
  width: 90vw !important;
  height: auto;
}

@keyframes onmo_raj {
  0% {
    opacity: 0;
  }
}

@keyframes onmo_raj1 {
  0% {
    opacity: 100%;
  }
}


/*Home page styles starts here*/

header {
  background-color: #ed1c24;
  height: 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*	position: fixed;
      top: 0px;
      z-index: 123;*/
  -webkit-box-shadow: 0px 2px 5px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 2px 5px -4px rgba(0, 0, 0, 1);
  box-shadow: 0px 2px 5px -4px rgba(0, 0, 0, 1);
}

.congrats_image_wrap {
  background-color: transparent;
}

ul.Search_ContentBlock_List2 {
  width: 120vh;
  overflow: hidden;
  height: 205px;
  margin-left: 20px;
}

li.Search_ContentBlock_List2 {
  float: left;
  list-style-type: none;
  width: 28vw;
  margin-right: 10px;
}

.fill_btn1 {
  border-radius: 30px;
  padding: 12px 20px 12px 20px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto-Regular';
  display: inline;
  background-color: #ed1c24;
  
  line-height: 15px;
}

.fill_btn1 a {
  text-decoration: none;
}

.fill_btn2 {
  border-radius: 30px;
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto-Bold';
  display: inline;
  background-color: #ed1c24;
  text-transform: capitalize;
  line-height: 15px;
}

.fill_btn2 a {
  text-decoration: none;
}

.fill_btn3 {
  border-radius: 30px;
  padding: 12px 50px 12px 50px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto-Regular';
  display: inline;
  background-color: #ed1c24;
  text-transform: uppercase;
  line-height: 15px;
}

.fill_btn3 a {
  text-decoration: none;
}

.loading1 {
  background-image: url(../image/btn_load.gif);
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(.8);
}


.tick1 {
  border: 1px solid #0000;
  background-image: url(../image/btn_tick.png);
  background-position: center;
  background-repeat: no-repeat;
}

.fill_btn4 {
  border-radius: 30px;
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto-Regular';
  display: inline;
  background-color: #ed1c24;
  text-transform: capitalize;
  line-height: 15px;
}

.fill_btn4 a {
  text-decoration: none;
}

.contestant_img_wrap {
  text-align: center;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.question_image {
  width: 17vw;
  height: 17vw;
  margin-top: 3.5vh;
  margin-left: 7px;
}

.question_image img {
  width: 17vw;
  height: 17vw;
  border-radius: 5px;
}

.column1 {
  margin-right: 5px;
}

/*Home page styles ends here*/

.blur_image {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: absolute;
  margin-top: -20px;
  display: none;
}




.seeall_content .content_wrap {
  width: 28vw;
  height: auto;
  float: left;
  margin: 10px 0px 20px 5px;
}

.seeall_content .content_wrap .price_wrap {
  position: absolute;
  height: 23px;
  width: 28vw;
  background-color: #ed1c24;
  z-index: 1;
  margin-top: -26px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  color: #FFFFFF;
  font-family: 'Roboto-Bold';
  font-size: .75rem;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.13);
}

.seeall_content .content_wrap .price_wrap div {
  margin-left: 5px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.seeall_content .dots_more1 img {
  position: absolute;
  z-index: 3;
  float: right;
  width: 4px;
  height: auto;
  right: 10px;
  padding-top: 10px;
  opacity: 0.7;
}

.seeall_content .content_wrap .content_left {
  float: left;
  width: 27vw;
  height: 5.5vh;
}

.seeall_content .content_wrap .content_right {
  float: right;
  color: #1d1d1d;
  width: 7vw;
  padding-top: 6px;
}

.seeall_content .content_wrap .album_name1 {
  font-size: 2.2vw;
  font-family: 'Roboto-Regular';
  color: #666;
  margin-top: 2px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bolder;
}

/* See-all HORIZONTAL_HORIZONTAL_TRAY styles start (3/3/2021)*/
.seeall_content .content_wrap2 {
  width: 42vw;
  height: auto;
  float: left;
  margin: 10px 0px 0px 5px;
}

.seeall_content .content_wrap2 .content_left {
  float: left;
  width: 30vw;
  height: 5.5vh;
}

.seeall_content .content_wrap2 .album_name1 {
  font-size: 2.2vw;
  font-family: 'Roboto-Regular';
  color: #666;
  margin-top: 2px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bolder;
}

.home_big_banner .blackgradient {
  width: 100%;
  height: 73%;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(3, 3, 3, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(3, 3, 3, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(3, 3, 3, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(3, 3, 3, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(3, 3, 3, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(3, 3, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#030303', GradientType=0);
  position: absolute;
  z-index: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.seeall_content .image_wrap2 .blackgradient {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(135, 135, 135, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  position: absolute;
  z-index: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.battle_opt_pg_img_wrap .blackgradient {
  width: 100%;
  height: 100%;
  background: rgba(248, 80, 50, 0);
  background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(121, 49, 31, 0) 59%, rgba(33, 27, 18, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(59%, rgba(121, 49, 31, 0)), color-stop(100%, rgba(33, 27, 18, 1)));
  background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(121, 49, 31, 0) 59%, rgba(33, 27, 18, 1) 100%);
  background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(121, 49, 31, 0) 59%, rgba(33, 27, 18, 1) 100%);
  background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(121, 49, 31, 0) 59%, rgba(33, 27, 18, 1) 100%);
  background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(121, 49, 31, 0) 59%, rgba(33, 27, 18, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#211b12', GradientType=0);
  position: absolute;
  z-index: 0;
}

.battle_opt_pg_img_wrap .blackgradient_top {
  width: 100%;
  height: 50vh;
  background: rgba(0, 0, 0, 0.35);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0.23) 35%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(35%, rgba(255, 255, 255, 0.23)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0.23) 35%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0.23) 35%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0.23) 35%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0.23) 35%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  z-index: 0;
}

.dots_more1 img {
  position: absolute;
  z-index: 3;
  float: right;
  width: 5vw;
  height: 5vw;
  right: 10px;
  padding-top: 10px;
  opacity: 0.7;
}

.square_image img {
  width: 28vw !important;
  height: 28vw !important;
}

ul.Search_ContentBlock_List3 {
  width: 120vh;
  overflow: hidden;
  /*  height: 225px;*/
  margin-left: 20px;
}

li.Search_ContentBlock_List3 {
  float: left;
  list-style-type: none;
  width: 28vw;
  margin-right: 10px;
}

ul.SportsBlock_List1 {
  width: 180vh;
  overflow: hidden;
  /*  height: 100px;*/
  margin-left: 22px;

}

li.SportsBlock_List1 {
  float: left;
  list-style-type: none;
  width: 42vw;
  margin-right: 10px;
}

ul.SportsBlock_List2 {
  width: 180vh;
  overflow: hidden;
  /* height: 150px; */
  margin-left: 22px;

}

li.SportsBlock_List2 {
  float: left;
  list-style-type: none;
  width: 42vw;
  margin-right: 10px;
}

.single_contest_space {
  width: 100%;
  height: auto;

}

.single_contest_space img {
  width: 100%;
  height: auto;
  margin-top: 4px;
}

.challenge_banner {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.challenge_banner img {
  width: 90%;
  height: auto;
}

/* .header_wrap {
  width: 100vw;
  height: 20vw;
  background-image: url(../image/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  -webkit-box-shadow: 0px 4px 5px -3px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 5px -3px rgb(0 0 0 / 50%);
} */

.header_wrap{
  width: 100vw;
  height: 20vw;
  background-color: #FFFFFF;
  overflow-x: hidden;
    border-radius: 0 0 130% 130%  /80%;
  }

.header_wrap .head_l {
  width: 30.3%;
  float: left;
  margin-top: 12px;
}

.head_l .ic1 {
  float: left;
  margin: 3px 3px 3px 20px;
}

.head_l .ic1 img {
  width: 33px;
  height: auto;
  opacity: 0.5;
}

.head_l .ic2 {
  float: left;
  margin: 8px 3px 3px 5px;
}

.head_l .ic2 img {
  width: 33px;
  height: auto;
  opacity: 0.5;
}

.head_l .ic3 {
  float: left;
  margin: 8px 3px 3px 5px;
}

.head_l .ic3 img {
  width: 20px;
  height: auto;
}

.head_l .ic1.select {
  background-image: url(../image/border_bottom_search.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  line-height: 30px;
  background-size: 35px;
}

.head_l .ic1.select img {
  opacity: 9 !important;
}

.head_l .ic2.select {
  background-image: url(../image/border_bottom_search.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  line-height: 18px;
  background-size: 35px;
}

.head_l .ic2.select img {
  opacity: 9 !important;
}

.header_wrap .head_c {
  width: 39%;
  float: left;
  font-family: 'Ethnocentric Rg';
  color: #1d1d1d;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: 0%;
}

.header_wrap .head_r {
  width: 30%;
  float: left;
}

.head_r .ic1 {
  float: left;
  margin: 8px 3px 3px 5px;
  /*visibility: hidden;*/
}

.head_r .ic1 img {
  width: 35px;
  height: auto;
  text-align: center;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 0.5;
}

.head_r .ic1.select {
  background-image: url(../image/border_bottom_search.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  line-height: 18px;
  background-size: 35px;
}

.head_r .ic1.select img {
  opacity: 9 !important;
}

.head_r .ic2 {
  float: left;
  margin: 8px 3px 3px 5px;
}

.head_r .ic2 img {
  width: 35px;
  height: auto;
  text-align: center;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 0.5;
}

.head_r .ic2.select {
  background-image: url(../image/border_bottom_search.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  line-height: 18px;
  background-size: 35px;
}

.head_r .ic2.select img {
  opacity: 9 !important;
}

.slider_content {
  width: 100%;
  height: 430px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background: #EFEFEF;
  overflow-y: hidden;
}

.home_big_banner {
  background-color: transparent;
  border: 0px solid #efefef;
  margin-top: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 10px 9px -4px rgba(0, 0, 0, 0.40);
  -webkit-box-shadow: 1px 10px 9px -4px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 1px 10px 9px -4px rgba(0, 0, 0, 0.40);
}

.home_big_banner table td {
  padding: 0px;
  color: #535353;
  font-family: 'Roboto-Regular';
  background-color: transparent;
}

.home_big_banner .album_wrap {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: transparent;
}

.home_big_banner .album_placeholder {
  z-index: 111;
  overflow: hidden;

}

.home_big_banner .album_placeholder img {
  width: 100%;
  height: 669px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


.home_big_banner .promo_content_wrap {
  position: absolute;
  left: 10px;
  bottom: 23%;
  z-index: 1;
  width: 80%;
  height: 35%;
  margin-left: 20px;
}


.promo_content_wrap .div1 {
  font-size: 1.4rem;
  font-family: 'Roboto-Regular';
  color: #999;
}

.promo_content_wrap .div2 {
  font-size: 2.1rem;
  font-family: 'Roboto-Bold';
  color: #ed1c24;
  margin-top: 3px;
}

.promo_content_wrap .div3 {
  font-size: 3rem;
  font-family: 'Roboto-Heavy';
  color: #fff;
}

.promo_content_wrap .div4 {
  font-size: 1.4rem;
  font-family: 'Roboto-Regular';
  color: #fff;
  margin-top: 5px;
}

.promo_content_wrap .div4 strong {
  color: #ed1c24;
}

.promo_content_wrap .div5 {
  margin-top: 40px;
}

.promo_content_wrap .div6 {
  font-size: 1.6rem;
  font-family: 'Roboto-Regular';
  color: #fff;
  margin-top: 30px;
}

/* Battle carousel styles start (3/3/2021)*/
.promo_content_wrap .div2a_s {
  float: right;
  width: 0%;
  text-align: right;
  margin-top: 45%;
}

.promo_content_wrap .div2a_s img {
  width: 50px;
  height: auto;
}

.promo_content_wrap .div3a_s {
  font-size: 3rem;
  font-family: 'Roboto-Heavy';
  color: #fff;
  float: left;
  width: 75%;
  margin-top: 30%;
}

.promo_content_wrap .div6a_s {
  font-size: 1.6rem;
  font-family: 'Roboto-Regular';
  color: #fff;
  margin-top: -50px;
  width: 60%;
  float: left;
}

.promo_content_wrap .div3a {
  font-size: 3rem;
  font-family: 'Roboto-Heavy';
  color: #fff;
  float: left;
  width: 75%;
  margin-top: 25%;
}


.promo_content_wrap .div2a {
  float: right;
  width: 20%;
  text-align: right;
  margin-top: 25%;
}

.promo_content_wrap .div2a img {
  width: 50px;
  height: auto;
}

.promo_content_wrap .div4a {
  font-size: 1.4rem;
  font-family: 'Roboto-Regular';
  color: #fff;
  margin-top: 5px;
}

.promo_content_wrap .div4a strong {
  color: #ed1c24;
}

.promo_content_wrap .div5a {
  margin-top: 40px;
}

.promo_content_wrap .div6a {
  font-size: 1.6rem;
  font-family: 'Roboto-Regular';
  color: #fff;
  margin-top: 10px;
  width: 60%;
  float: left;
}

.promo_content_wrap .div7a {
  width: 40%;
  float: right;
  margin-top: 20px;
  text-align: right;
}

.fill_btn1 a {
  text-decoration: none;
}

.spin_header {
  font-family: 'Ethnocentric Rg';
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spin_subheader {
  font-family: 'Roboto-Regular';
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}



.dropdownwrap2 {
  height: 75%;
  width: 100%;
  /* display:none; */
  bottom: 0px;
  line-height: 20px;
  background-color: #1d1d1d;
  color: #fff;
  /*position: fixed;*/
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
  z-index: 222;
  overflow-y: auto;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.dropdownwrap2 .payment_box_wrap table td {
  color: #FFFFFF;
}

.disable_state {
  opacity: 0.3;
}

/*Moreinfo page style starts*/
.more_info_page {
  height: 60px;
  width: 100%;
}

.more_info_page .back_btn {
  float: left;
}

.more_info_page .header_txt {
  text-align: left;
  color: #1d1d1d;
  font-family: 'Roboto-Medium';
  font-weight: bold;
  font-size: 5.5vw;
  width: 60%;
  padding-top: 10px;
  position: relative;
  margin-left: 50px;
  float: left;
}

.more_info_page .logout_ic {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-right: 15px;
}

.more_info_page .logout_ic img {
  width: 30px;
  height: 30px;
}


.more_infopage_subheading {
  width: 60%;
  text-align: left;
  color: #1d1d1d;
  font-family: 'Roboto-Regular';
  font-size: .9rem;
  margin-top: 0px;
  margin-left: 50px;
  float: left;
}


.more_infopage_subheading strong {
  color: #ed1c24;
  font-family: 'Roboto-Regular';
}

.more_info_page .back_btn {
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  padding-top: 0px;
  padding-left: 0px;
  z-index: 1;
}

.more_info_page .back_btn img {
  width: 25px;
  height: auto;
  margin-top: 15px;
}

.more_info_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.moreinfo_bg_wrap {
  width: 100%;
  height: 270px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.moreinfo_bg_wrap .moreinfo_whitebg {
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  background: rgba(255, 255, 255, 0);
  bbackground: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 61%, rgba(255, 255, 255, 1) 62%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(61%, rgba(255, 255, 255, 0.98)), color-stop(62%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 61%, rgba(255, 255, 255, 1) 62%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 61%, rgba(255, 255, 255, 1) 62%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 61%, rgba(255, 255, 255, 1) 62%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 61%, rgba(255, 255, 255, 1) 62%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.moreinfo_bg_wrap .moreinfo_bg {
  width: 100%;
  height: auto;
}

.moreinfo_bg_wrap .moreinfo_bg img {
  width: 130%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  margin-left: -10px;
}

.moreinfo_bg_wrap .moreinfo_img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 2;
  text-align: center;
  margin-top: 30px;
}

.moreinfo_bg_wrap .moreinfo_img img {
  width: 150px;
  height: 150px;
  border-radius: 7px;
}

.moreinfo_bg_wrap .moreinfo_btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 2;
  text-align: center;
  margin-top: 220px;
}

/*Moreinfo page style ends*/



@media (min-width: 482px) and (max-width: 500px) {
  .slider_content {
    height: 520px !important;
  }
}

@media (min-width: 455px) and (max-width: 481px) {

  ul.Search_ContentBlock_List3 {
    width: 120vh;
    overflow: hidden;
    /*    height: 260px;*/
    margin-left: 20px;
  }

  li.SportsBlock_List1 {
    height: 130px;
  }

  .slider_content {
    height: 520px !important;
  }


  .blur_image {
    height: 480px !important;
  }

  ul.Search_ContentBlock_List {
    width: 142vh;
  }

  ul.Search_ContentBlock_List4 {
    width: 120vh;
    overflow: hidden;
    /*    height: 220px;*/
    margin-left: 20px;
  }

  li.Search_ContentBlock_List4 {
    height: 211px;
  }

}



@media (min-width: 412px) and (max-width: 412px) {

  .dropdownwrap2 {
    height: 65%;
  }

  .slider_content {
    height: 490px !important;
  }

}

@media (min-width: 411px) and (max-width: 411px) {

  ul.Search_ContentBlock_List3 {
    width: 120vh;
    overflow: hidden;
    /*    height: 230px;*/
    margin-left: 20px;
  }

  .slider_content {
    height: 470px !important;
  }

  .blur_image {
    height: 350px !important;
  }


}


@media (min-width: 375px) and (max-width: 375px) {

  .slider_content {
    height: 450px !important;
  }

  .battle_opt_pg_img_wrap .blackgradient {
    height: 47vh !important;
  }

}

@media (min-width: 390px) and (max-width: 410px) {
  /*.spin_circle{
      margin-left: 7px;
  }*/

  .slider_content {
    height: 500px !important;
  }
}

@media (min-width: 384px) and (max-width: 384px) {

  /*  .spin_circle {
      margin-left: 2px;
    }*/

  .dropdownwrap2 {
    height: 75%;
  }

}


@media (min-width: 240px) and (max-width: 320px) {
  .space_20 {
    height: 12px;
  }

  .space_80 {
    height: 50px;
  }

  ul.Search_ContentBlock_List {
    width: 120vh;
    overflow: hidden;
    height: 115px;
    margin-left: 10px;
  }

  li.Search_ContentBlock_List {
    float: left;
    list-style-type: none;
    width: 67px;
    margin-right: 9px;
  }

  .head_r .ic1 {
    margin: 8px 0px 3px 0px;
  }

  .head_r .ic2 {
    margin: 8px 0px 3px 0px;
  }

  .head_l .ic1 {
    float: left;
    margin: 3px 3px 3px 8px;
  }

  .slider_content {
    height: 430px;
    padding: 0px 0px 0px 0px;
  }

  .spin_needle {
    margin-left: 19px;
  }

  .spin_logo_wrap {
    transform: scale(0.7);
    margin-left: -14px;
  }

  .spin_header {
    font-size: 2rem;
  }

  .header_btn_wrap {
    width: auto;
  }


}


#scratch-card {
  width: 400px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #FFD600;
  font-family: 'Ethnocentric Rg';
  color: #fff;
  line-height: 35px;
}

#text-layer {
  font-family: 'Ethnocentric Rg';
  color: #1d1d1d;
  font-size: 2.2rem;
  position: absolute;
  top: 200px;
  left: 200px;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 20px;
  text-align: center;
  -moz-user-select: none;
  user-select: none;
  background-color: #FFD600;
}

.scratch_win_msg {
  font-family: 'Ethnocentric Rg';
  color: #1d1d1d;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}

.outer_layer img {
  width: 320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#text-layer strong {
  font-size: 3rem;
}

/* #overlay-layer {
      position: absolute;
      z-index: 1000;
      cursor: grab;
  } */

#overlay-layer {
  position: absolute;
  z-index: 1000;
  cursor: grab;
  border-radius: 10px;
}

#canvas {
  border-radius: 7px;
}

.question_outer_wrap {
  height: 40vh;
}

.loading_overlay {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 2000px;
  background: rgba(255, 255, 255, 0.6);
}

.loading_error {
  position: absolute;
  z-index: 999999;
  background-color: transparent;
  border: none;
  padding: 0px;
  color: #1d1d1d;
  font-weight: normal;
  text-align: center;
  top: 30%;
  width: 100%;
}




/*CSS added on 12 Feb 2021*/
.header_wrap .head_c {
  width: 36%;
  float: left;
  font-family: 'Ethnocentric Rg';
  color: #FFFFFF;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 3%;
  text-align: center;
}


.price_new{
	font-size: 10px;
    font-family: 'Roboto-Regular';
    padding-top: 0px;
    color: #222;
    padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	text-align: center;
	padding-bottom: 3px;
}
.price_new strong{
    font-family: 'Roboto-Medium';
}

.set_rock_table1 table td .txt2 {
  font-size: 14px;
  font-family: 'Roboto-Bold';
  padding-top: 0px;
  color: #1d1d1d;
  padding: 2px;
}

.dropdownwrap2 .score_table .div1e {
  float: left;
  width: 50%;
  color: #1d1d1d;
  font-family: 'Roboto-Bold';
  font-size: 1.3rem;
  line-height: 30px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdownwrap2 .score_table .div2e {
  float: left;
  width: 49%;
  color: #1d1d1d;
  font-family: 'Roboto-Bold';
  line-height: 30px;
  font-size: 1.3rem;
  text-align: center;

}

.dropdownwrap2 .score_table .div1f {
  float: left;
  width: 99%;
  color: #1d1d1d;
  font-family: 'Roboto-Bold';
  line-height: 30px;
  font-size: 1.3rem;
  text-align: center;

}

.money_info_page {
  height: 60px;
  width: 100%;
}

.money_info_page .header_txt1 {
  text-align: left;
  color: #1d1d1d;
  font-family: 'Poppins-Bold';
  font-weight: bold;
  font-size: 5.5vw;
  width: 60%;
  padding-top: 10px;
  position: relative;
  margin-left: 20px;
  float: left;
}

.money_info_page .close_ic {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}

.money_info_page .close_ic img {
    width: 25px;
    height: auto;
}

.money_info_page .div1 {
  color: #1d1d1d;
  font-family: 'PoppinsMedium';
  font-size: 1.2rem;
  margin-left: 20px;
  line-height: 70px;
  float: left;
  font-weight: bolder;
}

.money_info_page .div2 img {
  width: 30px;
  height: auto;
  margin-right: 5px;
  margin-top: -6px;
}

.money_info_page .div2 {
  color: #1d1d1d;
  font-family: 'Poppins-Bold';
  font-size: 2.3rem;
  margin-right: 20px;
  margin-top: 25px;
  line-height: 20px;
  float: right;
  display: flex;
}

.white_bg{
	background-color: #FFFFFF!important;
}

.money_hr{
	width: 90%;
	margin-right:auto;
	margin-left: auto;
	border-top: 1px solid #999;
	text-align: center;
	opacity: 40%;
}

.fill_btn7 {
  border-radius: 30px;
  padding: 5px 50px 5px 50px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto-Regular';
  display: inline;
  background-color: #ed1c24;
  text-transform: uppercase;
  line-height: 15px;
}

.fill_btn7 a {
  text-decoration: none;
}
.coins_box_mainwrap{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline-flex;
}

ul.addcoin_List1 {
  overflow: hidden;
  height: 220px;
  margin-left: 0px;
  display: inline-flex;

}
li.addcoin_List1 {
  float: left;
  list-style-type: none;
  width: 135px;
  margin-right: 15px;
}

.coins_box_wrapper{
  width: 130px;
  height: 180px;
  border-radius: 5px;
  margin-left: 20px;
  border: 2px solid #000000;
  margin-top: 5px;
  position: relative;
}

.coins_box_wrapper.bg_y{
  background-image: url(../image/normal_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border:2px solid black;
}

.coins_box_wrapper.bg_g{
background-image: url("../image/add_coin_bg_g.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.coins_box_wrapper.select{
  background-image: url(../image/select_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	
}

.coins_box_wrapper .div6a {
  color: #FFFFFF;
  font-family: 'PoppinsRegular';
  font-size: 1.3rem;
  margin-top: 0px;
  margin-left: 0px;
  text-align: center;
  line-height: 20px;
  font-weight: bolder;
}

.coins_box_wrapper .div7a {
	color: #390000;
	font-family: 'Roboto-Regular';
	font-size: .9rem;
    margin-top: 0px;
	margin-left: 0px;
	font-weight: bolder;
		margin-bottom:7px;
	text-align: center;
	line-height: 15px;
	width: 98%;
}

.coins_box_wrapper .div1a{
	text-align: center;
}

.coins_box_wrapper .div1a .div2 img {
    width: 13px;
    height: 13px;
	margin-top: 7px;
}

.coins_box_wrapper .div1a .div2 {
	color: #390000;
	font-family: 'Roboto-Heavy';
	font-size: 1.6rem;
    margin-top: 0px;
	margin-left: 0px;
	font-weight: bolder;
		margin-top: 7px;
}

.coins_box_wrapper .div1b{
  width: 100%;
  text-align: center;
}

  .coins_box_wrapper .div1b img{
    width: 40px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

.coins_box_wrapper .div1c{
	width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #000000;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Poppins-Bold';
    font-size: 1.5rem;
    position: absolute;
    bottom: 0px;
    text-transform: uppercase;
    line-height: 50px;
}

.coins_box_wrapper .div1c.select{
	background-color: #fddd6f!important;
}

ul.GamesBlock_List1 {
	width: 180vh;
    overflow:hidden;
	height: 180px;
	margin-left: 0px;
	display: inline-flex;

}
li.GamesBlock_List1 {
   float: left;        
   list-style-type: none;
   width: 115px;
	margin-right: 30px;
   }


/* ul.addcoin_List1 {
	width: 180vh;
    overflow:hidden;
	height: 220px;
	margin-left: 0px;
	display: inline-flex;

}
li.addcoin_List1 {
   float: left;        
   list-style-type: none;
   width: 135px;
	margin-right: 30px;
   }

.coins_box_wrapper{
	width: 110px;
	height: 165px;
	border-radius: 5px;
	background-color: #fcfcfc;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
	margin-left: 20px;
	border: 2px solid #fcfcfc;
	margin-top: 5px;
	
}

.coins_box_wrapper.select{
	background-color: #fff2c9;
	border: 2px solid #ffd000;
	
}

.coins_box_wrapper .div1a{
	text-align: center;
}

.coins_box_wrapper .div1a .div2 img {
    width: 13px;
    height: 13px;
	margin-top: 7px;
}

.coins_box_wrapper .div1a .div2 {
	color: #1d1d1d;
	font-family: 'Roboto-Medium';
	font-size: 1.6rem;
    margin-top: 0px;
	margin-left: 0px;
	font-weight: bolder;
		margin-top: 7px;
}

.coins_box_wrapper .div1b{
width: 100%;
	text-align: center;
}
.coins_box_wrapper .div1b img{
width: 90px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.coins_box_wrapper .div1c{
	width: 100%;
	height: 20px;
	border-radius: 3px;
	background-color: #e9e9e9;
	text-align: center;
		color: #1d1d1d;
	font-family: 'Roboto-Medium';
	font-size: 1.3rem;
}

.coins_box_wrapper .div1c.select{
	background-color: #ffe993!important;
}

.coins_box_wrapper .div6a {
	color: #390000;
	font-family: 'Roboto-Medium';
	font-size: 1rem;
    margin-top: 0px;
	margin-left: 0px;
	font-weight: bolder;
		margin-top: 7px;
	text-align: center;
	line-height: 15px;
}

.coins_box_wrapper .div7a {
	color: #390000;
	font-family: 'Roboto-Regular';
	font-size: .9rem;
    margin-top: 0px;
	margin-left: 0px;
	font-weight: bolder;
		margin-bottom:7px;
	text-align: center;
	line-height: 15px;
	width: 98%;
}

ul.GamesBlock_List1 {
	width: 180vh;
    overflow:hidden;
	height: 180px;
	margin-left: 0px;
	display: inline-flex;

}
li.GamesBlock_List1 {
   float: left;        
   list-style-type: none;
   width: 115px;
	margin-right: 30px;
   }
    */
   .cashwallet_outer_wrap .question_wrap .div2a {
  width: 50px;
	height: 21px;
	position: absolute;
	right: 20px;
	padding-right: 20px;
	top: 20px;
}
.cashwallet_btn2a {
  border-radius: 30px;
  height: 23px;
  width: 70px;
  background: #ed1c24;
  font-size: .8rem;
  text-align: center;
  line-height: 23px;
  color: #FFFFFF;
  font-family: 'Roboto-Bold';
}

.cashwallet_outer_wrap {
  width: 100%;
/*  height: 35vh;*/
  background: #f1f1f1 !important;
  /*	padding-top: 5vh;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

.cashwallet_outer_wrap .question_wrap .div2 img {
width: 15px;
	height: 15px;

}

@media (min-width: 414px) and (max-width: 414px){
  .slider_content {
  height: 490px !important;
  }
  }
  
   
  
   
  
   
  
  @media (min-width: 412px) and (max-width: 412px){
  .slider_content {
  height: 490px !important;
  }
  }
  
   
  
   
  
   
  
  @media
    only screen and (-webkit-min-device-pixel-ratio: 2.625),
    only screen and (   min--moz-device-pixel-ratio: 2.625),
    only screen and (     -o-min-device-pixel-ratio: 2.625/1),
    only screen and (        min-device-pixel-ratio: 2.625),
    only screen and (                min-resolution: 407dpi),
    only screen and (                min-resolution: 2.625dppx) { 
    .slider_content {
  height: 490px !important;
  }
  }
  
   
  
  .fill_btn2 {
  border-radius: 30px;
  padding: 3px!important;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.65rem!important;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto-Medium';
  display: inline;
  background-color: #ed1c24;
  text-transform: capitalize;
  line-height: 15px;
  }

  .exit_ic_home img{
    width: 30px;
    height: auto;
    margin-top: 12px;
  }

  /*Teff Spain CSS added onm Sep 2 2021 starts*/

.prebuy_pg_subheading_teff {
  font-size: 1.7rem;
  font-family: 'Roboto-Regular';
  color: #1d1d1d;
  text-align: left;
  width: 95%;
  float: left;
  margin-left: 5%;
  text-transform: capitalize;
	height: auto;
	margin-bottom: 15px;
	margin-top: 20px;
}

.slider_content_s {
  width: 100%;
  height: 100vw;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background: #FFFFFF;
  overflow-y: hidden;
	
}

.home_big_banner_teff {
  background-color: transparent;
  border: 3px solid #DDDDDD;
  margin-top: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}




.home_big_banner_teff table {}

.home_big_banner_teff table td {
  padding: 0px;
  color: #535353;
  font-family: 'Roboto-Regular';
  background-color: transparent;
}

.home_big_banner_teff .album_wrap {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: transparent;
}

.home_big_banner_teff .album_placeholder {
  z-index: 111;
  overflow: hidden;

}

.home_big_banner_teff .album_placeholder img {
  width: 100%;
  height: 669px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.home_big_banner_teff .album_placeholder_s img {
    width: 100%;
    /* height: 664px; */
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.home_big_banner_teff .slider_txt_btn_wrap{
	height: 320px;
	background-color: #FFFFFF;
}

.home_big_banner_teff .slider_txt_btn_wrap .div_txt1{
	width: 100%;
	text-align: center;
	font-family: 'Roboto-Regular';
	color: #000000;
	font-size: 3.3rem;
}

.home_big_banner_teff .slider_txt_btn_wrap .div_txt2{
	width: 90%;
	text-align: left;
	font-family: 'Roboto-Regular';
	color: #86888c;
	font-size: 2.2rem;
	margin-top: 2vw;
	line-height:3.5rem;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.home_big_banner_teff .slider_txt_btn_wrap .div_txt3{
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.promo_btn {
  border-radius: 10px;
  padding: 1.3rem;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 2.8rem;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto-Regular';
  display: block;
  background-color: #5cb615;
  text-transform: capitalize;
	width: 80%
}



.grey_bg{
	background-color: #f7f8fa!important;
}

.white_bg{
	background-color: #FFFFFF!important;
}

.home_big_banner_teff_s {
  background-color: transparent;
  border: 1px solid #DDDDDD;
  margin-top: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
	 width: 150px;
}



.home_big_banner_teff_s table {}

.home_big_banner_teff_s table td {
  padding: 0px;
  color: #535353;
  font-family: 'Roboto-Regular';
  background-color: transparent;
}

.home_big_banner_teff_s .album_wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
}

.home_big_banner_teff_s .album_placeholder {
  z-index: 111;
  overflow: hidden;

}


.home_big_banner_teff_s .album_placeholder_s img {
    width: 150px;
	height: auto;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.home_big_banner_teff_s .slider_txt_btn_wrap{
	height: 100px;
	background-color: #FFFFFF;
}

.home_big_banner_teff_s .slider_txt_btn_wrap .div_txt1{
	width: 100%;
	text-align: center;
	font-family: 'Roboto-Light';
	color: #000000;
	font-size: 1.1rem;
}

.home_big_banner_teff_s .slider_txt_btn_wrap .div_txt2{
	width: 90%;
	text-align: left;
	font-family: 'Roboto-Regular';
	color: #86888c;
	font-size: 1rem;
	line-height:1.5rem;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	margin-top: 5px;
}

.home_big_banner_teff_s .slider_txt_btn_wrap .div_txt3{
	width: 90%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

.home_big_banner_teff_s .slider_txt_btn_wrap .div_txt3 a{
color: #019df4;
	text-decoration: none;
	font-size: 1.2rem;
	font-family: 'Roboto-Medium';
}

ul.Search_ContentBlock_List_teff {
  width: 120vh;
  overflow: hidden;
/*  height: 225px;*/
  margin-left: 20px;
}

li.Search_ContentBlock_List_teff {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}


/*Teff Spain CSS added onm Sep 2 2021 ends*/

/* language popup scroll */

.lang_popup {
  height: 486px !important;
  }


@media (min-height: 1000px) and (min-width: 700px) {
  .lang_popup {
  height: 75vh !important;
  }
  }

/* language popup scroll ends*/

/* Footer menu CSS starts */

.footer_home{
  height: 67px;
  width: 100%;
  background-color: rgba(255,255,255,1.00);
  position: fixed;
  bottom: 0px;
  z-index: 3;
  -webkit-box-shadow: 0px -3px 5px -3px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px -3px 5px -3px rgba(0,0,0,0.2);
  box-shadow: 0px -3px 5px -3px rgb(0 0 0 / 20%);
}

.footer_item{
  width: 20%;
  height: 65px;
  float: left;
	text-align: center!important;
}

.item_3{
	width: 35% !important;
}

.item_4{
	width: 25% !important;
}

.item_5{
	width: 20% !important;
}
.footer_item .item_image{
  width: 100%;
  height: auto;
  margin-top: 7px;
}

.footer_item .item_image img{
	width: 45px;
  height: auto;
}

.footer_item .item_name {
  width: 100%;
  height: auto;
  color: #999999;
  font-size: .8rem;
  font-family: 'PoppinsMedium';
  margin-top: 0px;
  text-transform: uppercase;
}

.footer_item .select {
  color: #375ff1;
  font-family: 'Poppins-Regular';
  font-weight: bolder;
}

.footer_item.select1 {
  background-image: url(../image/footer_image/footer_select.png);
  background-position: top center;
  background-repeat: no-repeat;
}
/* Footer menu CSS ends */

/*hamburger menu*/

.home_header {
 font-family: 'Ethnocentric Rg';
  color: #1d1d1d;
  font-size: 1.3rem;
  text-transform: capitalize;
  text-align: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
	line-height: 27px;
	margin-left: 60px;
}

/* 
.notification_main_wrap {
  width: 120px;
  height: 35px;
  float: right;
  background-color: #FFFFFF;
  border-radius: 50px;
  font-family: 'PoppinsMedium';
  color: #cccccc;
  font-size: 1.2rem;
  display: inline-flex;
  margin: 0px 10px 0px 0px;
}

.notification_main_wrap1{
	width: 75px;
	float: right;
	margin-right: 20px;
	margin-top: -26px;
}


.notification_wrap{
	width: 70px;
border: 1px solid #ccc;
	
	height: 23px;
	-webkit-border-top-right-radius: 30px;
-moz-border-radius-topright: 30px;
border-top-right-radius: 30px;
	box-shadow: 0px 2px 0px 0px rgba(207,207,207,0.75);
-webkit-box-shadow: 0px 2px 0px 0px rgba(207,207,207,0.75);
-moz-box-shadow: 0px 2px 0px 0px rgba(207,207,207,0.75);
}
*/
.notification_wrap .bell_ic{
	width: 20px;
    height: 20px;
    float: left;
    margin-top: -1px;
    text-align: right;
	margin-left: -14px;
}

.notification_wrap .bell_ic img{
	width: 25px;
	height: auto;
}

.notification_wrap .score_ic{
	width: 58px;
	height: 20px;
	font-family: 'Roboto-Regular';
	font-size: .78rem;
	color: #000;
		float: right;
	margin-top: 6px;
	font-weight: bolder;
}

.notification_wrap .score_ic span img{
	display: block;
	float: left;
	width: 13px;
	height: auto;
	padding-right: 2px;
	margin-top: -1px;
} 

/* added 23 dec 2022 */
  
  .header_wrap.fixed_skip{
  position: fixed;
    z-index: 6;
  }
  
  .header_wrap .header_left{
  text-align: left;
  float: left;
  width: 42px;
  height: 42px;
  background-color: #3fcbff;
  text-align: center;
  border-radius: 50%;
  margin-left: 5vw;
  border: 5px solid #d8effb;
  margin-top: -10px;
  }
  
  .header_wrap .header_left img{
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-top: 3px;
  
  }
  
  .header_wrap .header_right{
  width: 80vw;
  text-align: right;
  float: left;
  }
  
  .notification_main_wrap{
    width: 115px;
    height: 35px;
    float: right;
    background-image: url(../image/header/notify_bg_y.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: 'PoppinsMedium';
    color: #333;
    font-size: 1.2rem;
    display: inline-flex;
    margin: 0 15px 0 0;

  }
  
  .notification_main_wrap.light_green_bg{
  background-image: url("../image/header/notify_bg_g.png");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .notification_main_wrap .left_image{
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content:flex-start;
  align-items: center; 
  }
  
  .notification_main_wrap .left_image img{
  width: 22px;
  height: auto;
  margin-right: 2px;
  }
  
  .notification_main_wrap .right_image{
  width: 25%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; 
  }
  
  .notification_main_wrap .right_image img{
  width: 30px;
  height: auto;
  margin-right: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  }
/* added 23 dec 2022 -- ended */

/*Navigation menu Starts*/

.navigation {
  display: block;
  margin: 0px 0;
  border-radius: 3px;
  overflow-x: hidden;
}

.navigation.applink {
  position: fixed;
  top: 0px;
}

.navigation li a {
  display: inline-block;
  outline: 0;
  overflow-x: hidden;
	background-color: #FFFFFF;
}

.navigation li a img{
width: 32px;
	height: auto;
	margin-top: 4px;
}

.navigation {
  background:#f9f9f9;
  width: 300px;
  height: 100%;
  display: block;
  position: fixed;
  left: -300px;
  top: 0px;
  transition: left 0.3s linear;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: auto;
  overflow-y: auto;
  overflow-x: auto;
  height: 100%;
  z-index: 224;
	-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}

.navigation.visible {
  left: 0px;
  transition: left 0.3s linear;
}

.nav_bg {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0 0 0px;
	z-index: 3;
}

.navigation li a {
	display: block;
	color: #222222;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 20px;
	font-size: 1.25rem;
	width: 100%;
	margin-left:0%;
	text-decoration: none;
	font-family: 'Roboto-Regular';
	text-transform: uppercase;
	line-height: 40px;
}

.navigation li a.username {
 color: #797A86;
}

.navigation li a.username img {
  height: 40px;
	float: left;
}

.navigation li a:focus.username {
  color: #ffffff;
}

.navigation li a span {
  display: block;
  margin: 0px 0px 0px 0px;
  width: 40px;
  height: 40px;
  float: left;
}

.navigation li {
  background-color: #FFFFFF;
}

.navigation li .menu_btn {
  border-radius: 30px;
  padding: 5px 10px 5px 10px;
  color: #ed1c24;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: 'Roboto-Regular';
  display: inline;
  background-color: #FFFFFF;
  
  line-height: 15px;
	float: right;
	    margin-top: -39px;
    margin-right: 10px;
	border: 1px solid #ed1c24;
}

.navigation li .language_selection {
  border-radius: 10px;
  padding: 3px 20px 3px 20px;
  color: #ed1c24;
  text-decoration: none;
  font-size: .8rem;
  font-family: 'Roboto-Regular';
  display: inline;
  background-color: #EFEFEF;
  
  line-height: 15px;
	float: right;
	    margin-top: -39px;
    margin-right: 10px;
}



.user_icon{
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
background-color:transparent;
	border-radius: 10px;
	text-align: center;
	float: left;
}

.user_name_details{
	width: auto;
	float: left;
}

.user_icon img{
	width: 80px;
	height: 80px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}
.user_name_menu{
	font-family: 'Roboto-Regular';
	font-weight: bold;
	font-size:1.2rem;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu_user_wrap{
	width: 80%;
	height: 80px;
	padding: 10px;
	border-radius: 20px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
box-shadow: 1px 2px 9px 0px rgba(153,153,153,0.3);
-webkit-box-shadow: 1px 2px 9px 0px rgba(153,153,153,0.3);
-moz-box-shadow: 1px 2px 9px 0px rgba(153,153,153,0.3);
}

.username{
	font-family: 'Roboto-Regular';
	font-weight: bold;
	font-size:1.5rem;
	text-align: left;
	color: #333333;
	margin-left: 10px;
	height: 27px;
	margin-top: 3px;
}

.user_mobile{
	font-family: 'Roboto-Regular';
	font-weight: bold;
	font-size:1rem;
	text-align: left;
	color: #7d7d7d;
	margin-left: 10px;
	height: 27px;
}

.user_edit .menu_btn {
  border-radius: 30px;
  padding: 4px 10px 4px 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Roboto-Regular';
  display: inline;
  background-color: #ed1c24;
  
  line-height: 15px;
    margin-left: 10px;
}

.app_version{
	 color: #000000;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: 'Roboto-Regular';
	text-align: center;
	width: 100%;
	margin-top: 29px;
}

.hiding_content{
	visibility: hidden!important;
}
/*Hamburger menu*/

/* banner card tray starts */


.jackpot_banner_wrap{
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
		position: relative;
	background-color: #ed1c24;
	height: 200px;
	border-radius: 10px;
}

 .jackpot_wrap_image{

}

.jackpot_wrap_image img{
	width: 50vw;
	height: 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.jacpot_txt_area{
	position: absolute;
	right: 10px;
	width: 43%;
}

.jacpot_txt_area .jackpot_timer{
	    color: #FFFFFF;
    font-size: 1.2rem;
    font-family: 'Roboto-Regular';
			text-align: center;
}

.jacpot_txt_area .jackpot_main_header{
	    color: #FFFFFF;
    font-size: 1.6rem;
    font-family: 'Roboto-Heavy';
		text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;

}

.jacpot_txt_area .jackpot_txt1{
	    color: #ed1c24;
    font-size: 1.6rem;
    font-family: 'Roboto-Regular';
		text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.jacpot_txt_area .jackpot_txt1 strong{
	    color: #ed1c24;
    font-size: 1.6rem;
    font-family: 'Roboto-Bold';
	  text-align: center;
}

.jacpot_txt_area .dots_more {
    position: absolute;
    z-index: 21;
    float: right;
    width: 50px;
    height: auto;
    right: 0px;
    padding-top: 13px;
    padding-right: 5px;
    opacity: 1;
    text-align: right;
    display: block;
}

.jacpot_txt_area .dots_more img {
    width: 3px;
    height: auto;
}

.jacpot_txt_area .jackpot_banner_btn{
	text-align: center;
}


.jackpot_banner_btn1 {
  border-radius: 30px;
  padding: 5px 20px 5px 20px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.3rem;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto-Bold';
  display: inline;
  background-color: #ed1c24;
  
  line-height: 15px;
	border:1px solid #FFFFFF;
box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.25);
}

.jackpot_banner_btn1 a {
  text-decoration: none;
}

.banner_space {
max-height: 85vw!important;
}

/* banner card tray ends */


.termsfeed-com---nb-headline {
  right: 0;
  top: auto;
  bottom: 0;
  left: 0;
  max-width: 100%;
  position: fixed;
  bottom: 0px;
}

.cc-nb-changep{
  background-color: orange;
}

.cc-pc-head-lang-select{
  display: none;
}

.termsfeed-com---palette-light .cc-pc-head-close{
  font-size: 12px;
  font-weight: bolder;
  background: aliceblue;
}

/*remind me button and promoted games*/
.remindme_wrap{
  width: 87%;
      margin-left: auto;
      margin-right: auto;
      border-radius: 10px;
      height: 60px;
    border: 1px solid #3976EF;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 1.3rem;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .remindme_wrap strong{
    font-family: 'Roboto-Medium';
    color: #3976EF;
  }
  
  .remindme_btn {
    border-radius: 7px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto-Bold';
    display: inline;
    text-transform: capitalize;
    line-height: 15px;
  background: rgba(135,191,255,1);
  background: -moz-linear-gradient(top, rgba(135,191,255,1) 0%, rgba(4,150,255,1) 42%, rgba(73,94,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135,191,255,1)), color-stop(42%, rgba(4,150,255,1)), color-stop(100%, rgba(73,94,255,1)));
  background: -webkit-linear-gradient(top, rgba(135,191,255,1) 0%, rgba(4,150,255,1) 42%, rgba(73,94,255,1) 100%);
  background: -o-linear-gradient(top, rgba(135,191,255,1) 0%, rgba(4,150,255,1) 42%, rgba(73,94,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(135,191,255,1) 0%, rgba(4,150,255,1) 42%, rgba(73,94,255,1) 100%);
  background: linear-gradient(to bottom, rgba(135,191,255,1) 0%, rgba(4,150,255,1) 42%, rgba(73,94,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87bfff', endColorstr='#495eff', GradientType=0 );
  
  }



  /*Splash CSS starts*/
.splash_bg {
  width: 100vw;
  height: 100%;
  background-color: #f6f6f7;
  background: #f6f6f7;
  overflow: hidden!important;
  border: 1px solid rgba(255,255,255,0.1);
  background-image: url("../image/splash/splash_bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100VW;
  }
  .splash_logo {
  text-align: center;
  width: 100%;
  padding-top: 56VW;
  padding-bottom: 10vh;
  }
  .splash_logo img {
  width: 70vw;
  height: auto;
  }
  
  .splash_text{
  width: 100%;
  color:#000000;
  font-family:'Poppins-Bold';
  font-size: 1.3rem;
  text-align: center;
  }
  
  .loading_text{
  width: 100%;
  color:#000000;
  font-family:'Poppins-Bold';
  font-size: 1rem;
  text-align: center;
  }
  
  .loading,
  .loading_bg, loadingbg1 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  }
  .loading_bg {
  width: 50vw;
  height: 8px;
  background-color: #e2e2e2;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: -3px;
  border: 0 solid rgba(255, 255, 255, 0.5);
  }
  
  .loading_bg1 {
  width: 15vw;
  height: 8px;
  background-color: #e2e2e2;
  overflow: hidden;
  border: 0 solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  }
  .loading {
  background-image: url(../image/splash_loading.png);
  background-position: center;
  background-repeat: repeat-x;
  height: 10px;
  animation: load 3s normal forwards;
  }
  .loading_item_bg {
  width: 60vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 22vh;
  }
  .loading_item {
  position: relative;
  animation: push ease 3s normal forwards;
  }
  .loading_item,
  .loading_item img {
  width: 18vw;
  height: auto;
  }
  
  @keyframes load {
  0% {
  width: 0;
  }
  to {
  width: 100%;
  }
  }
  @keyframes push {
  0% {
  left: 0;
  top: 0;
  }
  to {
  right: 42vw;
  top: 0;
  left: 42vw;
  }
  }
  /*Splash css ends*/
  
    /*popup page1 css*/
#new_overlay {
  z-index: 222;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(20, 20, 20, 0.7);
  /* display: none; */
  }
  .ca23_dropdownwrap2 {
  height: 90%;
  width: 100%;
  bottom: 0px;
  line-height: 20px;
  background-color: #1d1d1d;
  color: #fff;
  position:fixed;
  z-index: 222;
  /*  overflow-y: auto;*/
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  }
  
  .ca23_dropdownwrap2 .ca23_payment_box_wrap table td {
  color: #1d1d1d;
  }
  
  .ca23_coins_drop_img {
  width: 100%;
  text-align: center;
  margin-top: -100px;
  }
  
  .ca23_coins_drop_img img {
  width: 50vw;
  height: auto;
  border-radius: 7px;
  }
  
  .ca23_coins_drop_img_name {
  color: #1d1d1d;
  font-family: 'PoppinsMedium';
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  line-height: 24px;
  }
  
  .ca23_coins_drop_img_name strong{
  font-family: 'Poppins-Bold';
  font-size: 1.7rem;
  margin-top: 5px;
  }
  
  
  .ca23_coins_message {
  color: #cccccc;
  font-family: 'PoppinsRegular';
  font-size: 1.3rem;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 23px;
  }
  
  .ca23_coins_message1 {
  color: #cccccc;
  font-family: 'PoppinsRegular';
  font-size: 1rem;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 23px;
  }
  
  .ca23_coins_drop_wrap {
  width: 100%;
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0px;
  z-index: -12;
  }
  
  .ca23_coins_drop_wrap img {
  width: 60%;
  height: 200px;
  
  }
  
  .ca23_coins_bg {
  width: 100%;
  height: 300px;
  position: absolute;
  overflow: hidden;
  top: 0px;
  z-index: -1;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 18%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(18%, rgba(255, 255, 255, 0.28)), color-stop(64%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 18%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 18%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 18%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 18%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    opacity: 0.3;
  }
  
  .ca23_dropdownwrap2 .blur {
  width: 200%;
  height: 250%;
  -webkit-filter: blur(20px);
  filter: blur(10px);
  margin-left: 0;
  margin-top: 0%;
  }
  
  .ca23_dropdownwrap2 .blur img{
  
  }
  
  .ca23_popup_header_txt {
  text-align: left;
  color: #FFFFFF;
  font-family: 'PoppinsMedium';
  font-weight: bold;
  font-size: 1.8rem;
  width: 60%;
  padding-top: 0px;
  margin-left: 20px;
  }
  .ca23_new_overlay {
  z-index: 224;
  position: absolute;
  
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  
  }
  
  .ca23_pop_btn_go {
  border-radius: 5px;
  padding: 7px!important;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.5rem!important;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Poppins-Bold';
  background: #3d55f0; /* Old browsers */
  background: -moz-linear-gradient(top, #3d55f0 0%, #1a75f4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3d55f0 0%,#1a75f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3d55f0 0%,#1a75f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d55f0', endColorstr='#1a75f4',GradientType=0 ); /* IE6-9 */
  text-transform:uppercase;
  line-height: 40px;
  width: 150px;
  display: block;
  text-align: center;
  height: 40px;
  }
  
  .ca23_pop_btn_go a {
  text-decoration: none;
  }
  
  .ca23_close_popup{
  position: absolute;
  right: 3vw;
  top: -10vw;
  z-index: 1;
  width: 30px;
  height: 30px;
  }
  
  .ca23_close_popup img{
  width: 30px;
  height: auto;
  
  }
  
  input[type=checkbox].ca23_css-checkbox {
    position: absolute;
    width: 20px;
    background-color:none;
    height: 20px;
    margin: 0;
    opacity:0;
  }
  
  input[type=checkbox].ca23_css-checkbox + label.ca23_css-label1 {
    padding-left:24px;
    height:20px; 
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    color: #606060;
    vertical-align:middle;
    cursor:pointer;
    margin-top: -3px;
  }
  
  input[type=checkbox].ca23_css-checkbox:checked + label.ca23_css-label1 {
    background-position: 0 -20px;
  }
  
  label.ca23_css-label1 {
    background-image:url(../image/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  } 
  
  
  .ca23_register_header {
  color: #f4f4f4;
  font-family: 'Poppins-Bold';
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  line-height: 24px;
  text-transform:none;
  }
  
  .ca23_register_subheader {
  color: #f4f4f4;
  font-family: 'PoppinsMedium';
  font-size: 1.3rem;
  width: 100%;
  text-align: center;
  line-height: 24px;
  text-transform:none;
  }
  
  .ca23_register_confirm {
  color: #F4F4F4;
  font-family: 'PoppinsMedium';
  font-size: 1.7rem;
  width: 100%;
  text-align: center;
  line-height: 30px;
  text-transform:none;
  }
  
  
  
  .ca23_register_img {
  width: 100%;
  text-align: center;
  }
  
  .ca23_register_img img{
  width:40vw;
  height: auto;
  }
  
  .ca23_register_bottom_msg{
  width: 80%;
  color:#f4f4f4;
  font-family:'PoppinsRegular';
  font-size: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  
  }
  
  .register_bottom_msg a{
  color:#1a7efa;
  font-family:'Poppins-Bold';
  display: inline;
  font-size: 1rem;
  text-transform: uppercase;
  }
  
  .ca23_txt_wrap{
  width: 100%;
  text-align: center;
  }
  
  .ca23_register_txt{
  line-height: 44px;
  width: 80vw;
  font-size: 1.3rem;
  text-decoration: none;
  font-family:'Poppins-Bold';
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  height: 40px;
  letter-spacing: 2px;
/*  background-color: #FFFFFF;*/
  color: #ffffff!important;
  }
  .tnc_checkbox {
    color: black;
    font-size: 10px;
    text-align: center
  }

  input::placeholder {
    color: #f4f4f4;
    font-family: 'PoppinsRegular'!important;
    font-size: 1.1rem;
    } 
  
  .ca23_register_txt.select_green{
  border: 3px solid #3af970;
  }
  
  .ca23_register_txt.select_blue{
  border: 3px solid rgba(0,153,255,1.00);
  color:#F4F4F4;
 /* border-image: linear-gradient(90deg, #0099ff, white) 1;*/
  border-radius: 8px;
  background-color: #000000;
  }
  
  .ca23_register_tc {
    font-size: 1rem;
    color: #f4f4f4;
    width: 100%;
    text-align: center;
    font-family: 'PoppinsRegular';
    margin-top: 20px;
  
  }
  
  .ca23_register_tc a {
    font-size: 1rem;
    color: #a9d0ff;
    font-family: 'PoppinsRegular';
    display: inline;
    text-transform: capitalize;
    text-decoration: none;
  }
  
  input::placeholder {
  color: #f4f4f4!important;
  font-family:'Poppins-Bold';
  font-size: 1.3rem;
  }
  
  .ca23_disable_state{
  color:#999!important;
  }
  
  .ca23_register_error{
  font-size: 2.8vw;
  color: #ed1c24;
  width: 100%;
  text-align: center;
    font-family: 'PoppinsMedium';
  }
  
  .ca23_register_txt_flag{
  
/* background-image:
 
  url(../image/ic_flag.png); */
  background-position:
  left; /* this positions the second image */
  background-repeat:
  no-repeat; /* this applies to both images */
  background-size: 50px;
  }
  .ca23_register_txt_tick_otp{
  background-image: 
  url(../image/register_tick5.png);
  background-position:
  right, /* this positions the first image */
  left; /* this positions the second image */
  background-repeat:
  no-repeat; /* this applies to both images */
  background-size: 50px;
  }
  
  .ca23_register_txt_notick_otp{
  background-size: 50px;
  }
  
  .ca23_register_txt_tick{
  
  background-image: 
  url(../image/register_tick5.png);
  /* url(../image/ic_flag.png); */
  background-position:
  right, /* this positions the first image */
  left; /* this positions the second image */
  background-repeat:
  no-repeat; /* this applies to both images */
  background-size: 50px;
  }
  .ca23_register_txt_notick_otp{
  background-image: 
  url(../image/register_tick1.png);
  background-position:
  right, /* this positions the first image */
  left; /* this positions the second image */
  background-repeat:
  no-repeat; /* this applies to both images */
  background-size: 50px;
  }
  
  .ca23_register_txt_load{
  background-image:url(../image/register_load.gif);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  }
  /*popup page1 css ends*/
  /*Onboard css*/
.ca23_onboard_bg {
  width: 100vw;
  height: 100%;
  background-color: #f6f6f7;
  background: #f6f6f7;
  overflow: hidden!important;
  background-image: url("../image/onboard/onboard1_bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100VW;
  }
  
  .ca23_onboard_bg.bg2{
  background-image: url("../image/onboard/onboard2_bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100VW;
  }
  
  .ca23_onboard_bg.bg3{
  background-image: url("../image/onboard/onboard3_bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100VW;
  }
  
  
  .ca23_onboard_head{
  width: 100%;
  color:#000000;
  font-family:'Poppins-Bold';
  font-size: 1.6rem;
  text-align: center;
  margin-top: 100vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2vw;
  }
  
  .ca23_onboard_subhead{
  width: 80%;
  color:#000000;
  font-family:'PoppinsRegular';
  font-size: 1.3rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }
  
  .ca23_onboard_skip{
  width: 80%;
  color:#1a7efa;
  font-family:'Poppins-Bold';
  font-size: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  
  }
  
  .ca23_onboard_btn {
  border-radius: 5px;
  padding: 3px!important;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.2rem!important;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Poppins-Bold';
  background: #2d53d5;
  
  line-height: 35px;
  width: 70vw;
  display: block;
  text-align: center;
  height: 35px;
  }
  
  .ca23_language_drop_wrap {
  width: 35vw;
  text-align: center;
  position: fixed;
  right: 10vw;
  top: 10vw;
  z-index: 1;
  }
  
  .ca23_language_overlay{
  width: 100vw;
  height: 100%;
  overflow: auto;
  background-color: rgba(255,255,255,.01);
  position: absolute;
  z-index: 0;
  display: none;
  }
  
  .ca23_language_drop_wrap .ca23_language_drop {
  width: 30vw;
  height: 25px;
  color: #000000;
  font-size: 1.1rem;
  padding: 3px;
  padding-left: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,0.80);
  text-align: left;
  padding-top: 10px;
  background-image: url("../image/down_btn_white_ic.png");
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-size: 20px;
  font-family: 'Poppins-Bold';
  display: inline-flex;
  }
  .ca23_language_drop_wrap .ca23_language_drop img{
  height: 18px;
  width: auto;
  margin-right: 5px;
  }
  
  .ca23_dropdownwrap_search_result {
  height: auto;
  width: 37vw;
  display: none;
  padding: 0px 0px 0px 0px;
  margin-top: 5px;
  line-height: 20px;
  background-color: rgba(255,255,255,0.80);
  color: #000000;
  font-size: .9rem;
  z-index: 111;
  -webkit-box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.4);
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  overflow-y: scroll;
  }
  
  .ca23_list-group {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 10px;
  }
  
  .ca23_list-group li {
  border-bottom: 1px solid #efefef;
  padding: .5em;
  text-align: left;
  }
  /*Onboard css ends*/

  .welcome-class{
    height: 160vw;
    bottom: 0;
    z-index: 10001;
    background-color: transparent !important;
  }

  /*Splash CSS starts*/
.ca23_splash_bg {
width: 100vw;
height: 100vh;
background-color: #000000;
background: #000000;
overflow: hidden!important;
border: 1px solid rgba(255,255,255,0.1);
/*background-image: url("../image/splash/splash_bg.jpg");
background-position: top;
background-repeat: no-repeat;
background-size: 100VW;*/
  }
  .ca23_splash_logo {
text-align: center;
width: 100%;
padding-top: 56VW;
padding-bottom: 15vh;
}
.ca23_splash_logo img {
width: 63vw;
height: auto;
}

.ca23_splash_text{
width: 100%;
color:#FFFFFF;
font-family:'Poppins-Bold';
font-size: 1.3rem;
text-align: center;
}

.ca23_loading_text{
width: 100%;
color:#FFFFFF;
font-family:'Poppins-Bold';
font-size: 1rem;
text-align: center;
}
  
  .ca23_loading,
  .ca23_loading_bg, loadingbg1 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  }
  .ca23_loading_bg {
  width: 50vw;
  height: 8px;
  background-color: #e2e2e2;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: -3px;
  border: 0 solid rgba(255, 255, 255, 0.5);
  }
  
  .ca23_loading_bg1 {
  width: 15vw;
  height: 8px;
  background-color: #e2e2e2;
  overflow: hidden;
  border: 0 solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  }

  .red_bg {
    background-color: red;
  }

  .ca23_loading_bg2 {
  width: 80vw;
  height: 5px;
  background-color: #e2e2e2;
  overflow: hidden;
  border: 0 solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  }
  .ca23_loading1 {
  background-image: url(../image/splash_loading_green.png);
  background-position: center;
  background-repeat: repeat-x;
  height: 10px;
  animation: load 3s normal forwards;
  }
  .ca23_loading_item_bg {
  width: 60vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 22vh;
  }
  .ca23_loading_item {
  position: relative;
  animation: push ease 3s normal forwards;
  }
  .ca23_loading_item,
  .ca23_loading_item img {
  width: 18vw;
  height: auto;
  }
  
  @keyframes load {
  0% {
  width: 0;
  }
  to {
  width: 100%;
  }
  }
  @keyframes push {
  0% {
  left: 0;
  top: 0;
  }
  to {
  right: 42vw;
  top: 0;
  left: 42vw;
  }
  }
  /*Splash css ends*/

.ca23_notification_main_wrap .ca23_left_image img{
	width: 22px;
	height: auto;
	margin-right: 2px;
}

.ca23_notification_main_wrap {
width: auto;
    height: 30px;
    float: right;
    font-family: 'PoppinsMedium';
    color: #FFFFFF;
    font-size: .9rem;
    display: inline-flex;
    margin: 0px 15px 0px 0px;
    padding: 0px 10px 0px 5px;
    background-color: rgba(255,255,255,0.20);
    border-radius: 30px;
}
.ca23_notification_main_wrap.light_green_bg {
/*background-image: url(../image/header/notify_bg_g.png);
background-repeat: no-repeat;
background-position: center;*/
}

.ca23_notification_main_wrap .ca23_left_image {
width: 75%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}

.ca23_header_wrap.ca23_fixed_skip{
  position: fixed;
  z-index: 6;
  }

  .ca23_header_wrap .ca23_header_left{
  text-align: left;
  float: left;
  width: 42px;
  height: 42px;
  background-color: #3fcbff;
  text-align: center;
  border-radius: 50%;
  margin-left: 5vw;
  border: 5px solid #d8effb;
  margin-top: -10px;
  }

  .ca23_header_wrap .ca23_header_left img{
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-top: 3px;

  }

  .ca23_header_wrap .ca23_header_right{
  width: 80vw;
  text-align: right;
  float: left;
  }



  .ca23_notification_main_wrap.light_green_bg{
/*  background-image: url("../image/header/notify_bg_g.png");
  background-repeat: no-repeat;
  background-position: center;*/
  }

  .ca23_notification_main_wrap .ca23_left_image{
  width: 90%!important;
  display: flex;
  flex-direction: row;
  justify-content:flex-start;
  align-items: center; 
  }

  .ca23_notification_main_wrap .ca23_left_image img{
  width: 22px;
  height: auto;
  margin-right: 2px;
  }

.ca23_notification_main_wrap .ca23_right_image{
width: 25%!important;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding-right: 3px;
display: none;
}

.ca23_notification_main_wrap .ca23_right_image img {
width: 22px;
height: auto;
margin-right: -21px;
margin-top: -30px;
border-radius: 50%;
}

/*Changes for orientation*/
#orientation{
  background-image: url('../image/rotation.png')!important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: fixed !important;
}
.orientation_turn{
font-weight: bolder !important;
text-align: center !important;
margin-top: 10vh !important;
}

 