.nav-pills > li > a.menu-get-start {
  display: none;
}

.select-a-service-wrapper {
  padding-bottom: 160px;
}
.select-a-service-wrapper .sas-header {
  text-align: center;
  padding-top: 120px;
}
.select-a-service-wrapper .sas-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 32px;
}
.select-a-service-wrapper .sas-pro-list {
  display: flex;
  justify-content: space-between;
}
.select-a-service-wrapper .sas-pro-list .item {
  text-align: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  width: 24%;
  padding: 0 6px 33px;
}
.select-a-service-wrapper .sas-pro-list .item .item-img {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-a-service-wrapper .sas-pro-list .item .item-img img {
  max-width: 100%;
  max-height: 100%;
}
.select-a-service-wrapper .sas-pro-list .item .item-name {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.select-a-service-wrapper .sas-pro-list .item .item-desc {
  margin-top: 10px;
}
.select-a-service-wrapper .sas-pro-list .item .item-desc .item-detail {
  color: #949494;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 8px;
}
.select-a-service-wrapper .sas-pro-list .item .item-more {
  margin-top: 32px;
}
.select-a-service-wrapper .sas-pro-list .item .item-more a {
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.select-a-service-wrapper .sas-pro-list .item .item-more a:hover {
  color: #00c4b3;
}
.select-a-service-wrapper .sas-pro-list .item .item-btn {
  margin-top: 13px;
}
.select-a-service-wrapper .sas-pro-list .item .item-btn a {
  display: inline-block;
  background: #f7d33f;
  color: #444;
  border-radius: 99em;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 256px;
}
.select-a-service-wrapper .sas-pro-list .item .item-btn a:hover {
  background-color: #d3b022;
  color: #fff;
}
.select-a-service-wrapper .sas-business {
  border: 1px solid #e7e7e7;
  margin-top: 16px;
  padding: 16px 16px 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-a-service-wrapper .sas-business .sasb-title {
  color: #949494;
  font-size: 15px;
  line-height: 1.2;
}
.select-a-service-wrapper .sas-business .sasb-title span {
  font-size: 20px;
  font-weight: bold;
  color: #00c4b3;
}
.select-a-service-wrapper .sas-business .sasb-list {
  display: flex;
  width: 80%;
}
.select-a-service-wrapper .sas-business .sasb-list .item {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  margin-left: 16px;
  width: 420px;
}
.select-a-service-wrapper .sas-business .sasb-list .item .item-img {
  height: 86px;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-a-service-wrapper .sas-business .sasb-list .item .item-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.select-a-service-wrapper .sas-business .sasb-list .item .item-sp {
  height: 83%;
  width: 1px;
  background: #e7e7e7;
}
.select-a-service-wrapper .sas-business .sasb-list .item .item-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  margin-left: 16px;
}
.select-a-service-wrapper .sas-business .sasb-list .item:hover .item-name {
  color: #00c4b3;
}

@media screen and (max-width: 1180px) {
  .select-a-service-wrapper .sas-pro-list .item .item-desc {
    min-height: 96px;
  }
}
@media screen and (max-width: 1130px) {
  .select-a-service-wrapper .sas-pro-list .item .item-desc .item-detail {
    font-size: 14px;
  }

  .select-a-service-wrapper .sas-business .sasb-title {
    font-size: 14px;
  }
  .select-a-service-wrapper .sas-business .sasb-title span {
    font-size: 18px;
  }

  .select-a-service-wrapper .sas-business .sasb-list .item {
    width: 200px;
  }

  .select-a-service-wrapper .sas-business .sasb-list .item .item-name {
    font-size: 16px;
  }

  .select-a-service-wrapper .sas-business .sasb-list .item .item-img {
    height: 70px;
    width: 80px;
  }
}
@media screen and (max-width: 970px) {
  .select-a-service-wrapper .sas-pro-list {
    flex-wrap: wrap;
  }
  .select-a-service-wrapper .sas-pro-list .item {
    width: 49%;
    margin-top: 16px;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-desc {
    min-height: inherit;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-desc .item-detail {
    font-size: 15px;
  }
  .select-a-service-wrapper .sas-business {
    border-left: 0 none;
    border-right: 0 none;
    margin-top: 16px;
    padding: 10px 0 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .select-a-service-wrapper .sas-business .sasb-title {
    font-size: 15px;
  }
  .select-a-service-wrapper .sas-business .sasb-title span {
    font-size: 20px;
    margin-right: 4px;
  }
  .select-a-service-wrapper .sas-business .sasb-title br {
    display: none;
  }
  .select-a-service-wrapper .sas-business .sasb-list {
    justify-content: space-between;
    width: 100%;
    margin-top: 12px;
  }
  .select-a-service-wrapper .sas-business .sasb-list .item {
    margin-left: 0;
    width: 32%;
  }
  .select-a-service-wrapper .sas-business .sasb-list .item .item-img {
    height: 86px;
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .select-a-service-wrapper {
    padding-bottom: 100px;
  }
  .select-a-service-wrapper .sas-header {
    padding-top: 65px;
  }
  .select-a-service-wrapper .sas-wrapper {
    margin: 30px auto 0;
    padding: 0 8px;
  }
  .select-a-service-wrapper .sas-pro-list .item {
    width: 100%;
    padding: 14px 16px 16px 0;
    display: flex;
    align-items: flex-start;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-img {
    width: 110px;
    height: auto;
    display: block;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-img img {
    max-width: 100%;
    max-height: 100%;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-info {
    flex: 1;
    text-align: left;
    margin-left: 10px;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-name {
    font-size: 17px;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-desc {
    margin-top: 8px;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-desc .item-detail {
    font-size: 13px;
    margin-top: 4px;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-more {
    margin-top: 16px;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-more a {
    font-size: 13px;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-btn {
    margin-top: 10px;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-btn a {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 8px 0;
  }
  .select-a-service-wrapper .sas-business .sasb-title {
    font-size: 13px;
  }
  .select-a-service-wrapper .sas-business .sasb-title br {
    display: block;
  }
  .select-a-service-wrapper .sas-business .sasb-list {
    flex-direction: column;
  }
  .select-a-service-wrapper .sas-business .sasb-list .item {
    width: 100%;
    margin-top: 8px;
    padding: 0 10px;
  }
  .select-a-service-wrapper .sas-business .sasb-list .item .item-img {
    height: 62px;
    width: 69px;
  }
  .select-a-service-wrapper .sas-business .sasb-list .item .item-img img {
    max-width: 90%;
    max-height: 50px;
  }
  .select-a-service-wrapper .sas-business .sasb-list .item .item-img img.full {
    max-width: 100%;
    max-height: 69px;
  }
  .select-a-service-wrapper .sas-business .sasb-list .item .item-sp {
    height: 48px;
    width: 1px;
    background: #e7e7e7;
  }
  .select-a-service-wrapper .sas-business .sasb-list .item .item-name {
    font-size: 15px;
  }
  .select-a-service-wrapper .sas-business .sasb-list .item .item-name br {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .select-a-service-wrapper .sas-pro-list .item {
    padding: 14px 20px 16px;
  }
  .select-a-service-wrapper .sas-pro-list .item .item-img {
    display: none;
  }
}

/*# sourceMappingURL=select-a-service.css.map */
