.matchmarker {
    background: #f9f9f9;
    border-top: 1px solid #e9eaeb;
    border-bottom: 1px solid #e9eaeb;
}

.contact-body {
    padding-top: 4rem;
}

.services-thumb p {
    position: relative;
    z-index: 2;
}

.matchmarker h3 {
    font-size: 18px;
}

.color-opacity {
    color: transparent;
}

.a-block {
    padding-right: 0 !important;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.services-thumb {
  background: #fff;
  border: 2px solid transparent;
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 40px 40px 60px 40px;
  transition: all 0.5s;
}

.services-price-wrap {
    position: relative;
    z-index: 1;
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 6px 20px 6px 15px;
  transition: all ease 0.5s;
}

.services-price-text {
  color: #fff;
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-bold);
}

.services-price-overlay {
  background: var(--secondary-color);
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.services-icon-wrap {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 55%;
  transform: rotate(-35deg) translateY(55px);
  transition: all ease 0.5s;
}

.services-icon {
  font-size: 90px;
  position: relative;
  z-index: 1;
  bottom: 15px;
  color: #e1aca3;
}

.pb-3 {
  padding-bottom: 1rem!important;
}

.mb-4 {
  margin-bottom: 1.5rem!important;
}

.align-items-center {
  align-items: center!important;
}
.flex-wrap {
  flex-wrap: wrap!important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6!important;
}
.d-flex {
  display: flex!important;
}

@media (min-width: 992px) {
    .pt-lg-5 {
        padding-top: 3rem!important;
    }
}


.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title-wrap {
  position: relative;
}

.mb-5 {
  margin-bottom: 3rem!important;
}

.section-title {
  background: #f0f8ff;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 10px 25px;
}

.section-title-wrap::after {
  content: "";
  background: #f0f8ff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.custom-block-full {
  background-color: #f0f8ff;
  border-color: transparent;
}

.custom-block {
  border: 2px solid transparent;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
}

.custom-block:hover {
  border-color: #e76c8e;
}

.custom-block-image-wrap > a {
  display: block;
}

.custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 112px;
  height: 112px;
  object-fit: cover;
}

.custom-block-full .custom-block-image {
  width: 100%;
  height: 210px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.custom-block-full .custom-block-info {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

.mb-2 {
  margin-bottom: 0.5rem!important;
}

h5 {
  font-size: 24px;
}

.profile-block {
  margin-top: 10px;
}

.custom-block-info a {
  color: #00CC99;
}

.profile-block-image {
  border-radius: var(--border-radius-large);
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}

.d-flex {
  display: flex!important;
}

.profile-block p {
  font-size: 16px;
  color: #717275;
}

.profile-block p strong {
  display: block;
}

.main-banner {
  position: relative;
}

.mini-code {
  /* position: fixed; */
  /* top: 200px; */
  position: absolute;
  top: 0px;
  left: -100px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, .2);
}

.mini-code img {
  width: 180px;
  /* height: 216px; */
}

.mini-code-label {
  text-align: center;
  font-size: 14px;
  color: #333;
}

.down-content {
  display: none;
}