.mspftr-bnrbg .mspftr-subhdr {
  color: #fff;
  width: 100%;
}
p.pg-introtxt {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.slick-dots {
  display: none
}
.whatisbx.three-col {
  display: flex;
  justify-content: space-around;
  padding-bottom: 0;
}
.whatisbx.three-col .col {
  flex: 0 0 50%;
}
.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);
}
.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;
}
.testi-slider2 .slick-dots li.slick-active, .testi-slider3 .slick-dots li.slick-active, .testi-slider4 .slick-dots li.slick-active {
  background: #fff;
  border: 1px solid #fff;
}
h3.mB10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 980px) {
  p.pg-introtxt {
    width: 100%;
    margin: 0 auto
  }
}