@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&amp;display=swap');
html{
  scroll-behavior: smooth;
}

body{
  background: #fff;
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* 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(-.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 .justify-content-center {
  justify-content: center!important;
}

.product-landing-page .text-center{
  text-align: center !important;
}

.product-landing-page h3 {
  font-weight: 700;
  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;
}

@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%;
  }

  .product-landing-page .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}


@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-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; */
  margin-bottom: 50px;
}

.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 #D23A2B;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #D23A2B;
}

.product-landing-page .red{
  color: #D23A2B;
}

.product-landing-page h1 .ex-large{
  font-size: 1.567em;
}

.product-landing-page h1 .line-1{
  font-size: 1.023em;
}


.product-landing-page .primary-btn {
  font-size: 1em;
  padding: 8px 42px 8px 25px;
  border-radius: 50px;
  line-height: 1;
  position: relative;
  background: #D23A2B;
  color: #fff;
  border:#D23A2B solid 2px;
  transition: all 0.5s ease;
}

.product-landing-page .primary-btn .btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  pointer-events: none;
  font-size: 1.5em;
  margin-top: 2px;
}

.product-landing-page .primary-btn:hover{
  color: #D23A2B;
  background: #fff;
}


.product-landing-page #custom-layout-landing-page img{
  width: 100%;
}

.product-landing-page h1{
  font-size: 1.6em;
  /* font-size: 2em; */
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  color: #fff;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.product-landing-page h2{
  font-size: 1.4em; 
  /* font-size: 1.8em; */
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px;
  color: #313131;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page h3{
  font-size: 1.1em; 
  /* font-size: 1.5em; */
  line-height: 1.2;
  margin: 0 0 20px;
  color: #313131;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page h4{
  font-size: 1em;
  /* font-size: 1.125em; */
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0;
  color: #313131;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page p{
  margin: 0 0 15px;
  line-height: 1.4;
}

/* banner */
#main-banner{
  width: 100%;
  position: relative;
}

#main-banner .banner-image{
  position: relative;
  height:0px;
  padding-top: 56.25%;
  overflow: hidden;
}

#main-banner .banner-image:before {
  content:'';
  width:100%;
  height:100%;
  background-color:rgba(26,58,123,0.6);
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

#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 .container{
  padding: 0;
}

#main-banner .caption-text {
  width: 100%;
  /* background: url(/images/ev-infrastructure/caption-bg.png) bottom right no-repeat; */
  background: url(https://www.ipd.com.au/images/ev-infrastructure/caption-bg-fill.png) bottom right no-repeat;
  background-size: cover;
  /* padding: 50px 40px; */
  padding: 30px 20px;
  box-sizing: border-box;
  max-width: 735px;
  position: relative;
}

#main-banner .caption p{
  /* font-size: 1.16em; */
  font-size: 1em;
  line-height: 1.4;
  color: #ddd;
  padding-right: 50px;
}

.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; }
}


.align-items-center{
  align-items: center;
}

.show-desktop{
  display: none;
}

#main-content{
  text-align: center;
}

#main-content .content{
  /* padding-left: 45px; */
  padding-left: 0px;
  font-size: 1.1em;
}

#main-content .content .primary-btn{
  display: inline-block;
  margin-top: 20px;
  font-size: 0.85em;
}

#middle-banner{
  min-height: 560px;
  width: 100%;
  background:url(https://www.ipd.com.au/images/ev-infrastructure/middle-banner.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 20px;
  /* padding: 60px 0; */
}

#middle-banner h2{
  color: #fff;
  text-align: left;
}

#middle-banner p{
  color: #fff;
}

#middle-banner .content-wrapper{
  background: url(https://www.ipd.com.au/images/ev-infrastructure/middle-banner-content-bg.png) right bottom no-repeat;
  background-size: cover;
  padding: 30px;
  /* padding: 90px; */
  box-sizing: border-box;
  width: 100%;
  /* width: 90%; */
}

#middle-banner .primary-btn{
  margin-top: 20px;
}

#products .list .content{
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

#products .list > .image{
  cursor: pointer;
  transition: all 0.5s ease;
  display: flex;
  background: rgb(27,70,131);
}

#products .list > .image img{
  transition: all 0.3s ease;
}

/* #products .product-item.open .list .content{
  background: #F1F1F1;
} */

#products .list .content .link-btn{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background:#D23A2B;
  align-self: flex-end;
  position: relative;
}

/* #products .list .content .link-btn:hover, */
#products .open .list .content .link-btn{
  transform:rotate(90deg);
}

#products .list .content .link-btn span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  font-size: 1.3em;
  margin-top: 5px;
  margin-left: 10px;
}

#products .list .content h3{
  margin-bottom: 0;
  padding-bottom: 0;
}

#products .product-popup{
  display: none;
}

#products .product-popup .inner-wrapper {
  position: relative;
  padding: 0 10px;
}

#products .product-popup .inner-wrapper .close-btn{
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}

#products .product-popup .inner-wrapper .close-btn:before{
  font-size: 28px;
}

#products .product-popup .inner-wrapper .image-wrapper{
  padding-left: 0;
  display: none;
}

#products .product-popup .inner-wrapper .image-wrapper img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#products .product-popup .inner-wrapper .content-wrapper{
  /* padding: 100px 0px 50px 65px; */
  padding: 20px;
  box-sizing: border-box;
  /* width: 75%; */
  width: 100%;
  background-color: #F1F1F1;
}

#products .product-popup .inner-wrapper .content-wrapper .inner-content{
  height: auto;
  /* max-height: 550px; */
  overflow: auto;
  /* padding-right: 50px; */
  padding-right: 0px;
}

#products .product-popup .inner-wrapper .content-wrapper .inner-content .scrollbar-thumb{
  background: rgb(0 0 0 / 28%);
}

.product-popup .inner-wrapper .product-list{
  margin-top: 40px;
}

.layout-2 .product-popup .inner-wrapper .product-list{
  margin-top: 0px;
}

.product-popup .inner-wrapper .product-list > li{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  margin-bottom: 0px;
}

.product-popup .inner-wrapper .product-list li:last-child{
  margin-bottom: 0;
}

#products .product-popup .inner-wrapper .product-list li .list-image{
  /* width:25%; */
  width: 100%;
  text-align: center;
}

#products .product-popup .inner-wrapper .list-image img{
  width:auto;
}

#products .product-popup .inner-wrapper .product-list li .list-content{
  /* width:75%; */
  width: 100%;
}

#products .layout-2 .product-popup .inner-wrapper .product-list li .list-content{
  width:100%;
}

.product-popup .inner-wrapper .product-list li .list-content ul{
  padding-left: 30px;
}

.product-popup .inner-wrapper .product-list li .list-content ul li{
  list-style: disc;
}

#learn-more .container > .row{
  align-items: center;
}

#learn-more .image-wrapper img{
  position: relative;
  z-index: 1;
}

#learn-more .content-wrapper{
  background:#14233F;
  /* padding:30px 30px 30px 100px; */
  padding:85px 30px 30px;
  position:relative;
  height: auto;
  /* height: 460px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin-top: -60px;
  z-index: 0;
}

#learn-more .content-wrapper:before{
  content:'';
  position:absolute;
  background:#14233F;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  z-index:-1;
  opacity: 0;
  pointer-events: none;
}

#learn-more .content-wrapper h2{
  color: #fff;
}

#learn-more .content-wrapper .primary-btn{
  align-self: start;
}


#faq .accordian-item {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: #ccc solid 1px;
}

  #faq .accordian-item .heading{
    position: relative;
    padding-right: 50px;
    cursor: pointer;
  }

    #faq .accordian-item .heading .icon{
      position: absolute;
      top: 0px;
      right: 0;
      font-size: 1.5em;
      color: #959595;
      transition: all 0.5s ease;
      pointer-events: none;
      z-index: 1;
    }

    #faq .accordian-item .heading.active .icon{
      transform: rotate(180deg);
    }

  #faq .accordian-item .content{
    padding-right: 50px;
    display: none;
  }

#inquiry-form .image-wrapper{
  padding: 0 20px;
}


#inquiry-form .form-wrapper{
  width: 100%;
  background:#F3F2F2;
  /* padding:30px 30px 30px 100px; */
  padding: 30px;
  position:relative;
  height: 100%;
}

#inquiry-form .form-wrapper:before{
  content:'';
  position:absolute;
  width:100%;
  height:20%;
  background:#F3F2F2;
  left:0;
  top:-15%;
  z-index:-1;
}

#inquiry-form .bottom-text {
  font-style: italic;
  color: #3e3e3e;
  font-size: 0.85rem;
  margin-top: 30px;
}

.product-popup .abb-logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  pointer-events: none;
}

.product-popup .abb-logo img{
  width: 60px;
  height: auto;
}

@media(min-width:768px){
  .product-landing-page h1{
      font-size: 3em;
  }

  .product-landing-page h2{
    font-size: 2.5em;
  }

  #main-banner{
    position:relative;
  }

  #main-banner .caption {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
  }

  #main-banner .caption-text{
    background: url(https://www.ipd.com.au/images/ev-infrastructure/caption-bg.png) bottom right no-repeat;
  }

  #main-banner .caption h1,
  #main-banner .caption p{
    color: #fff;
  }
  

  #main-content{
    text-align:left;
  }

  #main-content .row{
    align-items: center;
    justify-content: center;
  }

  #main-content h2{
    text-align: left;
  }

  #main-content .title{
    width: 200px;
  }

  #products .product-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    background: rgba(0,0,0,0.8);
    padding: 40px 0;
    display: none;
  }

  #products .product-popup .inner-wrapper {
    position: absolute;
    width: 90%;
    max-width: 1400px;
    height: auto;
    box-sizing: border-box;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #products .product-popup .inner-wrapper .close-btn{
    display: block;
  }

  #products .product-popup .inner-wrapper .content-wrapper {
    padding: 100px 20px 50px 30px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
  }

  #products .list .content{
    padding: 30px 10px;
  }

  #products .product-popup .inner-wrapper .product-list li .list-image{
    width:25%;
  }

  #products .product-popup .inner-wrapper .product-list li .list-content {
    width: 75%;
  }

  #products .product-popup .inner-wrapper .content-wrapper .inner-content{
    max-height: 550px;
    padding-right: 30px;
  }

  #inquiry-form .form-wrapper:before {
    height: 35%;
    top: -35%;
  }
}

@media(min-width:1024px) {

  .show-mobile{
    display: none;
  }

  .show-desktop{
    display: inline-block;
  }

  #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 p{
    padding-right: 100px;
  }

  .product-landing-page h1 {
      font-size: 3.3em;
      /* margin-bottom: 40px; */
  }

  #inquiry-form .image-wrapper {
    padding: 50px 0;
    height: 100%;
  }

  #inquiry-form .image-wrapper img{
    height: 100%;
    object-fit: cover;
    object-position: 36% 0px;
  }

  #inquiry-form .form-wrapper {
      padding: 30px;
  }

  #inquiry-form .form-wrapper:before {
      top: 0;
      left: -60%;
      width: 60%;
      height: 100%;
  }

  #learn-more .content-wrapper {
    height: 380px;
    padding: 30px 30px 30px 25px;
    margin-top: 0;
  }

  #learn-more .content-wrapper:before{
    opacity: 1;
  }

  /* override main menu style */
  .main-navigation ul li.tn-link>a,
  .widget-category-menu .menu-button,
  .menu-sub-categories .menu-group .heading a{
    font-weight: 500;
  }

  .widget-category-menu .menu-button:after{
    bottom: -15px;
  }
  .main-navigation ul li.has-submenu>a:after{
    bottom: -12px;
  }
}

@media(min-width:1280px){
  .product-landing-page .btn{
      background-image: -webkit-linear-gradient(30deg, #D23A2B 50%, transparent 50%);
      background-image: linear-gradient(30deg, #D23A2B 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: #D23A2B;
  }

  #products .list .content .link-btn{
    width: 50px;
    height: 50px;
  }

  #products .list .content .link-btn span{
    font-size: 1.8em;
    margin-left: 12px;
  }

  #products .list:hover .content .link-btn,
  #products .list .content .link-btn:hover{
    transform:rotate(90deg);
  }

  #products .list:hover .image{
    /* filter: gray;
    -webkit-filter: grayscale(100%); */
    /* filter: sepia(100%) hue-rotate(190deg) saturate(500%);
    -webkit-filter: sepia(100%) hue-rotate(190deg) saturate(500%); */
    transform: scale(0.98);
  }

  #products .list:hover .image img{
    opacity: 0.7;
  }

}

@media(min-width:1366px){
  #products .product-popup .inner-wrapper .image-wrapper{
    display: block;
  }

  #products .product-popup .inner-wrapper .content-wrapper{
    width: 75%;
  }

  #middle-banner .content-wrapper{
    width: 90%;
    padding: 90px;
  }

  .product-landing-page section{
    margin-bottom: 100px;
  }

  #learn-more .content-wrapper{
    height: 460px;
    padding: 30px 30px 30px 100px;
    margin-top: 0;
  }

  #main-content .content{
    padding-left: 45px;
  }

  #main-banner .caption-text{
    padding: 50px 105px 50px 40px;
    max-width: 800px;
  }

  #inquiry-form .form-wrapper {
    padding: 60px 30px 30px;
  }

  #main-banner .caption p {
    padding-right: 0px;
  }
}

@media(min-width:1600px){
  .product-landing-page h1 {
    font-size: 5em;
  }

  #main-banner .caption-text {
    max-width: 1135px;
    background-position: left bottom;
    background-size: cover;
  }

  #main-banner .caption p{
    font-size: 1.6em 
  }
}


.inq-fix-btn {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 999;
}

.inq-fix-btn .primary-btn{
  border-radius: 50px 0 0 50px;
}
