@media (min-width: 1200px){
         
    .mobile_offcanvas,
    .offcanvas-header{
        display: none;
    }
    .main_header .offcanvas{
        position: relative;
        inset: auto;
        visibility: visible;
        max-width: max-content;
        transform: none;
        border: 0px;
        background-color: transparent;
        width: auto;
    }    
    .main_header .offcanvas-body{
        padding: 0px;
    }    
    .main_header .offcanvas-body .navbar-nav{
        display: flex;
        align-items: center;
        flex-direction: row;
        column-gap: 20px;
    }

    .main_header .offcanvas-body .navbar-nav a {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.5px;
    }
    .main_header .offcanvas-body .navbar-nav a:hover {
        color: #FDCF13;
    }
}
@media (max-width: 1280px) {
    .banner_left {
        width: 100% !important;
    }
    .banner_right {
        display: none !important;
    }
}
@media (min-width: 1401px){
    .container{
        max-width: 1390px;
    }
}
@media (max-width: 1399px) {
    .container {
        max-width: 96%;
    }
    .cta_inner h2 {
        font-size: 40px;
    }
    .grid_wrap_head {
        margin-bottom: 24px;
    }
    .cmn_sec_title img {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }
    .grid_wrapper {
        /* display: flex; */
        /* gap: 15px; */
        
    }
    /* bonus */
    .benefits_grid_wrap{
        padding: 20px;
    }

    .benefits_grid_wrap .grid_title {
        font-size: 22px;
        line-height: 30px;
    }
    /* */

    .main_header{
        padding: 8px 14px;
    }

    .header-sticky .main_header {
        padding: 4px 14px;
    }

    .cmn_width {
        min-width: 260px;
        gap: 14px
    }

    .auth_btn{
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        min-height: 38px;
        padding: 4px 20px;
    }

    .header-sticky .auth_btn {
        padding: 4px 20px;
        font-size: 16px;
        line-height: 22px;
        min-height: 34px;
    }

    /* .main_header .navbar-brand img{
        width: 200px;
    } */

    /* .header-sticky .main_header .navbar-brand img{
        width: 160px;
    } */

}

@media (max-width:1199px) {
    .grid_wrapper.live_casinoc .grid_link_wrap {
        width: 24.1%;
    }
    .grid_wrapper.live_casinoc .grid_link_wrap img {
        width: 100%;
    }
    .main_header .navbar-brand img {
        max-width: 180px;
    }

    .header-sticky .main_header .navbar-brand img{
        width: 140px;
    }

    .grid_wrapper {
        display: flex;
        gap: 15px;
        overflow-x: auto;
    }

    .header-sticky .auth_btn{
        padding: 4px 16px;
        font-size: 14px;
        line-height: 20px;
        min-height: 32px;
    }

    .celebrity_section_inner h1{
        font-size: 30px;
    }

    .cta_inner{
        padding: 30px 24px;
    }


    /* bonus */
    .benefits_grid_wrap {
        padding: 15px;
    }

    .benefits_grid_wrap .grid_title {
        font-size: 20px;
        line-height: 28px;
    }

    .benefits_grid_wrap p {
        font-size: 14px;
    }
    /* */

    .cmn_width{
        min-width: auto;
    }

    .mobile_offcanvas{
        padding: 0px;
        border: 0px;
        border-radius: 0px;
        color: #FDCF13;
        width: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_offcanvas svg{
        width: 100%;
        height: 100%;
    }

    /* footer */
    .footer_wrapper{
        padding: 45px 0;
    }

    .footer_title{
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 15px 0;
    }
    
    .footer_link{
        font-size: 16px;
        line-height: 24px;
    }

    .copyright_text{
        font-size: 16px;
        line-height: 22px;
    }
    /* */
}
@media (max-width: 1024px) {
    .register_main_cls {
        min-height: 400px !important;
    }
    .banner_section_inner {
        flex-direction: column;
    }
    .banner_section_inner .banner_left {
        width: 100%;
    }
    .banner_section_inner .banner_right {
        width: 100%;
    }

    .banner_section_inner .banner_right ul{
        align-items: center;
        flex-direction: row;
        column-gap: 15px;
    }

    .banner_right ul li{
        min-height: 80px;
        font-size: 28px;
        line-height: 34px;
    }

    .celebrity_section_inner .swiper-nav-container{
        display: none;
    }
}

@media (max-width: 991px) {
    .grid_wrapper.live_casinoc .grid_link_wrap {
        width: 32%;
    }
    .mobile_offcanvas {
        display: none !important;
    }
    .header_bottom {
        margin-top: 12px !important;
    }
    .header_top {
        display: none !important;
    }
    .grid_wrap_head {
        margin-bottom: 22px;
    }

    .cmn_sec_title {
        font-size: 20px;
        line-height: 28px;
    }

    .cmn_sec_title img {
        width: 28px;
        height: 28px;
        margin-right: 6px;
    }

    .header_top{
        margin-bottom: 6px;
    }

    .header-sticky .header_top{
        margin-bottom: 3px;
    }

    .header_top_lft{
        display: none;
    }

    .header_top_rgt{
        width: 100%;
        justify-content: space-between;
    }

    .header_top_rgt ul{
        margin: 0px;
    }
/* 
    .auth_btn_wrap .auth_btn{
        border-radius: 4px;
        padding: 4px 6px;
        font-size: 14px;
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    
    .auth_btn_wrap  .auth_btn span svg{
        width: 20px;
        height: 24px;
    }

    .ptb-40{
        padding: 20px 0;
    }

    .header_btn_wrap .cmn_btn{
        border-radius: 4px;
        padding: 4px;
        width: 36px;
        height: 36px;
    }

    .header_btn_wrap .cmn_btn.download_app{
        width: 70px;
    }

    .header_btn_wrap .cmn_btn span,
    .header_btn_wrap .cmn_btn i{
        display: none;
    }

    .cta_inner h2 {
        font-size: 36px;
    }

    .auth_btn {
        font-size: 16px;
        line-height: 24px;
    }
}
.banner_right .mglionpk .mobilex {
    display: none !important;
}
@media (max-width: 767px) {
    .banner_right {
        display: flex !important;
    }
    .banner_right .mglionpk .mobilex  {
        display: flex !important;
        margin-top: 16px;
    }
    .banner_right .mglionpk .desktopex {
        display: none !important;        
    }
    .banner_section_inner .banner_right ul {
        flex-direction: column;
    }    
    .banner_right ul li {
        width: 100%;
        margin-bottom: 8PX;
    }
    .banner_right ul li:last-child {
        margin: 0 !important;
    }
    .about_section p {
        letter-spacing: 0.5px;
        font-weight: 300;
        line-height: 16px;
        font-size: 12px;
    }
    .dnoneformobile {
        display: none;
    }
    .celebrity_section_inner h1 {
        font-size: 26px;
    }

    .grid_wrapper {
        gap: 10px;
    }

    .grid_link_wrap {
        min-width: 120px;
    }

    .banner_right ul li {
        min-height: 70px;
        font-size: 26px;
        line-height: 30px;
    }

    .cta_inner.bfgcta1 img,
    .cta_inner.bfgcta1.bfgcta2 img{
        opacity: 0.3;
    }

    .cta_inner.bfgcta1 img{
        max-width: 350px;
    }

    .cta_inner.bfgcta1.bfgcta2 img{
        max-width: 220px;
    }
    
    .cta_inner h2 {
        font-size: 32px;
        margin: 0 0 20px 0;
    }

    .benefits_grid_wrap .grid_title {
        font-size: 18px;
        line-height: 26px;
    }

    /* footer */
    .footer_wrapper{
        padding: 35px 0;
    }

    .footer_title{
        font-size: 20px;
        line-height: 26px;
    }
    
    .footer_link{
        font-size: 14px;
        line-height: 22px;
    }

    .footer_copyright{
        padding: 6px 0;
    }

    .copyright_text{
        font-size: 13px;
        line-height: 20px;
    }
    /* */
}

@media (max-width: 575px) {
    .top_choicesR .grid_wrapper .grid_link_wrap {
        width: 31.2%;
    }
    .grid_wrapper.live_casinoc .grid_link_wrap {
        width: 48%;
    }
    .auth_btn_wrap .auth_btn {
        padding: 6px 12px;
        border-radius: 4px !important;
        font-size: 17px !important;
    }
    body{
        font-size: 14px;
        line-height: 22px;
    }

    .container{
        max-width: 100%;
    }

    .cmn_sec_title {
        font-size: 18px;
        line-height: 26px;
    }

    .cmn_sec_title img {
        width: 26px;
        height: 26px;
    }

    /* .cmn_grid_wrapper {
        margin-bottom: 35px;
    } */

    .main_header .navbar-brand img{
        max-width: 130px;
    }

    .auth_btn_wrap .auth_btn{
        /* width: 32px; */
        min-height: 32px;
    }

    .auth_btn_wrap .auth_btn span svg {
        width: 18px;
        height: 22px;
    }

    .mobile_offcanvas{
        width: 22px;
    }

    .banner_section_inner .banner_right ul{
        column-gap: 10px;
    }

    .banner_right ul li {
        min-height: 60px;
        font-size: 16px;
        line-height: 26px;
    }

    .cta_inner p{
        font-size: 13px;
    }

    .cta_inner h2 {
        font-size: 28px;
    }

    .carousel-indicators{
        margin-bottom: 5px;
    }

    /* footer */
    .footer_wrapper{
        padding: 25px 0;
    }

    .footer_title{
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }
    
    .footer_link{
        font-size: 13px;
        line-height: 20px;
    }

    .copyright_text{
        font-size: 12px;
        line-height: 18px;
    }
    /* */
}

@media (max-width: 479px) {
    .auth_btn_wrap .auth_btn {
        padding: 6px 5px;
        border-radius: 4px !important;
        font-size: 14px !important;
        text-transform: uppercase;
    }
    .grid_link_wrap {
        min-width: 100px;
    }

    .view_all_btn {
        font-size: 13px;
    }

    .header_top{
        padding: 8px 0;
    }

    .header_top_rgt ul li{
        font-size: 13px;
    }

    .header_btn_wrap .cmn_btn{
        width: 32px;
        height: 32px;
    }

    .header_btn_wrap .cmn_btn.download_app {
        width: 60px;
    }

    .header_btn_wrap .cmn_btn img{
        width: 18px;
    }

    .main_header {
        padding: 6px;
    }

    .header-sticky .main_header {
        padding: 4px 6px;
    }

    .main_header .navbar-brand img {
        max-width: 140px;
    }

    .header-sticky .main_header .navbar-brand img {
        width: 125px;
    }

    .banner_right ul li {
        min-height: 50px;
        font-size: 14px;
        line-height: 22px;
    }

    .celebrity_section_inner h1 {
        font-size: 24px;
    }

    .top_choicesR .grid_wrapper .grid_link_wrap img {
        height: 42px;
    }

    .top_choicesR .grid_wrapper .grid_link_wrap span {
        font-size: 14px;
    }

    .cta_inner.bfgcta1 img {
        max-width: 300px;
    }

    .auth_btn {
        /* font-size: 14px; */
        line-height: 22px;
    }

    .cmn_sec_title{
        column-gap: 2px;
    }

    .cmn_sec_title span{
        margin-left: 2px;
    }

    .grid_wrap_head {
        margin-bottom: 16px;
    }

    .benefits_grid_wrap .grid_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .cta_inner h2 {
        font-size: 26px;
    }

    .cta_inner.bfgcta1.bfgcta2 img {
        max-width: 180px;
    }
}

@media (max-width: 400px) {
    .footer_wrapper .col-lg-3 {
        width: 50%;
        max-width: 50%;
        border-bottom: 1px dashed #687fb5;
        border-right: 1px dashed #687fb5;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .footer_wrapper {
        padding: 0;
        border-bottom: 1px dashed #687fb5;
        border-top: 1px dashed #687fb5;
    }
    .footer_link {
        letter-spacing: 0;
    }
    .footer_wrapper .row.row-gap-4 {
        row-gap:0 !important;
    }
    .cmn_sec_title {
        font-size: 17px;
        line-height: 24px;
    }

    .cmn_sec_title img {
        width: 22px;
        height: 22px;
    }

    .grid_link_wrap {
        min-width: 80px;
    }

    .main_header .navbar-brand img {
        max-width: 110px;
    }

    .cmn_width{
        gap: 6px;
    }

    .banner_section_inner .banner_right ul {
        column-gap: 8px;
    }

    .banner_right ul li{
        padding: 4px;
        min-height: 44px;
        font-size: 18px;
        line-height: inherit;
    }

    .celebrity_section_inner h1 {
        font-size: 24px;
    }

    .cta_inner {
        padding: 24px 16px;
    }

    .cta_inner.bfgcta1 img {
        max-width: 260px;
    }

    .cta_inner h2 {
        font-size: 22px;
    }

    .cta_inner.bfgcta1.bfgcta2 img {
        max-width: 160px;
    }
}