.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.navbar {
  margin: 0;
  padding: 20px 0;
}

.logo {
  width: 175px;
}

.navbar-contact {
  font-size: 16px;
  line-height: 38px;
}

.navbar-contact-link {
  color: #455a64;
}

.navbar-contact-link:focus,
.navbar-contact-link:hover {
  text-decoration: none;
}

.navbar-contact-icon {
  vertical-align: middle;
}

.navbar-contact-label {
  margin-left: 3px;
  font-weight: 500;
  vertical-align: middle;
}

.section-app {
  padding-top: 30px;
  color: #FFF;
  background-color: #27B9F6;
  background-image: linear-gradient(to right, #35E6EC 0%, #27B9F6 100%);
}

.screenshot {
  max-height: 300px;
}

.download {
  margin: 5px;
  max-height: 80px;
}

.section-app-title {
  margin-top: 30px;
}

.section-app-desc {
  margin: 20px 0 30px;
  font-size: 16px;
}

.section-feature {
  position: relative;
  padding: 35px 0 15px;
  color: #FFF;
  background-color: #5CA5C3;
}

.section-feature:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 11px solid #5CA5C3;
  border-bottom: 0;
}

.section-feature .media {
  margin-bottom: 20px;
}

.section-feature .media-object {
  width: 64px;
}

.section-feature .media-heading {
  margin-bottom: 10px;
  font-size: 15px;
}

.section-feature .media-body p {
  margin: 0;
}

.section-step {
  padding: 35px 0;
}

.section-step p {
  color: #666;
}

.step-img-wrapper {
  margin: 30px 0;
}

.step-img-wrapper img {
  width: 88%;
}

.section-contact {
  margin: 40px 0 10px;
}

.section-contact h4 {
  margin-bottom: 25px;
  font-size: 24px;
}

.section-contact p {
  font-size: 16px;
  color: #555;
}

.section-ncr {
  padding: 40px 0;
  text-align: center;
}

.footer {
  padding: 40px 0;
  color: #FFF;
  text-align: center;
  background-color: #3F5375;
}

.section-faq-inner {
  position: relative;
  padding: 80px 0 60px;
}

.section-faq-inner:before,
.section-faq-inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
}

.section-faq-inner:before {
  left: 0;
  background-color: #F6F8F9;
}

.section-faq-inner:after {
  right: 0;
  background-color: #D4E7FF;
}

.section-faq-title {
  position: relative;
  margin-left: 30px;
  margin-bottom: 50px;
  line-height: 26px;
}

.section-faq-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 37px;
  height: 6px;
  background: #FA5050;
  opacity: .35;
}

.section-faq .swiper-container {
  position: relative;
}

.section-faq .swiper-slide {
  margin-right: 20px;
  border-radius: 4px;
  padding: 20px 24px 0 56px;
  width: 330px;
  height: 186px;
  background-color: #FFF;
  box-shadow: 1px 2px 18px 0 rgba(2, 61, 254, .031);
  cursor: grab;
  overflow: auto;
}

.section-faq .swiper-slide:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 11;
}

.section-faq .swiper-slide h4 {
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.section-faq .swiper-slide h4 img {
  position: absolute;
  left: -34px;
  top: 4px;
  width: 25px;
  height: 25px;
}

.section-faq .swiper-slide p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

.section-faq .swiper-buttons {
  margin-top: 30px;
}

.section-faq .swiper-button {
  position: relative;
  left: 0;
  float: left;
  margin: 5px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background-color: #FFF;
  box-shadow: 1px 2px 18px 0 rgba(2, 61, 254, .031);
  background-image: none;
}

.section-faq .swiper-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-faq .swiper-button:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.section-faq .swiper-button:active:before {
  opacity: .5;
}

.section-faq .swiper-button-prev:before {
  left: 17px;
  border-right: 8px solid #3D3D3D;
  border-left: 0;
}

.section-faq .swiper-button-next:before {
  left: 19px;
  border-right: 0;
  border-left: 8px solid #3D3D3D;
}

@media (max-width: 991px) {
  .section-app {
    padding-bottom: 30px;
  }

  .section-app-content {
    text-align: center;
  }

  .section-app-desc {
    font-size: 15px;
  }

  .section-feature {
    color: #333;
    background-color: #F6F8F9;
  }

  .section-feature:after {
    display: none;
  }

  .section-feature .media {
    min-height: 120px;
  }

  .section-feature .media-object {
    width: 40px;
  }

  .section-feature .media-body p {
    color: #666;
  }

  .section-step h4 {
    font-size: 15px;
    line-height: 20px;
  }

  .step-img-wrapper {
    margin: 10px 0 30px;
  }

  .section-faq {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F6F8F9;
  }

  .section-faq-inner {
    padding: 0;
  }

  .section-faq-inner:before,
  .section-faq-inner:after {
    display: none;
  }

  .section-faq-title {
    margin-left: 0;
  }

  .section-faq .swiper-container {
    margin: 0 25px;
  }

  .section-faq .swiper-slide {
    width: 100%;
  }

  .section-faq .swiper-button {
    position: absolute;
    top: 35%;
    left: auto;
    float: none;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .section-faq .swiper-button-prev {
    left: 0;
  }

  .section-faq .swiper-button-next {
    right: 0;
  }

  .section-faq .swiper-button:before {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }

  .section-faq .swiper-button-prev:before {
    left: 10px;
    border-right: 18px solid #3D3D3D;
  }

  .section-faq .swiper-button-next:before {
    left: 15px;
    border-left: 18px solid #3D3D3D;
  }
}
