/*
    Theme Name: Wellconservedental
    Author: Vico Systems Limited (Hong Kong)
    Version: 1.0.0
*/

.caption{
  max-height: 190px;
  overflow: hidden;
}

.article-container a{
  word-break: break-word;
}

.wpcf7-form-control-wrap.recaptcha{margin:auto;}

/*20210813*/
.article-grid-container .article-grid-cards p{color:#212529}
#article_lists a{ text-decoration: none}

/*2022-01-03 begin*/
.profile-container .profile-wrapper .profile-image-slider-wrapper .slick-list .slick-track .slick-slide div .profile-item-container .profile-content-name-container{
  position: relative;
}
.doctor_img{position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.doctor_img img{width:77px; height:60px; margin-right: 10px;}
.doctor_img_2{display: none;}
@media screen and (max-width: 768px){
  .doctor_img_2{display: flex;width:174px; margin: 0px auto;}
  .doctor_img_2 img{width:77px; height:60px; margin-right: 10px; margin-bottom: 10px;}
}
/*2022-01-03 end*/