.apointemt-section {
  position: relative;
}
.apointemt-section::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  content: "";
  background: #F0F8FF;
}
.apintment-wrapper {
  background: url(../img/footer/f-bg.png) no-repeat center center;
  background-size: cover;
  padding: 45px 80px;
  overflow: hidden;
  border-radius: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .apintment-wrapper {
    padding: 34px 24px;
  }
}
.apointment-content .cmn-apint {
  margin-bottom: 20px;
}
.apointment-thumb {
  z-index: 1;
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media (max-width: 1199px) {
  .apointment-thumb {
    max-width: 350px;
    bottom: -90px;
  }
  .apointment-thumb img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .apointment-thumb {
    bottom: -50px;
  }
}

.foo-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}