.nfc-home-banner {
  background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
  position: relative;
  overflow: hidden;
}

.nfc-home-banner ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  color: #494949;
  margin-bottom: 15px;
}

.nfc-home-banner ul li:last-child {
  margin: 0;
}

.nfc-home-banner li i {
  color: #0083eb;
}

.nfc-home-banner .right-shape {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 100px;
}

.nfc-home-banner .img-blur-effect {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 80px;
  background: linear-gradient(0deg, #fbf8f8, #00000000);
}

.nfc-services .bg-color-3-op-2 {
  padding: 30px;
  min-height: 295px;
}

.nfc-services .bg-one {
  background-color: #fff1ed;
}

.nfc-services .bg-two {
  background-color: #f3eefc;
}

.nfc-services .bg-three {
  background-color: #ecf3fd;
}

.nfc-services .bg-four {
  background-color: #e8f6ec;
}

.service-main-left-txt,
.service-main-right-img {
  width: 50%;
}

.nfc-products .nfc-img {
  width: 100%;
  height: 660px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nfc-card {
  padding: 20px;
  border: 1px solid #eee;
  background: radial-gradient(50% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
  text-align: center;
}

.nfc-icon {
  display: inline-block;
  margin-bottom: 10px;
}

.nfc-icon img {
  width: 55px;
}

.nfc-cta .cta-inner-box {
  background: #0083EB;
  padding: 45px;
}

.nfc-cta .cta-inner-box .sec-title {
  color: #fff !important;
}

@media (max-width:767px) {

  .nfc-img {
    margin: 20px 0;
  }

  .nfc-home-banner {
    padding: 40px 0 0 0;
  }

  .nfc-home-banner h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .nfc-home-banner ul li {
    font-size: 15px;
  }

  .nfc-consult {
    display: block !important;
  }

  .nfc-consult .service-main-left-txt,
  .nfc-consult .service-main-right-img {
    width: 100%;
  }

  .nfc-consult .service-main-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nfc-consult .service-main-left-txt {
    margin-bottom: 12px;
  }

}

@media (max-width: 1640px) {
  .nfc-home-banner ul li {
    font-size: 14px;
    line-height: 2.0em;;
  }

  .nfc-home-banner h1 {
    font-size: 46px;
    line-height: 56px;
  }

  .nfc-products .nfc-img {
    height: 590px;
  }
}

@media (max-width: 768px) {
  .nfc-home-banner h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .nfc-home-banner ul li {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .nfc-services .bg-color-3-op-2 {
    padding: 20px;
  }

  .nfc-img {
    max-height: 450px;
    overflow: hidden;
  }

  .nfc-img img {
    height: 100%;
    width: 100%;
  }
}