.start-box .btn {
  max-width: 15rem;
  width: 15rem;
}

.section {
  padding: 6% 0 6%;
}
.section-top {
  padding-top: 6%;
}

.bg-gray {
  background-color: #f4f4f4;
}

.smb-business hr {
  margin: 10% 0 10%;
}

.individual-section {
  padding: 6% 0 2% 0;
}


.banner-text-img .container h1 {
  max-width:100%;
}

.smb-business .row img {
  margin: auto;
  width: 80%;
}

.smb-features .content-ul-list {
  list-style-image: url('/static-c-assets/DTM-checkmark.png');
  padding-left: 50px;
}

.smb-features .content-ul-list li {
  margin-bottom: 10%;
}


.smb-hiw .select-buttons {
  margin-bottom: 5%;
}
.smb-hiw .hiw-slide img {
  margin: auto;
}

.smb-hiw .select-buttons .btn {
  opacity: 1.0;
}
.smb-hiw .select-buttons .btn.active {
  opacity: 0.5;
}

.smb-hiw .hiw-slide {
  display:none;
}
.smb-hiw .hiw-slide.active {
  display:block;
}
.smb-hiw .select-buttons > div {
  padding: 0 5px 0 5px;
}


.smb-features .filter span.icon-arrow-drop-down {
  padding-left: 5px;
}
.smb-features .dropdown {
    display: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    margin: .125rem 0 0;
    background: #fff;
    position: absolute;
    padding: 0;
    z-index:12;
}

.smb-features .filter .active .btn{
   background-color: #2359b7;
}
.smb-features .filter .active .dropdown {
  display: block;
}

.smb-features .filter .dropdown .results {
    margin: 0 .125rem .125rem 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.smb-features .filter .results li a {
  padding: 5px 5px 5px 15px;
  color: #666;
  display: block;
}
.smb-features .filter .results li a:hover {
  color: #fff;
  background-color: #357eeb;
  text-decoration: none;
}

.smb-features hr {
    border-top: 2px solid #d9d9d9;
    margin: 5% 0;
}
.smb-features .filter .btn.btn-wide-fixed {
   max-width: 100%;
}
.smb-features .filter .col-sm-offset-custom {
   margin-left: 12%;
}

/*Breakpoints*/
@media (max-width: 767px) {
.smb-features .filter > div {
  margin-bottom: 10px;
}
.smb-features .filter .dropdown {
   position: inherit;
}
.smb-features .filter .col-sm-offset-custom {
   margin-left: 0%;
}

.smb-hiw .hiw-slide {
  text-align: center;
}

.smb-features .content-ul-list {
  margin:0;
}
.smb-features .content-ul-list li {
  margin-bottom: 5%;
}
.app-carousel .arrow {
 margin-left: 28%;
}
.banner-text-img .container .hero-text {
   text-align: center;
 }
.banner-text-img .container .hero-text .btn {
  width: 17.75rem;
  position: inherit;
  bottom: 0;
  left: 0%;
  margin-left: 0;
}
.app-carousel .quote .stat .descrip {
  padding: 0;
  font-size: 12px;
}
.app-carousel .quote .stat .num {
   padding: 40px 0px 0 0px;
    font-size: 40px;
    line-height: 25px;
}
}

@media (max-width: 767px) {
  .individual-section {
    text-align: center;
  }
  .smb-business.section {
    padding-top: 0px;
  }
}

@media (min-width: 62.5em) {
  .customers-slider-nav li {
      margin: 0 2.125rem;
  }
}