@import url('css2.css');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    font-size: 16px;
    padding: 0 !important;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {

    height: auto;
}

h1,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.3rem;
    font-weight: 700;
}

h1 {
    font-size: clamp(25px, 4.2vw, 58px);
}

h2 {
    font-size: clamp(22px, 4.2vw, 48px);
    font-weight: 700;
}

h3 {

    font-size: clamp(21px, 4.5vw, 48px);
}

h4 {
    font-size: clamp(19px, 4.5vw, 32px);
}

h5 {
    font-size: clamp(17px, 4.5vw, 24px);
}

h6 {
    font-size: clamp(16px, 4vw, 22px);
    font-weight: 500;
}

@import url('css2-1.css');

.container {
    max-width: 1170px;
}

.container-fluid {
    max-width: 100% !important;
    position: relative;
}

/* Home Page Hero Slider */
.hero_banner {
    width: 100%;
}

.hero_banner .owl-dots {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}

.hero_banner .owl-dots button.owl-dot {
    border: solid 2px #fff;
    border-radius: 100px;
    padding: 0 !important;
    margin: 5px 0 5px 0 !important;
}

.hero_banner .owl-dots button.owl-dot span {
    background: #fff;
    margin: 4px;
}

.hero_banner .owl-dots button.owl-dot.active span,
.hero_banner .owl-dots button.owl-dot:hover span {
    background: #ff9f08;
}

.hero_banner .owl-dots button.owl-dot.active,
.hero_banner .owl-dots button.owl-dot:hover {
    border-color: #ff9f08;
}

.hero_banner .owl-item .item img {
    width: 100% !important;
    object-fit: cover !important;
}

/* Home Page Hero Slider */


/* Home Page Download app */
.home_DownloadApp .home_DownloadApp_Content {
    display: flex;
    align-items: center;
}

.home_DownloadApp .home_DownloadApp_Content .Download_Forms {
    margin: 0;
    position: relative;
}

.home_DownloadApp .home_DownloadApp_Content .Download_Forms input.form-control {
    background: transparent;
    color: #fff;
    border-radius: 5px;
    padding: 5px 5px 5px 60px;
    position: relative;
}

.home_DownloadApp .home_DownloadApp_Content .Download_Forms input.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #ff9f08;
}

.home_DownloadApp .home_DownloadApp_Content .Download_Forms input::placeholder {
    color: #fff;
}

.Download_Forms .form_search_number span {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    height: 73px;
    display: block;
}

.Download_Forms .form_search_number span .form_control {
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    color: #fff;
    padding: 10px 10px 10px 90px;
    font-size: 16px;
    border: solid 1px #fff;
}

.Download_Forms .form_search_number span p {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    border-right: solid 1px #fff;
    padding-right: 10px;
}

.Download_Forms .form_search_number span input.submit_btn_form {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: calc(100% - 16px);
    background: #fff;
    border: none;
    border-radius: 5px;
    margin: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #101063;
}

.form_search_number p.DownloadLink_text {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 10px 0 0;
}

.home_DownloadApp {
    background: #101063;
    padding: 20px 0;
}

.home_DownloadApp .home_DownloadApp_Content .Download_barCode {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.home_DownloadApp .home_DownloadApp_Content .Download_barCode h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-align: right;
    margin: 0 20px 0 0;
    line-height: 45px;
}

.home_DownloadApp .home_DownloadApp_Content .Download_barCode h2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

/* Home Page How To Play */
.howToplay {
    margin: 0;
    background: #f8f8fd;
    padding: 60px 0 100px;
}

.howToplay_Heading {
    margin: 0 0 60px 0;
}

.howToplay .howToplay_Heading h2 {
    font-size: 48px;
    font-weight: bold;
    color: #282828;
    margin: 0 0 10px 0;
    line-height: normal;
}
.howToplay .howToplay_Heading h4 {
    font-size: 28px;
    font-weight: bold;
    color: #282828;
    margin: 0 0 10px 0;
    line-height: normal;
}
.howToplay .howToplay_Heading h2 span {
    color: #ff9f08;
}

.howToplay .howToplay_Heading p {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    max-width: 100%;
    margin: 0;
}

/* .howToplay_tabing {
    display: flex;
    align-items: flex-start;
}

.howToplay_tabing_Left {
    width: calc(65% - 80px);
    flex-wrap: wrap;
    display: flex;
    margin-right: 80px;
}

.howToplay_tabing ul.nav-tabs {
    flex-wrap: wrap;
    display: flex;
    border: none;
}

.howToplay_tabing ul.nav-tabs li.nav-item {
    width: 100%;
    margin-bottom: 10px;
}

.howToplay_tabing .tab-content.accordion {
    width: 35%;
}

.howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fbfbfb;
    border: solid 1px #ceced7;
    border-radius: 10px;
}

.howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howTocount {
    width: 110px;
    background: #595968;
    text-align: center;
    height: 100%;
    color: #fff;
    font-size: 83px;
    font-weight: bold;
    border-radius: 10px 0px 0px 10px;
}

.howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howToselect {
    width: calc(100% - 130px);
}

.howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howToselect h3 {
    margin: 0;
    color: #565656;
    font-size: 27px;
    font-weight: bold;
    line-height: normal;
}

.howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howToselect p {
    color: #565656;
    font-size: 20px;
    line-height: normal;
    margin: 0;

    max-width: 84%;

}

.howToplay_tabing_Right {
    width: 40%;
}
.howToplay_tabing_Right .Fantasy_Sports_Slider .item img {
    width: 100%;
    margin: auto;
}

.howToplay_tabing ul.nav-tabs li:hover .howToplay_tabing_inner .howTocount {
    background: #101063;
}

.howToplay_tabing ul.nav-tabs li:hover .howToplay_tabing_inner .howToselect h3 {
    color: #101063;
}

.howToplay_tabing_Left_buttons {
    margin: 50px 0 0 0;
}

.howToplay_tabing_Left_buttons ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.howToplay_tabing ul.nav-tabs li.nav-item.active.show .howTocount {
    background: #101063;
}

.howToplay_tabing ul.nav-tabs li.nav-item.active.show .howToplay_tabing_inner .howToselect h3 {
    color: #101063;
}

.howToplay_tabing .tab-content.accordion .accordion-item {
    border: none;
}

.howToplay_tabing .tab-content.accordion .accordion-item img {
    width: 100%;
}

.howToplay_tabing .tab-content.accordion .accordion-body {
    padding: 0;
} */

/* Home Page counter Outer */
.counter_Outer {
    background: #fff;
    padding: 60px 0 110px;
    border-left: 0;
    border-right: 0;
}

/* counter */

.count-area {
    position: relative;
    text-align: center;
    color: rgb(0, 0, 0);
}

.count-area-content {
    margin-top: 0px;
}

.count-sign {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 0 10px;
}

.count-area i {
    font-size: 48px;
}

.count-digit,
.count-sign span {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}

.count-digit {
    margin: 2px 0px;
    color: #06163a;
    font-size: 40px;
}
.count-sign span small {
    font-size: 24px;
    display: block;
    line-height: normal;
}
.count-title {
    font-size: 21px;
    margin: 20px 0 0 0px;
    font-weight: normal;
    color: #7d88a0;
    line-height: 26px;
}
.count-area .col-lg-3.col-md-3 .count-area-content .count-group span img {
    margin-bottom: 50px;
}
.count-area .col-lg-3.col-md-3 .count-area-content .count-group {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px 15px 40px;
    min-height: 375px;
        background: #fefefe;
    box-shadow: 0px 0px 40px rgba(216,216,216, 40%);
}
.count-area .col-lg-3.col-md-3 .count-area-content .count-group:hover {
    background: #fe9f07;
}
.count-area .col-lg-3.col-md-3 .count-area-content .count-group:hover span img {
    filter: brightness(0) invert(1);
}
.count-area .col-lg-3.col-md-3 .count-area-content .count-group:hover .count-sign {
    color: #fff;
}
.count-area .col-lg-3.col-md-3 .count-area-content .count-group:hover .count-sign .count-digit.counter-loaded {
    color: #fff;
}
.count-area .col-lg-3.col-md-3 .count-area-content .count-group:hover .count-title {
    color: #fff;
}

/* Home Page Start playing */
.startPlaying_outer {
    margin: 0;
    padding: 60px 0 60px;
}

.startPlaying_outer .startPlaying_outer_Heading {
    margin: 0 0 40px 0;
    text-align: center;
}
.counter_Outer_Heading {
    text-align: center;
    margin: 0 0 70px 0;
}
.counter_Outer_Heading h2 span {
    display: block;
    font-size: 18px;
    color: #fe9f07;
    text-transform: uppercase;
    line-height: normal;
}
.counter_Outer_Heading h2 {
    font-size: 43px;
    font-weight: bold;
    color: #06163a;
    display: block;
    line-height: 57px;
    margin: 0;
    position: relative;
    padding-bottom: 30px;
}
.counter_Outer_Heading h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fe9f07;
    width: 80px;
    height: 2px;
}
.startPlaying_outer .startPlaying_outer_Heading h2 {
    font-size: 40px;
    font-weight: 600;
    color: #282828;
    margin: 0 0 15px 0;
    line-height: normal;
}

.startPlaying_outer .startPlaying_outer_Heading h2 span {
    color: #ff9f08;
}

.startPlaying_outer .startPlaying_outer_Heading p {
    font-size: 16px;
    font-weight: normal;
    color: #282828;
    margin: 0;
    line-height: 26px;
    max-width: 80%;
    margin: auto;
}

.startPlaying_outer_process {
    margin: 40px 0 0 0;
}

.startPlaying_process {
    position: relative;
}

.startPlaying_process p {
    position: absolute;
    bottom: 7px;
    text-align: center;
    color: #fff !important;
    z-index: 99;
    width: 100%;
    left: 10px;
    max-width: calc(100% - 20px) !important;
    font-size: 19px !important;
    font-weight: 600 !important;
}

.startPlaying_process p small {
    font-size: 16px !important;
    font-weight: 500 !important;
    display: block;
}

.startPlaying_process p span {
    color: #ff9f08;
    font-weight: 600;
}

.startPlaying_outer_process .col-lg-3.col-md-3:last-child .startPlaying_process p {
    font-size: 16px !important;
}

.startPlaying_outer_process .col-lg-3.col-md-3:last-child .startPlaying_process p small {
    font-size: 14px !important;
}

/* Home Page Sports Choic */
.sports_Choic {
    background: #091e64;
    padding: 60px 0 60px;
    text-align: center;
}

.sports_Choic .sports_Choic_Content {
    margin: 0;
}

.sports_Choic .sports_Choic_Content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 30px 0;
    line-height: normal;
}

.sports_Choic .sports_Choic_Content h2 span {
    color: #ff9f08;
}

.sports_Choic .sports_Choic_Content p {
    color: #fff;
    max-width: 100%;
    margin: 0 auto 30px;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
}

.sports_Choic .sports_Choic_Content p:last-child {
    margin-bottom: 0;
}

/* Home Page App Features */
.AppFeatures_Outer {
    margin: 0;
    padding: 60px 0 60px;
    overflow-x: hidden;
}

.AppFeatures_Outer .AppFeatures_Outer_head {
    text-align: left;
}

.AppFeatures_Outer .AppFeatures_Outer_head h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: normal;
    color: #282828;
}

.AppFeatures_Outer .AppFeatures_Outer_head h2 span {
    color: #ff9f08;
}

.AppFeatures_Outer .AppFeatures_Outer_head p {
    max-width: 100%;
    margin: 0 auto 30px;
    line-height: normal;
    font-size: 16px;
    color: #000000;
}

.AppFeatures_Outer .AppFeatures_Outer_head ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.AppFeatures_Outer .AppFeatures_Outer_head ul li {
    width: 100%;
}

.AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box {
    margin: 0;
    border: solid 1px #d3d3d3;
    padding: 40px 10px;
    height: 100%;
    position: relative;
    transition: transform .5s;
    cursor: pointer;
}
.AppFeatures_Outer .AppFeatures_Outer_head ul li:hover .app_features_box {
    transform: scale(1.05);
}
.AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box span {
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    margin: auto;
    background: #091e64;
    border-radius: 10px;
    border: solid 1px #000;
    text-align: center;
}

.AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box span img {
    max-width: 70px;
    filter: brightness(0) invert(1);
}

.AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: normal;
    margin: 15px 0 5px;
}

.AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box p {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    max-width: 92%;
}
.footer-div img {
    width: 100%;
    max-width: 220px;
}
.AppFeatures_Outer .AppFeatures_Outer_head ul li:nth-child(even) .app_features_box {
    background: #091e64;
}

.AppFeatures_Outer .AppFeatures_Outer_head ul li:nth-child(even) .app_features_box span {
    background: #fff;
}

.AppFeatures_Outer .AppFeatures_Outer_head ul li:nth-child(even) .app_features_box span img {
    filter: none;
}

.AppFeatures_Outer .AppFeatures_Outer_head ul li:nth-child(even) .app_features_box h3 {
    color: #fff;
}

.AppFeatures_Outer .AppFeatures_Outer_head ul li:nth-child(even) .app_features_box p {
    color: #fff;
}

/* Home Page App Features */
.user_Says {
    padding: 20px 0 0;
}

.user_Says h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 70px;
}

.user_Says h2 span {
    color: #ff9f08;
}

.user_Say .owl-nav {
    position: absolute;
    top: -130px;
    width: 100%;
    right: 0;
    max-width: 130px;
    margin: 0;
}

.user_Say .owl-nav button.owl-prev {
    width: 54px;
    height: 37px;
    background: 0 0 !important;
}

.user_Say .owl-nav button.owl-prev span[aria-label=Previous] {
    background: url(../images/arrow-prev.png) 0 0 no-repeat;
    width: 54px;
    height: 37px;
    font-size: 0;
    display: block;
}

.user_Say .owl-nav button.owl-next {
    width: 54px;
    height: 37px;
    background: 0 0 !important;
}

.user_Say .owl-nav button.owl-next span[aria-label=Next] {
    background: url(../images/arrow-next.png) 0 0 no-repeat;
    width: 54px;
    height: 37px;
    font-size: 0;
    display: block;
}

.user_Say_content {
    margin: 0 0 60px 0;
    background: #fff;
    box-shadow: 0 16px 50px rgb(217 217 217 / 50%);
    padding: 20px;
    min-height: 220px;
    position: relative;
}

.user_Say_content:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 20px;
    width: 100px;
    height: 100px;
    background: url(../images/testi-quote.png) top right no-repeat;
    z-index: 9999;
}

.user_Say_content span {
    width: 80px;
}

.user_Say_content span img {
    width: 100%;
    max-width: 60px;
}

.user_Say_content h3 {
    font-size: 30px;
    font-weight: bold;
    color: #141414;
    line-height: 40px;
    padding-bottom: 0;
    margin: 10px 0 15px 0;
}

.user_Say_content p {
    font-size: 16px;
    font-weight: 300;
    color: #282828;
    line-height: 26px;
    min-height: 90px;
}

/* Home Page FaQ */
.faq {
    padding: 70px 0;
}

.faq .section_heading h2 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
    font-size: 32px;
}

.faq .accordion-header {
    margin-bottom: 0;
    background: #F3F3F3;
    border: none !important;
    border-left: 4px solid #a8a4a4 !important;
    position: relative;
}

.faq .accordion-header button.accordion-button {
    background: #F3F3F3;
    border-radius: 0;
    color: #484848;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.faq .accordion-header button.accordion-button[aria-expanded="true"] {
    background: #091e64;
    color: #fff;
    box-shadow: none;
}
.faq .accordion-header button.accordion-button[aria-expanded="true"] span.accordion_Bold {
    color: #fff;
}
.faq .accordion .accordion-item .accordion-body {
    border: solid 1px #ccc;
}
.faq .accordion-header button.accordion-button[aria-expanded="true"]::before {
    position: absolute;
    content: "";
    left: -4px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #ff9f08;
}
.faq .accordion-header button.accordion-button[aria-expanded="true"]::after {
    filter: brightness(0) invert(1);
}
.faq .accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.faq .accordion-header button.accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-header button.accordion-button span.accordion_Bold {
    font-size: 22px;
    font-weight: bold;
    color: #3C3D44;
    padding-right: 14px;
}

.faq .accordion .accordion-item .accordion-body p {
    display: flex;
    padding-top: 6px;
    padding-left: 6px;
    color: #212529;
    font-size: 16px;
    margin-bottom: 0;
}

.faq .accordion .accordion-item .accordion-body p span.accordion_Bold {
    font-size: 20px;
    font-weight: bold;
    color: #3C3D44;
    padding-right: 24px;
}

.faq .accordion_Content ol {
    margin-left: 44px;
}

.faq .accordion_Content ol li {
    padding-left: 3px;
}

.faq .accordion_Content ol li::marker {
    font-weight: bold;
}

.faq .accordion .accordion-item .accordion-body p b {
    margin-right: 8px;
}

.faq .accordion-button::after {
    filter: brightness(0);
}

.faq .accordion-button[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

.faq .accordion-button[aria-expanded="false"]::after {
    transform: rotate(0deg);
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 75px;
    height: 75px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-arrow.png) no-repeat 0px 0px;
}

#toTopHover {
    font-size: 0px !important;
}

.home_DownloadApp .download_btn {
    display: none;
}

/*How To Play 24/03/2023*/

/*-- 13-01-2022 --*/
.content1 {
    padding: 40px 0;
}

#exTab1 .tab-content {
    color: #000;
    background: transparent;
    padding: 5px 0px;
    margin: 0px 0 0 0;
}

#exTab1 .how-nav-pills {
    margin-bottom: 50px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

/* remove border radius for the tab */
#exTab1 .how-nav-pills>li {
    padding: 0px;
    width: calc(100% / 3 - 8px);
    margin-right: 10px;
    position: relative;
}

#exTab1 .how-nav-pills>li:last-child {
    margin-right: 0;
}

#exTab1 .how-nav-pills>li>a {
    border-radius: 0;
}

.list_item p img {
    max-width: 55px;
    display: block;
    margin: 0 0 10px 0;
    height: auto !important;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .how-nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}

#exTab1 .how-nav-pills li .active .bg_arrow {
    background-image: url(../img/arrow_down.png);
    width: 132px;
    background-size: 124px;
    background-repeat: no-repeat;
    height: 41px;
    z-index: 9;
    position: absolute;
    bottom: -41px;
    left: 50%;
    /* right: 0; */
    text-align: center;
    margin: auto;
    transform: translateX(-50%);
}

.how-nav-pills>li .list_item {
    width: 100%;
    position: relative;
}

.how-nav-pills>li .list_item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.active .overlay_imaee {
    background: #101063;
    opacity: 0.7;
    border-radius: 20px;
    width: 100%;
}

.overlay_imaee {
    position: absolute;
    top: 0;
    width: 100%;
}

.list_item img {
    border-radius: 20px;
}

.list_item p {
    position: absolute;
    bottom: 10px;
    left: 19px;
    right: 0px;
    font-size: 24px;
    color: #fff;
    text-align: left;
    font-weight: 600;
}

.how-nav-pills li button {
    border: none;
    padding: 0;
    cursor: pointer;
    width: 100%;
}

.how-nav-pills li button:focus {
    outline: none;
}

.content_inner .content_inner_section {
    max-width: 1230px !important;
    margin: auto;
}

/*-- 13-01-2022 --*/



/*-- 06-03-2024 --*/
.reveal {
    position: relative;
    opacity: 0;
  }
  
  .reveal.active {
    opacity: 1;
  }
.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
  }
  .active.fade-left {
    animation: fade-left 1s ease-in;
  }
  .active.fade-right {
    animation: fade-right 1s ease-in;
  }
  .active.fade-up {
    animation: fade-up 1s ease-in;
  }
  .active.fade-bottom {
    animation: fade-up 1s ease-in;
  }
  .active.fade-zoom-in {
    animation: fade-zoom-in 1s ease-in;
  }
  .active.fade-zoom-out {
    animation: fade-zoom-out 1s ease-in;
  }
  .active.fade-up-left {
    animation: fade-up-left 1s ease-in;
  }
  .active.fade-in-light {
    animation: fade-in-light 3s ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}
  @keyframes fade-up {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}
  @keyframes fade-bottom {
    0% {
      transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}
  @keyframes fade-zoom-in {
    0% {
        transform: scale(0);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
}
  @keyframes fade-zoom-out {
    0% {
        transform: scale(1.5);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
}
  @keyframes fade-up-left {
    0% {
        transform: translateX(-100px);
      opacity: 0;
    }
    100% {
        transform: translateX(-0px);
      opacity: 1;
    }
}
  @keyframes fade-in-light {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
/*How To Play 24/03/2023*/



.howToplay_tabing {
    margin: 0;
    width: 100%;
}
.howToplay_tabing_slider_inner .Left_Part {
    width: 40%;
}
.howToplay_tabing_slider_inner .Right_Part {
    width: calc(60% - 60px);
}
.howToplay_tabing_slider_inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.howToplay_tabing_slider_box {
    display: flex;
    gap: 0 20px;
    align-items: center;
}
.howToplay_tabing_slider_box .howToplay_tabing_slider_box_Left span {
    background: #fff;
    width: 125px;
    height: 125px;
    display: block;
    text-align: center;
    line-height: 125px;
    font-size: 80px;
    font-weight: bold;
    color: #2b2c7f;
    border-radius: 100px;
    box-shadow: 12px 0 32px rgba(32,31,31, 10%);
}
.howToplay_tabing_slider_box_Right h3 {
    font-size: 29px;
    color: #0f0f0f;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}
.howToplay_tabing_slider_box_Right p {
    font-size: 18px;
    font-weight: normal;
    color: #0f0f0f;
    display: block;
    margin: 0;
}
.howToplay_tabing_slider_box:not(:last-child) {
    margin-bottom: 30px;
}

.howToplay_tabing_slider_box_Apps {
    display: flex;
    gap: 0 10px;
    margin: 50px 0 0 0;
}
.howToplay_tabing_slider_box_Apps span img {
    box-shadow: 12px 0 40px rgba(32,31,31,10%);
    border-radius: 100px;
}
.howToplay_tabing_slider_inner .Left_Part img {
    width: 100%;
}
.howToplay_tabing_slider_box:hover .howToplay_tabing_slider_box_Left span,
.howToplay_tabing_slider_box.active .howToplay_tabing_slider_box_Left span {
    color: #ff9f08;
}


.howToplay_tabing_slider .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
}
.howToplay_tabing_slider .owl-nav button.owl-prev {
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    box-shadow: 12px 0 40px rgba(32,31,31, 10%);
}
.howToplay_tabing_slider .owl-nav button.owl-prev span[aria-label="Previous"] {
    font-size: 0;
    background: url(../images/arrow_Left_How.png) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    margin: auto;
}
.howToplay_tabing_slider .owl-nav button.owl-prev:hover {
    background: #fe9f07 !important;
}
.howToplay_tabing_slider .owl-nav button.owl-prev:hover span[aria-label="Previous"] {
    filter: brightness(0) invert(1);
}

.howToplay_tabing_slider .owl-nav button.owl-next {
    background: #fe9f07 !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    box-shadow: 12px 0 40px rgba(32,31,31, 10%);
}
.howToplay_tabing_slider .owl-nav button.owl-next span[aria-label="Next"] {
    font-size: 0;
    background: url(../images/arrow_Left_How.png) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    margin: auto;
    transform: rotate(-180deg);
    filter: brightness(0) invert(1);
}
.howToplay_tabing_slider.owlCarousel {
    transform: rotate(90deg);
}
.howToplay_tabing_slider.owlCarousel .item{
    transform: rotate(-90deg);
  }


  .AppFeatures_Outer_Bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 50px;
    position: relative;
}
.AppFeatures_Outer_Bottom:after {
    position: absolute;
    content: "";
    right: -9999px;
    top: 50%;
    background: #ff9f08;
    width: 9999px;
    height: calc(100% - 35%);
    transform: translateY(-50%);
    margin-right: 245px;
    z-index: -1;
    border-radius: 40px  0 0 40px;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left {
    width: 55%;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Right {
    width: 45%;
    padding-left: 60px;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li .AppFeatures_Outer_Bottom_Left_Outer {
    width: 100%;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li .AppFeatures_Outer_Bottom_Left_Outer span {
    width: 110px;
    height: 110px;
    background: #fff8ee;
    display: block;
    text-align: center;
    line-height: 110px;
    border-radius: 100px;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li .AppFeatures_Outer_Bottom_Left_Outer h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 15px 0 10px;
    color: #000;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li .AppFeatures_Outer_Bottom_Left_Outer p {
    color: #737373;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    display: block;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li {
    width: 100%;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    padding-left: 50px;
    padding-bottom: 60px;
    padding-top: 30px;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(1), 
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(3), 
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(5) {
    border-left: 0;
    padding-left: 0;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(1) .AppFeatures_Outer_Bottom_Left_Outer p, 
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(3) .AppFeatures_Outer_Bottom_Left_Outer p, 
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(5) .AppFeatures_Outer_Bottom_Left_Outer p {
    max-width: 80%;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-last-child(1), 
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-last-child(2) {
    border-bottom: 0;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Right img {
    width: 100%;
}
.AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(2) .AppFeatures_Outer_Bottom_Left_Outer span, .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(3) .AppFeatures_Outer_Bottom_Left_Outer span, .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(6) .AppFeatures_Outer_Bottom_Left_Outer span {
    background: #f3f3fe;
}


.Payment_Partners_Outer {
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.Payment_Partners_Outer .Payment_Partners_Outer_Heading {
    text-align: center;
}
.Payment_Partners_Outer .Payment_Partners_Outer_Heading h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
    color: #282828;
}
.Payment_Partners_Outer .Payment_Partners_Outer_Heading h2 span {
    color: #ff9f08;
}
.Payment_Partners_Outer_Bottom {
    background: #fff8ee;
    padding: 40px 0;
}
.Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner {
    margin: 0;
    width: 100%;
    display: block;
    padding: 0 90px;
}
.Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 0 20px;
}
.Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul li {
    width: 100%;
    display: block;
}
.Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul li p {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #282828;
    line-height: normal;
    display: block;
}
.Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul li span {
    width: 100%;
    display: block;
}
.Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul li span img {
    max-width: 150px;
    width: 100%;
}


/*Responsive Start Here*/
@media (max-width: 1500px) {
    .count-digit, .count-sign span {
        font-size: 35px;
        line-height: 35px;
    }
}

@media (max-width: 1199px) {
    .counter_Outer_Heading h2 {
        font-size: 30px;
        line-height: 40px;
    }    
    .howToplay .howToplay_Heading h2 {
        margin-bottom: 0 !important;
    }
    /* .howToplay_tabing_Left_buttons {
        width: 75%;
    } */
    .howToplay_tabing_slider_box .howToplay_tabing_slider_box_Left span {
        font-size: 60px;
    }
    .count-area .col-lg-3.col-md-3 .count-area-content .count-group {
        width: 100%;
        height: 100%;
    }
    .count-title {
        font-size: 18px;
    }
    .Download_Forms .form_search_number span {

        height: 63px;

    }

    .Download_Forms .form_search_number span p {


        font-size: 24px;
    }

    .Download_Forms .form_search_number span .form_control {

        padding: 8px 8px 8px 84px;
        font-size: 15px;

    }

    .Download_Forms .form_search_number span input.submit_btn_form {

        width: 153px;
        height: calc(100% - 19px);

        margin: 10px;
        font-size: 18px;

    }

    .form_search_number p.DownloadLink_text {

        font-size: 15px;

        padding: 8px 0 0;
    }

    .home_DownloadApp .home_DownloadApp_Content .Download_barCode h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .home_DownloadApp .home_DownloadApp_Content .Download_barCode h2 span {
        display: block;
        font-size: 13px;
        font-weight: normal;
    }

    .Download_barCode img {
        width: 80%;
        display: block;

    }

    .howToplay .howToplay_Heading h2,
    .startPlaying_outer .startPlaying_outer_Heading h2,
    .sports_Choic .sports_Choic_Content h2,
    .user_Says h2,
    .AppFeatures_Outer .AppFeatures_Outer_head h2,
    .faq .section_heading h2 {
        font-size: 30px;

        margin: 0 0 12px 0;

    }

    .howToplay .howToplay_Heading p {
        font-size: 14px;
    }

    .startPlaying_outer .startPlaying_outer_Heading p {

        line-height: 20px;
        font-size: 14px !important;
        top: 80%;
    }

    .startPlaying_process p small {
        font-size: 14px !important;
    }

    .sports_Choic p {
        font-size: 15px;
        max-width: 95%;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head h2 {

        margin: 0 0 13px 0;

    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box span {
        width: 80px;
        height: 80px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box span img {
        max-width: 55px;

    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box h3 {
        font-size: 20px;

        margin: 6px 0;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box p {
        font-size: 16px;

    }

    .user_Say_content h3 {
        font-size: 24px;

        line-height: 30px;

        margin: 5px 0 5px 0;
    }

    .user_Say_content:after {

        width: 70px;
        height: 67px;
        background-size: contain;
    }

    .user_Say_content p {
        font-size: 15px;
        line-height: 23px;
        min-height: 87px;
        word-wrap: break-word;
    }

    .youtube_Outer iframe {
        border: 0;
        height: 350px;
    }

    .faq .accordion-header button.accordion-button {

        font-size: 16px;

    }

    .faq .accordion-header button.accordion-button span.accordion_Bold {
        font-size: 20px;

        padding-right: 13px;
    }

    .faq .accordion .accordion-item .accordion-body p span.accordion_Bold {
        font-size: 18px;

        padding-right: 17px;
    }

    .faq {
        padding: 45px 0;
    }

    .newsletter .footer_logo img {
        max-width: 204px;
    }

    .fatsy-social-icon li .border {

        width: 43px;
        height: 43px;
    }

    .fatsy-social-icon li .fa {
        font-size: 18px;
        color: #fff;
    }

    .footer_menu {
        padding: 20px 0 10px;
        color: #fff !important;
    }

    .footer-center>div {
        padding-left: 0px;
    }

    .col-md-6.col-lg-2.footer-div.footer-center img {
        max-width: 150px;
    }

    .footer-div p {

        font-size: 15px;
        line-height: 22px;

        padding-right: 40px;
    }

    .footer-div li a {

        font-size: 15px;
        line-height: 29px;

    }

    .footer-div h3 {

        font-size: 18px;
        line-height: 22px;

        margin-bottom: 11px;
    }

    .copyright {
        padding: 8px 0;
        color: #fff;
        font-size: 14px;
    }

    .responsible_play button {
        width: 150px;
        font-size: 13px;


        padding: 8px 5px;
    }

    .responsible_play img {
        width: 35px;
        vertical-align: text-top;
        margin: 0 0px 0 10px;
    }

    .newsletter {
        padding: 19px 0;

    }

    .bottom_footer_text p {

        font-size: 14px;
    }

    .startPlaying_outer_process {
        margin: 40px 0 0 0;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    #toTop {
        bottom: 10px;
        right: 30px;
        width: 60px;
        height: 60px;
        background-size: contain;
    }

    .startPlaying_process p {
        position: absolute;
        bottom: 27px;
        top: 77%;
    }

    .col-sm-4.col-md-3.col-lg-2.footer-div.footer-center img {
        max-width: 150px;

    }

    .howToplay .howToplay_Heading p {
        max-width: 100%;
    }



    .Payment_Partners_Outer .Payment_Partners_Outer_Heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 1023px) {
    .count-area .col-lg-3.col-md-3 .count-area-content .count-group span img {
        margin-bottom: 20px;
    }
    .count-digit, .count-sign span {
        font-size: 30px;
        line-height: 30px;
    }
    .count-title {
        font-size: 16px;
    }
    .count-area .col-lg-3.col-md-3 .count-area-content .count-group {
        min-height: 335px;
    }
    .counter_Outer {
        padding: 60px 0 60px;
    }
    .counter_Outer_Heading {
        margin: 0 0 50px 0;
    }
    .counter_Outer_Heading h2 {
        padding-bottom: 20px;
    }
    .howToplay_tabing_slider_box_Right h3 {
        font-size: 22px;
    }
    .howToplay_tabing_slider_box_Right p {
        font-size: 16px;
    }
    .howToplay_tabing_slider_box .howToplay_tabing_slider_box_Left span {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 50px;
    }
    .howToplay_tabing_slider .owl-nav {
        top: -20px;
    }
    .howToplay {
        padding: 60px 0 60px;
    }
    .startPlaying_outer .startPlaying_outer_Heading {
        margin: 0 0 0px 0;
    }
    .startPlaying_process img {
        width: 100%;
    }
    .startPlaying_process {
        width: 100%;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(1) 
    .AppFeatures_Outer_Bottom_Left_Outer p, 
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(3) 
    .AppFeatures_Outer_Bottom_Left_Outer p, 
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li:nth-child(5) 
    .AppFeatures_Outer_Bottom_Left_Outer p {
        max-width: 90%;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li {
        padding-left: 60px;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Right {
        padding-left: 0;
    }
}    
@media (max-width: 991px) {
    /* .howToplay_tabing_Left {
        width: calc(70% - 50px);
        margin-right: 50px;
    }
    .howToplay_tabing_Right {
        width: 35%;
    } */

    .count-area .col-lg-3.col-md-3.col-sm-3.col-6 {
        max-width: 25%;
        flex: 25%;
        min-width: 300px;
    }    
    .count-area .col-lg-3.col-md-3 .count-area-content .count-group {
        width: 100%;
        height: 100%;
    }
    .count-area .row {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .howToplay_tabing_slider_inner .Left_Part {
        width: 100%;
        margin-bottom: 30px;
    }
    .howToplay_tabing_slider_inner .Right_Part {
        width: 100%;
    }
    .howToplay_tabing_slider_inner {
        flex-wrap: wrap;
    }
    .howToplay_tabing_slider_inner .Left_Part img {
        max-width: 400px;
        margin: auto;
    }
    .howToplay {
        padding: 40px 0 40px;
    }
    .howToplay_Heading {
        text-align: center;
    }
    .counter_Outer {
        padding: 40px 0 40px;
    }
    .startPlaying_outer {
        padding: 40px 0 40px;
    }
    .sports_Choic {
        padding: 40px 0 40px;
    }
    .sports_Choic .sports_Choic_Content p {
        text-align: center;
    }
    .AppFeatures_Outer {
        padding: 40px 0 40px;
    }
    .AppFeatures_Outer_Bottom {
        flex-wrap: wrap;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left {
        width: 100%;
        order: 2;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Right {
        width: 100%;
        order: 1;
        margin-bottom: 40px;
        background: #ff9f08;
        padding: 20px 0;
        border-radius: 20px;
    }
    .AppFeatures_Outer_Bottom:after {
        display: none;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Right img {
        width: 100%;
        max-width: 400px;
        margin: auto;
        display: block;
    }
    .AppFeatures_Outer .AppFeatures_Outer_head h2 {
        text-align: center;
    }
    .AppFeatures_Outer .AppFeatures_Outer_head p {
        text-align: center;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li {
        padding-left: 0px;
        border: solid 1px #ccc !important;
        border-radius: 15px;
        padding: 30px 20px 40px !important;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul {
        gap: 20px;
        text-align: center;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li .AppFeatures_Outer_Bottom_Left_Outer span {
        margin: auto;
    }
    .user_Says {
        padding: 0px 0 0;
    }
    .faq .section_heading h2 {
        padding-bottom: 10px;
    }
    .faq {
        padding: 40px 0;
    }
}    
@media (max-width: 867px) {
/* 
    .howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howToselect p {
        font-size: 15px;
        max-width: 92%;
    } */

    .sports_Choic .sports_Choic_Content p {
        max-width: 100%;
        margin: 0 auto 16px;
        font-size: 14px;
    }

    .startPlaying_outer .startPlaying_outer_Heading p {
        line-height: 20px;
        font-size: 14px !important;
        /* padding-bottom: 20px; */
    }

    .footer-div li a {
        font-size: 14px;
        line-height: 29px;
    }

    .startPlaying_process p {
        position: absolute;
        bottom: 23px;
    }

    .footer-div .footer_Social span a {
        color: #fff;
        font-size: 13px;
    }

    .tab-content img {
        width: 92%;
    }

    /* .howToplay_tabing_Left_buttons {
        margin: 20px 0 30px 0;
    }
    .howToplay_tabing_Left_buttons ul li img {
        width: 100%;
    } */
}

@media (max-width: 767px) {
    .newsletter .footer_logo img {
        max-width: 170px;
    }

    .tab-content {
        display: block;
        text-align: center;
    }

    .newsletter {
        padding: 16px 0;

    }
/* 
    .howToplay_tabing_Left_buttons {
        width: 80%;
    } */

    .counter_Outer {
        padding: 40px 0;
    }

    .fatsy-social-icon li .border {
        width: 33px;
        height: 33px;
    }

    .fatsy-social-icon li .fa {
        font-size: 15px;

    }

    .footer-div p {
        font-size: 14px;
        line-height: 22px;
    }

    .col-sm-4.col-md-2.col-lg-2.footer-div.footer-center {
        padding-left: 5%;
    }

    .col-sm-4.col-md-2.col-lg-2.footer-div.footer-center img {
        width: 140px;
    }

    .bottom_footer_text p {

        font-size: 13px;
        max-width: 100%;
    }

    .bottom_footer_text {
        padding: 10px 0;

    }

    .responsible_play a {
        justify-content: center;
        padding-bottom: 10px;
    }

    .copyright {
        padding: 5px 0;

        font-size: 13px;
    }

    .responsible_play button {
        width: 130px;
        font-size: 13px;
        padding: 7px 0px;
    }

    .faq .section_heading h2 {

        padding-bottom: 20px;

    }

    .howToplay .howToplay_Heading h2,
    .startPlaying_outer .startPlaying_outer_Heading h2,
    .sports_Choic .sports_Choic_Content h2,
    .user_Says h2,
    .AppFeatures_Outer .AppFeatures_Outer_head h2,
    .faq .section_heading h2 {
        font-size: 24px;
        margin: 0px 0 10px 0;
        text-align: center;
    }

    .youtube_Outer iframe {
        height: 260px;
    }

    .user_Say_content:after {
        width: 60px;
        height: 57px;
        background-size: contain;
    }

    .user_Say_content h3 {
        font-size: 18px;
        line-height: 31px;
        margin: 5px 0 5px 0;
    }

    #toTop {

        bottom: 10px;
        right: 30px;

        width: 60px;
        height: 60px;

        background-size: contain;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box span img {
        max-width: 45px;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box span {
        width: 65px;
        height: 65px;

    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box h3 {
        font-size: 18px;
        margin: 6px 0;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box p {
        font-size: 15px;
    }



    .AppFeatures_Outer .AppFeatures_Outer_head p {

        margin: 0px auto 24px;
        line-height: 23px;
        font-size: 14px;
    }

    .AppFeatures_Outer {
        margin: 0;
        padding: 33px 0;
    }

    .sports_Choic .sports_Choic_Content p {
        color: #fff;
        max-width: 95%;
        margin: 0 auto 10px;
        line-height: 24px;
    }

    .startPlaying_process img {
        width: 100%;
        max-width: 290px;
    }


    .startPlaying_outer .startPlaying_outer_Heading p {
        line-height: 20px;
        font-size: 13px !important;
    }



    .startPlaying_process p small {
        font-size: 14px !important;
        font-weight: 500 !important;
        display: block;
    }


    .startPlaying_outer_process .col-lg-3.col-md-3:last-child .startPlaying_process p,
    .startPlaying_process p,
    .startPlaying_process p small .startPlaying_outer .startPlaying_outer_Heading p {
        font-size: 12px !important;
    }

    .startPlaying_outer_process .col-lg-3.col-md-3:last-child .startPlaying_process p small {
        font-size: 11px !important;
    }



    .startPlaying_process {

        margin-bottom: 10px;
    }

    .startPlaying_outer .startPlaying_outer_Heading {
        margin: 0 0 10px 0;

    }

    /* .howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howToselect h3 {
        font-size: 15px;
    }

    .howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howToselect p {

        font-size: 13px;


        max-width: 95%;
    }

    .howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howTocount {
        width: 80px;
        font-size: 44px;
    }

    .howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howToselect {
        width: calc(100% - 95px);
    }

    .tab-content img {
        width: 76%;
    } */



    .home_DownloadApp .home_DownloadApp_Content .Download_barCode h2 {
        font-size: 18px;
        margin: 0 16px 0 0;
        line-height: 24px;
        display: none;
    }

    .Download_barCode img {
        width: 70%;
        display: block;
        margin-left: auto;
    }

    .Download_Forms .form_search_number span input.submit_btn_form {
        width: 103px;

        margin: 8px;
        font-size: 14px;
    }

    .Download_Forms .form_search_number span .form_control {
        padding: 8px 8px 8px 65px;
        font-size: 13px;
    }

    .Download_Forms .form_search_number span {
        height: 50px;
    }

    .Download_Forms .form_search_number span p {
        font-size: 18px;
    }

    .form_search_number p.DownloadLink_text {
        font-size: 13px;
        padding: 5px 0 0;
    }

    .home_DownloadApp {

        padding: 14px 0;
        position: relative;
    }

    .navbar img {
        width: 150px;
    }

    .navbar button.navbar-toggler span {

        width: 36px;
        height: 36px;
    }

    nav.navbar.navbar-expand-lg {
        padding: 0;
    }

    .header_top {

        border-top: 8px solid #ff9f08;
    }

    .Download_Forms .form_search_number span .form_control {
        padding: 8px 8px 8px 65px;
        font-size: 15px;
    }

    .Download_Forms .form_search_number span p {
        font-size: 20px;
    }




/* 
    .howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howToselect {
        width: calc(100% - 111px);
    } */

    .AppFeatures_Outer .AppFeatures_Outer_head ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        overflow-x: scroll;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li {
        width: 100%;
        flex: 0 0 40%;
    }

    #exTab1 .how-nav-pills li .active .bg_arrow {
        width: 94px;
        background-size: 94px;
    }

    .content_inner .content_inner_section {
        text-align: left;
    }

    .content_inner .content_inner_section h4 {
        margin-bottom: 0px;
    }


    /* .howToplay_tabing_Left_buttons ul li img {
        width: 100%;
        max-width: 250px;
    } */
    .col-md-12.col-sm-12.reveal.fade-left {
        opacity: 1;
    }
    .count-area .reveal.fade-left {
        opacity: 1;
    }
    .count-area .reveal.fade-right {
        opacity: 1;
    }
    .howToplay_tabing ul.nav-tabs.reveal.fade-up {
        opacity: 1;
    }

    .howToplay_tabing_slider_box_Right h3 {
        font-size: 20px;
    }    
    .howToplay_tabing_slider_box .howToplay_tabing_slider_box_Left span {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 45px;
        border-radius: 20px;
    }
    .howToplay_tabing_slider_box_Right p {
        font-size: 14px;
    }
    .howToplay_tabing_slider_inner .Left_Part img {
        max-width: 350px;
    }
    .counter_Outer_Heading h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .howToplay .howToplay_Heading h4 {
        font-size: 24px;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li .AppFeatures_Outer_Bottom_Left_Outer h3 {
        font-size: 20px;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li .AppFeatures_Outer_Bottom_Left_Outer p {
        font-size: 14px;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li .AppFeatures_Outer_Bottom_Left_Outer span {
        width: 90px;
        height: 90px;
        line-height: 90px;
        border-radius: 100px;
    }
    .faq {
        padding: 30px 0;
    }
    .faq .accordion-header button.accordion-button {
        font-size: 14px;
    }
    .faq .accordion-header button.accordion-button span.accordion_Bold {
        font-size: 16px;
    }
    .faq .accordion .accordion-item .accordion-body p {
        font-size: 14px;
    }
    .count-digit, .count-sign span {
        font-size: 24px;
        line-height: 20px;
    }
    .count-title {
        margin: 10px 0 0 0px;
    }
    .sports_Choic {
        padding: 30px 0 30px;
    }
    .youtube_Outer iframe {
        height: 330px;
    }
    .howToplay {
        padding: 30px 0 30px;
    }


    .Payment_Partners_Outer .Payment_Partners_Outer_Heading h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul li p {
        font-size: 16px;
    }
    .Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul li span img {
        max-width: 150px;
        width: 100%;
    }
    .Payment_Partners_Outer_Bottom {
        padding: 30px 0;
    }
    .Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner {
        padding: 0;
    }
}

@media (max-width: 690px) {
    .howToplay_tabing_slider .owl-nav {
       display: none;
    }


    .startPlaying_process p small {
        font-size: 13px !important;
    }

    .col-sm-4.col-md-2.col-lg-2.footer-div.footer-center {
        padding-left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Download_barCode img {
        width: 60%;
    }
    .startPlaying_outer .startPlaying_outer_Heading p {
        line-height: 20px;
        font-size: 14px !important;
        max-width: 100%;
        top: 80%;
    }

    .home_DownloadApp .home_DownloadApp_Content .Download_barCode h2 span {
        display: block;
        font-size: 12px;
        font-weight: normal;
        text-align: left;
    }

    .home_DownloadApp .home_DownloadApp_Content .Download_barCode h2 {
        font-size: 16px;
        margin: 0 16px 0 0;
        line-height: 20px;
        display: none;
    }

    .home_DownloadApp .home_DownloadApp_Content .Download_barCode {
        margin: 0;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .col-sm-4.col-md-3.col-lg-2.footer-div.footer-center {
        max-width: 180px;
        margin-top: 20px;
        margin-right: auto;
        text-align: left !important;
    }

    .user_Says {
        padding: 5px 0 0;
    }

    .AppFeatures_Outer,
    .howToplay,
    .counter_Outer,
    .startPlaying_outer {
        margin: 0;
        padding: 30px 0;
    }
    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box span img {
        max-width: 40px;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box span {
        width: 60px;
        height: 60px;
    }

    .user_Say_content {
        margin: 0 0 20px 0;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box {
        margin: 0;
        border: solid 1px #d3d3d3;
        padding: 27px 7px;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box h3 {
        font-size: 16px;

    }

    .home_DownloadApp {
        padding-bottom: 0;
    }

    .sports_Choic .sports_Choic_Content p {

        line-height: 22px;
    }

}

@media (max-width:576px) {
    .startPlaying_process p {
        position: absolute;
        bottom: 30px;
    }

    .startPlaying_process img {
        width: 53%;
    }

    .home_DownloadApp .home_DownloadApp_Content .Download_barCode h2 {
        font-size: 16px;
        margin: 0 16px 0 0;
        line-height: 20px;
        display: block;
    }

    .navbar button.navbar-toggler span {
        width: 32px;
        height: 32px;
    }

    .col-sm-4.col-md-3.col-lg-2.footer-div.footer-center {
        max-width: 100%;
        margin-top: 20px;
        margin-right: auto;
        text-align: left !important;
        display: flex;
        gap: 40px;
        justify-content: space-between;
    }

    .footer-div .footer_Social {
        margin: 5px 0 0 0;
        flex: 0 0 50%;
        padding-left: 10px;

    }

    .navbar-nav li a {
        font-size: 15px;
    }

    .responsible_play {
        margin-bottom: 5px;

    }

    .download_btn_outer .download_btn {

        font-size: 16px;
        padding: 10px 25px;
    }

    .newsletter {

        text-align: center;
    }

    .count-area .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }    
    /* .howToplay_tabing_Right {
        display: none;
    }   */
    .sports_Choic .sports_Choic_Content p {
        text-align: center;
    }
}

@media (max-width:480px) {
    .youtube_Outer iframe {
        height: 260px;
    }
    .footer-div li a {
        font-size: 13px;
    }

    .home_DownloadApp .home_DownloadApp_Content .Download_barCode {

        justify-content: space-around;
        align-items: center;
        display: none;
    }

    .home_DownloadApp .home_DownloadApp_Content .Download_Forms {
        margin: 0;
        position: relative;
        width: 100%;
    }

    .home_DownloadApp .home_DownloadApp_Content .Download_barCode h2 span {

        font-size: 14px;

        text-align: left;
    }

    .home_DownloadApp .home_DownloadApp_Content .Download_barCode h2 {
        font-size: 16px;
        margin: 0 14px 0 0;
        line-height: 22px;
    }

    .form_search_number {
        margin-bottom: 18px;
    }

    .Download_barCode img {
        width: 60%;
        display: block;
        margin: auto;
    }

    .howToplay .howToplay_Heading h2,
    .startPlaying_outer .startPlaying_outer_Heading h2,
    .sports_Choic .sports_Choic_Content h2,
    .user_Says h2,
    .AppFeatures_Outer .AppFeatures_Outer_head h2,
    .faq .section_heading h2 {
        font-size: 20px;
        margin: 0px 0 8px 0;
    }

    .howToplay .howToplay_Heading p {
        font-size: 14px;
        line-height: 22px;
        max-width: 100%;
    }

    .howToplay {
        margin: 0;
    }
    .counter_Outer {

        padding: 30px 0;

    }
    .count-area .col-lg-3.col-md-3 .count-area-content .count-group {
        box-shadow: none;
        border: solid 1px #ccc;
        border-radius: 15px;
    }
    .count-area .col-lg-3.col-md-3 .count-area-content .count-group {
        min-height: 300px;
    }
    .count-title {
        margin: 20px 0 0 0px;
    }
    .count-area .col-lg-3.col-md-3 .count-area-content .count-group {
        padding: 20px 15px 20px;
    }
    .counter_Outer_Heading h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .counter_Outer_Heading h2 span {
        font-size: 16px;
    }
    .counter_Outer_Heading {
        margin: 0 0 20px 0;
    }
    .AppFeatures_Outer .AppFeatures_Outer_head ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li {
        width: 50%;
        flex: 0 0 50%;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box span img {
        max-width: 35px;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box span {
        width: 55px;
        height: 55px;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box p {
        font-size: 13px;
        line-height: 16px;
    }





    .newsletter {
        padding: 11px 0;
        text-align: center;
    }

    .col-sm-12.col-md-6.col-sm-6.d-flex.justify-content-end.align-items-center {
        justify-content: center !important;
        margin-top: 13px;
    }

    .fatsy-social-icon li .fa {
        font-size: 13px;
    }

    .fatsy-social-icon li .border {
        width: 29px;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .col-sm-4.col-md-2.col-lg-2.footer-div.footer-center img {
        width: 110px;
        margin-top: 12px;
    }

    .footer-div li a {
        font-size: 14px;
        line-height: 28px;
    }

    .bottom_footer_text p {
        font-size: 12px;

    }

    .col-sm-9.col-md-4.col-lg-4.footer-div h3 {
        text-align: center;
    }

    .footer-div p {
        font-size: 13px;
        line-height: 22px;
        padding-right: 0;
    }

    .newsletter .footer_logo img {
        max-width: 150px;
    }

    .faq .accordion-header button.accordion-button span.accordion_Bold {
        font-size: 16px;
        padding-right: 13px;
    }

    .faq .accordion .accordion-item .accordion-body p span.accordion_Bold {
        font-size: 15px;
        padding-right: 17px;
    }

    .faq .accordion .accordion-item .accordion-body p {

        padding-left: 6px;

        font-size: 14px;

    }

    .faq {
        padding: 20px 0;
    }

    .faq .accordion-header button.accordion-button {
        font-size: 14px;
        padding: 8px;
    }

    .sports_Choic .sports_Choic_Content p {
        color: #fff;
        max-width: 100%;
        font-size: 13px;
    }

    .startPlaying_outer_process {
        margin: 40px 0 0 0;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .startPlaying_process img {
        width: 70%;
    }

    #toTop {
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        background-size: contain;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head p {
        margin: 0px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .startPlaying_process p {
        position: absolute;
        bottom: 26px;
    }

    .startPlaying_process p small {
        font-size: 11px !important;
    }

    .startPlaying_outer .startPlaying_outer_Heading p {

        font-size: 12px !important;

    }

    .home_DownloadApp .download_btn {
        display: inline-block;
    }
    .home_DownloadApp .download_btn {
        text-align: center;
        margin-top: 10px;
        position: relative;
        z-index: 9;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
    }

    .home_DownloadApp .download_btn a {
        background: #ff9f08;
        padding: 8px 12px;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }

    .offcanvas.offcanvas-end {
        max-width: 260px;
    }

    .howToplay_tabing_Left_buttons {
        width: 100%;
    }



    .howToplay .howToplay_Heading h4 {
        font-size: 18px;
    }

    .howToplay_tabing_slider_box .howToplay_tabing_slider_box_Left span {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 32px;
        border-radius: 10px;
        box-shadow: 0px 0 10px rgba(32,31,31, 10%);
    }    
    .howToplay_tabing_slider_box {
        gap: 0 10px;
    }
    .howToplay_tabing_slider_box_Right h3 {
        font-size: 16px;
    }
    .howToplay_tabing_slider_box_Right p {
        font-size: 12px;
    }
    .howToplay_tabing_slider_box:not(:last-child) {
        margin-bottom: 20px;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Right img {
        max-width: 250px;
    }    
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Right {
        padding: 15px 0;
        border-radius: 10px;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li {
        padding: 20px 20px 30px !important;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li .AppFeatures_Outer_Bottom_Left_Outer span {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 100px;
    }
    .AppFeatures_Outer_Bottom .AppFeatures_Outer_Bottom_Left ul li .AppFeatures_Outer_Bottom_Left_Outer h3 {
        font-size: 18px;
    }
    .AppFeatures_Outer, .howToplay, .counter_Outer, .startPlaying_outer {
        padding: 20px 0;
    }
    .count-area .col-lg-3.col-md-3.col-sm-3.col-6 {
        max-width: 25%;
        flex: 25%;
        min-width: 296px;
        padding: 0;
    }
    .count-area .row {
        gap: 15px;
    }


    .Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul li p {
        font-size: 14px;
    }   
    .Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 0 5px;
    } 
    .Payment_Partners_Outer_Bottom {
        padding: 10px 0;
    }
    .Payment_Partners_Outer {
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .howToplay_tabing ul.nav-tabs li.nav-item .howToplay_tabing_inner .howToselect {
        width: calc(100% - 96px);
    }

    .howToplay .howToplay_Heading h2,
    .startPlaying_outer .startPlaying_outer_Heading h2,
    .sports_Choic .sports_Choic_Content h2,
    .user_Says h2,
    .AppFeatures_Outer .AppFeatures_Outer_head h2,
    .faq .section_heading h2 {
        font-size: 18px;
    }

    .navbar img {
        width: 110px;
    }
    .Download_Forms .form_search_number span .form_control {
        font-size: 12px;
        padding: 8px 8px 8px 60px;
    }
    .Download_Forms .form_search_number span p {
        font-size: 16px;
    }
    .Download_Forms .form_search_number span input.submit_btn_form {
        width: 85px;
        margin: 9px;
        font-size: 12px;
    }
    .hero_banner .owl-item .item img {

        height: 165px;
    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .startPlaying_process img {
        width: 80%;
    }

    .startPlaying_outer {
        padding-bottom: 0;
    }

    .footer-div h3 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 9px;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li .app_features_box h3 {
        font-size: 16px;
        margin: 6px 0;
    }

    .AppFeatures_Outer .AppFeatures_Outer_head ul li {
        width: 100%;
        flex: 0 0 100%;
    }

    .startPlaying_process p {
        position: absolute;
        bottom: 21px;
        top: 82%;
    }


    .col-sm-4.col-md-3.col-lg-2.footer-div.footer-center img {
        max-width: 70px;
    }

    .footer-div li a {
        font-size: 12px;
    }

    .list_item img {
        border-radius: 6px;
    }
    .youtube_Outer iframe {
        height: 180px;
    }
    .count-area .col-lg-3.col-md-3 .count-area-content .count-group {
        min-height: 250px;
    }
    .count-area .col-lg-3.col-md-3 .count-area-content .count-group span img {
        max-width: 50px;
    }
    .count-title {
        font-size: 14px;
        line-height: normal;
    }
    .howToplay_tabing_slider_inner .Left_Part img {
        max-width: 280px;
    }

    .Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }   
    .Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul li {
        width: 100%;
        display: block;
        border: solid 1px #ccc;
        border-radius: 10px;
        padding: 15px;
    } 
    .Payment_Partners_Outer_Bottom .Payment_Partners_Outer_Bottom_inner ul li span img {
        max-width: 100px;
        width: 100%;
    }
    .Payment_Partners_Outer .Payment_Partners_Outer_Heading h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
@media (max-width: 360px) {
.Download_Forms .form_search_number span .form_control {
    font-size: 10px;
    padding: 8px 8px 8px 52px;
}
.Download_Forms .form_search_number span p {
    font-size: 14px;
    padding-right: 8px;
}
.Download_Forms .form_search_number span input.submit_btn_form {
    width: 85px;
    margin: 9px;
    font-size: 12px;
}
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: #FFE638
    ;
    --bs-nav-link-hover-color: #FFE638;
    --bs-nav-link-disabled-color: #FFE638;
    display: flex
;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: nowrap;
}

.whatsapp2
{
    width: 40%;
}

@media screen and (min-width: 300px) and (max-width: 960px) {
.whatsapp2
{
    width: 100%;
}

}
