header {
 margin-bottom: 0px !important;
}
.br-y-12 {
    border-radius: 12px 0 0 12px!important;
}
.celeb_name{
    font-size: 26px;
    display: inline;
    padding-right: 20px;
    font-weight: 600;
    color: #fff!important;
}
.flimography-review a:hover{
 color: #fff!important;
}
.hot-news .news-post2 .item-post .content1 {
    padding: 10px 15px;
    /*border: 1px solid #ccc;*/
    height: auto;
    /*border-radius: 0px 0px 5px 5px;*/
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}


/*.celeb_social a {
  padding: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  background: #fff;
}
.celeb_social a:hover {
   opacity: 0.7;
}
.celeb_social .fa {

}*/
.filmography-movie-title a:hover, .cast_nav_list li a:hover, .trending_title:hover{
  text-decoration: underline!important;
  color: #f75757!important;
}
.celeb_social{
	margin: 15px 0px;
}
.celeb_social a {
  padding: 10px;
  font-size: 14px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  /*border-radius: 50%;*/
}
.celeb_social .fa{
	font-size: 14px;
}
.celeb_social a:hover {
    background: #f75757;
    color: #fff;
}
.celeb_social-icon{
   background: #fff;
}
.celeb_about-content, .celeb_about-content p{
	font-size: 17px!important;
  font-weight: 500!important;
  color: #333!important;
  line-height: 30px!important;
} 
.celeb_about-content table td{
  font-size: 16px;
}

.trending_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6rem;
    max-height: 4rem;
    height: 3.5rem;
}
.color-light-grey{
  color: #666;
}
.quote-symbol{
  color: #e0e0e0;
  font-size: 20px!important;
}

.celeb_quote-text{
  padding: 16px 0 0 16px;
  font-size: 17px;
  line-height: 17px;
  color: #666;
}
.celebwidget-name{
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 600;
}
.font-12{
  font-size: 12px;
}
.caste-navigation-menu ul  li{
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 15px;
}
.caste-navigation-menu ul .border-active{
  border-bottom: 4px solid #f75757!important;
}
.filmography-movie-title{
  padding: 0;
  color: #000;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
}
.filmography-movie-list ul li{
  margin-bottom: 10px;
  padding: 15px;
}
.filmography-movie-list ul li:hover{
  box-shadow: 0 1px 10px 6px rgb(0 0 0 / 10%);
}
.cast-name a{
  margin-bottom: 10px;
}
.celeb_gallery-card:hover{
  box-shadow: 0 1px 10px 6px rgb(0 0 0 / 10%);
}
.radius-5{
  border-radius: 5px!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.celeb_videos-icon {
  position: absolute;
  left: 50%;
  top: 30%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100000;
  /* opacity: 0; */
}
.platform-icon{
  width: 45px;
  border-radius: 5px;
}
@media screen and (max-width:600px){
  .celeb-pop-movies .col-lg-3{
    width: 50%!important;
  }
  .caste-navigation-menu{
    width: 100%;
  }
  .cast_nav_list{
      overflow: hidden;
      overflow-x: scroll;
      display: flex;
  }
  .caste-navigation-menu ul .border-active{
    margin-bottom: 7px;
  }
  .caste-navigation-menu ul.cast_nav_list::-webkit-scrollbar {
      height: 5px;
      width: 5px;
  }
  .caste-navigation-menu ul.cast_nav_list::-webkit-scrollbar-thumb {
      border-radius: 20px;
      background: #dbdbdb!important;
  }
}
.font-11{
  font-size: 11px!important;
}