.text-danger{
    color: red;
    text-transform:none
}

.p-t-middle-content{
    padding: 130px 0 145px 0;
}

.p-form{
    width: 60%;
}

.color-white{
    color: white;
}

.reset-password-btn{
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    background-color: #dd003f;
    height: 42px;
    width: 30%;
    cursor: pointer;
}

.p-l-100{
    padding-left: 50px;
}

.p-t-8{
    padding-top: 8px;
}

.font-weight-500{
    font-weight: 500;
}

.border-radius{
    border-radius: 20px;
}

.topbar-filter .pagination2{
    padding-left: 0px;
}

.pagination{
    margin-top: 15px;
}

.pagination li{
    margin-right: 5px;
}

.pagination li a {
    border: none;
}

.pagination .active{
    border: 1px solid #405266;
}

.pagination .active span{
    margin-left: 13px;
}

.pagination2 ul{
    margin: 0px;
}

.top-search .celebritiesSearch{
    background: transparent;
    border-left: 1px solid #405266;
    border-right: 1px solid #405266;
    border-top: none;
    border-bottom: none;
}

.p-b-25{
    padding-bottom: 25px;
}

.primary-color{
    color: #dd003f;
}

.white-color{
    color: #ffffff;
}

.height-100{
    height: 100%;
}

.movie-single .movie-single-ct .mvcast-item .cast-it .width-75{
    width:75%;
}

.movie-single .movie-single-ct .mvcast-item .cast-it p{
    width: auto;
}

.movie-single .movie-single-ct .mvcast-item .cast-it span{
    color: #ffffff;
}

.pointer-event-disable{
    pointer-events: none;
}

.p-l-30{
    padding-left: 30px;
}

#favoriteErrorMessage{
    display: none;
}

.social-btn a.parent-btn .p-circle{
    padding: 10px 20px;
}

.rate-star .rating-stars .margin-0{
    margin: 0px;
}

.movie-single .movie-single-ct .movie-rate .rate-star i{
    font-size: 20px;
}

.star .fa-fw{
    width: 20px;
}
.success-box{
    padding-left: 10px;
}

.success-box .text-success{
    color: green;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;

    -moz-user-select:none;
    -webkit-user-select:none;
  }
  .rating-stars ul > li.star {
    display:inline-block;

  }

  /* Idle State of the stars */
  .rating-stars ul > li.star > i.fa {
    font-size:2.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
  }

  /* Hover state of the stars */
  .rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
  }

  /* Selected state of the stars */
  .rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
  }


  .comment-textarea{
    margin: 0px 8.02083px 0px 0px;
    width: 350px;
    height: 189px;
  }

  hr{
      background-color: #405266;
  }

  .margin-auto{
      margin: auto;
  }

  .topbar-filter .text-center{
      cursor: pointer;
  }

  .userReviewList{
      display: none;
  }

  .loadLessReviews {
    color:red;
    cursor:pointer;
    display:none;
}

.comment-padding{
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: justify;
}

.appendReview .userReviewList p{
    text-align: justify;
}

.movie-single .movie-single-ct .tab h3{
    margin-bottom: 5px;
}

.float-right{
    float: right;
}


.position-relative{
    position: relative;
}

header .top-search{
    border: none;
    border-radius: 0;
}

.width-100{
    width: 100%;
}

.width-50{
    width: 50%;
}

.width-65{
    width: 65%;
}

header .navbar-default .navbar-nav li .removeUppercase{
    text-transform: none;
}

.autocompleteSearchData li{
    padding: 10px;
    display: flex;
}

.autocompleteSearchData li a {
    width: 100%;
}

.autocompleteSearchData li a span i{
    float: left !important;
    margin-top: 0 !important;
}

header .navbar-default .navbar-nav li a:hover {
    color: unset;
}
.movie-single-ct span label{
    padding-left: 5px;
    padding-right: 5px;
}

.movie-items .movie-item .mv-img img{
    width: 185px;
    height: 284px;
}

.movie-items .slick-slider {
    margin-left: 0px;
}

.sticky .top-search{
    display: block;
}

header .navbar-default .navbar-nav .dropdown .dropdown-menu.level1{
    position: absolute;
    min-width: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0px;
}

.mv-ceb .profile-image{
    display: none;
}
.movie-single .movie-single-ct .movie-rate .rate-star{
    padding-left: 20px;
    margin-left: 20px;
}

.backtotop a{
    color: #fff;
}

.backtotop a:hover {
    color: #fff;
}

.test_desplay_flex{
    display: flex;
}

.test_desplay_flex li{
    padding-right: 30px;
}

footer .flex-parent-ft{
    justify-content: left;
}

footer .flex-parent-ft .flex-child-ft{
    padding-right: 50px;
}
