.header {
  height: 600px;
  background-image: url("/assets/images/service-assets/service-header.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Mulish", sans-serif;
}
.header h5 {
  font-size: 36px;
  font-weight: 500;
}
.header h1 {
  font-size: 64px;
  font-weight: 700;
}
.header a {
  font-size: 15px;
  font-weight: 700;
}

.quotes {
  background-image: url("/assets/images/service-promo/quotes-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Mulish", sans-serif;
}
.quotes .quotes-content {
  height: 500px;
}
.quotes h1 {
  font-weight: 600;
}
.quotes h3 {
  font-weight: 400;
  color: white;
  font-style: italic;
}

.about {
  background-image: none;
  font-family: "Mulish", sans-serif;
}
.about .left h1 {
  font-weight: 700;
}
.about .left h5 {
  font-size: 22px;
  text-align: justify;
}

.service {
  font-family: "Mulish", sans-serif;
}

.service .service-head h5 {
  font-weight: 700;
  font-size: 28px;
}

.service .service-head p {
  font-weight: 500;
  font-size: 20px;
}

.service .form .fa-magnifying-glass {
  top: 20px;
  left: 20px;
  color: #9ca3af;
}

.service .form span {
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}

.service .searchbar_form {
  width: 100%;
  border-radius: 50px;
  box-shadow: -3px -3px 38px -9px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: -3px -3px 38px -9px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: -3px -3px 38px -9px rgba(0, 0, 0, 0.31);
}

.service .searchbar {
  border: none !important;
}

.service .searchbar::after {
  border: none;
}

.service .searchbar:focus {
  border: none !important;
}

.service .service-card {
  margin: 15px 15px 15px 15px;
  border-radius: 20px;
  font-family: "Mulish", sans-serif;
  width: 350px;
  box-shadow: -2px 1px 39px -4px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: -2px 1px 39px -4px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: -2px 1px 39px -4px rgba(0, 0, 0, 0.38);
}

.service .service-card img {
  border-radius: 20px 20px 0px 0px;
}

.service .service-card .service-card-top {
  height: 200px;
  border-radius: 20px 20px 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service .service-card .badge-product {
  transform: translateY(160px);
  font-weight: 600;
  border-radius: 20px;
  margin-left: 20px;
  z-index: 3;
  text-align: center;
  width: 70px;
  background-color: #F9943B;
}

.service .service-card .badge-product p {
  font-size: 13px;
}

.service .service-card .badge-service {
  transform: translateY(160px);
  font-weight: 600;
  border-radius: 20px;
  margin-left: 20px;
  z-index: 3;
  text-align: center;
  width: 70px;
  background-color: #12A960;
}

.service .service-card .badge-service p {
  font-size: 13px;
}

.facility {
  font-family: "Mulish", sans-serif;
}
.facility .right .fa-circle-check {
  color: rgb(249, 148, 59);
  color: linear-gradient(125deg, rgb(249, 148, 59) 0%, rgb(255, 187, 0) 100%);
}
.facility .right img {
  width: 200px !important;
}
.facility .right h1 {
  font-weight: 800;
}
.facility img {
  width: 40vw !important;
}
.facility .profit-list {
  margin-top: 10px;
}

._register {
  font-family: "Mulish", sans-serif;
  background-image: url("/assets/images/about-assets/work-flow-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
._register h1 {
  font-weight: 700;
}
._register h5 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 400;
}
._register .register_step {
  margin: 15px 15px 15px 15px;
  border-radius: 20px;
  background-color: white;
  width: 350px;
}
._register .register_step h5 {
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 576px) {
  .about .left {
    text-align: center;
  }
  .about .left img {
    width: 250px;
  }
  .about .left h5 {
    text-align: center;
  }
  .about .right img {
    width: 350px !important;
  }
  .header h1 {
    font-size: 35px;
  }
  .header h5 {
    font-size: 20px;
  }
  .facility .facil-img {
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .about .right img {
    width: 400px;
  }
}/*# sourceMappingURL=service-promo.css.map */