.breadcrumb__content .breadcrumb-item {
    color: var(--tg-heading-color);
    font-weight:600;
}












.knee-replacement{
    padding: 100px 0;
  }
 

  .bg-none{
    background: transparent;
  }


  /* Appointment Area  */
.appointment-area{
    background-image: url(../img/dr-appointment.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.appointment-feature .features__item-two{
    min-height: 240px;
}
  /* Apointment Area End  */

  /* Latest Technology  */
  #latest-technology img.alignright {
    clear: right;
}

#latest-technology img.alignright, #latest-technology img.fr {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}
#latest-technology .alignright, #latest-technology .fr {
    float: right;
}
#latest-technology img {
    border: 0;
}
#latest-technology img {
    display: inline-block;
    color: transparent;
    height: auto;
    font-size: 0;
    vertical-align: middle;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: auto;
     
}


  /* Latest Technology End  */

  /* About Page  */
.about-us-area {
    background-position: bottom right;
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
     
}

.about-us-area .about__img-wrap-two > img{
    border-left: 0;
}

.why-elite_area{
    padding: 110px 0;
    background-position: bottom right;
    position: relative;
    background-repeat: no-repeat;
}

.team-designation{
    font-size: 14px;
    margin-top: 4px;
}

@media only screen and (max-width: 768px) {
  
}
  /* About page End  */