#page-cover {
  width: 100%;
  position: relative;
  margin-bottom: -90px;
}

#page-cover img {
  width: 100% !important;
  max-height: 70vh;
  object-fit: cover !important;
  object-position: bottom center;
}

#page-cover #page-title {
  position: absolute;
  padding-top: 0px;
  width: 100%;
  top: 13%;
  left: 0;
  text-align: center;
}

#page-cover #page-title h1 {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

#page-cover #page-title .orders {
  color: var(--primary-red) !important;
  font-family: "Rheem Sans Light";
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0px;
}

#page-cover #page-title p {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  padding-top: 30px;
}

.icon-sect img.icon {
  width: 118px;
  height: 118px;
}

.icon-sect {
  padding-top: 80px;
  margin-top: 50px;
  background-size: auto 80%;
  background-position: right 50px;
}

.icon-sect.split {
  background-image: url(../img/air-conditioner/split-bg-icon.svg);
  background-repeat: no-repeat;
}

.icon-sect.vrf {
  background-image: url(../img/air-conditioner/vrf-bg-icon.png);
  background-repeat: no-repeat;
}

.icon-sect.packaged {
  background-image: url(../img/air-conditioner/packaged-bg-icon.png);
  background-repeat: no-repeat;
}

.icon-sect.bg-left {
  background-position: left 50px;
}

.icon-sect h4 {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 74px;
  /* or 123% */
  text-align: center;
  margin-top: 10px;
  color: #000000;
}

.icon-sect p {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  text-align: center;
  margin-top: 10px;
  color: #4a4a4a;
}
#ellipse-slider .swiper {
  width: 120%;
  left: -10% !important;
  height: auto;
  position: relative;
}

#ellipse-slider .swiper-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

#ellipse-slider .swiper .inner-content {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

#ellipse-slider .swiper .inner-content .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
}

#ellipse-slider .swiper .inner-content .overlay h6 {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 74px;
  /* or 123% */
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

#ellipse-slider .swiper {
  padding-bottom: 50px;
}

#ellipse-slider .swiper-pagination {
  bottom: 0;
}

#ellipse-slider .app-slider-left {
  position: absolute;
  left: 50%;
  margin-left: -18.3%;
  top: 50%;
  margin-top: -18px;
  width: 3vw;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ellipse-slider .app-slider-right {
  position: absolute;
  right: 50%;
  margin-right: -18.3%;
  top: 50%;
  margin-top: -18px;
  width: 3vw;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ellipse-slider .app-slider-right img,
#ellipse-slider .app-slider-left img {
  max-width: 100%;
}

#features {
  position: relative;
  z-index: 1;
}

#features h4 {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 24px 0;
  color: #cd1222;
}

#features p {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  text-align: center;
  padding: 0 20px;
  color: #4a4a4a;
}

.products-categories {
  position: relative;
}

@media only screen and (max-width: 991px) {
  #page-cover {
    margin-bottom: -30px;
  }

  #page-cover img {
    width: 100% !important;
    height: 410px !important;
    object-fit: cover;
    object-position: top center;
  }

  #page-cover #page-title {
    position: absolute;
    padding-top: 50px;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
  }

  #page-cover #page-title h3 {
    font-size: 30px;
    line-height: 35px;
  }

  #page-cover #page-title .orders {
    color: #cd1222 !important;
    font-size: 40px;
  }

  #page-cover #page-title p {
    font-size: 16px;
    width: 80%;
    margin-left: 10%;
    line-height: 24px;
  }

  #features .col-lg-4 > img:first-child {
    width: 64px;
    height: 64px;
  }

  #ellipse-slider .swiper .inner-content {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }

  #ellipse-slider .swiper {
    width: 100%;
    left: 0 !important;
    height: auto;
    position: relative;
  }

  #ellipse-slider .app-slider-left svg {
    width: 44px;
    height: 26px;
  }
  #ellipse-slider .app-slider-right svg {
    width: 44px;
    height: 26px;
  }

  #ellipse-slider .app-slider-left {
    background: #ffffff;
    border-radius: 50px;
    position: absolute;
    left: 30px;
    width: 44px;
    height: 26px;
    margin-left: 0;
    top: 50%;
    margin-top: -18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #ellipse-slider .app-slider-right {
    position: absolute;
    right: 30px;
    margin-right: 0;
    top: 50%;
    margin-top: -18px;
    width: 44px;
    height: 26px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
  }

  #ellipse-slider .swiper .inner-content .overlay h6 {
    font-family: "Rheem Sans Light";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    /* or 123% */
    text-align: center;
    text-transform: uppercase;

    color: #ffffff;
  }

  .icon-sect h4 {
    font-size: 30px;
    line-height: 35px;
  }

  #features h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
