

.intro-block {
  background-color: #feb100;
  border-bottom: 1px solid #ce9203;
  padding: 20px 0px;  
  text-align: center;
}
.intro-block h4 {
  font-weight: bold;
}

.welcome-banner {
  background-image: url(../img/welc_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
}
.points {
  background-color: #131313FF;
  text-align: center;
}
.points-content {
  padding: 30px 0px;
  background-image: url(../img/advback.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;   
}
.single-point {
  margin: 30px 0px;
}
.points-content p {
  color: #fff;
  font-weight: normal;
  font-size: 22px;

}
.single-point p i {
  margin-right: 15px;
  color: #feb100;
  font-weight: normal !important;
}

.brands-title h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #feb100;
  padding-bottom: 30px; 
}
.brands {
  background-color: #000;
  padding-top: 50px;
}
.single-brand {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 25px;
  border: 8px solid #3F3F3FFF;
  margin-bottom: 30px; 
}
.single-brand p {
  margin-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .brand-image-box {
    display: none;
  }
}
.order {
  text-align: center;
  border-top: 1px solid #3F3F3FFF;
  border-bottom: 1px solid #3F3F3FFF;
  padding: 30px 0px;
  background-color: #000;
}
.order-block h3 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.order-block span {
  color: #feb100;
  font-size: 36px;
  font-weight: bold;
}
.seo {
  border-top: 1px solid #3F3F3FFF;
  padding: 30px 0px;
  background-color: #000;
  color: #6C6C6CFF  ;
  text-align: center;
  font-size: 14px;
}