@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.section-title-container {
  text-align: center;
  margin-bottom: 60px;
}
.section-title-container div {
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 4px;
  position: relative;
  z-index: 90;
}
@media screen and (max-width: 900px) {
  .section-title-container div {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .section-title-container div {
    font-size: 2.6rem;
  }
}
.section-title-container div:before {
  content: "";
  width: 100%;
  height: 10px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #f0cdcc 25%, transparent 25%, transparent 50%, #f0cdcc 50%, #f0cdcc 75%, transparent 75%, transparent);
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: -1;
}
.section-title-container span {
  display: block;
  font-size: 2rem;
  font-family: "Baloo", cursive;
  color: #D7250C;
  letter-spacing: 2px;
  border: none;
  margin-top: 20px;
}

.free-online-consultation-wrap {
  width: 1280px;
  height: 100%;
  text-align: center;
  margin: 6% auto 0;
}
@media screen and (max-width: 1280px) {
  .free-online-consultation-wrap {
    width: 96%;
    margin: 6% auto 0;
  }
}
/*# sourceMappingURL=free-online-consultation.css.map */