*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;  
    
}
body {
	background: #000;
}
li{
    list-style-type: none;
}
header {
    position: relative;
    z-index: 999;
}

.posters {
    background-color: #05122b;
    padding-bottom: 50px;
    
}
ul.poster-img {
    margin: 0;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0;
}
.list-item-wrapper {
    float: left;
    width: 256px;
    background-color: #162D5B;
    margin-left: -12px;
}
.list-item-wrap{
    float: left;
    width: 220px;
    background-color: #162D5B;
	margin-left: 0px;
    margin-top: 12px;
}
    

.list-review-wrapper {
    float: left;
    width: 256px;
	margin-left: -12px;
}


.main-wrapper-poster {
    float: left;
    width: 80%;
}
.img-box a {
    display: block;
    text-decoration: none;
}
.img-box{
    width: 330px;
	height: 440px;
	position: relative;
}

.links {
    text-align: center;
    padding: 10px 6px;
    width: 100%;
    max-width: 220px;
    margin: 16px auto;
}
.links a {
    border: .5px solid #BFBFBF;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #fff;
    background-color: #2C4068;
    border-radius: 5px;
}
.channels a i {
    font-size: 20px;
    padding-right: 10px;
}
.channels .links a {
    letter-spacing: 3px;
}
.viewers-rating ul li:nth-child(2) a:nth-child(6) .dropdown-menu.inner {
    background-color: #143169;
}
.viewers-rating ul li:nth-child(4) a i {
    position: relative;
}
.viewers-rating ul li:nth-child(4) a:first-child i:after {
    content: '';
    width: 7px;
    height: 10px;
    position: absolute;
    background-color: red;
    left: -3px;
    top: 7px;
    border-right: 1px solid black;
}
a.card-link.likes i {
    position: relative;
}
a.card-link.likes:first-child i:after {
    content: '';
    width: 7px;
    height: 10px;
    position: absolute;
    background-color: red;
    left: -4px;
    top: 5px;
    border-right: 1px solid black;
}

.viewers-rating ul li:nth-child(4) a:nth-child(2) i:after {
    width: 8px;
    height: 10px;
    background-color: red;
    top: 7px;
    left: 0px;
    right: 0px;
    position: absolute;
    content: '';
    border-right: 2px solid black;
}
/*.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 140px !important;
} */

a.card-link.likes:nth-child(2) i {
    transform: rotate(180deg);
    padding-left: 11px;
    padding-right: 0px;
}
a.card-link.likes:nth-child(2) i:after {
    content: '';
    width: 7px;
    height: 10px;
    position: absolute;
    background-color: red;
    left: 6px;
    top: 5px;
    border-right: 1px solid black;
    border-left: none;
}
a.card-link.likes i {
    padding-right: 0px;
}
.card-body.poster_liks {
    padding-left: 0;
    padding-right: 0;
}
.card-body.rating {
   padding: 0px 0px;
}
.card-body.poster_liks select {
    margin-left: 34px;
}

.img-box {
    position: relative;
}
.subinbox {
    float: left;
    padding: 6px 6px;
    background-color: #162D5B !important;
    margin: 10px 10px 25px;
    box-shadow: 5px 5px 3px #0e1728;
    position: relative;
}
.vsubinbox .viewed_img {
    width: 190px;
    height: 245px;
}
.nonseniarbg {
    float: left;
    padding:6px 6px;
    background-color: #162D5B !important;
    margin: 10px 10px 25px;
    box-shadow: 5px 5px 3px #0e1728;
}
.nonseniarbg .viewed_img{
	width: 330px;
	height: 440px; 
    background:url("../images/movie_thumbnail.jpg");
    background-size: contain;
}
.box .img-box .box-overlay ul li {
    display: inline-block;
}
.img-box .box-overlay ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.img-box a i {
    font-size: 24px;
}
.box-overlay {
    padding: 6px 5px;
    position: relative;
    width: 100%;
    bottom: 0px;
    opacity: 1;
    overflow: hidden;
    transition: 0.5s all ease;
}
.box_upper_flow {
    position: absolute;
    opacity: 0;
}

.most_viewed_img:hover .box_upper_flow{
    bottom: 0px;
    opacity: 1;
    overflow: visible;
    transition: 0.5s all ease;
}


.box .img-box .box-overlay ul li a {
    background-color: rgba(39, 66, 117, 0.94);
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid #6B8BC9;
    color: #fff;
}
.box .img-box .box-overlay ul li a:hover {
    background-color: rgba(45, 99, 201, 0.82);
}
.box-overlay {
    padding: 7px 5px;
}
a.card-link.likes {
    color: #fff;
    position: relative;
    text-decoration: none;
}
.rating span {
    color: #fff;
    padding-right: 5px;
    font-weight: 400;
    font-size: 13px;
}

.movie-box li {
    list-style-type: none;
}
.most-watch-img {
    text-align: center;
}
/* .banner {
    color: #fff;
    padding-top: 140px;
    background-image: url(../images/banner.jpg)
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
} */
.banner-img > img {
    width: 100%;
    max-width: 100%;
    height: 650px;
    max-height: 100%;
}
.movies_no_found  {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 450px;
    max-height: 100%;
}
.movie_no_title {
    border:1px #E50914 solid;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 0px;
    right:0px;
    max-width:300px;
    margin: 100px auto;
    padding: 40px 40px;
    color: #E50914;
    font-size: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
}
.banner {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 180px;
    width: 100%;
}
.banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
ul.ratimg-reviews {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.movie-details ul {
    padding: 0;
    margin: 0;
}
.reviews ul li {
    border-right: 1px solid #fff;
    padding: 0px 10px;
    line-height: 10px;
    font-size: 11px;
    letter-spacing: 2.4px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
}
.reviews ul li:first-child img {
    margin-right: 5px;
}
.reviews ul li:nth-child(3) {
    border: navajowhite;
}
.movie-name h1 {
    margin-top: 10px;
    font-size: 66px;
    font-weight: 700;
    letter-spacing: 2.4px;
	color: #FDFDFD;
}
.movie-name h1:after, .name h1:after {
	content: ' \25CF';
	font-size: 30px;
	color: #FF0000;
	
}
.movie-description p {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
	color: #fff;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.movie-details ul li a.link_text {
    color: #c4c4c4;
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px;
}
.movie-details ul li a.link_text:hover {
    text-decoration:none;
}
.movie-details ul li a.link_more {
	color: #C4C4C4;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}
.movie-details ul li span {
	 color: #c4c4c4;
    font-weight: 400;
    font-size: 14px;
}

.movie-details ul li:last-child span {
    text-decoration: none;
}
.movie-details ul li strong {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
	color: #fff;
}
.movie-details {
    margin-bottom: 22px;
}

.poster-section {
    display: table;
    clear: both;
}
ul.trailer_box_list, ul.pixel_list, ul.add_share_listbox, ul.up_down_list {
	margin: 0px 0px;
	padding: 0px 0px;
}
ul.trailer_box_list li, ul.pixel_list li, ul.add_share_listbox li, ul.up_down_list li {
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
}
ul.trailer_box_list li a  {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif; 
    font-weight: 700;	
}
ul.add_share_listbox li a {
	font-family: 'Roboto', sans-serif; 
    font-weight: 500;
	color: #fff;
	font-size: 13px;
	display:inline-block;
	margin: 0px 0px;
	text-decoration:none;
    position: relative;
}
ul.up_down_list li a {
	font-family: 'Roboto', sans-serif; 
    font-weight: 500;	
	display:inline-block;
	margin: 0px 7px;
	text-decoration:none;
	font-size: 10px;
	color: #fff;
}
ul.up_down_list li i {
	font-size: 20px;
}
ul.up_down_list li .thumb_down i {
	font-size: 20px;
	transform: rotate(180deg);
}

ul.up_down_list li .thumb_up i:after {
    content: '';
    width: 7px;
    height: 12px;
    position: absolute;
    background-color: red;
    left: 0px;
    top: 7px;
    border-right: 1px solid black;
}
ul.up_down_list li .thumb_down i:after {
    content: '';
    width: 7px;
    height: 12px;
    position: absolute;
    background-color: red;
    left: -2px;
    top: 7px;
    border-right: 1px solid black;
	
}


ul.trailer_box_list li.trailer_blue a {
	color: #4198E9;
}
ul.pixel_list li a {
	background-color: rgba(39, 66, 117, 0.57);
	padding: 5px 10px;
	border: 1px solid #6B8BC9;
	display: inline-block;
	text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.trailer_box, .quality_listbox {
	padding: 0px 15px;
    border-right: 1px solid #9c9c9c;
	float:left;
}
.add_sharebox {
	padding: 0px 15px;
	float:left;
}
.gicon {
	margin-right: 5px;
    margin-top: -2px;
}
.quality, .country-select, .add_sharebox, ul.add_share_listbox, .gicon, .upd_down_listcontainer {
	float:left;
}
.upd_down_listcontainer {
    margin-top: -4px;
}
.up_down_thumbox {
	padding: 3px 12px;
	float: left;
    border-left: 1px solid #9c9c9c;
}
.star_listibox {
	float:left;
	margin-left: 5px;
}
.trailer_box_list a i {
    padding-right: 5px;
    font-size: 20px;
}
.navbar_home > li {
    padding-left: 5px;
    padding-right: 5px;
}
.thumb_up, .thumb_down {
	position: relative;
}
.thumb_down sup, .thumb_up sup {
	font-size: 10px;
	font-family: 'Roboto', sans-serif; 
    font-weight: 500;
}
.trailer_box {
	padding-left: 0px;
}
.nevigation-color {
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #D2D1D1 !important;
    text-align: center;
    padding: 3px 2px;
    text-decoration: none;
    width: 140px;
    height: 26px;
    background: rgba(39, 66, 117, 0.57);
    border: 0.5px solid #6B8BC9;
    border-radius: 2px;
    display: inline-block;
}
.navbar-dark .navbar-nav .nav-link{
    font-size: 13px !important;
}
.movie-search {
    padding: 6px 5px;
    border: 1px solid #9c9c9c;
    background-color: transparent;
    border-radius: 5px;
    margin: 0px 3px;
    width: auto;
    height: 33px;
    font-size: 13px;
    width: 100px;
    display: inline-block;
	color:#BABABA;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.director-search {
    padding: 6px 5px;
    border: 1px solid #9c9c9c;
    background-color: transparent;
    border-radius: 5px;
    margin: 0px 0px;
    width: auto;
    height: 33px;
    font-size: 13px;
    width: 114px;
    display: inline-block;
	color:#BABABA;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.keyword-search {
    padding: 6px 5px;
    border: 1px solid #9c9c9c;
    background-color: transparent;
    border-radius: 5px;
    margin: 0px 3px;
    width: auto;
    height: 33px;
    font-size: 13px;
    width: 117px;
    display: inline-block;
	color:#BABABA;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.rating_innerbox {
	margin-bottom: 16px;
    width: 100%;
    display: table;
    margin-left: -10px;
}
.second-navbar {

	margin-left: 7px;

}
.log-in-detail a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    width: 30px;
    height: 29px;
}
.log-in-detail a img {
    max-width: 100%;
    width: 100%;
    border-radius: 60px;
    height: 100%;
    max-height: 30px;
}
.log-in-detail a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 13px;
}
.movie-list ul li {
    margin-left: 14px;
}
.nav_secondlist{
    margin-left: 0px;
}
.movie-list, .d-flex.search-box {
    margin-right: 64px;
}

.navbar-collapse {
    position: relative;
}
ul.user-profile {
    position: absolute;
    right: -8px;
    top: 1px;
    padding: 0;
    z-index: 9;
    list-style: none;
    text-align: center;
}
a.dropdown-toggle{
    text-decoration: none;
}
.viewers-rating li:nth-child(1) a:nth-child(2) {
    color: #4198E9;
    font-weight: 600!important;
}
.card-body.poster_liks select {
    background-color: rgba(20,49,105,.9);
    border-radius: 5px;
    color: #fff;
    padding: 5px 12px;
    border: 1px solid #6B8BC9;
    font-size: 13px;
    font-weight: 400;
	cursor: pointer;
}

.channels {
    border-top: .5px solid rgb(100 94 94);
    border-bottom: .5px solid rgb(131 123 123);
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.review_links {
    padding-bottom: 20px;
    padding-top: 10px;
}

.viewers-rating li:nth-child(4) a:nth-child(2) i {
    transform: rotate(180deg);
    padding-left: 5px;
    padding-right: 0;
}
.user-name {
    color: #fff;
}
span.nav-description img {
    border-radius: 60px;
}
a.dropdown-toggle {
    color: #bababa;
}
a.quality-tab{
    color: rgba(55, 74, 107, 1)!important;
}
.user-name p {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    color: #9c9c9c;
    letter-spacing: 1px;
	margin-top: 7px;
	white-space: nowrap; 
	width: 80px; 
	overflow: hidden;
	text-overflow: ellipsis; 
}
.next_navberlvl {
    width: 100%;
}
.user-profile .dropdown-menu.show {
	min-width: 100px;
    top: 41px;
    display: table;
    clear: both;
	right: 0px;
}
.viewers-rating li:nth-child(2) a:last-child li a {
    background-color: #143169!important;
}
li.nav-item.dropdown-flegs.show {
    position: relative;
}
.user-profile .dropdown-menu, .user-profile .dropdown-menu li {
	margin: 0px;
	padding: 0px;
}
.user-profile .dropdown-menu {
	background:rgba(20, 49, 105, .9);
}
.user-profile .dropdown-menu li a {
    color: #000;
    text-decoration: none;
    padding: 4px 8px;
    border-bottom: 1px solid #4E78C9;
    width: 100%;
    display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 13px;
	background: transparent;
}
.user-profile .dropdown-menu.show li a:hover {
	background-color: #fff;
	color:  #152b56;
}
.user-profile .dropdown-menu li a:last-child {
	border-bottom: 0px transparent solid;
}

ul.play-list li {
    display: inline-block;
}
.reviews ul li:first-child img {
    max-width: 100%;
    width: 23px;
}
.viewers-rating li:nth-child(2) a:last-child {
    position: relative;
}
.viewers-rating li:nth-child(2) a:last-child select {
    position: absolute;
    top: -285px;
    left: 0;
    height: 281px;
    width: 140px;
    text-align: start;
    background-color: rgb(19 55 163 / 60%);
    color: #fff;
    font-size: 16px;
}
.viewers-rating li:nth-child(4) a:nth-child(3) i {
    color: blue;
}
.viewers-rating li:nth-child(2) a:last-child select option {
    padding: 10px 0px;
}
.links a:hover {
    background-color: #4E962C;
}
.down_icon {
    text-align: center;
}
.down_icon a {
    background-color: #1b1bb0;
    padding: 17px 20px;
    color: #fff;
    border-radius: 50%;
}
.down_icon {
    position: relative;
}
.up_icon {
    position: relative;
    text-align: center;
}
.down_icon a {
    background-color: #194aae;
    padding: 17px 20px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 100px;
    z-index: 999;
}
.up_icon a{
    background-color: #194aae;
    padding: 17px 20px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    left: 100px;
    z-index: 999;
}
.up_icon a i {
    padding-right: 0;
}
footer .footer {
    background-color: #162d5b;
    color: #fff;
}
footer .footer_links {
    text-align: center;
    padding: 40px 10px;
}
.contact_heading {
    padding-bottom: 20px;
}
.contact_link a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0px 10px;
    border-left: .5px solid #cccc;
    line-height: 18px;
}
.contact_link a:first-child {
    border-left: 0px;
}
.copyright {
    background-color: #081C44;
    padding: 12px;
    color: #fff;
    text-align: center;
}
.search-box input {
    color: #fff;
} 
.country-flag li a.dropdown-item {
    background-color: transparent!important;
    padding: 0;
    line-height: 0;
}
.country-flag ul li a.dropdown-item {
    background-color: transparent!important;
}
.country-flag li:nth-child(4) {
    border-radius: 0px 4px 0px 0px;
}
.country-flag li:last-child {
    border-radius: 0px 0px 5px 0px;
}
.country-flag li:nth-child(1) {
    border-radius: 5px 0px 0px 0px;
}
.country-flag li {
    padding: 5px 14px;
    float: left;
    border-right: 1px solid #4E78C9;
    border-top: 1px solid #4E78C9;
    border-bottom: 1px solid #4E78C9;
    text-align: center;
    margin: 0 auto;
    width: 44px;
	height: 26px;
}
ul.dropdown-menu.country-flag.show {
    border-right: 0px solid #4E78C9 !important;
    opacity: 1;
    width: 178px;
    background-color: rgba(20,49,105,.9);
    border-radius: 4px;
    padding: 0px;
    margin: 6px 7px;
    text-align: center;
    border: 1px solid #4E78C9;
    border-top: 0px solid #4E78C9 !important;
    left: -59px;
    right: auto;
    border: 1px #4E78C9 solid;
}
.country-flag li:hover {
	background-color: #476aaf !important;
}

.country-flag li a.dropdown-item img {
    line-height: 1px;
    font-size: 0;
    width: 20px;
    height: 15px;
    max-width: 100%;
    vertical-align: inherit;
}
li.nav-item.dropdown-flegs {
    background-color: rgba(72, 72, 72, 0.49);
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    line-height: 2;
}
.img-box .box-overlay ul {
    padding: 0;
    margin: 0;
}
.search-box input {
    background-color: rgba(72, 72, 72, 0.49);
    font-weight: 300;
    border: 1px solid #BFBFBF;
	font-size: 13px;
}
.search-box input.btn-primary {
    padding: 6px 6px;
    /*width: 50px;*/
}
.label-view-c {
    display: flex;
}
.flag_dropbox {
	color:#BABABA;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
ul.site_list, ul.phase_section, ul.phase_list, ul.content_list {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
}
ul.phase_list {
	background:transparent !important;
	border: 0px #fff solid !important;
}
ul.site_list li, ul.phase_list li {
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
	margin: 4px 1px;
}
ul.site_list li a.sitebox {
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #D2D1D1;
    text-align: center;
    display: block;
    padding: 1px 2px;
	text-decoration: none;
	width: 90px;
	height: 19px;
	background: rgba(39, 66, 117, 0.57);
	border: 0.5px solid #6B8BC9;
	border-radius: 2px;
	display: inline-block;
	
}
a.navbar-brand.logo_home img {
	width: 154px;
	height: 26px;
}

ul.site_list li.list_active a.sitebox, ul.site_list li:hover a.sitebox  {
	color: #ffffff;
    background: rgba(45, 99, 201, 0.67);
	border: 0.5px solid #6B8BC9;
}
.nav_thirdlist {
	margin-left: 0px;
}
.most-watch-img {
	width: 231px;
	height: 323px;
	margin-left: 20px;
}
.most-watch-img img{
	width: 231px;
	height: 323px;
    object-fit: cover;
    border: 1px #D6D6D6 solid;
    border-radius: 3px 3px;
    background: url("../images/teaser-poster.jpg");
    background-size: cover;
    display: block;
}
.flagstrap .btn {
	overflow: hidden;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
img.cast_img {
    max-width: 100%;
    width: 470px;
    height: 400px;
    margin-left: 14px;
    border-radius: 5px;
    background: url("../images/director_default.jpg");
    background-size: contain;
}
ul.pagination_list li {
    display: inline-block;
}
ul.pagination_list {
    margin: 0;
    padding: 0;
    padding-left: 19px;
    margin-bottom: 30px;
    margin-top: -30px;
}
ul.pagination_list li {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
ul.pagination_list li a {
    color: rgba(196, 196, 196, 1);
    font-size: 14px;
    font-weight: 400;
    margin: 0px 8px;
}
a.Last_active {
    color: #fff !important;
    text-decoration: none;
}
ul.pagination_list li a:hover {
    text-decoration: none;
    color: #e50914;
}

.full_detaile {
    padding: 0px 50px;
}
.search_types a {
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0px 10px;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 2.4px;
}
.search_types a:first-child {
    padding-left: 0;
}
.search_types a:last-child {
	border-right: 0px #fff solid;	
}
.name h1 {
    font-size: 36px;
    font-weight: 700;
    color: #FDFDFD;
    letter-spacing: 2.4px;
    margin-bottom:15px
}
.birth_place strong {
    font-size: 14px;
    font-weight: 500;
}
.birth_place {
    margin-bottom: 15px;
}
.birth_place span {
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
}
.about {
    margin-bottom: 40px;
}
.about p {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 25px;
    font-weight: 500;
}
.about a {
    color: #c4c4c4;
    letter-spacing: 2.4px;
}
.releted_peoples h2 {
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 30px;
}
.testimonials img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}
.testimonials a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    font-size: 14px;
    font-weight: 500;
}
.testimonials {
    text-align: center;
}
.releted_peoples ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.poster_liks select {
	float:right;
}
ul.movie_list_view {
	margin:0px  0px;
	padding: 0px 0px;
}
ul.movie_list_view li {
	display: inline-block;
	padding: 0;
    margin: 0;
	margin-right: 15px;
}
ul.movie_list_view li:nth-child(3n+3){
	clear: both;
	display: block;
}
ul.movie_list_view li.movie_list_none {
	line-height: 0px;
}
.most_watcherimg {
	float:right;
}
.most_watcherimg img {
    width: 163px;
    height: 240px;
}
.subscriber-card ul li a:hover {
	color: #fff;
}
ul.review_list li {
    margin: 5px auto;
    text-align: center;
	display: inline-block;
}

ul.review_list li a {
    width: 202px;
    height: 46px;
    text-align: center;
    background: #BD060F;
    border: 1px #BD060F solid;
    border-radius: 4px 4px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 12px 10px;
    font-weight: 700;
	text-transform: uppercase;
}
ul.review_list li a:hover {
	background: #792D31;
    border: 1px #792D31 solid;
}

ul.review_list li span {
	display: inline-block;
	margin-right: 3px;
}
ul.review_list li .mid_star {
	font-size: 14px;
}
.full_star {
	font-size: 14px;
	margin-right:4px;
}

.circle_star {
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50% 50%;
	display: inline-block;
	position: relative;
	top: 1px;
}
.circle_star i {
	color: #BD060F;
	font-size: 11px;
	position: relative;
	top: -2px;
}
/* subscriber-type */
.type-box {
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: 150px;
    background-color: #162D5B;
    padding: 30px 0px;
}
.type-box .box-heading h1 {
    font-size: 30px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.type-box .box-heading p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 15px;
}
.subscriber-card {
    border: navajowhite;
    background-color: transparent;
    border-radius: 0 !important;
    padding: 0px 0px;
    margin-bottom: 120px;
	width: 254px;
}

.subscriber-card img {
    border-radius: 5px;
    background: #fff;
}
.subscriber-card img.card-img-top {
    margin: 0px auto;
    border-radius: 5px 5px;
    padding:0px 0px;
}
.subscriber-card h2.title {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 18px;
    margin: 20px 0px 10px;
}
ul{
    margin: 0;
}
.subscriber-card ul li {
    color: #CECECE;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    padding: 4px 0px;
    display: block;
    text-align: start;
    margin-left: 22px;
    position: relative;
}
.subscriber-card ul li:before {
    background: url('../images/check.png');
    content:"";
    display:block;
    width:16px;
    height:16px;
    position: absolute;
    left: -21px;
    top: 7px;
}
.subscriber-card ul li.none_box:before {
    background: transparent;
    content:"";
    display:block;
    width:16px;
    height:16px;
    position: absolute;
    left: -21px;
    top: 7px;
}
.subscriber-card ul li.red_thumb {
    color: #DB3548;
}
.subscriber-card ul li.red_thumb:before {
    background: url('../images/check_red.png');
    content:"";
    display:block;
    width:16px;
    height:16px;
    position: absolute;
    left: -21px;
    top: 7px;
}
.subscriber-card ul p {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
html:lang(fr) .subscriber-card ul p {
    margin-left: 20px;
    margin-right: 20px;
}
/* start-content-prelaunch-distribution-karan */
.prelaunch {
    width: 800px;
    height: 570px;
    background: #162D5B;
    box-shadow: -4px 4px 14px rgb(0 0 0 / 28%);
    border-radius: 5px 5px;
    margin: 0px auto;
    position: relative;
    margin-top: 140px;
    margin-bottom: 60px;
}
.distribution-box {
    padding: 50px 0px 5px;
    width: 706px;
    margin: 0px auto;
    text-align: center;
}
.distribution-box  h4 {
    line-height: 21px !important;
    margin-bottom: 15px !important;
    letter-spacing: 8px !important;
}
.distribution-box h2 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px;
}
.prelaunch_box .prelaunch_bottom {
    margin-top: 100px;
}

/*end- content-prelaunch-distribution-karan */


.rate h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}
.update_btns {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 8px;
    text-align: center;
    background-color: #E50914;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0px;
	line-height: 22px;
	border: 2px #E50914 solid;
    margin: 10px auto 17px;
    width: 100%;
}
.update_btns:hover {
	background: transparent;
    color: #E50914;
}
.rate {
    /* margin-top: 60px; */
    position: relative;
    padding: 5px 0px;
    margin: 0px auto;
    text-align:center;
}
.p-relative {
    position: relative;
	border-right: 1px solid #244078;
    border-bottom: 1px solid #244078;
    border-left: 1px solid #244078;
    border-top: 1px solid #244078;
}
.invest {
    padding: 17px 17px;
    border-radius: 5px;
    border: none;
    color: #fff;
    background-color: #1F4F7B;
    letter-spacing: 2px;
    font-size: 13px;
    width: 100%;
    line-height: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 75px;
    border-radius: 5px 5px;
}
.btn-2 {
    padding: 10px 20px;  
}
.btn-3 {
    padding: 10px 20px;
}
.inbox_widthauto button:active {
    background-color: #2A8DE9;
}
.inbox_widthauto button:hover {
    background-color: #2A8DE9;
}
.box .img-box .box_bg_overlay ul li a {
	padding: 7px 18px;
}
.modal-header {
    padding-bottom: 0px !important;
}
.purchase_planbox {
   margin: 30px 30px;
}
.purchase_planbox .cols_subplan:nth-child(3) .rate {
    margin-top: 58px;
}

ul.subscriber_listin li .img_checkbox {
    margin-right: 8px;
}
.btn_update {
    width: 300px;
    background:#6B8BC9;
    font-size: 12px;
    font-weight: 900;
    border-radius: 5px 5px;
    display: block;
    margin: 6px auto;
    color: #fff;
    text-decoration: none;
    padding: 13px 6px;
    text-align: center;
    border: 2px #6B8BC9 solid;
}
.btn_update:hover {
    border: 2px #6B8BC9 solid;
    color: #fff;
    background: transparent;
}
.sign_inbox {
    padding-bottom: 15px;
}
ul.content_listinboxs li {
    display: block !important;
    margin: 18px 15px !important;
}
.checkbox_table {
    position: relative;
    margin: 0px auto;
    text-align: center;
    top: -10px;
}
ul.add_distributon_list {
    margin: 0px 0px;
    padding: 0px 0px;
}
ul.add_distributon_list li {
    vertical-align: top;
    margin: 0px 8px 5px;
    list-style-type: none;
    display: inline-block;
}
.next_btn {
    background: #4E962C;
    width: 190px;
    height: 46px;
    border-radius: 5px 5px;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    float: right;
    padding: 13px 10px;
    text-align: center;
    text-decoration: none;
    margin: 20px 0px;
    border: 2px #4E962C solid;
}
.dist_section {
    width: auto;
    background:#E50914;
    font-size: 12px;
    font-weight: 900;
    border-radius: 5px 5px;
    display: block;
    margin: 6px auto;
    color: #fff;
    text-decoration: none;
    padding: 8px 8px;
    text-align: center;
    border: 2px #E50914 solid;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 14px;
}
.dist_section:hover {
    border: 2px #E50914 solid;
    background: transparent;
    color: #fff;
}
.edit_dist_section {
    width: 208px;
    background:#2A8DE9;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px 5px;
    display: block;
    margin: 6px auto;
    color: #fff;
    text-decoration: none;
    padding: 2px 8px;
    text-align: center;
    border: 2px #2A8DE9 solid;
    text-transform: uppercase;
    line-height: 14px;
}
.edit_dist_section:hover {
    border: 2px #2A8DE9 solid;
    background: transparent;
    color: #2A8DE9;
}
.sign_small_letter {
    font-size: 20px;
}
.terms_text {
	font-size: 13px;
	font-weight: 300;
	color: #98A2B7;
}
.terms_text {
	font-size: 13px;
	font-weight: 300;
	color: #98A2B7;
}
.purchasplan_table {
    margin: 30px 0px;
}
a.disable-links {
    pointer-events: none;
}

.cols_subplan  {
    padding-top:12px;
}
.share_toBox {
    position: relative;
    top: -10px;
    margin-left: 5px;
    margin-right: 4px;
}
.time_linebox {
    margin: 40px auto;
    text-align: center;
}
.time_linebox h4 {
    font-size: 74px;
    color: #F7941D;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 10px;
    margin-bottom: 0px;
    margin-top: 80px;

}

.time_linebox h5 {
    font-size: 60px;
    color: #F7941D;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.time_dateline {
    font-size: 150px;
    color: #F7941D;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 20px;
}
.banner-img video {
    padding: 0px;
}
.responsive_senior .most_viewed_box {
    float: left;
    background-color: #162D5B !important;
    margin: 10px 10px 25px;
    box-shadow: 5px 5px 3px #0e1728;
    width: 280px !important;
}
.responsive .most_viewed_box {
    float: left;
    background-color: #162D5B;
    margin: 10px 10px 25px;
    box-shadow: 5px 5px 3px #0e1728;
    width: 206px !important;
   
}
.responsive .viewed_img {
    background: url("../images/movie_thumbnail.jpg");
    background-size: contain;
    width: 190px;
    height: 245px;
    margin-top: 6px;
    object-fit: cover;
}
.responsive_senior .viewed_img {
    background: url("../images/movie_thumbnail.jpg");
    background-size: contain;
    width: 250px;
    height: 295px;
    margin-top: 10px;
     object-fit: cover;
}
.project_viewedbox .viewed_img {
    background: url("../images/movie_thumbnail.jpg");
    background-size: contain;
    width: 190px;
    /*width: 100%;*/
    height: 245px;
     object-fit: cover;
}
.project_viewedbox .most_watch_container {
    background: #162d5b;
    margin: 0px auto;
    padding: 8px;
  }

.responsive .fav_icon {
    top: 6px;
    right: 12px;
}
.responsive_senior .fav_icon {
    top: 12px;
    right: 18px;
}
.fav_icon {
    font-size: 18px;
    color: #fff;
    position: absolute;
}

ul.overlay_movie_list {
    margin: 0px 0px;
    padding: 0px 0px;
}

ul.overlay_movie_list li {
    display: inline-block;
}

ul.overlay_movie_list li a {
    background-color: rgba(39, 66, 117, 0.94);
    border-radius: 4px;
    border: 1px solid #6B8BC9;
    color: #fff;
    display: block;
}
.responsive_senior ul.overlay_movie_list li a {
    padding: 5px 14px;
}
.responsive ul.overlay_movie_list li a, .project_viewedbox ul.overlay_movie_list li a {
    padding: 3px 9px;
}
.box_inbind {
    margin-top: 10px;
}
.responsive_senior .like_unlike_containerbox {
    padding-left: 6px;
    padding-right: 6px;
}
.responsive_senior .card-body.rating {
    padding-left: 6px;
}

.movie_panelcontainer {
    padding-top: 25px;
}
.selmids .dropdown-toggle .filter-option-inner {
    padding-right: 12px !important;
}
.reviews_rightinbox {
    float:right;
}
.reviews_times {
    color: #ABABAB;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.review_linbtn {
    background: #2A8DE9;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 5px 8px;
    color: #fff;
    text-decoration:none;
    border-radius: 5px 5px;
}
.qa_analystbox {
    padding-top: 100px;
}
/** Start of rating css **/

.imdb_review {
    margin-left: -10px;
}
ul.imdb_link_list{
    margin: 0px 0px;
    padding: 0px 0px;
    list-style-type:none;
}
ul.imdb_link_list li {
    padding: 0px 10px;
    line-height: 10px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
ul.imdb_link_list li a {
    color: #c4c4c4;
    font-weight: 400;
    font-size: 11px;
}
.showright {
    float:right;
    margin-left: 0px !important;
}
.invest_contain_title {
    color: #D2E1FF;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    padding-left: 150px;
}
.project_idbox {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}
.proj_idtitle {
    color: #C4C4C4;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: underline;
}
.selection_all {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    border: 1px #6B8BC9 solid;
    border-radius: 4px 4px;
    padding:4px 15px;
    text-decoration: none;
    cursor: pointer;
    background: rgba(39, 66, 117, 57%)
}
.selection_all:hover {
    color: #fff;
}
.select_leftbox {
    float:left;
    margin-left: 180px;
}
.select_rightbox {
    text-align: center;
}
.large_img {
    width: 100%;
}
/* Start of trialer  */

ul.player_teaser_list {
    margin: 0px 0px;
    padding: 0px 0px;
}
ul.player_teaser_list li {
    text-align: center;
    display: inline-block;
    margin: 0px 10px;
}
ul.player_teaser_list li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.most_fullimage {
    position: relative;
}
.player_teaser {
    position: absolute;
    bottom: 100px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.player_teaser_list li span {
    color: #4198E9;
    text-transform: uppercase;
}
ul.investment_rs_list {
    margin: 0px auto;
    padding: 0px 0px;
    text-align:center;
}

ul.investment_rs_list li {
    display: inline-block;
    text-align: center;
}
ul.investment_rs_list li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    border: 1px #6B8BC9 solid;
    border-radius: 4px 4px;
    padding:4px 10px;
    text-decoration: none;
    background: rgba(39, 66, 117, 57%);
    margin-bottom: 10px;
    display: inline-block;
}
ul.investment_rs_list li a:hover {
    background: #6B8BC9;
}
ul.investment_rs_list li.selected-cost a{
    background: #6B8BC9;
}
h4.invetment_titles {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #D2E1FF;
    text-decoration: none;
    text-align: center;
    margin: 20px auto 10px;
}
.investment_span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    color: #D2E1FF;
    margin-right: 20px;
}
.form_incontrol {
    background: rgba(39, 66, 117, 57%);
    border: 1px #6B8BC9 solid;
    color: #fff;
    display: inline-block;
    border-radius: 4px 4px;
    padding: 3px 10px;
    width: 300px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.investment_form {
    text-align: center;
    margin: 20px auto;
}
.form_inboxs {
    width: 100px;
}
.apply_invest_btn {
    background: #2A8DE9;
    border: 2px #2A8DE9 solid;
    border-radius: 4px 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 30px;
    margin: 15px auto;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.apply_invest_btn:hover {
    border: 2px #2A8DE9 solid;
    background:transparent;
}
ul.poster_listin {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style-type: none;
    background: #162D5B;
    border: 1px #979797 solid;
    border-radius: 4px 4px;
    margin-top: 10px;
    width: 186px;
}
ul.poster_listin li {
    display: inline-block;
    padding: 2px 7px;
}
ul.poster_listin li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
ul.poster_listin li a.activate, ul.poster_listin li a:hover {
    color: #D62538;
}
.multi_selectbox {
    background: rgba(19,65,153, 88%);
    border: 1px #9AAFF9 solid;
    border-radius:9px;
    width: 195px;
    height: 176px;
    position: absolute;
    right: 21px;
    top: 163px;
    z-index: 2;
}
.multi_title {
    font-size: 12px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px #547ECA solid;
    margin: 10px 10px;
    padding-bottom: 10px;
}
ul.mutli_listbox {
    margin: 0px 0px;
    padding: 0px 0px;
}
ul.mutli_listbox li {
    display: inline-block;
    margin: 5px 10px;
    width: 74px;
    text-align:center;
}
.movie_pp h1 {
    font-size: 36px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.slider_largeview {
    padding-left: 30px;
    padding-right: 30px;
}
.slider_largeview {
    background: #05122b;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    position:relative;
}
.text_center {
    text-align: center;
    display: block;
}
.text_left, .text-left {
    text-align: left;
    display:block;
}
.mostwatch_select {
    margin-bottom: 5px;
}
.subs_confmtable tr th, .subs_confmtable tr td, .distribute_table tr td {
    border-right: 1px #35415A solid;
    text-align: center;
}
.subs_confmtable, .purchase_substbale, .distribute_table {
    background: transparent !important;
}
.subs_confmtable tr td, .purchase_substbale tr td, .distribute_table tr td{
    background: #132340 !important;
}
.subs_confmtable tr:nth-child(2n) td, .purchase_substbale tr:nth-child(2n) td, .distribute_table tr:nth-child(2n) td {
    background: #0c1b37 !important;
}
.sign_add {
    margin-top: 10px;
}
.sub_minbox .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 60px !important;
}
.selection_checkbox {
    margin-top: -25px;
}
.select_yesbox {
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    text-align:center;
    background: #1b325b;
    border: 1px #6B8BC9 solid;
    border-radius: 4px 4px;
    padding: 4px 12px;
    display: inline-block;
}
.sub_usd {
    font-size: 10px;
}
.select_gapin{
    margin-top: 0px;
}
.subs_planways {
    margin: 30px 10px;
}
.backlink {
    color: #C9C9C9;
    text-decoration:none;
    float:right;
    right: 30px;
    top: 40px;
    position: absolute
}
.distcontright {
    float:right;
}
.months_lender {
    width: 130px !important;
    margin-right: 12px;
}
.months_lender .bootstrap-select.selectfix .btn-light {
    border: 1px #456299 solid !important;
    width:100%;
    padding: 14px 8px !important;
    border-radius: 5px 5px !important;
}
.months_lender .bootstrap-select.selectfix .dropdown-toggle .filter-option-inner-inner {
    font-size: 13px !important;
}

html:lang(fr) .fixed-theader {
    overflow: auto;
}
.schedule_detailer {
    max-width: 740px;
    margin: 0px auto;
}
ul.dropdown-menu.inner{
    max-height: 140px !important;
    overflow-y: auto;
}
.dist_planbox {
    margin-bottom: 20px;
    margin-top: 15px;
}
.paymentbox {
    margin-top: 20px;
}
.invst_forms {
    margin: 0px auto;
    text-align: center;
}
.error_inxt { 
    color: #e50914;
    font-size: 12px;
    margin-top: 0;
    text-align: center;
    display: table;
    margin: 0px auto;
    padding: 0px 5px;
}
.upcoming_linkext {
    text-decoration: none;
}
/*custom css start*/

/*custom css end*/

@media (max-width: 1460px) {
    .responsive_senior .viewed_img {
        width: 240px;
        height: 285px;
    }
    .responsive .most_viewed_box {
        margin: 10px 7px 25px;
    }
}

@media (max-width: 1380px) {
    h5.movie_joined + .movie_panelcontainer {
        margin-left: 30px;
    }
    .responsive_senior .viewed_img {
        width: 250px;
        height: 295px;
    }
    .responsive .most_viewed_box {
        margin: 10px 10px 25px;
    }
}
@media (min-width: 768px) and (max-width:1200){
    .fixed_logobox{
        flex-wrap: wrap;
    }
    .next_navberlvl {
        
        top: 130px;
    }
}

@media only screen and (max-width: 1460px) {
    .movie-search {
        font-size: 14px;
        max-width: 106px;
    }
    .movie-list ul li {
        margin-left: 2px;
    }
    .navbar_home > li {
        padding-left: 0px;
        padding-right: 0px;
        padding: 0;
    }
    .contact_link a {
        color: #fff;
        font-size: 14px;
    }
    .nonseniarbg .viewed_img{
        width: 315px;
        height: 426px;
    }
    .card-body.poster_liks select {
        margin-left: 10px;
    }
    .responsive_senior .most_viewed_box {
        margin: 10px 6px 25px;
        width: 262px !important;
      }
}
@media only screen and (max-width: 1366px) {
    .movie-search {
        max-width: 108px;
        display: inline-block;
    }
    .search-box input {
        font-size: 12px;
    }  
    .viewers-rating a {
        font-size: 12px;
    }
    .navbar_home > li.nav-item {
        padding-left: 6px;
        padding-right: 6px;
    }
    .navbar_home > li.nav-item.dropdown-flegs {
        padding-left: 5px;
        padding-right: 5px;
    }
    li.nav-item.dropdown-flegs a {
        color: #bababa;
        font-size: 12px;
    }
    .most-watch-img {
		width: 218px;
		height: 300px;
		margin-left: 15px;
	}
	.most-watch-img img {
		width: 218px;
		height: 300px;
	}
	.trailer_box, .quality_listbox, .add_sharebox {
		padding: 0px 8px;
	}
    .card-body.poster_liks select {
        margin-left: 0px;
    }
    .nonseniarbg .viewed_img {
        width: 290px;
        height: 390px;
    }
    .card-link + .card-link {
        margin-left: 8px;
    }
    .box .img-box .box_bg_overlay ul li a {
        padding: 5px 12px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .navbar_home > li.nav-item {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .most-watch-img {
        width: auto  !important;
        height: auto !important;
        margin-left: 2px !important;
    }
    .most-watch-img img {
        width: 186px;
        height: 274px;
    }
    .movie-box {
        margin-left: 10px !important;
    }
    ul.pixel_list li a {
        padding: 5px 5px;
        font-size: 12px;
    }
    .flagstrap .btn {
        width:96px;
    }
    .quality_listbox, .quality_listbox {
        margin-bottom: 8px;
    }
    .add_sharebox {
        margin-bottom: 15px;
    }
    ul.trailer_box_list li a {
        font-size: 12px;
    }
    .up_down_thumbox {
        padding: 3px 4px;
    }
    .rating span {
        font-size: 12px;
    }
    .responsive_senior .most_viewed_box {
        margin: 10px 10px 25px;
        width: 280px !important;
    }
    
}

@media only screen and (max-width: 1290px) {
    .card-body.poster_liks select {
        font-size: 11px;
        padding: 5px 1px;
    }
    .nonseniarbg .viewed_img {
        width: 250px;
        height: 336px;
    }
    .trailer_box, .quality_listbox, .add_sharebox {
        padding: 0px 6px;
    }
    .trailer_box {
        padding-right: 0px;
    }
    .banner-img > img {
        height: 540px;
    }
    .gicon img {
        margin-top: 4px;
    }
    .gicon {
        margin-right: 0px;
    }
}
@media only screen and (max-width: 1240px) {
    .nonseniarbg .viewed_img {
        width: 234px;
        height: 310px;
    }
}
@media only screen and (max-width: 1200px) {
    .rate {
        padding: 5px 10px;
    }
    .fixed-theader {
        overflow-y:scroll;
    }
    .dist_planbox {
        overflow: auto;
    }
    .banner-img video {
        padding:0px;
    }
    .time_contenthead {
        line-height: 30px !important;
    }
}
@media only screen and (max-width: 1100px) { 
    img.cast_img {
        height: 340px;
    }
}
@media only screen and (max-width: 991px) { 
    .banner-img video {
        padding: 30px 10px;
    }
    img.cast_img {
        height: 300px;
    }
    .months_lender {
        width: 146px !important;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
	.navbar_home > li {
		display: block;
    }
    .actors_name {
        margin-top: 20px;
    }
	.p-relative {
		border-right: 0px solid #244078 !important;
    }
	img.cast_img {
        max-width: 100%;
        width: 470px;
        height: 400px;
        margin-left: 0;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .actor_imgbox {
        margin: 0px 17px;
        text-align: center;
    }
	.reviews ul li {
        margin-bottom: 7px;
    }
    .name h1 {
        font-size: 28px;
    }
    h5.movie_joined {
        font-size: 22px;
    }
    .most-watch-img {
        margin-right: auto !important;
        margin-left:auto !important;
    }
    .investment_span {
        margin-right: 0px;
        margin-bottom: 10px;
        display: block;
    }
    ul.investment_rs_list li a { 
        margin-left: 3px;
        margin-right: 3px;
    }
}
@media only screen and (max-width: 767px) {
    .select_leftbox, .select_rightbox {
        float: none;
        margin: 10px auto 20px;
        display: block;
    }
    .movie_pp h1 {
        font-size: 28px;
    }
    #frmStripePayment .select_inarea {
        width: 92% !important;
    }
    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: 0px !important;
    }
    .sign_title {
        word-break: break-all;
    }
    .privacy_block, ul.list_no li {
        text-align: left !important;
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 600px) {
  
    .months_lender .bootstrap-select .dropdown-menu li a {
        text-align: left;
    }
    .months_lender {
        width: 210px !important;
        margin-right: 0;
    }
    .months_lender .bootstrap-select.selectfix .btn-light {
        width: 100%;
    }
    .next_btn.nxxtbtn {
        float: none;
    }
}

@media only screen and (max-width: 580px) {
    .input_group_fix {
        padding: 0px 20px 0px !important;
    }
    #frmStripePayment .select_inarea {
        width: 90% !important;
    }

}
@media only screen and (max-width: 480px) {
	img.cast_img {
        height: auto;
    }
	.movie-box {
        margin-left: 0px !important;
        padding: 0px 0px;
    }
    .responsive_senior .most_viewed_box {
        width: 260px !important;
    }
    .actor_imgbox {
        margin: 0px 5px;
    }
    ul.pagination_list {
        padding-left: 8px;
        margin-bottom: 15px;
    }
    .rating_innerbox {
        margin-left: -4px;
    }
    #frmStripePayment .select_inarea {
        width: 87% !important;
    }
    .input_group_fix {
        padding: 0px 10px 0px !important;
    }
    .paymentlabel_txt {
        float: none !Important;
        text-align: center;
        margin-bottom: 10px;
    }
}
