:root 
{
  --yellow_gradent      :   radial-gradient(circle, red, yellow, green);
  --green      :   #7cd702;
  --white      :   #fff;
  --text_green  : #84e502;
  --yellow     :#facf02;
  --bg_blue    :   #0d0448;
  --black      :   #000;
  --gray       : #6d6e71;
}
/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: lemon;
    src: url(../fonts/LEMONMILK-Regular.otf), url(../fonts/LEMONMILK-Light.otf), url(../fonts/LEMONMILK-Medium.otf), url(../fonts/LEMONMILK-Bold.otf);
  }
  @import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/assets/owl.carousel.min.css");
*{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Poppins', sans-serif;
}
body{
        color:var(--white) !important;
        background: var(--bg_blue) !important;
        margin:0 !important;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
  }
.nav > li > a:hover, .nav > li > a:focus{
    background: none;
    outline:0;
}
.main_container{
    max-width: 1366px;
    background: url("../img/bg_transprent2.png") var(--bg_blue);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-left:50px;
    padding-right:50px;
    min-height:100vh;
    margin-left: auto;
    margin-right: auto;
}
.logo{
    display: flex;
    max-width: 200px;
    padding:0;
    height: auto;
    justify-content: center;
    align-items: center;
}
ul{
    list-style: none;
}
.logo img{
    max-width: 100%;
}
.language-dropdown{
    /* padding-left: 10px; */
    max-width: 45px;
    min-width: 45px;
    position: relative;
    display: grid; 
    width: 100%;
}
.select_sec{
    /* border: 1px solid var(--white); */
    color: var(--white);
    text-align: left;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select_sec img{
    width:26px;
}
.select_sec i{
    font-size:24px;
}

.select_option li{
    font-size:16px;
    color:var(--bg_blue);
    font-weight: 500;
}
.select_option li.show{
    font-weight: 700;
    color: var(--green);
}
.select_option li.show:after{
    content: "\f058";
    font: normal normal normal 18px/1 FontAwesome;
    margin-left:5px;
    color:var(--green);
}
.navbar-nav > li > a,.navbar-nav > li > a:hover{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    position: relative;
    background: none;
}
.main_nav #myNavbar{
    padding-left:0;
    padding-right:0;
    display: flex !important;
    align-items: center;
}
.navbar-nav > li.active > a:before{
    content: "";
    width: 15px;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: #fff;
    box-shadow: 0px 1px 10px 6px #6fc134;
    left: 50%;
    transform: translate(-50% , 0);
    border-radius: 10px;
}
.main_nav{
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.main_nav > div,.game_cat_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_nav > div::before,.main_nav > div::after{
    display: none;
}
.game_cat_title{
    padding-bottom: 5px;
    border-bottom: 2px solid #233e24;
}
.game_cat_title h5{
    margin:0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}
.game_cat_title a{
    font-size: 14px;
    color:#fff;
}
.game_cat_title p{
    margin:0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
    margin:0;
}

/*================ carousel ======================*/
.carousel-wrap {
    margin: 15px auto;
    padding: 0;
    width: 100%;
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev,.owl-nav .owl-next {
    left: 0;
    width: 100px;
    top: 25px;
    height: auto;
    bottom: 0;
    background: linear-gradient(-90deg, transparent ,#030630);
  }
  .owl-nav .owl-prev .left_icon_sec,.owl-nav .owl-next .right_icon_sec{
    height: 100%;
    background: linear-gradient(-90deg  , transparent ,#030630);
    position: relative;
  }
  .owl-nav .owl-prev .left_icon_sec span,.owl-nav .owl-next .right_icon_sec span{
    width: 36px;
    height: 39px;
    /* background: url(../img/left_cer_icon.png); */
    background: url("../../images/holagames/left_cer_icon.png");
    display: block;
    top: 50%;
    position: absolute;
    transform: translate(10px, -50%);
    background-size: 100%;
  }
  .owl-nav .owl-prev .left_icon_sec:hover span,.owl-nav .owl-next .right_icon_sec:hover span{
      /* background: url(../img/right_cer_icon.png); */
      background: url("../../images/holagames/right_cer_icon.png");
      background-size: 104%;
      transform: translate(10px, -50%) rotate(180deg);        
  }
  .owl-nav .owl-next .right_icon_sec span{
    transform: translate(10px, -50%) rotate(180deg);
    display: block;
    margin-left: 35px;
  }
  .owl-nav .owl-next .right_icon_sec:hover span{
    transform: translate(10px, -50%) rotate(-360deg); 
  }
  .owl-nav .owl-next {
    right: 0;
    left:auto;
    background: linear-gradient(90deg, transparent ,#030630);

  }
  .owl-nav .owl-next .right_icon_sec{
    background: linear-gradient(90deg  , transparent ,#030630);
  }
  
/*================ ======================*/
.trending_games_sec{
    padding-bottom: 6px;
}
.play_icon_list{
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: normal;
    padding-top:25px;
}
.play_icon_list li{
    margin-bottom:20px;
    padding-left:0.9%;
    padding-right:0.9%;
}
.play_icon_list li a,.top_carousel a{
    display: block;
    /* width: 106px;
    height: 106px; */
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 22px;
    position: relative;
    color:#fff;
}
.top_carousel a{
    width: 95px;
    height: 95px;
}
.play_icon_list li a>img,.top_carousel a >img{
    border-radius: 16px;
}
.img-reponsive{
    max-width:100%;
}
.new{
    position: absolute;
    top: -23px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.new img{
    width:60px;
}
.download{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 0;
    background: linear-gradient(
355deg
, #000000f7, transparent);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: 30px;
    font-weight: 600;
    color:#fff;
    padding-top:10px;
}
.download  p{
    margin:0;
}

.bot_ads{
    text-align: center;
    padding-bottom: 12px;
}
.bot_ads h4,.bot_ads  p{
    font-size: 10px;
    color: #21f3ff;
    opacity: 0.24;
    margin: 0 8px 8px;
    text-transform: uppercase;
}
.play_icon_list a:hover,.top_carousel a:hover{
    border-color: #21f3ff;
    box-shadow: 0px 0px 13px 6px #21f3ff;
}
.play_icon_list a:hover .download{
    height: 100%;
    padding: 3px;
}
.play_icon_list a:hover .download .name_rat,.top_carousel a:hover .download .name_rat,.top_carousel .item:hover .download .name_rat{
    display: block;
    top: 50%;
    position: relative;
    transform: translate(0,-50%);
    height: min-content;
}
.play_icon_list a .download > p,.download > p{
    display: none;
}
.play_icon_list a:hover .download > p,.top_carousel a:hover .download > p,.top_carousel .item:hover .download > p{
    display: block;
    position: absolute;
    bottom: 5px;
}
.item_block a{
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    align-items: center;
}
.item_block a img,.bottom_carousel .owl-item img{
    width:60px;
}
.item_block .download{
    position: relative;
    background: #fff;
    padding-top:0;
    padding-left:10px;
    padding-right:10px;
}
.item_block .name_rat{
    display: block;
    color: #000;
}
.bottom_carousel.owl-carousel .owl-nav.disabled {
    display: block;
}
.no_download_sec{
    padding:25px 35px 15px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 7px 11px 15px #000000ab;
}
.right_ads .bot_ads{
    padding-bottom: 25px;
}
.no_download_sec h1{
    font-size: 28px;
    color:#84e404;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top:0;
}
.no_download_sec h2{
    font-size: 26px;
    color:#84e404;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top:0;
}
.no_download_sec h3{
    font-size: 20px;
    color:#0d0448;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top:0;
}
.no_download_sec .down_icon_sec p{
    margin-bottom: 10px;
}
.no_download_sec p{
    font-size:16px;
    color: #808285;
    line-height: 1.5;
    margin-bottom:30px;
}
.no_download_sec li{
    margin-bottom: 5px;
}
.no_download_sec a{
    color:#0000ee;
    font-size: 16.1px;
    text-decoration: underline;
}
.play_right_icon_sec{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.play_right_icon_sec li{
    width:48%;
}
.item_block a:hover{
    border-color: #21f3ff;
    box-shadow: 0px 0px 13px 6px #21f3ff;
    text-decoration: none;
}
.play_right_icon_sec .item_block a{
    margin-top:5px;
    margin-bottom:5px;
}
.pt_10{
    padding-top:10px;
}

.icon_div_play_games ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
}
.no{
    font-size: 58.03px;
    font-weight: 700;
    line-height: 1;
    margin-right:8px;
}
.no_off_mill_sec{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#84e404;
    text-align: left;
}
.no_off_mill_sec .text{
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    line-height: 1;
}
.txt_mill{
    font-size: 26.86px;
    font-weight: 700;
}
.txt_games{
    font-size: 23.06px;
    font-weight: 400;
    letter-spacing: 3.2px;
}
.no_down p{
    font-size:8.46px;
    text-align: center;
    text-align: center;
    color: #12065b;
    font-weight: 700;
    word-spacing: 2px;
    text-transform: uppercase;
}
.icon_div_play_games li > div{
    max-height: 125px;
    background: #fff;
    color: #12065b;
    text-align: center;
    padding: 22px 20px;
    border-radius: 15px;
    box-shadow: 2px 4px 8px #00000082;
    font-size: 12px;
    font-weight: 700;
    min-width: 127px;
}
.icon_div_item p{
    font-size: 10.89px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:0;
}
.icon_image img{
    width:50px;
}
.right_side .play_icon_list{
    justify-content: space-between;
}
.go_to_top{
    font-size: 20.85px;
    text-transform: uppercase;
    text-align: center;
    color: #84e502;
    padding-top: 0;
    padding-bottom: 36px;
}
.go_to_top span{
    padding-bottom: 1px;
    border-bottom: 1px solid;
}
footer h3{
    font-size: 16px;
    font-weight: 600;
    color: #84e502;
    margin-bottom: 35px;
}
footer{
    line-height: 1.8;
    font-size: 12.5px;
}
footer ul{
    list-style: none;
    padding-left: 0;
}
.plr_5_per{
    padding-left:40px;
    padding-right:40px;
}
footer ul li{
    margin-bottom: 15px;
}
footer ul a,footer ul a:hover{
    color:#fff;
    text-decoration: none;
}
.pr_6_per{
    padding-right: 6%;
}
.pl_5_per{
    padding-left:40px;
}
.cat_list{
    display: flex;
}
.navLang .select_option{
    position: absolute;
    top: 35px;
    background: #fff;
    min-width: 200px;
    right: 0;
    text-align: center;
    padding: 10px;
    flex-direction: column;
    display: block;
    z-index: 9;
    border-radius: 14px;
    z-index: -1;
    transition: ease-in 0.5s;
}

footer{
    font-size: 11px;
}
footer  .row{
    display: flex;
    height:100%;
    /* border-bottom:2px solid #21f3ff40; */
}
footer  .row .row{
    border-bottom:0;
}
footer > .row{
    margin-bottom:20px;
} 

footer > .row > div, footer .row .row > div{
    border-left:1px solid #21f3ff40;
    border-right:1px solid #21f3ff40;
}
footer > .row > div:last-child{
    border-left:0 solid ;
    border-right:0 solid;
}
footer > .row > div:first-child{
    border-left:0 solid ;
    border-right:0 solid;
}
.soc_link{
    display: flex;
    margin-top:30px;
}
.soc_link li{
    margin-right:15px;
    margin-bottom: 10px;
}
.soc_link img{
    width:30px;
}

.inbox,.insta,.twit,.fb{

    width: 28px;
    height: 28px;
    display: block;

}
.fb{

    width: 28px;
    height: 28px;
}

.twit{
    height: 28px;
}

.insta{
    width: 28px;
    height: 28px;
}
.insta:hover{
    width: 28px;
    height: 28px;
}
footer > div  .row:first-child{
    border-bottom:0;
}
.foot_menu_sec{
    font-size: 14px;
}
.foot_copy_right{
    font-size: 16px;
    font-weight: 500;
    margin-top:10px;
}
.category_name h1{
    font-size: 32px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.category_name{
    margin-bottom: 30px;
    color:#85e402;
    font-size: 16px;

}
.cat_list .select_sec,.mobile_select_sec,footer .foot_mobile_menu_sec{
    display:none;
}
.w-100{
    width: 100%;
}
.loader{
    position: fixed;
    height: 100vh;
    background: var(--bg_blue);
    width: 100%;
    z-index: 99;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader img{
    width:50%;
    max-width: 130px;
}
/**************khem pal css************/
  .play_sec{
      position: relative;
  }
  .play_sec img{ 
    opacity: 0.6;
  }
  .play_sec .play_btn{
    position: absolute;
    right: 0;
    top: 50%;
    background: #85e301d9;
    z-index: 9;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    display: none;
    left: 50%;
    width: 150px;
    transform: translate(-50%,-50%);
  }
  .play_sec .play_btn .fa-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 34px;
    cursor: pointer;
  }
  .play_user_txt{
      display: flex;
  }
  .play_user_txt .play_icon img{
    width: 61px;
    border: 4px solid #fff;
    border-radius: 14px;
    min-height: 61px;
  }
  .play_user_txt .play_txt{
    padding-left: 12px;
  }
  .play_user_txt .play_txt h1{
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .play_user_txt .play_txt p{
    font-size: 16px;
    color: #85e402;
    padding-top: 3px;
    margin-bottom: 0;
  }
  .play_shar_sec{
      display: flex;
      justify-content: space-between;
      padding-top: 12px;
  }
  .play_shar_sec ul{
      display: flex;
      list-style: none;
  }
  .play_shar_sec ul li{
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
 }
 .play_shar_sec ul li:nth-child(2){
    background: #ffffff29;
    
 }
 .play_shar_sec ul li:nth-child(2) a{
    padding: 5px 25px;
    width: 110px;
 }

 .play_shar_sec ul li:nth-child(3){
    background: #ffffff29;
 }
 .play_shar_sec ul li:nth-child(3) a{
    padding: 5px 25px;
    min-width: 107px;
 }
 .play_shar_sec ul li:last-child{
    margin: 0;
 }
  .play_shar_sec ul li a{
    font-size: 14px;
    color: #ffffff;
    padding: 5px 20px;
    cursor: pointer;
    text-align: center;
 }
 .top_ads{
    padding-top: 25px;
}
 .play_shar_sec ul li a:hover{
   text-decoration: none;
 }
 .like i{
    font-size: 18px;
 }
 .like.active{
    background: #ffffff;
    border-radius: 15px;
 }
 .like.active i{
    color: #82e011;
 }
 .like.active span{
    color: #000000;
 }
 .like-btn{
    display: none;
  }
 .liked{
    background: #ffffff;
    border-radius: 15px;
 }
 .like.active .like-count{
   display: none;
 }
 .like.active .like-btn{
    display: inline;
  }
 .liked span{
    color: #000000;
 }
 .liked i{
    color: #82e011;
    font-size: 18px;
 }
.bradcumb{
    display: flex;
    list-style: none;
}
.bradcumb li{
    display: flex;
    list-style: none;
    padding-right: 10px;
    justify-content: center;
    align-items: center;
}
.bradcumb li.fa-angle-right:before{
    font-size: 20px;
    padding-right: 7px;
    color: #84e404;
}

.bradcumb li a{
    font-size: 16px;
    color: #85e402;
}
.no_download_sec .head{
    font-size: 26px;
    color: #84e404;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
.no_download_sec .sub-txt{
    font-size: 16px;
    color: #6d6e71;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.star-user {
    display: flex;
    list-style: none;
}
.star-user li {
    margin-bottom: 5px;
    color: #6d6e71;
    margin-right: 15px;
    border: 1px solid #6d6e71;
    padding: 0 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.star-user li img{
    width: 12px;
    margin-right: 4px;
}
.walkthrough h2{
    font-size: 20px;
    color: #0d0448;
    margin-bottom: 10px;
}

.walkthrough .wplay_sec{
    display: inline;
    position: relative;
}
.walkthrough .wplay_sec img{
    width:375px;
    height: 210px;
}


.walkthrough .wplay_sec .wplay_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    height: 55px;
    background: #85e301;
    border: 4px solid #ffffff;
    z-index: 10;
    border-radius: 35px;
  }
  .walkthrough .wplay_sec .wplay_btn .fa-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    cursor: pointer;
  }
  .about_game_list{
      display: flex;
      padding-top:40px;
      flex-wrap: wrap;
  }
  .about_game_list .game_list{
    margin-right: 50px;
}
.list_btn_sec ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.list_btn_sec ul li{
    margin-right: 8px;
    margin-top: 15px;
}
.list_btn_sec ul li a{
    font-size: 14px;
    color: #84e404;
    border: 1px solid #84e404;
    border-radius: 18px;
    padding: 5px 10px;
}
.list_btn_sec ul li a:hover{
    background: #fff;
    color: #0b0645;
    font-weight: 600;
    text-decoration: none;
}
#play-iframe{
    display: none;
    height: 411px;
}
#play-iframe img{
    width:100%;
}
.section_404{
    max-width: 375px;
    margin: auto;
    padding-top: 114px;
    text-align: center;
}
.img-responsive{
    max-width: 100%;
}
.mx_auto{
    margin: auto;
}
.page_404_txt h2{
    font-size: 26.7px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom:18px;
}
.page_404_txt{
    font-size: 19px;
}
.home_btn_sec{
    font-size: 19px;
    color: #fff;
    display: inline-block;
    margin-left: auto;
    justify-content: center;
    padding: 18px 30px;
    background: #ffffff24;
    border-radius: 50px;
    margin-top: 85px;
}
.home_btn_sec a,.home_btn_sec a:hover{
    color:#fff;
    text-decoration: none;
}
.home_btn_sec img{
    transform: rotate(180deg);
    margin-right: 10px;
}

.page_404_footer{
    margin-top:86px;
    margin-bottom:50px;
}
.right_side .game_cat_title{
    padding-bottom: 10px;
}
.right_side .play_right_icon_sec{
    margin-bottom: 23px;
}
.nav > li.close_btn{
    display: none;
}
.name_rat{
    text-align: center;
    display: none;
}
footer  .row.foot_menu_sec{
    border-top:2px solid #21f3ff40;
}
.footer_menu,.soc_link {
    display: flex;
    justify-content: center;
    margin-top:15px;
}
.footer_menu li,.soc_link li {
    margin-bottom:5px;
}
.footer_menu li{
    padding-left: 10px;
    padding-right: 10px;
}
.footer_menu li a{
    color: #84e502;
    font-size: 16px;
    font-weight: 600;
}
.foot_copy_right{
    text-align: center;
    color: #84e502;
    font-size: 18px;
    font-weight: 500;
}
.download{
    padding-bottom: 10px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 10px 5px;
}
.play_game_sec .play-img,.play_game_sec .play_btn,.ads_mobile{
    display: none;
}
.play_game_sec #play-iframe{
    display:block;
     background: #001775;
}
.ads_mobile{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
/*.trending_games_sec .download{
    left: 4px;
    right: 4px;
    width: auto;
    bottom: 4px;
}*/
.cate_popup  .modal-header{
    min-height: 50px;
    border-bottom: 0;
}
.cate_popup  .modal-header button,.close,.close:hover{
    color: #fff;
    opacity: 1;
    background: none;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    top: 16px;
    right: 16px;
}
.cate_popup  .modal-body{
    display: flex;
    flex-direction: column;
}
.cate_popup  .modal-body .nav a{
    background: #fff;
    color: #0b0645;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #00000078;
    margin-bottom:15px;
    margin-left: 5px;
    margin-right: 5px;
} 
.cate_popup  .modal-body .nav  a:hover{
    background: #63ff00;
}
.cate_popup .modal-content ,#share .modal-content {
    background: #0b0645;
    border: 2px solid #fff;
    padding-bottom: 30px;
}
.mobile_show{
    height: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.5s;
    z-index: -1;
}
.no_download_sec .no_download_sec{
    padding:0;
    box-shadow: none;
}
.cat_head,.shar_head .modal-title{
    font-weight: 700;
    text-align: center;
    margin:0;
    font-size:24px;
}
.shar_head{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
#share .share_list{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
#share .share_list li{
    padding-right: 10px;
    padding-left: 10px;
}
.share_div{
    display: flex;
    flex-wrap: wrap;
}
.full_size{
    cursor: pointer;
}
.play_icon_list a:hover .download .name_rat span{
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.full_screen .play_sec,.play_game_sec .play_sec{
    height:100%;
}
.mobile_show li.active > a{
    position: relative;
}
.navbar-nav.mobile_show > li.active > a::before {
    content: "";
    width: 22px;
    height: 23px;
    position: absolute;
    right: 8px;
    top: 50%;
    border-radius: 50%;
    background: url(../../images/holagames/right_cer_icon2.png) no-repeat;
    background-size: 100%;
    left: auto;
    box-shadow: 0 0 0;
    transform: translate(0,-50%);
}
#linkDiv{
    padding: 12px 20px;
    background: #fff;
    border-radius: 31px;
    width: 100%;
    color: #0b0645;
    font-size: 16px;
    font-weight: 700;
    padding-right: 105px;
    word-break: break-all;
    text-overflow: ellipsis;
    height: 45px;
}
#linkDiv span{
    height: 20px;
    overflow: hidden;
    display: block;
}
.share_div button{
    position: absolute;
    right: 16px;
    background: #85e402;
    min-height: 45px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-right: 10px;
}
.link-copied{
    visibility: hidden;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.banner_sec.full_screen{
    position: fixed;
    z-index: 9;
    background: #0d0448;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
}
.play_sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_sec.full_screen #play-iframe{
    height:100%;
}
.banner_sec.full_screen .back_btn{
    display: block;
}
.back_btn{
    position: absolute;
    top: 10px;
    width: 40px;
    height: 35px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 2px solid #fff;
    background: #85e402;
    font-size: 22px;
    color: #0d0448;
    display: none;
    border-left: 0;
    font-weight: 700;
}
.back_btn i{
    font-size: 30px;
    font-weight: 700;
}
.view_all a{
    border: 1px solid #ffffff82;
    border-radius: 15px;
}
.shar_head img{
    width: 45px;
    margin-right: 10px;
    border: 2px solid;
    border-radius: 10px;
}
.adplay{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #85e301d9;
    border: 4px solid #ffffff;
    z-index: 11;
    border-radius: 76px;
    font-size: 20px;
    padding: 5px 20px;
    font-weight: 600;
    z-index: 9;
  }
  .language-dropdown.active ul{
    position: absolute;
    top: 35px;
    background: #fff;
    min-width: 200px;
    right: 0;
    text-align: center;
    padding: 10px;
    flex-direction: column;
    display: block;
    z-index: 9;
    border-radius: 14px;
  }
  .language-dropdown.active ul li{
    min-width: 100%;
    margin-left: auto;
    display: inline-flex;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 20px;
    color:#0d0448;
  }
  .language-dropdown ul li.active_lang{
    background: #0d0448;
    color: #fff;
    position: relative;
    font-weight: 700;
    transition: ease-in 0.5s;
  }
  .language-dropdown ul li.active_lang::before,.language-dropdown .select_option li.active_lang::before{
    content: "";
    width: 22px; 
    height: 22px; 
    position: absolute;
    right: 8px;
    top: 50%;
    border-radius: 50%;
    background: url(../../images/holagames/right_cer_icon2.png) no-repeat;
    background-size: 100%;
    left: auto;
    box-shadow: 0 0 0;
    transform: translate(0,-50%);
  }
  .language-dropdown ul li{
    min-width: 100%;
    margin-left: auto;
    display: inline-flex;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 20px;
  }
  .all_ads.middle_ad{
    justify-content: center;
  }
  .all_ads{
      margin-bottom: 15px;
  }
  .mobile_sec{
     visibility: hidden;
     z-index: -1;
     position: absolute;
  }
  .all_ads .ad_box{
      display: flex;
      justify-content: center; 
  }
  .no_download_sec ul{
    list-style: disc;
    color: #808285;
    padding-left: 15px;
  }
  .right_side .play_icon_list{
    padding-left: 15px;
    padding-right: 15px;
  }
  .cat_sec .category_name{
    margin-bottom: 10px;
  }
  .cat_sec  .play_icon_list{
    padding-top: 10px;
    justify-content: left;
    border-top: 2px solid #233e24;
  }
@media (max-width: 1330.98px) {
    .main_container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-nav > li > a, .navbar-nav > li > a:hover{
        margin-left: 5px;
        margin-right: 5px;
    }
    .logo{
        max-width: 180px;
    }
    .play_icon_list li{
        padding-left: 1.6%;
        padding-right: 1.6%;
    }
    .play_icon_list{
        justify-content: center;
    }
    .icon_div_play_games li > div{
        padding: 15px;
        min-width: 100px;
    }
}
@media (max-width: 1199.98px) { 
    .logo {
        max-width: 140px;
    }
    .language-dropdown {
        padding-left: 5px;
        /* max-width: 115px;
        min-width: 115px; */
    }
    .navbar-nav > li > a, .navbar-nav > li > a:hover {
        margin-left: 0px;
        margin-right: 0px;
    }
    .play_icon_list li a, .top_carousel a {
        display: block;
        width: 84px;
        height: 84px;
    }
    .icon_div_play_games ul{
        flex-wrap: wrap;
    }
    .icon_div_play_games ul li{
        margin-bottom: 20px;
    }
    .plr_5_per {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pr_6_per {
        padding-right: 2%;
    }
    .pl_5_per {
        padding-left: 15px;
    }
    /* .cat_list ul:first-child {
        margin-right: 10%;
    } */
    .col-md-12{
        width:100%;
    }
    .navbar-right{
        margin-right: 0;
    }
    /* .ads_mobile{
        display: block;
    }
    .ads_desktop{
        display: none;
    } */
 }
 @media (max-width: 991.98px){
    .cat_list .select_sec,.mobile_select_sec{
        display:flex;
    }
    
    .mobile_select_sec{
        padding-left:10px;
    }
    .mobile_select_sec span img{
        width:30px;
        margin-top: 3px;
    }
    .select_sec span{
        margin-right:10px;
    }
    .cat_list ul,.mobile_none{
        display: none;
    }
    footer .foot_mobile_menu_sec{
        display: block;
    }
    .foot_mobile_menu_sec ul{
        display: flex;
        justify-content: center;
        margin-top:0;
        flex-wrap: wrap;
    }
    .mobile_menu{
        margin-bottom:0;
    }
    .mobile_menu li{
        margin-left:5px;
        margin-right:5px;
    }
    footer .mobile_menu li a{
        color: #84e404;
        font-weight: 600;
        font-size: 16px;
    }
    .language-dropdown,.main_nav .navbar-right.in#myNavbar{
        min-width: 100%;
        max-width: 100%;
    }
    .icon_div_play_games ul li{
        margin-right: 20px;
    }
    .icon_div_play_games ul{
        justify-content: flex-start;
    }
    .no_download_sec h1{
        margin-bottom:12px;
    }
    .no_download_sec h2{
        margin-bottom:12px;
    }
    .no_download_sec h3{
        margin-bottom: 5px; 
    }
    .no_download_sec p{
        margin-bottom: 18px;
    }
    .foot_copy_right{
        text-align: center;
    }
    .cat_list.active ul{
        display: block;
        position: fixed;
        top: 50px;
        background: #fff;
        z-index: 99;
        width: 200px;
        border-radius: 10px;
    }
    .cat_list.active .navbar-nav > li > a,.cat_list.active .navbar-nav > li > a:hover{
        color:#0d0448;
        text-align: center;
        display: block;
        padding: 12px;
    }
    .navbar-nav > li.active > a:before{
        bottom:0;
    }
    .category_name h1 {
        font-size: 35px;
        text-align: left;
    }
    .category_name{
        margin-bottom: 20px;
    }
    .col-md-12{
        width:100%;
    }
  .view_all{
        display: none !important;
    }
    .navbar-toggle{
        margin:0;
        padding:0;
        display: flex;
    }
    .navbar-toggle .select_sec{
        display: block;
    }
    .main_nav .navbar-right.in#myNavbar{
        display: block !important;
    }
    .mobile_show{
        display: block;
    }
    /* .select_sec{
        border: 2px solid var(--white);
    } */
    .select_sec {
        border: 1px solid #ffffff82;
    }
    .container-fluid > .navbar-header{
        margin-left:0;
    }
    .navbar-header{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .navLang.in .cat_menu.in ul.mobile_none,.ads_mobile,.select_sec,.navbar-header:before,.navbar-header:after{
        display: none;
    }
    
    .main_nav > div,.navLang.in .select_option,.language-dropdown.in{
        display: block;
    }
    .navLang.in .cat_menu.in ul.mobile_show{
        height: 100%;
        visibility: visible;
        position: relative;
        z-index: 9;
    }
    .play_game_sec #play-iframe.play_container{
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
        height: 100%;
        width: 100%;
    }
    .banner_sec.play_game_sec{
        max-height: 100%;
        position: fixed; 
        z-index: 99;
        top: 0;
        min-width: 100%;
        bottom: 0;
    }
    .banner_sec.play_game_sec .back_btn,.cat_list ul.mobile_show{
        display: block;
    }
    .banner_sec.play_game_sec .back_btn{
        position: fixed;
        z-index: 9;
        left: 0;
    }
    .navLang.mobile_sec.collapse.in .language-dropdown{
        height:auto  !important;
    }
    .navLang.mobile_sec.collapse.in .navLang .select_option{
        visibility: visible;
    }
    .cat_menu ul{
        width: 100%;
        background: #fff;
        margin-left: 0;
        padding-top:10px;
        padding-bottom:10px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .cat_menu .navbar-nav > li.active > a{
        background: #0d0448;
        color: #fff !important;
        position: relative;
    }
    .nav > li {
        display: flex;
        justify-content: center;
    }
    .navLang .select_option{
        position: relative;
        top: 0;
        z-index: 9;
        border-radius: 0;
        margin-bottom:15px;
    }
    .language-dropdown ul li {
        min-width: 200px;
    }
    /* .navLang .select_option::before,.navLang .select_option::after{
        content: "";
        width:41px;
        height:100%;
        top:0;
        bottom:0;
        left:-41px;
        position: absolute;
        background: #fff;
    }
    .navLang .select_option::after{
        left:auto;
        width: 36px;
        right: -36px;
    } */
    /* .navLang.cat_menu,.cat_list{
        display: none;
    }  */
    .mobile_show {
        height: 100%;
        visibility: hidden;
        position: relative;
        transition: all 0.0s;
        z-index: 9;
        background: #fff;
        padding-top: 0;
        padding-bottom: 10px;
        left: 0;
    }
    .cat_menu .navbar-nav > li > a {
        padding: 14px 40px;
        border-radius: 38px;
        color: #0d0448;
    }
    .language-dropdown .select_option li.active_lang{
        background: #0d0448;
        color: #fff;
        position: relative;
        font-weight: 700;
        border-radius: 44px;
    }
    .language-dropdown .select_option li.show span{
        background: #0d0448;
        color: #fff;
        position: relative;
        font-weight: 400;
    }
    .language-dropdown .select_option li span{
        padding: 10px 30px;
        display: block;
        border-radius: 80px;
    }
    
    
    .cat_menu ul:first-child{
        margin-right: 0;
    }
    .mobile_sec {
        position: relative;
        visibility: hidden;
        z-index: 9;
        height: 0;
    }
    .mobile_sec.in{
        visibility: visible;
        z-index: 9;
        position: relative;
        height: auto;
     }
     .navLang.cat_menu.in .select_option,.navLang.cat_menu.in .language-dropdown,.navLang.cat_menu .navLang.in .select_option{
         display:none;
     }
     .main_nav .navLang.cat_menu#myNavbar{
         display: none !important;
     }
     .language-dropdown {
        padding-left: 0;
    }
    .cat_menu.mobile_sec ul.mobile_show{
        display: block;
        /* overflow: scroll; */
        position: relative;
    }
    .cat_menu.mobile_sec.in ul.mobile_show{
        visibility: visible;
        display: flex;
        flex-direction: column;
    }
    .mobile_sec{
        width: 100%;
    }
    .cat_menu.mobile_sec ul.mobile_show:before,.cat_menu.mobile_sec ul.mobile_show:after ,.navLang .select_option:before,.navLang .select_option:after{
        content: "";
        width: 21px;
        height: 100%;
        position: absolute;
        background: #fff;
        top: 0;
        bottom: 0;
        left: -20px;
        display: block;
    }
    .cat_menu.mobile_sec ul.mobile_show:after ,.navLang .select_option:after{
        left:auto;
        right:-20px;
    }
 }
 .play_icon_list .desktop a .seo_image{
    display: none;
}
.uns-mobile .divc-comptbletxt{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color:#ffffff;
}
.divc-comptbletxt{
    display: none;
}
 @media(max-width:767px){
    /* .navLang .select_option::before, .navLang .select_option::after{
        width: 16px;
        left:-16px;
    }
    .navLang .select_option::after{
        left: auto;
        right: -16px;
    } */
    .uns-mobile .divc-comptbletxt{
        display: block;
        text-align: center;
        width: 80%;
        font-size: 15px;
    }
    .uns-mobile .video-ads #playButton{
        display: none;
    }
    .uns-mobile .video-ads #contentElement{
        z-index: 0;
        background: #000000;
        opacity: 0.6;
        height: 100%;
    }
    .play_icon_list .desktop a{
        pointer-events: none;
        opacity: 0.5;
    }
    .play_icon_list .desktop a .img-reponsive{
        display: none;
    }
    .play_icon_list .desktop a .seo_image{
        display: block;
        max-width: 100%;
        
    }
    .play_sec .play_btn{
        border: 2px solid #ffffff;
    }
    .play_shar_sec{
        flex-wrap: wrap;
    }
    .play_user_txt .play_icon img{
        /* width:45px; */
        border: 2px solid #fff;
        min-height:45px;
    }
    .play_user_txt .play_txt h1{
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 4px;
    }
    .play_user_txt .play_txt p{
        font-size: 12px;
    }
    
    .play_shar_sec ul{
        padding-top: 10px;
        justify-content: space-between;
    }

    .play_shar_sec ul li:nth-child(1){
        order:3;
        border: 1px solid #ffffff2e;
        border-radius: 22px;
        margin-right: 0;
    }
    .play_shar_sec ul li:nth-child(2){
        order: 1;
        margin-left: 0;
    }
    .play_shar_sec ul li:nth-child(3){
        order: 2;
    }
    .play_shar_sec ul li:last-child{
        display: none;
    }
    .bradcumb li a{
        font-size: 13px;
    }
    .no_download_sec .head{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .no_download_sec .sub-txt{
        font-size: 12px;
    }
    .no_download_sec p{
        font-size: 14px;
    }
    #play-iframe{
        height: 175px;
    }
    #play-iframe img{
        width:100%;
    }
    .about_game_list .game_list{
        margin-right: 0px;
    }
    .cat_list.active ul{
        top: 66px;
        width: 100%;
        border-radius: 0;
        left: 0;
        right: 0;
        margin: auto 0;
    }
    .cat_list.active .navbar-nav > li > a, .cat_list.active .navbar-nav > li > a:hover{
        padding: 14px 40px;
        border-radius: 38px;
    }
    .navbar-nav > li.active > a{
        background: #0d0448;
        color: #fff !important;
        position:relative;
    }
    .cat_list.active .select_sec{
        background: #fff;
        color: #0d0448;
    }
    .cat_list.active .select_sec i{
        transform: rotate( 180deg );
    }
    
    .navbar-nav > li.active > a:before{
        background: url(../img/right_cer_icon2.png);
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        left: auto;
        height: 20px;
        width: 20px;
        background-size: 100%;
        box-shadow: 0 0 0;
    }
    .cat_list.active ul{
        padding-top:20px;
        padding-bottom:20px;
    }
    footer .row{
        border-bottom:0;
    }
    .foot_copy_right{
        margin-top:0;
    }
    .soc_link li{
        margin-bottom: 10px;
    }
    .game_cat_title h5{
        font-size: 14px;
    }
    .carousel-wrap{
        margin-top: 0;
    }
    .bot_ads{
        padding-bottom: 0;
    }
    
    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after{
        display: none;
    }
    
    .select_sec{
        padding: 3px 10px;
    }
    .select_sec span {
        margin-right: 5px;
    }
    .mobile_select_sec span img {
        width: 25px;
    }
    .language-dropdown.in{
        margin-top: 10px;
        position: relative;
        background: #fff;
        padding: 15px;
        background: none;
        padding: 0;
        margin-top: 0;
    } 
    .language-dropdown.in .select_option li{
        display: flex !important;
        justify-content: center;
        width: 170px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 30px; 
    }
    
    
    
    /* .cat_menu.in .navbar-nav > li > a{
        padding: 14px 40px;
        border-radius: 38px;
        color: #0d0448;
    } */
    
    .nav > li.close_btn i{
        font-size: 30px;
    }
    .nav > li.close_btn{
        color: #0d0448;
        font-weight: 700;
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    /* .select_option li.show:after,.language-dropdown {
        display: none;
    } */
    .select_option li.show span:after {
        content: "\f058";
        font: normal normal normal 18px/1 FontAwesome;
        margin-left: 5px;
        color: var(--green);
        position: absolute;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        background: #fff;
        border-radius: 62%;
        line-height: 10px;
    }
    
    /* .footer_menu{
        justify-content: space-between;
    } */
    /* .footer_menu li {
        padding-left: 0;
        padding-right: 0;
    } */
    .owl-carousel.top_carousel{
        margin-top:15px;
    }
    .ads_mobile{
        display: block;
    }
    /* .ads_desktop{
        display: none;
    } */
    .download {
        border-bottom-left-radius: 11px;
        border-bottom-right-radius: 11px;
    }
    .game_cat_title {
        border-bottom: 2px solid #233e243d;
    }
    .logo {
        max-width: 160px;
    }
    .main_nav{
        padding-left:0;
        padding-right:0;
    }
    .cat_menu.mobile_sec ul.mobile_show:before,.cat_menu.mobile_sec ul.mobile_show:after ,.navLang .select_option:before,.navLang .select_option:after{
        width: 17px;
        left: -15px;
    }
    .cat_menu.mobile_sec ul.mobile_show:after ,.navLang .select_option:after{
        right:-15px;
        left: auto;
    }
    .navLang .select_option:before,.navLang .select_option:after{
        content: "";
        width: 17px;
        height: 100%;
        position: absolute;
        background: #fff;
        top: 0;
        bottom: 0;
        left: -15px;
        display: block  ;
    }
    .navLang .select_option:after{
        left:auto;
        right:-15px;
    }
 }
 @media (max-width: 499.98px){
    .icon_image img {
        width: 30px;
    }
    .play_shar_sec div:nth-child(2){
        width:100%;
    }
    .play_shar_sec ul{
        justify-content: flex-start;
    }
    .play_shar_sec ul li{
        margin: 0;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .top_carousel a{
        width: 100%;
        height: auto;
    }
    .owl-carousel.top_carousel .owl-item.active::nth-child(2){
        width: 140%;
        position: relative;
        z-index: 9;
        left: -20%;
    }
    .mobile_select_sec {
        padding-left: 10px;
    }
    .cat_list .select_sec{
        font-size: 13px;
        padding: 5px 10px;
    }
    .icon_div_play_games ul{
        justify-content: space-between;
    }
    .icon_div_play_games ul li{
        margin-right:0;
    }
    .icon_div_play_games ul li:first-child{
        width:100%;
    }
    .play_icon_list li {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .no_download_sec{
        border-radius: 10px;
    }
    .icon_div_play_games li > div{
        padding: 15px 5px;
        min-width: 100%;
        max-width: 100%;
        min-height: 95px;
        border-radius: 10px;
    }
    .icon_div_play_games ul li{
        width: 23%;
    }
    .icon_div_item p{
        font-size: 9px;
        margin-bottom: 0;
    }
    .play_icon_list li a, .top_carousel a{
        border: 2px solid #fff;
        border-radius: 12px;
        width: 78px;
        height: 78px;
    }
    .play_icon_list li a>img, .top_carousel a >img {
        border-radius: 9px;
    }
    footer .mobile_menu li a{
        font-size: 13px;
    }
    .go_to_top {
        font-size: 16.85px;
    }
    .icon_div_play_games ul li:first-child{
        width: 100%;
    }
    .category_name h1 {
        font-size: 26px;
    }
    .main_container {
        padding-left: 0;
        padding-right: 0;
    }
    /* .owl-nav .owl-next .right_icon_sec,.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
        display: none;
    } */
    .item_block a{
        border-radius: 12px;
        border: 2px solid #fff;
    }
    .item_block a img, .bottom_carousel .owl-item img{
        width:50px;
    }
    .item_block .download{
        padding-left:5px;
        padding-right:5px;
    }
    .item_block .name_rat{
        font-size: 12px;
    }
    .plr_0{
        padding-left: 0;
        padding-right: 0;
    }
    
    .go_to_top{
        padding-top:0;
        padding-bottom:10px;
        margin-top: 10px;
    }
    .home_btn_sec,.page_404_txt{
        font-size: 14px;
    }
    .page_404_txt h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .section_404{
        padding-top: 146px;
        max-width: 250px;
    }
    .home_btn_sec{
        padding: 15px 22px;
        margin-top: 145px;
    }
    .page_404_footer {
        margin-top: 45px;
    }
    .select_sec i {
        font-size: 22px;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
        margin-left:0;
    }
    
   /* .owl-carousel.top_carousel .owl-nav .owl-next .right_icon_sec, .top_carousel.owl-carousel .owl-dot, .owl-carousel.top_carousel .owl-nav .owl-next, .owl-carousel.top_carousel .owl-nav .owl-prev{
        display: block;
    } 
    .owl-carousel.top_carousel .owl-nav .owl-prev, .owl-carousel.top_carousel  .owl-nav .owl-prev .left_icon_sec,.owl-carousel.top_carousel .owl-nav .owl-next,.owl-carousel.top_carousel  .owl-nav .owl-next .right_icon_sec{
        background: none;
    }*/
    .play_user_txt .play_icon img{
        max-width:61px;
    }
    /* .play_shar_sec ul li{
        margin-right: 10px;
        margin-bottom: 10px;
    } */
    .play_shar_sec ul{
        flex-wrap: wrap;
    }
    .play_shar_sec ul li:nth-child(3) a{
        min-width: 98px;
    }
    .play_shar_sec ul li:nth-child(2) a {
        padding: 5px 20px;
        width: 100px;
    }
    .main_nav > div{
        padding-left: 0;
        padding-right: 0;
    }
    .cat_menu.mobile_sec ul.mobile_show:before,.cat_menu.mobile_sec ul.mobile_show:after ,.navLang .select_option:before,.navLang .select_option:after{
        display: block;
    }
    .main_container > *{
        padding-left:15px;
        padding-right:15px;
    }
    .main_container > .mobile_sec{
        padding-left:0;
        padding-right:0;
    }
}

@media (max-width: 479.98px){
    .play_icon_list li{
        padding-left: 1.2%;
        padding-right: 1.2%;
    }
    .play_icon_list {
        justify-content: center;
    }
    .no_download_sec {
        padding: 15px 15px;
    }
    .play_shar_sec ul li a {
        padding: 5px 10px;
    }
    .play_shar_sec ul li:nth-child(2) a {
        padding: 5px 10px;
    }
    .play_shar_sec ul li:nth-child(3) a {
        padding: 5px 10px;
    }
    .cat_menu.mobile_sec ul.mobile_show:before,.cat_menu.mobile_sec ul.mobile_show:after ,.navLang .select_option:before,.navLang .select_option:after{
        display: block;
    }
}
@media (max-width: 374.98px){
    .play_icon_list li{
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .icon_div_play_games li > div{
        min-height: 75px;
    }
    .category_name h1 {
        font-size: 22px;
    }
    .logo {
        max-width: 100px;
    }
    .play_shar_sec ul li a{
        padding: 5px 10px;
    }
    .play_shar_sec ul li:nth-child(2) a{
        padding: 5px 10px;
      
    }
    .play_shar_sec ul li:nth-child(3) a{
        padding: 5px 10px;
    }
    .bradcumb li a {
        font-size: 10px;
    }
    .adplay{
        font-size: 14px;
     padding: 5px 12px;
    }
}
#adContainer iframe{
    width:100%;
    height: 100%;
    z-index: 99;
}
#adContainer div > div:first-child{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
  }
  #contentElement{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #adContainer > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  #adContainer > div {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #playpage-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #001775;
    top: 0;
    display: none;
  }
  #playpage-loader img{
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    height: auto;
  }
  

  .holagames-google-search{
    margin: 20px 0;
}
.gssb_a span{
    color: #000000;
}
