[class^="section-spa-"] {
  padding: 100px 0; }

@media (max-width: 767px) {
  [class^="section-spa-"] {
    padding: 40px 0; } }

.section-breadcrumb {
  position: relative;
  background-image: url(banner_header_spa3a29.jpg?v=2535);
  background-size: cover;
  background-position: center;
  padding: 200px 0; }
  .section-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .section-breadcrumb .breadcrumb-content {
    position: relative;
    color: #fff; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 80px;
      letter-spacing: 5px; }
    .section-breadcrumb .breadcrumb-content .breadcrumb-title1 {
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 30px; }
    .section-breadcrumb .breadcrumb-content .breadcrumb-title2 {
      font-size: 18px;
      font-weight: 600;
      margin-top: 30px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-breadcrumb {
      padding: 80px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 50px; } }
  @media (max-width: 991px) {
    .section-breadcrumb {
      padding: 60px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 40px; }
      .section-breadcrumb .breadcrumb-content .breadcrumb-title1 {
        margin-bottom: 15px; }
      .section-breadcrumb .breadcrumb-content .breadcrumb-title2 {
        margin-top: 15px; } }
  @media (max-width: 767px) {
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 28px; }
    .section-breadcrumb .breadcrumb-content .breadcrumb-title1 {
      font-size: 12px; }
    .section-breadcrumb .breadcrumb-content .breadcrumb-title2 {
      font-size: 14px;
      margin-bottom: 0; } }

@media (min-width: 1200px) {
  .section-spa-about .heading-title .desc--1 {
    padding-right: 30px; }
  .section-spa-about .heading-title .desc--2 {
    padding-left: 30px; } }

@media (max-width: 991px) {
  .section-spa-about .about-title {
    text-align: center; }
  .section-spa-about .about-desc .heading-desc {
    margin-bottom: 0; } }

.section-spa-service {
  padding: 0; }
  .section-spa-service .heading-title .title1 {
    font-size: 12px;
    margin-bottom: 10px; }
  .section-spa-service .heading-title .title2 {
    font-size: 30px;
    margin-bottom: 10px; }
  .section-spa-service .heading-title .heading-desc {
    font-size: 16px;
    margin-top: 0; }
  .section-spa-service .item-service {
    position: relative;
    overflow: hidden; }
    .section-spa-service .item-service:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      transition: all 0.5s;
      z-index: 1; }
    .section-spa-service .item-service .item-img img {
      transition: all 0.5s; }
    .section-spa-service .item-service .item-content {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 20px 30px 40px;
      color: #fff;
      z-index: 1; }
      .section-spa-service .item-service .item-content .btn-more a {
        color: #fff;
        font-size: 16px; }
    .section-spa-service .item-service:hover .item-img img {
      transform: scale(1.08); }
  @media (min-width: 992px) {
    .section-spa-service .row > div {
      padding: 0; }
    .section-spa-service .row .item-service--1 {
      margin-bottom: 95px; }
    .section-spa-service .row .item-service--3 {
      padding-left: 95px; }
    .section-spa-service .row .item-service--4 {
      padding-right: 95px; }
    .section-spa-service .row .item-service--5 {
      padding-top: 95px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .section-spa-service .row > div {
      padding: 0; }
    .section-spa-service .row .item-service--1 {
      margin-bottom: 70px; }
    .section-spa-service .row .item-service--3 {
      padding-left: 70px; }
    .section-spa-service .row .item-service--4 {
      padding-right: 70px; }
    .section-spa-service .row .item-service--5 {
      padding-top: 70px; } }
  @media (max-width: 991px) {
    .section-spa-service .item-service {
      min-height: 350px;
      margin-bottom: 30px; }
      .section-spa-service .item-service:before {
        z-index: 2; }
      .section-spa-service .item-service:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: var(--bg-img);
        background-size: cover;
        background-position: center;
        z-index: 1; }
      .section-spa-service .item-service .item-content {
        z-index: 3; } }
  @media (max-width: 767px) {
    .section-spa-service .heading-title .title1 {
      font-size: 11px;
      margin-bottom: 5px; }
    .section-spa-service .heading-title .title2 {
      font-size: 22px;
      margin-bottom: 5px; }
    .section-spa-service .heading-title .heading-desc {
      font-size: 13px;
      margin-bottom: 10px; }
    .section-spa-service .item-service {
      margin-bottom: 15px; }
      .section-spa-service .item-service .item-content .btn-more a {
        font-size: 13px; } }

.section-spa-banner {
  padding-bottom: 0;
  text-align: center; }
