html{
  scroll-behavior: smooth;
}

body{
  background: #fff;
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

body.theme-abb-drives{
  background: #F6F6F6;
}
/* 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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.product-landing-page .row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  box-sizing: border-box;
}

.grid .product-landing-page [class*="col-"]:last-of-type{
  padding-right: calc(var(--bs-gutter-x) * .5);
}

.product-landing-page .col-12{
  flex: 0 0 auto;
  width: 100%;
}

.product-landing-page .col-6{
  flex: 0 0 auto;
  width: 50%;
}

.product-landing-page .justify-content-center {
  justify-content: center!important;
}

.product-landing-page .text-center{
  text-align: center !important;
}

.product-landing-page h3 {
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: 30px;
}

.product-landing-page .container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.product-landing-page .widget-mobile-menu .btn{
  background: transparent;
}

@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-3 {
      flex: 0 0 auto;
      width: 25%;
  }

  .product-landing-page .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }

  .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-12 {
      flex: 0 0 auto;
      width: 100%;
  }
}

@media(min-width:1024px) {
  .product-landing-page .container{
      max-width: 960px;
  }

  .product-landing-page .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
  }

  .product-landing-page .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }

  .product-landing-page .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .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: 20%;
  }

  .product-landing-page .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
  }

  .product-landing-page .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }

  .product-landing-page .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .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 section.page-content{
  margin-bottom: 0;
}

.product-landing-page a{
  color: #1C4583;
  transition: all 0.3s linear;
}

.product-landing-page a:hover{
  color: #ff8f8f;
}

.product-landing-page .btn{
  border: 3px solid #ED402F;
  color: #fff;
  text-decoration: none;
  background-color: #ED402F;
}

.product-landing-page .primary-btn{
  padding: 12px 30px;
  border-radius: 50px;
}

.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 #cv-zone-footer img{
  width: 15px;
}

.product-landing-page h1{
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  color: #1C4583;
  text-align: left;
}

.product-landing-page h2{
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 50px;
  color: #1C4583;
  text-align: center;
}

.product-landing-page h3{
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 0 30px;
  color: #1C4583;
}

.product-landing-page h4 {
    font-size: 1em;
}

/* banner */
#main-banner{
  width: 100%;
  position: relative;
}

#main-banner .banner-image{
  position: relative;
  height:0px;
  padding-top: 56.25%;
  overflow: hidden;
}

#main-banner img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

#main-banner .caption{
  width:100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}

#main-banner .caption-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

#main-banner .caption-text h2 {
  font-size: 1.2em;
  font-weight: 400;
  box-sizing: border-box;
  margin: 0;
  text-align: left;
}

.mouse_scroll {
  display: none;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  margin-top: 125px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  zoom: 0.8;
  cursor: pointer;
}

.m_scroll_arrows{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
  border-right: 2px solid #EC3A29;
  border-bottom: 2px solid #EC3A29;
  margin: 0 0 3px 4px;
  width: 17px;
  height: 17px;
}

.unu{
  margin-top: 1px;
}

.unu, .doi, .trei{
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;

}

.unu{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}

.doi{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-delay: .3s;
  animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #EC3A29;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #EC3A29;
  position: relative;

  height: 4px;
  width: 4px;
  border: 2px solid #EC3A29;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
 0% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

100% {
  opacity: 0;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {
  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

#product-feature  .icon{
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.ani{
  transform-origin: 50% 50%;
  transform-box: fill-box;
  animation-delay: 0.3s;
}

.aos-animate .ani.rotate-1{
  animation: rotate-r 3s linear;
}

#product-feature .feature-item:hover{
  cursor: pointer;
}

#product-feature .feature-item:nth-child(1):hover .ani.rotate-1{
  animation: rotate-r 3s linear;
}

.aos-animate .ani.rotate-2,
#product-feature .feature-item:nth-child(1):hover .ani.rotate-2,
#product-feature .feature-item:nth-child(2):hover .ani.rotate-2{
  animation: rotate-l 3s linear;
}

.aos-animate .ani.flip-1,
#product-feature .feature-item:nth-child(3):hover .ani.flip-1,
#product-feature .feature-item:nth-child(4):hover .ani.flip-1{
  animation: flip-1 3s linear;
}

.aos-animate .ani.fade-in,
#product-feature .feature-item:nth-child(4):hover .ani.fade-in{
  animation: fade-in 3s linear;
}

@keyframes rotate-r {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(180deg);
   }
}

@keyframes rotate-l {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(-180deg);
    }
 }

 @keyframes flip-1 {
  0%{
     transform: rotateY(0deg);
    }
 100%{
     transform: rotateY(360deg);
    }
 }

 @keyframes fade-in {
  0%{
     opacity: 0;
    }
 100%{
    opacity: 1;
    }
 }

#product-feature .content-wrapper {
  margin-top: 20px;
  padding: 0 30px;
  margin-bottom: 50px;
}


#product-slider .image-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
}

#product-slider .image-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}

#product-slider .content-wrapper{
  padding:30px;
}

#product-slider .slick-slide{
  height: 100%;
}

#product-slider .slick-slide > div{
  height: 100%;
}

#product-slider .content-wrapper a {
  float: right;
  margin-top: 20px;
}

#product-slider .items-wrapper{
  width: 100%;
  margin: 0;
}

#product-slider .items-wrapper .item{
  padding: 0 10px;
  box-sizing: border-box;
  height: 100%;
}

#product-slider .items-wrapper .item h3{
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: #ED402F solid 1px;
}

#product-slider .items-wrapper .item .inner-wrapper{
  width: 100%;
  overflow: hidden;
  height: 100%;
}

#product-slider .items-wrapper .item .inner-wrapper > .row{
  background: rgb(75,75,75);
  background: linear-gradient(234deg, rgba(75,75,75,1) 0%, rgba(0,0,0,1) 30%);
  height: 100%;
}

#product-slider .slick-initialized .slick-slide{
  filter: blur(5px);
  opacity: 0.5;
  transition: all 0.5s ease;
}

#product-slider .slick-initialized .slick-slide.slick-active{
  filter: blur(0px);
  opacity: 1;
}

#product-slider .slick-initialized .slick-slide.slick-active .item .inner-wrapper{
  box-shadow: -1px -1px 20px rgba(0,0,0,0.3);
}

#product-list .accordion-wrapper .acc_item{
  margin-bottom: 3px;
}

#product-list .accordion-wrapper .acco_title{
  padding: 20px 30px;
  cursor: pointer;
  background: rgb(25,117,178);
  background: linear-gradient(260deg, rgba(25,117,178,1) 0%, rgba(28,69,131,1) 100%);
  box-sizing: border-box;
  position: relative;
}

#product-list .accordion-wrapper .acco_title.active{
  pointer-events: none;
}

#product-list .accordion-wrapper .acco_title h4{
  font-size: 1.3em;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

#product-list .accordion-wrapper .acc_content{
  padding: 30px 25px;
  background:#fff;
  display: none;
}

#product-list .accordion-wrapper .acc_content .content-wrapper{
  padding-bottom: 30px;
  /* border-bottom:#ED402F solid 2px; */
}

#product-list .accordion-wrapper .product-wrapper{
  align-self: center;
}

#product-list .accordion-wrapper .product-wrapper .products{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

#product-list .accordion-wrapper .product-wrapper .products li {
  list-style: none;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  
}

#product-list .accordion-wrapper .product-wrapper .products li a{
  padding: 30px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: all 0.5s ease;
}


#product-list .accordion-wrapper .product-wrapper .products li a:after {
  width: 0;
  height:1px;
  z-index: 1;
  content:'';
  position: absolute;
  bottom:0;
  left:50%;
  box-sizing: border-box;
  transition: all 0.5s ease;
  background-color:#EC3A29;
  transform: translateX(-50%);
}

#product-list .accordion-wrapper .product-wrapper .products li a:hover:after {
   width: 50%;
}

#product-list .accordion-wrapper .product-wrapper .products li img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

#product-list .accordion-wrapper .product-wrapper .products li p{
  margin: 0;
  color: #1C4583;
  transition:all 0.5s ease;
}

#product-list .accordion-wrapper .product-wrapper .products li a:hover p{
  color:#1C4583;
}

span.acc_icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  z-index: 1;
  pointer-events: none;
}

span.acc_icon span{
  background:#fff;
  width:100%;
  height:1px;
  position:absolute;
  top:50%;
  left:0;
  margin-top:-1px;
  transition: all 0.5s ease;
}

span.acc_icon span:nth-child(2){
  transform:rotate(90deg);
}

.active span.acc_icon span:nth-child(2){
  transform:rotate(0deg);
}


#middle-banner{
  min-height: 400px;
  width: 100%;
  background:url(https://www.ipd.com.au/images/abb-drives/middle-banner.jpg) left center no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0;
}

#middle-banner:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: rgb(25,117,178);
  background: linear-gradient(260deg, rgba(25,117,178,0.34) 0%, rgba(28,69,131,1) 100%);
}

#middle-banner .container{
  display: block;
  min-height: 320px;
}

#middle-banner .row{
  position: relative;
  z-index: 2;
  align-items: center;
  min-height: 320px;
}

#middle-banner h2{
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
}


#feature-slider .container{
  max-width: 1300px;
}

#feature-slider .item {
  display: flex !important;
  /* flex-direction: row; */
  flex-direction: column;
  align-items: stretch;
  color: #fff;
  padding: 10px;
}

#feature-slider .image-wrapper {
  background: #F6F6F6;
  /* width: 45%; */
  width: 100%;
  display: flex;
  /* height: 520px; */
  height: 300px;
  align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
}


#feature-slider .image-wrapper img{
  /* height: 520px; */
  height: 300px;
  width: auto;
  margin: 0 auto;
}

#feature-slider .content-wrapper {
  /* padding: 40px 0;
  width: 55%; */
  padding: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
}

#feature-slider .inner {
  height: 100%;
  /* padding: 80px; */
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(25,117,178);
  background: linear-gradient(260deg, rgba(25,117,178,1) 0%, rgba(28,69,131,1) 100%);
}

#feature-slider .item-no {
  display: block;
  margin: 0 auto;
  background: #EC3A29;
  color: #fff;
  font-size: 2.5em;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 50%;
  line-height: 1;
}

#feature-slider h3 {
  color: #fff;
  margin: 30px 0;
  padding: 0;
}

#feature-slider p{
  margin: 0;
}

.slick-arrow {
  position: absolute;
  /* right: 0; */
  /* bottom: -10px; */
  right: 10px;
  bottom: -40px;
  z-index: 1;
  border: 0;
  background: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0;
  background: url(https://www.ipd.com.au/images/abb-drives/next-icon.svg) no-repeat center;
  background-size: contain;
  display: none !important;
}

.slick-arrow.slick-prev{
  background: url(https://www.ipd.com.au/images/abb-drives/prv-icon.svg) no-repeat center;
  background-size: contain;
  /* right: 50px; */
  right: 60px;
}

.slick-arrow.slick-disabled{
  opacity: 0.5;
  pointer-events: none;
}

#application .tab-wrapper .tab-selection{
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
}

#application .tab-wrapper select{
  width: 100%;
  padding: 10px;
  background: none;
  border:none;
  border-bottom: #DEDEDE solid 2px;
  margin-bottom: 30px;
}

#application .tab-wrapper ul{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: #DEDEDE solid 2px;
  display: none;
}

#application .tab-wrapper ul li{
  margin: 0 30px;
  position:relative;
  cursor:pointer;
}

#application .tab-wrapper ul li:first-child{
  margin-left:0px;
}

#application .tab-wrapper ul li:last-child{
  margin-right:0px;
}

#application .tab-wrapper ul li:after{
  content:'';
  position:absolute;
  bottom: -2px;
  left:0;
  height:2px;
  width:0px;
  overflow:hidden;
  z-index: 2;
  pointer-events:none;
  opacity:0;
  transition:all 0.5s ease;
  background-color: #EC3A29;
} 

#application .tab-wrapper ul li:hover:after,
#application .tab-wrapper ul li.active:after{
  width:100%;
  opacity:1;
}

#application .tab-wrapper ul li a{
  color: #A8A8A8;
  padding-bottom: 10px;
  display: block;
}

#application .tab-items .tab-item{
  position: relative;
  max-height: 0px;
  /* width: 0px; */
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s linear;
  padding: 0;
}

#application .tab-items .tab-item.active{
  width: 100%;
  max-height: 500px;
  opacity: 1;
  margin-bottom: 20px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

#application .tab-items .tab-item .content-wrapper{
  position: relative;
  color: #3E3E3E;
  height:100%;
}

#application .tab-items .tab-item .content-wrapper .inner{
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
}

#application .tab-items .tab-item .content-wrapper h3{
  margin: 0 0 5px;
  color: #3E3E3E;
}

#application .tab-items .tab-item .content-wrapper p{
  margin: 0;
}

#inquiry-form .container{
  max-width: 1300px;
}

#inquiry-form .form-wrapper{
  width: 100%;
  overflow: hidden;
}

#inquiry-form .content-wrapper{
  font-size: 1.2em;
}


#inquiry-form h2 {
    text-align:left;
}

#inquiry-form .resources-list{
  margin-bottom: 30px;
}

#inquiry-form .resources-list img{
    width:100%;
    height:auto;
}

#inquiry-form .resources-list a img{
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease;
}

#inquiry-form .resources-list a:hover img{
  transform: scale(0.95);
  opacity: 0.6;
}

#inquiry-form .resources-list a.btn{
    padding:5px 10px;
    width:100%;
    display:block;
    margin-top:10px;
    text-align:center;
    font-size: 1em;
}

@media(min-width:768px){
  .product-landing-page h1{
      font-size: 3em;
  }

  .product-landing-page h2{
    font-size: 2.5em;
  }

  #main-banner .caption-text h2{
      font-size: 2.2em;
  }

  #main-banner .caption {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    background: transparent;
    bottom: 0;
  }

  #feature-slider .item{
    flex-direction: row;
    justify-content: flex-end;
  }

  #feature-slider .image-wrapper{
    width: 0;
    height: 386px;
    transition: all 1.5s ease;
    transition-delay: 0.3s;
  }

  #feature-slider .slick-active .image-wrapper{
    width: 50%;
  }

  #feature-slider .content-wrapper{
    padding: 40px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width:50%;
  }

  #feature-slider .image-wrapper:before, 
  #feature-slider .image-wrapper:after {
    content: '';
    width: 61px;
    height: 61px;
    position: absolute;
    top: -3px;
    right: -48px;
    z-index: -1;
    pointer-events: none;
    background: url(https://www.ipd.com.au/images/abb-drives/image-coner.png) top left no-repeat;
    background-position: -5px -93px;
    opacity: 0;
    transition: all 0.3s ease;
    transition-delay: 0.5s;
  }

  #feature-slider .image-wrapper:after {
    top: auto;
    bottom: 0;
    background-position: -5px -14px;
  }

  #feature-slider .slick-active .image-wrapper:before, 
  #feature-slider .slick-active .image-wrapper:after {
    opacity: 1;
}

  .slick-arrow{
    bottom: 0;
  }

  #application .tab-wrapper select{
    display: none;
  }

  #application .tab-wrapper ul{
    display: flex;
  }

  #application .tab-items .tab-item.active{
    width: 50%;
  }

  #product-list .accordion-wrapper .product-wrapper .products li{
      width: 25%;
  }

  #inquiry-form .content-wrapper{
    font-size: 1.5em;
    padding: 60px 40px 0 0;
  }
}

@media(min-width:1024px) {

  #main-banner .banner-image {
    height: calc(100vh - 166px);
    padding: 0;
  }

  #main-banner img {
    position: relative;
    height: calc(100vh - 166px);
  }

  #main-banner .caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 100%;
  }

  #main-banner .caption-text{
    width:56%;
  }

  .mouse_scroll{
    display: block;
  }

  .product-landing-page h1 {
      font-size: 3.3em;
      /* margin-bottom: 40px; */
  }

  .product-landing-page h2{
      font-size: 2.5em;
      margin-bottom: 50px;
  }

  #main-content p{
      font-size: 1.2em;
  }
  #product-list .accordion-wrapper .product-wrapper .products li {
      width: 25%;
  }

  #product-list .accordion-wrapper .acc_content .content-wrapper{
      padding-right: 30px;
      /* border-right:#ED402F solid 2px; */
      padding-bottom: 0;
      border-bottom: 0;
  }

  span.acc_icon{
      width: 25px;
      height: 25px;
  }

  #product-slider .image-wrapper img {
      height: 100%;
  }

  #feature-slider .image-wrapper {
    height: 520px;
  }

  #feature-slider .slick-active .image-wrapper{
    width: 45%;
  }

  #feature-slider .image-wrapper img {
    height: 520px;
    width: auto;
    margin: 0 auto;
  }

  #feature-slider .content-wrapper {
    padding: 40px 0;
    width: 55%;
  }

  #feature-slider .inner{
    padding: 80px;
  }

  /* #inquiry-form .bottom-text{
      font-size: 1.2em;
  } */
}

@media(min-width:1280px){
  .product-landing-page .btn{
      background-image: -webkit-linear-gradient(30deg, #ED402F 50%, transparent 50%);
      background-image: linear-gradient(30deg, #ED402F 50%, transparent 50%);
      background-size: 700px;
      background-repeat: no-repeat;
      background-position: 0%;
      background-color: transparent;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
  }
  
  .product-landing-page .btn:hover{
      background-position: 100%;
      color: #ED402F;
  }

  .product-landing-page .btn.secondary-btn{
      background-size: 400px;
  }

  
  .product-landing-page #main-content .btn.secondary-btn{
    background-size: 615px;
  }

  #product-slider .image-wrapper img{
    height:565px;
  }

  #product-slider .content-wrapper{
      padding: 40px;
  }

}

@media(min-width:1366px) {
  #inquiry-form .content-wrapper,
  #inquiry-form .form-wrapper{
      padding: 0 30px;
      box-sizing: border-box;
  }

  #product-slider .image-wrapper img {
    height: 500px;
  }

  #application .tab-items .tab-item .content-wrapper{
    height: auto;
  }

  #application .tab-items .tab-item .content-wrapper .inner {
    position: absolute;
    bottom: 7px;
    background: rgba(255,255,255,0.86);
    z-index: 1;
    height:auto;
    min-height: 155px;
  }

  #inquiry-form .content-wrapper{
    width: 80%;
  }
}

@media(min-width:1600px){
  #product-slider .image-wrapper img{
    height:615px;
  }

  #product-slider .content-wrapper{
    padding: 80px;
  }
}

@media(min-width:1900px){
  #product-slider .image-wrapper img{
    height:520px;
  }
}

.page-delta #cv-zone-footer{
  background: #0b0b0b !important;
  border-top: #f8f8f8 solid 1px;
}

.page-delta #cv-zone-footer-after{
  background: #000000;
}



ul.slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  margin-top: 30px;
}

ul.slick-dots li{
  margin:0 5px;
}

ul.slick-dots li button{
  border: #a9a9a9 solid 2px;
  width:20px;
  height:20px;
  overflow:hidden;
  text-indent:-999px;
  border-radius:20px;
  background:transparent;
  transition:all 0.5s ease;
}

ul.slick-dots li.slick-active button{
  background:#ED402F;
}

@media(max-width:1400px){
  .feature-image-wrapper {
      width: 1100px;
  }

  .feature-image-wrapper .feature-text li {
      width: 30%;
      padding-right: 70px;
      font-size: 0.85em;
  }

  .feature-image-wrapper .feature-text li.Group_1 {
      top: 142px;
      width: 41.8%;
      padding-right: 178px;
  }

  .feature-image-wrapper .feature-text li.Group_1.active:before {
      width: 173px;
  }

  .feature-image-wrapper .feature-text li.Group_2 {
      top: 203px;
      width: 43.8%;
      padding-right: 194px;
  }

  .feature-image-wrapper .feature-text li.Group_2.active::before {
      width: 188px;
  }

  .feature-image-wrapper .feature-text li.Group_3 {
      top: 273px;
      width: 40.5%;
      padding-right: 155px;
  }

  .feature-image-wrapper .feature-text li.Group_3.active::before {
      width: 150px;
  }

  .feature-image-wrapper .feature-text li.Group_4 {
      top: 108px;
      padding-left: 74px;
  }

  .feature-image-wrapper .feature-text li.Group_4:before{
    left: 50px;
    bottom: -57px;
  }

  .feature-image-wrapper .feature-text li.Group_4.active::before {
      width: 1px;
      height: 70px;
  }

  .feature-image-wrapper .feature-text li.Group_5 {
      top: 202px;
      padding-left: 70px;
      width: 32.8%;
  }

  .feature-image-wrapper .feature-text li.Group_5.active::before {
      width: 65px;
  }

  .feature-image-wrapper .feature-text li.Group_6 {
      top: 281px;
      padding-left: 117px;
      width: 36.8%;
  }

  .feature-image-wrapper .feature-text li.Group_6.active::before {
      width: 112px;
  }
}

@media(max-width:1280px){
  .feature-image-wrapper {
      width: 960px;
  }

  .feature-image-wrapper .product-image img {
      width: 70%;
      margin-left: 120px;
  }

  .feature-image-wrapper .product-image .image-pointers {
      top: 47px;
      width: 40%;
  }

  .feature-image-wrapper .feature-text li {
      width: 30%;
      padding-right: 70px;
      font-size: 0.85em;
  }

  .feature-image-wrapper .feature-text li.Group_1 {
      top: 130px;
      width: 41.6%;
  }

  .feature-image-wrapper .feature-text li.Group_1.active::before {
      width: 170px;
  }

  .feature-image-wrapper .feature-text li.Group_2 {
      top: 174px;
      width: 43.6%;
  }

  .feature-image-wrapper .feature-text li.Group_2.active::before {
      width: 186px;
  }

  .feature-image-wrapper .feature-text li.Group_3 {
      top: 243px;
  }

  .feature-image-wrapper .feature-text li.Group_3.active::before {
      width: 148px;
  }

  .feature-image-wrapper .feature-text li.Group_4 {
      top: 108px;
      padding-left: 28px;
      width: 44.4%;
  }

  .feature-image-wrapper .feature-text li.Group_4:before {
    left: 4px;
    bottom: -47px;
  }

  .feature-image-wrapper .feature-text li.Group_4.active::before {
      width: 1px;
      height: 64px;
  }

  .feature-image-wrapper .feature-text li.Group_5 {
      top: 182px;
      padding-left: 70px;
  }

  .feature-image-wrapper .feature-text li.Group_5.active::before {
      width: 65px;
  }

  .feature-image-wrapper .feature-text li.Group_6 {
      top: 251px;
      padding-left: 113px;
  }

  .feature-image-wrapper .feature-text li.Group_6.active::before {
      width: 106px;
  }
}

@media(max-width:1000px){
  .feature-image-wrapper .feature-text li span{
      display: none;
  }

  .feature-image-wrapper .feature-text li span.mobile{
      display: block;
  }

  .feature-image-wrapper {
      width: 700px;
  }

  .feature-image-wrapper .product-image img {
      width: 100%;
      margin-left: -21px;
  }

  .feature-image-wrapper .product-image .image-pointers {
      top: 47px;
      width: 52%;
  }

  .feature-image-wrapper .feature-text li.Group_1 {
    top: 108px;
    width: 41.6%;
    padding-right: 125px;
    opacity: 1;
    left: 0;
}

.feature-image-wrapper .feature-text li.Group_1::before {
    width: 120px;
}

.feature-image-wrapper .feature-text li.Group_2 {
    top: 148px;
    width: 43.6%;
    padding-right: 138px;
    opacity: 1;
    left: 0;
}

.feature-image-wrapper .feature-text li.Group_2::before {
    width: 132px;
}

.feature-image-wrapper .feature-text li.Group_3 {
    top: 197px;
    padding-right: 114px;
    opacity: 1;
    left: 0;
}

.feature-image-wrapper .feature-text li.Group_3::before {
    width: 106px;
}

.feature-image-wrapper .feature-text li.Group_4 {
    top: 52px;
    padding-left: 27px;
    width: 45.4%;
    opacity: 1;
    right: 0;
}

.feature-image-wrapper .feature-text li.Group_4::before {
    width: 1px;
    height: 41px;
    bottom: -26px;
    left: 9px;
}

.feature-image-wrapper .feature-text li.Group_5 {
    top: 146px;
    padding-left: 70px;
    opacity: 1;
    right: 0;
}

.feature-image-wrapper .feature-text li.Group_5::before {
    width: 65px;
}

.feature-image-wrapper .feature-text li.Group_6 {
    top: 204px;
    padding-left: 98px;
    opacity: 1;
    right: 0;
}

.feature-image-wrapper .feature-text li.Group_6::before {
    width: 94px;
}

  .feature-image-wrapper .feature-text-mobile{
      display: block;
   }
}

@media(max-width: 690px){
  .feature-image-wrapper {
      width: 280px;
      overflow: hidden;
  } 

  .feature-image-wrapper .product-image img {
      width: 100%;
      margin-left: -11px;
  }

  .feature-image-wrapper .product-image .image-pointers {
      top: 20px;
      width: 55%;
  }

  .feature-image-wrapper .feature-text li {
      width: 20%;
      padding-right: 40px;
      font-size: 0.85em;
  }

  .feature-image-wrapper .feature-text li:before {
      width: 35px;
      opacity: 1;
  }

  .feature-image-wrapper .feature-text li.Group_1 {
      top: 71px;
      padding-right: 60px;
  }

  .feature-image-wrapper .feature-text li.Group_1::before {
      width: 55px;
  }

  .feature-image-wrapper .feature-text li.Group_2 {
      top: 87px;
      width: 43%;
      padding-right: 63px;
  }

  .feature-image-wrapper .feature-text li.Group_2::before {
      width: 58px;
  }

  .feature-image-wrapper .feature-text li.Group_3 {
      top: 108px;
      padding-right: 55px;
  }

  .feature-image-wrapper .feature-text li.Group_3::before {
      width: 50px;
  }

  .feature-image-wrapper .feature-text li.Group_4 {
      top: 38px;
      padding-left: 18px;
  }

  .feature-image-wrapper .feature-text li.Group_4::before {
      width: 1px;
      height: 22px;
      bottom: -8px;
  }

  .feature-image-wrapper .feature-text li.Group_5 {
      top: 87px;
      padding-left: 40px;
  }

  .feature-image-wrapper .feature-text li.Group_5::before {
      width: 35px;
  }

  .feature-image-wrapper .feature-text li.Group_6 {
      top: 110px;
      padding-left: 51px;
  }

  .feature-image-wrapper .feature-text li.Group_6::before {
      width: 48px;
  }

  .feature-image-wrapper .feature-text-mobile{
      font-size: 0.85em;
      display: block;
  }
}

.page-delta-broucher #download-broucher .caption-text{
  background: url(https://www.ipd.com.au/images/delta/delta-ups-products.png) center no-repeat;
  background-size: contain;
  min-height: 250px;
  margin-top: 60px;
}

.page-delta-broucher #download-broucher .form-wrapper{
  padding: 40px 20px;
}

.page-delta-broucher #download-broucher .form-wrapper iframe{
  height: 610px;
}

.page-delta-broucher #download-broucher .learn-more h3{
  margin-bottom: 0;
}

body.theme-black.page-delta-broucher{
  background-position: center center;
}

.page-delta-broucher #download-broucher .learn-more .btn{
  display: inline-block;
  width: auto;
}

/*  */

.featured-article {
  background: #f8f8f8;
  background-size: cover;
}
 
.featured-article.case-studies{
    background: #fff;
    padding: 0;
}


.featured-article .owl-carousel .owl-stage {
	align-items: flex-start;
}

.featured-article .carousel-number{
  display: none;
}

.featured-article .product-slider{
  width: 100%;
  background: transparent;
}


.featured-article .row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.featured-article .row .item{
  /* width: 33.33%; */
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.featured-article .row .item .inner{
    /* padding: 40px 40px 80px; */
    padding: 30px 30px 80px;
    background: #fff;
    height: 100%;
    position: relative;
}

.featured-article.case-studies .row .item .inner{
    background: #f8f8f8;
}

.featured-article .row .item .image-wrapper img{
    height: 230px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.featured-article .row .item h4{
    margin-bottom: 0;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 60px;
}

.featured-article .row .date{
    color: #555;
    font-weight: 300;
    font-style: italic;
    font-size: 0.85em;
    display: block;
    margin-bottom: 30px;
}

.featured-article .row .btn {
	position: absolute;
	bottom: 40px;
	/* left: 40px; */
  left: 30px;
  width: auto;
  padding: 8px 20px;
  background: #1a3a7b;
  border: 0;
  color: #fff;
}

.featured-article .row .btn:hover{
  background: #4eabe8;
}

.featured-article .image-wrapper a img {
    transform: scale(1);
    opacity: 1;
    transition: all .5s ease
}

.featured-article .image-wrapper a:hover img {
    transform: scale(.98);
    opacity: .8
}


@media(min-width:768px){
  .featured-article .row .item{
      width: 50%;
  }
}

@media (min-width:1024px) {
  .featured-article{
      padding: 50px 0;
  }

  .featured-article .row .item{
      width: 33.33%;
  }

  .featured-article .row .item h4 {
      min-height: 75px;
  }
}


@media(min-width:1366px){
  .featured-article .row .item .inner{
    padding: 40px 40px 80px;
  }

  .featured-article .row .btn {
    left: 40px;
  }

  .featured-article .row .item h4 {
      min-height: 60px;
  }

  /* .featured-article .row .item h4{
      min-height: 45px;
      max-height: 45px;
  } */
  ul.slick-dots{
    /* display: none !important; */
    text-align: center;
  }

  ul.slick-dots li {
    display: inline-block;
  }
}