/* .site-header .inner_menu .main-menu>ul>li>a {
    color: #000;
} */

.site-header .inner_menu .main-menu > ul > li > a:hover {
    color: var(--sala-primary-navy);
}

.site-header .inner_menu .logo svg path {
    fill: #000;
}

.site-header .inner_menu .customer a {
    color: #000;
}

.site-header .inner_menu .customer a:hover {
    color: var(--sala-primary-navy);
}

.section.vh-align-bottom.lg-pdt100 {
    padding-top: 60px;
}

.points-table {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .site-header .inner_menu .main-menu > ul > li > a {
        color: #fff;
    }
    .mbl-pd {
        text-align: center;
    }
    .footer-item .logo img {

        max-width: 180px !important;
    }
    .block-step p {
        font-size: 16px !important;
    }
    .right-footer-ftr {
        text-align: center;
    }
    .color-navy-cntrrrr {
        text-align: center;
    }
    .fatasy-mn {
        text-align: center;
    }
    .devider-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .heading-sub-sb {
        text-align: center;
    }
    .faq .faq__content .accordion-button {
        font-size: 16px !important;
    }
    .logo {
        text-align: center;
    }
    .instl-cntr {
        text-align: center;
    }
    .heading-desc-dsc {
        text-align: center;
    }
    .footer-top .footer-about .logo,
    .footer-top .footer-item h6 {
        font-size: 20px;
    }
    .compare-table{

        font-size: 12px;
        word-break: break-all;
    }
    table th{

        font-size: 12px;
        word-break: keep-all;
        
    }
}
@media (max-width: 375px) {
    .tbl-avrflw {
        overflow: auto;
    }
}

.opb60 {
    padding-bottom: 60px;
}

.contact-box a {
    background-color: rgb(208, 182, 53);
}

/* .......................index page section starts................. */

.fatasy__tag {
    color: #000 !important;
}

.reap_reward_sec {
    /* margin: 40px 0 !important; */
    padding: 40px 0;
}

.address_sec {
    background-color: #1f1e22;
    padding: 40px 20px;
    margin-top: 30px;
}

.text-left_button {
    margin-left: 0 !important;
}

.image-sticky.tab-content.is-active {
    display: block;
}

.box a.is-active h3 {
    color: #ffe03d;
}

.posttype.layout-02 .box:first-child {
    border: none;
}

.box a:hover {
    color: white;
}

.image-sticky.tab-content {
    display: none;
}

.opb100 {
    padding-bottom: 100px;
}

p {
    line-height: 28px;
}

.home_image_baner {
    margin: 0 !important;
    max-width: fit-content !important;
}

.heading.heading-alway-dark .heading-sub,
.heading.heading-alway-dark .heading-title,
.heading.heading-alway-dark .heading-desc {
    color: white;
    text-transform: uppercase;
}

.cricketing_join {
    background: url(../../assets/images/img/bg_cricket.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.home_banner_section {
    background: url(../../assets/images/img/home_bg.png) no-repeat;
    background-position: 100% 7%;
    background-size: cover;
}

.site-header .canvas-menu .icon svg g {
    fill: #0057fc;
}

.maximize_you_lvl {
    padding-top: 60px;
}

.Boosting_the_exp {
    margin-top: 0px;
}

.is-mega-menu a.active,
.is-normal-menu a.active {
    color: #ffe13e !important;
}

.counter-box .title,
.counter-box .number {
    text-align: center;
}

.about_page_sec p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.about_page_sec p:last-child {
    margin-top: 15px;
}

.contact_form_submit button {
    padding: 0 !important;
}

.contact_form_submit .download_btn {
    max-width: 170px;
    border-radius: 10px;
}

.pop_top .modal-body {
    background-color: rgb(230 190 19);
    /* border-style: inset;
    border-color: #edae0b;
    border-width: 10px; */
}

.pop_top {
    box-shadow: 3px -1px 20px -6px rgb(220 225 17);
}

.modal-body h3,
.modal-body p {
    color: white;
}

/* section styles start --------- */
.faq .faq__content h6 {
    margin-top: 0px;
}

.faq .faq__content h6 button {
    font-size: inherit;
    line-height: inherit;
}

.faq .faq__content .accordion-item {
    background: #202636;
    border: 0px;
    border-color: #c34e94;
    border-radius: 10px;
    margin-bottom: 20px;
}

.faq .faq__content .accordion-item:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.faq .faq__content .accordion-button {
    box-shadow: none;
    padding: 20px 30px;
    background: #ffe03db8;
    box-shadow: 0 2px 2px 2px rgb(94 88 59);
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    gap: 30px;
    font-size: 18px;
}

.faq .faq__content .accordion-button::after {
    background-image: none;
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    background: #0057fc;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
}

.faq .faq__content .accordion-button:not(.collapsed)::after {
    content: "\2d";
    background-color: #0057fc;
    color: yellow;
}

.faq .faq__content .accordion-body {
    background: #202636;
    padding: 30px 30px;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #5379df57;
}

/* ==== 
--------- (5.7) faq section styles end ---------

/* ...............points table.............. */

.point_table_content ul {
    list-style-type: disc;
    margin-left: 24px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: rgb(230 190 19);
}

table th,
table td {
    color: white;
}

/* .......................inner pages section starts................ */

.page-content p {
    text-align: justify;
}

.lg-mt32 img {
    max-width: 350px;
    width: 100%;
}

.boosting_img {
    width: 100%;
    max-width: 450px !important;
}

.background-grey .heading .heading-title {
    text-align: center;
}

.background-grey {
    background: url(../../assets/images/img/abt_ban_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

/* ............................inner pages section ends............... */

/* .............................about page................ */

.about_active {
    background: url(../../assets/images/img/abt_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.backround_about_knock {
    background-color: #ffe03d;
}

/* ...............................about page style ends........................ */

/* ........................footer section starts........... */

.footer-item .logo img {
    width: 100%;
    max-width: 250px;
}

/* ..........................footer section ends.................. */

/* ........................download button style.......................... */

.download_btn {
    margin: auto;
    outline: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 140px;
    height: 50px;
    border-radius: 0.5em;
    box-shadow: 0 0.625em 1em 0 rgb(255 253 30 / 35%);
    overflow: hidden;
}

.download_btn div {
    transform: translateY(0px);
    width: 100%;
}

.download_btn,
.download_btn div {
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.download_btn div span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0.75em 1.125em;
}

.download_btn div:nth-child(1) {
    background-color: #0057fc;
}

.download_btn div:nth-child(2) {
    background-color: #ffe13e;
}

.download_btn:hover {
    box-shadow: 0 0.625em 1em 0 rgb(220 81 16 / 59%);
}

.download_btn:hover div {
    transform: translateY(-50px);
}

.download_btn:hover div span p {
    color: black;
}

.download_btn p {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}

.download_btn:active {
    transform: scale(0.95);
}

/* ......................download btn style ends.................... */

/* .........................media section starts..................... */

@media (max-width: 991px) {
    .site-header .main-menu.is-active ul {
        background: #ffee00de;
        border-radius: 20px;
        padding: 30px;
    }

    .site-header .main-menu.is-active {
        padding: 0 20px;
    }

    .site-header .main-menu .menu-action .item {
        background-color: #0057fc;
        border-radius: 7px;
    }
    .home_banner_section {
        padding-bottom: 0;
    }
    .Boosting_the_exp {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .header_download_btn {
        display: none;
    }
    .posttype-typ{

        margin-top: 50px;
    }
    .heading-title-ttl{

        text-align: center !important;
    }
    .heading-subss{
        text-align: center;
    }

    .header_nav_menu {
        justify-content: space-between;
    }

    #header {
        padding: 30px 20px;
    }
    .apps-aps{

        display: contents;
    }

    .logo_header a img {
        max-width: 180px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Boosting_the_exp {
        /* margin-top: 170px; */
    }
    section.section.background-grey.opt120 {
        padding-top: 190px;
    }
    .section-banner-bnr{

        margin-top: 50px;
    }
    .apps{

        display: contents;
    }
    .posttype-typ{

        margin-top: 50px;
    }
    .spdtb{

        padding-top: 100px;
    }
    .flex-align-c{

        align-items: center;
    }
    .block-step p{

        font-size: 18px;
    }
    .instl-cntr{

        text-align: center;
    }
    .heading-desc-dsc{

        text-align: center;
    }
}

@media (max-width: 340px) {
    .table_points_tab th {
        font-size: 14px;
    }

    .table_points_tab tr td {
        font-size: 14px;
        word-break: break-all;
    }

    .heading .heading-title.size-xl,
    .heading .heading-title.size-xxl,
    .heading .heading-title.size-xxxl,
    .heading .heading-title.size-xxxxl {
        font-size: 24px;
    }
}

/* ................................media section ends.............................. */
