body {
  min-height: 1000px;
  font-family: 'Roboto', sans-serif;
  background: #f9f9f9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button {
  outline: none;
}

button:focus {outline:0;}

p {
  font-size: 0.875rem;
}

a {
  color: #d58009;
}

a:hover {
  color: #b96c00;
  transition: all 0.05s ease;
}

.navbar {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 1rem;
}

.logo img {
  max-width: 159px;
}

.navbar-top {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e1e1e1;
}

.navbar-info {
  font-size: 11px;
  text-transform: none;
  line-height: normal;
  color: #555;
}

.navbar-info b {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.7;
}

.navbar-info .d-inline-block {
  margin-left: 40px;
}


.navbar-expand-lg .navbar-nav .nav-link a {
  color: #333;
  padding-bottom: .1rem;
  font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link a:hover, .navbar-expand-lg .navbar-nav .nav-link a.active {
  color: #d8ac11;
  border-bottom: 1px solid #d8ac11;
  text-decoration: none;
}

.navbar-nav {
  width: 100%;
}

.navbar-toggler {
  border: 1px solid #000;
}

.nav-justified .nav-item {
  text-align: left;
}

.nav-justified .nav-item:nth-last-child(2) {
  border-left: 1px solid #e1e1e1;
  text-align: right;

}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem .5rem 1rem 0;
}

.navbar-expand-lg .navbar-nav .nav-link a {
  font-size: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link img {
  max-width: 17px;
  margin-top: -2px;
  margin-right: 2px;
}

.nav-justified .nav-item {
  flex-basis: initial;
}

.nav-contact {
  color: #555;
}

.nav-contact:hover {
  color: #d58009;
  text-decoration: underline;
}

.banner {
  max-height: 460px;
  overflow: hidden;
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
  z-index: -1;
}

.banner-text {
  position: absolute;
  top: 45%;
  transform: translateY(-55%);
  width: 100%;
  color: #fff;
  max-width: 1140px;
}

.banner-text h1 {
  font-size: 1.5rem;
}

.banner-text h4 {
  font-weight: 300;
}

.banner-text p {
  max-width: 700px;
  margin: auto;
  font-size: 11px;
  margin-top: 24px;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
}

.features-block {
  z-index: 2;
  position: relative;
  margin-top: -40px;
}

.features-block .first-block {
  padding-right: 0;
}

.features-block .second-block {
  padding: 0;
}

.features-block .third-block {
  padding-left: 0;
}


.features-block .card {
  border:none;
  height: 155px;
  position: relative;
}

.features-block .card-body {
  padding: 2.5rem 2rem 0;
}

.features-block .first-block .card {
  border-radius: 0.6rem 0 0 0.6rem;
  background-color: #fff;
  
}

.features-block .first-block .card .card-body {
  background: url('../img/instant-payment.png') no-repeat center;
  background-size: contain;
}

.features-block .second-block .card {
  margin-top: -40px;
  border-radius: 0.6rem;
  height: 230px;
  width: 410px;
  margin-left: -15px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
  z-index: 3;
}

.features-block .third-block .card {
  border-radius: 0 0.6rem 0.6rem 0;
}

.features-block .third-block .card .card-body {
  background: url('../img/bpg.png') no-repeat center;
  background-size: contain;
}

.features-block .second-block .card img {
  max-width: 130px;
  margin-bottom: 10px;
}

.card-title {
    margin-bottom: .5rem;
}

.card-text {
  color: #888;
  font-size: 0.9375rem
}

.first-block h4, .third-block h4 {
  font-size: 1.313rem;
}

.third-block h4 {
  margin-top: 10px;
}

.features-block .border {
  height: 7px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(158,84,19,1);
  background: -moz-linear-gradient(left, rgba(158,84,19,1) 0%, rgba(239,205,9,1) 72%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(158,84,19,1)), color-stop(72%, rgba(239,205,9,1)));
  background: -webkit-linear-gradient(left, rgba(158,84,19,1) 0%, rgba(239,205,9,1) 72%);
  background: -o-linear-gradient(left, rgba(158,84,19,1) 0%, rgba(239,205,9,1) 72%);
  background: -ms-linear-gradient(left, rgba(158,84,19,1) 0%, rgba(239,205,9,1) 72%);
  background: linear-gradient(to right, rgba(158,84,19,1) 0%, rgba(239,205,9,1) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e5413', endColorstr='#efcd09', GradientType=1 );
}

.features-block .first-block .border {
  border-radius: 0 0 0 0.6rem;
}

.features-block .third-block .border {
  border-radius: 0 0 0.6rem 0;
}

.price-indicator {
  margin: 60px auto;
  width: 100%;
  max-width: 860px;
}

.price-indicator h2 {
  margin-top: 0.3rem;
}

.price-indicator h4 {
  font-size:  1.313rem;
  margin-bottom: .1rem;
}

.price-indicator p {
  color: #888;
}

.price-indicator p.small {
  margin-top: 2px;
}

.price-indicator .slider-wrap {
  display: inline-block;
  vertical-align: top;
}

.price-indicator .cash{
  display: inline-block;
  vertical-align: top;
}

.price-indicator .cash img{
  max-width: 100px;
  margin-right: 10px;
}

.price-indicator .arrow {
  display: inline-block;
  margin: 0 20px;
}

.price-indicator .arrow img{
  max-width: 38px;
  width: 38px;
}

.price-indicator button{
  border: none;
  background-color: #e2b50e;
  color: #fff;
  padding: 12px 25px;
  margin-right: 6px;
  cursor: pointer;
}

.price-indicator button:hover{
  background: rgba(226, 181, 14, 0.9)

}

.price-indicator button.selected{
  border: none;
  background-color: #ab670b;
  color: #fff;
  padding: 12px 25px;
}

.location {
  position: relative;
  margin-bottom: 70px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  border-radius: 0.6rem;
}

.location h5 {
  font-size:  18px;
  margin-bottom: 15px;
}

.location .map-info {
  background: #fff;
  height: 321px;
  width: 345px;
  padding: 32px 40px 20px;
  left: 0;
  position: absolute;
  border-radius: 0.6rem 0 0 0.6rem;

}

.location .map-info p {
  margin-bottom: 8px;
}

.location .map-info p.small {
  font-size: 11px;
   font-style: italic;
   margin-bottom: 14px;
}

.location .map {
  background: url('../img/map.svg') no-repeat;
  background-size: 100%;
  width: 100%;
  height: 321px;
  margin-left: 500px;
  float: right;
  max-width: 800px;
  border-radius: 0 0.6rem 0.6rem 0;
}

.hiw {
  margin-bottom: 20px;
}

.hiw h3{
  margin-bottom: 40px;
}

.hiw img {
  max-width: 90px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.hiw p {
  color: #888;
  font-size: 14px;
}

.we-buy {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  margin-bottom: 60px;
}

.we-buy h6 {
  font-size: 18px;
  font-weight: 400;
}

.we-buy ul {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.7;
  margin-right: 50px;
}

.we-buy img {
  max-width: 600px;
  float: right;
  margin-top: 20px;
}

.reviews-list {
  margin-bottom: 70px;
}

.reviews-list {
  margin-top: 50px;
}

.reviews-list a:hover {
  text-decoration: none;
}

.review {
  max-width: 150px;
  margin: 0 55px;
  text-align: left;
  display: inline-block;
    vertical-align: top;
}

.review img {
  max-width: 150px;
}

.rating {
   display: block;
}

.google .rating {
  position: relative;
  margin-top: 10px;
}

.google .rating-star, .google .rating-star-default {
  position: absolute;
  top: 0;
  left: 43px;
  width: auto;
  padding: 0;
  margin: 7px 0 0;
  z-index: 2;
  font-size: 0;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
}

.google .rating-star li, .google .rating-star-default li {
  display: inline-block;
}

.star-google-colored {
  width: 19px;
  height: 17px;
  margin-right: 2px;
  display: inline-block;
  background-image: url('../img/google-star.png');
  background-repeat: no-repeat;
  background-size: 19px 17px;
}

.star-google-grey {
  width: 19px;
  height: 17px;
  margin-right: 2px;
  display: inline-block;
  background-image: url('../img/google-star-grey.png');
  background-repeat: no-repeat;
  background-size: 19px 17px;
}

.google .rating-star-default {
  z-index: 1;
}

.google h5 {
  vertical-align: middle;
  display: inline;
  font-size: 1.75rem;
  color: #e97100;
  margin-right: 3px;
}

.review p.small {
  color: #6d6e71;
}

.facebook .stars {
  max-width: 15px;
}

.facebook .rating {
  color: #fff;
  background-color: #5b93fc;
  display: inline-block;
  padding: 1px 15px 4px;
  border-radius: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.facebook h5 {
  vertical-align: middle;
  display: inline;
  font-size: 1.2rem;
  margin-right: 5px;
}

.bullion .rating {
  position: relative;
  height: 19px;
  margin: 10px 0;
}

.bullion .rating-star, .bullion .rating-star-default {
  position: absolute;
  top: 4px;
  left: 33px;
  width: auto;
  padding: 0;
  margin: 0;
  z-index: 2;
  font-size: 0;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
}

.bullion .rating-star li, .bullion .rating-star-default li {
  display: inline-block;
}

.bullion .rating-star-default {
  z-index: 1;
}

.bullion h5 {
  color: #fcad33;
}

.star-br-colored {
  width: 15px;
  height: 14px;
  margin-right: 2px;
  display: inline-block;
  background-image: url('../img/bullion-star.png');
  background-repeat: no-repeat;
  background-size: 15px 14px;
}

.star-br-grey {
  width: 15px;
  height: 14px;
  margin-right: 2px;
  display: inline-block;
  background-image: url('../img/bullion-star-grey.png');
  background-repeat: no-repeat;
  background-size: 15px 14px;
}

.footer {
  background: #f4f4f4;
  padding-top: 20px;
} 

.footer .logo {
  max-width: 136px;
  margin-bottom: 25px;
}

.footer p.small {
  font-size: 12px;
   margin-bottom: 0.7rem;
}

.footer ul {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer ul img {
  max-width: 13px;
  margin-right: 4px;
}

/*slider*/

.slidecontainer {
    width: 240px;
}

.slide-holder {
    margin-top: 25px;
    text-align: right;
    padding-right: 5px;
}

/*.slider {
    -webkit-appearance: none;
    width: 100%;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 3px;
    border-top: 3px solid #c7c7c7;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 34px;
  height: 24px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: rgba(212,207,200,1);
  background: -moz-linear-gradient(45deg, rgba(212,207,200,1) 0%, rgba(238,238,238,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(212,207,200,1)), color-stop(100%, rgba(238,238,238,1)));
  background: -webkit-linear-gradient(45deg, rgba(212,207,200,1) 0%, rgba(238,238,238,1) 100%);
  background: -o-linear-gradient(45deg, rgba(212,207,200,1) 0%, rgba(238,238,238,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(212,207,200,1) 0%, rgba(238,238,238,1) 100%);
  background: linear-gradient(45deg, rgba(212,207,200,1) 0%, rgba(238,238,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4cfc8', endColorstr='#eeeeee', GradientType=1 );
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
*/

input[type=range] {
  -webkit-appearance: none;
  margin: 5px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ac51b5;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ac51b5;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ac51b5;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ac51b5;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ac51b5;
}



/*Inner Pages*/

.inner .banner{
  max-height: 268px;
  overflow: hidden;
  position: relative;
}

.inner .info p {
  line-height: 1.7;
}


.inner .info {
  margin: 60px 0 50px;
}

.info h4 {
  font-weight: 400;
}


/*Sell Gold*/

.sell-gold .info h6 {
  margin-bottom: 10px;
}

.sell-gold .features p {
  line-height: normal;
}

.sell-gold .info img {
  max-width: 136px;
  margin-bottom: 22px;
}

.sell-gold .features {
  background: #fff;
  width: 100%;
  padding: 20px 0 20px;
  margin-bottom: 30px;
  text-align: left;
}

.sell-gold .features p {
  font-size: 13px;
  color: #888888;
  margin-bottom: 50px;
}

/*Sell Silver*/

.sell-silver .info h6 {
  margin-bottom: 20px;
}

.sell-silver .info h4 {
  font-weight: 400;
}

.sell-silver .info img {
  margin-top: 50px;
}

/*How It Works*/
.how-it-works .info h4 {
    font-weight: 400;
  }

  .how-it-works .card {
    padding: 50px 30px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    border: none;
    min-height: 540px; 
    /*not responsive yet*/
  }

  .how-it-works .card h6 {
    line-height: 1.5
  }

  .how-it-works .card img {
        max-width: 200px;
    max-height: 200px;
    margin: 26px auto;
    width: 100%;

  }

  .how-it-works .step {
    background-color: #d8ac11;
    color: #fff;
    position: absolute;
    top: -10px;
    padding: 5px 18px 0;
  }

  .how-it-works .faq {
    background-color: #fff;
    padding: 50px 0;
    margin-top: 70px;
  }

  .how-it-works .faq-item {
    margin-bottom: 30px;
  }

  .how-it-works .faq-item .row p {
    white-space: nowrap;
  }

  .how-it-works .faq h4 {
    margin-bottom: 40px;
  }
  .how-it-works .faq h5 {
    font-size: 18px;
  }

  /*Our Shop*/

  .bsp {
    width: 90%;
    font-size: 20px;
    text-align: center;
    margin: 15px auto;
  }

  .bsp figure {
    width: 75px;
    margin: 0 15px 0 0;
  }
  
  .bsp a {
    width: 90%;
    margin-top: 15px;
  }

  @media (min-width: 576px) {
    .bsp {
      width: 100%;
    }

    .bsp a {
      width: 75%;
      margin-top: 10px;
      text-align: left;
    }
  }
  
  @media (min-width: 576px) {
    .banner-text h1 {
     font-size: 2.25rem;
   }

   .banner-text p {
     font-size: 13px;
   }

  .sell-gold .features {
      padding: 70px 0 20px;
      margin-bottom: 60px;
    }	
	
	.hiw {
      margin-bottom: 50px;
    }
  }

  @media (min-width: 768px) {
    .bsp {
      width: 100%;
    }

    .bsp figure {
      width: 75px;
      margin: 0 5px 0 45px;
    }

    .bsp a {
      width: 80%;
      margin-top: 3px;
      text-align: center;
    }
	
	.contact .contact-icons {
		width: 80%;
	}
  }

  @media (min-width: 992px) { 
    .bsp {
      width: 90%;
      font-size: 20px;
      text-align: center;
      margin: 15px auto;
    }
  
    .bsp figure {
      width: 75px;
      margin: 0 15px 0 0;
    }

    .bsp a {
      width: 80%;
      margin-top: 5px;
    }
  }

  @media (min-width: 1200px) {
    .bsp a {
      width: 90%;
      margin-top: 15px;
    }
  }

  .bsp img {
    width: 75px;
  }

  .our-shop .location .map {
    height: 340px;
    max-width: 850px;
  }

  .our-shop .location .map-info {
    height: 340px;
  }

  .our-shop .location .map-info p {
    margin-bottom: 8px;
    line-height: normal;
    font-size: 13px;
  }

  .our-shop .location .map-info p.small {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 14px;
  }
  .our-shop .location .map-info {
    padding: 26px 38px 20px;
  }

  .directions {
    margin-bottom: 50px;
  }

  .directions h5 {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .directions p {
    font-size: 13px;
  }

  .directions img {
    width: 50px;
    float: left;
    margin-top: 4px;
  }

  .directions .text {
    margin-left: 65px;
  }

  .contact .contact-icons {
    display: flex;
    justify-content: space-between;
	}
.contact .contact-info {
	text-align: center;
}

.contact .contact-info p {
  text-align: center;
  margin-right: 0;
}

.contact img {
  height: 40px;
  margin-top: 5px;
  text-align: center;
}

.contact a {
	text-decoration: none;
	color: #212529;
}

.mail-link a {
	text-decoration: none;
	color: #d58009;
}

.footer .contact a {
	color: #d58009;
}

.contact .google-map img {
  margin-top: 2px;
}

.contact p {
  font-size: 14px;
  line-height: normal!important;
  margin-top: 10px;
}

.contact form {
  font-size: 14px;
}

.contact label {
  font-size: 14px;
}

.contact .form-control {
  font-size: 14px;
}

/*What we buy*/
.what-we-buy .list h6 {
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: 10px;
}

.btn-default {
  background-color: #d58009;
  border-radius: 2px;
  color: #fff;
}

/*About Us*/

.team {
  background-color: #fff;
  padding: 50px 0;
}

.about-us h6 {
  line-height: 1.2;
  margin-bottom: 1rem;
}

.profile {
  margin-top: 50px;
}

.profile img {
  max-width: 126px;
}

.profile .text {
  margin-left: 145px;
  line-height: normal;
}

.profile h6 {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.profile .small {
  font-size: 80%;
  text-transform: uppercase;
}

.our-service img {
  max-width: 136px;
}

.our-service h4 {
  margin-bottom: 40px;
}

.about-us .faq {
    background-color: #fff;
    padding: 50px 0;
    margin-top: 70px;
  }

  .about-us .faq-item {
    margin-bottom: 30px;
  }

  .about-us .faq h4 {
    margin-bottom: 40px;
  }
  .about-us .faq h5 {
    font-size: 18px;
  }

.gold-price .our-service {
  background-color: #fff;
  padding: 60px 0;
}

.second-block .card .border{
    display: none;
    visibility: hidden;
  }

  .we-buy .img-bottom {
    display: none;
  }


.email img {
    height: 38px;
  }

/*colors*/

.brown {
  color: #ab6707;
}

.navbar-toggler-icon img {
  margin-top: 3px;
}

.navbar-toggler {
  border:none;
  opacity: 0.8;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
  border:none;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .card-title{
    font-size: 1.2rem;
  }

  .first-block h4, .third-block h4 {
    font-size: 1rem;
  }

  .features-block .second-block .card {
    width: 370px;                                                                                                            
  }

  .we-buy img {
    max-width: 500px;
  }

}

@media screen and (max-width: 990px) {

  .home .banner-text {
    left: auto;
  }

  .nav-justified .nav-item:nth-last-child(2) {
  text-align: left;

  }

  .banner-text {
    left: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 5rem .5rem 0;
  }

  .navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-info {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navbar-info .hours {
    margin-left: 0;
  }

  .nav-justified .nav-item:nth-last-child(2) {
    border-left: none;
  }

  .banner img {
    width: 150%;
    margin-left: -20%;
  }

  .features-block .second-block .card {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    height: 220px;
  }

  .features-block .second-block .card .border {
    display: block;
    visibility: visible;
  }

  .features-block .first-block .card,
  .features-block .second-block .card,
  .features-block .third-block .card {
    border-radius: 0.6rem;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
  }

  .first-block h4, .third-block h4 {
    font-size: 1.2rem;
  }

  .features-block .card {
    margin-bottom: 20px;
  }

  .features-block .first-block {
    padding-right: 15px;
  }

  .features-block .second-block {
    padding: 0 15px;
  }

  .features-block .third-block {
    padding-left: 15px;
  }

  .price-indicator {
    text-align: center;
  }

  .price-indicator h2 {
    text-align: left;
  }

  .price-indicator .arrow {
    display: none;
  }

  .price-indicator .cash {
    margin-top: 35px;
  }

  .location .map-info {
    width: 300px;
  }

  .location h5 {
    font-size: 16px;
  }

  .location h6 {
    font-size: 15px;
  }

  .location .map {
    background: url(../img/map-2.svg) no-repeat;
        background-position: right;
  }

  .we-buy img {
    max-width: 280px;
    margin-top: 0;
  }

  .we-buy ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .we-also-buy {
    margin-top: 20px;
  }

}

@media screen and (max-width: 767px) {

  .home .banner-text {
    left: auto;
  }

  .home .banner-text {
    top: 40%;
  }

  .banner-text {
    top: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-text h2 {
    font-size: 1.5rem;
  }

  .banner-text p {
    max-width: 600px;
    margin-top: 12px;
  }

  .we-buy {
    display: block;
  }
  .we-buy .img-top {
    display: none;
  }

  .we-buy .img-bottom {
    display: block;
    max-width: 450px;
    margin: 0;
    float: left;
    margin-top: 25px;
  }

  .footer .float-right {
    float: none!important;
    margin-top: 10px;
  }

  .footer .contact p.contact {
    margin-bottom: 0;
  }

  .banner-text h4 {
    font-size: 1.4rem;
  }

  .how-it-works .card {
    margin-bottom: 25px;
    min-height: unset;
    padding: 30px 30px 25px;
  }

  .inner .info {
    margin: 30px 0 30px;
  }

  .how-it-works .faq {
    margin-top: 30px;
    padding: 40px 0;
  }

  .how-it-works .faq h4 {
    margin-bottom: 25px;
  }

  .price-indicator {
    margin: 40px auto;
  }

  .info h4 {
    margin-bottom: 25px;
  }

  .sell-silver .info img {
    margin: 10px 0 25px;
  }

  .bsp {
    font-size: 15px;
    text-align: left;
  }

  .bsp a {
    display: inline;
  }

   .bsp img {
    float: left;
  }

  .contact p {
    margin-right: 15px;
  }

  .location {
    margin-bottom: 50px;
  }

  /*.location .map {
        background-position: top;
    float: unset;
    margin: 0;
    border-radius: 0.6rem 0.6rem 0 0;
    height: 258px;
  }*/

  .our-shop .location .map-info {
    height: auto;
        padding: 26px 30px 20px;
  }

  .location .map-info {
    width: 100%;
    position: initial;
    height: auto;
    border-radius: 0 0 0.6rem 0.6rem;
    padding: 25px 25px 15px;
  }

  .location .map-img {
    border-radius: 0.6rem 0.6rem 0 0 ;
  }

  .banner img {
    width: 260%;
    margin-left: -80%;
  }

  .sell-gold .features {
    padding-top: 50px;
    margin-bottom: 45px;
  }

  .gold-price .our-service {
    padding:50px 0 25px;
  }

  .gold-price .our-service .col-sm-4 {
    margin-bottom: 25px;
  }

  .directions {
    margin-bottom: 30px;
  }

  .contact-info p {
    font-size: 13px;
    margin-right: 10px;
  }

  .email p {
    margin-right: 0;
  }

  .contact-us .map-block img {
    margin: 30px 0 20px!important;
  }

  .review {
    margin-bottom: 15px;
  }

  .reviews-list {
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 575px) {

  .reviews {
    text-align: center;
  }

  .navbar-info .d-inline-block {
    margin-left: 20px;
  }

   .navbar-info .hours {
    margin-left: 0;
  }

  .banner-text p {
    max-width: 500px;

  }

  .sell-gold .features {
    text-align: center;
  }

  .sell-gold .features p {
    max-width: 400px;
    margin: auto;
    margin-bottom: 25px;
  }

  .price-indicator p.small {
    margin:0;
  }

  .we-buy .img-bottom {
    max-width: 500px;
  }

}



@media screen and (max-width: 500px) {
  .navbar-info .d-inline-block {
    display: block !important;
    margin-left: 0;
    margin-top: 12px;
  }

  .price-indicator button {
      padding: 10px 20px;
  }

  .we-buy .img-bottom {
    max-width: 340px;
  }

  .slidecontainer {
    width: 200px;
  }

  .price-indicator h2 {
    text-align: center;
  }

  .price-indicator .cash img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.rs-container .rs-scale span ins {
	display: none !important;
}

.rs-container .rs-selected {
    background-color: #ab670b !important;
    border: 1px solid #aaa !important;
}