.swiper-wrapper {
  transition-timing-function: linear !important;
}
.banner {
  width: 100%;
  margin-top: 70px;
}

.banner-swiper {
  width: 100%;
  height: 100vh;
}

.banner-swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-swiper .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

.banner-content-title {
  color: #000;
  font-family: Impact;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.banner-content-desc {
  color: #000;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-content-infor {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.banner-content-box {
  border-left: 4px solid #9acccd;
  padding: 0 12px;
}

.banner-content-label {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2px;
}

.banner-content-text {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-swiper .banner-swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: 42px;
  left: 50%;
  right: unset;
  top: unset;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  width: max-content;
}

.banner-swiper .banner-swiper-pagination .swiper-pagination-bullet {
  border-radius: 100px;
  background: #fff;
  width: 60px;
  height: 8px;
  opacity: 1;
  transition: all 0.5s;
}

.banner-swiper
  .banner-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 100px;
  background: #9acccd;
}
.banner-commit-swiper .swiper-slide {
  width: max-content;
}
.banner-commit-swiper {
  padding: 0 32px;
}
.banner-commit {
  padding: 16px 0;
}

.banner-commit-item {
  max-width: 300px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner-commit-item img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.banner-commit-item p {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner-desc {
  margin-top: 40px;
  margin-bottom: 80px;
  width: 1038px;
}

.banner-desc p {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/*  */

.partner-feedback {
  padding-top: 35px;
  padding-bottom: 70px;
}
.partnerfeedback-heading-label {
  color: #f5333f;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  font-family: Montserrat;
  text-align: center;
}
.partnerfeedback-heading-content {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.partner-feedback-swiper {
  margin-top: 50px;
  padding: 0 60px;
  width: 100%;
}
.partner-feedback-swiper .swiper-slide {
  width: max-content;
  flex-shrink: 0;
  opacity: 0.4;
}
.partner-feedback-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.partner-feedback-swiper .swiper-slide img {
  height: 44px;
  max-width: 100%;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  overflow-clip-margin: content-box;
  overflow: clip;
  object-fit: contain;
}
/*  */
.introduce {
  background: #f4f4f4;
  padding: 80px 0;
}
.introduce-heading {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.introduce-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 40px;
}

.introduce-item {
  position: relative;
  padding: 39px 57px 39px 92px;
  height: 574px;
  width: 100%;
}

.introduce-item.introduce-item-v1 {
  padding: 39px 57px 39px 58px;
}

.introduce-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.introduce-item-img-hover {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.introduce-item-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.introduce-item-v1 .introduce-item-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.introduce-item-content-label {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.introduce-item-v1 .introduce-item-content-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.introduce-item-content-title {
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.introduce-item-v1 .introduce-item-content-desc {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.introduce-item-v1 .introduce-item-content-desc {
  font-size: 16px;
}

.introduce-item:hover .introduce-item-img {
  opacity: 0;
}

.introduce-item:hover .introduce-item-img-hover {
  opacity: 1;
}

.introduce-item-v1 {
  width: calc(50% - 50px / 2);
}

.featuredcategories {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 80px;
}

.featuredcategories-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.featuredcategories-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 38px;
  width: 100%;
}

.featuredcategories-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: calc(25% - 29px);
}

.featuredcategories-item-img {
  position: relative;
  height: 368px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.featuredcategories-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 1s;
}

.featuredcategories-item-img1 {
  opacity: 1;
}

.featuredcategories-item-img2 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.featuredcategories-item:hover .featuredcategories-item-img1 {
  opacity: 0;
}

.featuredcategories-item:hover .featuredcategories-item-img2 {
  opacity: 1;
}

.featuredcategories-item-label {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/*  */
.bestselling {
  margin-top: 90px;
  display: flex;
  gap: 80px;
}

.bestselling-swiper {
  padding-top: 16px;
}

.bestselling-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 221px;
  padding-top: 16px;
}

.bestselling-heading-title {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bestselling-heading-desc {
  color: #6c6c6c;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bestselling-heading-btn {
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #6c6c6c;
}

.bestselling-heading-btn svg {
  width: 16px;
  height: 16px;
}

.bestselling-heading-btn span {
  color: #6c6c6c;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bestselling-slide {
  width: calc(100% - 221px - 32px - 32px);
  display: flex;
  position: relative;
  justify-content: start;
}

.bestselling-list {
  width: calc(100% - 32px);
}

.bestselling-slide .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bestselling-swiper-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 10px;
}

.bestselling-swiper-price {
  color: #ff1f1f;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bestselling-swiper-price .woocommerce-Price-currencySymbol {
  color: #ff1f1f;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.bestselling-swiper-price bdi {
  text-decoration-line: none;
}

.bestselling-swiper-color {
  margin-top: 12px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bestselling-swiper-color-item {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100%;
  cursor: pointer;
}

.bestselling-swiper-addtocart {
  display: flex;
  height: 52px;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #00d3d7;
  cursor: pointer;
}

.bestselling-swiper-addtocart span {
  color: #00d3d7;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bestselling-swiper-addtocart svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.bestselling-thumnail-slide {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  background: #dfdfdf;
  overflow: hidden;
  display: flex;
  position: relative;
}

.bestselling-thumnail-slide .mySwiper {
  width: 50px;
  padding: 16px 9px;
  flex-shrink: 0;
}

.bestselling-thumnail-slide .mySwiper .swiper-slide img {
  height: 32px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  cursor: pointer;
}

.bestselling-thumnail-slide .mySwiper2 {
  flex: 1 0 0;
  height: 100%;
}

.bestselling-thumnail-slide .mySwiper2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bestselling-swiper-button-next,
.bestselling-swiper-button-prev {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-top: 80px;
  flex-shrink: 0;
}
.bestselling-swiper-button-prev {
  position: absolute;
  left: -32px;
}
.bestselling--thumnail-tag {
  position: absolute;
  z-index: 10;
  top: -16px;
  left: 50%;
  transform: translateX(calc(-50% + 25px));
  display: flex;
  min-width: 74px;
  min-height: 32px;
  max-width: 80%;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #7b7b7b;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}

/*  */
.productintroduction {
  position: relative;
  background: #fff;
  height: 457px;
}

.productintroduction-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productintroduction-content {
  position: absolute;
  left: 146px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.productintroduction-content-title {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.productintroduction-content-desc {
  color: #6c6c6c;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.poster {
  padding: 85px 0;
  background: #f4f4f4;
}

.poster .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 40px;
}

.poster-item {
  width: calc(50% - 50px / 2);
  border-radius: 28px;
  height: 414px;
  position: relative;
  overflow: hidden;
}

.poster-item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 28px;
}

.poster-item .btn-1 {
  position: absolute;
  z-index: 10;
  bottom: 42px;
  left: 38px;
  border-radius: 100px;
  background: #9bcccd;
  padding: 16px 20px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.poster-imgfooter {
  margin-top: 80px;
  object-fit: cover;
  width: 100%;
  height: 658px;
}

/*  */
.expert {
  padding-bottom: 80px;
  background: #f4f4f4;
}

.expert-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.expert-swiper {
  padding: 0 122px;
}

.expert-swiper .swiper-slide {
  width: 561px;
}

.expert-item {
  border-radius: 28px;
  background: #fff;
  display: flex;
  min-height: 354px;
  padding-right: 27px;
  align-items: center;
  gap: 27px;
}

.expert-item-avt {
  border-radius: 28px;
  width: 280px;
  height: 354px;
  object-fit: cover;
}

.expert-item-right-title {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.expert-item-right-label {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 40px;
}

.expert-item-right-desc {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*  */
.feedback {
  background: #f4f4f4;
  padding-bottom: 80px;
}

.feedback-heading {
  width: 100%;
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}

.feedback-desc {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 560px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.feedback-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.feedback-rate svg {
  width: 17.49px;
  height: 16.872px;
}

.feedback-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.feedback-item {
  width: calc(20% - 10px);
  min-height: 305px;
  border-radius: 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
}

.feedback-item-rate {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 28px;
}

.feedback-item-rate svg {
  width: 13.992px;
  height: 13.498px;
}

.feedback-item-desc {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 129px;
  margin-bottom: 28px;
}

.feedback-item-name {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.feedback-item-servicetype {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.feedback-item-avt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
  width: 37.417px;
  height: 37.417px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  object-fit: cover;
}

/*  */
.certification {
  background: #f4f4f4;
  padding-bottom: 70px;
}

.certification .container {
  display: flex;
  min-height: 532px;
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
}

.certification-left {
  position: relative;
  width: 616px;
}

.certification-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certification-left-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.certification-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  flex: 1 0 0;
  padding-left: 91px;
  padding-right: 111px;
  padding-top: 78px;
  padding-bottom: 78px;
  column-gap: 40px;
  row-gap: 36px;
}

/*  */
.partner {
  position: relative;
  min-height: 451px;
}

.partner-imgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-wrapper {
  position: relative;
  z-index: 10;
}

.partner-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
  padding-top: 80px;
  width: 100%;
  text-align: center;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 44px;
  column-gap: 75px;
  padding-bottom: 80px;
  padding: 0 99px 0px 114px;
}

.partner-list img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.partner-list img:first-child {
  padding-left: 50px;
}

.partner-list img:nth-child(3) {
  padding-right: 50px;
}

.productintroduction-imgmb,
.introduce-item-img-hovermb,
.banner-swiper-imgmb {
  display: none;
}
/*  */
.video {
  padding-bottom: 80px;
  background: #f4f4f4;
  width: 100%;
}
.video video {
  object-fit: cover;
}
/*  */
.home_poster {
  height: 610px;
  width: 100%;
  position: relative;
}
.home_poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_poster-title {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .feedback-desc,
  .banner-desc {
    width: 100%;
  }

  .banner-swiper .swiper-slide .container {
    padding: 16px;
    background: #00000003;
  }

  .banner-content-title {
    font-size: 32px;
  }

  .banner-content-desc {
    font-size: 24px;
  }

  .banner-content-infor {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }

  .banner-swiper-content .btn-1 {
    margin: 0 auto;
  }

  .banner-swiper-img {
    display: none;
  }

  .banner-swiper-imgmb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*  */
  .banner-commit {
    gap: 20px;
    padding: 32px 0;
  }

  .banner-desc {
    padding: 0 16px;
  }

  /*  */
  .introduce-item-v1 {
    width: 100%;
  }

  .introduce-item:hover .introduce-item-img {
    opacity: 1;
  }

  .introduce-item-img-hover {
    display: none;
  }

  .introduce-item-img-hovermb {
    display: block;
    width: 100%;
    height: 335px;
    object-fit: contain;
  }

  .introduce-item {
    padding: 24px;
  }

  .introduce-item.introduce-item-v2 {
    height: 274px;
  }

  .introduce-item-v2 .introduce-item-content-title {
    font-size: 24px;
  }

  /*  */
  .featuredcategories-list {
    gap: 20px;
    padding: 0 16px;
  }

  .featuredcategories-item {
    width: calc(50% - 20px / 2);
    gap: 8px;
  }

  .featuredcategories-item-img {
    height: 240px;
  }

  /*  */
  .bestselling-heading {
    width: 100%;
    padding: 0 16px;
  }

  .bestselling-slide {
    width: 100%;
  }

  .bestselling-list {
    /* width: calc(100% - 32px - 32px); */
    width: 100%;
  }

  .bestselling-swiper {
    padding: 0 32px;
  }

  .bestselling-swiper-button-next {
    position: absolute;
    right: 0;
  }

  .bestselling-swiper-button-prev {
    position: absolute;
    left: 0;
  }

  /*  */
  .productintroduction-content {
    left: 24px;
    width: calc(73% - 16px - 16px);
    top: 24px;
    transform: translateY(0);
  }

  .productintroduction-img {
    display: none;
  }

  .productintroduction-imgmb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*  */
  .poster .container {
    padding: 0 16px;
  }

  .poster-item {
    width: 100%;
    height: 214px;
  }

  .poster-item .btn-1 {
    bottom: 10px;
    left: 16px;
  }

  .poster-imgfooter {
    height: 170px;
  }

  /*  */
  .expert-heading {
    width: 100%;
    padding: 0 16px;
  }

  .expert-swiper {
    padding: 0 16px;
  }

  .expert-item {
    flex-direction: column;
    padding-right: 0;
  }

  .expert-item-right {
    padding: 0 16px;
    padding-bottom: 24px;
  }

  .expert-item-right-label {
    margin-bottom: 20px;
  }

  .expert-item-right-title {
    text-align: center;
  }

  /*  */
  .feedback-item {
    width: calc(50% - 10px);
  }

  .bestselling {
    flex-direction: column;
  }

  .feedback-heading {
    padding: 0 16px;
  }

  .feedback-desc {
    padding: 0 16px;
  }

  .feedback-list {
    row-gap: 30px;
    padding: 0 16px;
  }

  .certification .container {
    height: auto;
    flex-direction: column;
  }

  .certification-left {
    width: 100%;
  }

  .certification-right {
    padding-left: 16px;
    padding-right: 16px;
  }

  /*  */
  .partner-list {
    padding: 0 16px;
    align-items: center;
    justify-content: center;
  }

  .partner-list img:first-child {
    padding-left: 0;
  }

  .partner-list img:nth-child(3) {
    padding-right: 0;
  }
  /*  */
  .partnerfeedback-heading-content {
    padding: 0 16px;
  }
  .home_poster-title {
    width: 100%;
    padding: 0 16px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .banner-desc {
    width: 100%;
    padding: 0 16px;
  }

  .featuredcategories-item-img {
    height: 268px;
  }
}
