.mg-quote {
  /* background: linear-gradient(209deg, rgba(184, 58, 75, 0.19) 1.33%, #EAEAEA 61.51%, rgba(171, 171, 169, 0.05) 99.98%);
  backdrop-filter: blur(24.34238624572754px); */
  /* background-image: url('../images/wave.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  background: #eaeaea;
  border-radius: 1rem;
}

.background-black-color {
  background-color: #2E2D29;
}

.background-earpiece {
  left: 20px;
  bottom: 80px;
}

.background-medicine {
  right: 20px;
  bottom: 40px;
}

.quote-line {
  content: '';
  width: 70%;
  margin-left: 15%;
  height: 1px;
  background: #fff;
  bottom: 20px;
}

.role-line {
  content: '';
  width: 70%;
  margin-left: 15%;
  height: 1px;
  background: #fff;
  bottom: 20px;
}

.mr-12 {
  margin-right: 3rem
}

.color-bright-red {
  color: #B83A4B;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tabs .active {
  color: #8C1515;
  border-bottom: 5px solid;
}

.wave-2 {
  /* background-image: url('../images/wave-2.png'); */
}

.border-red-700 {
  border-color: #8C1515;
}

.bg-dark-red {
  background-color: #8C1515;
}

.text-dark-red {
  color: #8C1515;
}

.rounded-1m {
  border-radius: 1rem;
}

.rounded-2m {
  border-radius: 2rem;
}

.max-height-300 {
  max-height: 300px;
}

.object-fit-cover {
  object-fit: cover;
}

.service-images {
  height: 500px;
}

.slick-dots li button:before {
  content: "" !important;
}

.slick-dots li.slick-active button:before {
  width: 20px !important;
  height: 3px;
  background: #8C1515;
}

.slick-dots li button:before {
  width: 15px !important;
  height: 3px !important;
  background: #8C1515;
  border-radius: 2px;
  opacity: 0.4;
}

.border-1-red {
  border: 1px solid #B83A4B;
}

.service-img {
  width: 500px;
  height: 500px !important;
}

.panel-block {
  /* height: 500px; */
}

.main-container {
  background: rgba(184, 58, 75, 0.08);
}

.clinic-lists .slick-arrow.slick-prev {
  background: url('../images/arrow-left.png') 0 0 / 100% no-repeat;
  width: 40px;
  height: 40px;
  left: 20px;
  z-index: 100;
}

.clinic-lists .slick-arrow.slick-next {
  right: 20px;
  width: 40px;
  height: 40px;
  background: url('../images/arrow-right.png') 0 0 / 100% no-repeat;
  z-index: 100;
}

.clinic-lists .slick-prev:before,
.clinic-lists .slick-next:before {
  content: "";
}

.hover\:text-white:hover {
  opacity: 1;
  color: white
}

.height-320 {
  height: 320px;
}

.height-450 {
  height: 450px;
}

#human_body path {
  opacity: 1;
}

#human_body path:hover {
  opacity: 0.1;
}


.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.h-86 {
  height: 86px;
}

.h-45 {
  height: 45px;
}

.h-60 {
  height: 60px;
}

.slick-next {
  right: 10px;
  z-index: 10;
}

.slick-prev {
  left: 10px;
  z-index: 10;
}

.slick-prev:before {
  content: "<";
}

.slick-next:before {
  content: ">";
}

.slick-prev,
.slick-next {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
}

.md-quote-blocks {
  height: 100%;
}

.md-quote-blocks .slick-prev,
.md-quote-blocks .slick-next {
  top: 64%;
}

#doctorSlider .slick-prev {
  left: -30px;
}

#doctorSlider .slick-next {
  right: -30px;
}

.h-130 {
  height: 130px;
}

.max-width-464 {
  max-width: 488px;
}

.nav-items-q {
  background: #2E2D29;
  font-family: 'Source Sans 3', sans-serif;
}

.main-content {
  margin-top: 2rem;
}

.nav-items-q .active-nav-link {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #8C1515;
}

.navbar-color:not(.active-nav-link):hover {
  color: #8C1515;
}

.slick-prev:before,
.slick-next:before {
  color: #8C1515;
  font-weight: 700;
}

.slick-prev,
.slick-next {
  border: 2px solid #8C1515;
  background: #fff;
}

.w-38 {
  width: 30rem;
}

#main_body_svg {
  position: relative;
}

#back_body_svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.3;
}

#human_body {
  position: relative;
}

.left-body {
  z-index: 1;
}

.right-body {
  z-index: 2;
}

.max-w-screen-md {
  max-width: 768px;
}

.justification-text a {
  color: #8C1515;
}

.h-30 {
  height: 10rem;
}

.clinic-info {
  display: flex;
  flex-direction: column;
}

.dynamic-height p {
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.leading-8 {
  line-height: 2rem;
}

.w-12 {
  min-width: 3rem;
}

.h-12 {
  min-height: 3rem;
}

.img-thumbnail {
  flex: 0 0 33.333333%;
  padding: 10px;
}

@media (min-width: 768px) {
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .xl\:w-1\/3 {
    width: 33.3%
  }
}

@media screen and (min-width: 1024px) {
  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .main-content {
    min-height: calc(100vh - 240px);
  }

  .main-content2 {
    min-height: calc(100vh - 240px);
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .doctor-block {
    height: 420px;
  }

  .doctor-quote {
    max-width: 80%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 1024px) {
  .lg\:w-100 {
    width: 100% !important;
  }

  .sm\:flex-row {
    flex-direction: column !important;
  }

  .csm\:flex-row-reverse {
    flex-direction: column-reverse !important;
  }


  .md\:mt-2 {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .sm\:w-100 {
    width: 100% !important;
  }

  .sm\:flex-row {
    flex-direction: column !important;
  }

  .sm\:text-center {
    text-align: center;
  }

  .px-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .px-8 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .p-6 {
    padding: 0.5rem;
  }

  #human_body {
    max-width: 100%;
  }

  .nav-block > .w-full {
    display: block;
    width: 100vw;
    position: absolute;
    top: 80px;
    left: 0px;
  }

  .logo-nav{
    padding-bottom: 40px;
  }

}