body {
  font-family: "Poppins";
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style-type: none;
}
a,
a:hover {
  text-decoration: none;
}
.mpad0 {
  padding: 0px;
}
.row {
  margin: 0px;
}
.common-heading {
  width: 696px;
  margin: 0px auto;
  margin-bottom: 70px;
}
.common-heading h2 {
  color: #333333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.95px;
  line-height: 46px;
  margin-bottom: 12px;
}
.common-heading label {
  display: block;
  height: 2px;
  width: 50px;
  background-color: #03a57b;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.common-heading h3 {
  color: #333333;
  font-family: "Poppins";
}
.common-heading p {
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px;
  line-height: 26px;
}
.common-section {
  padding: 85px 0px;
  padding-bottom: 100px;
}
.pad0 {
  padding: 0px;
}
.last-child-0 {
  margin-bottom: 0px;
}

affix {
  top: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .common-heading {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .common-section {
    padding: 60px 0px;
  }
  .common-heading {
    width: 95%;
    margin-bottom: 60px;
  }
  .common-heading h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .common-heading h3 {
    margin-bottom: 15px;
  }
  .common-heading p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 555px) and (min-width: 100px) {
  body div.zsiq-mobhgt[embedtheme].siqembed {
    height: 75% !important;
  }
}
