@media (max-width: 600px) {
  .billing-content .billing-card h3 {
    padding-left: 30px;
  }
  .billing-content .billing-card h3 .icon {
    height: 30px;
    width: 30px;
    top: initial !important;
  }
  .billing-content h2 {
    text-align: center;
  }
  .billing-content h2 span {
    font-size: inherit !important;
  }
  .product-wrapper .overlay-content h5 {
    color: #F77F00 !important;
  }
  .features-text h2, .product-text h2 {
    font-size: 2rem !important;
    font-weight: 500 !important;
  }
  .solution-card .card-footer-right {
    padding: 0;
    margin-top: 25px;
  }
  .solution-card .card-footer h3 a {
    font-weight: 500;
  }
  .hero-section {
    background-position: 100%;
  }
  .hero-section .hero-content {
    text-align: center;
    height: 50vh !important;
  }
  .hero-section .hero-content h2 {
    font-weight: 500;
    text-align: center;
    line-height: 2.5rem !important;
  }
  .hero-section .hero-content h3 {
    margin-top: 5px !important;
    text-align: center;
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    line-height: 1.5rem !important;
  }
  .hero-section .hero-content h3 span {
    display: inline !important;
  }
  .hero-section:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
  }
  .product-section .row.align-items-center .col-xs-12 .row .col-lg-4 {
    width: 100% !important;
  }
}

@media (max-width: 900px) {
  .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-toggler {
    display: none;
  }
  .enquiries {
    padding-top: 60px;
  }
  .enquiries .form-section {
    text-align: center;
  }
  .enquiries .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .enquiries .row .col-xs-12 {
    width: 80% !important;
    margin: auto;
  }
  .enquiries .row .contact-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
  .enquiries .row .enquiry-section {
    padding: 0;
    text-align: center;
  }
  .additional-product {
    padding-top: 60px !important;
  }
  .product-section {
    padding-top: 10px;
  }
  .product-section .row.align-items-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-section .row.align-items-center .col-xs-12 {
    width: 100%;
  }
  .product-section .row.align-items-center .col-xs-12 .row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .product-section .row.align-items-center .col-xs-12 .row .col-lg-4 {
    width: 33%;
  }
  .product-section .row.align-items-center .col-xs-12 h2 {
    font-size: 2rem;
  }
  .billing-content h2 {
    font-size: 2rem;
  }
  .billing-content .billing-card h3 {
    padding-left: 0px;
  }
  .billing-content .billing-card h3 .icon {
    display: none;
    height: 30px;
    width: 30px;
    top: initial !important;
  }
  .billing-content h2 {
    text-align: center;
  }
  .billing-content h2 span {
    font-size: inherit !important;
  }
  .product-wrapper .overlay-content h5 {
    color: #F77F00 !important;
  }
  .features-text h2, .product-text h2 {
    font-size: 2rem !important;
    font-weight: 500 !important;
  }
  .solution-card {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .solution-card .card-img-right {
    width: 100% !important;
  }
  .solution-card .card-footer-right {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
  .solution-card .card-footer-right p {
    font-size: 1.1rem;
    margin: 0;
  }
  .solution-card .card-footer-right h3 a {
    font-size: calc(1.3rem + .6vw);
  }
  .solution-card .card-footer h3 a {
    font-weight: 500;
  }
  .feature-detail p {
    font-size: 0.9rem !important;
  }
  .buyer-section {
    padding-bottom: 0;
  }
  .buyer-section .tab-content {
    padding: 15px !important;
  }
  .buyer-section .nav-tabs li button {
    padding: 10px 10px;
  }
  .buyer-section .nav-tabs li button .icon {
    width: 20px;
  }
  .buyer-section .nav-tabs li button span {
    font-size: 0.9rem;
  }
  .hero-section {
    background-position: 100%;
  }
  .hero-section .hero-content {
    text-align: center;
    height: 50vh !important;
    padding: 0;
  }
  .hero-section .hero-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-section .hero-content h2 {
    font-weight: 500;
    text-align: center;
    line-height: 2.5rem !important;
  }
  .hero-section .hero-content h3 {
    margin-top: 5px !important;
    text-align: center;
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    line-height: 1.5rem !important;
  }
  .hero-section .hero-content h3 span {
    display: inline !important;
  }
  .hero-section:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
  }
}
/*# sourceMappingURL=responsive.css.map */