.mspftr-bnrbg .mspftr-subhdr {
  color: #fff;
  width: 70%;
}
.cmn-breadcrum .bread-crumb-arrow {
  margin: 3px 5px;
  color: #d0e7ff;
}
.cmn-breadcrum .root-page {
  color: #d0e7ff;
}
.cmn-breadcrum a {
  color: #cfe7ff;
  position: relative;
  margin: 10px 0px;
}
.whatisbx.three-col {
  display: flex;
  justify-content: space-around;
  padding-bottom: 0;
}
.whatisbx.three-col .col {
  flex: 0 0 30%;
}
.whatisbx.three-col.content-view .col:nth-child(2) {
  transform: translateY(0);
}
.whatisbx.three-col .col p {
  margin-bottom: 0px;
  text-align: center;
}
.whatisbx.three-col.content-view .col:nth-child(2):hover {
  transform: translateY(-10px);
}
@media only screen and (max-width: 667px) {
  .promotion-bg.stickyfixed-header {
    margin-top: 25px;
  }
}