
.services {
    padding: 80px 0 56px;
  }
  @media (max-width: 991.98px) {
    .services {
      padding: 50px 0 36px;
    }
  }
  .services .service-right {
    position: absolute;
    right: 0;
  }
  @media (max-width: 991.98px) {
    .services .service-right {
      display: none;
    }
  }
  .services .services-group {
    margin: 0 0 24px;
    padding: 24px;
    border-bottom: 2px solid #127384;
    text-align: center;
    position: relative;
  }
  .services .services-group::before {
    position: absolute;
    top: 72px;
    right: 0;
    left: calc(50% + 65px);
    Content: "";
    border: 1px dashed #DBDBDB;
    width: calc(100% - 106px);
  }
  @media (max-width: 767.98px) {
    .services .services-group::before {
      content: none;
    }
  }
  .services .services-group.service-date {
    border-color: #127384;
  }
  .services .services-group.service-loc {
    border-color: #bc0f2c !important;
  }
  .services .services-group.service-book {
    border-color: #201F1D;
  }
  .services .services-group.service-book::before {
    content: none;
  }
  .services .services-group .services-icon {
    border-radius: 50px;
    margin: 0 0 35px;
    padding: 10px;
    background: #ffffff;
    position: relative;
    z-index: 99;
  }
  @media (max-width: 991.98px) {
    .services .services-group .services-icon {
      padding: 8px;
    }
  }
  .services .services-group .services-icon .icon-img {
    border-radius: 50px;
    width: 72px;
    height: 72px;
    padding: 10px;
  }
  @media (max-width: 991.98px) {
    .services .services-group .services-icon .icon-img {
      padding: 8px;
    }
  }
  .services .services-group .services-content h3 {
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 18px;
  }
  .services .services-one {
    border-bottom: 2px solid #127384;
  }
  @media (max-width: 767.98px) {
    .services .services-one {
      border-bottom: 0;
    }
  }
  .services .services-two {
    border-bottom: 2px solid #bc0f2c;
  }
  @media (max-width: 767.98px) {
    .services .services-two {
      border-bottom: 0;
    }
  }
  .services .services-three {
    border-bottom: 2px solid #201F1D;
  }
  @media (max-width: 767.98px) {
    .services .services-three {
      border-bottom: 0;
    }
  }
  .services .services-three:before {
    border: 0;
    width: 0;
  }

  
.btn-file, .chat-window .chat-cont-right .chat-header .chat-options > a, .chat-window .chat-cont-left .chat-header .chat-compose, .book-card .card-header h4 span, .order-confirmation .place-order-btn a, .listing-item .listing-content .listing-features .listing-title a, .listing-item .listing-content .listing-features .author-img img, .services .services-group .services-icon .icon-img, .services .services-group .services-icon, .header .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-navbar-rht .has-arrow .logged-item .nav-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  
.section-heading h2:after {
    content: "";
    position: absolute;
    background-image: url(../img/bg/title-head.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    height: 11px;
    right: 0;
    bottom: -22px;
    z-index: 99;
  }
  @media (max-width: 991.98px) {
    .section-heading h2:after {
      bottom: -17px;
    }
  }

  .section-heading h2 {
    position: relative;
    font-weight: 700;
    margin: 0 0 30px;
}

.section-heading p {
    /* max-width: 439px; */
    margin: auto;
    font-size: 18px;
    text-align: center;
}

.border-secondary {
    border: 2px dashed #127384;
}

.border-warning {
    border: 2px dashed #bc0f2c !important;
}

.bg-warning {
    background-color: #bc0f2c !important;
}

.bg-secondary {
    background-color: #127384 !important;
}
.border-dark {
    border: 2px dashed #201F1D;
}

.services-content h3 {
    min-height: 31px;
}