* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:hover{
    text-decoration: none !important;
}

@font-face {
    font-family: 'FreeSans';
    src: url('../fonts/FreeSans.ttf') format('truetype');
}

@font-face {
    font-family: 'FreeSansBold';
    src: url('../fonts/FreeSansBold.ttf') format('truetype');
}

@font-face {
    font-family: 'FreeSansBoldOblique';
    src: url('../fonts/FreeSansBoldOblique.ttf') format('truetype');
}
ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style-type: none;
}
header {
    position: relative;
}
body {
    background: #000;
}
.fixed-top {
    background-color: #fff;
    padding: 8px 15px !important;
    z-index: 999999999 !important;
}

.fixed-top.header_scroll {
    transition: background-color 200ms linear;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
}

.sidenav {
    justify-content: space-between;
}

.navbar-brand {
    width: 91px;
}


.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-dark .navbar-toggler {
    outline: 0px #fff solid !Important;
    border: 0px #fff solid !Important;
}

.navbar-brand img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.left_menu li.nav-item {
    margin-right: 10px;
    margin-left: 10px;
}
li.nav-item {
    margin-right: 15px;
    margin-left: 15px;
}

li.nav-item:first-child {
    margin-left: 12px;
}
li.nav-item:last-child{
    margin-right: 0px;
    margin-left: 0px;
}
.right_menu li.nav-item:last-child {
    margin-right: 0px;
    margin-left: 0px;
}
.left_menu li.nav-item:last-child {
    /* margin-left: 15px; */
}
a.nav-link.active {
    color: rgb(236 33 39) !important;
}

.closebtn {
    display: none;
}
.left_menu .nav-link {
    padding: 5px 5px !important;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'FreeSans';
    color: #000;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
    color: rgb(236 33 39);
}
.nav_btnlink:hover {
    background-color: rgb(255, 255, 255);
}

.search_btn {
    padding: 6px 10px !important;
    border-radius: 5px;
    background: #eb2027;
    text-align: center;
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    background: #eb2027;
    border: 2px #eb2027 solid;
}
.search_btn:hover {
    color: #eb2027 !important;
}

.right_menu {
    align-items: center;
}

.right_menu li {
    position: relative;
}

input.search_bar {
    outline: none;
    border-bottom: 1px solid #888888 !important;
    padding: 2px 4px;
    font-size: 15px;
    padding-right: 50px;
    border-style: none;
}
.search_icon {
    width: 14px;
    position: absolute;
    top: 1px;
    right: 3px;
    color: #888888;
}
.search_icon button:focus {
    outline: 0;
   
}

.search_icon img{
    width: 100%;
    transform: rotate(355deg);
}
.banner {
    background-color: #000000;
    margin-top: 78px;
    padding: 30px 0px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
}
button.owl-prev{
    left: 25px;
    width: 3%;
}

button.owl-prev,button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.owl-next{
    right: 25px;
    width: 3%;
}
.owl-prev ,.owl-next{
    position: relative;
} 
.owl-prev span {
    position: absolute;
    left: 0;
    background-image: url(../images/left_arrow.png);
    background-size: 100% 100%;
    width: 18px;
    height: 30px;
    color: transparent;
}

.owl-next span {
    position: absolute;
    right: 0;
    background-image: url(../images/right_arrow.png);
    background-size: 100% 100%;
    width: 18px;
    height: 30px;
    color: transparent;
}
.owl-prev:focus, .owl-prev:hover, .owl-next:focus, .owl-next:hover {
    outline: 0;
    opacity: 1;
}

.slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 435px;
    /*cursor: pointer;*/
}

.slide img {
    height: 100%;
    object-fit: cover;
}

.poster_image_box {
    width: 63%;
    float: right;
    height: 100%;
}

.movie-detail-box {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    background: linear-gradient(90deg, #131722 42%, #00000000 71%);
    border: 1px #131722 solid;
}

.movie_detail_inner_box {
    position: relative;
    left: 50px;
    top: 30px;
    width: 450px;
}
.favorite_icon {
    width: 34px;
    height: auto;
}
.favorite_box{
    height: 30px;
}

.content-heading {
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 10px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    font-family: 'FreeSansBold';
}

.content-timing {
    margin-bottom: 12px;
    height: 20px;
}

.content-timing span {
    position: relative;
    padding: 0px 5px;
    font-size: 16px;
    color: #b3b3b3;
    font-family: 'FreeSans';
    margin-right: 0;
}
span.movie_type {
    color: #eb2027;
    padding: 2px 9px;
    border-radius: 3px;
    font-weight: 600;
}



.content-timing span:first-child {
    margin-left: 0;
    padding-left: 0;
}
.about-movie {
    margin-bottom: 14px;
    font-size: 15px;
    color: #fff;
    white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-width: 420px;
    font-family: 'FreeSans';
    margin-bottom: 10px;
    max-height: 66px;
    /*line-height: 28px;*/
}
.aboutmovie_gaps {
    margin-bottom: 17px;
}
.addWtchBtn {
    margin-top: 8px;
}
button.detail_btn {
    background-color: #eb2027;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 4px;
    outline: none;
    border: none;
    font-family: 'FreeSansBold';
    border: 2px #eb2027 solid;
}

button.detail_btn:hover {
    background-color:transparent;
    color: #eb2027;
    transition: 0.3s;
}


/*========================================================== slider======================================= */
section.sliders {
    background-color: #000;
    overflow: hidden;
    min-height: 300px;
}
.thumbnail_img {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
    width: calc(calc(100vw / 5.6) - 10px );
    height: 189px;
    position: relative;
    transition: transform .2s;
}
.gridSection .thumbnail_img {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
    width: calc(calc(100vw / 4.5) - 10px );
    height: 189px;
    position: relative;
    transition: transform .2s;
}
.thumbnail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbnail_img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    z-index: 88;
   
}
.detail_box_show {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s all ease-in;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(19,23,34,0.44348161627932425) 15%);
}
.content_title_box {
    display: flex;
    text-align: center;
    align-items: flex-end;
    justify-content: left;
    position: absolute;
    bottom: 0;
    padding: 15px 12px 10px 6px;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    width: 100%;
}
.content_title_box .play_icon a {
    color: #fff;
    font-size: 16px;
    height: 20px;
    width: 22px;
    background-position: 8px 4px;
    margin-left: 0;
    padding: 8px;
    margin-right: 6px;
    z-index: 1;
}
.content_title_box .play_icon {
    margin-bottom: 12px;
}
.box-hover .detail_box_show{
    opacity: 0;
}
.thumbnail_img:hover .detail_box_hide{
    opacity: 1;
}
.content_title  {
    color: #fff;
    font-size: 14px;
    font-family: 'FreeSansBold';
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}
.content_title:hover{
    text-decoration: none !important;
    color: #fff !important;
}
.season_titletxt {
    color: #eb2027;
    font-size: 12px;
    font-family: 'FreeSans';
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.detail_box_hide {
    transition: .4s all ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(19,23,34,0.44348161627932425) 93%);*/
    background: linear-gradient(0deg, #131722 5%, #131722 5%, rgba(19,23,34,0.44348161627932425) 93%);
}
.detail_box_hide .play_icon a {
    margin-left: 6px;
    margin-right: 4px;
    background-size: 80%;
    padding: 5px;
    color: #fff;
}
.content_description {
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    opacity: 0.8;
    color: #fff;
    font-size: calc(16px / 1.3);
    line-height:17px;
    cursor: pointer;
}
.content_description a {
    color: #fff;
    font-family: 'FreeSans';
}
.content_description a:hover{
    text-decoration: none;
    color: #fff;
}

.detail_box_hide .content_title a {
    /*padding: 0px 5px;*/
}
.detail_box_hide .deta_box {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 13px;
    right: 13px;
}
.trending_icon_box {
    width: 40px;
    height: auto;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
}
.slider {
    padding-top: 15px;
    padding-bottom: 45px;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.verfi_form{
    height: 600px !important;
    box-shadow: inset 0px -340px 1110px 0px #000000d6 !important;
}
.verif_email{
    padding-bottom: 20px !important;
}
.verif_email h4{
    padding-top: 40px;
}
.verif_email p
{
    color: #fff;
}
.verif_email{
    padding-bottom: 20px !important;
}
.reset_cred{
     padding-bottom: 50px !important;
}
.reset_form{
    height: 600px !important;
    box-shadow: inset 0px -340px 1110px 0px #000000d6 !important;
}
.resetPsw_form{ 
    height: 900px !important;
    box-shadow: inset 0px -340px 1110px 0px #000000d6 !important;
}
.imgCircle{
    margin-right: 5px;
        border: 1px solid #00000087;
    
}
.avtartMenu li a{
    font-size: 14px !important;
    text-transform:capitalize !important;
     font-family: 'FreeSans' !important;
}
.avtartMenu li:hover a {
    background: #eb2027;
    color: #fff !important;

}
.avtartMenu{
    padding-bottom: 0!important;
    padding-top: 0!important;
    min-width: 167px !important;
    margin-top: 5px !important;
    left: unset !important;
    right: 0 !important;
    border: unset !important;
    background-clip: unset !important;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 22%);
}
.dropinbox a{
    color: #000 !important;
    font-family: 'FreeSansBold';
}
.no_data p {
    color: #fff;
    font-family: 'FreeSans';
    margin-left: 5px;
    font-size: 16px;
    padding: 0 14px;
}
.no_data_inner p {
    margin-left: 0;
    margin-bottom: 30px;
}
.dropdown-toggle::after{
    cursor: pointer;
}
.dropinbox{
    cursor: pointer ;
}

.about_site div{
    border: 1px solid #fff;
    background: red;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
}
.scsMsg{
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     z-index: 99;
     text-align: center;
} 
.scsMsg .alert{
    margin-top: 1%;
    background: #eb2027 !important;
    color: #fff !important;
    border-color: #eb2027!important;
    min-width: 300px;
    max-width: 400px;
    text-align: left;
    display: inline-block;
}
.errorinbox  {
    background: #eb2027 !important;
    color: #fff !important;
    border-color: #eb2027!important;
    position:absolute !important;
    left: 50%;
    transform: translate(-50%) !important;
    margin-top: 6px !important;
}
.scsMsg .alert .close{
    line-height: 0.8 !important;
}
.scsMsg .alert .close:hover{
   color: #fff !important;
}
.scsMsg .alert.in {
    opacity: 1;
}
.scsMsg .alertboxsin {
    margin-top: 115px;
    min-width: 300px;
    max-width: 800px;
    padding-right: 35px!important;
}
.scsMsg .alertboxsin .close{
    padding: 7px!important;
}

.topSlider {
    padding-top: 140px;
}
.heart_box {
    padding-top: 1px;
    width: 28px !important;
    height: 28px;
    text-align: center;
    font-size: 16px;
    background: #000;
    border-radius: 50%;
    border: 1px solid #e51f26;
    color: #e51f26;
    cursor: pointer;
}
.sucessMsg{
    border-radius: 2px !important;
    padding: 0 !important;
    max-width: 400px;
    margin: 0px auto;
    top: 30px;
    margin-bottom: 0 !important;
}
.sucessMsg p{
      margin-bottom: 0;
}
.logForm{
    height: 810px !important;
}
.signForm{
    height: 930px !important;
}
.vid_detl .favorite_icon img{
    width: 100%;
}
.vid_detl .favorite_box{
    margin-bottom: 3px;
}
.fa-regular, .far {
   
    font-style: normal;
}
.about_site div{
    border: 1px solid #fff;
    background: red;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
}

.pswChangeForm{
    height: 660px !important;
}
.profileLbl .input_btn input[type="file"] {
    display: none !important;
}
.profileLbl .input_btn {
    background: #242a30e3 !Important;
    border: 1px #9e9e9e solid !Important;
    padding: 28px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    margin-bottom: 25px !important;
}
.subscription_table{
    border: 1px #35415A solid;
    background: #132340;
    width: 100%;
    overflow: scroll;
}

.subscription_table tr {
    color: #fff;
   
}
.subscription_table th {
   border-bottom: 1px solid #35415A;
   white-space: nowrap;
   padding: 10px;
   
}
.subscription_table td {
   border-left: 1px solid #35415ac9;
   
}
.subscription_table tbody tr:nth-child(odd){
   background: #0c1b37 !important;
   
}
.subscription_table tr{
    padding: 10px 11px; 
    height: 60px;
}
.subcrip_Cred{
    padding: 15px;
    border-radius: 0 !important;
    background: none!important;
}


.manage_form{
    height: 820px !important;
}
.allVideosBox .thumbnail_img{
    width: auto;
    margin: auto;
    /*height: 163px;*/
    margin-bottom: 50px;
}
.allVideosBox .list_heading{
    margin-bottom: 20px !important;
    margin:  0 35px;
}
.allVideosBox .list_heading h1{
    margin-left: 2px;
}
.allVideosBox .innerAlVidBox{
    margin: 0 35px;
}

.detailBanner{
    padding-left: 50px;
    padding-right: 50px;

}
.detailBanner .poster_image_box {
    width: 53%;
   
}
.detailBanner .movie-detail-box {
   
    background: linear-gradient(90deg, #131722 48%, #00000000 71%);
}
.detailBanner .slide{
    border-radius: 0;
}
.detailBanner .movie-detail-box{
    border-radius: 0;
}
.deatailPlay a{
    color: #abb7c4;
    font-family:'FreeSansBold';
    font-size: 16px;
    display: table;
}

.deatailPlay a:hover{
    color: #eb2027;
    transition: 0.3s;
}
.deatailPlay a{
    text-decoration: none !important;
}
.deatailPlay {
    margin-top: 10px;
}
.deatailPlay a{
    margin-top: 5px;
}
.deatailPlay a.rentBtn {
    margin-top: 12px;
}
/* .movieDetailPlay{
    line-height: 2;
} */
.favicn a{
    text-decoration: none !important;
    color: #abb7c4;
    font-family:'FreeSansBold';
    font-size: 17px;
}
.favicn a:hover{
    color: #eb2027;
    transition: 0.3s;
}
.detail_container .vid_opt ul li:hover{
    color: #eb2027;
    transition: 0.3s;
}
.subscriber_form{
    padding-top: 140px;
}
.subscriber_form .inner-subBox{
    text-align: center;
    margin-top: 20px !important;
   
}
.subscriber_form .inner-subBox .head
{
    background: #1f263a;
    padding: 15px 5px 15px 5px;
    border-top-left-radius:5px;
    border-top-right-radius: 5px;
}

.subscriber_form .inr2 .head{
    background: #26bdafba;
}
.subscriber_form .inr3 .head{
    background: #96285bc9;
}

.subscriber_form .inner-subBox .amount{
    background: #fff;
    padding: 20px 5px 20px 5px;
}
.subscriber_form .inr2 .amount{
    background: #26bdaf;
}
.subscriber_form .inr3 .amount{
    background: #96285b;
}
.subscriber_form .inner-subBox .head h3{
    margin-bottom: 0;
    color: #fff;
    font-family: 'FreeSansBold';
    font-size: 24px;
}
.subscriber_form .inner-subBox .amount h1{
    margin-bottom: 0;
    color: #eb2027;
    font-family: 'FreeSansBold';
    font-size: 28px;
    letter-spacing: 1px;
}
.subscriber_form .inner-subBox .amount p{
    margin-bottom: 0;
    font-size: 16px;
    color: #131722;
    font-family: 'FreeSans';
    font-weight: bold;

}
.subscriber_form .inner-subBox .descript
{
    background: #fff;
    padding: 0px 5px 10px 5px;
    /*border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;*/
}
.subscriber_form .inner-subBox .descript p
{
    color: #000;
    padding: 5px;
    font-size: 16px;
    font-family: 'FreeSans';
    margin-bottom: 10px;

}
/*.subscriber_form .inner-subBox .descript .btn
{
    background: #ed1f2b;
    border-radius: 5px;
   
    color: #fff;
    font-family: 'FreeSansBold';
    font-size: 16px;
    width: 40%;
    padding: 10px 0px;
    margin-top: 5px;

}*/
.inner-subBox .butn .btn {
    background: #ed1f2b;
    border-radius: 5px;
    color: #fff;
    font-family: 'FreeSansBold';
    font-size: 16px;
    width: 100%;
    padding: 14px 0px;
    border: 2px #ed1f2b solid;
}
.inner-subBox .butn .btn:hover{
    background: transparent;
    border: 2px #ed1f2b solid;
    color: #ed1f2b;
}
.subscriber_form{
    height: auto !important;
    padding-bottom: 50px;
}
.butn {
    padding: 20px 20px;
    background: #fff;
    border-radius: 5px 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.profileLbl img{
    width: 100%;
    
}
.subscriber_form h4{
    color: #fff;
    text-align: center;
    text-align: center;
    font-family: 'FreeSansBold';
    font-size: 28px;
}
.input_image {
    display: block;
    text-align: center;
}
.avatar-upload {
    position: relative;
    min-width: 124px;
    margin: 0px auto;
}
.tooltips {
    position: relative;
    display: inline-block;
    color: #fff;
}

.avatar-edit input {
    display: none !important;
}
.avatar-edit {
    width: 125px;
    margin: 0px auto;
}
.avatar-upload label {
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
    margin-bottom: 40px;
    background: #abb7c4;
    padding: 5px 10px 9px;
    border-radius: 5px;
    margin-top: 20px;
    color: #000;
    border: 2px #abb7c4 solid;
}
.avatar-upload label:hover {
    background: transparent;
    color: #abb7c4;

}
.avatar-preview {
    width: 124px;
    height: 114px;
    position: relative;
    margin: 0px auto;
   
}
.avatar-preview div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #BFBFBF;
    border-radius: 5px 5px;
}
.avatar-preview div img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.logForm .inner-cred .cred_form{
    max-width: unset!important;
    padding-left: 85px;
    padding-right: 85px;
}

.logForm .inner-cred{
    max-width: 1100px !important;
}
.logForm .inner-cred .rightArow{
    max-width: 1000px;
}
.logForm .inner-cred .dv1 {
  padding-right: 45px;
  margin-top: 63px;
}
.logForm .inner-cred .dv2 {
  padding-left: 45px;
}
.logForm .inner-cred .btn{
    margin-top: 10px;

}
.logForm .inner-cred .ind1{
    border-right: 2px solid #6c6c6c;
}
.logForm .inner-cred .ind1::before{
    content: "or";
    color: #fff;
    font-family: 'FreeSansBold';
    font-size: 18px;
    position: absolute;
    right: -26px;
    border: 1px solid #6c6c6c;
    border-radius: 50px;
    height: 50px;
    background: #6c6c6c;
    width: 50px;
    padding-top: 13px;
    top: 50%;
    margin-top: -25px;
}

.logForm .inner-cred .dv1 .btn{
    margin-top: 20px !important;
}
.logForm .inner-cred .dv1 .btn i{
    padding-right: 5px;
}


.signForm .inner-cred .cred_form{
    max-width: unset!important;
    padding-left: 85px;
    padding-right: 85px;
}

.signForm .inner-cred{
    max-width: 1100px !important;
}
.signForm .inner-cred .rightArow{
    max-width: 1000px;
}
.signForm .inner-cred .dv1 {
  padding-right: 45px;
  margin-top: 72px;
}
.signForm .inner-cred .dv23 {
    padding-right: 45px;
    margin-top: 100px;
  }
.signForm .inner-cred .dv2 {
  padding-left: 45px;
}

.signForm .inner-cred .ind1{
    border-right: 2px solid #6c6c6c;
}
.signForm .inner-cred .ind1::before{
    content: "or";
    color: #fff;
    font-family: 'FreeSansBold';
    font-size: 18px;
    position: absolute;
    right: -26px;
    border: 1px solid #6c6c6c;
    border-radius: 50px;
    height: 50px;
    background: #6c6c6c;
    width: 50px;
    padding-top: 10px;
    top: 50%;
    margin-top: -25px;
}

.signForm .inner-cred .dv1 .btn{
    margin-top: 20px !important;
}
.signForm .inner-cred .dv1 .btn i{
    padding-right: 5px;
}
.profileForm {
    height: 750px !important;
}

/*tooltip design start*/
.footer_bottom .tooltip{
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -25px;
}
.footer_bottom .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.footer_bottom .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.footer_bottom .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

}
.footer_bottom .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.hov1:hover .tooltip{
    opacity: 1 !important;
}
.hov2:hover .tooltip{
    opacity: 1 !important;
}
.hov3:hover .tooltip{
    opacity: 1 !important;
}
.hov4:hover .tooltip{
    opacity: 1 !important;
}
.footer_bottom .tooltip-inner{
    background-color: #eb2027 !important;
    padding: 1px 8px !important;
}
.footer_bottom .tooltip.top .tooltip-arrow {
    border-top-color: #eb2027 !important;
}

/*tooltip design end*/

.video_container{
    overflow:hidden;
    padding-left: 10%;
    padding-right: 10%;
    background: #131722;
    margin-top: 75px;
}
.video_container .video-js{
    width: 100%;
    /*height: 100%;*/
    max-width: 100%;
   
}
.detail_container{
    background: #000;
    overflow: hidden;
    padding-bottom: 60px;
   
}

.detail_container .vid_opt ul{
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
    justify-content: right;
    margin-top: 20px;
}

.detail_container .vid_opt ul li{
    color: #fff;
    padding-left: 20px;
    padding-right: 2px;
    font-family: 'FreeSansBold';
    font-size: 17px;

}
.detail_container .vid_detl{
    padding: 0px 45px;
}
.detail_container .vid_detl h2{
    color: #fff;
    font-family: 'FreeSansBold';
}
.detail_container .vid_detl .videoSubDet {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 0;
}
.detail_container .vid_detl ul li {
    color: #b3b3b3;
    padding-right: 20px;
    font-size: 17px;
    font-family: 'FreeSans';
}
.detail_container .vid_detl ul li p
{
    border-radius: 4px;
    color: #eb2027;
    padding: 1px 10px 2px 10px;
}
.detail_container .vid_detl p {
    color: #fff;
    font-size: 16px;
}
.videoCast p
{
    font-family: 'FreeSansBold';
    font-size: 16px;
    margin-bottom: 5px;
}
.videoCast p span
{
    color: #fff;
    font-family: 'FreeSans';
    font-size: 16px;
    text-transform: capitalize;
}
.videoCast .fa-circle{
    color: #b3b3b3;
    font-size: 7px;
    position: relative;
    top: -2px;
    padding-left: 7px;
    padding-right: 1px;
}
.colapse-search{
    position: relative;
}

.owl-nav button{
   opacity: 0;
}
.owl-carousel:hover .owl-nav button{
    opacity: 1;
    transition: 0.5s;
}
.owl-nav button span
{
    filter: brightness(5);
}
.dropinbox .avtarName{
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 6px;
}
.deta_box .play_icon{
    display: none;
}
.avtartMenu li:first-child a{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.avtartMenu li:last-child a{
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.searchColapse{
    width: 150px;
}
.searchColapse input.search_bar{
    padding-right: 50px;
    width: 100%;
}
.detailBanner .slide img{
    width: 100%;
    
}
.watchlistSection{
    padding-top: 60px;
    margin-top: 78px;
}
.wtchListBtn a{
    color: #eb2027;
}
.EmptyError{
    color: #fff;
    /*margin: 0 14px;*/
    font-family: 'FreeSans';
}

.gridSection .resposnive_Box{
    width: calc(calc(100vw - 90px) / 5);
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.gridSection .list_heading{
    max-width: 1840px;
    /*margin: 0px auto !important;*/
    /* padding-left: 35px;
    padding-right: 35px;*/
    margin-bottom: 20px !important;
        margin: 0 29px ;
}
.gridSection .innerAlVidBox {
    
    max-width: 1840px;
    margin: 0px auto;
    /*padding-left: 35px;
    padding-right: 35px;*/
    margin: 0 18px;
}
.video-js .vjs-tech{
    object-fit: cover;
    height: auto !important;
}
.rentBtn{
    width: 185px;
    margin-top: 22px;
    font-size: 17px !important;
    border-radius: 5px!important;
}
.smallCurency{
    font-size: 14px;
    position: relative;
    top: -1.5px;
    padding-right: 1px;
}
.normal{
    font-family: 'FreeSans';
}
/*buy popup css start*/

.buySection .buyImg img{
    width: 100%;
}

.rentModal .modal-dialog {
    max-width: 400px;
    margin: 100px auto;
}

.rentModal .modal-dialog .rentPrice h3{
    font-family: 'FreeSans';
}

.rentModal .modal-dialog .rentPrice ul{
    display: flex;
    margin-bottom: 0;
}

.rentModal .modal-dialog .rentPrice ul li{
padding-right: 10px;
}


.rentModal .modal-dialog .rentPrice ul li a{
    padding: 8px 10px !important;
    font-size: 14px !important;

}

.rentModal .modal-dialog .rentPrice .sdBtn{
    background: #fff;
    color: #000 !important;
}

.rentModal .modal-dialog .rentPrice .sdBtn:hover{
    background: #eb2027;
    color: #fff !important;
}

.buySection .close{
    position: absolute;
    top: -13px;
    right: -14px;
    color: #fff;
    opacity: 1;
    font-size: 23px;
    background: #000000a6;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
.buySection .close:hover{
    color: #fff;
    opacity: 1 !Important;
}

.rentDetailModal .modal-dialog{
    max-width: 500px;
}

.rentDetailModal h3{
    margin-top: 0;
    font-size: 22px;
}
.rentDetailInner .rentDetailImg img{
    width: 400px;
    height:226px;
    border-radius: 10px;
}
.btn_paysgap {
    max-width: 400px;
    width:100%;
    padding: 16px 16px;
    font-size: 14px !important;
    margin-top: 20px;
    font-weight: 600;
    display: block;
}

.rentDetailInner .content-timing{
    margin-top: 10px;
    height: 35px;
}

.rentDetailInner .content-timing  {
    text-align: left!important;
}
.rentDetailInner .movieName{
    margin-top: 15px;
    display: flex;
    justify-content:space-between ;
}

.rentDetailInner .movieName h4{
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    margin-bottom: 0;
    font-size: 22px !Important;
}

.rentDetailInner .movieName span{
    float: right;
    font-weight: 500;
    font-size: 20px;
    padding-top: 5px;
    color: #fff;
}

.rentDetailInner .priceDetail  {
    font-weight: bold;
}

.rentDetailInner .priceDetail ul li{
    border-bottom: 1px solid #ffffff3b;
    padding-bottom: 5px;
    justify-content: space-between;
    display: flex;
    color: #fff;
    padding-top: 3px;
}

.rentDetailInner .close {
    position: absolute;
    top: -13px;
    right: -14px;
    color: #fff;
    opacity: 1;
    font-size: 23px;
    background: #000000a6;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}

.rentDetailInner .close:hover {
    color: #fff;
    opacity: 1!important;
}
.rentBtn:hover{
    background: transparent !important;
}
.rentDetailInner .heading h3{
    color: #fff;
}
.ppv_container .cred_form{
    padding: 0 !important;
}

.ppvForm {
    height: 1025px !important;
}
.slick-dots{
    display: none !important;
}
.spinLoad .spinner-border{
    width: 4rem !important;
    height: 4rem !important;
    color: #eb2027;
}
.spinLoad{
    margin-bottom: 40px;
}
.alert_msg{
    display: none;
    color: #fff !important;
    background-color: #eb2027 !important;
    border-color: #eb2027 !important;
    position: fixed !Important;
    left: 50%;
    transform: translate(-50%);
    min-width: 200px;
    z-index: 999999;
    padding: 10px !important;
    margin-top: 1%;
    text-align: center;
}
.alert_msgs_new{
    display: none;
    color: #fff !important;
    background-color: #eb2027 !important;
    border-color: #eb2027 !important;
    padding: 10px !important;
    text-align: center;
    width: 200px;
    margin: 0px auto;
}

.pswChangeForm .cred_form{
    padding-top: 50px !important;
}

 .inner-cred .input_groupbox select{
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    display: block;
    padding: 0px 20px 0px 55px;
    border-bottom: 1px solid #9e9e9e;
    background: none;
    color: #9e9e9e;
    border-radius: 0;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: FreeSans;

}
.inner-cred .input_groupbox select:focus {
    box-shadow: none;
    border-color: #ed1f2b;
    transition: 0.3s;
}


.stripPyamentForm .cred_form{
    max-width: 650px !important;
}
.paymentBtn .btn{
    max-width: 300px;
}

.wtchRemvBtn a{
    color: #eb2027;
}
.alreadyText p{
    color: #fff;
    font-size: 16px;
    font-family: FreeSans;
    text-decoration: none;
}
.alreadyText a{
    color: #eb2027 !important;
}
.alreadyText a:hover {
    color: #abb7c4 !Important;
}
.subscriber_row{
    justify-content: center;
}
.timesImg{
    width: 16px;
    padding-top: 15px;

}
.confirmBtn{
    text-transform: uppercase;
    font-family: 'FreeSansBold';
    max-width: 185px;
    border-radius: 5px !important;
    color: #fff;

}
.alert_email .confirmBtn{
    margin: 0px auto !important;
}
#collapseOne{
    /*display: none;*/
}
#collapseTwo{
    display: none;
}
.select option{
    color: #000 !important;
}
.notFoundSection{
    background: #000;
    height: 100vh;
    padding-top: 80px;
    display: flex;
    align-items: center;
}
.pageNotFound{
    text-align: center;
}
.pageNotFound i{
    color: #eb2027;
    font-size: 50px;
}
.pageNotFound h1{
    font-size: 80px;
    color: #fff;
    font-family: 'FreeSansBold';
}
.pageNotFound p{
    font-size: 18px;
    color: #fff;
    font-family: 'FreeSansBold';
    letter-spacing: 1px;
}
.tooltips {
    position: relative;
    display: inline-block;
}
.tdTooltip {
    cursor: pointer;
    border-bottom: none !important;
}
.tdTooltip .toltipArow {
    display: none;
}
.tdTooltip:hover .toltipArow {
    display: block;
}
.tooltips:hover .tooltiptext {
    visibility: visible;
}
.tdTooltip .tooltiptext {
    max-width: 250px !important;
    min-width: 150px !important;
    width: auto!important;
    white-space: nowrap;
    transform: translate(-50%) !important;
    bottom: 120% !important;
    text-align: left!important;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    color: #000;
    left: 50%;
    font-weight: 500;
}
.tdTooltip .toltipArow::after {
    content: "";
    position: absolute;
    top: -20%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.toltipTd{
    min-width: 115px;
}

.tblResponsive{
    overflow-y: auto;
    height: 540px;
}

.tblResponsive::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.tblResponsive::-webkit-scrollbar-track {
  background: #fff; 
}
 .tblResponsive::-webkit-scrollbar-thumb {
  background: grey; 
}

.tblResponsive::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.slideNoData{
    padding-top: 20px;
    padding-bottom: 10px;
}

.seasonDetails i {
    font-size: 5px;
    position: relative;
    top: -2px;
    left: -2px;
}
.seasonDetails {
    margin-bottom: 12px;
    height: 20px;
}
.seasonDetails span:first-child {
    margin-left: 0;
    padding-left: 0;
}
.seasonDetails span {
    position: relative;
    padding: 0px 5px;
    font-size: 16px;
    color: #fff;
    font-family: 'FreeSans';
    margin-right: 0;
}
.srch_btn{
    padding: 2px 10px !important;
    font-family: 'FreeSans';
    font-size: 14px!important;
}
.subTitle{
    font-size: 12px;
    font-family: 'FreeSans';
}

.headAnchor{
    
    text-decoration: underline;
    color: #abb7c4;
}
.headAnchor h1{
    color: #abb7c4 !important;
}

.cc {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#fff;
    text-align: left;
    font-size: 16px;
    margin-top:0!important;
    margin-bottom: 15px!important;
  }
  
  /* Hide the browser's default checkbox */
  .cc input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0!important;
    width: 0!important;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .cc:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .cc input:checked ~ .checkmark {
    background-color: #ed1f2b;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .cc input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .cc .checkmark:after {
    left: 9px;
    top: 4px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/*buy popup css end*/

.liveVideo .video-js{
    width:100%;
    height:100vh;
}
.podcast-cont{
    padding-top: 50px;
}


/* podcast section start */
.innerPodcast{
    margin-top: 50px;
    position: relative;
}
.innerPodcast .imgbox img{
    width:100%;
    height: 220px;
    border-radius: 10px;
}
.innerPodcast .imgbox:hover img{
    transform: scale(1.1);
    transition: 0.5s;
   
}
.innerPodcast .imgbox{
    border-radius: 10px;
    overflow: hidden;
}

.playIconBox{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.playIconBox i{
    font-size: 24px;
    color: #fff;
    background-color: #eb2027;
    border-radius: 50px;
    padding: 14px 16px 14px 18px;
    text-align: center;
    cursor: pointer;
}

.playIconBox i:hover{
    background-color: #fff;
    color:#eb2027;
    transition:0.3s;
}
.podcastData h4{
    cursor: pointer;
}

.podcastData h4:hover{
    color:#eb2027;
    transition:0.3s;
}

.bottomPlayer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}

.desc-Sec{
    position: absolute;
    top: 50%;
    width: 30%;
    transform: translateY(-50%);
}

.desc-Sec h4{
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 0;
    text-align: left;
}

.bottomPlayer i
{
    color: #fff;
    background: #000;
    padding: 5px 10px;
    position: absolute;
    top: -33px;
    box-shadow: -1px -2px 4px 0px #828282;
    right: 0;
    font-size: 24px;
    cursor: pointer;
}
/* podcast section end */

.notification span{
    background-color: red;
    height: 14px;
    width: 14px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    top: -10px;
    right: -5px;
    padding-top: 3px;
}
.notification i{
    font-size: 20px;
    cursor: pointer;
}

.notification:hover .dropdown-menu {
    display: none!important;
}

.notifMenu
{
    position: absolute;
    right: 0;
    min-width: 280px;
    z-index: 99999999;
    background: #fff;
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 5px;
    /* max-width: 300px; */
    margin-top: 10px;
    display: none;
}

.notifMenu li a
{
    height: 29px;
    font-size: 10px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dptoggle::after{
    display: none!important;
}

.notifMenu li a{
    font-size: 13px!important;
}
.notifMenu li a i{
    font-size: 15px;
    margin-right: 3px;
}

.customSelect{


    color: #fff!important;
    background-color: #343434!important;
    border: 1px solid #343434!important;
    height:45px!important;
   
}

.searchUl{
    align-items:center;
    justify-content:center;
        padding-top: 40px;
    padding-bottom: 40px!important;
    background: #252525;
    margin-bottom:40px;
    border-radius: 10px;
    width:45%;

}

.searchTxt{
    text-align: center;
}

.searchTxt p{
    border: 2px solid #76a176;
    padding: 30px 70px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 100px;
}

.vjs-upnext-autoplay-icon{
    margin-left: auto!important;
    margin-right: auto!important;
}

.watchUl{
    display: flex;
    padding-left: 0;
    list-style: none;
    padding-top: 20px;
    width: 800px;
    justify-content: center;
    margin: 0px auto;
}

.watchUl li{
    margin-left: 10px;
    margin-right: 10px;
    width:132px;
    height: 132px;
    position: relative;

    
}

.watchUl li img{
    width:132px;
    border-radius: 10px;
    height: 132px;
   
}

.watchUl p{
    margin-top: 10px;
    font-family: 'FreeSans';
}

.heightUnset{
    height: unset!important;
    padding-bottom: 100px;
}


.watchUl li i{
 /* position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%); */
 z-index: 9;
 font-size:22px;
 margin-top: 10px;
 color: #fff;
}

.customEdit{
    font-size:22px!important;
    color: #fff;
    margin-top: 10px;
}

.flexForm{
    display: flex;
    align-items: center;
}

.deleteUl li:before{
  display:none;
}

.deleteUl{
    width: 500px;
    align-items: center;
}

.deleteUl li{
    width: 350px;
}

.deleteUl li p{
    text-align:center!important;
}

.deleteUl p{
    text-align:left!important;
}

.userUl li:last-child{
    display: flex;
    align-items: center;
}

.userUl .form-check{
margin-left: 10px;
}

.childForm{
    max-width: 700px!important;
    margin: 0px auto;
    margin-top: 30px!important;
}

.childForm img{
    width: 100%;
} 

.childForm label{
    color: #fff;
}

.childForm p{
    color:#fff;
}

.childForm h5{
    color:#fff;
}

.childUser{
    position: absolute;
    bottom: -8px;
    right: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.watchUl p{
    color:#fff;
}
@media screen and (min-device-width: 575px) and (max-device-width: 625px) { 
   .thumbnail_img {
        height: 153px !Important; 
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1300px) { 
   .thumbnail_img {
        height: 192px !Important; 
    }
}


@media only screen and (min-width: 1170px){

.slider  {
    max-width: calc(100vw - 100px);
}

}
.slider_title_box {
    padding: 0px 45px;
    display: flex;
    justify-content: space-between;
}
.list_heading h1 {
    font-size: 24px;
    color: #f7f7f9;
    margin-bottom: 0;
    font-family: 'FreeSansBold';
}
.list_change_btn a {
    color: #fff;
    font-size: 18px;
    display: block;
    cursor: pointer;
}
.list_change_btn a:hover {
    text-decoration: none;
    color: #eb2027;
}
.slick-prev, .slick-next{
    z-index: 999 !important;
}
  
.slick-next:before {
    z-index: 1;
    cursor: pointer;
    background-image: url(../images/right_arrow.png);
    width: 30px;
    height: 30px;
    top: -15px;
    right: 0;
    position: relative;
    display: inline-block;
    content: "" !important;
    background-repeat: no-repeat;
    background-size: 18px 30px;
}
.slick-next:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 220px;
    right: -25px;
    top: -121px;
    background: linear-gradient(to right, transparent, rgba(12,17,27,0.7), rgba(12,17,27,0.9));
}

.slick-prev:before {
    z-index: 9;
    cursor: pointer;
    background-image: url(../images/left_arrow.png);
    width: 30px;
    height: 30px;
    top: -15px;
    left: 0px;
    position: relative;
    display: inline-block;
    content: "" !important;
    background-repeat: no-repeat;
    background-size: 18px 30px;
}
.slick-prev:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 222px;
    top: -118px;
    left: -25px;
    background: linear-gradient(to left, transparent, rgb(0 0 0 / 70%), rgb(0 0 0 / 90%));
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0 !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.slick-list {
    overflow: visible !important;
    /*margin-left: 5px !important;*/
}
.slick-slide {
    display: inline-block !important;
    padding-bottom: 5px !important;
}
.slick-track{
    margin-left: 0 !important;
}
section.show_box {
    background-color: #000;
    padding: 40px 0px;
    position: relative;
}

.tv_show_inner_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.add_image_box img {
    width: 100%;
    max-width: 100%;
    height:100%;
    object-fit: cover;
}
.about_site {
    padding: 65px 0px 0px 75px;
}
.about_site h1 {
    font-size: 36px;
    font-family: 'FreeSansBold';
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #000;
}
.about_site p {
    font-size: 22px;
    font-family: 'FreeSans';
    color: #525353;
    text-transform: capitalize;
}
.right_side_box {
    position: relative;
    height: 356px;
    margin-right: -15px !important;
}
.left_side_box {
    position: relative;
    z-index: 3;
    height: 100%;
    background-color: #fff;
    margin-left: -15px;
}
.right_side_box:after {
    content: '';
    position: absolute;
    width: 162px;
    height: 100%;
    left: -80px;
    bottom: 0px;
    background-color: white;
    transform: skew(-15deg);
    z-index: 2;
}
.add_image_box {
    width: 100%;
    height: 356px;
    
}
.about_add {
    position: absolute;
    bottom: 20px;
    right: 40px;
    text-align: center;
}
.about_add h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'FreeSansBold';
    text-transform: capitalize;
}

.roku , .fire_tv {
    width: 130px;
    display: inline-block;
}
.fire_tv img ,.roku img{
    width: 100%;
    height: 100%;
}

/** start of footer section **/
footer {
    position: relative;
}
footer:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6563667703409488) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0.3118289552148985) 100%, rgba(0,0,0,0.9953023445706407) 98%);
}
.footer_section {
    background: #000;
    padding: 33px 33px;
}
h5.footer_title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'FreeSansBold';
}
ul.footer_link li {
    margin: 15px 0px;
}
ul.footer_link li a {
    margin: 0px 0px;
    color: #abb7c4;
    font-size: 16px;
    font-family: 'FreeSans';
}
ul.footer_link li a:hover {
    color: #eb2027;
    text-decoration: none;
}
.home_ads_section {
    background: url("../images/home-ads.jpg");
    width:100%;
    height: 364px;
    position: relative;
    background-size: contain;
}
.ads_poster {
    padding: 40px 40px;
}
.home_ads_title h4 {
    font-family: 'FreeSansBold';
    font-size: 32px;
    color: #000;
    margin: 30px 80px 0px 0px;
}
.home_ads_title p {
    margin: 0px 40px 0px 0px;
    color: #000;
    font-size:22px;
    font-family: 'FreeSans';
}
.footer_bottom {
    background: #131722;
    padding-left: 35px;
    padding-right: 35px;
}
.footer_rights {
    color: #abb7c4;
    padding: 7px 0px;
}
.copyright {
    font-family: 'FreeSansBold';
    color:#fff;
}
ul.social_link {
    margin: 0px 0px;
    padding: 0px 0px;
}
ul.social_link li {
    color: #fff;
    font-size:22px;
    font-family: 'FreeSans';
    display: inline-block;
    float:right;
    margin: 5px 5px;
    position: relative;
}
ul.social_link li img {
    width: 22px;
    height: 22px;
}
ul.social_link li img:hover {
    opacity: .6;
}
/*======================================= log-in-page===================================================== */
.credential_form{
    background: url(../images/backImage.jpg) #000;
    background-size: contain;
   height: 1000px;
    background-repeat: no-repeat;
    box-shadow: inset 0px -484px 1110px 0px #000000d6;
}
.credential_form .main_pg{
    padding-top: 120px;

}
.credential_form .main_pg h4{
    color: #fff;
    text-align: center;
    font-family: 'FreeSansBold';
    font-size: 28px;
}
.credential_form .main_pg .inner-cred{
    max-width: 900px;
    border-radius: 25px;
    background: #000000;
    margin: 0px auto;
    margin-top: 10px;
    padding-bottom: 30px;
    
    text-align: center;
}
.inner-cred .input_groupbox input
{
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    display: block;
    padding: 0px 37px 0px 55px;
    border-bottom: 1px solid #9e9e9e;
    background: none;
    color: #9e9e9e;
    border-radius: 0;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: FreeSans;

}
.inner-cred .input_groupbox input:focus {
    box-shadow: none;
    border-color: #ed1f2b;
    transition: 0.3s;
}
.inner-cred .input_groupbox:focus-within i {
   color: #ed1f2b;
    transition: 0.3s;
}
.inner-cred .input_groupbox label{
    display: block;
    position: relative;
    margin: 10px auto 13px;
}
.inner-cred .input_groupbox i
{
    position: absolute;
    top: 0px;
    color: #9e9e9e;
    left: 0px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    font-size: 20px;
    font-style: normal;
}
.inner-cred .input_groupbox .icn
{
    position: absolute;
    top: 15px;
    color: #9e9e9e;
    left: 10px;
    width: 16px;
    
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    font-size: 20px;
    font-style: normal;
    filter: contrast(0);
}
.inner-cred .input_groupbox:focus-within .icn {
   filter: unset;
    transition: 0.3s;
}

.inner-cred .input_groupbox .field-icon
{
    position: absolute;
    top: 5px;
    color: #9e9e9e;
    right: 15px;
    /*width: 23px;
    height: 14px;*/
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    font-size: 17px;
    font-style: normal;
    cursor: pointer;
}

.inner-cred .cred_form{
   max-width: 400px;
   margin: 0px auto;
   padding-top: 50px;
}
.input_groupbox {
    position: relative;
}
span.error_box {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.inner-div button.btn, .btn_orange {
    background: #ed1f2b !important;
    border-radius: 5px;
    color: #fff !important;
    font-family: 'FreeSansBold';
    font-size: 16px;
    width: 100%;
    padding: 16px 0px !important;
    border: 2px #ed1f2b solid !important;
}
.inner-div button.btn:hover, .btn_orange:hover {
    background: transparent !important;
    color: #ed1f2b !important;
}
.inner-cred .cred_form button a {
    color: #fff;
}
.inner-cred button.facebook{
    background: #3f51b5 !important;
    border: 2px #3f51b5 solid !important;
    color: #fff;
}
.inner-cred button.facebook:hover{
    color: #3f51b5 !important;
}
.inner-cred button.twitter{
    background: #6db6eb !important;
    border: 2px #6db6eb solid !important;
    color: #fff;
}
.inner-cred button.twitter:hover {
    color:#6db6eb !important;
}
.inner-cred button.google{
    background: #df4337 !important;
    border: 2px #df4337 solid !important;
    color: #fff;
}
.facebook, .twitter, .google {
    
}
.inner-cred .rightArow
{
    text-align: left;
    max-width: 500px;
    margin: 0px auto;
}
.inner-cred .rightArow img{
    width: 23px;
    padding-top: 35px;
}
.inner-cred .rightArow img:hover {
    opacity: .6;
}
.mll{
    width: 20px !important;
    left: 8px !important;
    top: 17px !important; 
}
.vertLine{
    border-right: 1px solid #9e9e9e;
    height: 22px;
    position: absolute;
    left: 41px;
    top: 14px;
}
.forgotPsw p a{
    font-size: 13px;
    color: #eb2027;
    font-family: FreeSans;
    text-decoration: none;
}
.forgotPsw p a:hover {
    color:#abb7c4;
}
.forgotPsw{
    margin-bottom: 10px !important;
}
.forgotPsw p {
    margin-bottom: 0;
}
.pswFld{
    margin-bottom: 10px !important;
}

.orTxt{
    font-size: 18px;
     font-family: FreeSans;
     color: #fff;
     padding-top: 5px;

 }
 .signupBtn{
    padding: 16px 0px !important;
    background: none !important;
    border: 2px solid #abb7c4 !important;
    color: #abb7c4 !important;
    margin-top: 5px;
    font-family: 'FreeSansBold';
    font-size: 16px !important;
    width: 100%;
 }
 .signupBtn:hover{
    border:2px #ed1f2b solid !important;
    color: #ed1f2b !important;
    transition: 0.5s;
 }

.ppv_container {
    max-width: 400px;
    width:100%;
    margin: 30px auto;
}

.cardinbox{
    display: inline-block;
    margin: 0px 10px;
}
.cardfull_box {
    display: table;
    width:100%;
    clear:both;
    margin: 0px auto;
    text-align: center;
}
.cardinbox .ppv_button{
    padding:0px 0px;
    border: 0px #fff solid;
}
.cardinbox .card-header {
    background: #132340;
    text-align: center;
    font-family: 'FreeSansBold';
    color: #fff;
    font-size: 16px;
    min-width: 150px;
    cursor: pointer;
    border: 1px #abb7c4 solid;
    border-radius: 4px 4px !important;
}
.cardbodypads {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.cardinbox .card-header[aria-expanded="true"] {
    background: #eb2027;
}
.alert {
    padding: .45rem 1.25rem !important;
}
.vjs-upnext-content {
    z-index: 999999;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);

}

.vjs-upnext-title {
    margin-top: 10px;
}

.vjs-upnext-cancel {
    margin-top: 20px;
    font-size: 16px;
}

.vjs-upnext-top {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.vjs-upnext-autoplay-icon {
    width: 100px;
}

/*========================================================  log-in-end==================================*/
/* ======================================================start detail page popup=================================== */
.detail_popup {
    padding-top: 140px;
}
.detail_popup .ppv_container {
    max-width: 400px;
}
.detail_popup .modal-content {
    max-width: 510px;
    min-height: 540px;
    background-color: #000;
    border-radius: 10px;
    margin: 0px auto;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.detail_popup .movieName h4 {
    color: #fff;
    text-align: center;
    font-family: 'FreeSansBold';
    font-size: 28px;
}
.popup_close_btn {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #fff !important;
    z-index: 999;
    font-size: 24px;
    outline: none;
    border: none;
    background-color: transparent;
    font-weight: 700;
}
.popup_close_btn:focus{
    outline: none !important;
}
.movie_detail_box .movie_act {
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: 'FreeSansBold';
}
.movie_detail_box .movie_act span{
    font-family: 'FreeSans';
    font-weight: 400;
    text-transform: capitalize;
}
.movie_detail_box {
    margin-bottom: 12px;
}
.errorinbox {
    margin: 0px auto;
    text-align: center;
    padding: .4rem 1.25rem;
    display: inline-block;
}

.errorinbox .alert-danger {
    color: #fff !Important;
}
.main_pg h4 {
    margin-top: 0px;
}
.btn_google {
    background-color: #df4337;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border: 2px #df4337 solid;
    width: 100%;
    padding: 16px 0px;
    color: #fff !important;
    font-family: 'FreeSansBold';
    display: block;
    font-size: 16px;
    cursor: pointer;
}
.btn_google:hover {
    background: transparent;
    border: 2px #df4337 solid;
    color: #df4337 !important;
}
.btn_twitter {
    background-color: #6db6eb;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border: 2px #6db6eb solid;
    padding: 16px 0px;
    color: #fff;
    display: block;
    font-size: 16px;
    color: #fff !important;
    font-family: 'FreeSansBold';
    cursor: pointer;
}
.btn_twitter:hover {
    background: transparent;
    border: 2px #6db6eb solid;
    color: #6db6eb !important;
}
.btn_facebook {
    background-color: #3f51b5;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border: 2px #3f51b5 solid;
    padding: 16px 0px;
    color: #fff;
    display: block;
    color: #fff !important;
    font-family: 'FreeSansBold';
    font-size: 16px;
    cursor: pointer;
}
.btn_facebook:hover {
    background: transparent;
    border: 2px #3f51b5 solid;
    color: #3f51b5 !important;
}
.social_space {
    margin-bottom: 30px;
}
.inner-cred .inner_gropin input {
    margin-bottom: 0px !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.card_pay_tiltle h5:before {
    right: 100%;
    margin-right: 15px;
}
.card_pay_tiltle h5:after {
    left: 100%;
    margin-left: 15px;
}
.card_pay_tiltle h5 {
  position: relative;
  font-size: 30px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
}
.card_pay_tiltle {
    overflow: hidden;
    margin: 0px auto;
    max-width: 650px;
}
.card_pay_tiltle h5:before, .card_pay_tiltle h5:after {
    content: "";
    position: absolute;
    height: 1px;
    border-top:1px #506690 solid;
    top: 8px;
    width: 600px;
}

.apply_pay {
    margin: auto;
    text-align: center;
    background: none;
    border: none;
    width: 300px;
    margin-top: 35px;
    margin-bottom: 15px;
}
.apply_pay:focus-visible {
    outline: unset!important;
    border: none!important;`
    border-width: 0!important;
}
.apply_pay a:focus-visible {
    outline: unset!important;
    border: none!important;
    border-width: 0!important;
}
.btn_pay .fa-paypal{
    padding-right: 5px;
}
.apply_pay a.btn_pay {
    max-width: 300px;
    width:100%;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    display:block;
    border-radius: 5px 5px;
    background: #1f264f;
    border: 2px #6B8BC9 solid;
    color: #fff;
    padding: 14px 15px;
    margin:0px auto;
    text-transform: uppercase;
    cursor: pointer;
 }
  .apply_pay a.btn_pay:hover {
    background: transparent;
    color: #6B8BC9;
  }
  .paymentError{
    margin-top: 10px !important;
  }

  .inrForm img{
    width: 132px;
    height: 132px;
    border-radius: 10px;
  }

  .heightUnset .form-control{
  
    border-bottom: 1px solid #9e9e9e!important;
    background: none!important;
    color: #9e9e9e!important;
    border-radius: 0!important;
    font-size: 16px;
    font-family: FreeSans;
    border: none;
  }

  .heightUnset .form-control:focus{
    box-shadow:none!important;
  }

  .dropFace{
    width: 15px;
  }

  .nav-link i{
    font-size: 15px;
  }


/* ======================================================End detail page popup=================================== */

/*========================================================== slider-reaponsive======================================= */

@media (max-width: 1536px) {
    .thumbnail_img {
        /*height: 163px;*/
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
    .mr-auto .dropdown-item {
        font-size: 15px;
    }
    .slick-next:after {
        content: '';
        position: absolute;
        width: 53px;
        /*height: 154px;*/
        right: -25px;
        /*top: -84px;*/
        background: linear-gradient(to right, transparent, rgba(12,17,27,0.7), rgba(12,17,27,0.9));
    }
    .slick-prev:after {
        content: '';
        position: absolute;
        z-index: 2;
        width: 55px;
        /*height: 151px;*/
        /*top: -83px;*/
        left: -25px;
        background: linear-gradient(to left, transparent, rgb(0 0 0 / 70%), rgb(0 0 0 / 90%));
    }
}

@media(max-width: 1400px){
    .about_add h2 {
        color: #fff;
        font-size: 24px;
    }
    .roku, .fire_tv {
        width: 110px;
        display: inline-block;
    }
    .roku, .fire_tv {
        width: 110px;
        display: inline-block;
    }
}
@media (max-width: 1368px) {
    .nav_mobile {
        margin-top: 0rem !important;
    }
    .slick-prev:after {
        height: 185px;
        top: -100px;
        left: -25px;
    }
    .slick-next:after {
        height: 185px;
        right: -25px;
        top: -100px;
    }
}

@media (min-width: 1200px) {
    .nav-item:hover .dropdown-menu {
        display: block;
    }
    .nav-item .dropdown-menu {
        margin-top: 0;
    }
    
}

@media (max-width: 1200px) {
    .dropdown-menu {
        background: rgb(84 85 96 / 60%);
        min-width: 100%;
    }
    .dropdown-item {
        font-size: 15px;
    }
    .navbar-nav .dropdown-menu {
        position: relative !important;
        float: none;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 15px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        margin: 10px 0px;
        color: #fff;
    }
    .btnss .nav_btnlink {
        width: 150px;
        border: 2px solid #fff;
        margin: 8px auto !important;
        border-radius: 4px;
        background: rgba(235, 32, 39, 1);
    }
    .nav_btnlink:hover {
        background-color: transparent;
    }
    .navbar-expand-md .navbar-toggler {
        display: block !important;
        text-align: right;
        position: absolute;
        right: 20px;
        background-color: #eb2027;
        padding: 8px 10px;
    }
    span.toggle-icon i {
        color: #fff
    }
    .navbar .sidenav.collapse {
        display: block !Important;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #131722;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .closebtn {
        display: block;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 36px;
        margin-left: 0px;
        color: #fff;
    }
    .sidenav .closebtn i {
        font-size: 22px;
    }
    .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sidenav .navbar-nav {
        display: block;
    }
    .navbar-nav li {
        flex-grow: 1;
        text-align: left;
        margin-right: 0px !important;
        padding-left: 8px;

    }
    
    .navbar-dark .navbar-nav .nav-link {
        font-size: 15px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 15px;
    }
    .nav_btnlink {
        border-radius: 0;
        margin: 5px 0px !important;
    }
    input.search_bar{
        /*display: none;*/
    }
    .nav-item .search_icon{
        /*display: none;*/
    }
    .right_menu li.nav-item{
       margin-right: 0;
    }
    .left_menu li.nav-item:first-child {
        margin-left: 0;
    }
   
    .left_side_box {
        margin-right: -15px;
    }
    .right_side_box {
        margin-left: -15px !important;
    }
    .right_side_box:after{
        /*display: none;*/
    }
    
    .navbar-expand-md .navbar-nav .search_btn{
        width: 50%;
        margin: 0px 5px auto !important;
    }
    .slider{
        width: 1150px !Important;
    }
    .dropinbox a {
        color: #fff!important;
        
    }
    .dropinbox{
        margin-top: 15px;
        margin-left: 5px;
    }
    .avtartMenu li a{
        color: #000 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 14px !Important;
    }
    .avtartMenu {
    
    min-width: 12rem !important;
   
    width: 11rem;
    margin: 0px auto !important;
    margin-top: 10px !important;
    }
    li.nav-item{
        margin-left: 0;
    }
    .dropinbox::after{
        color: #fff;
    }
    .video_container {
        padding-left: 0;
        padding-right: 0;
    }
    .detail_container .vid_opt ul {
        padding-left: 15px;
        padding-right: 15px;
    }
    .srch .searchColapse{
        margin-right: 12px !important;
        margin-bottom: 20px;
        margin-left: 5px !important;
    }
    .searchColapse input{
        width: 100%;
    }
    .thumbnail_img{
        height: 192px !important;
    }
    .left_menu li.nav-item:last-child {
        margin-left: 0;
    }
   
}

@media(max-width: 1170px){
.slider {
        width: 1030px !Important;
        margin-left: 20px;
        margin-right: 20px;
    }
.slider_title_box {
    padding: 0px 22px;
    
   } 
   .thumbnail_img{
    width: auto !Important;
   }
}

@media(max-width: 1100px){

    .logForm .inner-cred {
        margin-left: 25px !important;
        margin-right: 25px !Important;
    }
    .signForm .inner-cred {
        margin-left: 25px !important;
        margin-right: 25px !Important;
    }
    .logForm .inner-cred .rightArow {
    
        padding-left: 25px;
        padding-right: 25px;
    }
    .signForm .inner-cred .rightArow {
    
        padding-left: 25px;
        padding-right: 25px;
    }
    .thumbnail_img {
        height: 192px !important;
    }

}

@media(max-width: 900px){
    .about_site h1 {
        font-size: 30px !important;
    }
}

@media(max-width:999px) {
    .slide {
        border-radius: 0;
    }
    .movie-detail-box {
        border-radius: 0;
    }
    .thumbnail_img:first-child {
        margin-left: 5px;
    }
    .thumbnail_img {
        width: calc(calc(100vw / 3) - 20px );
    }
    .slider_title_box {
        padding: 0px 26px;
    }
    .detailBanner{
        padding-left: 0;
        padding-right: 0;
    }
    .logForm .inner-cred .cred_form {
        max-width: unset!important;
        padding-left: 58px;
        padding-right: 58px;
    }

    .signForm .inner-cred .cred_form {
        max-width: unset!important;
        padding-left: 58px;
        padding-right: 58px;
    }
    .banner{
        margin-top: 50px;
    }
   
}

@media(max-width: 992px){
    .credential_form .main_pg .inner-cred{
        margin-left: 25px;
        margin-right: 25px;
    }
     .right_side_box:after{
        display: none;
    }
     .about_site {
        padding: 110px 20px 0px;
        text-align: center;
    }
    .about_site h1 {
        font-size: 32px;
    }
    .about_site p {
        font-size: 18px;
    }
    /*.about_add{
        position: absolute;
        bottom: 120px;
        left: 20px;
        right: 0;
        
    }*/
    
    .logForm .inner-cred {
    
        padding-left: 0; 
        padding-right: 0; 
    }
    .signForm .inner-cred {
        padding-left: 0;
        padding-right: 0;
    }
    .manage_form .inner-cred{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .about_add {
        position: absolute;
        bottom: 120px;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
        width: 100%;
    }
}
@media(max-width: 850px){
    .about_site h1 {
        font-size: 26px !important;
    }
}

@media(max-width: 820px){
    .trailCont .video_container .video-js {
        height: 480px !important;
    }  
}
@media (max-width: 768px) {
    .fixed-top {
        padding-bottom: 0.5rem;
    }
    .navbar-brand {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-toggler {
        padding: 0.25rem 0.25rem;
    }
    .movie_detail_inner_box {
        position: relative;
        left: 5%;
        top: 10%;
        max-width: 90%;
    }
    .movie-detail-box {
        /*background: linear-gradient(90deg, rgb(0 0 0 / 50%) 100%, rgba(0, 0, 0, 0) 50%);*/
    }
    .poster_image_box {
        height: 100%;
        width: 100%;
    }
    .about-movie {
        -webkit-line-clamp: 3;
    }
    .slider_title_box{
        padding: 0 26px;
    }
    .thumbnail_img {
        height: 163px;
    }
    .footer_section {
       
        /*padding: 33px 0px;*/
        padding-bottom: 10px;
    }
    .footer_rights{
        text-align: center;
    }
    .social_link{
        text-align: center;
    }
    .social_link li{
        float: none !important;
        margin-top:0 !Important;
    }
    .subscriber_form {
       height: auto !important;
       padding-bottom: 40px;
       padding-top: 120px;
    }
    .subscriber_form h4 {

        font-size: 24px;
    }
    
   
    .logForm {
        height: auto !important;
        padding-bottom: 50px;
    } 
    .detailBanner .movie-detail-box {
        /*background: linear-gradient(90deg, rgb(0 0 0 / 50%) 100%, rgba(0, 0, 0, 0) 50%);*/
    } 
    .detailBanner .poster_image_box {
        width: 100%;
    }
    .logForm .inner-cred .cred_form {
   
        padding-top: 0;
    }
    .logForm .inner-cred .ind1 {
        border-right: none;
        border-top: 2px solid #6c6c6c;
        padding-bottom: 0;
    }
    .logForm .inner-cred .ind1::before {
       
    right: auto;
    padding-top: 13px;
    bottom: 0;
    margin-top: unset;
    top: -30px;
    left: 50%;
     transform: translateX(-50%);
    }
    .logForm .inner-cred .dv1 {
        padding-right: unset;
   
    }
    .logForm .inner-cred .dv2 {
        padding-left: unset;
        margin-top: 40px;
    }
    .logForm .inner-cred .dv1 .btn {
        margin-top: 0px !important;
    }

    .signForm .inner-cred .cred_form {
   
        padding-top: 0;
    }
    .signForm .inner-cred .ind1 {
        border-right: none;
        border-top: 2px solid #6c6c6c;
        padding-bottom: 0;
    }
    .signForm .inner-cred .ind1::before {
        right: auto;
        padding-top: 10px;
        bottom: 0;
        margin-top: unset;
        top: -27px;
        left: 50%;
        transform: translateX(-50%);
    }
    .signForm .inner-cred .dv1 {
        padding-right: unset;
        margin-top: 35px;
   
    }
    .signForm .inner-cred .dv2 {
        padding-left: unset;
        margin-top: 40px;
    }
    .signForm .inner-cred .dv1 .btn {
        margin-top: 0px !important;
    }
    .signForm {
        height: unset !important;
        padding-bottom: 50px;
    }
    h5.footer_title{
        margin-top: 10px;
    }
    .owl-carousel .owl-item img{
        object-fit: cover;
    }
    .subscriber_form .inner-subBox{
    
        max-width: 300px;
        margin: 0px auto;
    }
    .stripPyamentForm{
        height: auto!important;
        padding-bottom: 50px;
    }
    .signForm .inner-cred .dv23{
        padding-right: 0 !important;
    }
    .pageNotFound h1 {
        font-size: 60px;
    }
    .no_data p {
        padding: 0 14px;
        font-family: 'FreeSans';
    } 

}


@media only screen and (max-width: 768px) {
    .slide {
        border-radius: 0;
        max-width: 768px;
        width: 100%;
        height: calc(100vw * 0.5625);
    }
    .about-movie {
        font-size: 14px;
    }
}

@media(max-width: 750px){
    .about_site{
        padding: 100px 20px 0px;
    }
}

@media(max-width: 712px){
    .detailPage .movie_detail_inner_box {
    
    top: 6% !important;
   
    }
    .movie_detail_inner_box {
        top: 20% !important;
    }
}

@media(max-width: 500px){
    .forgotPsw{
        margin-bottom: 0 !important;
    }
    .subscriber_form h4 {
        font-size: 22px;
    }
}
@media(max-width: 600px){
    .credential_form .main_pg .inner-cred{
        padding-left: 25px;
        padding-right: 25px;
    }
    .inner-cred .cred_form button{
        font-size: 14px;
    }
    .inner-cred .input_groupbox input{
        font-size: 14px;
        margin-bottom: 30px!important;
    }
    .credential_form .main_pg h4{
        font-size: 22px;
    }
    ul.footer_link li a{
        font-size: 14px;
    }
    h5.footer_title{
        font-size: 18px;
    }
    .footer_rights{
        font-size: 13px;
    }
    ul.social_link li img {
        width: 19px;
        height: 19px;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        font-size: 13px;
    }
    .credential_form .main_pg {
        padding-top: 120px;
    }
    .reset_form {
        height: 480px !important;
      
    }
    .banner {

      padding-top: 0px;
    }
    section.show_box{
        padding-top: 0;
    }
    .slider{
        margin-left: 25px !important;
        max-width: 600px;
        width: 600px !important;
        overflow: hidden;
        margin: 0px auto;

    }
     .slider_title_box{
        padding: 0 28px !Important;
    }
    
    .pswChangeForm {
        height: 680px !important;
    }
    .profileForm {
        height: 710px !important;
    }
    .manage_form {
        height: 720px !important;
    }
    .logForm .inner-cred .rightArow {
        padding-left: 0;
        padding-right: 0;
    }
    .logForm .inner-cred .cred_form {
     
        padding-left: 0;
        padding-right: 0;
    }

    .signForm .inner-cred .rightArow {
        padding-left: 0;
        padding-right: 0;
    }
    .signForm .inner-cred .cred_form {
     
        padding-left: 0;
        padding-right: 0;
    }
    .detail_container .vid_opt ul li {
        padding-left: 0;
        padding-right: 20px;
    }
    .detail_container .vid_opt ul {
        justify-content: left;
        padding: 0px 47px;
    }
    .detail_container .vid_detl h2 {
        font-size: 24px;
    }
    .detail_container .vid_detl ul li {
        font-size: 14px;
    }
    .detail_container .vid_detl ul li p {
        font-size: 14px;
    }
    .detail_container .vid_detl p {
         font-size: 14px;
    }
    .videoCast p {
        font-size: 14px;
    }
    .videoCast p span {
   
        font-size: 14px;
    }
    .movie_detail_inner_box{
        top: 15%;
    }
    .content-heading{
        font-size: 24px;
    }
    .content-timing span{
        font-size: 16px;
    }
    .about-movie{
        font-size: 14px;
    }
    button.detail_btn{
        font-size: 15px;
        padding: 5px 15px;
    }
    .movie_detail_inner_box {
        max-width: 60%;
    }
    .detailBanner .movie_detail_inner_box {
       top: 18% !important;
    }
    .about-movie {
        height: 58px;
        font-size: 13px;
    }
    .content-heading {
        margin-bottom:8px;
    }
    .content-timing {
        margin-bottom: 8px;
    }
    .detls .movie_detail_inner_box {
        top: 12% !important;
    }
    .dropinbox .avtarName{
        font-size: 13px !important;
    }
    .rentBtn{
        padding: 2px 10px !important;
        margin-top: 10px !important;
        font-size: 14px !important;
        width: 150px;

    }
    .deatailPlay a{
        margin-bottom: 5px;
    }
    .detailPage .slide {
        min-height: 430px !important;
    }
    .detailPage .poster_image_box {
        height: 430px !important;
    }
    .movie_detail_inner_box {
        top: 20% !important;
    }
    .trailCont .video_container .video-player-dimensions {
        height: 360px !important;
    }
    .stripPyamentForm{
        height: auto!important;
    }
    .movie_detail_box .movie_act{
        font-size: 13px;
    }
    .favicn a{
        font-size: 15px;
    }
    .deatailPlay a{
        font-size: 15px;
    }
    .tblResponsive {
        height: 435px;
    }
  
}

@media only screen and (max-width: 1170px) {
    .slide {
        /*min-height: 444px;*/
        min-height: 320px;
    }
}
@media(max-width: 575px){
    .about_site {
        padding: 40px 20px 20px !important;
        text-align: center;
    }
    .topSlider {
        padding-top: 110px;
        padding-bottom: 10px;
    }
    .allVideosBox .thumbnail_img{
   
    margin-bottom: 30px;
    }
    .watchlistSection{
        margin-top: 0;
    }
    .EmptyError{
        text-align: center;
    }
    .no_data{
        text-align: center;
    }
}
@media only screen and (max-width: 480px){
    .slider_title_box {
        padding: 0px 16px;
    }
    .thumbnail_img {
        width: calc((100vw - 30px)/2);
        /*height: 163px !important;*/
        margin: 0 5px;
    }
    .list_heading h1 {
        font-size: 20px;
        margin-top: 4px;
    }
    .list_change_btn a {
        font-size: 16px;
    }
    .fixed-top {
        background-color: #fff;
        padding: 8px 25px !important;
    }
    .navbar-brand {
        width: 73px;
    }
    .banner {
        margin-top: 68px;
    }
    .thumbnail_img:hover {
        
        transform: unset;
        
    }
    .footer_section{
        padding-left: 10px;
    }
    .detail_container .vid_opt ul li {
        font-size: 14px;
    }
    .detail_container .vid_opt ul {
  
        padding: 0px 25px;
    }
    .detail_container .vid_detl {
        padding: 0px 25px;
    }
    .content-heading{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .content-timing span{
        font-size: 13px;
    }
    .about-movie{
        font-size: 12px;
        margin-bottom: 0;
    }
    button.detail_btn{
        font-size: 10px;
        padding: 5px 15px;
    }
    .movie_detail_inner_box {
        top: 10% !important;
    }
    .poster_image_box{
        height: auto;
    }
    .content-timing{
        height: 25px;
       margin-top: 10px;
    }
    .slide{
        min-height: auto;
    }
    .banner {
   
        padding: 20px 0px;
        margin-top: 48px;
    }
    .favicn a {
   
        font-size: 14px;
    }
    .deatailPlay a {
    
        font-size: 14px;
    }
    .deatailPlay {
        margin-top: 0px !important;
    }
  
    .about-movie {
        -webkit-line-clamp: 2 !important;
        max-height: 37px;
        min-height: 37px;
        margin-bottom: 10px;
    }
    .favorite_icon {
        width: 27px;
    
    }
    .favorite_box {
        height: 24px;
    }

}

@media(max-width: 430px){
     .about-movie {
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 420px){
     .movie_detail_inner_box {
        top: 7%;
    }
}
@media(max-width: 405px){
     .movie_detail_inner_box {
        top: 5%;
    }
}

@media(max-width: 412px){
    .detls .movie_detail_inner_box {
        top: 7% !important;
    }
    .detls .slide {
        min-height: 380px !important;
    }
    .detls .poster_image_box {
        height: 380px !important;
    }
    .trailCont .video_container .video-player-dimensions {
        height: 260px !important;
    }
}
@media(max-width: 400px){
    .content-heading {
        font-size: 16px;
         margin-bottom: 0;
   
    }
    .content-timing {
        height: 23px;
        margin-top: 5px;
    } 
     .movie_detail_inner_box {
        top:10% !Important;
    }
    .about-movie {
        font-size: 11px;
        margin-bottom: 5px;
        max-height: 35px;
        min-height: 35px;
    }
    .about-movie{
        margin-bottom: 10px;
    }
    .about-movie p{
        margin-bottom: 0.5rem;
    }
    .favicn a {
        font-size: 12px;
    }
    .deatailPlay a {
        font-size: 12px;
    }
    .content-timing span {
        font-size: 12px;
    }
    .subscriber_form .inner-subBox {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sidenav .closebtn {
        top: 2px;
    }
    .timesImg {
        padding-top: 25px !important;
    }
    .movie_detail_box .movie_act{
        font-size: 10px;
    }
    .cardinbox .card-header {
        padding: 10px;
        width: 115px;
        min-width: unset;

    }
    .apply_pay{
        width: auto;
    }

}
@media(max-width: 350px){
    .detls .movie_detail_inner_box {
        top: 10% !important;
    }
}

@media(min-height: 1366px){
    .logForm {
        height: 1060px !important;
    }
    .signForm{
         height: 1060px !important;
    }
    .credential_form .main_pg {
        padding-top: 230px;
    } 
    .reset_form{
        height: 1060px !important;
    }
    .reset_form .main_pg {
        padding-top: 380px;
    }
    .subscriber_form {
        height: 1060px !important;
         padding-top: 300px;
    }
    .pswChangeForm  .main_pg {
        padding-top: 260px ;
    }
    .pswChangeForm {
         height: 1060px !important;
    }
    .manage_form {
       height: 1060px !important;
    } 


}


@media screen and (min-device-width: 767px) and (max-device-width: 992px) { 
    .subscriber_form .container {
        max-width: 700px !important;
        margin-bottom: 0px auto;
    }
    .subscriber_form .row{
        justify-content: center;
    }
    .subscriber_form .inner-subBox {
       
        margin-top: 40px !important;
    }
    .subscriber_form {
        height: auto !important;
        padding-bottom: 70px;
    }
}

@media(max-width: 376px){
    .detls .slide {
        min-height: 270px !important;
    }
    .detls .poster_image_box {
        height: 270px !important;
    }
    
}


@media(max-width: 370px){
    .thumbnail_img{
       height: 160px !important;
    }
    
}


@media(max-width: 575px){
    .thumbnail_img{
        max-width: 330px;
        /*margin: 0px auto !important;*/
        
        margin-bottom: 30px !important;
    }
    .allVideosBox .list_heading h1 {
   
        text-align: center;
    }
}



@media(max-width: 1740px){
    .gridSection .thumbnail_img{
        height: 215px !important;
    }
    .gridSection .resposnive_Box {
        width: calc(calc(100vw - 90px) / 4);
    } 
    .thumbnail_img {
        width: calc(calc(100vw / 4.4) - 10px );
        height: 189px;
    }
}
@media(max-width: 1650px){
    .gridSection .thumbnail_img{
        height: 202px !important;
    }
}

@media(max-width: 1550px){
    .gridSection .thumbnail_img{
        height: 180px !important;
    }
}


@media(max-width: 1440px){
    .gridSection .thumbnail_img{
        height: 172px !important;
    }
    .video_container .video-js{
        height: 670px;
    }
    .thumbnail_img {
        height: 181px;
    }
}
@media(max-width: 1400px){
    .gridSection .thumbnail_img{
        height: 169px !important;
    }
    .thumbnail_img {
        height: 171px;
    }
}
@media(max-width: 1280px){
    .gridSection .thumbnail_img{
        height: 156px !important;
    }
    .thumbnail_img {
        height: 157px !important;
    
    }
    .video_container .video-js {
        height: 600px !important;
    
    }
     
}

@media(max-width: 1200px){
    .gridSection .thumbnail_img{
        height: 191px !important;
    }
    .gridSection .resposnive_Box {
        width: calc(calc(100vw - 90px) / 3);
    }
    .nav-link{
        display: inline-block!important;
        margin: 0!important;
    }
    .nav-item{
        margin: 10px 0px;
    }
    .nav_btnlink{
        padding: 5px 5px !important;
    }
}

@media(max-width: 1150px){
    .gridSection .thumbnail_img{
        height: 185px !important;
    }
    
}

@media(max-width: 1100px){
    .gridSection .thumbnail_img{
        height: 158px !important;
    }
    
}

@media(max-width: 1024px){
     .thumbnail_img {
   
        
        height: 187px !important;
    
    }
    .slider_title_box{
        padding: 0px 51px;
    }
    .slider {
   
    margin-left: 51px;
    
    }
    .video_container .video-js {
        height: 600px !important;
    
    }
    
}


@media(max-width: 1000px){
    .gridSection .thumbnail_img{
        height: 157px !important;
    }
    
}

@media(max-width: 950px){
    .gridSection .thumbnail_img{
        height: 147px !important;
    }
    
}

@media(max-width: 850px){
    .gridSection .thumbnail_img{
        height: 118px !important;
    }
    
}


@media(max-width: 835px){
    .gridSection .thumbnail_img{
        height: 122px !important;
    }
     .thumbnail_img {
   
        
        height: 187px !important;
    
    }
    .video_container .video-js {
        height: 490px !important;
    }
    
}

@media(max-width: 811px){
   
    .thumbnail_img {
   
        
        height: 187px !important;
    
    }
     
}

@media(max-width: 800px){
    .gridSection .thumbnail_img{
        height: 115px !important;
    }
  /*  .movie_detail_inner_box{
        top: 95px !important;
    }
    .detailPage .movie_detail_inner_box{
        top: 45px !important;
    }*/
    .video_container .video-js {
        height: 37% !important;
    }
    
}


@media(max-width: 768px){
    .gridSection .thumbnail_img{
        height: 172px !important;
    }
    .gridSection .resposnive_Box {
        width: calc(calc(100vw - 90px) / 2);
       
    } 
    .slider_title_box {
        padding: 0px 36px;
    }  
    .slider {
        margin-left: 31px;
    }
    .video_container .video-js {
        height: 455px !important;
    }
    .ind1{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .ind2{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .foot1{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .foot2{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .credential_row{
        flex-flow: column-reverse;
    }
    .ind2{
        padding-bottom: 55px;
    }
    .signForm .inner-cred .dv23{
        margin-top: 75px;
    }
    .logForm .inner-cred {
        margin-left: 70px !important;
        margin-right: 70px !Important;
    }
    
}


@media(max-width: 712px){
    .gridSection .thumbnail_img{
        height: 158px !important;
    }
    .video_container .video-js {
        height: 420px !important;
    }
     
}

@media(max-width: 700px){
    .gridSection .thumbnail_img{
        height: 154px !important;
    }
   
}

@media(max-width: 650px){
    .gridSection .thumbnail_img{
        height: 139px !important;
    }
   
}

@media(max-width: 600px){
    .gridSection .thumbnail_img{
        height: 126px !important;
    }
    .thumbnail_img {
         height: 104px !important; 
    }
    .logForm .inner-cred {
        margin-left: 25px !important;
        margin-right: 25px !Important;
    }
    .no_data{
        margin-top: 30px;
    }
   
}

@media(max-width: 550px){
    .gridSection .thumbnail_img{
        height: 112px !important;
    }
   
}

@media(max-width: 500px){
    .gridSection .thumbnail_img{
        height: 98px !important;
    }
   
}


@media(max-width: 480px){
    .gridSection .thumbnail_img{
        height: 175px !important;
        max-width: 320px;
    }
    .gridSection .resposnive_Box {
        width: calc(calc(100vw - 70px) / 1);
       
    } 
    .rentDetailInner .content-timing span {
        font-size: 16px;
    }
    .rentDetailInner .movieName span {
   
        font-size: 18px;
    }
    .rentDetailInner .movieName h4 {
   
        font-size: 24px !Important;
    }
    .rentDetailInner .movieName span {
    
       padding-top: 0; 
    
    }
    .slider_title_box {
        padding: 0 15px !Important;
    }
    .slider{
        margin-left: 15px !important;
    }
    .thumbnail_img {
         height: 163px !important; 
    }
    .timesImg{
        padding-top: 10px;
    }
}

@media(max-width: 428px){
    .thumbnail_img {
        height: 163px !important;
    }
}

@media(max-width: 415px){
    .thumbnail_img {
         height: 163px !important;
    }
}

@media(max-width: 400px){
    .gridSection .thumbnail_img{
        height: 154px !important;
       
    }
     .rentDetailInner .content-timing span {
        font-size: 14px;
    }
    .rentDetailInner .movieName span {
   
        font-size: 16px;
    }
    .rentDetailInner .movieName h4 {
   
        font-size: 20px !Important;
   }
   .rentDetailInner .priceDetail ul li {
    
        font-size: 14px;
    }
     .EmptyError{
        text-align: center;
    }     
    .pageNotFound h1 {
        font-size: 40px;
    }
    .pageNotFound i {
        font-size: 40px;
    }
    .pageNotFound p {
        font-size: 14px;
    }
    .verif_email p {
        font-size: 14px;
    }
}
@media(max-width: 391px){
    .gridSection .thumbnail_img{
        height: 163px !important;
       
    }
   
   
}

@media(max-width: 384px){
    .gridSection .thumbnail_img{
        height: 159px !important;
       
    }
   .detls .movie_detail_inner_box {
        top: 5% !important;
    }

    .slide {
        min-height: 200px !important;
    }
    .detailPage .poster_image_box {
        height: 320px !important;
    } 
    .detailPage .slide{
       min-height: 320px !important;
    }

   
}
 
 @media(max-width: 376px){
    .thumbnail_img {
   
        
        height: 163px !important;
    
    }
   
   
}

@media(max-width: 370px){
    .gridSection .thumbnail_img{
        height: 146px !important;
       
    }
   
   
}

@media(max-width: 360px){
    .detls .movie_detail_inner_box {
        top: 5% !important;
    }
    .detls .slide {
        min-height: 320px !important;
    }
    .detls .poster_image_box {
        height: 320px !important;
    }
    .slide {
        min-height: 200px !important;
    }
    .poster_image_box {
        height: 200px !important;
    }
    .video_container .video-js {
        height: 230px !important;
    }
    .rentBtn {
        width: 140px;
        font-size: 13px !important;
    }
}

@media(max-width: 350px){
    .gridSection .thumbnail_img{
        height: 140px !important;
       
    }
   
   
}

@media(max-width: 320px){
    .gridSection .thumbnail_img{
        height: 123px !important;
       
    }
    .trailCont .video_container .video-js {
        height: 210px !important;
    }
}
.check-front, .check-back {
    display:none;
}
