.soc {
  line-height: 1px;
  padding: 3px 7px;
  margin: 3px;
  border-radius: 5px;
}

.soc span {
  font-size: 10px;
  font-weight: 500;
  margin: 0 5px;
}

.soc.facebook {
  background: #242779;
  color: #ffffff;
}

.soc.twitter {
  background: #4287EE;
  color: #fff;
}

.soc.insta {
  color: #fff;
  background: #E30000;
}

.soc.youtube {
  color: #fff;
  background: #F53737;
}

.share span {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 7px;
}

.thumb img {
  width: 55px;
  border-radius: 50%;
  padding: 5px;
}

.profile h6 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
}

.profile span {
  font-size: 12px;
}

.recent_news {
  position: relative;
  color: #fff;
  height: 245px;
  border-radius: 5px;
  background-image: url('../../assets/img/0298a391.jpg');
  background-size: cover;
  background-position: center;
  padding: 15px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.recent_news h5, .recent_news span {
  position: inherit;
  z-index: 3;
}

.recent_news span {
  font-size: 12px;
}

.label li {
  font-size: 12.7px;
  background: rgb(239,239,239);
  padding: 3px 7px;
  border-radius: 5px;
}

.label span {
  font-size: 12.9px;
  margin-right: 15px;
  font-weight: bold;
}

.label {
  margin: 25px 0;
}

.prenex h6 {
  padding: 0 10px;
  border-left: 5px solid #bababa;
  margin: 15px 0;
}

.prenex span {
  font-size: 12px;
}

.similar .s_post img {
  width: 100%;
  border-radius: 5px;
}

.s_post {
  padding: 10px;
}

.s_post span {
  font-size: 12px;
}

.s_post h6 {
  height: 57.6px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#comment .prof_thumbn img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.prof_thumbn {
  display: flex;
  align-items: center;
  max-width: 125px;
  height: 85px;
  padding: 5px;
}

.prof_info h5 {
  font-size: 17px;
  font-weight: bold;
  margin-right: 10px;
}

.prof_info span {
  font-size: 12px;
  color: rgb(117,117,117);
  margin-right: 20px;
  position: relative;
  z-index: 11;
  cursor: pointer;
}

.prof_info .repl {
  color: #f65310;
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
}

#comment > h5 {
  margin-bottom: 35px;
}

.prof_info p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}

.replies .accordion-header {
  position: relative;
  left: 75px;
}

.replies .accordion-button {
  box-shadow: none;
}

.replies .accordion-button {
  font-size: 12px;
  color: #f65310;
  background: none;
  font-weight: bold;
  padding: 0;
}

.replies {
  position: relative;
  top: -23px;
}

#accordion-1 .accordion-item {
  background: initial;
  border: none;
}

.prof_thumbn_repl {
  display: flex;
  align-items: center;
  padding: 3px;
}

.prof_thumbn_repl img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.prof_info_rep h5 {
  font-size: 14px;
}

.tread_child {
  padding: 15px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

#comment {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  padding: 20px 10px;
}

.prof_info {
  padding: 5px;
}

.profile {
  padding: 5px 4px;
  border-right: 1px solid #bababa;
}

.accordion-body {
  padding: 1px;
}

.prof_info_rep {
  padding: 7px;
}

.related-post {
  padding: 5px 15px;
  max-width: 500px;
  margin: auto;
}

.related-post-thum img {
  width: 95px;
  height: 65px;
  object-fit: cover;
  border-radius: 5px;
}

.rel_pos_info h6 {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

.rel_pos_info {
  padding: 0 5px;
}

.rel_pos_info span {
  font-size: 10px;
  color: rgb(117,117,117);
}

.post_med {
  margin: 25px auto;
}

.related-post {
  position: sticky;
  top: 10px;
}

.soc a {
  text-decoration: none;
  color: #fff;
}

