.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

#carousel{

}

#carousel .slide{
  padding: 35px;
  font-family: 'MundoSansStd';
  font-size: 16px;
  color: white;
  line-height: 25px;
}

.home-banner{
  margin: 45px 0 0 0;
  width: 900px;
  height: 455px;
  background: url(../images/simulator.jpg) no-repeat;
  position: relative;
}
.home-banner .banner-info{
  position: absolute;
  bottom: 0;
}

.why{
  margin: 60px 0 60px 0;
  width: 900px;
  height: 382px;
  background:url(../images/bg-why-choose.png) no-repeat;
  position: relative;
}

.quote{
  width: 375px;
  position: absolute;
  top: 120px;
  left: 425px;

  font-family: 'MundoSansStd';
  color: #404041;
  font-size: 15px;
}
.position{
  font-size: 12px;
}

.btn-franchise-application{
  position: absolute;
  width: 154px;
  height: 154px;
  top: -50px;
  right: -60px;
}

.btn-prescreen-checklist{
  position: absolute;
  width: 220px;
  height: 57px;
  top: 309px;
  left: 626px;
}
