.expertise-section-test {
  height: auto;
  width: 100%;
}

.dental-tools-img {
  width: auto;
  max-height: 100vh;
}
.centered-service-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.hero-section-wrapper {
  height: 90vh !important;
}
.smile-section-image img {
  height: 500px;
  width: 500px;
  object-fit: cover;
}
.expertise-wrapper {
  height: 100vh;
  width: 100%;
  /* background-color: #00a6d0; */
  position: relative;
}
.tooth-main {
  height: 50vh;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.secondary-image-wrapper img {
  height: 150px;
  width: 150px;
  border: 2px solid white;
  border-radius: 50%;
  object-position: center;
}
.pattern-svg {
  width: 100vw !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1 !important;
  transform: rotate(180deg) !important;
}
.testimonial-center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
/* #root-canal-image {
  position: absolute;
  top: 20%;
  left: 30%;
  transform: translate(-30%, -20%);
}
#orthodontic-image {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-25%, -50%);
}
#dental-implant-image {
  position: absolute;
  top: 80%;
  left: 30%;
  transform: translate(-30%, -80%);
}
#denture-image {
  position: absolute;
  top: 95%;
  left: 45%;
  transform: translate(-45%, -95%);
}
#extraction-image {
  position: absolute;
  top: 95%;
  left: 60%;
  transform: translate(-60%, -95%);
}
#child-care-image {
  position: absolute;
  top: 75%;
  left: 75%;
  transform: translate(-75%, -75%);
}
#whitening-image {
  position: absolute;
  top: 43%;
  left: 75%;
  transform: translate(-75%, -43%);
}
#scaling-image {
  position: absolute;
  top: 20%;
  left: 65%;
  transform: translate(-60%, -25%);
}
#dentisry-image {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -5%);
} */

.carousel {
  overflow: hidden !important;
}
.expertise-mobile-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.box {
  margin-bottom: 0 !important;
}
.expertise-part-mobile {
  width: 45% !important;
  height: 30vh !important;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

@media only screen and (max-width: 1204px) {
  .test-section {
    height: 90vh !important;
    background: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-section-wrapper {
    height: auto !important;
  }
  .secondary-image-wrapper img {
    height: 100px;
    width: 100px;
  }
  .tooth-main {
    height: 35vh;
  }
}

@media only screen and (max-width: 769px) {
  .expertise-wrapper {
    height: 120vh;
  }
  .smile-section-image img {
    height: 150px;
    width: 150px;
    object-fit: cover;
  }
  .secondary-image-wrapper img {
    height: 75px;
    width: 75px;
  }
}
