.data-centre-landing-page-wrapper {
  background-color: #FFFFFF;
  background-image: url(https://ipdstagedev.commerce.vision/images/landing-page/data-centre/background-blur.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center, 50%, 50%;
}

#main-banner .caption-text {
  position: absolute;
}

#main-banner .caption-text {
  margin: 14% auto 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

#main-banner h1,
#main-banner h3 {
  color: #fff;
}

#main-banner .slide-item img {
  height: 540px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.font-weight-full {
  font-weight: 700px;
}

.align-right {
  text-align: right;
}

#main-banner .slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(
    90deg,
    rgba(26, 58, 123, 0.3) 0%,
    rgba(26, 58, 123, 0.9248949579831933) 100%
  );
}

#main-content .grouped-item.item-second {
  top: 0;
  right: 0;
}

#main-content .grouped-item.item-fourth {
  top: 360px;
  right: 0;
}

#main-content .solutions-wrapper h2 {
  font-size: 2.813em;
  line-height: 55px;
}

#main-content .solutions-wrapper h3 {
  font-size: 2.188em;
  color: #d23a2b;
}

#main-content .group-content-wrapper svg {
  width: 34px;
  margin-top: 37px;
}

#main-content .grouped-item.row-reverse {
  flex-direction: row-reverse;
}

#main-content .grouped-item.row-reverse svg {
  transform: rotate(180deg);
}

#main-content .group-icon-wrapper {
  width: 15%;
}

.product-gallery .tab-parent .tab-button{
  margin-bottom: unset;
}

.product-gallery .tab-parent, .tab-child {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  background-color: #FFFFFF;
}

.product-gallery .tab-child .tab-button {
  border: 0.5px solid #B8B8B8;
  text-align: center;
  vertical-align: middle;
  color: #595959;
  background-color: #FFF;
}

#inquiry-form .content-wrapper {
    padding-top: 0px;
    text-align: center;
    margin-bottom: 60px;
}

.product-gallery .tab-content .tab-child {
  background-color: transparent;
}

.product-gallery .tab-button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 26px 20px 17px;
  transition: 0.3s;
  font-size: 1.063em;
  width: 25%;
}

.product-gallery .tab-button:hover,
.tab-button.active {
  background-color: #1A3A7B !important;
  color: #FFFFFF !important;
}

.product-gallery .tab-button img {
  width: 49px;
  height: 48px;
  margin-bottom: 50px;
}

.product-gallery .tab-button h2 {
  font-size: 1.563em;
  color: #595959;
  width: 160px;
  margin-bottom: unset;
}

.product-gallery .tab-button:hover h2,
.tab-button.active h2,
.tab-button.active
{
  color: #FFFFFF;
}

.product-gallery .tab-content {
  display: none;
  padding: 14px 0px;
  border-top: none;
}

.product-gallery .sub-tab-content {
  display: none;
  padding: 22px 0;
}

.product-gallery .sub-tab-content .content-wrapper img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.product-gallery .sub-tab-content .content-wrapper .image-wrapper{
box-shadow: 0px 4px 15px 3px #0000001A;
position: relative;
}

.product-gallery .sub-tab-content .inner-content-wrapper h2 {
  margin-top: 28px;
}

.product-gallery .heading,
#featured-products .heading h2 {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #1A3A7B;
  margin-bottom: 75px;
}

#featured-products a p{
  color: #3E3E3E;
}

#featured-products a{
  position: relative;
}

#featured-products a:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

#heading-divider {
  background-color: #1A3A7B;
  height: 190px;
  margin-bottom: 90px;
}

#heading-divider .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#heading-divider .container h2 {
  color: #FFFFFF;
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
}

#featured-products {
  margin-bottom: 130px;
}

#featured-products .product-row {
  column-gap: 1%;
}

.product-landing-page .col-lg-4 {
  /* width: 300px; */
  margin: 0 auto;
  padding: 35px 25px 22px;
  box-shadow: 0px 0.77px 3.06px 0px #00000040;
  background-color: #fff;
  margin-bottom: 30px;
}

.product-landing-page .col-lg-4 img{
  margin-bottom: 16px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 192px;
  height: 150px;
  object-fit: contain;
}

.product-landing-page .col-lg-4 h2{
  font-family: Poppins;
  font-size: 19.13px;
  font-weight: 700;
  line-height: 22.96px;
  text-align: left;
  color: #1A3A7B;
}

.product-landing-page .col-lg-4 p{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  margin-bottom: unset;
}

.product-landing-page .col-lg-4:last-of-type {
  padding-right: 25px;
}

@media (min-width: 200px){
  #main-content .grouped-blocks {
    position: relative;
  }

  #main-content .solutions-wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 20px;
    margin-bottom: unset;
  }

  #main-content .center-block {
    margin: unset;
    height: unset;
    width: 100%;
    text-align: center;
  }

  #main-content .grouped-blocks .grouped-item {
    position: relative;
    width: 100%;
    display: block;
  }

  #main-content .group-icon-wrapper {
    display: none;
  }

  #main-content .group-content-wrapper {
    width: 100%;
    text-align: center;
  }

  #main-content .grouped-item.item-third,
  #main-content .grouped-item.item-fourth{
    top: unset;
  }

  .align-right {
    text-align: center;
  }

  .sub-tab-content .content-wrapper {
    text-align: center;
  }

  .product-gallery .sub-tab-content .inner-content-wrapper {
    width: 100%;
    text-align: left;
  }

  .product-gallery .tab-parent, .tab-child {
    flex-wrap: wrap;
  }

  .product-gallery .tab-button {
    width: 100%;
  }

    .product-gallery .tab-button img {
  margin-bottom: unset;
}

  .product-gallery .tab-parent .tab-button{
  display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}

  .product-gallery .tab-button h2 {
  width: unset;
}

  #main-banner h1 {
    font-size: 2em;
    font-weight: 700;
}
  #main-banner h3 {
    font-size: 1.2em;
    font-weight: 400;
}
    #main-banner .slide-item img {
  height: 250px;
}

#main-content .solutions-wrapper h3 {
  font-size: 1.5em;
}

#main-content .solutions-wrapper h2 {
  font-size: 1.75em;
}

#main-content .solutions-wrapper h2 {
  margin-bottom: 0px;
}

#main-content .solutions-wrapper h3 {
  margin-bottom: 0px;
}

#main-content p {
  font-size: 1em;
  margin: 0px 0px 40px;
}

  .product-gallery .sub-tab-content .content-wrapper .image-wrapper{
    width: 100%;
    height: 400px;
    background-color: #FFF;
    }

    #heading-divider .container h2 {
      margin: 0px;
      font-size: 1em;
      line-height: 20px;
    }

    .product-gallery .tab-parent p {
      margin-left: unset;
  }
}

@media (min-width: 500px) {
    .product-gallery .sub-tab-content .content-wrapper .image-wrapper{
width: 416px;
height: 423px;
}

.product-gallery .tab-parent p {
  margin-left: auto;
}
}

@media (min-width: 1024px) {

      #inquiry-form .content-wrapper {
          text-align: left;
    margin-bottom: unset;
  padding-top: 200px;
}

  #main-content .solutions-wrapper {
  margin-bottom: 100px;
  padding-top: 120px;
  display: block;
}
  #main-content .grouped-blocks .grouped-item {
    width: 280px;
    position: absolute;
  display: flex;
  }

  #main-content .grouped-blocks {
  position: absolute;
  width: 100%;
}
  #main-content .grouped-item.item-third,
  #main-content .grouped-item.item-fourth{
  top: 360px;
}

  #main-content .center-block {
  height: 500px;
  margin: 120px auto 0;
  text-align: center;
  width: 317px;
}

  #main-content .group-icon-wrapper {
  padding-top: 40px;
  display: block;
}

  #main-content .group-content-wrapper {
  width: 85%;
  text-align: left;
}

  .align-right {
    text-align: right;
  }

  .product-gallery .sub-tab-content .content-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 15%;
}
  .product-gallery .sub-tab-content .inner-content-wrapper {
  width: 40%;
  text-align: left;
}
  .product-gallery .tab-parent, .tab-child {
    flex-wrap: nowrap;
  }

  .product-gallery .tab-button {
    width: 25%;
  }

    .product-gallery .tab-button {
    width: 25%;
  }

    .product-gallery .tab-button img {
  margin-bottom: 50px;
}

    .product-gallery .tab-parent .tab-button{
  display: block;
}

    .product-gallery .tab-button h2 {
  width: 160px;
}

      #main-banner .slide-item img {
  height: 541px;
}

  #main-banner h1 {
  font-size: 3.75em;
}

#main-banner h3 {
  font-size: 1.875em;
  font-weight: 400;
}

#main-content, .product-gallery, #featured-products, #inquiry-form {
  padding: 0px 9%;
}

#main-content .solutions-wrapper h3 {
  font-size: 2.188em;
}

#main-content .solutions-wrapper h3 {
  margin-bottom: 30px;
}

#main-content p {
  font-size: 1.125em;
}

#main-content .solutions-wrapper h2 {
  font-size: 2.813em;
  line-height: 55px;
}

#heading-divider .container h2 {
  margin: 0px 13%;
  line-height: 33.6px;
  font-size: 1.5em;
}
.product-landing-page .col-lg-4 {
  width: 23%
}
.product-landing-page #featured-products .col-lg-4 {
  width: 49%;
}

}

@media (min-width: 1366px) {
  #main-content .grouped-blocks .grouped-item {
    width: 350px;
  }

  .product-landing-page #featured-products .col-lg-4 {
    width: 23%;
  }

  .product-landing-page #featured-products .col-lg-4 h2 {
      min-height: 46px;
  }
}