.features-blue {
  color: #fff;
  background: linear-gradient(135deg, #172a74, #21a9af);
  background-color: #184e8e;
  padding-bottom: 30px;
}

@media (max-width:767px) {
  .features-blue {
    padding-bottom: 10px;
  }
}

.features-blue p {
  color: rgba(255,255,255,0.6);
}

.features-blue h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-blue h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-blue .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 60px;
}

@media (max-width:767px) {
  .features-blue .intro {
    margin-bottom: 40px;
  }
}

.features-blue .item {
  min-height: 100px;
  padding-left: 80px;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .features-blue .item {
    min-height: 0;
  }
}

.features-blue .item .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}

.features-blue .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.features-blue .item .icon {
  font-size: 40px;
  color: #ffcc1e;
  float: left;
  margin-left: -65px;
}

.green-title {
  color: #163233 !important;
  font-size: 36px !important;
}

.business-green {
  color: #017100 !important;
}

.grey-text {
  color: #303030 !important;
}

.customer-header {
  color: #9C7349 !important;
}

.dark-gray {
  color: #303030 !important;
}

.wide-para {
  max-width: 90% !important;
}

.box-title {
  font-size: calc(1.325rem + 0.9vw) !important;
}

p {
  font-size: 18px;
}

.faq-ans {
  max-width: 100% !important;
  margin: 0px !important;
  text-align: left !important;
}

.accordion-button {
  font-size: 18px;
}

.box-img {
  width: 80px;
}

.white-bg {
  background-color: #ffffff !important;
  padding-top: 80px;
  padding-bottom: 80px;
}

.header-blue .hero {
  margin-top: 63px;
  text-align: center;
}

.alt-bg {
  background-color: #eef4f7;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media (min-width: 576px) {
  .first-section {
    margin-top: 84px !important;
  }
}

.first-section {
  margin-top: 63px;
}

.blk-image {
  align-content: center;
  width: 100%;
}

.blk-img {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  margin-right: 20px !important;
}

.hero {
  text-align: center;
}

.blue-btn {
  padding: 16px 32px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}

