/* Commomn styles */

/*@font-face {
font-family: "Sassoon Sans Std";
src: url("css/fonts/SassoonInfantStd.otf");
}*/
html,body{
  overflow-x: hidden;
}
body
{
  font-family: 'Rubik', sans-serif;
  font-weight:400;    
  color: #000;
}
.banner_text_overlay {
    position: absolute;
    bottom: 35px;
    transform: translate(-50%, -50%);
    left: 28%;
    z-index: 999;
}

.banner_text_overlay h5.font-weight-bold {
    font-size: 48px;
    width: 650px;
    color: #fff;
}
.brand_bg .carousel-wrap .owl-stage {
    margin: 0 auto;
}
.bannerslider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 99999;
    transform: translate(-50%,0%);
}
.bannerslider {
    height: unset!important;
}
.bannerslider .owl-dots .owl-dot {
    background-color: #fff;
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 50%;
    margin: 0 3px;
}
.bannerslider  .owl-dots .owl-dot.active {
    background-color: #0070C0;
}
.blackbg {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)) repeat scroll 0 0;
    display: inline-block;
    height: 60%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media(max-width: 992px){
  .banner_text_overlay {
        left: 36%;
        bottom: 13px;
}
.banner_text_overlay h5.font-weight-bold {
    font-size: 16px;
    width: 100%;
    text-align: left;
}
.blackbg {
    height: 100%;
    }
    .bannerslider .owl-dots {
    bottom: 15px;
}
.bannerslider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
}
}
@media(min-width: 768px) and (max-width: 992px){
  .banner_text_overlay {
    bottom: 40px;
    width: 50%;
}
}
@media(min-width: 993px) and (max-width: 1280px){
.banner_text_overlay {
    width: 60%;
    left: 40%;
}
.banner_text_overlay h5.font-weight-bold {
    font-size: 35px;
}
}
/*  Commomn styles end */

/*=================nav bar start=================*/
.top_nv_bg{
  background-color: #0070C0;
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
}
.top_nv_srch .top_nv_srch_control {
    height: calc(25px + 15px);
    border-radius: 30px;
    border: 0px solid #ced4da;
}
.top_nv_srch_form .input-group-text {
    background-color: #ffffff;
    border: 0px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem 20px;
    border-top-right-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
}
.top_nv_srch_control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 2%);
}
.top_nav_item .sub_top_text p{
      font-size: 13px;
      color: #fff;
      float: right;
}
.sub_top_text .nav_top_icon{
 width: 35px;
    height: 35px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
}
.sub_top_text p .sub_span{
      display: block;
}

.dropdown .acc_drop.dropdown-toggle{
      background-color: transparent;
    color: #fff;
    font-weight: lighter;
}
.dropdown .acc_drop.dropdown-toggle.btn.focus, 
.dropdown .acc_drop.dropdown-toggle.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.nav_bar_clever .navbar-nav.nav_menu .nav-link {
    padding-right: 40px;
    padding-left: 40px;
    color: rgb(0 0 0);
}
.nav_bar_clever .navbar-nav.nav_menu .nav-link:focus, 
.nav_bar_clever .navbar-nav.nav_menu .nav-link:hover {
    color: rgb(0 0 0);
}
li.nav-item.active a.nav-link{
  color: #0070C0!important;
}
.dropdown .custom_drop{
 border-top: 5px solid #f80!important; 
}
/*=================nav bar end=================*/

/*===============banner section start===============*/
.banner_bg{
  position: relative;
}
.carousel_cption .carousel-item .carousel-caption{
   text-align: left;
   left: 5%;
}
.carousel-caption .caption_circle{
 position: relative;
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caption_circle .banner_text_overlay{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 45%;
    color: #4A4A4A;
}
.carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
/*===============banner section end===============*/

/*==================about start==================*/
.about_bg_sec{
  position: relative;
  padding-top: 150px;
   margin-bottom: 150px;
  /*background-image: url("../img/about-bg.png");*/
}
.about_bg_sec .about-left{
    position: absolute;
    top: 0;
    z-index: -1;
}
.about_bg_sec .about-bottom{
    position: absolute;
    bottom: 0;
    right: 0px;
    top: 60px;
    z-index: -1;
}

/*==================about end==================*/

/*================game card start================*/
.game_card_content .game_more_btn{
   background-color: #FF8800;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 7px 60px;
}
.game_card_content .game_more_btn:hover{
   background-color: #0070C0;
}
.game_card_content .game_more_btn img{
  width: 25px;
}
.gm_col .game_card:hover{
    box-shadow: 0px 1px 22px #0070c029;
border-radius: 25px;
transition: all 0.3s linear;

}
.gm_col .game_card .game_card_content img{
transition: all 0.6s linear;
}
.gm_col .game_card:hover .game_card_content img{
-webkit-transform: rotateZ(90deg);
      -moz-transform: rotateZ(90deg);
      transform: rotateZ(90deg);
transition: all 0.5s linear;
}

{
  
}
.gm_col .game_card {
    padding: 20px;
    position: relative;
    border: 1px solid #f5f5f5;
    border-radius: 25px;
    transition: all 0.3s linear;
}
.game_card .game_card_img{
    height: 230px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.game_card .game_card_img img{
    max-height: 100%;
    width: auto;
}
.gm_col .view_btn{
    color:#0070C0;
    font-size: 23px;
}
.gm_col .view_btn:hover,.gm_col .view_btn:focus{
  text-decoration: none;
  outline: none;
}
.card-list {
    display: block;
    margin: 1rem auto;
    padding: 0;
    font-size: 0;
    text-align: center;
    list-style: none;
}
.card1 {
    display: inline-block;
    width: 25%;
    text-decoration: none;
    overflow: hidden;
    transition: transform .1s ease-in-out,box-shadow .1s;
    margin-bottom: 30px;
    border-radius: 10px;
    height: 150px;
}
.card1 a h4 {
    font-size: 18px;
    color: #000;
}
.card1 a.nav-link {
    border: 1px solid #e5e5e5;
    padding: 20px;
    height: 150px;
    margin: 0 15px;
    border-radius: 10px;
}
.card1 a.nav-link img {
    margin-bottom: 20px;
}
/*================game card end================*/
/*==================testimonial start==================*/
.testi_bg{
  padding-top: 30px;
  padding-bottom: 30px;
}
.container .test_hd{
  color: #545454;
}
.testimonial_col .card.testimonial_card{
background-color:#0070C0;
border-radius: 30px;
}
.testimonial_text_col .testi_sub_p{
 font-size: 14px;
}
.testimonial_text_col h4{
  font-size: 20px;
    font-weight: lighter;
}
.row .testimonial_img_col img{
    width: 90px;
    margin: 0 auto;
}
.card.testimonial_card .card-body{
  padding-top: 40px;
}
/*==================testimonial end==================*/

/*======================brand start======================*/
.brand_bg{
  padding-top: 40px;
  padding-bottom: 40px;
}
/*======================brand end======================*/

/*===================game page start===================*/
.gm_banner_bg{
  background-color: #004474;
  position: relative;
}
.gam_text_col .banner_text{
        position: absolute;
    padding-top: 10%;
    width: 100%;
    color: #fff;
}

.gam_text_col .banner_text h1{
  font-size: 28px;
}

.game_card .offer_bdg{
    position: absolute;
    left: 0px;
    top: 0;
}
.game_card .offer_bdg p{
  -moz-transform: translateX(-15%) translateY(-414%) rotate(-43deg);
    -webkit-transform: translateX(-15%) translateY(-414%) rotate(
-43deg
);
    transform: translateX(-15%) translateY(-414%) rotate(
-43deg
);
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}
.game_card_content p {
    min-height: 50px;
    color: #000;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
}
.game_card_content a {
   text-decoration: none;
}
.pos-rel{
  position: relative;
}
span.angledwn {
    position: absolute;
    right: 30px;
    bottom: 5px;
}
/*===================game page end===================*/

/*===================detail page start===================*/
.detail_banner_bg{
  background-color: #004474;
  padding-top: 15px;
  padding-bottom: 15px;
}
.detail_bnr_text_col h1{
      font-size: 28px;
}
.detail_bnr_text_col p{
  background-color: #FF8800;
    width: fit-content;
    margin: 0 auto;
}

.detail_bnr_bdg .pice_bdg{
    background-color: #fff;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-radius: 10px;
    margin: 0 auto;
}
.detail_bnr_bdg .btn_dtil{
  background-color: #FF8800;
  color: #ffffff;
}
.detail_bg{
  padding-top: 50px;
  padding-bottom: 50px;
}
.detail_col_text h4{
  color: #004474;
  font-weight: 600;
}
.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding-left: 20px;
}
.custom-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('../img/bullet.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*===================detail page end===================*/

/*=====================about page start=====================*/
.about_bnr_col h1{
  font-size: 28px;
}
.about_banner_bg{
  background-repeat: no-repeat!important;
    background-position: center center!important;
    background-attachment: scroll;
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-background-size: cover!important;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover!important;
}
.abt_inr_text_col h4{
  color: #004474;
}
.abt_inr_text_col p{
      line-height: 1.8;
}
.about_sec_pg{
  position: relative;
}
.about_sec_pg .clout_top {
    position: absolute;
    z-index: -1;
    top: 0;
    display: none;
}
/*=====================about page end=====================*/

/*==================contact page start==================*/
.contact_grp .form-control{
  padding: 10px 0;
  border-radius: 0;
    border: none;
      border-bottom: 1px solid #ced4da;
}
.contact_fm_col .btn-contact{
    background-color: #FF8800;
    font-weight: 600;
    color: #fff;
    padding: 7px 60px;
}
.contact_fm_col .btn-contact:hover{
      background-color: #0070C0;
}
.contact_grp .form-control:focus {
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.contact_bg .bg_contact{
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact_bottom{
      position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/*==================contact page end==================*/


/*==========================footer start==========================*/
.footer_bg{
  background-color:#004170;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer_col p{
  font-size: 14px;
  color: #698fab;
}
.footer_col h5{
  font-size: 16px;
 color: #ffffff;
 height: 25px;
}
.footer_nav .nav-item .nav-link{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    color: #698fab;
        padding-bottom: 0px;
}
.footer_col .form-inline{
flex-flow: unset;
    background-color: #8fabc0;
    padding: 5px;
    border-radius: 10px;
}

.form-inline .subscribe_btn{
  background-color: #0070C0;
  color: #ffffff;
  padding: 5px 10px;
}
.form-inline .subscribe_btn:hover {
    background-color: #ff8800;
}

.footer_col .sub_form{
/*background-color: #fff;*/
    /*width: 100%;*/
    display: flex;
}
.sub_form .form-inline .form-control{
    border: none;
    background-color: #8fabc0;
    padding: 0px 5px;
    height: calc(35px + 2px);
    font-size: 15px;
}
.sub_form .form-inline .form-control:focus {
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
} 
.social_ftr .fa{
 font-size: 20px;
}
.social_ftr .icon_sc_pad{   
    padding-left: 35px;
}

.footer_bottom{
  background-color: #023457;
}
.small_ftr_fnt{
  font-size: 14px;
  font-weight: lighter;
}
/*==========================footer ends==========================*/


/*updates start*/
input[type=date], input[type=email], input[type=number], input[type=password], input[type=text], input[type=text], select, textarea {
    text-indent: 0;
    width: 100%;
    height: 45px;
    border: 1px solid #cbcbcb;
    padding: .5em .5em;
  margin: 0;
  font-size: 0.9rem;
}
input[type=email], input[type=file], input[type=number], input[type=password], input[type=search], input[type=submit], input[type=tel], input[type=text], select, textarea {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    border-radius: 0!important;
  box-shadow: none!important;
  font-size: 0.9rem;
}
input[type=text]{
  -webkit-appearance: none;
  border-radius: 0!important;
  box-shadow: none!important;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 0.95rem;
}
.form-check a{
  text-decoration: underline;
}
.form-check a:hover{
  color: rgb(253, 121, 0);
}
.dl-bootom-row .form-check {
  float: left;
  padding-left: 0rem;
}
.custom-check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
.custom-check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0px;
}
.dl-bootom-row .custom-check-box {
  margin-bottom: 0px;
}
.checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  border-radius: 0%;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(253, 121, 0);
  border-image: initial;
}

.custom-check-box input:checked ~ .checkmark::after {
  display: block;
}


.custom-check-box .checkmark::after {
  left: 7px;
  top: -2px;
  width: 9px;
  height: 16px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: rgb(253, 121, 0);
  border-image: initial;
  border-width: 0px 3px 3px 0px;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.more-btn {
    padding: 10px 50px 9px 50px;
    color: rgb(255, 255, 255);
    transition: 0.3s all;
    border: 2px solid #2f4d98;
    background-color: #2f4d98;
    font-weight: 600;
    text-decoration: none !important;
}

.more-btn a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3rem;
  padding: 10px 30px;
  transition: 0.3s all;
}
.more-btn:hover {
    background: rgb(227, 230, 232);
    color: rgb(47, 77, 152);
}
.login-bt-col .more-btn-pos {
    padding-bottom: 10px;
}

/*===============================================cart + checkout page start===============================================*/
.more-btn-invert-2 {
    border: 2px solid #2f4d98;
    color: #2f4d98;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3rem;
    padding: 8px 30px;
    transition: 0.3s all;
    background: rgba(240, 185, 19, 0);
    cursor: pointer;
}
.more-btn-invert-2:hover {
    color: #2f4d98;
}
.cart-section {
    margin-bottom: 30px;
    margin-top: 30px;
}

.checkout-section{
  margin-bottom: 30px;
}
.container .checkout-row {
    padding: 5px 0px;
    border-bottom: 3px solid #f1f1f1;
    margin-bottom: 15px;
}
.checkout-row .chec-head-tb h4{
  color: rgb(60, 60, 68);
  font-weight: bold;
  font-size: 1rem;
}
.chec-item-tb {
    text-align: right;
}
.checkout-inside .chec-item-tb p{
  color: #7f8284;
  margin: 0;
  font-size: 16px;
}
.chec-item-ta p{
  font-weight: 600;
    margin-bottom: 5px;
}
.checkout-inside .chec-item-tb p span{
  font-weight: 700;
}
.chec-item-tb .remove-checkout{
  color: #ff8329;
  font-size: 12px;
  border-bottom: 2px solid #ff8329;
  margin-top: 5px;
  letter-spacing: 1px;
  text-decoration: none;
}
.chec-item-tb .form-group .form-control{
  border-radius: 0px;
  border: 2px solid #ced4da;
  height: 44px;
  margin-bottom: 2px;
  max-width: 140px;
  font-size: 17px;
}
.container .row-gap{
}
.check-out-section{
   margin-top: 75px;
  margin-bottom: 75px;  
}
.chec-item-tb .mob-only{
  display: none;
}
.chec-item-ta .mob-only{
  display: none;
}
.checkou-price-row .promo-code{
  margin-top: 20px;     
}
.checkou-price-row label{
    color: rgb(60, 60, 68); 
}
.checkou-price-row p{
   color: #7f8284;
  /* margin: 0; */
   font-size: 17px; 
  margin-bottom: 5px;
  display: inline-flex;
}
.price-total-checkout .box-ch{
  background-color: #f1f1f1;
  padding: 15px 20px;
}
.box-ch {
  text-align: right;
} 
/*.checkou-price-row .price-total-checkout{
  background-color: rgba(198, 188, 161, 0.09);
}*/
.row .right-text-c{
  text-align: right;
}
.continue-btn {
  float: left;
}
.continue-btn .light_invert {
  float: left;
  background-color: transparent;
  color: rgb(217, 9, 25);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(217, 9, 25);
  border-image: initial;
}
.checkout-btn {

}
.checkout-btn .light_invert {
  float: right;
  margin-left: 10px;
}
.dl-bootom-row {
  color: rgb(127, 130, 132);
  font-size: 17px;
  background-color: rgb(241, 241, 241);
  margin: 15px 0px 15px;
  padding: 20px 0px;
}
.address{
  font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 40px;
}
.address-confirm .dl-bootom-row {
  background-color: rgb(255, 255, 255);
  margin-bottom: 0px;
  font-size: 17px;
  padding: 0px;
}
.dl-bootom-row .form-check {
  float: left;
  padding-left: 0rem;
}
.custom-check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
.custom-check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0px;
}
.dl-bootom-row .custom-check-box {
  margin-bottom: 0px;
}

.chec-item-tb .add .btn {
    line-height: 35px;
    padding: 0px 10px;
    font-size: 12px;
}
.value {
    padding: 8px 10px;
}
.add .value{
    width: 100%;
    padding: 0;
    font-weight: 600;
    color: #7f8284;
}
.checkou-price-row .form-group {
    margin-bottom: 0rem;
}
.checkou-price-row .form-control {
    height: calc(1.95rem + 2px);
}
.btn-row {
    padding: 40px 0px 0px 0px;
}
.continue-btn {
    float: left;
}
.checkout-btn {
    float: right;
}
.checkou-price-row button {
    margin-top: 19px;
    line-height: 20px;
    font-size: 14px;
}
.btn.light_invert {
    border: 0;
    color: rgb(36, 36, 36);
    min-width: 225px;
    font-weight: 700;
}
.btn.light_invert:hover {
    background: rgb(255, 135, 0);
    color: rgb(255, 255, 255);
    min-width: 225px;
    font-weight: 700;
}
.checkout-btn .btn.light_invert , .checkou-price-row .btn.light_invert{
  background: #ff8700;
  color: rgb(255, 255, 255);
  font-weight: 700;
} 
.checkout-btn .btn.light_invert:hover , .checkou-price-row .btn.light_invert:hover{
  background: rgb(189, 103, 6);
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.continue-btn .btn.light_invert{
    color: rgb(255, 135, 0);
    border: 1px solid #ff8700;
    line-height: 25px;
    padding: 5px 0;
}
.continue-btn .btn.light_invert:hover{
    color: rgb(255, 255, 255);
}

.delivery-address-section{
  background: rgb(241, 241, 241);
}
.address-confirm {
    padding: 10px 0px;
}
.address-confirm .dl-bootom-row {
    background-color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-size: 17px;
    padding: 0px;
}
.address-check p {
    margin-bottom: 0;
}
.edit-btn {
       line-height: 30px;
    font-size: 12px;
    border: 2px solid rgb(0 68 116);
    font-weight: 600;
    color: rgb(0 68 116);
    padding: 5px 50px;
}
.promo-label{
  min-height: 25px;
  display: block;
}
/*===============================================cart + checkout page end===============================================*/

.card_sty{
    box-shadow: 0px 1px 8px #0070c0;
    border-radius: 25px;
    padding: 0px;
    position: relative;
    background-color: #f1eee9;
}
.card_sty .game_card_content p{
min-height: auto;
}
.card_sty.cont_mn_ht{
	min-height: 700px;
}
.game_card_content .no_dots{
    list-style-type: none;
    padding-left: 0;
}
.game_card_content .btm_card{
	  position: absolute;
    bottom: 0px;
}
.card_sty .image_box_card{
    height: 230px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.card_sty .image_box_card img{
    max-height: 100%;
    width: auto; 
}
.list-group .rads_box{
    border-bottom-right-radius:30px!important;
    border-bottom-left-radius:30px!important;
}

.detail_slider .lSSlideOuter.vertical{
 height: 339px;
}
.detail_slider{
  padding-top:80px;
}
.blog_col .blog_card{
      padding: 20px;
    position: relative;
}
.blog_col .blog_card:hover {
    box-shadow: 0px 1px 8px #0070c0;
    border-radius: 25px;
}
.blog_card .blog_card_img{
    height: 230px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.blog_card .blog_card_img img{
    max-height: 100%;
    width: auto;
}
.blog_content p{
     min-height: 50px;
}
.blog_content .blog_cnt {
    font-size: 14px;
    color: #999;
}
.blog_cnt .author_img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
}

/*blog detail start*/
.detils_left_col .card_detail {
    background-color: #f7f8fa;
}
.card_detail .card-body {
    font-size: 15px;
    line-height: 1.8;
}
.detils_right_col .card_detail_right {
    background-color: #f7f8fa;
}
.inner_deil_search .form-control {
    height: calc(2.25rem + 10px);
    border: none;
}
.inner_deil_search .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.input-group-text.btn {
    border: none;
    background: white;
}
.input-group-text.btn:hover {
    color: #ffffff;
    background: #f79b34;
}
.blog_media .blog_media_img {
    width: 80px;
    height: 70px;
}
.media-body .media_text {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}
.media .new_img {
    padding-top: 10px;
}
.blog_container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.blog_card .card-img-top {
    max-height: unset;
    width: 100%;
}
.scl_card h3{
  color: #0070C0;
}
.scl_card .image_box_card{
   height: 350px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.scl_card .image_box_card img{
  max-height: 100%;
    width: auto;
}
.scl_card .sub_hd_scl{
min-height: 100px;
}
.scl_card .scl_ul{
    text-align: center;
    list-style-position: inside;
    min-height: 225px;
}
.scl_link{
  text-decoration: underline!important;
}
/*blog detail end*/

.lightSlider li .cloudzoom{
 max-width: 100%;
}
/*update send*/



/* media Query */

/* Define mobile styles */
@media (max-width: 575px)
{
	
}
/* Small devices (landscape phones)*/
@media (min-width: 576px) and (max-width: 767px) {

}
@media (max-width: 767px){
	.card_sty.cont_mn_ht{
	min-height: auto;
}
   .carousel-caption .caption_circle img {
   display: none;
}
.carousel_cption .carousel-item .carousel-caption {
    top: 40%;
    bottom: auto;
    transform: translateY(-50%);
}
.carousel-caption .caption_circle {   
    width: 100%;
}
.carousel-caption .caption_circle .banner_text_overlay h5 {   
    font-size: 15px;
}
.about_bg_sec .about-left{
    display: none;
}
.about_bg_sec .about-bottom{
 display: none;
}
.about_bg_sec {
    padding-top: 0px;
    padding-bottom: 15px;
        margin-bottom: 0px;
}
.about-text p {
    font-size: 20px!important;
}
.gm_col .game_card {
    padding: 3px;
}
.game_card_content .game_more_btn {
    padding: 7px 35px;
}
.contact_bottom{
   display: none;
}
.game_card_content .btm_card {
   position: relative;
}
}
/* tablet screens */
@media (min-width: 768px) and (max-width: 991px)
{
	.game_card_content .btm_card {
    text-align: center;
    margin: 0 auto;
    margin-right: 0px;
}
  .carousel-caption .caption_circle img {
   display: none;
}
.carousel_cption .carousel-item .carousel-caption {
    top: 40%;
    bottom: auto;
    transform: translateY(-50%);
}
.gm_col .game_card {
    padding: 3px;
}
.game_card_content .game_more_btn {
    padding: 7px 35px;
}
}
@media (min-width: 992px){
	
}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px)
{
  .carousel-caption .caption_circle {
    width: 40%;
}

}

/* Large screens*/
@media (min-width: 1200px)
{
	.container {
    max-width: 1140px;
}
}
@media (min-width: 1300px)
{
    
.container {
    max-width: 1250px;
}   

}


@media (min-width: 1500px)
{
	
	
.container {
    max-width: 1450px;
}
}

/*detail page*/
/*section.detailpg {
    background-color: #efefef;
}*/

.detail_rgt h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.pice_bdg h4 {
    font-weight: 600;
}
.detail_rgt form {
    background-color: #FF8800;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}
.about-text p {
    font-size: 28px;
}
.bottom_gm_banner img {
    width: 100%;
}
.detail_rgt {
    padding: 90px 60px 0;
}
.detail_lft{
    padding: 90px 60px 0 ;
}
.leftborder{
  border-left: 2px dashed #ccc;
}
.detail_lft .lSSlideWrapper {
    height: 350px!important;
}
img.tiktokicon {
    width: 17px;
    height: 17px;
    filter: invert(1);
    margin: -5px 0 0px 30px;
}
.footer_col p a{
    color: #698fab;
    text-decoration: none;
}
.backbtn {
    background-color: #0070C0;
    color: #fff;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    text-decoration: none;
    outline: none;
}
.backbtn:hover {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.game_card_img a {
    display: inline-block;
    width: 100%;
    height: 225px;
    margin-bottom: 15px;
}

@media(max-width: 767px){
  .card1 {    
    width: 50%;
  }
  .carousel-wrap {
    width: 100%!important;
    height: unset!important;
    text-align: center;
}
  .card1 a h4 {
    font-size: 13px;
  }
  .bottom_gm_banner img {
      width: 100%;
      height: 180px;
  }
  .gam_text_col {
      height: 180px;
      position: absolute;
      top: 87%;
      transform: translate(-50%,-50%);
      left: 50%;
  }
  .gam_text_col .banner_text {
     position: unset; 
    padding-top: 0;
    width: 100%;
    color: #fff;
}
.gm_col .game_card:hover {
    padding: 20px;
}
.price-total-checkout {
    margin-top: 20px;
}
.continue-btn {
    margin-bottom: 15px;
}
.checkout-btn .btn.light_invert, .checkou-price-row .btn.light_invert {
    float: left;
    margin: 0;
    width: 100%;
}
.container .checkout-row {
    display: none;
}
.mobile-pad-b1 p {
    margin-top: 20px;
}
.chec-item-tb {
    text-align: center;
}
button.btn.light_invert.input-form {
    width: 100%;
}
.continue-btn .btn.light_invert {
    width: 100%;
}


}
a.remove-c {
    color: red!important;
}
.carousel-wrap {
    width: 100%;
    height: 210px;
}
.brand_col {
    width: 175px;
    margin: 0 auto;
}
.testimonial_card {
    background-color: #0070C0;
    border-radius: 30px;
}
.testi {
    padding: 36px 0;
}

.chec-item-tb  .input-group {
    width: 75%;
}
.chec-item-tb input#quantity0 {
    text-align: center;
    height: 35px;
}

.pin-title {
  position: fixed;
  top: 1.875rem;
  bottom: 1.875rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  font-size: 800%;
  letter-spacing: 0.0625rem;
  color: #f3f3f3;
  user-select: none;
  z-index: -1;
  text-align: center;
}


/* COOKIE POPUP STYLES */

.cookie-popup {
  
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: 0rem;
  left: 0;
  right: 0;
  padding: 0.625rem 0.9375rem;
  box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
  line-height: 150%;
  transition: opacity .5s;
  opacity: 0;

}
.cookie-popup--accepted{
  display: none!important;
}

select#country_id {
    height: 45px;
}
span.angledwn1 {
    position: absolute;
    right: 30px;
    bottom: 6px;
    font-size: 19px;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.cookie-popup--short {
    width: 80%;
    margin: 0px auto 20px;
    padding: 22px;
    z-index: 999;
}
.cookie-popup--dark {
  background: #000;
  color: #fff;
}
.cookie-popup--not-accepted {
  opacity: 1;
  animation: cookie-popup-in .5s ease forwards;  
}
.cookie-popup--accepted {
  opacity: 0;
}
.cookie-popup a {
  color: #0070C0;
}
.cookie-popup a:visited {
  color: #0070C0;
  text-decoration: none;
}
.cookie-popup-actions {
  flex: 1;
  text-align: right;
}
.cookie-popup-actions button {
  color: #FF8800;
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size:  0.75rem;
  padding: 0;
  cursor: pointer;
}
.cookie-popup-actions button:hover {
  text-decoration: underline;
}

@keyframes cookie-popup-in {
  from { bottom: -6.25rem; }
  to { bottom: 1.25rem; }
}


@media(min-width: 993px) and (max-width: 1199px){
.footer_col .form-inline {
    width: 100%;
    display: inline-grid;
}
  .social_ftr .icon_sc_pad {
    padding-left: 22px;
}
}






/*slick*/


.item-slick.slick-slide.slick-current.slick-active{
    outline: none!important;
}

.slider-for {
    margin-bottom: 15px;
    margin-top: 18px;
}   
.slider-for img {
    width: 100%;
    /*min-height: 360px;*/
    /* height: 400px; */
    margin: 0 auto;
    /*object-fit: cover;*/
}
div#aniimated-thumbnials {
    min-height: 360px;
    height: 360px;
    margin-bottom: 30px;
}
.slider-nav {
    margin: 0 auto;
    width: 100%;
}
.slick-slide:focus {
    outline: none;
}
.slick-list .draggable{
    width: 70%;
    min-height: 400px;
    height: 400px;
}
.slider-nav .item-slick{
    max-width: 240px;
    margin-right: 15px;
    outline: none!important;
    cursor: pointer;
}
.slider-nav img {
    max-width: 90px;
    background-size: cover;
    background-position: center;
    height: 65px;
    object-fit: cover;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 65px;
    width: 35px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0,0,0,0.2);
    color: transparent;
    top: 0;
    /*border-radius: 50%;*/
    margin-top: 0;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:before{
    font-family: FontAwesome;
    content: "\f104";
    font-size: 28px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider-nav button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
        outline: none;
}
.slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 28px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.detail_lft.newslider {
    position: relative;
    padding: 90px 40px;
}
#aniimated-thumbnials .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
        outline: none;
}