.enquiry-section {
  background-color: #bde2ee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enquiry-section h5 {
  color: #38393b;
}
.enquiry-section h5 span {
  color: #ee3f75;
  font-size: 1.75rem;
}
.enquiry-section .contact-row::before, .enquiry-section .contact-row::after {
  content: url(/assets/images/cursor.png);
  position: absolute;
  z-index: 100000;
  top: 0;
}
.enquiry-section .contact-row::before {
  left: -20px;
}
.enquiry-section .contact-row::after {
  right: -20px;
}
.enquiry-section .line-break {
  display: inline;
}

.logo-section .had-logo, .logo-section .skbm-logo {
  max-width: 400px;
}

footer.page-footer {
  padding-top: 0;
}
footer .footer-copyright {
  background-color: #ee3f75 !important;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0 !important;
  border: 0 !important;
}
footer .footer-copyright p {
  font-weight: 100;
  color: #fff !important;
}

@media screen and (max-width: 996px) {
  .enquiry-section {
    min-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .enquiry-section {
    min-height: 230px;
  }
  .enquiry-section .contact-row {
    padding-bottom: 50px;
  }
  .enquiry-section .skbm-text {
    line-height: normal;
  }
  .enquiry-section .footer-left, .enquiry-section .footer-right {
    width: 50%;
  }

  footer .footer-copyright p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .enquiry-section .line-break {
    display: block;
  }

  .logo-section .had-logo, .logo-section .skbm-logo {
    max-width: 100%;
  }
}

/*# sourceMappingURL=footer.css.map */
