/*--------------------------------------------------------------
Write down your custom code here
-----------------------------------------------------------------*/

.features .main_featurebox .feature_box img {
    height: 130px;
    object-fit: contain;
}
.features .main_featurebox .feature_box {
    border: 2px solid #B58C5C;
    height: 280px;
    width: 18%;
    padding: 20px 5px;
}

.features .main_featurebox .feature_box {
    width: 18%;
    height: 360px;
    text-align: center;
    border: 5px solid #B58C5C;
    box-shadow: 0px 4px 88px 25px rgb(0 0 0 / 60%);
    border-radius: 46px;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.features .main_featurebox .feature_box img {
    max-width: 100%;
    width: 118px;
    margin: 0 auto;
}
/* Swiper Control */
/* Swiper Navigation */
.swiper-control {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
    gap: 8px
}

@media screen and (max-width:767px) {
    .swiper-control {
        justify-content: center;
        margin-top: 40px;
    }
}

.swiper-control .wptb-swiper-arrow {
    position: absolute;
    -webkit-transform: translatey(0);
    -khtml-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
    opacity: 1;
    visibility: visible;
    align-items: center;
    font-size: 40px;
    width: 90px;
    height: 90px;
    background: #fdfdfd;
    line-height: 90px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    transition: all 250ms linear 0ms
}

@media screen and (max-width: 1366px) {
    .swiper-control .wptb-swiper-arrow {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .swiper-control .wptb-swiper-arrow {
        width: 60px;
        height: 60px
    }
}

.swiper-control .wptb-swiper-arrow i {
    color: #ff7369;
    background: var(--gradient-one);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.swiper-control .wptb-swiper-arrow:hover {
    background: var(--gradient-one);
    filter: drop-shadow(0px 4px 30px rgba(255, 117, 107, 0.6));
}
.swiper-control .wptb-swiper-arrow:hover i {
    color: #FFFFFF;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Swiper Pagination */
.wptb-swiper-dots {
    position: relative;
    z-index: 1;
    margin-top: 90px
}
.wptb-swiper-dots .swiper-pagination-bullet {
    margin: 0 12px;
    width: 12px;
    height: 12px;
    text-align: center;
    background: #cacaca;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.wptb-swiper-dots .swiper-pagination-bullet:hover,
.wptb-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 80px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: var(--gradient-one);
    opacity: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}


/* Hero / Slider Section */
.wptb-slider {
    padding-top: 175px;
    padding-bottom: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.wptb-slider--wrapper {
    position: relative;
    z-index: 1;
}
.wptb-slider--content h1 {
    font-size: var(--fs-80);
    line-height: var(--fs-96);
    color: var(--color-four);
}
.wptb-slider--content h1 a {
    color: var(--color-six);
}
.wptb-slider--content p {
    font-family: poppins;
    font-size: var(--fs-24);
    line-height: var(--fs-34);
    margin-top: 20px;
    margin-bottom: 35px;
    color: #fff;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.wptb-slider .wptb-circle-svg {
    bottom: 0;
    z-index: 0;
}
.wptb-slider .wptb_circle_svg+.wptb_circle_svg .wptb-circle-svg {
    bottom: -125px;
}

/* Slider Digital Marketing */
.wptb-slider.style-digital {
    padding-top: 180px;
    padding-bottom: 100px;
    z-index: 1;
}

.wptb-slider.style-digital .wptb-slider--content h1,
.wptb-slider.style-digital .wptb-slider--content p {
    color: var(--color-white);
}

.wptb-slider.style-digital .wptb-slider--img {
    position: relative;
}

.wptb-slider.style-digital .wptb-slider--img .circle-layer {
    position: absolute;
    left: 0;
    top: -110px;
    z-index: -1;
}

/* Slider IT */
.wptb-slider.style-it {
    padding-top: 300px;
    padding-bottom: 300px;
    background-position: bottom;
}

@media screen and (max-width: 1366px){
    .wptb-slider.style-it {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.wptb-slider.style-it .wptb-slider--content h1,
.wptb-slider.style-it .wptb-slider--content p {
    color: var(--color-white);
}
.wptb-slider.style-it .wptb-slider--content h1 a {
    color: var(--color-one);
}

.features .main_featurebox {
   padding: 0 80px 0 120px;
}
.features .main_featurebox .feature_box {
    border: none;
    height: 280px;
    width: 18%;
    padding: 20px 5px;
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    background: #191919;
    border: 1px solid #191919;
        border-radius: 10px;
}
.logoContent_v1 {
   width: fit-content;
   position: relative;
   padding: 10px 20px;
   background: #1b1b1b00;
}
.features .main_featurebox .feature_box h4 {
   font-family: "Poppins";
}
/* .prelative::after {
   content: "";
   width: 2px;
   height: 100%;
   position: absolute;
   top: 0;
   right: 0;
   border-radius: 10px 10px 50px;
   border-right: 2px solid #B58C5C;
} */
.newmember-title.checks.mb00 {
   margin-bottom: 25px;
}
.prelative {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   width: 100%;
}
.arrow {
   position: absolute;
   width: 25px;
   top: 40%;
   right: 3%;
}
.arrow img {
   width: 25px;
   cursor: pointer;
}
.logoImage_v1 {
   max-width: 110px;
   width: 100%;
   box-sizing: border-box;
   display: flex;
   align-items: center;
   position: relative;
}

.logoImage_v1 img {
   width: 100%;
}
.header_data_v1 {
   width: 0;
   display: none;
   box-sizing: border-box;
   transition: width 2s ease-in-out;
   background: #1b1b1b00;
   padding: 10px 20px 10px 0;
   justify-content: center;
   align-items: center;
   display: flex;
   transition: width 2s ease-in-out;
   margin: 0 90px 0 auto;
   width: 600px;
   z-index: 1;
}

.nav_width {
   width: fit-content;
   opacity: 0;
   position: relative;
   top: 30px;
   transition: all 0.4s ease-in-out;
}

.header_data_v1.show .nav_width {
   opacity: 1;
   top: 0px;
}
.nav_width a {
   color: #fff;
   text-decoration: none;
   padding: 0.4rem 3rem;
   margin: 0 0.5rem;
   cursor: pointer;
   font-size: 18px;
}

.hero_container_v1 {
   width: 100%;
   padding: 0 20px;
   box-sizing: border-box;
   display: flex;
   flex-wrap: wrap;
   /* background: url("../img/back.webp"), #000; */
   /* background: #000; */
   background-size: 80% 50%;
   background-position: 110% 125%;
   background-repeat: no-repeat;
}
.heroText_v1 {
   width: 65%;
   padding: 20px 10px 0 0;
   box-sizing: border-box;
}
.featureContainer.mainPage.gBlack {
   padding: 40px 150px;
}
.heroImage_v1 {
   width: 35%;
   /* background: url("../img/back.webp"), #000;
   background-size: 100% 100%;
   background-position: 90% 100%;
   background-repeat: no-repeat; */
   padding: 10px 0;
}

.heroImage_v1 img {
   width: 100%;
   position: relative;
   top: 00px;
   max-width: 330px;
}

.millionText {
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   width: 100%;
}

.textBox_v1 {
   width: fit-content;
   text-align: center;
}

.textBox_v1 h3 {
   font: 600 50px/60px "PoppinsBold";
   color: rgba(251, 0, 23, 1);
}

.textBox_v1 p {
   font: 500 25px/30px "Poppins";
   color: rgb(255, 255, 255);
}

.tdsBox_v1 {
   width: fit-content;
   margin: 40px auto 50px;
   border-radius: 15px;
   overflow: hidden;
   border: 2px solid rgba(215, 195, 40, 1);
}

.tdsBox_v1 h4 {
   font: 600 40px / 50px PoppinsBold;
   color: rgba(242, 159, 0, 1);
   width: 100%;
   margin: 10px 0;
   text-align: center;
}
.tdsBox_v1 h4 span {
   color: white;
}

.tdsBox_v1 p {
   padding: 10px 0;
   width: 350px;
   text-align: center;
   font: 600 30px / 30px Poppins;
   color: black;
   background: linear-gradient(172.82deg, #fde32f 5.6%, #db962e 116.63%);
}

.barCode {
   width: 100%;
   max-width: 450px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
}

.qrBox {
   width: 40%;
}
.qrBox img {
   z-index: 1;
   width: 100%;
   position: relative;
}
.downBo {
   width: 60%;
   text-align: right;
}
.downBo a {
   width: 165px;
   display: block;
   margin: 0 0 10px auto;
   position: relative;
}
.downBo a::after {
   content: "";
   position: absolute;
   top: 46%;
   right: 80%;
   width: 100%;
   height: 300px;
   border-top: 1px solid white;
}
.downBo a img {
   z-index: 1;
   width: 100%;
   position: relative;
}
.referCode_v1 {
   /* max-width: 500px; */
   width: 100%;
   margin: 40px auto 0;
}

.referCode_v1 h6 {
   font: 600 30px/35px "Poppins";
   color: white;
   text-align: center;
}
.referCode_v1 h6 span {
   color: rgba(242, 159, 0, 1);
}

.featureContainer.mainPage.gBlack .featureImage {
   width: 100px;
   height: 100px;
}
.dFlex.justifySpace {
   justify-content: space-around;
}

.flexBigBox {
   display: flex;
   flex-wrap: wrap;
   margin-top: 50px;
   position: relative;
}

.product_slider {
   width: 80%;
   margin: 0 auto;
   height: 400px;
}
.product_slider .slide_item {
   width: 23%;
   margin: 10px;
   height: 100%;
   /* height: 210px; */
   position: relative;
   transition: all 0.5s ease-in-out;
}

.product_slider .slick-list {
   overflow-x: hidden;
   overflow-y: visible;
   height: 100%;
}
#users {
   padding: 80px 0;
}
.fantasySport {
   width: 37%;
   margin: 40px 10px 0 auto;
   border: 2px solid #fd1e33;
   padding: 10px 0 20px 0;
   border-radius: 15px;
   position: relative;
   min-height: 750px;
   height: fit-content;
}
.eSport {
   width: 37%;
   margin: 40px auto 0 10px;
   border: 2px solid #fd1e33;
   padding: 10px 0 20px 0;
   min-height: 750px;
   border-radius: 15px;
   height: fit-content;
   position: relative;
}

.fantasyTitle {
   font-weight: 600;
   font-size: 34px;
   line-height: 50px;
   text-align: center;
   position: absolute;
   top: -36px;
   left: 5%;
   width: 90%;
   padding: 10px 20px;
   margin: 0px auto 0px;
   z-index: 1;
   font-family: "PoppinsBold";
   background-color: #000;
   color: #fff;
}
.fantasyTitle::before {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%, 0%);
   width: 100%;
   content: "";
   height: 70px;
   background-image: url("../img/grouptw.png");
   background-size: 100% 100%;
   background-repeat: no-repeat;
}
.fantasyImage {
   display: flex;
   flex-wrap: wrap;
   width: 90%;
   margin: 56px auto 10px;
   justify-content: space-around;
   align-items: center;
}
.fantasySport p,
.eSport p {
   font: 400 18px/24px "Poppins";
   color: white;
   text-align: center;
   margin: 0 auto;
   width: 90%;
}
.fantImg {
   width: 25%;
   transform: scale(0.9);
}
.fantImg:nth-child(2) {
   transform: scale(1);
}
.flexBoxFLex {
   margin-top: 30px;
   margin-bottom: 80px;
}
.partners-card img {
   width: 155px;
}
.fantImg img {
   width: 100%;
}
.product_slider.prod .slick-cloned {
   opacity: 0;
}
.product_slider.prod .slide_item.slick-slide.slick-current.slick-active.slick-center {
   transform: scale(1.1);
   z-index: 111;
   right: 0;
   opacity: 1;
}
.product_slider .slide_item .index2Image {
   width: 100%;
}
.product_slider .slide_item .index2Image img.index2logo {
   width: 100%;
}
.product_slider .slick-next {
   right: -25px;
}
.product_slider.prod .slick-active {
   transform: scale(0.8);
   opacity: 0.8;
   right: -3%;
}
.product_slider.prod .slick-active + .slick-active {
   transform: scale(0.9);
   right: -1%;
   opacity: 0.8;
}
.product_slider.prod .slick-active + .slick-active + .slick-active + .slick-active {
   opacity: 0.8;
   left: -1%;
   z-index: 11;
   transform: scale(0.9);
}
.product_slider.prod .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
   transform: scale(0.8);
   left: -3%;
   z-index: 1;
   opacity: 0.8;
}
.product_slider .slide_item .slideDesc {
   display: none;
}
.product_slider .slide_item.slick-current .slideDesc {
   position: absolute;
   display: block;
   width: 70vw;
   padding: 0 10px;
   top: 100%;
   left: -200%;
   text-align: center;
}
.slideDesc h3 {
   color: white;
   font: 600 30px/35px "Poppins";
   margin: 10px 0;
}
.slideDesc p {
   color: white;
   font: 400 16px/20px "Poppins";
}
.product_slider .slick-list {
   padding: 0px 10px 0 0 !important;
}

.participate.twice {
   padding: 120px 0 80px;
}
.participate.twice .container {
   width: 80%;
   margin: 0 auto;
}

.review-card {
   background-color: #252525 !important;
   /* box-shadow: 0px 8px 57px -18px rgba(235, 28, 36, 0.41); */
   border-radius: 17px;
   align-items: center;
   flex: 1;
   display: flex;
   padding: 20px;
}
.review-card .card-image-container {
   flex: 1;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   flex-direction: column;
   margin-right: 10px;
}
.review-card .card-image-container img {
   min-width: 90px;
   width: 90%;
   margin-bottom: 5px;
   height: 90px;
}
.red-border {
   border: 3.5px solid #B58C5C;
   border-radius: 50%;
}
.review-card .card-image-container h3 {
   text-align: center;
}
.product_slider.limited {
   height: auto;
   width: 90%;
}
/* .product_slider.limited .slide_item {
   width: 100% !important;
} */
.review-card .card-image-container .text-sm {
   font-size: 18px;
   font-weight: 500;
   text-align: center;
   margin-top: 20px;
}

.review-card .card-content {
   padding-left: 20px;
}

.review-card .card-content .red {
   font-size: 30px;
   margin-bottom: 15px;
   font-family: inherit;
   font-weight: 600;
}

.review-card .card-content p {
   font-size: 17px;
   font-weight: 400;
   font-family: inherit;
   line-height: 1.4;
   color: white;
}
#features .container,
#users,
.gold_member {
   position: relative;
}

#features .container::after,
.flexBigBox::after,
.gold_member::after {
   content: "";
   position: absolute;
   top: 0;
   width: 50px;
   height: 440px;
   left: 0;
   background-repeat: no-repeat;
   background-size: contain;
   background-image: url("../img/sideImage.svg");
}
.flexBigBox::after,
.gold_member::after {
   right: 0;
   left: unset;
}
.section.about.newabout .about-container > p, .toggleAbout p {
    font-size: 15px;
    color: white;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    background: none;
    margin: 0;
    border-radius: 20px;
    line-height: 1.3;
    box-shadow: none;
}
.section.about.newabout {
   width: 100%;
}
.section.about.newabout .about-container > p,
.toggleAbout p {
   width: 90%;
   margin: 0 auto;
   font: 400 18px/24px "Poppins";
}

.navbar.show,
.tdsBox_v1.dShow {
   display: none;
}
.swipperNew {
   width: 100%;
   margin: 0 auto 20px;
}
.newmobnone {
   display: none !important;
}
.partners-cards.mb1 {
   margin-bottom: 0rem;
}
.newmember-title.checks.mbauto {
   margin-bottom: 20px;
}
.nav-toggle {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 19px;
   width: 22px;
}

.nav-toggle .bar {
   height: 3.5px;
   width: 100%;
   border-radius: 10px;
   background-color: #eb1b24;
   transition: all 100ms ease-in-out;
}

.nav-toggle:hover {
   cursor: pointer;
}

.x:nth-of-type(1) {
   transition: all 100ms ease-in-out;
   transform: rotate(45deg);
   transform-origin: top left;
   width: 24px;
}

.x:nth-of-type(2) {
   transition: all 100ms ease-in-out;
   transform-origin: center;
   width: 0;
}
.x:nth-of-type(3) {
   transition: all 100ms ease-in-out;
   transform: rotate(-45deg);
   transform-origin: bottom left;
   width: 23px;
}
.newmember-title.checks.newMargin {
   margin: 50px 0 35px;
}
.features .main_featurebox .feature_box img {
   height: 130px;
   object-fit: contain;
}

/*@media screen and (max-width: 1520px)
{
    .features .main_featurebox .feature_box {
    height: 340px;
}
.features .main_featurebox .feature_box img {
    width: 118px;
}
}*/
@media screen and (max-width: 500px) {
   .newmobnone {
      display: block !important;
   }
   .navbar.show {
      display: flex;
   }
   .header_v1,
   .tdsBox_v1,
   .barCode,
   .referCode_v1 {
      display: none;
   }
   .hero_container_v1 {
      flex-direction: column-reverse;
      padding-top: 80px;
      background-size: 100% 50%;
   }
   .heroImage_v1,
   .heroText_v1 {
      width: 100%;
   }
   .heroImage_v1 {
      padding: 0 0 10px;
   }
   .heroText_v1 {
      padding: 10px 0 0;
      margin-bottom: 12px;
   }
   .textBox_v1 h3 {
      font: 500 28px/30px "PoppinsBold";
   }
   .textBox_v1 p {
      margin-top: 6px;
      font: 500 18px/25px "Poppins";
   }
   /* .wfit.textcenter.p10:nth-child(3) {
      display: none;
   } */
   .featureContainer.mainPage.gBlack {
      padding: 42px 20px 42px;
      background-color: black;
   }
   .features .main_featurebox {
      padding: 0 15px;
   }
   .features .main_featurebox .feature_box {
      height: 180px;
      width: 100%;
   }
   .featureContainer.mainPage.gBlack .featureImage {
      width: 100%;
      height: auto;
   }
   .featureImage img {
      max-width: 76px;
   }
   .featurePoint {
      margin: 6px 0;
   }
   .wfit.textcenter.p10 {
      width: 26%;
   }
   .fantasySport p,
   .eSport p {
      font: 400 15px/20px "Poppins";
      padding: 0;
   }
   .fantasySport .toggleAbout,
   .eSport .toggleAbout {
      margin: 10px 0;
   }
   #features .container::after,
   .flexBigBox::after,
   #users::after,
   .gold_member::after {
      display: none;
   }
   .newmember-title::before {
      width: 90%;
      height: 50px;
   }
   .features {
      padding-top: 20px;
   }
   .newmember-title {
      font-size: 24px;
      line-height: 40px;
      margin: 30px auto;
   }
   .features .main_featurebox .feature_box img {
      width: 100px;
   }
   .features .main_featurebox .feature_box h4 {
      font-size: 18px;
      display: block;
      width: calc(100% - 130px);
      margin: 0;
      font-family: "Poppins";
   }

   .flexBigBox {
      padding: 0;
      margin-top: 0px;
   }
   .flexBigBox .fantasySport {
      order: 1;
      width: 96%;
      margin: 40px auto 0;
      min-height: auto;
   }
   .eSport {
      width: 96%;
      order: 3;
      margin: 40px auto 0;
      min-height: auto;
   }
   .swipperNew {
      width: 100%;
      order: 2;
   }
   .fantasyTitle {
      font-size: 25px;
   }
   .heroImage_v1 img {
      margin: 0 auto;
      display: block;
      max-width: 270px;
   }
   .fantasyTitle::before {
      height: 50px;
      top: auto;
   }
   .flexBoxFLex {
      margin-top: 0;
      margin-bottom: 10px;
   }

   .free20-download-now.new.mb20 {
      border-top: 1px solid rgba(252, 226, 47, 1);
   }
   .free20-download-now.new.mb20 h3 {
      font: 500 16px/25px "Montserrat";
   }
   .free20-download-now.new.mb20 h3 span {
      color: rgba(255, 168, 0, 1);
      font: 600 18px/25px "Montserrat";
   }
   .tdsBox_v1.dShow {
      display: block;
      margin: 20px auto;
      width: 80%;
   }
   .tdsBox_v1.dShow h4 {
      font: 600 38px/43px "PoppinsBold";
   }
   .tdsBox_v1 p {
      width: 100%;
      font: 600 30px/35px "Poppins";
   }
   .newdisnone {
      display: none !important;
   }
   .container.partners-container.pb4rem .newmember-title {
      padding: 10px 0;
   }
   .container.partners-container.pb4rem .newmember-title.checks span::before {
      right: 101%;
   }
   .partners-cards {
      margin-bottom: 0;
   }
   .section.about.newabout.ptTen .newmember-title {
      margin: 0 auto;
      font-size: 20px;
   }
   .section.about.newabout.ptTen .newmember-title.checks span::before {
      right: 102%;
   }
}

.swiper {
   width: 69%;
   height: 550px;
   position: relative;
}

.swiper-slide {
   background-position: center;
   background-size: cover;
   width: 250px;
   position: relative;
}
.swiper-slide.user-slide {
   width: 500px;
}
.swipperUserNew {
   margin: 25px 0;
}
.swipperUserNew .swiper {
   width: 90%;
   height: 100%;
   top: 30px;
   position: relative;
}
.swiper-slide img {
   display: block;
   border-radius: 20px;
   width: 100%;
   -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0002, #0004);
}

.swiper-slide.user-slide img {
   border-radius: 50%;
   -webkit-box-reflect: below 0px
      linear-gradient(transparent, transparent, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
   content: "";
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-nexts:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prevs:after {
   content: "";
}

.r-control {
   width: 100%;
   display: block;
   height: 30px;
   position: relative;
}
.r-control .swiper-button-prev.slider-arrow {
   left: 100px;
   top: -300px;
   cursor: pointer;
}
.r-control .swiper-button-prevs.slider-arrow {
   left: 0px;
   position: absolute;
   width: 35px;
   cursor: pointer;
   top: -80px;
}
.r-control .swiper-button-next.slider-arrow {
   right: 100px;
   cursor: pointer;
   top: -300px;
}
.r-control .swiper-button-nexts.slider-arrow {
   right: 0px;
   position: absolute;
   width: 35px;
   cursor: pointer;
   top: -80px;
}
.r-control .swiper-pagination {
   top: 0px;
}
.r-control .swiper-button-prev.slider-arrow img {
   transform: rotate(180deg);
}
.r-control .swiper-button-prevs.slider-arrow img {
   transform: rotate(180deg);
}
.r-control .swiper-pagination-bullet {
   background: rgba(217, 217, 217, 0.5);
   opacity: 0.8;
}
.r-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background: #B58C5C;
   opacity: 1;
   width: 18px;
   height: 18px;
   margin-bottom: -5px;
}
.swiper.mySwiper .swiper-slide.swiper-slide-duplicate img {
   filter: brightness(0.7);
}
.swiper-slide.swiper-slide-visible.swiper-slide-active {
   filter: brightness(1);
}
.swiper-slide.swiper-slide-duplicate.swiper-slide-visible.swiper-slide-active img {
   filter: brightness(1);
}
.swiper.mySwiper .swiper-slide.swiper-slide-duplicate.swiper-slide-prev img,
.swiper.mySwiper .swiper-slide.swiper-slide-duplicate.swiper-slide-next img {
   filter: brightness(0.9);
}
.slideDesc {
   display: none;
}
.swiper.mySwiper .swiper-slide-active .slideDesc {
   display: block;
   position: absolute;
   width: 80vw;
   text-align: center;
   left: 50%;
   top: 50%;
   transform: translate(-50%, 00%);
}
.slideDesc p {
   width: 70%;
   margin: 0 auto;
   font: 400 18px/24px "Poppins";
}

.swipperUserNew .r-control {
   text-align: center;
}
.swipperUserNew .swiper-paginations {
   position: absolute;
   bottom: -150%;
}
.moreABout,
.lessAbout {
   display: inline-block;
   cursor: pointer;
   color: #1973e7 !important;
}
.moreABout.phoneView {
   display: none;
}

.iframeCover {
   padding: 40% 0 0 0;
   position: relative;
}
.whatsappLogoBold {
   display: none;
}
.onlyBox {
   display: none;
}
/*.newmember-title.checks.ch.cg span::after {
   left: 112%;
}*/
.newmember-title.checks span::before {
   right: 102%;
}
.newmember-title.checks.paddi span::after {
   left: 110%;
}
.newmember-title.newdisnone {
   font-size: 34px;
}
.newmobileButton {
   width: fit-content !important;
   position: fixed;
   top: 50%;
   right: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 100;
   padding: 10px 10px 10px 16px !important;
}
.newmobileButton img {
   width: 20px;
   margin-right: 10px;
}
.red-border.nobor {
   border: none;
}
@media screen and (max-width: 500px) {
    .flexBigBox {
    flex-direction: column-reverse;
}
section#features {
    padding-bottom: 0;
}
   .newmobileButton {
      display: none;
   }
   .onlyBox {
      order: 2;
      display: block;
      text-align: center;
      width: 100%;
      margin: 20px 0;
      padding-top: 6em;
      margin-top: -4em;
   }
   .onlyBox p {
      width: 90%;
      margin: 10px auto 30px;
      text-align: center;

      font: 500 14px/18px "Poppins";
   }
   .cgGames {
      display: flex;
      width: 90%;
      margin: 0 auto;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
   }
   .cgGames .w40 {
      width: 45%;
      overflow: hidden;
      margin: 0 auto 14px;
   }
   .cgGames .w40 img {
      width: 100%;
   }
   .swipperNew {
      width: 100%;
      display: none;
      margin: 50px auto 0px;
   }
   .swiper {
      width: 95%;
      height: 660px;
   }
   .swiper-slide .index2Image img {
      height: 100%;
      object-fit: cover;
   }
   .swiper.mySwiper .swiper-slide-active .slideDesc {
      top: 55%;
   }
   .r-control .swiper-button-next.slider-arrow {
      display: none;
   }
   .r-control .swiper-button-prev.slider-arrow {
      display: none;
   }
   .swiper-slide.user-slide {
      width: 255px;
   }
   .slideDesc p {
      width: 100%;
      font: 400 14px/17px "Poppins";
   }
   .review-card {
      padding: 10px;
      flex-direction: column;
      text-align: center;
   }
   .swipperUserNew .swiper {
      width: 100%;
   }
   .review-card .card-image-container img {
      min-width: 65px;
      width: 65px;
      height: 65px;
   }
   .review-card .card-content {
      padding-left: 0px;
   }
   .review-card .card-content p {
      font-size: 13px;
   }
   .review-card .card-image-container h3 {
      font-size: 18px;
      margin-bottom: 12px;
   }

   .r-control .swiper-pagination {
      top: -330px;
   }
   /* .navbar {
      transform: translateY(0) !important;
   } */
   .free20-download-now.new.mb20.news {
      position: fixed;
   }
   #users .container {
      width: 100%;
   }
   .iframeCover {
      padding: 70% 0 0 0;
      position: relative;
   }
   .whatsappLogoBold {
      width: 80%;
      text-align: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
   }
   .gold_member {
      padding-top: 0rem;
   }
   .gold_member .container {
      width: 100%;
   }
   .android-apple-button .appimg {
      width: 95%;
      max-width: 150px;
   }
   .w40 p {
      width: 90%;
      margin: 10px 0;
      font: 500 18px/18px "Poppins";
   }
   .flexBoxFLex {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
   }
   .aigf-img-box.thirtybox {
      margin: 20px 0 0;
   }
   .flexBoxFLex :nth-child(1),
   .flexBoxFLex :nth-child(2) {
      width: 48%;
      padding: 0 2%;
      background-color: #191919;
      min-height: 120px;
   }
   .flexBoxFLex :nth-child(1).aigf-img-box .aigf_link,
   .flexBoxFLex :nth-child(2).aigf-img-box .aigf_link,
   .flexBoxFLex :nth-child(3).aigf-img-box .aigf_link {
      width: 100%;
      padding: 20px 10px;
   }
   .flexBoxFLex :nth-child(2).aigf-img-box .aigf_link {
      padding: 20px 0;
   }
   .flexBoxFLex :nth-child(1).aigf-img-box.thirtybox a img.wdith200,
   .flexBoxFLex :nth-child(2).aigf-img-box.thirtybox a img.wdith200 {
      width: 100%;
      object-fit: contain;
   }

   .flexBoxFLex :nth-child(2).aigf-img-box.thirtybox .aigf_link img {
      margin: 0;
      object-fit: cover;
      width: 100%;
      transform: scale(0.9);
   }
   .flexBoxFLex :nth-child(3).aigf-img-box.thirtybox .aigf_link img {
      margin: 0;
      transform: scale(0.9);
   }
   .newmember-title.checks.margin00 {
      margin: 0 auto;
   }
   .swiper-slide-active .review-card {
      box-shadow: 0px 8px 57px -18px rgba(235, 28, 36, 0.41);
   }
   .swipperUserNew {
      margin: 0px 0 25px;
   }
   .newmember-title.checks.newMargin {
      margin: 50px 0 0px;
   }
}

.features .main_featurebox {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-left: 30px;
    padding-right: 30px;
}
.features .main_featurebox .feature_box h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
}

@media screen and (max-width: 1400px)
{
    .features .main_featurebox .feature_box h4 {
    font-size: 19px;
}
}
.features .main_featurebox .feature_box h4 {
    font-family: "Poppins";
}
.features .main_featurebox {
    padding: 0 80px 0 120px;
}
.newmember-title.newdisnone {
    font-size: 34px;
}
.review-card .card-image-container h3 {
    text-align: center;
    color: #B58C5C;
    font-size: 12px;
}

section#users {
    padding-top: 0;
}
section#games {
    padding-bottom: 0;
}
section.partners {
    padding-bottom: 35px;
    padding-top: 35px;
}

@media screen and (max-width: 1400px)
{
    .container {
    max-width: 1240px;
        width: 90vw;
    padding: 0 12px;
    margin: 0 auto;
}
}
@media screen and (min-width: 1025px) and (max-width: 1200px)
{
 .features .container {
    width: 100%;
    max-width: 100%;
}
.main-footer .container {
    max-width: 1320px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
        width: 90vw;
}
}

@media screen and (max-width:991px) {
    .features .main_featurebox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.features .main_featurebox .feature_box {
    width: 28%;
    margin: 10px 15px;
}
.features .main_featurebox {
    padding: 0 20px 0 40px;
}
.partners-card {
    width: 22%;
}
.partners-card.ml30 {
    margin-left: 10px;
    margin-right: 10px;
}
.partners-card img {
    margin: auto;
    transform: none !important;
}
.wptb-slider--content {
    text-align: center;
}
.wptb-slider--img {
    margin-top: 35px;
}
.main-footer .footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
}
}
@media screen and (max-width: 767px)
{
    .partners-card.ml30 {
    margin-left: 0px;
    margin-right: 0px;
}
.features .main_featurebox .feature_box {
    width: 43%;
    margin: 10px 15px;
}
}

@media screen and (max-width: 1000px)
{
    .partners-cards {
    grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 767px)
{
    .partners-cards {
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    gap: 20px;
    width: 92%;
}

}
@media screen and (max-width: 700px)
{
    .partners-card {
    width: 45%;
    margin-bottom: 0px;
    padding: 0px 10px;
}
}

@media screen and (max-width: 767px)
{
    .features .main_featurebox {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
}

@media screen and (max-width: 500px)
{
    .features .main_featurebox {
    flex-direction: column;
    flex-wrap: nowrap;
}
}
@media screen and (max-width: 500px)
{
    .features .main_featurebox {
    padding: 0 15px;
}
}
@media screen and (max-width: 767px)
{
    .features .main_featurebox .feature_box img {
    margin-top: 0px;
    width: 100px;
    object-fit: contain;
}
}

@media screen and (max-width: 576px)
{
    .features .main_featurebox .feature_box img {
    width: 100px;
}
}

@media screen and (max-width: 500px)
{
    .features .main_featurebox .feature_box img {
    width: 100px;
}
.features .main_featurebox .feature_box img {
    height: 130px;
    object-fit: contain;
}
.features .main_featurebox .feature_box h4 {
    font-size: 18px;
    display: block;
    width: calc(100% - 130px);
    margin: 0;
    font-family: "Poppins";
}
}
@media screen and (max-width: 767px)
{
    .features .main_featurebox .feature_box .fturimg4 {
    margin-top: 0px !important;
}
.wptb-slider--content h1, .wptb-slider.style-email .wptb-slider--content h1 {
    font-size: 28px;
    line-height: 37px;
}
.wptb-slider--content {
    text-align: center;
    margin-bottom: 35px;
}
.wptb-slider {
    padding-bottom: 55px;
    padding-top: 135px;
}
}

@media screen and (max-width: 576px)
{
    .features .main_featurebox .feature_box {
    width: 100%;
    height: 200px;
    margin: 15px auto 10px;
    display: flex;
    flex-direction: row-reverse;
        align-items: center;
}
section#games {
    padding-top: 0;
}
}
div#games2 {
    padding-top: 0;
}
#wptb-content-area p, #wptb-content-area ul li {
    color: #fff;
}
.single-service .wptb-highlight--title {
    color: #B58C5C;
}
.single-service .wptb-highlight--title {
    color: #ffff;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 15px;
    margin-top: 20px;
}
#wptb-page-title-default {
    background: #48069e;
}
#wptb-content-area ul li {
    display: flex;
}
.inner-img img {
    border-radius: 10px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.inner-img {
    margin: 0 20px;
}
@media screen and (max-width: 767px)
{
    .inner-img {
    margin: 0 0 10px;
}
    .inner-img img {
    border-radius: 10px;
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
    .single-service .wptb-link li + li {
    margin-top: 5px;
}
.single-service .wptb-link li i {
    margin-top: 7px;
}
div#wptb-content-area .newmember-title {
    margin-top: 0;
}
}

.footerimg_icons {
    display: flex;
    flex-wrap: wrap;
}

.footerimg_icons img {
    width: 60px;
    margin-right: 7px;
}
.disclaimer-section {
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
}
.disclaimer-section h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
}
.disclaimer-section .container p {
    font-style: italic;
    font-size: 15px;
}
section#about {
    padding-bottom: 50px;
}
.custombtn {
    font-size: 21px;
    color: #f6b907;
    font-family: "Poppins";
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px 44px;
    border-radius: 10px;
    border: 1px solid #f6b907;
    margin-top: 70px;
    display: inline-block;
    font-weight: 700;
}
.custombtn.mt30
{
    margin-top: 20px;
}
.index2Image img
{
    width: 245px;
    height: 240px;
    border-radius: 20px;
    object-fit: cover;
}
.newmember-title.checks span::before, .newmember-title.checks span::after {
    background: none;
    border: 1px solid #B58C5C;
    width: 85px;
    height: 2px;
    top: 100%;
    left: 50%;
    transform: translateX(-50px);
        margin-top: 3px;
}
.newmember-title.checks.paddi span::after, .newmember-title.checks.ch span::after {
    left: 57%;
    margin-top: 10px;
}
.modal-body p {
    color: #000;
}

.modal-body h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 11px;
    text-decoration: underline;
}

.modal-body ul {
    padding: 0;
    margin: 0;
    list-style: decimal;
    color: #000;
    padding-left: 15px;
        margin-bottom: 20px;
}

.modal-body ul li {
    color: #000;
    margin-bottom: 5px;
}

.modal-body ul li a {
    color: #B58C5C;
}
button.btn.btn-secondary {
    padding: 5px 20px;
    font-size: 16px;
    color: #000;
}
a:hover
{
    cursor: pointer;
}
.text-justify
{
    text-align: justify;
}
.modal-body h4, .modal-body h5 {
    font-size: 18px;
    margin-bottom: 7px;
}
.modal-body {
    color: #000;
}
.modal-body h2 {
    font-size: 21px;
    margin-bottom: 7px;
}

.intro h3 {
    text-decoration: none;
    font-size: 17px;
}
.modal-lg .modal-content {
    height: 500px;
    overflow-y: scroll;
}
.modal{
   overflow: visible !important;
}
@media screen and (max-width:767px) {
    .custombtn.mt30 {
    margin-top: 0;
    padding: 10px 15px;
    font-size: 17px;
}
.onlyBox {
    margin-top: 0em;
}
.cgGames img {
    height: 135px;
    object-fit: cover;
    object-position: top;
}
.w40 p {
    font: 500 16px/18px "Poppins";
    line-height: 25px;
}
.newmember-title.newdisnone, .newmember-title
{
     font-size: 30px;
    line-height: 40px;
}
.main-footer .footer-container {
    display: grid;
    grid-template-columns: auto;
}
.partners-cards.mb1 {
    margin-bottom: 2rem;
}
section.single-service {
    padding-top: 40px;
}
.wptb-slider {
    padding-top: 110px !Important;
}
section#games {
    padding-top: 30px;
}
}
@media screen and (max-width:575px) {
    
.newmember-title {
    font-size: 30px;
    line-height: 40px;
}
.custombtn {
    padding: 8px 30px;
}
}
.newmember-title.checks span {
    display: inline-block;
}
@media screen and (max-width:500px) {
    
.newmember-title.newdisnone, .newmember-title {
    font-size: 19px;
    line-height: 30px;
}
.custombtn
{
    margin-top: 30px;
}
.features .main_featurebox .feature_box {
    height: auto;
    padding: 20px;
}
.features .main_featurebox .feature_box img {
    height: 80px;
    object-fit: contain;
    width: 80px;
    margin-right: 0;
}
.features .main_featurebox .feature_box h4 {
    font-size: 16px;
    width: calc(100% - 80px);
}
section.partners {
    padding-top: 0;
}
.main-footer .bottom-footer .copyright .copyright-text {
    margin-bottom: 10px;
}
.features .main_featurebox .feature_box {
    margin: 5px 0;
}
}

header.header.py-4.py-lg-0 {
    position: absolute;
    background: #0000007a;
    border-bottom: none;
}
.sticky {
  position: fixed !Important;
  top: 0;
  width: 100%;
  background: #0000007a !Important;
}
/* Poker CSS*/

            .aboutrummy h1{font-size: 22px;}
            .card{background-color:#032d43} 
            .lp-rummy-count-img{width:100px; margin:0px 15px;}
            .lp-rummy-count-img-2{width:85px; margin:0px 15px;}
            /* Poker CSS*/
            .poker-bg-01{background: radial-gradient(50% 50% at 50% 50%, #016F6F 0%, #033747 100%); }
            .poker-bg-02{background:#032E43}
            .w-100-bor-rad{width: 100%;}
            .btn-success{color:#000; background: #00CD37; border-color: #00CD37;}
            .f-error{color:#ffeb3b}
            .er_green{color:#03cd36}
            .card-body h2{color: #fff;}
            .bg_plusnumber{color: #000;}
            
            .download_sms_apk{position: absolute; top:74%; left: 17%; z-index: 9999;}
            @media only screen and (min-device-width:200px) and (max-device-width:767px) {
                .footer { padding-top: 0;  padding-bottom: 75px;}
                .lp-rummy-count-img{width:75px; margin:0px 15px;}
                .lp-rummy-count-img-2{width:65px; margin:0px 15px;}
            }
            .lazy {
            display: block;
             content: '';
             /* You could #B58C5Cuce this expression with a preprocessor or by doing the math. I've kept the longer form in `calc()` to make the math more readable for this demo. */
           }
           
           /******************** start top banner **********************/
.btn.get_applink {
    background: linear-gradient(180deg, #EABF69 0%, #927D4F 100%);;
    border-color: #a78d55;
    color: #fff;
    border-radius: 25px;
    border: 2px solid #a58b51;
    text-transform: uppercase;
}
.top-download-text{color: #fff; text-align: left;}

    #top-banner .download-btn-container {
        background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        padding: 0 0 35px 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        bottom: 0px;
    }
/******************** end top banner **********************/

/******************** Start Top Download Button *********************/
#top-download-btn {
    background-color: #033747;
    color: #fff;
}

    #top-download-btn .heading{
        color: #fff;
        padding-top: 20px;
    }
/******************** End Top Download Button *********************/

.wptb-slider {
    height: 500px;
}
.mblverifybtn {
    right: -15px;
    top: 0;
    width: auto;
    height: auto;
    text-align: right;
    position: absolute;
}
.btn.get_applink {
    background: linear-gradient(180deg, #EABF69 0%, #927D4F 100%);
    border-color: #a78d55;
    color: #fff;
    border-radius: 25px;
    border: 2px solid #a58b51;
    text-transform: uppercase;
    font-size: 12px !important;
    
}
.btn.get_applink:hover
{
    background: linear-gradient(180deg, #EABF69 0%, #927D4F 100%);
}
.top-download-text {
    color: #fff;
    text-align: left;
    font-size: 16px;
    padding-left: 10px;
}
.india-code {
    position: absolute;
    background-color: #c4bfbf;
    height: 100%;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -30px;
    border-radius: 25px 0 0 25px;
    color: #000;
}
.mobile_enter_text input {
    width: 98%;
    padding: 9px 6px 7px 15px;
    border: 1px solid #a9a0a0;
    outline: 0;
    background-color: rgba(255,255,255,.9);
    height: auto;
    line-height: 21px;
    display: inline-block;
    border-radius: 0;
    font-size: 15px !important;
}
.mobile_enter_tb {
    position: relative;
    margin-top: 4px;
    left: 1px;
}
.exp_text, .mobile_enter_tb, .myact_claimbtn {
    width: 100%;
    float: left;
}
.mobile_enter_text {
    float: left;
    width: 70%;
    margin-bottom: 10px;
    position: relative;
    left: 28px;
}
.featuressrk {
    background-color: #EFE7DC;
    position: relative;
    border: none;
}
.featuressrk::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #BE965D 3.67%, #BE965D 3.67%, #A37B49 15.01%, #976F40 19.76%, #C99B61 26.39%, #F0BD7B 32.06%, #FFCB85 34.9%, #EDBB79 38.69%, #C0935B 45.32%, #976F40 51%, #BE965D 65.19%, #FFCB85 74.66%, #EDBB79 78.45%, #C0935B 85.07%, #976F40 90.75%, #976F40 98.32%);
    width: 100%;
    height: 5px;
    top: 0;
}
#features .container::after, .flexBigBox::after, .gold_member::after
{
    display: none;
}
.featuressrk .newmember-title {
    color: #000;
}

.newmember-title.newdisnone::before {
    border: 2px solid #fff;
}
.newmember-title.newdisnone
{
    color: #fff;
}

.swiper-container.homebannerswiper {
        width: 100%;
        height: 100%;
    }
    .homebannerswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .homebannerswiper .swiper-slide img {
    display: block;
    border-radius: 0;
    }
 

.homebannerswiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.homebannerswiper .swiper-pagination-bullet {
    background: #fff;
}
.homebannerswiper .swiper-pagination-bullet-active {
  background: #eabf69;
}
.container-fluid.p-0 {
    position: relative;
}
.custombtn {
    color: #B58C5C;
    border: 1px solid #B58C5C;
}
section#users {
    background: #fff;
    padding: 60px 0 80px;
}
.custombtn:hover {
    color: #fff;
    background: #B58C5C;
}
section#games
{
    padding-bottom: 80px;
}
.white-bg
{
    background: #ffffff;
}
.section.about.newabout .about-container > p, .toggleAbout p
{
    color: #000;
}
section#about {
    padding-top: 50px !Important;
}
.disclaimer-section {
    background: #fff;
}
.main-footer {
    background-color: #035059;
    border-top: 4px solid #B58C5C;
}
.main-footer .copyrightt {
    background: #08383e;
        padding: 0;
}
.main-footer {
    padding-bottom: 0;
}

.main-footer .bottom-footer .copyright {
    padding-top: 20px;
}
.main-footer .bottom-footer .copyright .ssl
{
    bottom: 12px;
}
.download-btn-container
{
    display: none;
}
@media screen and (max-width: 991px)
{
    .download-btn-container {
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    padding: 0 0 35px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0px;
    display: block;
}
.btn-download-rummy {
    background: linear-gradient(180deg, #EABF69 0%, #927D4F 100%);
    border: 2px solid #ba9340;
    color: #fff;
    font-size: 18px;
    width: 220px;
    padding: 6px 0;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.donwload_icon_width {
    width: 20px;
    margin-right: 4px;
    margin-top: -4px;
}

#hide_on_tablet
{
    display: none;
}
}