.bitcoin-wrapper {
  width: 100%;
  /* margin-top: -38px; */
  /* padding-left:15px;
  padding-right:15px; */
  /* margin-bottom:60px; */
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .bitcoin-wrapper {
    margin-bottom: 15px;
  }
}
.bitcoin-wrapper h2,
.bitcoin-wrapper h3 {
  font-weight: 400 !important;
}
.bitcoin-wrapper ul {
  padding-left: 15px;
}
.bitcoin-wrapper ul li {
  margin-bottom: 10px;
}
.bitcoin-wrapper a {
  text-decoration: none;
  color: #890000;
}

ul li, p {
  color: #163e5f;
}

.bc-no-bg {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .bc-no-bg {
    padding: 120px 0px 0;
  }
}
@media screen and (max-width: 420px) {
  .bc-no-bg {
    padding: 100px 0px 0;
  }
}

.border-line {
  background: url("./images/border.png") no-repeat top left transparent;
  width: 100%;
  height: 13px;
  background-size: 100% auto;
  position: relative;
  z-index: 9;
}
.border-line.bottom {
  -webkit-box-shadow: 0 12px 21px rgba(0, 0, 0, 0.8);
          box-shadow: 0 12px 21px rgba(0, 0, 0, 0.8);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -5px;
  height: 9px;
}
@media screen and (max-width: 767px) {
  .border-line.bottom {
    height: 5px;
  }
}

.bitcoin-content-area {
  background: url("./images/page-bg.jpg") no-repeat top left #fcf5dc;
  margin: -10px 15px 0;
  padding: 30px 15px;
}

.bc-banner {
  background: url("./images/header/bitcoin-island.webp") no-repeat #fcf5dc;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 90% 85%;
  border-radius: 10px 10px 0px 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bc-banner {
    height: 300px;
  }
}
@media screen and (max-width: 800px) {
  .bc-banner {
    background: url("./images/header/h-m.webp") no-repeat top right #fcf5dc;
    background-size: contain;
    min-height: 190px;
  }
}
@media screen and (max-width: 800px) and (-ms-high-contrast: none), screen and (max-width: 800px) and (-ms-high-contrast: active) {
  .bc-banner {
    height: 190px;
  }
}
@media screen and (max-width: 600px) {
  .bc-banner {
    background: url("./images/header/h-m.webp") no-repeat top right #fcf5dc;
    background-size: contain;
    min-height: 150px;
  }
}
@media screen and (max-width: 600px) and (-ms-high-contrast: none), screen and (max-width: 600px) and (-ms-high-contrast: active) {
  .bc-banner {
    height: 150px;
  }
}
@media screen and (max-width: 500px) {
  .bc-banner {
    background: url("./images/header/h-m.webp") no-repeat top right #fcf5dc;
    background-size: contain;
    min-height: 100px;
  }
}
@media screen and (max-width: 500px) and (-ms-high-contrast: none), screen and (max-width: 500px) and (-ms-high-contrast: active) {
  .bc-banner {
    height: 100px;
  }
}
.bc-banner h1 {
  margin: 0;
  color: #163e5f;
  text-transform: initial;
  font-family: "Nunito", sans-serif;
  margin-left: 60px;
  font-size: 48px;
  line-height: 55px;
  max-width: 410px;
  font-weight: 800;
  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  .bc-banner h1 {
    font-size: 42px;
    line-height: 44px;
    max-width: 410px;
  }
}
@media screen and (max-width: 767px) {
  .bc-banner h1 {
    margin-left: 20;
    font-size: 27px;
    line-height: 1.2;
    max-width: 270px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .bc-banner h1 {
    margin-left: 20;
    font-size: 27px;
    line-height: 1.2;
    max-width: 228px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 412px) {
  .bc-banner h1 {
    max-width: 149px;
    font-size: 18px;
  }
}
.bc-banner + p {
  text-align: justify;
}

.bc-gray-bg-text {
  background-color: #fcf5dc;
  padding: 30px 65px 20px 65px;
}
.bc-gray-bg-text p {
  font-size: 16px;
  line-height: 22px;
  color: #163e5f;
  font-weight: 600;
  font-family: "Nunito";
}
@media screen and (max-width: 767px) {
  .bc-gray-bg-text {
    padding: 20px 20px 20px;
    margin: 0;
  }
}

.bc-gray-bg-text + p {
  background-color: #fcf5dc;
  padding: 0px 65px 20px 65px;
  font-size: 16px;
  line-height: 22px;
  color: #163e5f;
  font-weight: 600;
  font-family: "Nunito";
}
@media screen and (max-width: 767px) {
  .bc-gray-bg-text + p {
    padding: 0px 20px 20px;
    margin: 0;
  }
}

.bc-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fcf5dc;
  padding: 30px 25px;
}
@media screen and (max-width: 370px) {
  .bc-icons {
    padding: 30px 20px;
  }
}
.bc-icons P {
  font-size: 18px;
  color: #163e5f;
  font-weight: 600;
  font-family: "Nunito";
  text-align: center;
}
@media screen and (max-width: 420px) {
  .bc-icons P {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .bc-icons {
    margin: 0;
    padding: 30px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bc-icons .bc-icons-items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 24%;
          flex: 1 1 24%;
  max-width: 24%;
  text-align: center;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .bc-icons .bc-icons-items {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .bc-icons .bc-icons-items {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    max-width: 48%;
    margin-bottom: 30px;
  }
}
.bc-icons .bc-icons-items .bc-icon-img {
  margin-bottom: 32px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .bc-icons .bc-icons-items .bc-icon-img {
    margin-bottom: 15px;
  }
}
.bc-icons .bc-icons-items .bc-icon-img::before {
  content: "";
  width: 40%;
  height: 6px;
  border-radius: 8px;
  background-color: #890000;
  display: inline-block;
  top: 50%;
  position: absolute;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 20px;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .bc-icons .bc-icons-items .bc-icon-img::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 5px;
  }
}
@media screen and (max-width: 992px) {
  .bc-icons .bc-icons-items .bc-icon-img::before {
    width: 20%;
    margin-left: 5px;
  }
}
.bc-icons .bc-icons-items:last-child .bc-icon-img::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .bc-icons .bc-icons-items:nth-child(2) .bc-icon-img::before {
    display: none;
  }
}
.bc-icons .bc-icons-items img {
  display: inline-block;
  max-width: 124px;
}
@media screen and (max-width: 767px) {
  .bc-icons .bc-icons-items img {
    max-width: 90px;
  }
}

@media screen and (max-width: 600px) {
  .bc-gray-bg {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bc-gray-bg {
    margin: 0;
  }
}
.bc-gray-bg .bc-acc-title {
  text-decoration: none;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title {
  text-transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #163e5f !important;
  font-size: 30px;
  font-weight: 600 !important;
  font-family: "Nunito";
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .bc-gray-bg .bc-acc-title h2.bc-accordion-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  .bc-gray-bg .bc-acc-title h2.bc-accordion-title {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title::before, .bc-gray-bg .bc-acc-title h2.bc-accordion-title::after {
  content: "";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .bc-gray-bg .bc-acc-title h2.bc-accordion-title::before, .bc-gray-bg .bc-acc-title h2.bc-accordion-title::after {
    display: inline-table;
  }
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title::before {
  width: 50px;
  height: 50px;
  margin-right: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 420px) {
  .bc-gray-bg .bc-acc-title h2.bc-accordion-title::before {
    margin-left: 0px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bc-gray-bg .bc-acc-title h2.bc-accordion-title::before {
    width: 40px;
    height: 40px;
  }
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title.create-coin::before {
  background: url("./images/icons/creating-a-coinbase2.svg") no-repeat;
  background-size: contain;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title.purchase-coin::before {
  background: url("./images/icons/purchasing-bitcoin2.svg") no-repeat;
  background-size: contain;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title.deposit-coin::before {
  background: url("./images/icons/depositing-bitcoin2.svg") no-repeat;
  background-size: contain;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title.receive-coin::before {
  background: url("./images/icons/receiving-casino-winnings2.svg") no-repeat;
  background-size: contain;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title::after {
  border-left: 4px solid #163e5f;
  border-bottom: 4px solid #163e5f;
  width: 10px;
  height: 10px;
  margin-left: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bc-gray-bg .bc-acc-title h2.bc-accordion-title::after {
    width: 10px;
    height: 10px;
    margin-right: 2px;
  }
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title.open::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bc-gray-bg .bc-inner-top,
.bc-gray-bg .bc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bc-gray-bg .bc-inner-top,
  .bc-gray-bg .bc-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bc-gray-bg .bc-inner-top .bc-media-content,
.bc-gray-bg .bc-inner-top .bc-text-content,
.bc-gray-bg .bc-inner .bc-media-content,
.bc-gray-bg .bc-inner .bc-text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bc-gray-bg .bc-inner-top .bc-media-content,
  .bc-gray-bg .bc-inner-top .bc-text-content,
  .bc-gray-bg .bc-inner .bc-media-content,
  .bc-gray-bg .bc-inner .bc-text-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.bc-gray-bg .bc-inner-top .bc-text-content {
  padding-left: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  /* @media screen and (max-width:767px) { 
      padding-left:0px;
  } */
}
@media screen and (max-width: 767px) {
  .bc-gray-bg .bc-inner-top .bc-media-content {
    margin-bottom: 16px;
  }
}
.bc-gray-bg .bc-inner-top .bc-media-content img {
  width: 100%;
}
.bc-gray-bg .bc-inner .bc-media-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bc-gray-bg .bc-inner .bc-media-content {
    width: 100%;
  }
}
.bc-gray-bg .bc-inner .bc-media-content img {
  max-width: 240px;
}
.bc-gray-bg .bc-inner strong {
  color: #890000;
}
@media screen and (max-width: 767px) {
  .bc-gray-bg .bc-inner .bc-text-content {
    margin-bottom: 32px;
    width: 100%;
  }
}
.bc-gray-bg h3 {
  margin: 0 0 14px;
  padding-bottom: 14px;
  font-weight: 400;
  text-transform: initial;
  border-bottom: 1px solid #5d2f00;
  color: #890000;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .bc-gray-bg h3 {
    margin: 0 0 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }
}
.bc-gray-bg .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bc-gray-bg .two-column li {
  max-width: 46%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 46%;
          flex: 1 1 46%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .bc-gray-bg .two-column li {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0px;
  }
}

.bc-row {
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .bc-row {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .bc-row ul {
    margin-bottom: 0;
  }
  .bc-row ul.two-column {
    margin-bottom: 20px;
  }
}
.bc-row p {
  margin-bottom: 15px;
}

.bc-accordion {
  padding: 30px 65px;
  background-color: #fcf5dc;
}
@media screen and (max-width: 767px) {
  .bc-accordion {
    padding: 20px;
  }
}
.bc-accordion .bc-accordion-content {
  border-bottom: 1px solid #f7e8c1;
  margin-bottom: 30px;
  max-width: 1400px;
  margin: 30 auto;
}
@media screen and (max-width: 767px) {
  .bc-accordion .bc-accordion-content {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
.bc-accordion .bc-accordion-content .bc-content {
  display: none;
  font-size: 16px;
}

.last-content {
  background-color: #fcf5dc;
  border-radius: 0px 0px 10px 10px;
  padding: 0px 65px 30px 65px;
  margin-top: -22px;
}
@media screen and (max-width: 767px) {
  .last-content {
    padding: 0px 20px 30px 20px;
  }
}
.last-content p {
  font-size: 16px;
  line-height: 18px;
  color: #163e5f;
  font-weight: 600;
  font-family: "Nunito";
}