/*|-|-|-|-|-|| MEDIA-QUERIES ||-|-|-|-|-|*/
@media (max-width:1025px) {

  .ba-slide-left-btn-wallet,
  .ba-slide-right-btn-wallet,
  .ba-slide-right-btn-provider,
  .ba-slide-left-btn-provider,
  .ba-slide-right-btn-testimonial,
  .ba-slide-left-btn-testimonial,
  .ba-slide-right-btn,
  .ba-account-main-header,
  .ba-account-sideMenu,
  .ba-login-signUp-banner,
  .ba-hamburger-btn-desktop i,
  .ba-deposit-box .deposit-btn span,
  .ba-top-footer .col-3,
  .ba-top-footer .col-6,
  .ba-slide-left,
  .ba-slide-right,
  .ba-slide-right-btn {
    display: none;
  }

  .ba-game-slideBtns .ba-slide-left-btn {
    display: none;
  }

  .ba-side-menu-container {
    position: fixed;
    top: 50px;
    width: 0;
    z-index: 99999;
    background: var(--secondary-background);
  }

  .ba-side-menu-container {
    width: 320px;
    max-width: 100vw;
  }

  .ba-menu-links li a {
    padding: 2px 0;
  }

  .ba-side-menu-container.toggle-side-menu {
    width: 0;
  }

  .ba-side-menu-container.toggle-side-menu .ba-url-name {
    width: 100%;
  }

  .ba-main-element {
    width: 100% !important;
  }

  .ba-account-main {
    height: auto;
  }

  .ba-gamePlay-box iframe {
    width: 100vw !important;
    height: 92vh !important;
  }

  .filter-nav {
    top: 3.6rem;
    padding: 0 1rem;
    margin-top: 27px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
  }

  .filter-nav .searchBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid #113c90;
    text-transform: uppercase;
    background: linear-gradient(180deg, #0a2762 0%, #031538 100%);
    border-radius: 12px;
    box-shadow: 0 0 0 3px #000a1f, 0 0 0 4px #0c317a;
    margin-right: 12px;
    margin-left: 4px;
    height: 49px;
  }

  .search-modal button.ba-search-button {
    display: block;
    text-align: left;
  }

  .ba-see-all .ba-game-section-games {
    padding-left: 0px;
    justify-content: center;
  }

  .search-modal .modal-content .ba-game {
    width: 88px !important;
    height: 135px !important;
  }

  .search-modal .modal-content .ba-game-box {
    margin-right: 9px;
    width: 96px !important;
    height: 166px;
  }

  .search-modal .modal-content .modal-body {
    padding: 0px 15px;
  }

  .search-modal .modal-dialog {
    padding: 50px 9px;
  }

  .filter-nav .ba-slide-right-btn,
  .filter-nav .ba-slide-left-btn {
    display: none;
  }

  .ba-document-box {
    width: 100%;
  }

  .ba-logout-btn {
    width: 100% !important;
    margin-left: 0 !important;
    font-weight: 600;
    color: var(--primary-color);
    background: var(--color-error) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 35px;
    display: block;
    padding: 15px;
    text-align: center;
  }

  .ba-account-sideMenu-mobile .ba-account-menu {
    margin-top: 5px;
  }

  .input-box-dob {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .input-box-dob input {
    width: calc(100vw - 30px) !important;
    min-height: 46px;
  }

  .input-box-dob input::after {
    left: 95%;
    -webkit-transform: translate(-95%, -50%);
    -ms-transform: translate(-95%, -50%);
    transform: translate(-95%, -50%);
  }

  .ba-promo-readMore .rotate180 {
    margin-bottom: -4px;
  }

  .ba-side-menu-container .ba-search-button {
    display: flex;
    max-width: 90%;
    margin: 10px auto;
    white-space: nowrap;
  }

  .ba-promo-content {
    padding-bottom: 25px;
  }

  .ba-account-main-header-mobile {
    display: flex;
  }

  .breadcrumb-new {
    display: flex !important;
  }

  .ba-account-main-content {
    margin: 26px 0px 0px;
    padding: 20px 15px;
  }

  .ba-search-button {
    display: none;
  }

  .ba-menu-divider {
    margin: 0 auto;
  }

  .ba-menu-links li {
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 0;
  }

  .ba-content-selector {
    margin-bottom: 20px;
  }

  .ba-hid-dep-wid {
    left: 98%;
    -webkit-transform: translateX(-98%);
    -ms-transform: translateX(-98%);
    transform: translateX(-98%);
  }

  .ba-dep-wid-nav {
    margin-top: 25px;
  }

  .footer-links {
    margin-top: 20px;
  }

  .ba-login-form-heading,
  .ba-signUp-form-heading {
    width: 92%;
    margin-left: 0%;
  }

  .ba-main-header {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 5px 5px -5px var(--color-black);
    box-shadow: 0 5px 5px -5px var(--color-black);
    z-index: 99999;
  }

  .ba-login-signUp {
    width: 100%;
  }

  .notification-bell i {
    padding: 14px;
  }

  .sports-page {
    height: calc(100vh - 90px);
  }

  .ba-dep-wid-container {
    position: fixed;
    right: 0;
    width: 100vw;
    padding: 20px;
    padding-bottom: 60px !important;
    overflow-y: scroll !important;
  }

  .ba-add-account-container {
    min-width: 0;
    width: 90vw;
  }

  .ba-side-menu-container.ba-login-signUp {
    display: block;
    position: fixed;
  }

  .ba-side-menu-head .ba-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .ba-side-menu-head {
    padding: 0;
  }

  .ba-social-modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .ba-header-logo {
    width: 100%;
    margin-left: 10px;
  }

  .ba-top-footer-left {
    display: block !important;
    width: 100%;
  }

  .ba-top-footer-left p {
    margin-bottom: 0;
  }

  .ba-social-media {
    margin: 20px 0;
  }

  .ba-social-media img {
    width: 35px;
  }

  .bot-footer-heading {
    font-size: var(--extra-medium-font);
  }

  .ba-footer {
    background: var(--bg-secondary-dark);
    padding: 10px 15px 70px;
  }

  .gamesloader-range {
    width: 85vw;
  }

  .ba-payment-img-bg {
    width: 50px;
    height: 35px;
    background: var(--primary-color);
    border-radius: 5px;
  }

  .ba-login-form-heading {
    margin-top: 40px;
  }

  .ba-sports-page {
    top: 95px;
    width: 100vw;
    height: calc(100vh - 95px);
  }

  .lol-testimonial {
    width: 93vw;
    min-width: 93vw;
  }

  /* |-|-|-| AccountPages |-|-|-| */
  .ba-accountPages-container {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .ba-account-sideMenu,
  .ba-account-main {
    background: var(--primary-background);
    width: 100%;
  }

  .ba-account-sideMenu .ba-menu-divider {
    display: none;
  }

  .ba-account-phnNmbr {
    flex-direction: column;
    width: 100%;
  }

  .ba-account-phnNmbr * {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .ba-wallet-user-box {
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .ba-wallet-user-box-left {
    margin-bottom: 20px;
  }

  .ba-wallet-user-box-right {
    width: 100%;
    justify-content: space-around;
  }

  .ba-wallet-user-box-right button,
  .ba-select-document button {
    width: 45% !important;
    text-align: center;
    padding: 8px !important;
    margin-right: 0 !important;
    height: 44px;
  }

  .ba-select-document {
    width: 100%;
    justify-content: space-between;
  }

  .ba-select-document button {
    width: 47% !important;
  }

  .ba-wallet-slider {
    width: 100%;
    overflow: hidden;
    flex-direction: column;
  }

  .ba-wallet-slider .ba-balances {
    width: 100%;
    margin-bottom: 15px;
    min-height: 80px;
    background: var(--secondary-background);
  }

  .ba-balances-heading {
    font-size: var(--extra-medium-font);
  }

  .ba-upload-document {
    margin-top: 20px;
    flex-direction: column;
  }

  .ba-account-main-content h4 {
    font-size: var(--medium-font);
    margin: 20px 10px;
  }

  .ba-document {
    width: 100%;
  }

  .sportsAndCasino {
    flex-direction: column;
  }

  .sportsAndCasino-left {
    margin-bottom: 30px;
  }

  .sportsAndCasino-left,
  .sportsAndCasino-right {
    width: 100%;
  }

  .how-it-works .col-lg-6:nth-child(3) {
    margin-bottom: 3rem !important;
  }

  .ba-social-media img {
    width: 40px;
    height: 40px;
  }

  .ba-header-logo img {
    width: 120px;
  }

  .footer-image-box {
    margin-top: 10px !important;
  }

  .lol-slider-banner .carousel-indicators {
    justify-content: center !important;
    margin: 0 0 2.5px !important;
  }

  .ba-game-overlay span.main-box {
    padding: 0px 24px;
    height: 46px;
  }

  .category-three-column {
    position: relative;
    height: 55px;
    background-color: #000a1f80;
    border-bottom: 1px solid #ffffff0d;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 2;
    display: block;
  }

  section.bb-category-filter.bb-main-mod ul li.menuItems:hover a.bb-menu-items {
    border: 1px solid #215dd4;
    box-shadow: 0 0 0 3px #000a1f, 0 0 0 4px #215dd4;
    color: var(--primary-color);
  }

  section.bb-category-filter.bb-main-mod ul li.menuItems:hover i {
    filter: unset !important;
    transform: unset !important;
  }

  section.bb-category-filter.bb-main-mod a.bb-menu-items .i_search {
    margin-right: 0;
  }

  .category-mob-games {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  .category-mob-games:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 150px;
    pointer-events: none;
    content: "";
    z-index: -1;
    background: url(/assets/images/bg-404.svg) -10px 0 repeat no-repeat, radial-gradient(63% 135% at 50% 0%, #113c9099 0%, #000a1f 100%);
    background-size: 220px 220px, 100%;
    background-position-x: -40px;
  }

  .category-three-column ul.mobile-lists {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 12px 0;
    list-style: none;
    justify-content: space-between;
  }

  .category-three-column ul.mobile-lists li {
    position: relative;
    padding: 0px 8px;
    width: 100%;
  }

  .category-three-column ul.mobile-lists li a:before {
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff1f;
    content: "";
  }

  section.bb-category-filter.bb-main-mod ul li.menuItems {
    display: flex;
    justify-content: space-between;
    margin-right: 8px;
  }

  section.bb-category-filter.bb-main-mod ul.filter-top-lists a.bb-menu-items {
    flex-direction: row;
    align-items: center;
    padding: 12px;
    border: 1px solid #113c90;
    text-transform: uppercase;
    background: linear-gradient(180deg, #0a2762 0%, #031538 100%);
    border-radius: 12px;
    box-shadow: 0 0 0 3px #000a1f, 0 0 0 4px #0c317a;
    margin-right: 4px;
    margin-left: 4px;
  }

  .ba-game-section.game-result button.ba-slide-left-btn,
  .ba-game-section.game-result button.ba-slide-right-btn {
    display: none !important;
  }

  .ba-game-name {
    width: 100%;
  }

  .ba-game-section.game-result .i_line {
    display: none;
  }

  section.bb-category-filter.bb-main-mod ul.filter-top-lists a.bb-menu-items i {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    margin-right: 8px;
  }

  .category-three-column ul.mobile-lists li a {
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    transition: color 0.3s;
    color: #fff;
    margin-top: 3px;
  }

  .provider-list ul li {
    width: 50%;
  }

  .category-three-column ul.mobile-lists li.active a {
    color: var(--primary-cta);
  }

  .provider-list .title-flex h3 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .promo-flex-boxes .promotions {
    font-size: 14px;
  }

  .promotion-detail-box .condition-box p {
    font-size: 14px !important;
  }

  .lol-slider-banner .hideBanner-mobile {
    display: none;
  }

  .lol-slider-banner.row>* {
    padding: 0;
  }

  .lol-slider-banner {
    margin: 0 0 20px;
  }

  .top-providers-container {
    flex-direction: column;
    padding: 20px;
  }

  .top-providers-left h4,
  .top-providers-left p {
    width: 100%;
    margin: 0;
  }

  .top-providers-left {
    margin-bottom: 20px;
  }

  .top-providers-right {
    justify-content: center;
  }

  .top-providers-left,
  .top-providers-right {
    width: 100%;
  }

  .top-providers-right img {
    height: 20px;
    margin: 0 5px 15px;
  }

  button.btn.wd-cta.provider-toggler {
    padding: 0;
  }

  .filter-bottom .column.two {
    flex-basis: 100%;
  }

  .filter-bottom .column {
    flex-basis: 100%;
  }

  .filter-nav .desk-design {
    z-index: 999;
    top: 98%;
    right: -2%;
    width: 100vw;
  }

  .cross_parent.show-color {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-43%, 35%);
    -ms-transform: translate(-43%, 35%);
    transform: translate(-43%, 35%);
    background-color: var(--primary-cta);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .ba-account-main::before,
  .ba-account-main::after {
    display: none;
  }

  .account_page .tooltip-text {
    transform: translate(-90%, -24%);
  }

  .depo-tool-icon.i_tooltip {
    top: 58%;
    left: 108%;
  }

  .payment_status_top h1.bb-success-title,
  .payment_status_top h1.bb-failure-title {
    margin-top: 30px;
  }

  table.bd-transaction-box {
    width: 90%;
  }

  .promo-flex .promo-right img {
    min-height: 281px;
  }

  .promo-flex .promo-right {
    flex-basis: 53%;
    background-color: unset;
  }

  .button-flex .right-cta {
    padding: 7px 25px;
  }

  .promo-flex .promo-left {
    flex-basis: 47%;
    padding: 20px;
  }

  .filter-nav ul.providerFilter {
    max-height: 22vh;
  }

  .ba-footer .lists-box {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .ba-footer .image-column {
    width: 100%;
  }

  .ba-top-footer-right {
    width: 100%;
  }

  .ba-footer .gamble-box img.be-gamble-img {
    width: 35%;
  }

  .ba-footer .gamble-box {
    margin-top: 16px;
  }

  .ba-main-container {
    padding-top: 60px;
  }

  .ba-main-element.mainElement-expand section.ba-sports-page {
    width: 100vw;
    padding: 0px 16px;
    border-radius: 10px;
  }

  section.sports-contents {
    padding: 0px 16px;
    margin-bottom: 60px;
  }

  .ba-see-all .ba-game-box {
    /* max-width: 156px !important;
    margin-right: 11px;
    height: 260px; */
    margin-right: 2%;
    height: 260px;
    width: 18%;
  }

  /* .ba-see-all .ba-game {
    width: 152px !important;
    height: 235px !important;
  } */

  .ba-game-section.game-result .button-box {
    display: none;
  }

  .ba-game-section-head .see-all {
    font-size: var(--extra-small-font);
  }

  section.bb-category-filter.bb-main-mod ul.filter-top-lists {
    padding-bottom: 19px;
  }

  .ba-wallet-user-box-right .deposit-btn {
    height: unset;
    padding: 0 !important;
  }

  .ba-wallet-user-box-right button.withdraw-btn:before {
    width: 97%;
  }

  .ba-withdraw-user-balance-box {
    margin-top: 50px;
    background: var(--secondary-background);
  }

  .lol-account-list {
    margin: 0 !important;
  }

  .ba-account-main .add_account {
    margin-top: 75px !important;
  }

  .bank-account-box .add_account_inputs {
    margin-top: 0 !important;
    padding: 0px 12px;
  }

  .ba-payment-method {
    overflow: hidden;
    height: 100px;
  }

  .ba-payment-method img {
    height: 96px;
  }

  .manual-payment .inputBox.manualBox {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .depo-loader h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .depo-loader h3 {
    font-size: 16px;
    margin-top: 8px;
  }

  .depo-loader img {
    width: 15%;
    margin: 0;
    margin-bottom: 24px;
  }

}

@media (max-width: 768px) {
  .promo-flex .promo-left {
    flex-basis: 100%;
    padding: 36px;
    border-radius: 8px;
  }

  .ba-wallet-user-box-right .withdraw-btn span.btn-hover {
    transform: translate(-200%);
  }

  .input-box-dob input {
    width: 100% !important;
  }

  .login-child-box {
    padding: 20px 10px;
  }

  .login-password,
  .ba-submit-btn,
  .withdraw_btn,
  .login-modal-box .login-submit,
  .login-modal-box .signup-submit {
    padding: 6px;
    font-size: 14px;
  }

  .ba-number-login-box {
    padding: 10px 20px;
  }

  .login-modal-box .ba-side-menu-head {
    width: 30px;
    height: 30px;
  }

  .login-modal-box .ba-side-menu-head .ba-icon-style {
    padding: 9px;
  }

  .i_verifiedCircle {
    padding: 8px;
  }

  .ba-withdraw-user-balance-box .main-flex .col-left,
  .ba-withdraw-user-balance-box .main-flex .col-right {
    width: 100%;
  }

  .ba-withdraw-user-balance-box .col-right p {
    text-align: left;
  }

  .ba-seeAll-bottom {
    margin-top: -30px;
  }

  .ba-see-all .ba-game-box {
    /* max-width: 26% !important;
    margin-right: 11px;
    height: 181px; */
    width: 23.33%;
    margin-right: 3%;
    height: 298px;
  }

  .ba-game-section-games.ba-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .ba-game-section-games.ba-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .casino.container-wd {
    margin-bottom: 20px;
  }

  /* .ba-see-all .ba-game {
    width: 100% !important;
    height: 151px !important;
  } */

  .sports-contents button#jk-toggleFaqs1 {
    width: 36%;
  }

  section.provider-list:before {
    background-size: 180px 180px, 100%;
  }


  /* .ba-game {
    width: 100px !important;
    height: 159px;
  } */

  .ba-game {
    width: 128px !important;
    height: 208px;
    margin-right: 23px;
  }

  .ba-game-box {
    width: 108px;
  }

  .ba-game-box {
    width: 144px;
    height: 247px;
    margin-right: 12px;
  }

  .ba-game-img {
    width: 100%;
    height: 100%;
  }

  .ba-game-box::after {
    width: 85%;
    height: 81%;
    top: -3px;
    right: 4px;
  }

  .desktop-video-banner {
    display: none;
  }

  .mobile-video-banner {
    display: block;
  }

  .download-modal .login_box_child {
    min-width: auto !important;
  }

  .promo-flex .promo-right {
    flex-basis: 100%;
    border-radius: 8px;
  }

  .promo-banner-content {
    margin-bottom: 32px;
  }

  .promo-banner-content h2 {
    font-size: var(--large-font);
  }

  .top-img-box .ba-promo-banner {
    max-height: 255px;
    min-height: 200px;
    background-color: unset;
  }

  .bottom-text-box .ba-promo-content {
    height: 30px;
    height: 60px;
    overflow-y: auto;
    display: block;
  }

  .promo-flex-boxes .promotions {
    flex-basis: 100%;
    min-height: 369px;
    max-height: 380px;
  }

  .promo-flex .promo-right img {
    width: 100%;
    border-radius: 8px;
  }

  .ba-promo .ba-promo-content .top-content-sec h1 {
    font-size: var(--extra-medium-font);
    line-height: 29px;
    text-align: left;
    margin-bottom: 10px;
  }

  .top-content-sec p,
  .bottom-content-sec p,
  .detail-list-items li {
    line-height: 25px;
    text-align: left !important;
  }

  .ba-promotion-container .ba-promo .ba-promo-banner img#promo-banner,
  .ba-promotion-container .ba-promo .ba-promo-banner {
    background-color: unset;
  }

  .ba-promotion-container .promo-details {
    margin-top: 0 !important;
  }

  .ba-promo .ba-promo-content.bd-content {
    margin-bottom: 0;
  }

  .promo-join-cta,
  .promo-tc-cta {
    padding: 7px 22px;
  }

  .ba-promotion-container .ba-promo {
    max-width: 100%;
    margin-bottom: 50px !important;
  }

  .button-flex .right-cta {
    padding: 7px 16px;
  }

  .promo-flex .promo-right img {
    min-height: unset;
  }

  .ba-content-container .image-conatiners img {
    margin-bottom: 20px;
  }

  .notification-icon {
    left: 15px;
    bottom: 70px;
  }

  .notification-left .notification-msg {
    left: 18px;
  }

  .notification-msg {
    width: 180px;
    min-height: 45px;
  }

  .notification-icon.notification-position {
    left: 60px !important;
  }

  .android-app {
    display: flex;
  }

  .ba-header-right.other-app {
    display: none !important;
  }

  .ba-header-right.headerBtns a.ba-login-btn {
    padding: 8px 8px;
  }

  .provider-list ul li {
    width: 100%;
  }

  .promo-columns {
    height: 349px;
    max-height: 380px;
    min-height: 345px;
  }

  .bottom-text-box {
    max-height: 140px;
    min-height: 120px;
  }

  .ba-promo-readMore {
    margin-top: 0px;
    backdrop-filter: unset;
  }

  .ba-promotion-container h1 {
    font-size: 24px;
    margin-bottom: 36px;
    padding-top: 17px;
  }

  .promotion-detail-box .deatil-top a.ba-promo-banner,
  .promotion-detail-box .deatil-top a.ba-promo-banner img#promo-banner {
    height: 186px;
  }

  .ba-promotion-container:before {
    top: -6px;
  }

  .promotion-detail-box a.promo-details {
    padding-top: 19px;
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
  }

  .promotion-detail-box h1 {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 19px;
  }

  .promotion-detail-box span.main-box {
    justify-content: center;
  }

  .promotion-detail-box .main-flex-box .col-left {
    width: 100%;
  }

  .promotion-detail-box .main-flex-box .col-right {
    width: 100%;
    margin-top: 10px;
  }


  .promotion-detail-box .condition-box h5 {
    font-size: 16px;
  }

  .ba-see-all .ba-game-section-head {
    padding: 0px 20px;
  }

  .ba-casino-game-box {
    width: 108px !important;
    height: 192px !important;
    margin-right: 8px !important;
  }

  .ba-casino-game-box .ba-game {
    width: 100px !important;
    height: 159px !important;
    margin-right: 8px !important;
  }

  .ba-content-container .title h2 {
    margin-top: 26px;
  }

  .ba-content {
    padding: 0;
  }

  .ba-content-container .ba-content h2 {
    font-size: 16px;
  }

  .ba-content-container .ba-content .common-description p {
    font-size: 14px;
  }

  .ba-content-container .ba-content .common-description {
    padding: 18px 0px;
  }

  .ba-account-main .add_account .ba-enter-withdraw-amount {
    margin: 0px auto !important;
  }

  #add_withdraw_account .withdraw_btn {
    margin: 15px 0 !important;
  }

  .ba-account-main .add_account .bank-account-box {
    background: var(--secondary-background);
    padding: 15px 10px 11.1px 10px;
  }

  .promotion-detail-box table td {
    font-size: 13px !important;
  }

  .ba-otp-form input{
    width: 38px;
    height: 38px;
  }
}

@media (max-width:567px) {
  .marqueee {
    padding: 0;
  }

  .manual-payment .inputBox.manualBox {
    width: 100%;
  }

  .upi-sample {
    height: 100% !important;
    width: 50% !important;
  }

  .mainElement-expand .ba-main-contents {
    width: 95%;
  }

  .payment-row-method.row {
    padding: 0px 10px;
  }

  .ba-bonuses {
    padding: 0px;
  }

  .promo-flex-boxes .promotions {
    flex-basis: 100%;
    min-height: 347px;
    max-height: 347px;
  }

  .promo-columns {
    height: 322px;
    max-height: 380px;
    min-height: 322px;
  }


  .ba-promo-readMore {
    margin-top: 10px;
  }

  #withdrawlsuccess .payment-status-modal-child,
  #withdrawfail .payment-status-modal-child {
    min-width: 90%;
  }

  #withdrawlsuccess,
  #withdrawfail {
    margin-top: -80px;
  }

  .marqueee span {
    font-size: var(--small-font);
  }

  .ba-manual-btns {
    margin-top: 30px;
    flex-direction: column-reverse;
  }

  .ba-choose-amount-btn {
    padding: 5px 0;
    font-size: var(--extra-small-font);
  }

  .ba-manual-btns button {
    width: 100%;
    margin-bottom: 10px;
  }

  .ba-account-main {
    overflow: hidden;
    padding: 15px 0;
  }

  .ba-promo-banner {
    height: 170px;
  }

  .ba-balance {
    margin: 0 5px 0 0;
  }

  .ba-deposit-box {
    padding-left: 15px;
  }

  .lol-hero-slider {
    width: 105%;
    margin-left: -2.5%;
  }

  .lol-hero-slider video,
  .lol-hero-slider img,
  .lol-slider-banner .hideBanner-mobile img {
    height: 240px;
  }

  .ba-signUp-btn,
  .ba-login-btn {
    max-width: 100px;
    margin-left: 5px;
  }

  .ba-signUp-btn span,
  .ba-login-btn span {
    font-weight: 600;
    padding: 5px;
    font-size: var(--extra-small-font);
  }

  .ba-hamburger-btn-desktop {
    width: 30px;
  }

  .ba-hamburger-btn-desktop::after {
    right: -25px;
  }

  .ba-main-header {
    height: 60px;
    padding-right: 5px;
    z-index: 99999 !important;
  }

  .ba-side-menu-head img {
    width: auto;
    height: 35px;
    padding-left: 20px;
  }

  .jk-faq-container .accordion {
    padding: 0;
  }

  .jk-toggleFaqs {
    margin-top: 10px;
  }

  .language-tabs button,
  .jk-accordion .accordion-button {
    font-size: var(--extra-small-font);
  }

  .jk-accordion .accordion-button {
    padding: 5px !important;
  }

  .ba-payment-nav .ba-payment-method {
    min-width: 30vw;
    width: 30vw;
  }

  .ba-promo-content .ba-promo-name {
    margin-top: 8px;
    font-size: 20px;
  }

  .ba-promo-free p {
    margin-bottom: 8px;
  }

  section.provider-list:before,
  .ba-promotion-container:before {
    background-size: 180px 180px, 100%;
  }

  .ba-promo-content .deposit-btn {
    margin: 10px auto;
  }

  .ba-gamePlay-box {
    padding: 10px 0;
    margin-top: 0;
  }

  .ba-game-section-name {
    font-size: var(--small-font);
  }

  .see-all {
    color: var(--primary-cta);
  }

  .ba-game-info {
    flex-direction: column;
  }

  .ba-game-info .ba-providerName {
    font-size: var(--extra-small-font);
  }

  .ba-game-info .ba-gameName {
    font-size: var(--small-font);
  }

  .game-providers img {
    max-width: 28%;
    margin-right: 0;
  }

  .ba-search-sort {
    margin: 0;
  }

  .ba-custom-select {
    width: 140px;
  }

  .ba-custom-select-dropdown {
    width: 150px;
  }

  .ba-see-all .ba-game-section-head {
    margin: 0 0 20px;
  }

  .ba-steps-img {
    height: 240px;
  }

  .ba-sticky-footer {
    padding: 2px 10px;
  }

  .ba-promo-readMore .rotate180 {
    margin-bottom: -3px;
  }

  .ba-sticky-footer-links span {
    font-size: 3.2vw !important;
  }

  .ba-accordion .accordion-button {
    font-size: var(--small-font);
    padding: 10px;
  }

  .ba-accordion .accordion-body {
    padding: 10px;
  }

  .registerAndWin {
    padding: 20px;
  }

  .registerAndWinContent {
    width: 60%;
  }

  .registerAndWinImg {
    width: 40%;
  }

  .registerAndWinContent h4 {
    font-size: var(--medium-font);
    line-height: 24px;
  }

  .registerAndWinContent p {
    font-size: var(--small-font);
  }

  .registerAndWinImg img {
    width: 100%;
    height: auto;
  }

  .registerAndWinContent {
    align-items: flex-start;
  }

  .users-live-activity-nav {
    justify-content: center;
  }

  .activity-nav-item {
    min-width: 0;
    width: 33%;
  }

  .how-it-works-slider .carousel-inner {
    width: 100vw;
  }

  .testimonial-slider .carousel-inner {
    width: 100%;
  }

  .activity-content table {
    min-width: 500px;
  }

  .how-it-works-slider {
    margin-top: 25px;
  }

  .users-live-activity {
    padding: 20px 10px;
  }

  .limited-offer-container {
    max-width: 96%;
  }

  .ba-signUp-return-link {
    margin-top: 9px;
    margin-bottom: 0px;
  }

  p.ba-signUp-form-heading {
    margin-left: 0 !important;
    margin-top: 0;
    font-size: var(--medium-font);
  }

  .ba-mbl-num span#usermobile {
    margin-right: 0;
  }

  .ba-change-mbl-num a {
    display: block;
  }

  .login-otp .ba-change-mbl-num {
    display: block;
  }

  .wd-tab-contents table.table.table-striped.custom-data-table {
    margin-bottom: 20px;
  }

  .account_page .page-link,
  .wd-tab-item button.page-link {
    margin: 0 7px 10px;
  }

  .account_page .container-wd.custom-data-table-container .pagination {
    justify-content: center;
  }

  .ba-account-sideMenu-mobile img {
    width: 100%;
  }

  .ba-account-sideMenu-mobile .ba-accountMenu-head {
    width: 260px;
    padding: 5px;
  }

  .filter-top .ba-slide-right-btn {
    display: none;
  }

  .filter-top .ba-slide-left-btn {
    display: none;
  }

  section.bb-category-filter.bb-main-mod ul.filter-top-lists {
    padding: 14px 0px;
  }

  .pw-promo-modal .pw-promotion {
    width: 368px;
  }

  .promo-banner-content p {
    font-size: var(--extra-medium-font);
  }

  .new-term-promo-modal .pw-promotion {
    padding: 10px !important;
  }

  .promo-flex .promo-left {
    padding: 22px;
  }

  .footer-image-box img.legal-img {
    width: 19%;
  }

  .footer-image-box img.safe-secure-img {
    width: 28%;
  }

  .footer-image-box img.responsible-img {
    width: 25%;
  }

  .footer-image-box img.curraco-img {
    width: 17%;
  }

  .ba-see-all .ba-game-box {
    width: 25.33%;
    margin-right: 3.5%;
    height: 194px;
    margin-bottom: 23px !important;
  }
}

@media (max-width: 435px) {
  .download-modal button.close_modal {
    left: 95%;
    top: -5%;
  }
}

@media (max-width:380px) {
  .ba-dep-wid-container {
    padding: 10px;
  }

  .row>* {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }

  .ba-enter-withdraw-amount .account_details p {
    line-height: normal;
    font-size: 10px;
  }

  .ba-enter-withdraw-amount .verify_botn {
    padding: 6px 10px 0px;
  }

  .ba-choose-amount-btn:not(:last-child) {
    margin-right: 5px;
  }

  .ba-add-account-container {
    width: 95vw;
  }

  .ba-signUp-btn {
    margin: 0;
  }

  .ba-account-main-header-mobile {
    padding: 0 10px;
  }

  .pw-promo-modal .pw-promotion {
    width: 96%;
  }

  .promo-flex .promo-left {
    padding: 20px;
  }

  .button-flex .left-cta {
    width: 140px;
    text-align: center;
    padding: 4px 23px;
  }

  .button-flex .right-cta {
    width: 140px;
    max-width: 140px;
  }

  .ba-payment-method {
    padding-bottom: 12px;
  }

  .download-modal .login_box_child img {
    max-height: 475px;
  }

  .download-modal .login_box_child {
    max-width: 340px !important;
    min-width: 340px !important;
  }

  .ba-header-logo img {
    width: 95px;
  }

  .ba-header-logo {
    margin-left: 0;
  }

  .ba-see-all .ba-game-section-head {
    padding: 0px 20px;
  }

  .ba-see-all .ba-game-box {
    width: 25.33%;
    margin-right: 2.5%;
    height: 160px;
  }
}