/*Home page*/
/*Slider css*/
.home-arrows .owl-nav .owl-prev, .home-arrows .owl-nav .owl-next{
    position: absolute;
    top: 27%;
    background: rgba(0, 0, 0, 0.5)!important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transition: transform 1s;
    color: #fff !important;
}
.platform-arrows .owl-nav .owl-prev, .platform-arrows .owl-nav .owl-next{
    position: absolute;
    top: 23%;
    background: #fff !important;
    width: 21px;    
    height: 23px;
    border-radius: 50%;
    transition: transform 1s;
    color: #000!important;
}
.platform-arrows .owl-nav .owl-prev{
    left:-7px;
}
.platform-arrows .owl-nav .owl-next{
    right:-7px;
}
.home-arrows .owl-nav .owl-next{
    right: -10px;
}
.home-arrows .owl-nav .owl-prev{
    left:-10px;
}
.recommended-home-slider .owl-nav .owl-prev, .recentrelease-home-slider .owl-nav .owl-prev, .webseries-home-slider .owl-nav .owl-prev{
    position: absolute;
    top: 45%;
    background-color: #fff!important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: transform 1s;
}
.recommended-home-slider .owl-nav .owl-next, .recentrelease-home-slider .owl-nav 
   .owl-next, .webseries-home-slider .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 0px!important;
    background-color: #fff!important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: transform 1s;
}
.home-page-forums .owl-nav .owl-next:hover, .home-page-forums .owl-nav .owl-prev:hover{
    -webkit-box-shadow: 10px 15px 54px -39px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 15px 54px -39px rgba(0,0,0,0.75);
    box-shadow: 10px 15px 54px -39px rgba(0,0,0,0.75);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.home-discussion-slider .owl-nav .owl-prev{
    position: absolute;
    top: 43%;
    left: -10px;
    background-color: rgba(0, 0, 0, 0.5)!important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: transform 1s;
    color: #fff !important;
}
.home-discussion-slider .owl-nav .owl-next{
    position: absolute;
    top: 43%;
    right: -10px!important;
    background-color:rgba(0, 0, 0, 0.5)!important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: transform 1s;
    color: #fff !important;
}
.overflow-hidden{
    overflow: hidden!important;
}
.line-hgt-1{
   line-height: 1.4;
}
.b_r_10{
    border-radius: 10px!important;
}
.b_t_10{
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;  
}
.b_b_r_10{
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;  
}
.b_l_10{
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px; 
}
.box_shadw_185{
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2)!important;
}
/*ott Summary Detail */
.pading_left_25{
    padding-left: 25px!important;
}
.ott-tabs-review .nav-tabs li:hover{
     background: transparent!important;
     border:none!important;
}
.ott-tabs-review .nav>li>a{
    padding: 10px 0px!important;
}
.ott-tabs-review .nav-tabs li.active  {
    background: transparent;
    border-bottom: 3px solid #f75757!important;
    border-radius: 0px!important;
    font-size: 18px;
    font-weight: 600;

}
.ott-tabs-review li:hover,  .ott_nav li:hover a{
    color: #fff!important;
}
/***owl changes***/
.recent-item{
    position: relative;
    width: 100%;
    height: 100%;
}
/* .recent-item img{
    position: absolute;
} */
.recent-overlay{position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg,rgba(0,0,0,.4) 0,#000);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
}
/* .h_buttons,.h_buttons1, .home_h_buttons, .home_h_buttons1{
   position: absolute;
   left: 23px;
   top: 10px;
} */
.w_b, .s_b {
    background: none; 
    border: none;
    color: #ccc!important;
    padding:4px 10px;
    text-align: left;
    text-decoration: none;
    display: none;
    font-size: 13px;
    margin: 10px 8px;
    cursor: pointer;
    border-radius: 50px;
    
}
.w_b:hover, .s_b:hover{
    background:none;
    color: #f75757!important;
}

.recent-item:hover .recent-overlay{
    opacity: 1;

    }
/*Movie Detail PAge*/
.border_3{
    border:3px solid #f75757!important;
}
.w-30{
    width: 30%!important;
}
.w-70{
    width: 70%!important;
}
.ott_plat img{
    width: 40px!important;
    height: 40px!important;
}
.ott_overlay_bg{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);  
}
.ott_hero-banner{
    height: 220px!important;
    padding-top: 0px!important;
    /*filter: blur(4px)!important;
   -webkit-filter: blur(4px)!important;*/
}
.hero-banner-contentBg{
   /*  background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   display: block;
      height: 100%;
   width: 100%;
   margin: 0 auto;
   -o-object-fit: cover;
      top: 0px;
   object-fit: cover;
   -webkit-transition: all .5s ease;
   transition: all .5s ease;
   -webkit-filter: blur(20px);
   filter: blur(20px); */
}
.hero-banner-thumbnail{
    background-color: none!important;
    border:none!important;
}
.thumbnail .caption {
    padding: 5px;
    color: #333;
}
.border_b_tabs li a:hover{
   color: #101010!important;
}
.border_b_tabs li {
    margin: 0px 45px 0px 0px;
}
.border_b_tabs li a{
    font-size: 18px;
}
.banner-heading {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
}
.gr-col{
  color: #666
}
.movie_author-pr{
    color: #f75757 !important;
    font-size: 13px;
    font-weight: 600;
}
.ott_container{
    margin-top: -186px!important;
}
.ott_mv_detail{
    color: #fff;
    min-height: 135px;
}
.ott_mv_detail p {
    margin: 0px !important;
    padding:  0px !important;
    font-size: 14px;
}
/* .ott_moviename_container{
  margin-bottom: 10px;
} */
.ott_moviename_container .ott_movie_name{
    font-size: 26px;
    display: inline;
    padding-right: 20px;
    font-weight: 600;
    color: #fff!important;
}
.ott_mt_35{
    margin-top: 30px;
}
.watch-on-pro{
    font-size: 18px;
    font-weight: 600;
}
.ott_movie_langauges .btn {
    padding: 5px 10px !important;
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}
.ott_movie_langauges{
    /*text-transform: uppercase;*/
    color: #fff;
    /*opacity: .8;*/
    /*min-height: 70px;*/
}
.ott_mv_censor{
    margin-right: 3px;
    opacity: 1;
}
.ott_movie_date_time{
    min-height: 19px;
    color: #fff!important;
}
.ott_mv_date{
    margin-right: 10px;
}
.font-12{
    font-size: 12px!important;
}
.font-13{
    font-size: 13px!important;
}
.font-16{
    font-size: 16px!important;
}
.font-18{
    font-size: 18px!important;
}
.color-red{
    color: #f75757; 
}
.ott-icons{
    position: absolute;
    top: 5px;
    left:5px;
}
.font-w-600{
    font-weight: 600!important;
}
.text-ellipsis-1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}
.text-ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.icon-hover:hover{
    color: #f75757;
}
.hero-banner-content{
    height: 159px!important;
}
.ott_mv_review_container{
    min-height: 90px;
    margin-bottom: 15px;
    zoom: 1;
    position: relative;
    background-color: #f9f8f8!important;
}
.ott_heart_container{
    font-size: 24px;
    margin-right: 40px;
    margin-top: 20px;
    cursor: pointer;
    z-index: 10;
}
.ott_heart_container #ott_heart svg{
    height: 19px!important;
    width: 19px!important;
    color: #fff;
    margin-bottom: -5px;
    stroke: #fff;
    stroke-width: 5px;
    stroke-opacity: .9;
    fill: #c9363c;
}
.ott_votes{
    font-size: 14px;
    color: #616161;
    line-height: 18px;
    /* letter-spacing: .5px; */
    /*padding: 5px 0;*/
    font-weight: 400;
}
.ott_user_rating{
    text-align: left;
    margin-right: 40px;
    margin-top: 20px;
    min-width: 95px;
    position: relative;
}
.ott_user_rating .ott_rating_number, .ott_user_rating_number{
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.ott_user_rating #ott_rating_sub svg{
    width: 10px;
    height: 10px;
    
}
.ott_input_rate{
    margin-right: 40px;
    margin-top: 5px;
}
.ott_input_rate .ott_rating_input svg{
   width: 19px;
}
.rating_color_fill{
     fill: #c9363c!important;
}
.ott_input_rate .ott_input_text{
    font-size: 26px;
    line-height: 0;
    color: #333;
    margin-left: 6px;
    margin-top: 10px;
}
.ott_stories_heading{
    margin-top: 15px;
    font-weight: 700;
    color: #333;
    font-size: 18px;
    display: inline-block;
}
.view_all{
    /* margin-top: 25px; */
    font-size: 12px;
    color: #666;
}
.updated-date-pro{
    font-size: 12px;
    color: #7d898f;
    letter-spacing: .2px;
}
.bo-collection{
    font-size: 23px;
    color: #000;
    line-height: normal;
    font-weight: 700;
    letter-spacing: .5px;
}
.border-rad-5{
    border-radius: 5px;
}
.margin_tb_25_{
    margin:8px 0px!important;
}
.margin_t_25_{
    margin-top: 25px!important;
}
.margin_b_25_{
    margin-bottom: 25px!important;
}
.ott_stories_container{
    margin-top: 7px;
    font-size: 13px;
    color: #333;
    height: 50px;
    display: block;
}
.ott_stories_title{
    font-size: 14px;
    color: #101010;
    display: -webkit-box;
     min-height: 3rem; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.5rem;
    margin-bottom: 0px;
}
.ott_storie_date{
    font-size: 12px;
    height: 15px;
    /* margin-top: 7px; */
    color: #999;
}
.ott_mt_72px{
    margin-top: 72px!important;
}
.col_orange{
    color: #f75757!important;
}
.ott_mv_summary{
    color: #666;
    font-size: 12px;
    line-height: 17px;
    padding-right: 10px;
   /*  margin-bottom: 30px; */
}
.cursor-p{
    cursor: pointer;
}
.synopis_paragraph{
    font-size: 17px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
}
.border_b_tabs{
 border-bottom: 1px solid #eee!important;  
 margin-bottom: 15px; 
}
.ott_sorting_reviews{
  margin-bottom: 24px!important;
}
.ott_mv_user_review {
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    zoom: 1;
}
.ott_mv_user_review .review_hashtags:hover{
   text-decoration: underline!important;
   color: #f75757;
}
.ott_user_review_date{
    font-size: 10px;
    line-height: 12px;
    color: rgba(0,0,0,.37);
    margin-left: 0px;
}
.ott_user_review_text{
    margin-top: 5px;
    font-size: 12px;
    line-height: 17px;
    color: #666;
}
.ott_critic_review_title{
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.ott_critic_r_discription{
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    color: #666;
}
.ott_side_videos{
    margin-bottom: 20px;
}
._mt_9{
    margin-top: 9.5px!important;
}
.w-40{
    width: 40%!important;
}
.w-60{
    width: 60%!important;
}
.details_videos_ott{
    padding-left: 15px;
    color: #333;
}
.details_videos_ott a{
    font-size: 14px;
    /*color: #101010;*/
    display: -webkit-box;
    height: 34px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.2rem;
    font-weight: 600;
}
.details_videos_ott a:hover{
    text-decoration: underline;
    color: #f75757;
}
.ott_v_views{
    margin-top: 7px;
    color: #999;
    font-size: 12px;
}
.ott_movie_prequal{
    font-weight: 700;
    color: #333;
    font-size: 14px;
    display: inline-block;
}
.ott_prequal_ .btn {
    padding: 1px 13px !important;
}
.bb1{
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.recent-item:hover .bb1{
    opacity: 1;
}
.user-rat-pro{
    text-align: center;
    background: #fff;
    padding: 10px;
}
#rate_it{
    margin: 0 auto;
    padding: 10px;

}
.rat-form-pro .form-control{
    font-size: 12px;
   
}
.rat-txt-pro{
     height: 40px;
}
.rat-btn{
    background: none;
    box-shadow: none;
    padding: 0px !important;
    color:#f75757;
    font-size: 24px;
}
.rat-btn:hover, .rat-btn:focus{
    color: #f75757;
}
.btn-sub-rat{
    color: #fff;
    border: 1px solid #f75757;
    border-radius: 4px;
    background: #f75757;
    padding: 8px 24px !important;
}
.movie-cata-pro{
    color: #7c7b7c;
    font-size: 13px;
    font-weight: 600;
}
.lang-col-org{
    color: #f75757;
}
.btn-revi-pro{
    background: #f1f1f1;
    border-radius: 10px;
    padding: 5px 10px !important;
}
.btn-revi-pro:hover{
    color:  #f75757;
}
.btn-sub-rat:hover{
    background: #f96f4e;
    color: #fff;
}
.rat-title-pro{
   background: #183443; 
   border-radius: 5px 5px 0px 0px;
}
.col-666{
    color : #666;
}
.t-40{
    top: 40px;
}
 .rat-title-pro h4{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.rat-title-pro .close{
    opacity: 1;
    text-shadow: none;
    color: #fff;
}
.rat-modal-body {
    background: #f1f1f1;
}

 .movie-date-pro{
    font-size: 20px;
    color: #183443;
    font-weight: 600;
}
.rat-pro-aa{
    margin: 0 auto;
}
.home_h_buttons .tooltip{
   max-width: 80px;
   width: 80px;
}
.all_platforms{
    text-align: right;
}

.forum_star_name1{
    display: -webkit-box;
    min-height: 18px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.home-page-forums .owl-dots, .home-discussion-slider .owl-dots, .platform-arrows .owl-dots{
    display: none;
}
.forum-home-head-trim1{
    font-weight: 600;
    font-size: 15px;
    height: 65px;
    color: #f75757;
}
.forum-home-des-trim1 {
    display: -webkit-box;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 13px !important;
    line-height: 1.6rem !important;
    color: #736e6e;
    height: 50px;
}
.home-forum-pro{
    line-height: 1.8;
    font-size: 13px;
    margin: 0 0 15px;
    color: #7d898f;
}
.home-forum-pro a{
    color: #183443;
    font-weight: 600;
}


.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}



/*coming soon*/
.btn-secondary-button{
    color: #f75757;
    background-color: #ffffff;
    border-color: #f75757;
}
.btn-secondary-button:hover{
    background-color: #f75757;
    color: #fff!important;
}
.nav_ott_list{
    padding: 9px 0px!important;
}
.nav_ott_list li{
    display: inline;
    padding: 10px 18px;
}
.mobile_headings_ott_list .nav_ott_list li.active {
    background: transparent;
    border-bottom: 3px solid #f75757 !important;
    border-radius: 0px !important;
}
#ott_web_watch{
    display: none!important;
}
.forums-img-height-fixed-css{
    position: relative;
}
.forums-img-height-fixed-css:before{
  content: '';
  display: block;
  padding-top: 100%;
}
.forums-img-height-fixed-css img{
      position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;  
  overflow: hidden;
}
.movie-title-trim{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
  }
.box {
  position: relative; 
}

.box select {
 background-color: #fff;
    color: #777;
    padding: 0 14px;
    width: 150px;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 15px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: none;
    outline: none;
    font-weight: 600;
}

.box::before{
 font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dd";
    position: absolute;
    top: 0;
    right: 0;   
    width: 24%;
    height: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #f75757;
    background: none;
    pointer-events: none;
}

.box:hover::before {
  color: #f75757;
  }

.box select option {
  padding: 35px;
}
.font-weight-600{
 font-weight: 600;
}
/* .review-page-container{
    position: relative;
    padding-bottom: 67.4%;
    height: 0;
  overflow: hidden;
}
.review-page-container img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.comming-soon-container{
  position: relative;
  padding-bottom: 52.56%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}
.comming-soon-container img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rat-btn-list{
    color: #fff;
    border: 1px solid #f75757;
    border-radius: 4px;
    background: #f75757;
    padding: 5px 10px !important;
    font-size: 14px !important;

}
.color-white{
    color: #fff;
}
.profile-img-width-user{
    width: 80px;
    float: left;
    margin-right: 10px;
}
.profile-img-width-user-container{
    height: 80px;
    overflow: hidden;
}
.profile-img-width-user-container img{
   width: 100%;
    height: 100%;
    object-fit: cover;
}
.margin-left-0{
    padding-left: 0px!important;
}
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;

  }
}
@media screen and (max-width:575px){
    
    .ott_mv_detail p{
        font-size: 14px!important;
    }
    .ott_votes{
        font-size: 11px!important;
    }
    .pading_left_25{
      padding-left: 25px!important;
    }
    .padd_left_4{
        padding: 0px!important;
    }
    .mobile-pading{
        padding: 0px!important;
    }
    .mobile-margin{
        margin: 0px!important;
    }
    .mob-hero-banner-height .hero-banner-content {
      height: 220px!important;
    }
    .profile-img-width-use{
       width: 60px!important;
       height: 60px!important;
       margin-right: 0px!important;
   } 
    .profile-img-container{
        height: 45px;
    }
    .ott_tabs_homepages .nav>li>a{
        font-size: 12px;
    }
    .all_platforms{
    text-align: left;
    }
    .recommended_list_thumbnails .col-md-2{
        width: 50%!important;
        float: left;
    }
    .c_date {
    top: 40%;
    }
    .mobile_headings_ott{
        position: relative;
        background: #fff;
        box-shadow: 0 2px 1px rgba(226, 226, 226, 1);
        width: 100%;
        height: 72px;
        overflow: hidden;
        border-bottom: 1px solid #eee!important;
   }
   .mobile_headings_ott_list{
        overflow-x: scroll;
        width: 100%;
   }
   .mobile_headings_ott .mobile_headings_ott_list  ul {
    white-space: nowrap;
    margin: 0 0 0 4px;
    padding: 10px 0px !important;
   }
   .mobile_headings_ott_list ul li {
    padding: 14px 5px 10px;
    display: inline-block;
    width: auto;
   }
   .mobile_headings_ott_list ul li a {
    display: block;
    padding: 0px 5px;
    border-radius: 20px;
    line-height: 26px;
    transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 11px;
    text-transform: uppercase;
   }
   .mobile_headings_ott_list .nav_ott_list li.active {
    background: transparent;
    border-bottom: 3px solid #f75757!important;
    border-radius: 0px !important;
    }
    .mobile_watch_now{
        display: none!important;
    }
    /*.ott_mv_review_container{
        margin-top: 10px;
    }*/
    #ott_web_watch{
    display: block!important;
   }
   .color_fd{
    font-size: 20px;
    line-height: 1.2;
    margin: 0px !important
   }
   .media-mobile-pad{
    padding-right: 15px!important; 
   }
   .mob-title-size{
    font-size: 16px;
   }
   .box select{
    width: 92px;
    padding: 0 8px;
    font-size: 12px;
   }
   .box::before{
    font-size: 20px;
    line-height: 34px;
    width: 25%;
   }
   .all-platform{
    margin-top: 20px;
   }
   .p_img{
    width: 30px!important;
    height: 30px!important;
   }
   .p_icon{
    top: 49%;
   }
   .r_img_container{
    width: 100%;
   }
   .box-img-overlay{
    padding: 8px;
   }
   .mob-font-12{
    font-size: 13px;
   }
   .movie-date-pro {
    font-size: 15px;
    color: #183443;
    font-weight: 600;
}
.mob-fliters{
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
 }
.mob-none{
    display: none;
}
.ott_user_rating_number{
    font-size: 14px;
}
.border_b_tabs li{
    margin: 0px 35px 0px 0px;
}
.ott_container{
    margin-top:-230px!important;
}
.ott_mt_pro{
    margin-top: 16px;
}
.ott_moviename_container .ott_movie_name{
 font-size: 22px;
 line-height: 30px;
}
.watch-on-pro{
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.watch-on-pro img{
    width: 35px;
    height: 35px;
}
.border_b_tabs li a{
    font-size: 15px;
}
.profile-img-width-user{
    width: 60px;
    float: left;
    margin-right: 10px;
}
.profile-img-width-user-container{
    height: 60px;
    overflow: hidden;
}
.profile-img-width-user-container img{
   width: 100%;
    height: 100%;
    object-fit: cover;
}
.mob-width-25{
    width: 25% !important;
}
.mob-width-75{
    width: 75% !important;
}
.mob-width-70{
    width: 70% !important;
}
.mob-width-30{
    width: 30% !important;
}
.ott_input_rate{
    margin-right: 0px;
    margin-top: 5px;
}



}
@media screen and (max-width:375px){
    .ott_user_rating{
      margin-right: 25px!important;
    }
    .ott_heart_container{
        margin-right: 25px;
    }
    .review span{
        font-size: 12px!important;
    }
}
@media screen and (max-width:320px){
   .ott_moviename_container .ott_movie_name{
    font-size: 19px!important;
   }

   .archive-movies-body{
        margin-top: 3rem !important;
    }
    .archive-reviews-body{
        margin-top: 3rem !important;
    }
}

.more_reviews_title{
    font-size: 20px;
    font-weight: 600;
}

.archive-reviews ul {
    list-style: disc !important;
    margin: 10px auto 10px 30px;
}

.archive-reviews ul li{
    list-style: outside;
    list-style-type: disc;
    position: relative;
    clear: both;
    margin-bottom: 8px;
}

.archive-reviews ul li a{
    font-size: 16px;
}

.archive-review-body{
    margin-top: 8rem !important;
}

.archive-movies-body{
    margin-top: 11rem !important;
}
.just_reviews .owl-nav .owl-prev, .just_reviews .owl-nav .owl-next{
    position: absolute;
    top: 37%;
    background: rgba(0, 0, 0, 0.5)!important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transition: transform 1s;
    color: #fff !important;
}
.just_reviews .owl-nav .owl-prev{
    left: 0px;
}
.just_reviews .owl-nav .owl-next{
    right: 0px;
}
.just_reviews .owl-nav .owl-prev:hover, .just_reviews .owl-nav .owl-next:hover{
    webkit-box-shadow: 10px 15px 54px -39px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 15px 54px -39px rgba(0,0,0,0.75);
    box-shadow: 10px 15px 54px -39px rgba(0,0,0,0.75);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ott_movie_langauges a{
    color: white !important;
}

.ott_movie_langauges a:hover {
    color: #f75757 !important;
}
.x-movies-list{
    margin-bottom: 20px!important;
    font-size: 16px;
    font-weight: 400;
    border-collapse: collapse!important;
    width: 100%!important;
    border-bottom: none!important;
}
.x-movies-list .col-image{
    min-width: 100px;
    width: 100px;
}
.x-movies-list td {
    vertical-align: middle;
    padding: 16px 8px!important;
    font-weight: 400!important;
    background-color: transparent;
    border: none;
}
.x-movies-list tbody td, .x-movies-list thead th{
    /*border-bottom: 1px solid #dadada!important;*/
    padding: 10px!important;
}
.x-movies-list .col-title .movie-t{
  font-size: 20px;
  font-weight: 600;
}
.x-movies-list .mobile{
    display: none!important;
}
.search-form{
    padding: 23px;
    border-radius: 30px;
}
.search-form:focus{
    border-color: #183443;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 0%);
}

@media screen and (max-width:768px){
    .movie-desktop{
        display: none!important;
    }
    .x-movies-list .mobile{
        display: block!important;
        font-size: 12px!important;
    }
    
}
@media screen and (max-width:600px){
    .mobile_headings_ott .mobile_headings_ott_list::-webkit-scrollbar {
        height: 5px;
        width: 5px;
    }
    .mobile_headings_ott .mobile_headings_ott_list::-webkit-scrollbar-thumb {
        border-radius: 20px;
        background: #dbdbdb!important;
    }
  }

/*Ott New css*/
.bg-ott-strip{
    background-color: #c7dddd;
    border-bottom: 1px solid #c7dddd;
    width: 100%;
    padding: 15px;
}
.ott-movie-name-heading{
    font-weight: 700;
    color: #333;
    font-size: 18px;
}
.season_overview p{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
}
.episode-release-date{
    white-space: nowrap;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}
.episode-release-date span{
    display: block;
    white-space: nowrap;
    margin-bottom: 8px;
}
.episode_overview p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.font-weight-normal {
    font-weight: 400!important;
}
@media screen and (max-width: 767px){
    .mobile-width-35{
        width: 35%!important;
    }
    .mobile-width-65{
        width: 65%!important;
    }
}