.bankingmethods {
  width: 100%;
}
.bankingmethods .header {
  min-height: 45px;
}
.bankingmethods .withdrawalDesktop {
  display: none;
}
.bankingmethods .depositDesktop {
  display: none;
}
.bankingmethods .withdrawalMobile {
  width: 100%;
}
.bankingmethods .withdrawalMobile .col {
  padding: 0 0 0 1em;
}
.bankingmethods .withdrawalMobile .col p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em;
}
.bankingmethods .withdrawalMobile .col span {
  margin: 0;
  text-transform: uppercase;
}
.bankingmethods .depositMobile {
  width: 100%;
}
.bankingmethods .depositMobile .col {
  padding: 0 0 0 1em;
}
.bankingmethods .depositMobile .col p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em;
}
.bankingmethods .depositMobile .col span {
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 568px) {
  .bankingmethods .depositMobile {
    display: none;
  }
  .bankingmethods .withdrawalMobile {
    display: none;
  }
  .bankingmethods .withdrawalDesktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3em 0;
  }
  .bankingmethods .depositDesktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3em 0;
  }
}
.bankingmethods .header {
  font-size: 0.85em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 2em;
  color: white;
  padding: 0.8em;
  background-color: #0b0b0b;
}
.bankingmethods .bankwire {
  font-size: 1.8em;
}
@media screen and (min-width: 568px) {
  .bankingmethods .bankwire {
    color: red;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    width: 100%;
  }
}
.bankingmethods .row {
  height: 80px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 2em;
  color: white;
}
@media screen and (min-width: 568px) {
  .bankingmethods .row:nth-child(odd) {
    background-color: #0b0b0b;
  }
  .bankingmethods .row:nth-child(even) {
    background-color: #4c4c4c;
  }
}
.bankingmethods .logo {
  max-height: 70px;
}
@media screen and (min-width: 568px) {
  .bankingmethods .logo {
    display: block;
    margin: 0 auto;
    max-height: 40px;
  }
}
.bankingmethods .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bankingmethods .method {
  z-index: 1;
}
.bankingmethods .method:nth-child(odd) {
  background-color: #0b0b0b;
}
.bankingmethods .method:nth-child(even) {
  background-color: #4c4c4c;
}
@media screen and (min-width: 568px) {
  .bankingmethods .method {
    -webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.6);
            box-shadow: 3px 0 10px rgba(0, 0, 0, 0.6);
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .bankingmethods .method {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.bankingmethods .details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #1a1a1a;
}
.bankingmethods .details::-webkit-scrollbar {
  height: 8px;
}
.bankingmethods .details::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 10px;
}
.bankingmethods .details::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.bankingmethods .details::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.bankingmethods .details .col {
  text-align: center;
  line-height: 60px;
  padding: 0;
}
.bankingmethods .details .col .header {
  border-left: 1px dotted #bfbfbf;
}
.bankingmethods .details .col .row {
  border-left: 1px dotted #bfbfbf;
}
.bankingmethods .button {
  background-color: #FF6600;
  color: #ffffff;
  font-size: 13px;
  display: inline-block;
  line-height: 2em;
  padding: 0 1em;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 568px) {
  .bankingmethods .button {
    font-size: 12px;
    padding: 4px 22px;
    font-weight: 600;
  }
}

.dep {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 0;
  border-bottom: solid 4px #93c913 !important;
  height: 43px;
  width: 100%;
}
@media screen and (min-width: 568px) {
  .dep {
    margin: 3em 1em -1em 1em;
  }
}
.dep .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 568px) {
  .dep .checkbox {
    margin-top: 2.5em;
  }
}
.dep .checkbox p {
  text-transform: uppercase;
  margin: 0 3px;
}
.dep .checkbox input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  margin: 0;
}
.dep .checkbox label {
  cursor: pointer;
  text-indent: -2999px;
  width: 44px;
  height: 24px;
  background: blue;
  display: block;
  border-radius: 28px;
  position: relative;
}
.dep .checkbox label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: blue;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dep .checkbox input:checked + label:after {
  left: calc(100% - 2px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.dep .checkbox label:active:after {
  width: 20px;
}
.dep h3 {
  color: yellow;
  font-weight: 600;
  font-size: 1.2em;
}

.withdrawals {
  display: none;
}

.toggle {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banking .wrapper {
  width: 100%;
}
.banking .wrapper .maintitle {
  padding: 0 2em;
}
.banking .wrapper .intro {
  padding: 0 2em;
}
.banking .wrapper .template {
  padding: 0 2em;
}
.banking #promotions .wrapper {
  width: 95%;
}

.method .row {
  padding: 1em;
}

#promotions {
  padding: 1em;
}
@media screen and (min-width: 568px) {
  #promotions {
    padding: 0 2em;
  }
}

.tab-buttons .tab-button {
  background-color: #7ccf16;
  border: none;
  padding: 10px 4px;
  cursor: pointer;
  height: 39.2px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif !important;
}
@media screen and (min-width: 568px) {
  .tab-buttons .tab-button {
    padding: 10px 40px;
  }
}
.tab-buttons .tab-button:hover {
  background-color: #9FFF29;
}
.tab-buttons .tab-button:focus {
  outline: none;
}
.tab-buttons .tab-button:active {
  border: none;
}
.tab-buttons .active-tab-button {
  background-color: #9FFF29;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.tab-buttons .active-tab-button:hover {
  background-color: #9FFF29;
}

@media screen and (max-width: 568px) {
  .dep .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }
  .tab-button {
    width: 50%;
  }
}
@media screen and (max-width: 567px) {
  .bankingmethods .header {
    min-height: 50px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 22px;
    word-break: break-all;
  }
  .maintitle h1 {
    word-break: break-all;
  }
  .bankingmethods .logo {
    max-width: 100%;
    margin-top: 10px;
  }
}
.container {
  max-width: 1256px !important;
}