section p {
  font-weight: 300;
}
section ul li {
  font-weight: 300;
}

.main-product {
  background: linear-gradient(
    -81.27deg,
    rgba(252, 96, 87, 1) 0%,
    rgba(252, 112, 87, 1) 100%
  );
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  height: 580px;
}

.main-product span {
  display: block;
}

.main-product h1 {
  max-width: 286px;
}


.banner-image img {
  position: relative;
  top: 88px;
}

.main-product .icon-list {
  display: flex;
  gap: 24px;
  padding-top: 30px;
}

.main-product .icon-list .box span {
  font-size: 10px;
  padding-top: 10px;
}

.main-product .intro {
  margin-top: 113px;
}

.compare-box .intro {
  margin-bottom: 60px;
}

.compare-box .intro .heading-two {
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}

.compare-box .intro p {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.compare-box .box {
  padding: 40px 20px 20px 30px;
  height: 100%;
}

.compare-box .hbox {
  margin-bottom: 20px;
}

.compare-box .box ul {
  text-align: left;
  list-style-type: none;
  padding-left: 0;
}

.compare-box .box ul li {
  font-weight: 300;
  margin-bottom: 12px;
  position: relative;
  padding-left: 32px;
}

.compare-box .box.first ul li::before {
  content: "";
  background: url("../images/main-product/li-cross.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.compare-box .box.second ul li::before {
  content: "";
  background: url("../images/main-product/li-warning.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.compare-box .box.third ul li::before {
  content: "";
  background: url("../images/main-product/li-tick.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.compare-box .box .heading-four {
  text-align: left;
  margin-bottom: 0px;
}

.compare-box .box.first {
  background-color: #f5ecec;
}

.compare-box .box.second {
  background-color: rgba(255, 214, 0, 0.15);
}

.compare-box .box.third {
  background-color: #e7f2ea;
  border: 2px solid #22bf8e;
  position: relative;
}

.compare-box .box.third .active span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #22bf8e;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  height: 30px;
  text-transform: uppercase;
}

.formula .intro .heading-two {
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}

.formula .summary {
  text-align: center;
}

.formula .summary img {
  height: auto;
}

.formula .summary .para {
  max-width: 300px;
  margin: 0 auto;
}

.our-mission .content {
  max-width: 500px;
}

.our-mission .group {
  display: flex;
  flex-wrap: wrap;
}

.our-mission .list-box {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.our-mission .list-box img {
  margin-right: 15px;
}

.our-mission .group .list-box span {
  font-weight: 600;
}

.our-mission .cta {
  margin-top: 45px;
}

.faq .accordion-button,
.faq .accordion-body {
  background-color: #fafafa;
}

.our-order .summary {
  text-align: center;
}

.our-order .summary img {
  height: auto;
}

.our-order .summary .para {
  max-width: 282px;
  margin: 0 auto;
}

.our-order .heading-two {
  margin-bottom: 60px;
}

.our-order .cta {
  padding-top: 40px;
}

.our-order .cta p {
  font-size: 12px;
  padding-top: 10px;
}

.our-order .cta .yellow-btn {
  padding: 15px 107px;
}

/* media css */
@media screen and (max-width: 1199px) {
  .main-product .intro {
    margin-top: 88px;
  }
}

@media screen and (max-width: 1116px) {
  .main-product {
    height: auto;
  }

  .banner-image img {
    top: 66px;
  }
}

@media screen and (min-width: 992px) {
  .our-mission .happy-img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .main-product {
    height: auto;
    padding-top: 20px;
  }

  .main-product .intro {
    margin-top: 20px;
  }

  .banner-image img {
    position: relative;
    top: 0;
    bottom: 0;
  }

  .compare-box .box {
    padding: 40px 10px 20px 20px;
  }

  .our-mission .list-box {
    flex: 1 1 50%;
    margin-bottom: 20px;
  }

  .our-mission .happy-img {
    margin-bottom: 35px;
  }

  .main-product .icon-list {
    padding-bottom: 45px;
  }

  .main-product .banner-image {
    text-align: center;
  }
  .our-mission .content {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {
  .compare-box .intro {
    margin-bottom: 30px;
  }

  .compare-box .box {
    height: auto;
    padding: 30px 10px 10px 20px;
  }
  .compare-box .intro .small-red-title {
    text-align: left;
  }
  .compare-box .intro .heading-two {
    text-align: left;
    margin-bottom: 10px;
  }

  .compare-box .box.first ul li::before {
    height: 14px;
    width: 14px;
    top: 4px;
  }

  .compare-box .box ul li {
    padding-left: 25px;
  }

  .compare-box .box.second ul li::before {
    width: 16px;
    top: 4px;
  }
  .compare-box .box.third ul li::before {
    height: 14px;
    width: 14px;
    top: 4px;
  }
  .compare-box .box ul {
    margin-bottom: 0px;
  }
  .compare-box .box.second {
    margin-bottom: 15px;
  }

  .heading-two {
    text-align: left;
  }

  .small-red-title {
    text-align: left;
  }

  .our-mission .cta {
    margin-top: 30px;
  }

  .our-order .heading-two {
    margin-bottom: 45px;
  }

  .our-order .cta .yellow-btn {
    padding: 11px 48px;
  }
  .our-mission .list-box img {
    max-width: 40px;
  }
  .our-mission .group .list-box span {
    max-width: 100%;
  }
  .our-order .cta p {
    font-size: 14px;
    padding-top: 25px;
  }
  .our-order .summary .heading-four {
    font-size: 18px;
  }
  .our-order .intro .heading-two {
    text-align: left;
  }
  .our-order .intro .small-red-title {
    text-align: left;
  }
    .our-mission .list-box {
    flex: 1 1 100%;
  }
  .formula .intro .heading-two {
    max-width: 100%;
}
}
