@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700&amp;display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #595959;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* body.theme-abb-drives{
  background: #fff;
} */
/* Product landing page */
body.full-width-page div#cv-zone-pagecontent {
  max-width: 100%;
  margin: auto;
}

/*---------- grid -----------------------------*/
.product-landing-page .row {
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.product-landing-page .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  box-sizing: border-box;
}

.grid .product-landing-page [class*="col-"]:last-of-type {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.product-landing-page .justify-content-center {
  justify-content: center !important;
}

.product-landing-page .text-center {
  text-align: center !important;
}

.product-landing-page .container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.product-landing-page .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .product-landing-page .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .product-landing-page .container {
    max-width: 720px;
  }

  .product-landing-page .col-md-2 {
    flex: 0 0 auto;
    width: 16.66%;
  }

  .product-landing-page .col-md-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .product-landing-page .col-md-4 {
    flex: 0 0 auto;
    width: 25%;
  }

  .product-landing-page .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .product-landing-page .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .product-landing-page .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .product-landing-page .col-md-8 {
    flex: 0 0 auto;
    width: 75%;
  }

  .product-landing-page .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .product-landing-page .container {
    max-width: 960px;
  }

  .product-landing-page .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66%;
  }

  .product-landing-page .col-lg-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .product-landing-page .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
  }

  .product-landing-page .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .product-landing-page .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .product-landing-page .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .product-landing-page .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666%;
  }
}

@media (min-width: 1366px) {
  .product-landing-page .container {
    max-width: 1140px;
  }

  .product-landing-page .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66%;
  }

  .product-landing-page .col-xl-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .product-landing-page .col-xl-4 {
    flex: 0 0 auto;
    width: 25%;
  }

  .product-landing-page .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .product-landing-page .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .product-landing-page .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .product-landing-page .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 1400px) {
  .product-landing-page .container {
    max-width: 1471px;
  }
}

/* ------------end grid------------------- */
.product-landing-page section {
  margin-bottom: 100px;
}

.product-landing-page a {
  color: #d23a2b;
  transition: all 0.5s linear;
}

.product-landing-page a:hover {
  color: #1a3a7b;
}

.product-landing-page .btn {
  border: 3px solid #d23a2b;
  color: #fff;
  text-decoration: none;
  background-color: #d23a2b;
  line-height: 1;
  transition: all 0.3s ease;
}

.product-landing-page .btn:hover {
  background: #fff;
  color: #d23a2b;
}

.product-landing-page .primary-btn {
  font-size: 1.125em;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 700;
}

/* .product-landing-page .secondary-btn {
  font-size: 0.85em;
  padding: 5px 30px;
  border-radius: 50px;
  background-size: 400px;
} */

.product-landing-page img {
  width: 100%;
}

.product-landing-page h1 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.product-landing-page h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 50px;
  color: #1a3a7b;
  font-family: "Poppins", sans-serif;
}

.product-landing-page h3 {
  font-size: 1.3em;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

/* banner */
#main-banner {
  width: 100%;
  position: relative;
  margin: 0;
  z-index: 3;
}

#main-banner .banner-image {
  position: relative;
  height: 1000px;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}

#main-banner img,
#main-banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

#main-banner .caption {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translateY(-50%); */
  z-index: 1;
  margin-top: 20px;
}

#main-banner .caption-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stat;
}

#main-banner .caption-text h1 {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

#main-banner .col-lg-5 {
  margin-top: 40px;
}

#main-banner .caption h4 {
  color: #fff;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 26px;
}

#main-banner .caption-text h2 {
  font-size: 2em;
  font-weight: 600;
  margin: 30px 0 0;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

#main-banner .caption-text .btn-wrap {
  display: flex;
  flex-direction: row;
}

#main-banner .caption-text .btn-wrap .btn {
  margin: 0 10px;
  display: none;
}

.bg-wrp {
  position: relative;
  margin-top: -30px;
  padding-top: 50px;
}

#main-content .image-banner {
    background: url(https://ipdstagedev.commerce.vision/images/optimise-energy/optimise-energy-content-image.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    box-shadow: 0 0 8px 8px white inset;
    display: block;
}

.bg-wrp:before {
  content: "";
  /* background: url(https://ipd.com.au/images/optimise-energy/background%20image.png)
    top center no-repeat;
  background-size: contain;
  background-position: 65% -50%;
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.8; */
}

.bg-wrp:after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 20%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}

#main-content .row {
  align-items: center;
}

#main-content .row > div:first-child {
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* background:rgba(255,255,255,0.4); */
  position: relative;
}

#main-content .row > div:first-child:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  /* background:rgba(255,255,255,0.4); */
  z-index: 1;
  width: 100%;
  height: 100%;
}

#main-content .video-thumb {
  position: relative;
}

#main-content .video-thumb img {
  border-radius: 30px;
}

#main-content .video-thumb {
  position: relative;
}

#main-content .video-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url(https://www.ipd.com.au/images/optimise-energy/play.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

#product-feature .inner-wrp {
  position: relative;
}

#product-feature .image img {
  border-radius: 30px;
  height: 330px;
  object-fit: cover;
}

#product-feature .text-center {
  margin: 0 20px 30px;
}

#product-feature .caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 30px 20px 5px;
  text-align: center;
  z-index: 2;
}

#product-feature, #faqs {
  margin-bottom: 50px;
}

#product-feature .caption p {
  font-size: 1.3em;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}

#product-feature .rotator-inner {
  padding-left: 0;
}

#product-feature .rotator-inner .row.slick-slider {
  --bs-gutter-x: 0;
  padding-bottom: 100px;
}

#product-feature .rotator-inner .item {
  padding: 0 15px;
}

#product-feature .slick-arrow {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 1;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -999px;
  background: transparent;
  border: 0;
}

#product-feature .slick-arrow.slick-prev {
  right: calc(5% + 50px);
  background: url(https://www.ipd.com.au/images/optimise-energy/arrow-l.svg) center no-repeat;
  background-size: contain;
}

#product-feature .slick-arrow.slick-next {
  background: url(https://www.ipd.com.au/images/optimise-energy/arrow-r.svg) center no-repeat;
  background-size: contain;
}

#product-feature .slick-list {
  padding: 0;
}

/* new carousel */

#application-block .inner-wrp {
  position: relative;
}

#application-block .image img {
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
}

#application-block .image.image-sm img {
  height: 450px;
  margin-top: 0px;
}

#application-block .caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 30px 20px 30px 50px;
  text-align: left;
}

#application-block .caption p {
  font-size: 1.3em;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}

#application-block .rotator-inner .row.slick-slider {
  --bs-gutter-x: 0;
  padding-bottom: 60px;
}

#application-block .rotator-inner .item {
  padding: 0 15px;
}

#application-block .rotator-inner {
  margin: 0 auto;
  width: 90%;
}

#application-block .slick-arrow, #solution-mobile-carousel .slick-arrow {
  position: absolute;
  top: 100%;
  left: 67%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -999px;
  background: transparent;
  border: 0;
}

#application-block .slick-arrow.slick-prev.slick-disabled,
#application-block .slick-arrow.slick-next.slick-disabled,
#solution-mobile-carousel .slick-arrow.slick-next.slick-disabled
#solution-mobile-carousel .slick-arrow.slick-next.slick-disabled {
  background: url(https://www.ipd.com.au/images/optimise-energy/arrow-disabled.svg) center no-repeat;
  background-size: 30px;
  padding: 25px;
}

#application-block .slick-arrow.slick-prev,
#solution-mobile-carousel .slick-arrow.slick-prev {
  right: calc(5% + 50px);
  background: url(https://www.ipd.com.au/images/optimise-energy/arrow-enabled.svg) center no-repeat;
  background-size: 30px;
  margin-left: -40px;
  transform: rotate(180deg);
  margin-top: -2px;
  border-radius: 100px;
  background-color: #1a3a7b;
  padding: 25px;
  margin-top: 0px;
}

#application-block .slick-arrow.slick-next,
#solution-mobile-carousel .slick-arrow.slick-next {
  background: url(https://www.ipd.com.au/images/optimise-energy/arrow-enabled.svg) center no-repeat;
  background-size: 30px;
  margin-left: 60px;
  border-radius: 100px;
  background-color: #1a3a7b;
  padding: 25px;
}

/* carousel end */

#faqs .accordian-list li {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: #595959 solid 1px;
  padding-left: 40px;
  padding-right: 40px;
}

#faqs .accordian-list li .acc-title {
  margin: 0;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}

#faqs .accordian-list li .acc-title:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  pointer-events: none;
  transition: all 0.5s ease;
}

#faqs .accordian-list li.open .acc-title:after {
  content: "-";
}

#faqs .accordian-list li .acc-content {
  max-height: 0px;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#faqs .accordian-list li.open .acc-content {
  max-height: 1000px;
  opacity: 1;
}

#middle-banner .row {
  position: relative;
}

#middle-banner .row > div:first-child {
  transition: all 0.5s ease;
  cursor: pointer;
}
#middle-banner .row > div:first-child img {
  border-radius: 30px;
}
/* #middle-banner .row.hover > div:first-child{
  width:100%;
} */

#middle-banner .row > div:last-child {
  opacity: 1;
  transition: all 0.5s ease;
  padding-top: 50px;
}

/* #middle-banner .hover > div:last-child{
  width:0px;
  opacity:0;
} */

#sustainability .image-wrp {
  position: relative;
}

#sustainability .image-wrp img {
  border-radius: 30px;
}

#sustainability .image-wrp .sus-title {
  position: absolute;
  top: 50px;
  left: 50px;
  margin: 0;
}

/* #sustainability .img-2 {
  display: none;
} */

#sustainability .img-2 img {
  border-radius: 30px;
}

#sustainability .content {
  padding: 50px 50px 50px 20px;
  background: #1a3a7b;
  border-radius: 0 30px 30px 0;
  color: #fff;
  position: relative;
  margin-top: 15px;
}

#sustainability .content:before {
  content: "";
  position: absolute;
  left: -100px;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: #1a3a7b;
  border-radius: 30px 0 0 30px;
}

#applications .app-item {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

#applications .app-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  pointer-events: none;
}

#applications .app-item img {
  height: 170px;
  object-fit: cover;
  object-position: top center;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.27, 0.69, 0.58, 1);
}

#applications .app-item.hover img {
  height: 420px;
}

#applications .app-item h3 {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  pointer-events: none;
  z-index: 2;
}

#inquiry-form h2 {
  color: #d23a2b;
  width: 85%;
  font-size: 1.5em;
}

#inquiry-form h4 {
  color: #1a3a7b;
  font-size: 1.2em;
  line-height: 1;
}

.video-light-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 10000000;
  display: none;
}

.video-light-box .inner {
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
}

.video-light-box .inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: bottom center;
}

.video-light-box .video-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  z-index: 2;
  border-radius: 50%;
  border: #e2e2e2 solid 1px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.video-light-box .video-close-btn:before {
  font-size: 32px;
  color: #e2e2e2;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#inquiry-form {
  margin-bottom: 0;
  height: 750px;
  padding: 0px 20px;
}

#product-cards .col-lg-3{
    cursor: pointer;
}

#product-cards .container .img-wrp img {
  border-radius: 30px;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

#product-cards .content-wrp h3 {
  color: #1a3a7b;
}

#product-cards .content-wrp {
  margin-top: 25px;
}

.product-landing-page #product-cards .col-lg-3:first-child {
  position: relative;
  cursor: auto;
}

.product-landing-page #product-cards .col-lg-3:first-child h2 {
  position: relative;
  text-align: center;
}

.product-landing-page #main-banner .caption-text h3 {
    font-size: 1.2em;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

#main-banner .caption h4 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}

#main-content {
    margin-bottom: 20px;
  }
  
  #solution .image-container h3 {
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 40px;
    color:#1A3A7B;
    font-size: 1.6em;
    font-weight: 700;
  }
  
  #solution .image-container {
    position: relative;
  }
  
  #solution .image-container img {
    height: 500px;
    border-radius: 25px;
    object-fit: cover;
  }

  #solution .image-container img:hover {
    box-shadow: -3px 7px 40px -4px rgba(0,0,0,0.32);
-webkit-box-shadow: -3px 7px 40px -4px rgba(0,0,0,0.32);
-moz-box-shadow: -3px 7px 40px -4px rgba(0,0,0,0.32);
  }
  
  #solution .inner-container {
    cursor: pointer;
  }
  
  #solution .inner-container.active .image-container img {
    border-radius: 25px 25px 0px 0px;
    height: 370px;
  }
  
  #solution .inner-container {
    margin-top: 0px;
    transition: margin-top .5s;
    margin-bottom: 40px;
  }
  
  #solution .inner-container.active {
    margin-top: -40px;
  }
  
  #solution h2 {
    margin-bottom: 100px;
  }
  
  #solution .inner-container.active .content-container{
    display: block;
    background-color: #1A3A7B;
    color: #FFF;
    text-align: center;
    padding: 50px 40px 20px;
    margin-top: -40px;
    border-radius: 0px 0px 25px 25px;
    height: 400px;
  }
  
  #solution .inner-container .content-container {
    height: 0px;;
    transition: height .5s ease;
    overflow: hidden;
    color: #fff;
  }
  
  #product-cards .content-wrp p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 4em;
    transition: max-height 0.3s ease-in-out;
  }
  
  #product-cards .col-lg-3.active .content-wrp p {
    -webkit-line-clamp: none;
    max-height: 200px;
  }
  
  #product-cards .container .col-lg-3 .img-wrp img {
    transform: scale(1.0);
    transition: transform 0.3s ease-in-out;
  }
  
  #product-cards .container .col-lg-3.active .img-wrp img {
    transform: scale(1.2);
  }

  #product-cards .img-wrp {
    overflow: hidden;
    border-radius: 30px;
    height: 360px;
  }

  a.whitepaper-download-btn {
    display: none;
}

#product-cards-mobile .container .col-lg-12 {
    display: flex;
    flex-direction: row;
    column-gap: 5%;
    height: 125px;
    border: 1px solid #00000021;
    overflow: hidden;
    width: 90%;
    margin: 5px auto;
    padding-left: unset;
    border-radius: 0px 30px 30px 0px;
}

#product-cards-mobile .container .col-lg-12 .img-wrp {
    width: 37%;
}

#product-cards-mobile .container .col-lg-12 .content-wrp {
    width: 57%;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

#product-cards-mobile .container .col-lg-12 .content-wrp p {
    display: none;
}

#product-cards-mobile .container .col-lg-12 .img-wrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#product-cards-mobile .container .col-lg-12 .content-wrp h3 {
    color: #1A3A7B;
    font-size: 1em;
    margin-bottom: 0px;
}

#product-cards-mobile .container .col-lg-12:first-child {
    border: 0px;
    text-align: center;
    display: block;
    height: 55px;
}

#product-cards-mobile .container .col-lg-12.active {
    flex-direction: column;
    height: 100%;
    border: 0;
    align-items: center;
    text-align: center;
}

#product-cards-mobile .container .col-lg-12.active .img-wrp {
    width: 100%;
    transition: all 0.5s ease;
}

#product-cards-mobile .container .col-lg-12.active .img-wrp img {
    border-radius: 30px;
}

#product-cards-mobile .container .col-lg-12.active .content-wrp {
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 20px;
}

#product-cards-mobile .container .col-lg-12.active .content-wrp p {
    display: block;
    text-align: left;
}

#product-cards-mobile .container .col-lg-12.active .content-wrp h3 {
    font-size: 1.4em;
}

#product-cards, #solution {
    display: none;
  }

  #product-cards-mobile, #solution-mobile-carousel {
    display: block;
  }

  #solution-mobile-carousel .rotator-inner .item {
    padding: 0 15px;
  }

  #solution-mobile-carousel .inner-container {
    height: 100%;
    position: relative;
    margin-bottom: 40px;
}

#solution-mobile-carousel .image-container {
    position: relative;
}

#solution-mobile-carousel .image-container img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

#solution-mobile-carousel .inner-container .image-container h3 {position: absolute;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);margin-top: 40px;color:#1A3A7B;font-size: 1.6em;font-weight: 700;display: block;text-align: center;width: 100%;}

#solution-mobile-carousel .inner-container .content-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px 9%;
    /* display: none; */
    background-color: #1a3a7b9e;
    border-radius: 30px;
    font-size: 1em;
    color: #FFF;
    opacity: 0;
    text-align: center;
    transition: all 0.7s ease;
}

#solution-mobile-carousel .inner-container.active .image-container h3 {
    display: none;
}

#solution-mobile-carousel .inner-container.active .content-container {
    opacity: 1;
}

#solution-mobile-carousel .inner-container .content-container p {
    line-height: 22px;
    margin-top: 40px;
}

#solution-mobile-carousel h2 {
    width:  90%;
    margin: 0 auto 40px;
}

#product-feature .inner-wrp .image:after {
    content: "";
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-image: linear-gradient(180deg, #ffffff00 60%, #41427fe6 100%);
    border-radius: 30px;
}

@media (min-width: 768px) {
  .product-landing-page h3 {
    font-size: 1.5em;
  }

  .product-landing-page #main-banner .caption-text h3 {
    font-size: 1em;
    font-weight: 400;
    line-height: 40px;
  }

  #main-banner .caption-text .btn-wrap .btn {
    display: block;
  }

  #main-content .row > div:first-child {
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #main-content .row > div:last-child {
    padding-left: 0;
  }

  #main-content .video-thumb .video-btn {
    width: 126px;
    height: 126px;
  }

  #product-feature .slick-arrow {
    width: 55px;
    height: 55px;
  }

  #product-feature .slick-arrow.slick-prev {
    right: calc(5% + 70px);
  }

  #application-block .slick-arrow.slick-prev,
  #solution-mobile-carousel .slick-arrow.slick-prev {
    right: calc(5% + 70px);
    padding: 25px;
  }

  #middle-banner .row > div:last-child {
    padding-left: 50px;
    padding-top: 0px;
  }

  #sustainability .content {
    padding: 100px 70px 100px 0px;
  }

  #sustainability .image-wrp img {
    height: 600px;
    object-fit: cover;
    object-position: center;
  }

  #main-banner .banner-image {
    height: 800px;
    padding-top: 0;
  }

  #solution .inner-container.active .content-container{
    height: 300px;
  }

  #product-cards, #solution {
    display: block;
  }

  #product-cards-mobile, #solution-mobile-carousel {
    display: none;
  }

  #product-feature .image img {
    height: 100%;
  }

  #product-feature .rotator-inner {
    padding-left: 5%;
  }
  
  #product-feature .rotator-inner .row.slick-slider {
    --bs-gutter-x: 0;
    padding-bottom: 100px;
  }

  #product-feature .slick-list {
    padding: 0 10% 0 0 !important;
  }

  .bg-wrp:before {
    content: "";
    background: url(https://ipd.com.au/images/optimise-energy/background image.png)
      top center no-repeat;
    background-size: contain;
    background-position: 65% 0%;
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.8;
  }

  #main-content .image-banner {
    display: none;
}

  #inquiry-form {
  margin-bottom: 0;
  height: 400px;
}
}

@media (min-width: 1024px) {
  .product-landing-page #main-banner .caption-text h3 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 40px;
  }

  #main-banner .col-lg-7 {
    margin-top: 120px;
  }

  #main-banner .caption {
    top: 60%;
    transform: translateY(-50%);
  }

  .product-landing-page h2 {
    font-size: 2.5em;
  }

  #main-banner .caption-text {
    margin-top: 80px;
  }

  #main-banner .banner-image {
    height: 800px;
    padding-top: 0;
  }

  #main-banner .caption-text h2 {
    font-size: 2.5em;
    margin: 20px 0 30px;
    text-align: left;
  }

  #main-content .row > div:first-child {
    padding-right: 140px;
    padding-top: 75px;
    padding-bottom: 100px;
  }

  #sustainability .content {
    padding: 100px 50px 100px 0px;
  }

  #sustainability .img-2 {
    display: block;
  }

  #sustainability .image-wrp img {
    height: auto;
  }

  #inquiry-form h4 {
    font-size: 1.5em;
  }

  .bg-wrp:before {
    background-position: 65% 0;
  }

  #main-content {
    margin-bottom: -40px;
  }

  #solution .inner-container.active .content-container{
    height: 500px;
  }

  #product-cards .content-wrp h3 {
    height: 70px;
  }

  .product-landing-page #product-cards .col-lg-3:first-child h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
}

#application-block .image.image-sm img {
    height: 380px;
    margin-top: 40px;
  }

  #application-block .slick-arrow, #solution-mobile-carousel .slick-arrow {
    left: 49%;
  }

  #product-feature, #faqs {
    margin-bottom: 80px;
  }

  #inquiry-form h2 {
    color: #d23a2b;
    width: 85%;
    font-size: 2.5em;
  }
}

@media (min-width: 1280px) {
    #main-content {
        margin-bottom: -60px;
      }
      #product-feature {
        padding-top: 60px;
    }

    #product-cards .content-wrp h3 {
        height: 50px;
      }
}

@media (min-width: 1366px) {
  #main-content {
    margin-bottom: 0px;
  }

  #main-banner .caption h4 {
    font-size: 1.5em;
  }

  #main-banner .banner-image {
    height: calc(100vh - 165px);
  }

  .bg-wrp:before {
    background-position: 65% -170px;
  }

  .product-landing-page #main-banner .caption-text h3 {
    width: 500px;
    text-align: left;
  }
  .product-landing-page h2 {
    font-size: 3em;
  }

  #main-banner .caption-text h2 {
    font-size: 4.5em;
    margin: 0px 0 30px;
    text-align: left;
    font-weight: 800;
    line-height: 75px;
    width: 300px;
  }

  #sustainability .content {
    padding: 170px 140px 170px 0px;
  }

  #middle-banner .row > div:last-child {
    padding-left: 50px;
    padding-top: 100px;
  }

  #inquiry-form h4 {
    font-size: 1.8em;
  }

  .video-light-box .inner {
    height: 100vh;
    padding-top: 0;
  }

  .product-landing-page #product-cards .col-lg-3 {
    width: 31.3%;
  }

  .product-landing-page #product-cards .row {
    column-gap: 3%;
    row-gap: 50px;
  }

  #solution .inner-container.active .content-container{
    height: 350px;
  }
}

@media (min-width: 1600px) {
  #application-block .rotator-inner {
    width: 90%;
  }
  #product-feature .rotator-inner {
    padding-left: 6%;
  }
  #product-feature .slick-arrow {
    right: 10%;
  }
  #product-feature .slick-arrow.slick-prev {
    right: calc(10% + 70px);
  }
  #application-block .slick-arrow {
    right: 10%;
  }
  #application-block .slick-arrow.slick-prev {
    right: calc(10% + 70px);
  }
    .bg-wrp:before {
    background-position: 65% -200px;
}

    #main-content {
    margin-bottom: 50px;
  }
}
