.heading-menu {display:none;}
.divRow {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.divRow::before, .divRow::after {
  content: '';
  display: table;
  clear: both;
}
.divRow > .per25 {
  transition: all ease-in-out .3s;
  position: relative;
  background: #fff;
  text-align: center;
  width: 293px;
  -webkit-box-shadow: 0 0 20px 0 #dadada;
  box-shadow: 0 0 20px 0 #ffffff;
  margin: 20px;
  padding: 0;
}
.div-card {
  position: relative;
  text-align: center;
}
.div-card {
  position: relative;
  text-align: center;
}

.ctCol {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  text-align: left;
  position: relative;
}
.ct-spc {
  background: #fff;
  margin: -50px 10px 10px;
  padding: 10px 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #343434;
}
.ctCol p {
  font-size: 14px;
  margin: 5px 0;
  font-family: 'Poppins',sans-serif;
  color: #343434;
  min-height: 75px;
}

h2, .hTag2 {
    font-size: 20px;
    line-height: 34px;
    margin: 0px 0 0px;
    color: #333;
    font-weight: 400;
}
h1, .pg-head, .hTag1 {
    font-size: 24px;
    line-height: 45px;
    margin: 0 0 0px;
    color: #333;
    letter-spacing: -1px;
    font-weight: 400;
}
.footer .footCol2 {
    padding: 2% 0%;
    border-right: 0px solid #292929;
}
.footer .footCol1, .footer .footCol2 {
    border-right: 0px solid #666;
}
.footCol2 {
    width: 30%;
    min-height: 220px;
    padding: 0 4.5%;
    float: left;
    border-right: 1px dashed #000;
}
