/*! CSS Used from: https://scg.bitcoindealers.com.au/css/style.css?v=1721252960 */
@font-face {
  font-family: ThickFont;
  src: url(/fonts/THICCCBOI-SemiBold.woff2);
}
@font-face {
  font-family: ThickRegular;
  src: url(/fonts/THICCCBOI-Regular.woff2
);
}
:root { 
  --prime: #3f3f3f;
  --gold: #eeb00f;
  --white: #fff;
}
* {
  margin: 0;
  padding: 0;
}
.bg-prime {
  background: var(--prime);
}
.underline {
  text-decoration: underline;
  color: #337ab7;
  display: block;
  font-size: 14px;
}
.scrolling {
    width: 100%;
    overflow: hidden; 
    background-color: #3f3f3f;
    padding: 10px 0;
}
.scrolling ul {
    display: flex; 
    justify-content: flex-start;
    align-items: center;
    animation: scrolling 22s linear infinite; 
    min-width: 200%; 
}
.scrolling ul a {
    display: inline-block;
    white-space: nowrap; 
    padding: 0 5px; 
    text-decoration: none;
}
.scrolling ul:hover {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.scrolling ul a:hover {
  text-decoration: none;
}
.scrolling ul a li {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}
.scrolling ul a li:hover {
  background: var(--white);
  color: black !important;
}
.scrolling ul a li i {
  font-size: 14px;
}
img.car-park-img {
  width: 178px;
}
img.logo-img {
  width: 350px;
  display: inline-block;
  vertical-align: middle;
}
.header {
  display: flex;
  padding: 5px 10%;
}
.header {
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.header-inner {
  /* flex: 1 1; */
}
.header-inner:first-child {
    display: flex;
    align-items: center;
    margin-right: 25px;
    margin-left: 0px;
}
img.img-banner-top {
    height: 301px;
    margin-top: 40px;
}
img.request-kit-img {
  width: 174px;
}
.header-inner {
  vertical-align: middle;
  text-align: center;
  margin: 0px 20px;
}
.header-inner:first-child,
.header-inner:last-child {
  text-align: left;
}
.header-inner:last-child {
    padding-top: 20px;
}
span.block {
  display: block;
}
span.block a {
  color: black;
  text-decoration: none;
}
span.block i {
  margin-right: 15px;
}
span.block {
  display: block;
  margin-bottom: 8px;
}
a.mr-4 {
  margin-right: 75px;
}
.mr-2 {
  margin-right: 7px;
}
.container.col-12 {
  padding: 0px 5%;
}
span.block a {
  color: black;
  text-decoration: none;
}
span.block i {
  margin-right: 15px;
}
.mobile-menu {
    display: none;
}
nav.main-menu {
  background: #3f3f3f;
  padding: 20px 10%;
}
nav.main-menu a {
  color: white;
  text-decoration: none;
  padding: 5px 22px;
  display: inline-block;
  text-transform: uppercase;
  border-right: 1px solid #ffffff26;
  font-size: 17px;
}
nav.main-menu a:hover, nav.main-menu a:focus {
    color: #edb00f;
}
nav.main-menu a:last-child {
  border: none;
}
a,
body,
div,
li,
p,
span,
button {
  font-family: Poppins, sans-serif;
  line-height: 33px;
}
h1, h2, h3, h4 {
  font-family: ThickFont, Arial, sans-serif;
  line-height: 35px;
}
p {
    margin: 20px 0px;
}
.main-bullet {
    margin-bottom: 60px;
}

ul.in-paragraph {
    margin-left: 50px;
}
.title-welcome-old {
  font-size: 32px;
  letter-spacing: 0.5px;
  margin-top: 25px;
  margin-bottom: 15px;
}
span.little-bold {
    font-size: 17px;
    font-weight: 500;
}
.center-forced {
    text-align: center;
}

.center-forced h2 {
    margin-bottom: 25px;
}
.mg-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-bullet-min {
  list-style-type: none;
  padding: 0;
}
.no-bullet-min li {
  letter-spacing: 0;
}
.text-align-left {
  text-align: left !important;
}
.no-bullet-footer {
  margin-top: 25px;
  list-style-type: none;
  padding-left: 0;
}
.no-bullet-footer li {
  font-size: 14px;
  color: #dadbdb;
}
.gbm-page-ul-highlight li {
  font-size: 25px;
  margin-top: 12px;
}
.gbm-page-ul-highlight li img {
  width: 20px;
  margin-right: 12px;
}
.pd-30-gbm {
  padding: 30px 10%;
}
.margin-10 {
  margin-top: 10px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-17 {
  margin-top: 17px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-bottom-25 {
  margin-bottom: 35px;
  margin-top: -20px;
}
.margin-top-30.banner {
  border: 2px solid #eeb00f;
  text-align: center;
  border-radius: 5px;
  font-size: 25px;
  padding: 20px 0;
  color: #eeb00f;
  text-transform: uppercase;
  cursor: pointer;
}
.margin-top-30.banner a {
  background: #eeb00f;
  color: #fff;
  padding: 2px 20px 5px 20px;
  border-radius: 5px;
  margin-left: 20px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.accordion {
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    border-top: 1px solid #ddd;
}

.accordion-item:first-child {
    border-top: none;
}

.accordion-header {
    background-color: #eeb00c;
    color: #333;
    cursor: pointer;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    border: none;
    width: 100%;
    text-align: left;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}

.accordion-header:hover {
    background-color: #f1c40f;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0px 15px;
    background-color: white;
    border-bottom: 1px solid #ddd;
}

.accordion-content p {
    padding: 15px 0;
    margin: 0;
}


.active .accordion-content {
    max-height: 1500px;
}
.three-tiles {
  display: flex;
}


.three-tiles-inner {
  flex: 1 1;
  margin-right: 8%;
}
.three-tiles-inner:last-child {
  margin-right: unset;
}
.three-tiles-inner img {
  width: 100%;
}
.cartoon-container {
  border: 2px solid #3f3f3f;
  border-radius: 3px;
}
.cartoon-text {
  background: #3f3f3f;
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
}
.cartoon-text span {
  text-transform: uppercase;
}
span.cartoon-steps {
  display: inline-block;
  background: #fff;
  margin-left: 5px;
  border-radius: 41px;
  color: #000;
  font-size: 14px;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.what-we-buy-inner {
  display: inline-block;
  width: 18%;
  border: 2px solid #3f3f3f;
  border-radius: 3px;
  margin-right: calc(7% / 5);
  margin-bottom: 10px;
}
.what-we-buy-inner img {
  width: 100%;
  border: none;
}
.what-we-buy-button {
  text-align: center;
  background: #3f3f3f;
  color: #fff;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  padding: 5px 0;
}
.what-we-buy-inner a {
  text-decoration: none;
}
.pawn-gold-container {
  display: flex;
}
.pawn-gold-container-inner {
  flex: 1 1;
  margin: 0px 50px;
  border: 1px solid #edb00f;
  padding: 0 2% 20px;
}
span.pawn-title {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  margin-top: -21px;
  font-size: 22px;
  background: #fff;
  width: 50%;
  position: relative;
  top: 0;
  left: 25%;
  width: 50%;
}
h1.text-align-left.title-welcome-old.red-color.gbm-page-h3 {
  font-weight: 400;
}
img.banner-home-main {
  width: 90% !important;
  margin: 10px 0px 20px 0px;
}
span.pawn-title.pawn-margin {
  margin-bottom: 20px;
}
.pawn-list {
  display: flex;
}
.pawn-list.pawn-font:nth-child(odd) div {
    background: #eae9e9 !important;
}
.pawn-list-inner {
  flex: 1 1;
  text-align: center;
  background: #f4f4f4;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 6px 5px;
  color: #1c1d1b;
  font-weight: 300;
}
span.small-text {
  font-size: 12px;
}
.pawn-list.pawn-font {
  font-size: 18px;
  font-weight: 700;
}
a.free-parking {
  color: #000;
  text-decoration: underline;
}
.pawn-list-inner span {
  font-weight: 500;
}
.full-on-mobile img {
  width: 100%;
}
.title-footer {
  color: #fff;
  font-size: 22px;
}
.copyright {
  color: #0f0e0d;
  display: inline-block;
  margin: 15px 0px 15px 25px;
}
.footer-bottom {
    display: flex;
}

.footer-bottom div {
    flex: 1 1;
}

.social-links {
    text-align: right;
    margin-right: 25px;
}

.social-links a {
    font-size: 30px;
    display: inline-block;
    margin: 15px 5px;
}
i.fa-brands.fa-square-instagram {
    background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
i.fa-brands.fa-square-facebook {
    color: #316FF6;
}

.img-logo-footer {
  width: 225px;
  margin-top: 35px;
}
.center-img-footer {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-right: 1px solid #ffffff42;
}
footer {
  padding: 45px 10%;
  background: #3f3f3f;
  display: flex;
}
.logo-footer {
  width: 30%;
  padding-left: 50px;
}
.data-footer {
  width: 70%;
}
.mg-b-0 {
  margin-bottom: 0;
}
.red-color {
  color: #0f0e0c;
}
.manual-row {
  display: flex;
}
.full-on-mobile {
  flex: 1 1;
  width: 50%;
}
.contact-info-bot {
  border-left: 1px solid #ffffff42;
  padding-left: 50px;
}
.footer-column {
    flex: 1 1;
    vertical-align: middle;
    text-align: left;
}



.footer-column a {
    text-decoration: none;
    color: #dadbdb;
}

.footer-column a:hover, .footer-column a:focus {
    color: #eeb00f;
}
.trading-hours td {
    color: #dadbdb;
    padding-right: 12px;
    font-size: 14px;
}

.trading-hours {
    margin-top: 10px;
}

table.bullion-table, .loan-rate-table table {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    border-spacing: 0px;
    border-top-left-radius: 5px;
}

table.bullion-table thead tr th, .loan-rate-table table thead tr th {
    background: #eeb00c;
    color: white;
    font-weight: 400;
    padding: 5px 0px;
}

table.bullion-table thead tr th:first-child, .loan-rate-table table thead tr th:first-child {
    border-top-left-radius: 5px;
}

table.bullion-table thead tr th:last-child, .loan-rate-table table thead tr th:last-child {
    border-top-right-radius: 5px;
}
.loan-rate-table table thead tr th, .loan-rate-table table tbody tr td {
    padding: 15px 30px;
    text-align: left;
}
table.bullion-table tbody tr td, table.bullion-table thead tr th {
    padding: 15px 50px 15px 65px;
    text-align: left;
}
table.bullion-table tbody tr td, .loan-rate-table table tbody tr td {
    border-bottom: 1px solid #3f3f3f1c;
}

.bullion-table-top, .bullion-table-top-buttons, table.bullion-table {
    width: 100%;
}
.bullion-table-top {
    background: #ffffff;
    margin-bottom: 10px;
    padding: 15px 0px;
    /* border: 1px solid #d1cece; */
    border-top-right-radius: 5px;
    box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.2),                        inset -3px -3px 8px rgba(255, 255, 255, 0.7);
}

.bullion-table-top-buttons {
    margin-bottom: -1px;
}

.bullion-table-top span {
    padding: 0px 25px;
    display: block;
}

.bullion-table-top-buttons button {
    background: #eeb00c;
    border: 1px solid #c5c0c0;
    font-size: 15px;
    padding: 3px 25px;
    border-bottom: none;
    cursor: pointer;
    margin-left: 0px;
    margin-right: -3px;
    color: white;
     /* Outward shadows for raised effect */
    transition: all 0.2s ease;
}

button.bullion-active {
    background: #ffffff;
    border: 1px solid #d1cece;
    border-bottom: none;
    color: unset;
    box-shadow: inset 2px 1px 8px rgba(0, 0, 0, 0.2), inset -3px -3px 8px rgba(255, 255, 255, 0.7); /* Inset shadows for inward effect */
    transition: all 0.2s ease;
    padding-top: 7px;
}

.bullion-table-top-buttons button:first-child {
    border-top-left-radius: 5px;
}

.bullion-table-top-buttons button:last-child {
    border-top-right-radius: 5px;
}

@media only screen and (max-width: 1300px) {
  .logo-footer {
    width: 23%;
  }
  .data-footer {
    width: 77%;
  }
}
@media only screen and (max-width: 1110px) {
  .title-welcome-old {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1165px) {
  .title-footer {
    font-size: 20px;
  }
  .img-logo-footer {
    max-width: 230px;
  }
}
@media only screen and (max-width: 1078px) {
  .title-welcome-old {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .logo-footer {
    width: 25%;
  }
  .data-footer {
    width: 75%;
  }
  .title-footer {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1016px) {
  .copyright {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .img-logo-footer {
    max-width: 220px;
  }
  .logo-footer {
    width: 24%;
  }
  .data-footer {
    width: 76%;
  }
}
@media only screen and (max-width: 977px) {
  .img-logo-footer {
    max-width: 190px;
  }
  .logo-footer {
    width: 22%;
  }
  .data-footer {
    width: 78%;
  }
}
@media only screen and (max-width: 974px) {
  .title-welcome-old {
    font-size: 35px;
    margin-bottom: 35px;
  }
  .img-logo-footer {
    max-width: 180px;
  }
}
@media only screen and (max-width: 953px) {
  .logo-footer {
    width: 21%;
  }
  .data-footer {
    width: 79%;
  }
}
@media only screen and (max-width: 941px) {
  .img-logo-footer {
    max-width: 170px;
  }
  .logo-footer {
    width: 20%;
  }
  .data-footer {
    width: 80%;
  }
}
@media only screen and (max-width: 936px) {
  .no-bullet-footer li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 921px) {
  .title-welcome-old {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .img-logo-footer {
    max-width: 160px;
  }
}
@media only screen and (max-width: 895px) {
  .logo-footer {
    width: 18%;
  }
  .img-logo-footer {
    max-width: 150px;
  }
  .data-footer {
    width: 82%;
  }
}
@media only screen and (max-width: 891px) {
  .img-logo-footer {
    max-width: 145px;
  }
}
@media only screen and (max-width: 867px) {
  .img-logo-footer {
    max-width: 200px;
  }
  .title-footer {
    font-size: 17px;
  }
  .data-footer {
    width: 100%;
  }
  .logo-footer {
    justify-content: center;
    width: 100%;
    border-right: solid 0;
  }
}
@media only screen and (max-width: 848px) {
  .full-on-mobile {
    display: block;
    width: 100%;
  }
  .manual-row {
    display: block;
  }
}
@media only screen and (max-width: 845px) {
  header {
    height: unset;
  }
}
@media only screen and (max-width: 798px) {
  .title-welcome-old {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .center-sm {
    text-align: center;
  }
  .title-welcome-old {
    font-size: 42px;
  }
  .title-footer {
    font-size: 20px;
  }
  .no-bullet-footer li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 715px) {
  h1.text-align-left.title-welcome-old.red-color {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 645px) {
  .title-welcome-old {
    font-size: 38px;
  }
}
@media only screen and (max-width: 715px) {
  .contact-info-bot {
    border-left: none;
  }
}
@media only screen and (max-width: 575px) {
  .center-sm {
    text-align: center;
  }
  .center-img-footer {
    justify-content: center;
  }
}
@media only screen and (max-width: 560px) {
  .title-welcome-old {
    font-size: 32px;
  }
}
@media only screen and (max-width: 520px) {
  .copyright {
    font-size: 11px;
  }
  .title-welcome-old {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .title-welcome-old {
    font-size: 27px;
  }
}
@media only screen and (max-width: 440px) {
  .title-welcome-old {
    font-size: 25px;
  }
}
.bg-dark {
  background: #3f3f3f;
  color: #fff;
}
h3.text-align-left.title-welcome-old.red-color.cartoon-title {
  margin-bottom: 40px;
  font-size: 25px;
}
ul.no-bullet-footer.mg-b-0 li a {
  color: white;
}
.top-title {
  line-height: 1.5em;
}
.what-we-buy-inner:hover {
  box-shadow: 1px 7px 9px #8a8a8a;
  transition: 500ms;
}
.we-lend-on-inner {
    width: 12%;
}
.margin-25-both {
    margin: 25px 0px;
}
.font-16px {
  font-size: 17px;
  font-weight: 500;
}
.text-under-ticks {
    margin-top: 25px;
    margin-right: 25px;
}
.innerpage-bottom-section {
    margin: 10px 0px;
}
.date-updated {
    margin: 15px 50px;
    background: #f4f4f4;
    padding: 5px 25px;
    font-size: 13px;
    font-style: italic;
    text-align: center;
}
.bullion-date-updated {
    margin: 15px 0px;
    background: #f4f4f4;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    width: 1000px;
}
.mobile-only {
        display: none;
    }
#silver-bullion {
    display: none;
}
.parking-instructions {
    display: flex;
} 

.parking img {
    width: 100%;
}

.parking {
    flex: 1 1;
    margin-right: 15px;
    margin-top: 30px;
}
h2.map-title {
    margin-top: 35px;
    margin-bottom: 25px;
}
p.contact-span span {
    display: block;
}
div#gold-top img, div#silver-top img {
    margin-left: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
}
div#silver-top {
    display: none;
}
.progress-container {
    width: 100%;
    background-color: #f3f3f3; 
    border-radius: 25px;
    overflow: hidden; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.progress-bar {
    width: 0%;
    height: 30px;
    background-color: #eeb00c;
    border-radius: 25px 0 0 25px;
    text-align: center;
    color: black;
    line-height: 30px;
    transition: width 0.5s ease;
    padding-left: 10px;
    font-size: 14px;
}
.progress20 {
    width: 20%;
}
.progress50 {
    width: 60%;
}
.progress70 {
    width: 75%;
}
a.track-button {
    background: #eeb00c;
    color: black;
    border: none;
    text-decoration: none;
    padding: 10px 20px;
}

a.track-button:hover {
    background: #3f3f3f;
    color: white;
}
img.req-kit-img {
    margin: 25px 0px;
}
/*! CSS Used keyframes */
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
