@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 20px;
    line-height: 28px;
    color: #1F1F3980;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

body.blockSite{
   overflow: hidden; 
}
body.blockSite:before{
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/assets?p=%2F..%2Fimg%2Fbanner1%2Ftext.png") no-repeat center;
    background-color: rgb(0 0 0 / 80%);
    left: 0;
    top: auto;
    z-index: 999;
    overflow: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p {
    font-size: 20px;
    line-height: 28px;
    color: #22223dad;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

h1,
.h1 {
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    line-height: 106px;
    color: #FFFFFF;
}

h2,
.h2 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    line-height: 66px;
    color: #1F1F39;
}

h3,
.h3 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    line-height: 59px;
    color: #1F1F39;
}

h4,
.h4 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #1F1F39;
}

.font-16,
.font-16 * {
    font-size: 16px;
    line-height: 22px;
    color: #1F1F39;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.page-center {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}

.body-section li {
    font-size: 17px;
    line-height: 26px;
    color: #22223dad;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 24px;
    position: relative;
}

.body-section li:after {
    content: "";
    border: 2px solid #1F1F39;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}


/*------- Header Style ---------*/

.header-inner-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-inner-section .header-logo {
    width: 20%;
}

.header-inner-section .header-nav-section {
    width: 60%;
}

.header-inner-section .header-cta-section {
    width: 20%;
}

.header-inner-section .header-logo img {
    max-width: 139.54px;
    width: 100%;
}

.custom-cta {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-weight: bold;
    background: #0E7DFF;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 500px;
    padding: 12px 29px 11px;
    max-width: 130px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 0 0 auto;
}

.custom-cta:hover {
    background: #5FA645;
}

.header-nav-inner-section li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #004895;
    display: inline-block;
}

.header-nav-inner-section li:hover a {
    color: #000000;
}

.header-nav-inner-section li {
    display: inline-block;
    padding: 0px 0px;
}

.header-nav-inner-section ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

header.header {
    background: #fff;
    padding: 15px 0 15px;
    position: relative;
}

.header-inner-section .header-logo a {
    display: flex;
}



/*------------- banner style --------------*/

.banner-slide {
    background-size: cover !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    padding: 81px 0 277px;
    /* margin-top: 10PX; */
    margin-bottom: 10px;
    position: relative;
    height: 100%;
}

.slick-slide {
    height: auto !important;
}

.banner-slider-immer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.banner-slider-immer .banner-left-side-section {
    width: 65%;
    padding-right: 20px;
}

.banner-slider-immer .banner-right-side-section {
    width: 35%;
}

.banner-slider-immer .banner-right-side-section img {
    max-width: 100%;
    width: 100%;
}

.banner-section .page-center {
    max-width: 1558px;
}

.banner-left-inner-section h4 {
    line-height: 28px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
}

.banner-section .slick-dots {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px; */
    position: absolute;
    bottom: 6%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-section .slick-slide {
    height: auto !important;

}

.banner-slider-section .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.banner-section .slick-slide {
    min-height: calc(100vh - 1px);
    min-height: -moz-calc(100vh - 1px);
    min-height: -webkit-calc(100vh - 1px);
}

.home-page .banner-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.banner-slide .page-center {
    width: 100%;
}

.banner-section .slick-dots li {
    list-style: none;
    margin: 12px 0;
    line-height: 0;
    display: inline-block;
}

.banner-section .slick-dots li:first-child {
    padding-left: 0px;
}

.banner-section .slick-dots button {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    outline: 0;
    border: 1px solid #fff;
    background: transparent;
    cursor: pointer;
}

.banner-section .slick-dots .slick-active button {
    background-color: #fff;
}

.banner-bottom-button-section {
    position: absolute;
    bottom: 90px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -00%);
    width: 100%;
    z-index: 4;
}

.banner-bottom-button-inner-section img {
    max-width: 283px;
    width: 100%;
}

.banner-slider-section {
    position: relative;
}

.banner-bottom-button-inner-section .bottom-cta {
    width: 50%;
    padding: 0 16px;
}

.banner-bottom-button-inner-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.banner-bottom-button-inner-section .bottom-cta.cta-one {
    text-align: right;
}

.proud_sponsor h2{
    font-size: 24px;
}

.proud_sponsor h2 .blue-text {
    color: #004895;
}

.trusted-partner-section .section-heading h2 {
    text-align: center;
    margin: 0 auto 5px;
}

.trusted-partner-section .section-text p {
    text-align: center;
}

.trusted-partner-inner-section .top-text-section {
    max-width: 774px;
    margin: 0 auto 30px;
}

.trusted-partner-inner-section .partner-logo {
    text-align: center;
}

.trusted-partner-inner-section .partner-logo img {
    margin: 10px;
    max-height: 113px;
    width: auto;
    padding: 10px;
    max-width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: inline-block;
    border-radius: 20px;
}

.trusted-partner-section {
    position: relative;
    padding: 50px 0 90px;
}

.trusted-partner-logo-section .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.how-to-play-step-one .img-section {
    width: 45%;
    text-align: center;
}

.how-to-play-left-right-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.how-to-play-step-one .section-text li {
    margin-bottom: 24px;
}

.how-to-play-left-right-section img {
    width: 100%;
    max-width: 100%;
}

.how-to-play-inner-section {
    background: #F4F5F7;
    border-radius: 25px;
}

.how-to-play-inner-page-center {
    max-width: 1060px;
    margin: 0 auto;
}

.how-to-play-step-one .img-section img {
    max-width: 430px;
}

.how-to-play-step-one .section-text {
    width: 55%;
    padding-left: 29px;
    max-width: 523px;
}

.how-to-play-step-two .img-section {
    width: 45%;
    text-align: center;
}

.how-to-play-step-two .section-text {
    width: 55%;
    padding-right: 29px;
    max-width: 535px;
    margin: 0 0 0 auto;
}

.how-to-play-step-two .img-section img {
    max-width: 313px;
    margin: 0 auto;
    display: block;
    padding-left: 20px;
}

.how-to-play-inner-section li span {
    display: block;
    color: #1F1F3980;
    font-weight: 400;
    margin-top: 4px;
}

.how-to-play-step-two .section-text li {
    margin-bottom: 50px;
    cursor: pointer;
}

.how-to-play-inner-section .top-section-heading h2 {
    text-align: center;
    margin-bottom: 32px;
}

.how-to-play-inner-section .top-section-heading p {
    text-align: center;
}

.how-to-play-inner-section .top-section-heading {
    max-width: 754px;
    margin: 0 auto 110px;
}

.how-to-play-left-right-section.how-to-play-step-one {
    margin-bottom: 127px;
}

.how-to-play-inner-section {
    background: #F4F5F7;
    /*background: rgba(36,101,255,1);
background: -moz-linear-gradient(-45deg, rgba(36,101,255,1) 0%, rgba(109,254,232,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(36,101,255,1)), color-stop(100%, rgba(109,254,232,1)));
background: -webkit-linear-gradient(-45deg, rgba(36,101,255,1) 0%, rgba(109,254,232,1) 100%);
background: -o-linear-gradient(-45deg, rgba(36,101,255,1) 0%, rgba(109,254,232,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(36,101,255,1) 0%, rgba(109,254,232,1) 100%);
background: linear-gradient(135deg, rgba(36,101,255,1) 0%, rgba(109,254,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2465ff', endColorstr='#6dfee8', GradientType=1 );*/
    border-radius: 25px;
    padding: 150px 0 247px;
}

.how-to-play-section {
    position: relative;
    padding-bottom: 150px;
}

.why-batball-11-section .top-text-section {
    text-align: center;
    max-width: 754px;
    margin: 0 auto 100px;
}

.why-batball-11-section .top-text-section h2 {
    margin-bottom: 36px;
}

.features-section {
    position: relative;
}

.features-section:after {
    content: "";
    background: #DEE8FF;
    /* background: rgba(36,101,255,1);
background: -moz-linear-gradient(-45deg, rgba(36,101,255,1) 0%, rgba(109,254,232,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(36,101,255,1)), color-stop(100%, rgba(109,254,232,1)));
background: -webkit-linear-gradient(-45deg, rgba(36,101,255,1) 0%, rgba(109,254,232,1) 100%);
background: -o-linear-gradient(-45deg, rgba(36,101,255,1) 0%, rgba(109,254,232,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(36,101,255,1) 0%, rgba(109,254,232,1) 100%);
background: linear-gradient(135deg, rgba(36,101,255,1) 0%, rgba(109,254,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2465ff', endColorstr='#6dfee8', GradientType=1 ); */
    width: 100%;
    height: 63%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
}

.features-inner-section {
    position: relative;
    z-index: 1;
    padding: 100px 15px 164px;
    max-width: 995px;
    margin: 0 auto;
}

.features-inner-section .top-section-text {
    text-align: center;
}

.features-inner-section .top-section-text {
    text-align: center;
    max-width: 675px;
    margin: 0 auto 24px;
}

.features-inner-section .top-section-text h2 {
    margin-bottom: 8px;
}

.col-12 {
    width: 100%;
}

.col-6 {
    width: 50%;
}

.col-4 {
    width: 33.33%;
}

.features-inner-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 -16px;
}

.features-inner-card {
    background: #fff;
    border: 2px solid #DEE8FF;
    border-radius: 20px;
    padding: 32px 15px 31px;
    text-align: center;
}

.features-card {
    padding: 16px;
}

.features-inner-card p {
    font-size: 16px;
    line-height: 22px;
    color: #1F1F39;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.features-inner-card img {
    margin-bottom: 12px;
    max-height: 32px;
}

.features-section .features-inner-section {
    padding-bottom: 144px;
}

.features-section.features-section:after {
    content: "";
    height: 950px;
}

.joining-reward-inner-section li:after {
    border: 2px solid #6B5FDD;
}

.joining-reward-inner-section .left-side-img-sec {
    width: 50%;
}

.joining-reward-inner-section .left-side-img-sec img {
    width: 100%;
    max-width: 558px;
}

.joining-reward-inner-section .right-side-text-sec {
    width: 50%;
    padding-left: 47px;
}

.joining-reward-inner-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.joining-reward-inner-section .right-side-text-sec h3 {
    margin-bottom: 16px;
}

.joining-reward-inner-section .right-side-text-sec p {
    margin-bottom: 32px;
}

.joining-reward-inner-section .right-side-text-sec li {
    margin-bottom: 20px;
    max-width: 524px;
}

.joining-reward-section {
    padding-bottom: 120px;
}

.get-more-reward-section .right-side-text-sec {
    width: 45%;
}

.get-more-reward-section .left-side-img-sec {
    width: 55%;
}

.get-more-reward-section-inner-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.get-more-reward-section-inner-section h3 {
    margin-bottom: 32px;
}

.get-more-reward-section-inner-section p {
    margin-bottom: 24px;
}

.get-more-reward-section .right-side-text-inner-sec {
    max-width: 510px;
    width: 100%;
    padding-right: 10px;
}

.get-more-reward-section .left-side-img-sec img {
    width: 100%;
    padding-left: 30px;
}

.get-more-reward-section {
    padding-bottom: 139px;
}

.support-system .features-inner-section .top-section-text {
    max-width: 450px;
    margin: 0 auto 70px;
}

.support-system .features-inner-section {
    max-width: 1036px;
    margin: 0 auto;
}

.support-system .achievement-section .features-inner-section .features-inner-card {
    max-width: 270px;
    margin: 0 auto;
}

.support-system .achievement-section.features-section:after {
    height: 425px;
}

.support-system .achievement-section .features-inner-section {
    padding-bottom: 64px;
}

.support-system .section-text {
    margin: 0 auto;
    text-align: center;
}

.support-system {
    padding-bottom: 150px;
}

.features-section.features-section.features-section-one:after {
    height: 760px;
}

.user-reviews-top-section .section-text {
    text-align: center;
    max-width: 884px;
    margin: 0 auto;
}

.user-reviews-top-section .section-text h2 {
    margin-bottom: 20px;
}

.user-reviews-bottom-section {
    max-width: 427px;
    margin: 0 auto;
}

.user-reviews-track * {
    text-align: center;
}

.user-reviews-track .about-user * {
    font-size: 15px;
}

.user-reviews-track .about-user b,
.user-reviews-track .about-user strong {
    display: block;
    color: #1F1F39;
    font-size: 20px;
}

.user-reviews-track .text {
    margin-bottom: 30px;
}

.user-reviews-track .slick-dots button {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    outline: 0;
    border: 1px solid #fff;
    background: #1F1F391A;
    cursor: pointer;
}

.user-reviews-track .slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    width: auto;
}

.user-reviews-track .slick-dots li:after,
.banner-section .slick-dots li:after {
    display: none;
}

.user-reviews-track .slick-dots .slick-active button {
    background: #0E7DFF;
    width: 20px;
    height: 20px;
}

.user-reviews-track ul.slick-dots {
    margin-top: 80px;
}

.user-reviews-bottom-section {
    padding: 784px 0 667px;
}

.download-the-app-section {
    background: linear-gradient(to bottom, #FFF0E980 70%, #1F1F39 30%);
    position: relative;
    padding-top: 140px;
}

.download-the-app-section-inner {
    background-color: #DEE8FF;
    border-radius: 25px;
    padding: 0px 40px 80px 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.download-the-app-left {
    width: calc(100% - 384px);
    padding-right: 40px;
}

.download-the-app-right img {
    width: 100%;
    height: auto;
    max-width: 384px;
    margin-top: -140px;
}

.download-the-app-left h2 {
    margin-bottom: 27px !important;
    margin-top: 64px !important;
    max-width: 450px;
}

.download-the-app-left p {
    margin-bottom: 70px;
    color: #1F1F3980;
    max-width: 450px;
}

.download-the-app-left .download-app {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.download-the-app-left .download-app a {
    display: inline-block;
}

.download-the-app-left .download-app a img {
    width: 100%;
    height: auto;
    max-width: 283px;
}

.download-the-app-left .download-app a:first-child img {
    padding-right: 16px;
}

.download-the-app-left .download-app a:last-child img {
    padding-left: 16px;
}

.download-the-app-left .download-app img {
    width: 100%;
    height: auto;
    max-width: 283px;
    display: block;
}

footer {
    padding: 159px 0 200px;
    background-color: #1f1f39;
}

.footer-top-section {
    padding-bottom: 150px;
    border-bottom: 1px solid #FFFFFF1A;
    text-align: center;
}

.footer-top-section h2 {
    color: #ffffff;
    margin-bottom: 7px;
}

.footer-top-section p {
    color: #FFFFFF80;
    margin-bottom: 0px;
}

.footer-top-section form {
    margin-top: 52px;
}

.footer-top-section form input[type="text"] {
    border: 2px solid #FFFFFF33;
    border-radius: 20px;
    padding: 26px 30px;
    background-color: transparent;
    color: #FFFFFF80;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 428px;
    margin-right: 48px;
    outline: 0;
}

.footer-top-section form input[type="submit"] {
    border: 2px solid #DEE8FF;
    border-radius: 20px;
    padding: 26px 30px;
    background-color: #DEE8FF;
    color: #1F1F39;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 216px;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-top-section form input[type="submit"]:hover {
    background-color: transparent;
    color: #DEE8FF;
}

.footer-bottom-section {
    padding-top: 59px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-logo-section {
    width: 27%;
    padding-right: 30px;
}

.footer-social-section {
    width: 15%;
}

.footer-nav-section {
    width: 51%;
    padding-right: 60px;
}

.footer-logo-section img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 150px;
    margin-bottom: 12px;
}

.footer-logo-section a {
    color: #FFFFFF80;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-logo-section a.mailto-link {
    margin-bottom: 12px;
}

.footer-logo-section a:hover {
    color: #5FA645;
    text-decoration: none;
}

.footer-nav-section {
    padding-top: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer-nav-section ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 50%;
}

.footer-nav-section li:first-child {
    margin-bottom: 26px;
}

.footer-nav-section li {
    color: #FFFFFF;
    margin-bottom: 18px;
    padding: 0;
}

.footer-nav-section li a {
    color: #FFFFFF80;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-nav-section li a:hover {
    color: #5FA645;
    text-decoration: none;
}

.footer-nav-section li::after {
    content: "";
    border: 0;
    width: 0;
    height: 0;
    border-radius: 0;
    display: inline-block;
    position: static;
}

.footer-social-section {
    padding-top: 24px;
}

.footer-social-section .social-icons {
    margin-bottom: 20px;
}

.footer-social-section .social-icons a {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.footer-social-section .social-icons a svg path {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-social-section .social-icons a:hover svg path {
    fill: #5FA645;
}

.footer-social-section .title {
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.footer-social-section .download-app a {
    display: block;
}

.footer-social-section .download-app img {
    width: 100%;
    height: auto;
    max-width: 170px;
    display: block;
}

.footer-social-section .download-app a:first-child {
    margin-bottom: 25px;
}

.faq-section {
    background: #FFF0E980;
    padding: 120px 0 141px;
}

.faq-top-section h2 {
    text-align: center;
    margin-bottom: 80px !important;
}

.faq-section .page-center {
    max-width: 1000px;
}

.faq-bottom-section .faq:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.faq-bottom-section .faq .question {
    width: 50%;
    padding-right: 10px;
}

.faq-bottom-section .faq .answer {
    width: 50%;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 450px;
    margin: 0 0 0 auto;
}

.faq-bottom-section .faq .question p {
    font-weight: bold;
    color: #1F1F39;
}

.faq-bottom-section .ans-text * {
    font-size: 14px;
    line-height: 18px;
    color: #1F1F3980;
}

.faq-bottom-section .faq .answer .ans-title span {
    font-size: 10px;
    line-height: 13px;
    color: #1F1F39;
    background: #FFEBA3;
    padding: 3px 8.4px 4px;
    border-radius: 5px;
}

.faq-bottom-section .faq .answer .ans-title {
    width: 34px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.faq-bottom-section .faq .answer .ans-text {
    width: calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    padding-left: 32px;
}

.view-all-cta-section {
    text-align: center;
}

.view-all-cta-section a {
    text-decoration: none;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 43px;
    color: #1F1F39;
    margin-top: 40px;
    display: inline-block;
}

.faq-bottom-section .faq {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 34px;
    border-top: 2px solid #F1E9E8;
    padding-top: 34px;
}

.other-sports-inner-section .section-title p {
    line-height: 26px;
    color: #000000;
    font-weight: 500;
}

.other-sports-inner-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.other-sports-inner-section .section-title {
    width: 162px;
    padding-right: 7px;
}

.other-sports-inner-section .logo-section {
    width: calc(100% - 162px);
    width: -moz-calc(100% - 162px);
    width: -webkit-calc(100% - 162px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.other-sports-inner-section .logo {
    padding: 8px;
    line-height: 0;
    width: auto;
    display: inline-block;
}

.other-sport-logo {
    width: auto;
    position: relative;
    padding-right: 42px;
}

.other-sport-app-download-sec {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 41px;
}

.other-sports-section .page-center {
    max-width: 1230px;
}

.other-sports-section {
    padding: 0;
}

.other-sport-logo:after {
    content: "";
    width: 1px;
    height: 90%;
    background: #868686;
    position: absolute;
    top: 8%;
    right: 0;
}

.support-system .achievement-section .features-inner-section a {
    text-decoration: none;
}

.support-system .achievement-section .features-inner-section .features-inner-card {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.support-system .achievement-section .features-inner-section .features-inner-card:hover {
    transform: scale(1.1);
}

.other-sports-section {
    display: none;
}

.page-scrolled .other-sports-section {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background: #fff;
}


@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}

.slick-active .banner-left-inner-section {
    animation-name: fadeInUpSD;
    animation-duration: 2s;
    opacity: 1;
    width: 100%;
    /* padding: 10px 20px 30px 0; */
    padding: 0;
}

@-webkit-keyframes fadeInright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInright {
    -webkit-animation-name: fadeInright;
    animation-name: fadeInright;
}

.slick-active .banner-right-side-inner-section {
    animation-name: fadeInright;
    animation-duration: 2s;
    opacity: 1;
    width: 100%;
    /* padding: 10px 20px 30px 0; */
    padding: 0;
}




/*-- Fantasy Point --*/

.point-system {
    padding-top: 55px;
}

.point-system__table {
    /* max-width: 1136px; */
    margin: 0 auto;
    display: grid;
    gap: 16px;
    grid-template-columns: 368px 1fr;
    align-items: flex-start;
}

.point-system__table__header__sports,
.point-system__table__header__sports__format {
    display: flex;
    height: 56px;
    align-items: center;
}

.point-system__table__header__sports {
    /* max-width: 368px; */
    flex-direction: column;
    height: initial;
    align-items: initial;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 8px;
}

.point-system__table__header__sports>a,
.point-system__table__header__sports__format>a {
    flex: 1;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #7C7C7C;
    font-size: 16px;
    /* font-weight: 600; */
    color: #1F1F3980;
}

.point-system__table__header__sports a {
    height: 50px;
    display: grid;
    border-bottom: 1px solid #7F7F7F;
    justify-content: flex-start;
    padding: 0 12px;
    position: relative;
    width: 100%;
}

.point-system__table__header__sports>a.active,
.point-system__table__header__sports__format>a.active {
    border-bottom: 2px solid #0E7DFF;
    font-weight: 600;
    color: #000;
}

.point-system__table__header__sports a svg {
    display: none;
}

.point-system__table__header__sports a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #1F1F3980;
    border-top: 2px solid #1F1F3980;
    transform: rotate(45deg);
    right: 12px;
}

.point-system a {
    text-decoration: none;
}

.point-system__table__body {
    flex: 1;
}

.point-system__table__header__sports__format {
    margin-bottom: 24px;
    border: 1px solid rgba(112, 112, 112, .5);
    border-radius: 8px;
    display: none;
}

.point-system__table__header__sports__format.point-system__table__header__sports__format--show {
    display: flex;
}

.point-system__table__header__sports__format>a {
    font-weight: 400;
    border-bottom: none;
}

.point-system__table__header__sports__format a {
    border-right: 1px solid rgba(112, 112, 112.5);
}

.point-system__table__header__sports__format a.active {
    border: none;
    background-color: #0E7DFF;
    color: #fff;
    font-weight: 400;
}

.point-system__table__header__sports__format a:first-child {
    border-radius: 8px 0 0 8px;
}

.point-system__table__header__sports__format a {
    border-right: 1px solid rgba(112, 112, 112.5);
}

.point-system__table__body__data {
    display: none;
}

.point-system__table__body__data.point-system__table__body__data--show {
    display: block;
}

.point-system__table__body__data__format {
    display: none;
}

.point-system__table__body__data__format.point-system__table__body__data__format--show {
    display: block;
}

.point-system__table__body__data__box {
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
}

a.point-system__table__body__data__box__que {
    height: 56px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #0E7DFF;
    padding: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

a.point-system__table__body__data__box__que:after {
    position: absolute;
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #1F1F3980;
    border-bottom: 2px solid #1F1F3980;
    transform: rotate(45deg);
    transition: .2s transform ease-in;
}

.point-system__table__body__data__box--show a.point-system__table__body__data__box__que:after {
    transform: rotate(-135deg);
    margin-top: 8px;
    transition: .2s transform ease-in;
}

.point-system__table__body__data__box--show .point-system__table__body__data__box__ans {
    display: block;
}

.point-system__table__body__data__box__img {
    display: none;
}

.point-system__table__body__data__box__row {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    height: 56px;
    align-items: center;
    padding-right: 0;
}

.point-system__table__body__data__box__row:nth-child(even) {
    background-color: #f2f2f2;
}

.point-system__table__body__data__box__row p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.point-system__table__body__data__box__row p:nth-child(1) {
    flex: 1;
}

.point-system__table__body__data__box__row p:nth-child(2) {
    height: 56px;
    width: 56px;
    display: grid;
    place-items: center;
    background-color: #0E7DFF;
    color: #fff;
}

.green {
    background-color: #70d48c !important;
}

.red {
    background-color: #f7bea3 !important;
}

.point-system__table__body__data__box__extra p {
    margin: 0;
    font-size: 12px;
    padding: 0 24px;
    padding-top: 16px;
    line-height: 1.5;
}

.point-system__table__body__data__box__extra p:last-child {
    padding-bottom: 16px;
}

.point-system__table__body__data__box__ans {
    display: none;
}

.point-system__table__body__data__box__row__right {
    display: flex;
    align-items: center;
    /* width: 25%; */
}

.point-system__table__body__data__box__row .point-system__table__body__data__box__row__right p {
    width: 56px;
    background-color: #0E7DFF;
    height: 56px;
    display: grid;
    place-items: center;
    color: #fff;
}

.point-system__table__header__sports__format a:last-child {
    border-radius: 0 8px 8px 0;
    border: none;
}

.tearm-and-condition-section p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.tearm-and-condition-section li {
    list-style: decimal;
    margin-bottom: 10px;
    font-weight: 400;
}

.tearm-and-condition-section li {
    padding-left: 0;
}

.body-section .tearm-and-condition-section li:after {
    display: none;
}

.tearm-and-condition-section * {
    color: #1F1F3980 !important;
}

.tearm-and-condition-section h1,
.tearm-and-condition-section h2,
.tearm-and-condition-section h3,
.tearm-and-condition-section h4,
.tearm-and-condition-section h5,
.tearm-and-condition-section h6 {
    margin-top: 2%;
    margin-bottom: 2%;
}

.tearm-and-condition-section dl,
.tearm-and-condition-section ol,
.tearm-and-condition-section ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 25px;
}

.tearm-and-condition-section a {
    color: #0E7DFF !important;
}

.tearm-and-condition-section {
    padding: 55px 0;
}

.tearm-and-condition-section a:hover {
    color: #1f1f39 !important;
}

.tearm-and-condition-section a {
    text-decoration: none;
}

.privacy-policy-page td {
    width: 30%;
    text-align: justify;
    padding: 10px;
}

.privacy-policy-page tr:nth-child(even) {
    background-color: #dddddd;
}

.privacy-policy-page table {
    border-collapse: collapse;
    width: 100%;
}

.privacy-policy-page li {
    text-align: left;
}

.tearm-and-condition-section h1,
.tearm-and-condition-section h2,
.tearm-and-condition-section h3,
.tearm-and-condition-section h4,
.tearm-and-condition-section h5,
.tearm-and-condition-section h6 {
    color: #1F1F39 !important;
}

.banner-bottom-button-inner-section .cta-one img {
    margin: 0 0 0 auto;
}

.user-reviews-bottom-section-wraper {
    background-image: url("/assets?p=%2F..%2Fimg%2Ftesti-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.user-reviews-bottom-section .user-reviews-track:after {
    content: "";
    background: url("/assets?p=%2F..%2Fimg%2Fquote.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    top: -155px;
    right: 31%;
    z-index: 4;
    display: block;
}

.banner-slide:after {
    content: "";
    background: #0000003d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-slide .page-center {
    position: relative;
    z-index: 4;
}

.banner-bottom-button-inner-section .bottom-cta a {
    display: inline-block;
}

.home-page header.header {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.home-page .banner-slide {
    /* padding: 130px 0 277px; */
    padding: 130px 0 80px;
}

.body-section .how-to-play-step-two li.active:after {
    background: #1F1F39;
}


.other-sports-inner-section .other-sport-logo {
    width: 58%;
}

.other-sports-inner-section .other-sport-app-download-sec {
    width: 42%;
}

.other-sports-inner-section .slick-slide {
    height: auto !important;
}

.other-sports-inner-section .logo img {
    width: 100%;
    max-width: 145px;
}

.other-sports-inner-section .other-sport-logo .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.other-sports-inner-section .other-sport-logo .slick-arrow {
    font-size: 0px;
    line-height: normal;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
    border: none;
    font-family: FontAwesome;

}

.other-sports-inner-section .other-sport-logo .slick-prev:after {
    content: "\f104";
    font-size: 25px;
}

.other-sports-inner-section .other-sport-logo .slick-next:after {
    content: "\f105";
    font-size: 25px;
}

.other-sports-inner-section .other-sport-logo .slick-prev {
    position: absolute;
    top: 30%;
    right: -25px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.other-sports-inner-section .other-sport-logo .slick-next {
    position: absolute;
    bottom: -5%;
    right: -25px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.other-sports-inner-section .other-sport-logo .slick-disabled {
    opacity: 0.5;
}

.banner-slider-section .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

/*------- New Header css -------*/

.new-footer-section .footer-social-section {
    width: 100%;
}

.new-footer-section .footer-social-section .download-app a {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 6px;
}

.new-footer-section .footer-social-section .download-app img {
    margin: 0;
    padding: 0;
    width: 90%;
}

.new-footer-section .download-app {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
}

.new-footer-section .footer-nav-section {
    width: 43%;
    padding-right: 30px;
    padding-top: 0;
}

.footer-help-desk-logo-section {
    width: 26%;
}

.footer-help-desk-logo-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-help-desk-logo-section .footer-help-logo-section {
    width: 100%;
    padding-bottom: 15px;
}

.logo-2 img {
    max-width: 40% !important;
    float: left;
    padding: 5px 15px;
}

.memberships-section.footer-help-logo-section .logo-2 img:nth-child(2) {
    display: none;
}

.footer-help-desk-logo-section .footer-help-logo-section img {
    width: 80%;
    max-width: 100%;
}

.footer-help-desk-logo-section .footer-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 26px;
}

.small-font .h3,
.small-font h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
}

.small-font p,
.small-font li {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

.small-font .h4,
.small-font h4 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

.header-new header.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.header-new .body-section {
    margin-top: 105px;
}

.memberships-section .logo-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.body-section {
    overflow-x: hidden;
}

.footer-bottom-section-2 {
    padding-top: 10px;
}

.footer-bottom-section-2 p {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;

}

.footer-bottom-section-2 p {
    color: #ffffff;
    text-align: center;
}

/*------------- Media Query -------------*/

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .footer-social-section {
        width: 18%;
    }

    .footer-logo-section {
        width: 30%;
    }
}


/*-------- Max 1199 and Min 992 ends here ----------*/

@media screen and (max-width: 991px) and (min-width: 768px) {
    footer {
        padding: 120px 0 120px;
    }

    .footer-top-section {
        padding-bottom: 100px;
    }

    .footer-bottom-section {
        padding-top: 100px;
    }

    .footer-logo-section a {
        font-size: 16px;
    }

    .footer-nav-section li {
        font-size: 16px;
    }

    .footer-logo-section {
        width: 30%;
    }

    .footer-social-section {
        width: 21%;
    }

    .footer-nav-section {
        width: 49%;
        padding-right: 40px;
    }

    .footer-top-section form input[type="text"] {
        padding: 23px 30px;
    }

    .footer-top-section form input[type="submit"] {
        padding: 23px 30px;
    }

    .download-the-app-right img {
        max-width: 280px;
        margin-top: -70px;
    }

    .download-the-app-left {
        width: calc(100% - 280px);
    }

    .download-the-app-left p {
        margin-bottom: 30px;
    }

    .download-the-app-left h2 {
        font-size: 45px;
        line-height: 55px;
    }
}


/*-------- max 991 and min 766 ends here ----------*/

@media screen and (max-width: 1550px) {

    h1,
    .h1 {
        font-size: 55px;
        line-height: normal;
    }

    h2,
    .h2 {
        font-size: 45px;
        line-height: 56px;
    }

    h3,
    .h3 {
        font-size: 40px;
        line-height: 49px;
    }

    .banner-bottom-button-inner-section img {
        max-width: 230px;
    }

    .trusted-partner-section {
        padding: 40px 0 60px;
    }

    .trusted-partner-inner-section .top-text-section {
        margin: 0 auto 10px;
    }

    .how-to-play-inner-section {
        padding: 100px 0 147px;
    }

    .how-to-play-inner-section .top-section-heading {
        margin: 0 auto 80px;
    }

    .how-to-play-section {
        padding-bottom: 110px;
    }

    .why-batball-11-section .top-text-section {
        margin: 0 auto 80px;
    }

    .features-inner-section {
        padding: 80px 15px 100px;
    }

    .features-section .features-inner-section {
        padding-bottom: 100px;
    }

    .joining-reward-section {
        padding-bottom: 100px;
    }

    .support-system {
        padding-bottom: 100px;
    }

    .support-system .achievement-section.features-section:after {
        height: 380px;
    }

    .features-section.features-section.features-section-one:after {
        height: 720px;
    }

    .features-section.features-section:after {
        height: 900px;
    }

    .user-reviews-bottom-section {
        padding: 584px 0 467px;
    }

    .faq-section {
        padding: 100px 0 121px;
    }
}


/*-------- 1550 ends here ----------*/

@media screen and (max-width: 1300px) {

    /*.other-sports-section {
        display: none !important;
    }*/
    .other-sports-inner-section .other-sport-logo,
    .other-sports-inner-section .section-title {
        display: none;
    }

    .other-sports-inner-section .logo-section {
        justify-content: center;
        width: 100%;
    }

    .other-sports-inner-section .other-sport-app-download-sec {
        padding: 0;
        justify-content: center;
    }

    .other-sports-inner-section .other-sport-app-download-sec {
        width: 80%;
    }

    .other-sports-inner-section .logo img {
        max-width: 160px;
    }

    .banner-section .slick-slide {
        min-height: 615px;
    }
}


/*-------- 1300px ends here ----------*/

@media screen and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 45px;
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: normal;
    }

    h3,
    .h3 {
        font-size: 35px;
        line-height: normal;
    }

    .banner-bottom-button-inner-section img {
        max-width: 175px;
    }

    .banner-section .slick-dots {
        right: 30px;
    }

    .trusted-partner-section {
        padding: 40px 0 60px;
    }

    .how-to-play-inner-section {
        padding: 80px 0 100px;
    }

    .how-to-play-inner-section .top-section-heading {
        margin: 0 auto 60px;
    }

    .how-to-play-left-right-section.how-to-play-step-one {
        margin-bottom: 90px;
    }

    .how-to-play-section {
        padding-bottom: 80px;
    }

    .why-batball-11-section .top-text-section h2 {
        margin-bottom: 26px;
    }

    .why-batball-11-section .top-text-section {
        margin: 0 auto 60px;
    }

    .features-section .features-inner-section {
        padding-bottom: 80px;
    }

    .download-the-app-left h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .joining-reward-section {
        padding-bottom: 80px;
    }

    .get-more-reward-section {
        padding-bottom: 90px;
    }

    .support-system .features-inner-section .top-section-text {
        max-width: 450px;
        margin: 0 auto 50px;
    }

    .features-card {
        padding: 10px;
    }

    .features-inner-list {
        margin: 0 -10px;
    }

    .support-system {
        padding-bottom: 80px;
    }

    .user-reviews-bottom-section {
        padding: 384px 0 367px;
    }

    .user-reviews-track ul.slick-dots {
        margin-top: 60px;
    }

    .faq-section {
        padding: 80px 0 60px;
    }

    .faq-top-section h2 {
        margin-bottom: 60px !important;
    }

    .download-the-app-left .download-app a img {
        max-width: 210px;
    }

    .user-reviews-bottom-section .user-reviews-track:after {
        top: -120px;
    }
}


/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
    .header-nav-inner-section li {
        padding: 10px 20px;
    }

    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 35px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }

    .banner-slide {
        padding: 81px 0 200px;
    }

    .banner-bottom-button-inner-section img {
        max-width: 150px;
    }

    .trusted-partner-section {
        padding: 80px 0 80px;
    }

    .how-to-play-inner-section {
        padding: 80px 0 80px;
    }

    .how-to-play-left-right-section.how-to-play-step-one {
        margin-bottom: 80px;
    }

    .features-section .features-inner-section {
        padding-bottom: 70px;
    }

    .how-to-play-section {
        padding-bottom: 70px;
    }

    .get-more-reward-section {
        padding-bottom: 70px;
    }

    .support-system .features-inner-section .top-section-text {
        margin: 0 auto 40px;
    }

    .support-system .achievement-section.features-section:after {
        height: 340px;
    }

    .support-system .achievement-section .features-inner-section {
        padding-bottom: 54px;
    }

    .support-system .achievement-section .features-inner-section .features-inner-card:hover {
        transform: scale(1.1);
    }

    .user-reviews-bottom-section {
        padding: 284px 0 267px;
    }

    .faq-section {
        padding: 80px 0 40px;
    }

    .user-reviews-bottom-section .user-reviews-track:after {
        top: -100px;
    }

    .home-page .banner-slide {
        /* padding: 130px 0 200px; */
        padding: 130px 0 80px;
    }

    .banner-section .slick-slide {
        min-height: 493px;
    }

    .call-texttitle {
        font-size: 25px !important;
    }
}


/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {
    .privacy-policy-page .responsive-table-section::-webkit-scrollbar {
        height: 12px;
    }

    /* Track */
    .privacy-policy-page .responsive-table-section::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    /* Handle */
    .privacy-policy-page .responsive-table-section::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #1f1f39;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }

    .privacy-policy-page .responsive-table-section::-webkit-scrollbar-thumb:window-inactive {
        background: #1f1f39;
    }

    .privacy-policy-page .responsive-table-section {
        overflow-x: auto;
        margin-bottom: 25px;
    }

    .privacy-policy-page .responsive-table-section table {
        width: 880px;
        margin-bottom: 25px;
    }
}


/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
    footer {
        padding: 90px 0;
    }

    .footer-top-section h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .footer-top-section form input[type="text"] {
        padding: 20px 30px;
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .footer-top-section form input[type="submit"] {
        padding: 16px 30px;
        font-size: 18px;
    }

    .footer-top-section {
        padding-bottom: 80px;
    }

    .footer-bottom-section {
        padding-top: 80px;
        text-align: center;
    }

    .footer-logo-section,
    .footer-nav-section,
    .footer-social-section {
        width: 100%;
        padding-right: 0px;
    }

    .footer-logo-section img {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-logo-section {
        margin-bottom: 40px;
    }

    .footer-social-section .download-app img {
        margin: 0 auto;
    }

    .footer-social-section {
        padding-top: 40px;
    }

    .footer-nav-section {
        max-width: 550px;
        margin: 0 auto;
    }

    .download-the-app-section-inner {
        flex-direction: column-reverse;
        padding: 0px 40px 40px 40px;
    }

    .download-the-app-left,
    .download-the-app-right {
        width: 100%;
        padding-right: 0px;
    }

    .download-the-app-right img {
        margin-left: auto;
        margin-right: auto;
        margin-top: -140px;
        display: block;
        max-width: 300px;
    }

    .download-the-app-left h2 {
        margin-bottom: 20px !important;
        margin-top: 40px !important;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .download-the-app-left p {
        margin-bottom: 50px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .download-the-app-left .download-app {
        justify-content: center;
    }

    .banner-slider-immer {
        flex-direction: column;
    }

    .banner-slider-immer .banner-left-side-section {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .banner-slider-immer .banner-right-side-section {
        width: 100%;
    }

    h1,
    .h1 {
        font-size: 35px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    p,
    .body-section li {
        font-size: 18px;
        line-height: 27px;
    }

    .banner-left-inner-section h4 {
        text-align: center;
    }

    .banner-left-inner-section h1 {
        text-align: center;
    }

    .banner-bottom-button-inner-section .bottom-cta {
        padding: 0 10px;
    }

    .banner-slide {
        padding: 70px 0 160px;
    }

    .trusted-partner-inner-section .top-text-section {
        margin: 0 auto 20px;
    }

    .trusted-partner-section {
        padding: 60px 0 60px;
    }

    .how-to-play-inner-section {
        padding: 60px 0 60px;
    }

    .how-to-play-inner-section .top-section-heading h2 {
        margin-bottom: 22px;
    }

    .how-to-play-left-right-section {
        flex-direction: column-reverse;
    }

    .how-to-play-step-one .section-text {
        width: 100%;
        padding-left: 0;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .how-to-play-step-one .img-section,
    .how-to-play-step-two .img-section {
        width: 100%;
    }

    .how-to-play-left-right-section.how-to-play-step-two {
        flex-direction: column;
    }

    .how-to-play-step-two .section-text {
        width: 100%;
        padding-right: 0;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .how-to-play-section {
        padding-bottom: 60px;
    }

    .features-section .features-inner-section {
        padding-bottom: 60px;
    }

    .features-inner-section {
        padding: 60px 15px 70px;
    }

    .col-4 {
        width: 50%;
    }

    .joining-reward-inner-section .left-side-img-sec {
        width: 100%;
    }

    .joining-reward-inner-section .right-side-text-sec {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .joining-reward-inner-section {
        flex-direction: column-reverse;
    }

    .get-more-reward-section .right-side-text-sec {
        width: 100%;
    }

    .get-more-reward-section .left-side-img-sec {
        width: 100%;
    }

    .get-more-reward-section-inner-section {
        flex-direction: column;
    }

    .get-more-reward-section .right-side-text-inner-sec {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .get-more-reward-section-inner-section h3 {
        margin-bottom: 22px;
    }

    .joining-reward-section {
        padding-bottom: 60px;
    }

    .get-more-reward-section {
        padding-bottom: 60px;
    }

    .support-system {
        padding-bottom: 70px;
    }

    .user-reviews-bottom-section {
        padding: 184px 0 167px;
    }

    .user-reviews-bottom-section {
        padding: 184px 0 167px;
    }

    .faq-bottom-section .faq .question {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .faq-bottom-section .faq .answer {
        width: 100%;
        padding-left: 0;
        max-width: 100%;
        margin: 0 auto;
    }

    .faq-bottom-section .faq {
        margin-top: 24px;
        border-top: 2px solid #F1E9E8;
        padding-top: 24px;
    }

    .view-all-cta-section a {
        font-size: 23px;
        line-height: normal;
    }

    .header-inner-section .header-logo {
        width: 50%;
    }

    .header-inner-section .header-cta-section {
        width: 50%;
        padding-right: 50px;
    }

    .header-inner-section .header-nav-section {
        width: auto;
    }

    .header-nav-inner-section {
        position: absolute;
        top: 58px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1;
        padding: 20px 0;
    }

    .header-nav-inner-section ul {
        display: block;
    }

    .header-nav-inner-section li {
        display: block;
        text-align: left;
    }

    /*-- Fantasy Point --*/
    .point-system__table__header__sports {
        overflow-x: auto;
        /* height: 48px; */
        border-radius: 0px;
        box-shadow: 0px 3px 6px #00000029;
        flex-direction: initial;
    }

    .point-system__table__header__sports a.active {
        color: #0E7DFF;
    }

    .point-system__table {
        /* display: initial; */
        grid-template-columns: initial;
        gap: initial;
    }

    .point-system__table__header__sports a {
        padding: 0 12px;
        font-size: 12px;
        flex-direction: column;
    }

    .point-system__table__header__sports a:after {
        display: none;
    }

    .point-system__table__body {
        margin: 24px;
    }

    .point-system__table__body {
        margin: 24px;
    }

    .point-system__table__header__sports__format {
        box-shadow: 0px 3px 6px #00000029;
        margin: 16px 0;
        height: 48px;
    }

    .point-system__table__header__sports__format a {
        font-size: 12px;
    }

    .point-system__table__header__sports__format a.active {
        background-color: #0E7DFF;
        color: #fff;
        border: none;
    }

    a.point-system__table__body__data__box__que {
        /* height: 48px; */
        padding: 16px;
        font-size: 14px;
        padding-right: 40px;
    }

    .point-system__table__body__data__box__row {
        display: flex;
        padding: 0 16px;
        padding-right: 0;
        justify-content: space-between;
        height: 40px;
        align-items: center;
    }

    .point-system__table__body__data__box__row p {
        font-size: 12px;
        font-weight: 400;
    }

    .point-system__table__body__data__box__row p:nth-child(2) {
        height: 40px;
        width: 60px;
    }

    .point-system__table__body__data__box__row .point-system__table__body__data__box__row__right p {
        height: 40px;
        width: 40px;
    }

    .banner-slider-immer .banner-right-side-section img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .banner-bottom-button-section {
        bottom: 70px;
    }

    .home-page .banner-slide {
        /* padding: 130px 0 170px; */
        padding: 130px 0 70px;
    }

    /*---- New Footer ----*/

    .new-footer-section .footer-social-section .download-app a:first-child img {
        margin: 0 0 0 auto;
    }

    .new-footer-section .footer-social-section .download-app a:first-child {
        padding-right: 10px;
    }

    .new-footer-section .footer-social-section .download-app a:last-child {
        padding-left: 10px;
    }

    .new-footer-section .footer-social-section .download-app a img {
        width: 100%;
    }

    .new-footer-section .footer-nav-section {
        width: 100%;
        padding-right: 0;
    }

    .footer-help-desk-logo-section {
        width: 100%;
        max-width: 550px;
        margin: 10px auto 0;
    }

    .footer-help-desk-logo-section .footer-help-logo-section img {
        width: 95%;
        max-width: 250px;
        margin: 0 auto;
    }

    .new-footer-section .footer-social-section .download-app a {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 0;
        width: 50%;
    }

    .memberships-section .logo-2 {
        justify-content: center;
        align-items: center;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }

    .memberships-section .logo-2 img {
        max-width: 30% !important;
        width: auto !important;
        max-height: 153px;
        margin: 0;
        /*max-width: 20% !important;
        width: auto !important;
        max-height: 153px;*/
    }

    .banner-section .slick-slide {
        min-height: 400px !important;
    }

    .body-section li {
        position: relative;
    }

    .banner-section .slick-dots button {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        padding: 0;
    }

    .body-section li {
        padding-left: 14px;
    }

    /* ludo */
    .banner-section .slick-dots {
        bottom: -6%;
    }

}


/*-------- 767 ends here ----------*/

@media screen and (max-width: 630px) {
    .download-the-app-left .download-app {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .download-the-app-left .download-app img {
        margin-bottom: 30px;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .download-the-app-left .download-app a {
        width: 100%;
    }

    .col-6 {
        width: 100%;
    }

    .col-4 {
        width: 100%;
    }

    .support-system .features-inner-section .top-section-text {
        margin: 0 auto 30px;
    }

    .support-system .achievement-section .features-inner-section {
        padding-bottom: 44px;
    }

    .support-system {
        padding-bottom: 60px;
    }

    .user-reviews-bottom-section {
        padding: 150px 0 120px;
    }

    .faq-section {
        padding: 60px 0 60px;
    }

    .faq-top-section h2 {
        margin-bottom: 50px !important;
    }

    .user-reviews-bottom-section .user-reviews-track:after {
        top: -80px;
    }

    .banner-section .slick-slide {
        min-height: 350px !important;
    }
}


/*-------- 630 ends here ----------*/

@media screen and (max-width: 600px) {
    .banner-section .slick-slide {
        min-height: 230px !important;
    }
}

@media screen and (max-width: 480px) {
    .header-inner-section .header-cta-section {
        display: none;
    }

    /*.memberships-section .logo-2 {
        flex-direction: column;
    }
    .memberships-section .logo-2 img {
        max-width: 320px !important;
        width: 100% !important;
        max-height: none;
    }*/
}


/*-------- 480 ends here ----------*/

@media screen and (max-width: 380px) {
    .banner-section .slick-slide {
        min-height: 200px !important;
    }
}


/* -------classic-ludo------------ */
.home-ludo-banner {
    position: relative;
}

.new-banner-apps {
    left: 13.5% !important;
}

.new-btn {
    height: 60px !important;
}

.home-banner_data {
    position: absolute;
    left: 26%;
    top: 90%;
    transform: translateY(-90%);
    /* max-width: 387px; */
}

.home-banner_data {
    top: 96% !important;
}

.home-banner_data {
    position: absolute;
    left: 7%;
    /* left: 26%; */
    top: 90%;
    transform: translateY(-90%);
    /* max-width: 387px; */
}

.home-banner_data_calabreak {
    top: 96% !important;
}

.android-app {
    height: 60px;
    /* height: 50px; */
    width: initial;

}

.ios-app {
    height: 60px;
    /* height: 50px; */
    width: initial;
}

.home-ludo-banner .home-banner__img.home-banner__img--mobile {
    display: none;
}

.home-ludo-banner .home-banner__img {
    width: 100%;
}

.home-ludo-banner .home-banner__img.home-banner__img--desktop {
    display: block;
    padding-top: 69px;
}

.home-ludo-banner .home-banner__img {
    width: 100%;
}

/* .ludo-banner {
    width: 100%;
    object-fit: cover;
    display: block;
    max-width: 1920px;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
} */


.how-to-play {
    text-align: center;
    max-width: 1200px;
    font-size: 70px;
    margin: 0 auto;
    line-height: 82px;
    color: #1F1F39;
}

.how-to-play h2 {
    margin-bottom: 46px;
}

.how-to-play p {
    margin-bottom: 80px;
}

.ludo-phone-img {
    max-width: 275px !important;
}


.sticky-btns {
    bottom: 1px;
    position: sticky;
    background: #fff;
    max-width: 387px;
    margin: 0 auto;
    border: 1px solid #edeff5;
    padding: 10px 10px 0 10px;
    border-radius: 8px;
    z-index: 6;
}


.btnbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 10px;

}

.btnbox img {
    width: 100%;
    height: auto;
    max-width: 215px;
}


.how-to-play-left-right-ludo-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 127px;
}

.how-to-play-left-right-ludo-section img {
    width: 100%;
    max-width: 100%;
}


@media (max-width: 1199px) {
    .how-to-play-left-right-ludo-section.how-to-play-step-one {
        margin-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .how-to-play-left-right-ludo-section.how-to-play-step-one {
        margin-bottom: 80px;
    }
    .rummy-games {  
    justify-content: space-evenly;
    overflow-x: scroll;   
    border-radius: 0%; 
}
}

@media (max-width: 950px) {
    .home-banner_data {
        left: 7%;
        /* left: 25%; */
    }

    .android-app {
        height: 60px;
    }

    .ios-app {
        height: 60px;
    }

    .new-btn {
        height: 55px !important;
    }
}

@media (max-width: 768px) {
    .rummy-points-details {
        flex-direction: column !important;
    }
    .rummy-img-sec {
        width: 100% !important;
    }
    .rummy-img-sec img{
        width: 100% !important;
    }
    .rummy-text-sec {
        width: 100% !important;
    }

    .how-to-play-left-right-ludo-section {
        flex-direction: column-reverse;
    }

    .how-to-play-left-right-ludo-section.how-to-play-step-two {
        flex-direction: column;
    }

    .sticky-btns {
        max-width: 335px;
        background: #fff;
        margin: 0 auto;
        padding: 5px;
    }


    .sticky-btns img {
        width: 100%;
        height: auto;
    }

    .how-to-play-step-two .ludo-section-text {
        width: 100% !important;
        max-width: 100% !important;
    }

    .home-banner_data {
        left: 20%;
        top: 90%;
        transform: translateY(-90%);
        /* max-width: 335px; */
    }

    .home-banner_data_calabreak {
        top: 96% !important;
    }

    /* .android-app {
        height: 64px;

    }

    .ios-app {
        height: 64px;
    } */

    .new-btn {
        height: 40px !important;
    }
}


@media (max-width: 500px) {
    .home-banner_data {
        left: 16%;
        top: 93%;
        transform: translateY(-93%);
        max-width: 370px;
        /* max-width: 280px; */
    }

    .new-banner-apps {
        max-width: 400px !important;
    }

    .new-btn {
        height: 70px !important;
    }

    .sticky-btns {
        max-width: 280px;
    }

    .android-app {
        height: 53px;

    }

    .ios-app {
        height: 53px;
    }
}

@media (max-width: 425px) {
    .new-banner-apps {
        left: 12.5% !important;
    }

    .new-btn {
        height: 50px !important;
        /* height: 60px !important; */
    }
}

@media (max-width: 375px) {
    .new-banner-apps {
        left: 8.5% !important;
    }

}

@media (max-width: 389px) {
    .home-banner_data {
        left: 13%;
        top: 93%;
        transform: translateY(-93%);
        /* max-width: 296px; */
    }


    .home-banner_data_calabreak {
        top: 96% !important;
    }
}


@media (max-width: 320px) {
    .home-banner_data {
        left: 8%;
        top: 93%;
        transform: translateY(-93%);
        /* max-width: 270px; */
    }
    .ios-app {
        height: 40px;
    }
    .android-app {
        height: 40px;
    }

    .new-btn {
        height: 50px !important;
    }

    .home-banner_data_calabreak {
        top: 96% !important;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1140px) {
    .new-btn {
        height: 70px !important;
    }
}

.how-to-play-step-two .ludo-section-text {
    width: 55%;
    max-width: 523px;
}

.how-to-play-step-two .ludo-section-text li {
    margin-bottom: 24px;
}

.pt-1 {
    padding-top: 100px;
}

.pt-2 {
    padding-top: 30px;
}

.pb-1 {
    padding-bottom: 50px;
}

.pb-3 {
    padding-bottom: 20px;
}


.pb-2 {
    padding-bottom: 100px;
}

.sticky-btns.hide-btn {
    display: none;
}

.page-scrolled .link-btn {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    /* background: #fff; */
}

.link-btn {
    display: none;
}

.callbreak-img {
    max-width: 430px !important;
}

.call-texttitle {
    font-size: 30px;
}


.game-title {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    padding-bottom: 30px;
}

/* header */

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

nav .navbar {
    height: 100%;
    max-width: 1350px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
    padding: 0 25px;
    margin-top: 10px;
}

.navbar .logo img {
    /* font-size: 30px; */
    /* color: #fff; */
    /* text-decoration: none; */
    /* font-weight: 600; */
    max-width: 180px;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #004895;
    font-size: 15px;
    font-weight: 500;
}

/* nav .navbar .links li a:hover {
    color: #000;
    font-weight: 600;
    transition:all 0.5 ease;
}  */
html {
    scroll-behavior: smooth;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    color: #004895;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}



.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    color: #004895;
    font-size: 15px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

/* .navbar .links li .htmlCss-more-sub-menu {
    line-height: 40px;
} */

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3E8DA8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .fa-bars {
    display: none;
}

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo img {
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 150px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }
}

@media (min-width: 801px) {

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: block;
    }
}

@media (max-width:800px) {
    /* nav {
        position: relative;
    } */

    .navbar .fa-bars {
        display: block;
    }

    nav .navbar .a-change li a {
        color: #FFF !important;
    }

    nav .navbar .mob-link {
        background: #0b2573f2 !important;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: #fff;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    nav .navbar .nav-links.active {
        left: 0;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .fa-bars {
        font-size: 25px;
        color: #fff;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
        float: right;
    }

    nav .navbar .links li {
        display: block;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    nav .navbar .links li.active .sub-menu {
        display: block !important;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}

/* ============================================================================================================= */

.drop-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    justify-content: space-around;
    margin-bottom: 70px;
}

.card {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.card-header {
    background: #DEE8FE 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 17px;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.card-descrpction {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 17px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 19px;
    padding: 10px;
}

@media (max-width: 767px) {
    .drop-section {
        flex-direction: column;
        align-items: center;
    }

    .card-header {
        margin-top: 20px;
    }
}

/* ====================
   career-page-css
   ==================== */

.customer-success-apply-section {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(149, 145, 145);
}

.customer-success-apply-section h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.apply {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 34px 15px 18px 0px;
}

.apply p {
    padding-bottom: 10px;
}

.apply-btn a {
    background-color: #004895;
    padding: 14px 28px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: none;
    text-decoration: none;
    font-size: 15px;
}

.desin-process-section {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(149, 145, 145);
}

.desin-process-section h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.desin-process-form-section {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid rgb(149, 145, 145); */
}

.desin-process-form-section h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.bg-fa {
    background-color: #fafafa;
}

.form-title {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    /* border-bottom: 1px solid rgb(149, 145, 145); */
}

.form-title h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.form-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details {
    width: 35%;
}

.details p {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    /* margin-bottom: 10px; */
    height: 50px;
}

.details label {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    /* margin-bottom: 10px; */
    height: 50px;
}

.cv {
    background-color: #fff;
    font-size: 14px;
    color: #000;
    border: 1px solid #b2b2b2;
    border-radius: 5PX;
    /* margin-bottom: 30px; */
    width: 90%;
    text-decoration: none;
    height: 50px;
    padding: 10px 25px 10px 25px;
}

.fill {
    width: 65%;
}


.fill input {
    background-color: #fff;
    font-size: 14px;
    color: #000;
    border: 1px solid #b2b2b2;
    border-radius: 5PX;
    /* margin-bottom: 30px; */
    width: 90%;
    text-decoration: none;
    height: 50px;
}

.hidden {
    display: none !important;
}

.form-links {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-links h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.msg {
    width: 100%;
}

.msg textarea {
    background-color: #fff;
    font-size: 14px;
    color: #000;
    border: 1px solid #b2b2b2;
    border-radius: 5PX;
    /* margin-bottom: 30px; */
    width: 83%;
    text-decoration: none;
    outline: none;
    margin-top: 20px;
    height: 100px;
}

/* ================================================ */

.input-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-container label {
    display: inline-block;
    width: 210px;
    height: 40px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15px;
}

.input-container input {
    width: 65%;
    border: 0.5px solid #70707080;
    height: 40px;
    padding: 4px 4px 4px 15px;
    border-radius: 5px;
    outline: none;
}

.input-container h4 {
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.input-container input:active {
    outline: none;
}

.submit-btn {
    width: 206px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #004895;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border: none;
    letter-spacing: 0.11;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}

/* ============================= */

.container {
    width: 100%;
    margin: 80px auto;
    background-color: #dee8ff;
}

.row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.col {
    flex-basis: 83%;
    /* max-width: 250px; */
}

.feature-img {
    width: 83%;
    overflow: hidden;
    position: relative;
    margin: auto;
    border-radius: 6px;
}

.play-btn {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}



/* mob-page_banner */

@media (max-width: 800px) {
    .marketing {
        flex-direction: row-reverse;
    }
}

.bb11apk {
   overflow: hidden;
}

.sec-body {
    /* height: 100vh; */
    margin-top: 70px;
    /* font-family: Poppins, sans-serif; */
    font-size: 14px;
    background: #0d3491 url("/assets?p=%2F..%2Fimg%2Fbanner%2Fall-game-_Recovered_.webp") no-repeat center center;
    /* background: #0d3491 url("/assets?p=%2F..%2Fimages%2Fall-game-_Recovered_.webp") no-repeat center center; */
    background-size: cover;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.mob_banner {
    height: auto;
    margin: 0 auto;
}

.mob_banner img {
    /* width: 100%; */
    height: auto;
    height: 50%;
    vertical-align: middle;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 29%;
    left: 50%;
}
.new-data {
    bottom: 0%;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}
.gst {
    /* position: absolute; */
    text-align: center;
    bottom: 18.5%;
    display: inline-flex;
    max-width: 450px;
   /* background-image:
     linear-gradient(to top right, #010046, #010101fa); */
    background: rgb(0 0 0 / 40%);
    width: 100%;
    /* left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); */
    align-items: center;
    justify-content: center;
    padding: 7px 0px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #bbbde4;
}
.gst img {
    max-width: 90%;
    /*margin-right: 10px;*/
}
.gst h2 {
    font-size: 45px;
    letter-spacing:2px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
}
.download-botoom-sec {
    /* position: absolute; */
    bottom: 10%;
    width: 100%;
    max-width: 350px;
    /* left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); */
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.board,
.support {
display: flex;
gap: 10px;
}
.board {
    border-right: 2px solid #fff;
}
.support {
    margin-left: 10px;
}
.board img,
.support img {
    max-width: 100%;
    height: 50px;
}
.board p,
.support p {
    max-width: 90px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.heading {
    text-align: center;
    top: 8%;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.heading h1 {
    color: #e6d31a;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
}

.heading span {
    color: #fff;
    font-size: 28px;
    line-height: 40px;

}


.android-ios_apk a {
    background: #0f833d;
    bottom: 0px;
    color: #ffffff;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    padding: 20px 15px;
    display: block;
    position: fixed;
    z-index: 5;
    left: 50%;
    max-width: 590px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.android-ios_apk a svg {
    width: 20px;
    vertical-align: -11%;
}



/* end mob-page_banner */

/* new home-banner-new-desktop css Start */
    .home-banner-new-mobile{
        display: none !important;
        overflow: hidden;
    }
    .home-banner-new-desktop{
        display: block;
        background: url("/assets?p=%2F..%2Fimg%2Fbanner1%2Fbg_batball11.jpg");
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
      /*background-attachment: fixed;*/
      background-position: center;
      max-height: 690px;
    }

    .home-banner-new-mobile{
        display: block;
        background: url("/assets?p=%2F..%2Fimg%2Fbanner1%2Fmobile_bg_banner.jpg");
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        max-height: 690px;
    }

    .home-banner-new-desktop .image-with-content{
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        max-height: 690px;
    }
    .home-banner-new-desktop .image-with-content .left-team-img{
        max-width: 33%;
        position: absolute;
        left: 0;
        bottom: -34px;
        max-height: 85%;
    }

    .home-banner-new-desktop .image-with-content .right-team-img{
        max-width: 33%;
        position: absolute;
        right: 0;
        bottom: 0;
        max-height: 85%;
    }

    .text-center-with-partner {
        position: relative;
        max-width: 40%;
        margin: 0 auto;
        display: block;
        padding-top: 75px;
        text-align: center;
    }

    .text-center-with-partner h3{
        color:#ffffff;
        font-size: 24px;
        text-transform: uppercase;
        text-align: center;
    }

    .text-center-with-partner h4{
        color:#ffffff;
        font-size: 58px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 30px;
        text-shadow: 2px 10px 8px rgba(0,0,0,0.4);
    }

    .text-center-with-partner h5{
        color:#f8e226;
        font-size: 42px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 30px;
        text-shadow: 2px 10px 8px rgba(0,0,0,0.4);
    }

    .text-center-with-partner .partners-logo{
        padding: 10px 10px;
        max-width: 180px;
    }

    .text-center-with-partner .crore-text{
        padding: 10px 10px;
        max-width: 85%;
    }

    .text-center-with-partner .qrCode{
        padding: 10px 10px;
        max-width: 60%;
    }

    .home-banner-new-desktop .banner-bottom-line, .home-banner-new-mobile .banner-bottom-line {
        position: absolute;
        max-width: 55%;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .text-center-with-partner .partners-players {
        max-width: 90%;
        margin-top: 20px;
    }

    .mobile-banner-slide{
        max-width: 100%;
        margin: 0 auto;
    }

    .banner_slide{
        display: block;
    }

    .partner-logo-section, .partner-players-image{
        display: block;
        text-align: center;
    }

    .partner-logo-section .partners-logo{
        width: auto;
        text-align: center;
        max-width: 350px;
        max-height: 100px;
        display: block;
        margin: 0 auto;
    }

    .text-center-with-partner .banner_slide .partner-players-image .partners-players {
            max-width: 100%;
            text-align: center;
            max-height: 54vh;
            margin: 15px auto 0;
    }

    .home-banner-new-desktop  .download-app a{
        display:block;
        margin-bottom: 10px;
    }

    .bb11new .logo {
        position: absolute;
        top: 22px;
        left: 20%;
        z-index: 1;
        transform: translate(-50%, 0%);
    }

    .bb11new .logo img {
        max-width: 250px;
    }

    .bb11new .home-banner-new-mobile{
        /*max-height: 100vh;*/
        max-height: calc(100vh - 68px);
        height: calc(100vh - 68px);
    }

    .bb11new .android-ios_apk{
        display: none;
    }

    .bb11new .android-ios_apk a{
      // position:relative;
    }

    .bb11new .text-center-with-partner .banner_slide .partner-players-image .partners-players {
        max-height: 48vh;
    }

    .bb11new .home-banner-new-mobile .banner-bottom-line {
        transform: translate(-50%, -90px);
    }

    .bb11new .text-center-with-partner .crore-text{
        padding: 5px 10px;
        width: 100%;
    }

    .bb11new  .home-banner-new-mobile{
        padding-top: 30px;
     }

     .bb11new  .home-banner-new-desktop{
        padding-top: 30px;
     }

    .hightMax.bb11new .android-ios_apk a{
        position: relative;
    }

     .bb11new .home-banner-new-desktop .image-with-content{
        max-height: 660px;
     }

    .home-banner-new-desktop .download-app a {
        display: inline-block;
        max-width: 44%;
        margin: 0 auto;
        text-align: center;
    }

    .home-banner-new-desktop .download-app a img {
        max-width: 95%;
    }

     @media (min-width:1200px) {
        .page-scrolled .link-btn{
            display: none;
        }
     }
    @media (max-width:800px) {
        .bb11new .android-ios_apk{
            display: block;
        }

        .bb11new .logo img {
            max-width: 150px;
        }

        .bb11new .logo {
            top: 20px;
            left: 20px;
            z-index: 1;
            transform: translate(0px, 0px);
        }
         .navbar .fa-bars {
            margin-top: -10px;
        }
         .home-banner-new-desktop{
            display: none !important;
         }
         .home-banner-new-mobile{
            display: block !important;
            position: relative;
         }



         .text-center-with-partner{
            max-width: 95%;
            padding-top: 45px;
         }

         .text-center-with-partner .crore-text {
            padding: 10px 0px 0px;
            max-width: 350px;
        }

         

         .home-banner-new-mobile .banner-bottom-line {
            max-width: 90%;
        }
    }

/* new home-banner-new-desktop css  End*/

/* new banner css */

.home-banner {
    position: relative;
}

.home-banner .home-banner__img {
    width: 100%;
}

.home-banner .home-banner__img.home-banner__img--desktop {
    display: block;
}

.home-banner .home-banner__img.home-banner__img--mobile {
    display: none;
}


@media screen and (max-width:767px) {

    .home-banner {
        position: relative;
        margin-top: 0px;
    }

    .home-banner .home-banner__img.home-banner__img--desktop {
        display: none;
    }

    .home-banner .home-banner__img.home-banner__img--mobile {
        display: block;
        height: calc(88vh - 0px);
        object-fit: cover;
        /* object-position: left center; */
        position: relative;
        overflow: hidden;
    }

    /* .home-banner::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 30%;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
    } */
}

.change-bg {
    /* background: transparent !important; */
    box-shadow: none !important;
}

/* nav .navbar .a-change li a {
    color: #fff !important;
} */

/* nav .navbar .a-change li .arrow {
    color: #fff !important;
} */

nav .navbar .links li .sub-change-color {
    /* background: #ffffff !important ; */
    box-shadow: none !important;
}

.sub-li a {
    color: #004895 !important;
}


/* =================================== */

nav .navbar .a-change {
    display: flex;
}

nav .navbar .a-change li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .a-change li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    /* color: #004895; */
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.a-change li:hover .htmlcss-arrow,
.a-change li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .a-change li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    /* color: #004895; */
    color: #fff;
    transition: all 0.3s ease;
}

nav .navbar .a-change li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: #ffffffad;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;

}



.navbar .a-change li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .a-change li .sub-menu a {
    color: #004895;
    font-size: 15px;
    font-weight: 500;
}

.navbar .a-change li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .a-change li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.a-change li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

@media (max-width:920px) {
    nav .navbar .a-change li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .a-change li a {
        font-size: 15px;
    }
}

@media (min-width: 801px) {

    nav .navbar .a-change li:hover .htmlCss-sub-menu,
    nav .navbar .a-change li:hover .js-sub-menu {
        display: block;
    }
}

@media (max-width:800px) {
    nav .navbar .a-change {
        display: block;
        margin-top: 20px;
    }

    nav .navbar .a-change li .arrow {
        line-height: 40px;
        float: right;
    }

    nav .navbar .a-change li {
        display: block;
    }

    nav .navbar .a-change li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    nav .navbar .a-change li.active .sub-menu {
        display: block !important;
    }

    nav .navbar .a-change li .sub-menu li {
        border-bottom: none;

    }

    .navbar .a-change li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .a-change li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav .navbar .links li .sub-change-color {
        background: #0b1d62a6 !important;
    }

    .a-change li:hover .htmlcss-arrow,
    .a-change li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .a-change li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .a-change li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .a-change li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .a-change li:hover .htmlCss-sub-menu,
    nav .navbar .a-change li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .a-change .htmlCss-sub-menu,
    .navbar .nav-links.show3 .a-change .js-sub-menu,
    .navbar .nav-links.show2 .a-change .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .a-change .htmlcss-arrow,
    .navbar .nav-links.show3 .a-change .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .a-change .more-arrow {
        transform: rotate(90deg);
    }
}

/*======================= 
    apk download page
  ======================= */

.popup_header {
    background: #ffffff;
    height: 72px;
    line-height: 72px;
    position: relative;
    position: relative;
}

.pop_up_logo {
    width: 130px;
    padding-top: 10px;
    margin: 0 auto;
}

.grey_popup_content {
    background: #f5f5f5;
    text-align: center;
    height: 100vh;
}

.universal_heading {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 12px;
    padding-top: 45px;
}

.popup_subline {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 20px;
    text-align: center;
}


.universal_heading span {
    color: #0a4586;
}

.install_app_screenshot {
    padding-left: 16px;
    padding-right: 0px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* overflow: scroll; */
}


.install_app_step {
    display: flex;
    margin-top: 15px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 15px 18px 15px;
}



.install_step {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
}

.download_again {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 20px;
    text-align: center;
}

.download_again a {
    color: #3f8efc;
    text-decoration: none;
}

.safe_and_secure {
    /* max-width: 210px; */
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (max-width:767px) {
    .install_app_step img {
        width: auto;
    }

    .download_again {
        font-size: 18px;
    }
}

/* ===========
    top (opinion)
  ============*/

.top-opinion-section {
    text-align: center;
    max-width: 1200px;
    font-size: 70px;
    margin: 0 auto;
    line-height: 82px;
    color: #1F1F39;
}

.top-opinion-section h1 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    padding-bottom: 30px;
    text-align: inherit;
}

.top-opinion-section span {
    color: #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding-bottom: 30px;
    text-align: inherit;
}

.top-opinion-section p {
    color: #222A41;
    font-family: 'Roboto', sans-serif;
    font: normal normal normal 16px/24px Roboto;
    padding-bottom: 11px;
    text-align: inherit;
}

.how-to-play-trade {
    text-align: center;
    max-width: 1200px;
    font-size: 70px;
    margin: 0 auto;
    line-height: 82px;
    color: #1F1F39;
    padding: 15px;
}

.how-to-play-trade h2 {
    color: #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    /* text-align: left; */
}

.how-to-play-trade p {
    color: #222A41;
    font-family: 'Roboto', sans-serif;
    font: normal normal normal 16px/24px Roboto;
    padding-bottom: 0px;
    text-align: inherit;
    padding-bottom: 15px;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    /* border: 1px solid silver; */
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.how-to-play-trade-game {
    /* padding-top: 59px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; */
    /* gap: 10px; */

    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.trade-points {
    width: 25%;
    height: auto;
    /* display: flex; */
}

.point-1 img {
    max-width: 100%;
    height: auto;
}

.point-2 {
    max-width: 200px;
}




.play-trade {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card {
    width: 250px;
    background-color: transparent;
    /* border-radius: 5px; */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.card-img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.card-img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
    transition: transform 0.3s ease;
}

.card-img:hover {
    transform: scale(1.1);
}

.card-content {
    padding: 15px;
}

.card h3 {
    text-align: left;
    font: normal normal 600 16px/48px Roboto;
    letter-spacing: 0.15px;
    color: #000000;
}

.card p {
    text-align: left;
    font: normal normal normal 14px/18px Roboto;
    letter-spacing: 0px;
    color: #707070;
}

.top-bg {
    background: #FCFCFC;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* =========== poker =========== */
/* .hidden {
    display: none;
}

.poker-points-table {
    display: flex;
    justify-content: space-around;
}

.poker-main-points {
    width: 40%;
    background-color: rgba(46,33,85,.451);
    padding: 0.5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    overflow: auto !important;
    display: flex;
    flex-direction: column;
    border-radius: 0.25rem;
}
.poker-main-points h2 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.poker-main-points-details {
    width: 60%;
    padding: 0.5rem;

    
}
.poker-main-points a {
    background: #211841;
    background-clip: padding-box;
    border: 1px solid transparent;
    position: relative;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    flex: 1 0 auto;
    margin: 0.3rem 0;
    padding: 0.5rem 1rem;
}
.poker-main-points-details p{
    font-size: 20px;
    line-height: 28px;
    color: #22223dad;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
} */

.poker-points li {
    list-style-type: disc;
    list-style-position: inside;
    /* background: #FCFCFC; */
    color: #222A41;
    font-family: 'Roboto', sans-serif;
    font: normal normal normal 16px/24px Roboto;
    padding-bottom: 15px;
    text-align: left;
}

.poker-h3 {
    text-align: left;
    font-size: 26px;
    font-weight: 800;
}

.poker-text-align p {
    text-align: left !important;
    padding-top: 10px;
}

/* FAQ */

.app-download-section {
    background: #987ABF1A;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    /* -webkit-box-shadow: 2px 8px 20px 0 rgb(25 42 70 / 13%) !important; */
    /* box-shadow: 2px 8px 20px 0 rgb(25 42 70 / 13%) !important; */
    /* background: #ffffff; */
    margin-bottom: 15px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
}

.accordion-item h3 {
    /* padding: 20px 25px 17px 60px; */
    /* color: #221638; */
    text-decoration: none;
    position: relative;
    display: block;
    /* font-size: 18px; */
    /* font-weight: 800; */
    font: normal normal normal 18px/27px Roboto;
    letter-spacing: 0px;
    color: #222A41;
    text-align: left;
}

.accordion-item h2 {
    /* padding: 20px 25px 17px 60px; */
    /* color: #221638; */
    text-decoration: none;
    position: relative;
    display: block;
    /* font-size: 18px; */
    /* font-weight: 800; */
    font: normal normal normal 18px/27px Roboto;
    letter-spacing: 0px;
    color: #222A41;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 25px 17px 60px;
    /* color: #221638; */
    text-decoration: none;
    position: relative;
    display: block;
    /* font-size: 18px; */
    /* font-weight: 800; */
    font: normal normal normal 18px/27px Roboto;
    letter-spacing: 0px;
    color: #222A41;
    /* border: 1px solid #D6D6D6;
    border-radius: 10px; */
}

.faq-accordion .accordion .accordion-content.show {
    display: block;

}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 60px;
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 22px;
    top: 22px;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


/* ================= poker game ====================== */

.poker-game-title {
    color: #19191B;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 70px;
    /* padding-bottom: 30px; */
    text-align: left;
    font-weight: 600;
}

.poker-h3 {
    text-align: left;
    font-size: 32px;
    line-height: 70px;
    letter-spacing: 0px;
    color: #19191B;
    font-weight: 600;
}

.poker-h4 {
    text-align: left;
    font-size: 32px;
    line-height: 70px;
    letter-spacing: 0px;
    color: #19191B;
    font-weight: 600;
}

.poker-flex-box {
    display: flex;
    justify-content: space-between;
    gap: 109px;

}

.poker-flex-box p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #3B3B3B;
    margin-bottom: 64px;
}

.poker-game-play-section {
    display: flex;
    gap: 20px;
    align-items: center;
}

.swap {
    flex-direction: row-reverse;
}

.poker-text-box {
    width: 70%;
}

.poker-text-box p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 0;
    color: #3B3B3B;
}

.poker-img-box {
    width: 30%;
}

.poker-img-box img {
    width: 100%;
    height: auto;
    padding: 20px;
}

.poker-rule-section-text {
    width: 55%;
}

.poker-rule-section-text p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3B3B;
    margin-bottom: 15px;
}

.poker-rule-img-section {
    width: 45%;
}

.poker-rule-img-section img {
    width: 100%;
    height: auto;
}

.poker-rule-img-section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

.poker-rule-section-text p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3B3B;
    margin-bottom: 15px;
}

.poker-rule-img-section p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3B3B;
    margin-bottom: 15px;
}

.poker-full-box-text p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3B3B;
    margin-bottom: 10px;
}

.hand-ranking {
    display: flex;
    align-items: center;
    gap: 109px;
    width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hand-ranking img {
    max-width: 215px;
    width: 100%;
    height: auto;
}

.hand-ranking-title {
    font-size: 20px;
    line-height: 70px;
    letter-spacing: 0;
    color: #19191B;
    font-weight: 600;
}

.hand-ranking-text p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3B3B;
    margin-bottom: 10px;
}

.ml-2 {
    margin-left: 13%;
}

@media screen and (max-width: 767px) {
    .poker-flex-box {
        flex-direction: column;
        gap: 0;
    }

    .hand-ranking {
        width: 100%;
        gap: 30px;
    }

    .hand-ranking img {
        /* width: 150px; */
        width: 100%;
        height: auto;
    }

    .ml-2 {
        margin-left: 0%;
    }

    .poker-game-play-section {
        flex-direction: column;
    }

    .poker-rule-img-section {
        width: 100%;
    }

    .poker-rule-section-text {
        width: 100%;
    }

    .poker-text-box {
        width: 100%;
    }

    .poker-img-box {
        width: 100%;
    }

    .poker-img-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .poker-rule-img-section img {
        width: 100%;
    }

}

@media screen and (max-width: 500px) {
    .poker-game-title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .poker-h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .poker-h4 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .hand-ranking {
        flex-direction: column;
    }
    .resp-win {
        width: 100%;
    }

    .faq-accordion .accordion .accordion-content {
        padding-left: 40px;
        padding-right: 20px;
    }

    .faq-accordion .accordion .accordion-title i {
        left: 10px;
        font-size: 16px;
    }

    .faq-accordion .accordion .accordion-title {
        padding: 20px 25px 17px 40px;
    }
}

.lichange li {
    color: #3B3B3B;
    margin-bottom: 10px;
}

/* Rummy new page */

.rummy-games {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: space-evenly; */
    box-shadow: rgba(0, 0, 0, 0.16) 6px 6px 10px 8px;
    margin: 30px 0 30px 0; 
    background-color: #fff;
    padding: 10px;
    /* overflow-x: scroll; */
    z-index: 1;
    border-radius: 10px;
}
.rummy-btn {
    background: none;
    color: #000;
    width: 50%;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.rummy-btn:hover,
.rummy-btn:focus {
    color: #004895 !important;
}

.line {
    color: #004895;
    border-bottom: 2px solid #004895 !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#classic {
    padding-top: 50px;
}
#point {
    padding-top: 50px;
}
#pool {
    padding-top: 50px;
}
#deal {
    padding-top: 50px;
}
#raise {
    padding-top: 50px;
}

.rummy-title h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.28px;
    padding: 15px 0 15px 0;
}
.rummy-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.28px;
    padding: 30px 0 15px 0;
}
.rummy-subtext {
    font-size: 17px;
    line-height: 26px;
    color: #22223dad;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.rummy-title p {
    font-size: 17px;
    line-height: 26px;
    color: #22223dad;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.rummy-points-details {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 35px;
    margin: 20px 0 40px 0;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; */
}
.rummy-sec-swap {
    flex-direction: row-reverse;
}

.rummy-img-sec {
    width: 50%;
    
}

.rummy-img-sec img{
    max-width: 430px;
    height: auto;
    padding: 15px;
    display: block;
    margin-left:auto ;
    margin-right:auto ;
}
.rummy-text-sec {
    width: 50%;
}
.rummy-text-sec li {
margin-bottom: 15px;
}
.rummy-text-sec h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.28px;
    padding: 0px 0 15px 0;
}
.rummy-text-sec p {
    font-size: 17px;
    line-height: 26px;
    color: #22223dad;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 24px;
    margin-bottom: 15px;
}

.point-system__table__body__data__box__row.new-point{
    position: relative;
}
.point-system__table__body__data__box__row.new-point::before {
    display: block;
    content: "New";
    position: absolute;
    width: auto;
    height: auto;
    background: transparent;
    z-index: 1;
    top: 0px;
    left: 0;
    color: #ff0000;
    font-size: 9px;
    padding: 3px 8px;
    margin: 0;
    line-height: 5px;
    border: 1px solid #ff0000;
    border-radius: 4px;
}