.seagull-main {
  width: 100%;
  background: #fff;
}

.carousel {
  background: url(../imgs/service/bg.png) 50% 50% no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.carousel .wrapperKn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.carousel .subheading h2 {
  font-size: 1.33rem;
  color: #ffffff;
  text-align: center;
}

.carousel .subheading p {
  font-size: 0.66rem;
  color: #ffffff;
  text-align: center;
  margin-top: 1.11rem;
}

.seagull-service .tabs {
  display: flex;
  align-items: end;
  align-content: center;
  justify-content: space-between;
  height: 2.44rem;
  background: #ffffff;
  border-radius: 8px 8px 0px 0px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  position: relative;
  width: 100%;
}

.seagull-service .tabs .tab {
  font-weight: 400;
  font-size: 0.875rem;
  color: #07021b;
  cursor: pointer;
  position: relative;
  text-align: center;
  flex: 1;
  cursor: pointer;
}

.seagull-service .tabs .tab:nth-child(3):before {
  border: none;
}

.seagull-service .tabs .tab:last-child {
  border-right: none;
  padding-right: 0px;
}

.seagull-service .tabs .active {
  font-weight: 500;
  font-size: 0.875rem;
  color: #095fc1;
}

.seagull-service .tabs .tab::after {
  width: 2.22rem;
  content: "";
  display: block;
  border-bottom: 2px solid transparent;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.5rem;
  border-radius: 2px;
}

.seagull-service .tabs .active::after {
  width: 2.22rem;
  content: "";
  display: block;
  border-bottom: 2px solid #095fc1;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.5rem;
  border-radius: 2px;
}

.seagull-service .content .tab-content {
  margin-top: 2.22rem;
  margin-bottom: 2.22rem;
  display: none;
  padding: 0 0.88rem;
}

.seagull-service .content .tab-content:nth-child(1) {
  display: block;
}

.seagull-service .content .tab-content-title {
  font-weight: 600;
  font-size: 1.33rem;
  color: #07021b;
  text-align: center;
  margin-top: 3.88rem;
}

.seagull-service .content .first .tab-body {
  background: url(../imgs/service/bg1.png) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 1.66rem;
}

.seagull-service .content .first .title {
  display: flex;
  font-weight: 600;
  font-size: 1rem;
  color: #07021b;
  gap: 6px;
  align-items: center;
}

.seagull-service .content .first .title img {
  width: 22px;
  height: 22px;
}

.seagull-service .content .first .subtitle {
  font-weight: 400;
  font-size: 0.77rem;
  color: #07021b;
  margin-top: 16px;
}

.seagull-service .content .first .desc {
  font-weight: 400;
  font-size: 0.66rem;
  color: #505764;
  margin-top: 0.44rem;
}

.seagull-service .content .first .list {
  margin-top: 24px;
}

.timelineContainer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.timelineContainer .timeline img {
  width: 12px;
  height: 280px;
}

.timeline-body {
  display: flex;
  border: 1px solid #dcdfe6;
  width: 100%;
  border-radius: 180px 180px 180px 180px;
  align-items: center;
}
.timeline-body .timeline-item {
  cursor: pointer;
  width: 33.33%;
  text-align: center;
  height: 1.77rem;
}
.timeline-body .timeline-item.active {
  background: #095fc1;
  border-radius: 180px 180px 180px 180px;
}

.timeline-body .timeline-item .label {
  font-weight: 500;
  font-size: 0.66rem;
  color: #000000;
  height: 1.77rem;
  line-height: 1.77rem;
}

.timeline-body .timeline-item .value {
  font-weight: 400;
  font-size: 14px;
  color: #505764;
  margin-top: 6px;
}

.timeline-body .timeline-item .active {
  font-weight: 400;
  color: #fff;
}
.item-body {
  flex-wrap: wrap;
  gap: 0.44rem;
  margin-top: 1.11rem;
}
.seagull-service .content .first .list .info {
  flex: 1 1 calc(50% - 1.06rem);
  background: linear-gradient(
    180deg,
    rgba(9, 95, 193, 0.05) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  border-radius: 0.44rem;
  padding: 0.66rem;
}

.seagull-service .content .first .list .info .titleContext {
  font-weight: 500;
  font-size: 0.66rem;
  color: #07021b;
  text-align: center;
}

.seagull-service .content .first .list .info .ul .li {
  display: flex;
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #07021b;
}

.seagull-service .content .first .list .info .ul .li img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: 3px;
}

.serviceLabel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.66rem !important;
}

.serviceLabel .item {
  width: calc(50% - 0.66rem);
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #dcdfe6;
  text-align: center;
  padding: 0.88rem 0px;
  margin: 0 auto;
}

.serviceLabel .item .brand {
  text-align: center;
  width: 1.66rem;
  height: 1.44rem;
  margin: 0 auto;
}

.serviceLabel .item .brand img {
  width: 1.66rem;
  height: 1.44rem;
}

.serviceLabel .item .title {
  text-align: center;
  justify-content: center;
  margin-top: 24px;
  font-weight: 500;
  font-size: 0.88rem;
  color: #07021b;
}

.serviceLabel .item .value {
  font-weight: 400;
  font-size: 0.66rem;
  color: #505764;
  margin-top: 16px;
  padding: 0 0.44rem;
}

.tab-content-subtitle {
  font-weight: 400;
  font-size: 0.88rem;
  color: #505764;
  text-align: center;
}

.advantage {
  background-size: cover;
  margin: 0 -0.88rem;
  margin-top: 1.875rem;
}

.advantageContainer {
  display: flex;
  justify-content: space-between;
}

.advantageContainer .advantagelist {
  width: 50%;
}

.advantageContainer .advantagelist .label {
  font-weight: 500;
  font-size: 0.77rem;
  color: #095fc1;
  text-align: left;
}

.advantageContainer .advantagelist .value {
  font-weight: 400;
  font-size: 14px;
  color: #505764;
  margin-top: 0.66rem;
  height: 4.77rem;
}

.advantageContainer .advantagelist.second .label {
  text-align: left;
}
.advantageContainer ul {
  border-top: 1px solid #dcdfe6;
  border-bottom: 1px solid #dcdfe6;
  border-right: 1px solid #dcdfe6;
}
.advantageContainer ul li {
  border-bottom: 1px solid #dcdfe6;
  padding: 0.88rem;
}
