@charset "UTF-8";
/* CSS Document */

.section-bg-spirit-home {
  background: url(../images/spirit-home-buyback-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 450px;
  background-color: #FFF !important;
  width: 100%;
  margin: 0;
  padding: 40px 0 0
}

.super-mobile-dollar span {
  vertical-align:super
}

.loyaltytext li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../images/silver_bullet.png')!important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.loyaltytext a, .loyaltytext-gold a {
  float: left;
  font-size: 18px;
  margin-left: 40px;
}

@media(max-width:767px) {
 .super-mobile-dollar span {
     font-size: 10px;
     margin: 0;
     padding: 0;
}
}


@media(max-width:576px) {
  
  .section-bg-spirit-home {
    background: url(../images/spirit-home-buyback-bg.jpg) no-repeat;
    background-size: cover;
    background-position: left;
    min-height: 220px !important;
    background-color: #FFF !important;
    width: 100%;
    margin: 0;
    padding: 40px 0 0
  }
    
{
    .formtitle, .formtitle2 {
        font-size: 21px;
        line-height: 28px;
        padding-top: 0px;
        padding-bottom: 55px;
    }
}
