   
   
   @media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
    .section > .floatLeft > p {
        float: left;
        font-size: 13px;
        margin: 6px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 10px;
        border: 6px solid transparent;
    }
    .section > .floatLeft > img {
        float: left;
        width: 40px;
        margin: 0px;
        padding: 10px;
    }
   
    .section > .floatLeft{
       width: 100%;
    }
   
    
    .section {
        width: 96%;
        background: rgba(127, 177, 255, 0.22);
        float: left;
        border: 6px solid transparent;
        margin: 6px 10px;
        }
    .header-margin-top{
        padding: 10px;
        margin-top: 0px;
    }
    .logImg{
        width: 15%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 13px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        margin-top: 0px;;
    }
    .liveBottomheader{
        margin: 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 5px;
        margin-right: 5px;
        width: 45px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 27px;
        padding: 5px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 12px;
        padding: 4px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 40px;
        padding: 9px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 40px;
        margin: 0px;
    }
    .liveDetailsImg {
        padding: 0px;
        width: 8%;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 3px;
        float: left;
        text-align: center;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;
    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 40%;
        font-size: 3px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 9px;
        margin-left: 20px;
        font-size: 10px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 10px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 100px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 100px;
    }
    .paddingTopClearFlix{
        margin-top: 100px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 10px;
      }
      .direct-persona{
        font-size: 10px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 8px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 12px;
        font-size: 8px;
        font-weight: 100;
      }
    

    .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .main-title{font-size: 10px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 12px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 8px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 8px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }


      .sec-images { 
        height: 110px;
        width: 80px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 110px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 128px;
    }
    .sliderimage-view {
        border-radius: 8px;
        padding: 3px;
        margin:0px;
        position: relative;
        cursor: pointer;
        float: left;
        width: calc(100%/8);
        height: auto;
    }
    .castHover img {
        width: 100%!important;
        padding: 40px;
        margin-top: 40px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 30px;
        margin-top: 30px;
    }
    .rating{
        position: absolute;
        top: 80%;
        left: 25%;
        font-size: 7px;
    }
    .headEps{
        font-size: 11px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 150px;
       background: black;
       opacity: 0.5;    height: 60px;
   }
   
   .epsDiv img{
    width: 50px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 40%;
    margin-left: 0%;
   }
   .epsP{
    width: 150px;
    height: 60px;
   }
   
   .categoriesPadding{
    padding-left: 40px;
    padding-right: 40px;
   }
   .text-light{
    border-bottom: 2px solid #c2225d;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 19px;
   }

 
    .btn-cus-viewall{
        color: var(--font-color)!important;
        background: unset;
        border:none;
        border-bottom: 2px solid var(--cus-color);
        font-size: 10px;
         margin-bottom: 19px;

    }

    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width: 25px;
        height: 25px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 33px;
        right: 8px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 10px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 7px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        float: left;
        padding: 0.7rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 10px;
        background: rgba(255, 255, 255, 0.1);
        width: 74px;
    }
    
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 15px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 20px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 37px;
        font-size: 7px;
        text-align: center;
        border-radius: 9px;
        height: 15px;
        margin-top: 5px;
    }
    .wcp-toolbar {
        height: 34px!important;
        padding: 8px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 15px!important;
    }
    .wcp-play:before{
        font-size: 15px!important;
    }
    .wcp-pause:before{
        font-size: 15px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 35px!important;
        width: 33px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 16px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 15px!important;
    }
    .wcp-vol-control {
        width: 115px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 0px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 5px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 12px!important;
        background: #fff;
        margin-top: -3px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 13px;
        margin: 9px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 8px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 68px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 52px;
        margin: 6px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 16px;
        margin-right: 9px;
    }
    #addUserBtn {
        font-size: 12px;
    }
    .dis-block{
        margin: 18px 0;
        font-size: 14px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 10px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 19px;
        padding: 6px;
        margin-bottom: 8px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 18px;
        padding-bottom: 20px;
        line-height: 22px;
        margin-left: 25%;
        font-size: 13px;
    }
    .accountBtn {
        width: 275px;
        height: 35px;
        line-height: 24px;
        font-size: 13px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 80px;
    }
    .login-header{
        font-size: 10px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px;
    }
    .login-content .form-control {
        padding: 0px;
        font-size: 9px;
        line-height: 10px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 10px; 
    }
    .login-content .form-group {
        margin-bottom: 10px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 10px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 10px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 25px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;padding: 9px;width: 100%;background: white;float: left;margin-top: 10px;padding-left: 25px;    border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 25px;
        margin-right: 10px;
        margin-top: 5px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 6px;
    }
    .tabs-view #navlist > li > a {
        font-size: 8px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 110px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 6px 16px;
        text-decoration: none;
        display: block;
        font-size: 10px;
      }
      .liveFavHeart{
        float: right;z-index:9;transition: all .2s ease-in-out; font-size: 16px!important;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 14px!important;
    }
    .erroronplayer{
        font-size: 8px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 15px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 55px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 55px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 10px;
        font-size: 9px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 36px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 160px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 160px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 19px;
        font-size: 14px;
    }
    .sText-small{
        font-size: 7px;
        padding: 8px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;width: 45px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 16px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 12px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 3px;
        color: white;
        line-height: 1px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 50px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 16px;
        font-weight: bold;
        width: 25px;
        height: 10px;
        padding-bottom: 14px;
        color: white;
        line-height: 0px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 25px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 8px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 0px;
        color: white;
        line-height: 18px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 25px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 8px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 0px;
        color: white;
        line-height: 18px;
        background: #1c304e;
        outline: none;
      }

      .tosClass{
          font-size: 8px ;
      }
      .aboutAPP{
        line-height: 2;
        font-size: 16px;
      }

      .fileTypeSpan{
        font-size: 10px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 10px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.3);
        float: left;
        margin: 2px 8px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
  }
  
  @media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
    .logImg{
        width: 40%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 13px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        margin-top: 0px;;
    }
    .liveBottomheader{
        margin: 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 5px;
        margin-right: 5px;
        width: 48px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 27px;
        padding: 5px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 14px;
        padding: 4px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 40px;
        padding: 9px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 40px;
        margin: 0px;
    }
    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 4px;
        float: left;
        text-align: center;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 42%;
        font-size: 4px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 9px;
        margin-left: 20px;
        font-size: 10px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 10px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 100px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 100px;
    }
    .paddingTopClearFlix{
        margin-top: 100px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 10px;
      }
      .direct-persona{
        font-size: 10px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 8px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 15px;
        font-size: 10px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .main-title{font-size: 10px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 12px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 8px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 10px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 140px;
        width: 100px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 140px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 170px;
    }
    .sliderimage-view {
        border-radius: 8px;
        padding: 4px;
        margin:0px;
        position: relative;
        cursor: pointer;
        float: left;
        width: calc(100%/8);
        height: auto;
    }
    .castHover img {
        width: 100%!important;
        padding: 40px;
        margin-top: 40px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 40px;
        margin-top: 30px;
    }
    .rating{
        position: absolute;
        top: 75%;
        left: 25%;
        font-size: 9px;
    }

    .headEps{
        font-size: 13px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 300px;
       background: black;
       opacity: 0.5;    height: 169px;
   }
   
   .epsDiv img{
    width: 50px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 40%;
    margin-left: 0%;
   }
   .epsP{
    width: 300px;
    height: 169px;
   }
   .categoriesPadding{
    padding-left: 40px;
    padding-right: 40px;
   }
   .text-light{
    border-bottom: 2px solid #c2225d;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 19px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 2px solid var(--cus-color);
    font-size: 10px;
    margin-bottom: 19px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
        
        width: 28px;
        height: 28px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 33px;
        right: 9px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 10px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 8px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        float: left;
        padding: 0.7rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 13px;
        background: rgba(255, 255, 255, 0.1);
        width: 88px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 15px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 20px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 37px;
        font-size: 7px;
        text-align: center;
        border-radius: 9px;
        height: 15px;
        margin-top: 5px;
    }
    .wcp-toolbar {
        height: 34px!important;
        padding: 8px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 15px!important;
    }
    .wcp-play:before{
        font-size: 15px!important;
    }
    .wcp-pause:before{
        font-size: 15px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 35px!important;
        width: 33px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 16px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 15px!important;
    }
    .wcp-vol-control {
        width: 115px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 0px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 5px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 11px!important;
        background: #fff;
        margin-top: -3px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 13px;
        margin: 9px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 8px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 68px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 52px;
        margin: 6px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 25px;
        margin-right: 8px;
        margin-top: 7px;
    }
    #addUserBtn {
        font-size: 14px;
        margin-right: 70px;
    }
    .dis-block{
        margin: 18px 0;
        font-size: 14px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 11px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 19px;
        padding: 6px;
        margin-bottom: 8px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 18px;
        padding-bottom: 20px;
        line-height: 22px;
        margin-left: 25%;
        font-size: 13px;
    }
    .accountBtn {
        width: 275px;
        height: 35px;
        line-height: 24px;
        font-size: 13px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 90px;
    }
    .login-header{
        font-size: 11px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 11px;
    }
    .login-content .form-control {
        padding: 0px;
        font-size: 11px;
        line-height: 14px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 12px; 
    }
    .login-content .form-group {
        margin-bottom: 12px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 11px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 11px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 14px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;
        padding: 0px;
        width: 100%;
        background: white;
        padding-left: 24px;
        margin-top: 10px;
        padding-left: 10px;
            border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 13px;
        margin-right: 5px;
        margin-top: 0px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 1px;
        font-size: 8px;
    }
    .tabs-view #navlist > li > a {
        font-size: 10px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 120px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 6px 16px;
        text-decoration: none;
        display: block;
        font-size: 10px;
      }
      .liveFavHeart{
        float: right;z-index:9;transition: all .2s ease-in-out; font-size: 18px!important;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 15px!important;
    }
    .erroronplayer{
        font-size: 10px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 15px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 55px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 55px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 10px;
        font-size: 10px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 36px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 160px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 160px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 19px;
        font-size: 14px;
    }
    .sText-small{
        font-size: 7px;
        padding: 8px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;width: 45px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 16px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 12px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 3px;
        color: white;
        line-height: 1px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 50px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 16px;
        font-weight: bold;
        width: 25px;
        height: 10px;
        padding-bottom: 14px;
        color: white;
        line-height: 0px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 25px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 8px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 0px;
        color: white;
        line-height: 18px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 25px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 8px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 0px;
        color: white;
        line-height: 18px;
        background: #1c304e;
        outline: none;
      }

    .tosClass{
        font-size: 10px ;
    }
    .aboutAPP{
        line-height: 2;
        font-size: 17px;
      }
      .fileTypeSpan{
        font-size: 10px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 10px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.3);
        float: left;
        margin: 2px 8px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }

    
  }
  
  @media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
    .logImg{
        width: 45%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 13px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        margin-top: 0px;;
    }
    .liveBottomheader{
        margin: 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 5px;
        margin-right: 5px;
        width: 55px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 34px;
        padding: 8px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 14px;
        padding: 4px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 40px;
        padding: 9px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 40px;
        margin: 0px;
    }
    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 6px;
        float: left;
        text-align: center;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 46%;
        font-size: 6px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 9px;
        margin-left: 20px;
        font-size: 12px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 12px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 100px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 100px;
    }
    .paddingTopClearFlix{
        margin-top: 100px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 11px;
      }
      .direct-persona{
        font-size: 11px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 9px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 17px;
        font-size: 11px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .main-title{font-size: 12px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 14px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 10px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 12px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 160px;
        width: 110px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 160px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 185px;
    }
    .sliderimage-view {
        border-radius: 8px;
        padding: 5px;
        margin:0px;
        position: relative;
        cursor: pointer;
        float: left;
        width: calc(100%/8);
        height: auto;
    }
    .castHover img {
        width: 100%!important;
        padding: 40px;
        margin-top: 40px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 42px;
        margin-top: 40px;
    }
    .rating{
        position: absolute;
        top: 75%;
        left: 25%;
        font-size: 10px;
    }
    .headEps{
        font-size: 16px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 160px;
       background: black;
       opacity: 0.5;    height: 90px;
   }
   
   .epsDiv img{
    width: 30px !important;
    padding: 0px;
    left: 41%;
    position: absolute;
    top: 32%;
    margin-left: 0%;
   }
   .epsP{
    width: 160px;
    height: 90px;
   }
   .categoriesPadding{
    padding-left: 42px;
    padding-right: 42px;
   }
   .text-light{
    border-bottom: 2px solid #c2225d;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 17px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 2px solid var(--cus-color);
    font-size: 10px;
    margin-bottom: 17px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width: 30px;
        height: 30px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 33px;
        right: 10px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 12px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 8px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        float: left;
        padding: 0.9rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 13px;
        background: rgba(255, 255, 255, 0.1);
        width: 99px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 15px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 20px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 41px;
        font-size: 8px;
        text-align: center;
        border-radius: 8px;
        height: 16px;
        margin-top: 5px;
    }
    .wcp-toolbar {
        height: 40px!important; 
        padding: 10px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 15px!important;
    }
    .wcp-play:before{
        font-size: 15px!important;
    }
    .wcp-pause:before{
        font-size: 15px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 35px!important;
        width: 40px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 18px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 15px!important;
    }
    .wcp-vol-control {
        width: 115px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 0px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 5px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 11px!important;
        background: #fff;
        margin-top: -3px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 13px;
        margin: 9px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 8px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 68px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 52px;
        margin: 6px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 31px;
        margin-right: 10px;
    }
    #addUserBtn {
        font-size: 15px;
        margin-right: 70px;
    }
    .dis-block{
        margin: 20px 0;
        font-size: 16px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 12px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 23px;
        padding: 10px;
        margin-bottom: 8px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 30px;
        padding-bottom: 30px;
        line-height: 27px;
        margin-left: 23%;
        font-size: 15px;
    }
    .accountBtn {
        width: 275px;
        height: 35px;
        line-height: 24px;
        font-size: 13px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 100px;
    }
    .login-header{
        font-size: 12px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 12px;
    }
    .login-content .form-control {
        padding: 0px;
        font-size: 13px;
        line-height: 14px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 15px; 
    }
    .login-content .form-group {
        margin-bottom: 15px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 12px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 12px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 15px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;
        padding: 1px;
        width: 100%;
        background: white;
        padding-left: 24px;
        margin-top: 10px;
        padding-left: 9px;
            border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 15px;
        margin-right: 5px;
        margin-top: 1px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 3px;
        font-size: 10px;
    }
    .tabs-view #navlist > li > a {
        font-size: 11px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 130px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 6px 12px;
        text-decoration: none;
        display: block;
        font-size: 10px;
      }
      .liveFavHeart{
        float: right;z-index:9;transition: all .2s ease-in-out; font-size: 20px!important;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 22px!important;
    }
    .erroronplayer{
        font-size: 12px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 18px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 60px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 60px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 10px;
        font-size: 11px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 39px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 180px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 180px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 15px;
        font-size: 15px;
    }
    .sText-small{
        font-size: 8px;
        padding: 10px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;    width: 55px;
    }
    
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 16px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 12px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 3px;
        color: white;
        line-height: 1px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 50px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 16px;
        font-weight: bold;
        width: 25px;
        height: 10px;
        padding-bottom: 14px;
        color: white;
        line-height: 0px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 25px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 7px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 0px;
        color: white;
        line-height: 17px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 25px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 7px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 0px;
        color: white;
        line-height: 17px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 11px ;
    }
    .aboutAPP{
        line-height: 2;
        font-size: 19px;
      }
      .fileTypeSpan{
        font-size: 12px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 12px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.3);
        float: left;
        margin: 2px 8px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
  }
   
   
  @media (min-width: 1100px) {
    .container {
        max-width: 100%;
    }
    
      .section > .floatLeft > p {
          float: left;
          font-size: 16px;
          margin: 10px;
          width: 75%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-left: 10px;
          border: 6px solid transparent;
      }
      .section > .floatLeft > img {
          float: left;
          width: 50px;
          margin: 0px;
          padding: 10px;
      }
     
      .section > .floatLeft{
         width: 100%;
      }
     
      
      .section {
          width: 96%;
          background: rgba(127, 177, 255, 0.22);
          float: left;
          border: 6px solid transparent;
          margin: 6px 10px;
              }
      .header-margin-top{
        padding: 10px;
        margin-top: 0px;
    }
    .logImg{
        width: 45%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 13px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        margin-top: 0px;;
    }
    .liveBottomheader{
        margin: 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 6px;
        margin-right: 10px;
        width: 55px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 34px;
        padding: 8px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 16px;
        padding: 4px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 40px;
        padding: 9px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 40px;
        margin: 0px;
    }
    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 7px;
        float: left;
        text-align: center;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 7px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 9px;
        margin-left: 20px;
        font-size: 13px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 13px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 100px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 100px;
    }
    .paddingTopClearFlix{
        margin-top: 100px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 12px;
      }
      .direct-persona{
        font-size: 12px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 10px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 18px;
        font-size: 12px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .main-title{font-size: 13px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 15px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 10px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 14px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      
      .sec-images { 
        height: 180px;
        width: 125px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 180px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 202px;
    }
    .sliderimage-view {
        border-radius: 8px;
        padding: 6px;
        margin:0px;
        position: relative;
        cursor: pointer;
        float: left;
        height: auto;
        width: calc(100%/8);

    }
    .castHover img {
        width: 100%!important;
        padding: 45px;
        margin-top: 40px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 50px;
        margin-top: 40px;
    }
    .rating{
        position: absolute;
        top: 75%;
        left: 25%;
        font-size: 12px;
    }
    .headEps{
        font-size: 16px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 180px;
       background: black;
       opacity: 0.5;    height: 100px;
   }
   
   .epsDiv img{
    width: 30px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 35%;
    margin-left: 0%;
   }
   .epsP{
    width: 180px;
    height: 100px;
   }
   .categoriesPadding{
    padding-left: 40px;
    padding-right: 40px;
   }
   .text-light{
    border-bottom: 2px solid #c2225d;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 17px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 2px solid var(--cus-color);
    font-size: 10px;
    margin-bottom: 17px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width: 30px;
        height: 30px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 33px;
        right: 12px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 13px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 9px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 1rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 13px;
        background: rgba(255, 255, 255, 0.1);
        width: 112px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 20px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 25px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 46px;
        font-size: 10px;
        text-align: center;
        border-radius: 8px;
        height: 19px;
        margin-top: 5px;
    }
    .wcp-toolbar {
        height: 45px!important; 
        padding: 10px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 20px!important;
    }
    .wcp-play:before{
        font-size: 20px!important;
    }
    .wcp-pause:before{
        font-size: 20px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 35px!important;
        width: 50px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 26px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 20px!important;
    }
    .wcp-vol-control {
        width: 115px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 4px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 6px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 12px!important;
        background: #fff;
        margin-top: -3px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 13px;
        margin: 9px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 8px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 68px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 52px;
        margin: 6px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 31px;
        margin-right: 10px;
    }
    #addUserBtn {
        font-size: 17px;
        margin-right: 70px;
    }
    .dis-block{
        margin: 24px 0;
        font-size: 18px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 14px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 23px;
        padding: 10px;
        margin-bottom: 8px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 30px;
        padding-bottom: 30px;
        line-height: 27px;
        margin-left: 23%;
        font-size: 15px;
    }
    .accountBtn {
        width: 275px;
        height: 35px;
        line-height: 24px;
        font-size: 13px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 115px;
    }
    .login-header{
        font-size: 13px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 13px;
    }
    .login-content .form-control {
        padding: 0px;
        font-size: 14px;
        line-height: 16px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 20px; 
    }
    .login-content .form-group {
        margin-bottom: 15px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 14px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 14px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 16px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;
        padding: 2px;
        width: 100%;
        background: white;
        padding-left: 24px;
        margin-top: 10px;
        padding-left: 15px;
            border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 15px;
        margin-right: 5px;
        margin-top: 3px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 4px;
        font-size: 12px;
    }
    .tabs-view #navlist > li > a {
        font-size: 12px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 7px 13px;
        text-decoration: none;
        display: block;
        font-size: 12px;
      }
      .liveFavHeart{
        float: right;
        z-index: 9;
        transition: all .2s ease-in-out;
         
        font-size: 20px!important;
        margin-right: 14px;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 22px!important;
    }
    .erroronplayer{
        font-size: 13px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 18px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 25px;
        padding-bottom: 25px;
        height: 70px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 70px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 10px;
        font-size: 12px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 200px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 200px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 19px;
        font-size: 18px;
    }
    .sText-small{
        font-size: 9px;
        padding: 6px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;    width: 55px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 16px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 12px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 3px;
        color: white;
        line-height: 1px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 50px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 16px;
        font-weight: bold;
        width: 25px;
        height: 10px;
        padding-bottom: 14px;
        color: white;
        line-height: 0px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 25px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 9px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 0px;
        color: white;
        line-height: 18px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 25px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 9px;
        font-weight: bold;
        width: 25px;
        height: 16px;
        padding-bottom: 0px;
        color: white;
        line-height: 18px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 12px ;
    }
    .aboutAPP{
        line-height: 3;
        font-size: 16px;
      }
      .fileTypeSpan{
        font-size: 14px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 14px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.3);
        float: left;
        margin: 2px 8px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
    
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
    .section > .floatLeft > p {
        float: left;
        font-size: 16px;
        margin: 10px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 10px;
        border: 6px solid transparent;
    }
    .section > .floatLeft > img {
        float: left;
        width: 50px;
        margin: 0px;
        padding: 10px;
    }
   
    .section > .floatLeft{
       width: 100%;
    }
   
    
    .section {
        width: 96%;
        background: rgba(127, 177, 255, 0.22);
        float: left;
        border: 6px solid transparent;
        margin: 6px 10px;
        }
    .header-margin-top{
        padding: 10px;
        margin-top: 0px;
    }
    .logImg{
        width: 50%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 20px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        margin-top: 0px;;
    }
    .liveBottomheader{
        margin: 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 8px;
        margin-right: 10px;
        width: 60px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 42px;
        padding: 10px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 18px;
        padding: 4px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 40px;
        padding: 12px;
        margin-top: 2px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 45px;
        margin: 0px;
    }
    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 9px;
        float: left;
        text-align: center;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 9px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 9px;
        margin-left: 20px;
        font-size: 14px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 14px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 100px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 100px;
    }
    .paddingTopClearFlix{
        margin-top: 100px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 12px;
      }
      .direct-persona{
        font-size: 12px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 10px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
        font-size: 13px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 35px;
    }
    .main-title{font-size: 14px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 16px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 10px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 16px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 200px;
        width: 140px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 200px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 223px;
    }
    .sliderimage-view {
        border-radius: 8px;
        padding: 5px;
        margin:0px;
        position: relative;
        cursor: pointer;
        float: left;
        width: calc(100%/8);
        height: auto;
    }
    .castHover img {
        width: 100%!important;
        padding: 50px;
        margin-top: 40px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 55px;
        margin-top: 40px;
    }
    .rating{
        position: absolute;
        top: 75%;
        left: 25%;
        font-size: 13px;
    }
    .headEps{
        font-size: 18px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 200px;
       background: black;
       opacity: 0.5;    height: 110px;
   }
   
   .epsDiv img{
    width: 35px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 35%;
    margin-left: 0%;
   }
   .epsP{
    width: 200px;
    height: 110px;
   }
   .categoriesPadding{
    padding-left: 68px;
    padding-right: 68px;
   }
   .text-light{
    border-bottom: 2px solid #c2225d;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 15px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 2px solid var(--cus-color);
    font-size: 12px;
    margin-bottom: 15px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width: 35px;
        height: 35px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 40px;
        right: 15px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 14px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 9px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 1rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.1);
        width: 116px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 25px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 25px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 55px;
        font-size: 12px;
        text-align: center;
        border-radius: 8px;
        height: 18px;
        margin-top: 9px;
    }
    .wcp-toolbar {
        height: 50px!important; 
        padding: 10px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 25px!important;
    }
    .wcp-play:before{
        font-size: 25px!important;
    }
    .wcp-pause:before{
        font-size: 25px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 35px!important;
        width: 50px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 26px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 25px!important;
    }
    .wcp-vol-control {
        width: 140px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 4px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 7px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 10px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 14px!important;
        background: #fff;
        margin-top: -3px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 13px;
        margin: 9px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 10px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 75px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 50px;
        margin: 10px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 26px;
        margin-right: 10px;
    }
    #addUserBtn {
        font-size: 20px;
        margin-right: 54px;
    }
    .dis-block{
        margin: 24px 0;
        font-size: 20px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 16px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 23px;
        padding: 10px;
        margin-bottom: 8px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 30px;
        padding-bottom: 30px;
        line-height: 27px;
        margin-left: 23%;
        font-size: 15px;
    }
    .accountBtn {
        width: 300px;
        height: 39px;
        line-height: 28px;
        font-size: 15px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 130px;
    }
    .login-header{
        font-size: 18px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 18px;
    }
    .login-content .form-control {
        padding: 2px;
        font-size: 16px;
        line-height: 19px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 25px; 
    }
    .login-content .form-group {
        margin-bottom: 15px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 16px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 16px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 16px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;
        padding: 3px;
        width: 100%;
        background: white;
        float: left;
        margin-top: 10px;
        padding-left: 18px;
            border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 19px;
        margin-right: 7px;
        margin-top: 5px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 7px;
        font-size: 12px;
    }
    .tabs-view #navlist > li > a {
        font-size: 13px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 170px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 8px 16px;
        text-decoration: none;
        display: block;
        font-size: 13px;
      }
      .liveFavHeart{
        float: right;
        z-index: 9;
        transition: all .2s ease-in-out;
        
        font-size: 22px!important;
        margin-right: 10px;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 24px!important;
    }
    .erroronplayer{
        font-size: 14px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 24px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 30px;
        padding-bottom: 30px;
        height: 85px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 85px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 12px;
        font-size: 13px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 40px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 200px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 200px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 22px;
        font-size: 18px;
    }

    .sText-small{
        font-size: 9px;
        padding: 10px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;width: 60px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 20px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 16px;
        font-weight: bold;
        width: 30px;
        height: 20px;
        padding-bottom: 18px;
        color: white;
        line-height: 16px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 60px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 16px;
        font-weight: bold;
        width: 30px;
        height: 20px;
        padding-bottom: 18px;
        color: white;
        line-height: 3px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 30px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 10px;
        font-weight: bold;
        width: 30px;
        height: 20px;
        padding-bottom: 20px;
        color: white;
        line-height: 24px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 30px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 10px;
        font-weight: bold;
        width: 30px;
        height: 20px;
        padding-bottom: 20px;
        color: white;
        line-height: 24px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 13px ;
    }
    .aboutAPP{
        line-height: 4;
        font-size: 22px;
      }
      .fileTypeSpan{
        font-size: 16px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 16px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.4);
        float: left;
        margin: 4px 15px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
    
  }
  
  @media (min-width: 1300px) {
    .container {
      max-width: 1300px;
    }
    .section > .floatLeft > p {
        float: left;
        font-size: 18px;
        margin: 13px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 10px;
        border: 6px solid transparent;
    }
    .section > .floatLeft > img {
        float: left;
        width: 60px;
        margin: 0px;
        padding: 15px;
    }
   
    .section > .floatLeft{
       width: 100%;
    }
   
    
    .section {
        width: 96%;
        background: rgba(127, 177, 255, 0.22);
        float: left;
        border: 6px solid transparent;
        margin: 6px 10px;
    }
    .header-margin-top{
        padding: 20px;
        margin-top: 0px;
    }
    .logImg{
        width: 50%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 25px;
        margin: 20px;
    }
    .liveTopHeader{
        padding: 30px;
        /* margin-top: 15px; */
    }
    .liveBottomheader{
        margin: 20px 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 10px;
        margin-right: 10px;
        width: 68px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 48px;
        padding: 10px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 21px;
        padding: 4px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 40px;
        padding: 9px;
        margin-top: 4px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 50px;
        margin: 0px;
    }
    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 9px;
        float: left;
        text-align: center;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 9px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 10px;
        margin-left: 20px;
        font-size: 15px;
        width: 100%;
    }
 
    .slider-heading {
        padding: 7px!important;
    font-size: 8px!important;
    }
     
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 24px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 100px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 100px;
    }
    .paddingTopClearFlix{
        margin-top: 100px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
      }
      .direct-persona{
        font-size: 14px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 12px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 25px;
        font-size: 15px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 70px;
        margin-bottom: 30px;
        margin-top: 40px;
    }
    .main-title{font-size: 24px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 18px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 10px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 18px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 205px;
        width: 145px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 205px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 245px;
    }
    .sliderimage-view {
        border-radius: 8px;
        position: relative;
        height: auto;
        cursor: pointer;
        float: left;
        padding: 6px;
        margin:0px;
        width: calc(100%/8);
    }
    .castHover img {
        width: 100%!important;
        padding: 50px;
        margin-top: 40px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 55px;
        margin-top: 40px;
    }
    .rating{
        position: absolute;
        top: 75%;
        left: 25%;
        font-size: 13px;
    }
    .headEps{
        font-size: 20px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 230px;
       background: black;
       opacity: 0.5;    height: 120px;
   }
   
   .epsDiv img{
    width: 40px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 35%;
    margin-left: 0%;
   }
   .epsP{
    width: 230px;
    height: 120px;
   }
   .categoriesPadding{
    padding-left: 60px;
    padding-right: 60px;
   }
   .text-light{
    border-bottom: 3px solid #c2225d;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 14px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 3px solid var(--cus-color);
    font-size: 14px;
    margin-bottom: 14px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width: 45px;
        height: 45px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 45px;
        right: 25px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 16px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 1.1rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.1);
        width: 124px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 25px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 25px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 55px;
        font-size: 14px;
        text-align: center;
        border-radius: 8px;
        height: 23px;
        margin-top: 6px;
    }
    .wcp-toolbar {
        height: 55px!important; 
        padding: 10px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 25px!important;
    }
    .wcp-play:before{
        font-size: 25px!important;
    }
    .wcp-pause:before{
        font-size: 25px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 36px!important;
        width: 57px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 28px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 25px!important;
    }
    .wcp-vol-control {
        width: 150px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 3px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 6px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 13px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 14px!important;
        background: #fff;
        margin-top: -3px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 16px;
        margin: 6px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 11px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 84px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 58px;
        margin: 7px;
        padding: 14px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 37px;
        margin-right: 10px;
    }
    #addUserBtn {
        font-size: 20px;
        margin-right: 35px;
    }
    .dis-block{
        margin: 24px 0;
        font-size: 20px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 17px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 23px;
        padding: 10px;
        margin-bottom: 8px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 25px;
        padding-bottom: 26px;
        line-height: 32px;
        margin-left: 23%;
        font-size: 18px;
    }
    .accountBtn {
        width: 329px;
        height: 46px;
        line-height: 38px;
        font-size: 18px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 140px;
    }
    .login-header{
        font-size: 20px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    .login-content .form-control {
        padding: 2px;
        font-size: 17px;
        line-height: 19px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 30px; 
    }
    .login-content .form-group {
        margin-bottom: 20px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 18px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 18px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 18px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;
        padding: 7px;
        width: 100%;
        background: white;
        float: left;
        margin-top: 10px;
        padding-left: 25px;
            border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 19px;
        margin-right: 8px;
        margin-top: 5px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 6px;
        font-size: 14px;
    }
    .tabs-view #navlist > li > a {
        font-size: 14px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 180px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 9px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
      }
      .liveFavHeart{
        float: right;
        z-index: 9;
        transition: all .2s ease-in-out;
         
        font-size: 24px!important;
        margin-right: 10px;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 25px!important;
    }
    .erroronplayer{
        font-size: 15px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 26px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 30px;
        padding-bottom: 30px;
        height: 85px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 85px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 12px;
        font-size: 14px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 55px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 236px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 236px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 24px;
        font-size: 20px;
    }

    .sText-small{
        font-size: 10px;
        padding: 10px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;width: 70px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 20px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 16px;
        font-weight: bold;
        width: 35px;
        height: 20px;
        padding-bottom: 18px;
        color: white;
        line-height: 16px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 70px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 16px;
        font-weight: bold;
        width: 35px;
        height: 20px;
        padding-bottom: 18px;
        color: white;
        line-height: 3px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 35px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 10px;
        font-weight: bold;
        width: 40px;
        height: 20px;
        padding-bottom: 0px;
        color: white;
        line-height: 22px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 35px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 10px;
        font-weight: bold;
        width: 40px;
        height: 20px;
        padding-bottom: 0px;
        color: white;
        line-height: 22px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 14px ;
    }
    .aboutAPP{
        line-height: 4;
        font-size: 22px;
      }
      .fileTypeSpan{
        font-size: 18px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 18px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.5);
        float: left;
        margin: 5px 15px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }

  }
  @media (min-width: 1400px) {
    .container {
      max-width: 1300px;
    }
    .liveBottomheader{
        margin: 25px 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 10px;
        margin-right: 10px;
        width: 68px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 48px;
        padding: 10px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 23px;
        padding: 4px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 40px;
        padding: 9px;
        margin-top: 4px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 50px;
        margin: 0px;
    }
    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 9px;
        text-align: center;
        float: left;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 9px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 13px;
        margin-left: 20px;
        font-size: 17px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 26px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 110px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 110px;
    }
    .paddingTopClearFlix{
        margin-top: 110px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 16px;
      }
      .direct-persona{
        font-size: 16px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 14px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 28px;
        font-size: 15px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 45px;
    }
    .main-title{font-size: 22px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 20px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 12px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 20px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 230px;
        width: 158px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 230px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 260px;
    }
    .sliderimage-view {
        border-radius: 8px;
        padding: 6px;
        position: relative;
        cursor: pointer;
        float: left;
        margin:0px;
        height: auto;
        width: calc(100%/8);
    }
    .castHover img {
        width: 100%!important;
        padding: 55px;
        margin-top: 50px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 60px;
        margin-top: 40px;
    }
    .rating{
        position: absolute;
        top: 75%;
        left: 25%;
        font-size: 15px;
    }
    .headEps{
        font-size: 24px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 250px;
       background: black;
       opacity: 0.5;    height: 135px;
   }
   
   .epsDiv img{
    width: 46px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 35%;
    margin-left: 0%;
   }
   .epsP{
    width: 250px;
    height: 135px;
   }
   .categoriesPadding{
    padding-left: 100px;
    padding-right: 100px;
   }
   .text-light{
    border-bottom: 3px solid #c2225d;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 3px solid var(--cus-color);
    font-size: 16px;
    margin-bottom: 10px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width:50px;
        height:50px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 50px;
        right: 60px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 18px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 1.325rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 17px;
        background: rgba(255, 255, 255, 0.1);
        width: 142px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 25px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 25px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 55px;
        font-size: 14px;
        text-align: center;
        border-radius: 8px;
        height: 23px;
        margin-top: 11px;
    }
    .wcp-toolbar {
        height: 60px!important; 
        padding: 10px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 30px!important;
    }
    .wcp-play:before{
        font-size: 30px!important;
    }
    .wcp-pause:before{
        font-size: 30px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 33px!important;
        width: 58px!important;
        margin-top: 9px!important;
        text-align: center;
        line-height: 27px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 25px!important;
    }
    .wcp-vol-control {
        width: 150px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 8px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 8px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 14px!important;
        background: #fff;
        margin-top: -3px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 19px;
        margin: 4px 0px 6px 0px;
    }
    .listTitles p {
        font-size: 13px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 90px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 60px;
        margin: 10px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 38px;
        margin-right: 10px;
    }
    #addUserBtn {
        font-size: 25px;
        margin-right: 15px;
    }  
      .dis-block{
        margin: 30px 0;
        font-size: 22px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 18px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 26px;
        padding: 10px;
        margin-bottom: 30px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 30px;
        padding-bottom: 30px;
        line-height: 32px;
        margin-left: 20%;
        font-size: 19px;
    }
    .accountBtn {
        width: 344px;
        height: 54px;
        line-height: 43px;
        font-size: 21px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 150px;
    }
    .login-header{
        font-size: 22px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 22px;
    }
    .login-content .form-control {
        padding: 5px;
        font-size: 18px;
        line-height: 21px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 40px; 
    }
    .login-content .form-group {
        margin-bottom: 20px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 20px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 20px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 20px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;
        padding: 6px;
        width: 100%;
        background: white;
        float: left;
        margin-top: 10px;
        padding-left: 25px;
            border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 21px;
        margin-right: 10px;
        margin-top: 5px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 6px;
        font-size: 14px;
    }
    .tabs-view #navlist > li > a {
        font-size: 15px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 195px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 9px 16px;
        text-decoration: none;
        display: block;
        font-size: 17px;
      }
      .liveFavHeart{
        float: right;
        z-index: 9;
        transition: all .2s ease-in-out;
         
        font-size: 26px!important;
        margin-right: 10px;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 25px!important;
    }
    .erroronplayer{
        font-size: 17px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 30px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 25px;
        padding-bottom: 25px;
        height: 82px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 82px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 14px;
        font-size: 16px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 55px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 230px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 230px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 20px;
        font-size: 20px;
    }

    .sText-small{
        font-size: 12px;
        padding: 10px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;width: 70px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 20px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 16px;
        font-weight: bold;
        width: 40px;
        height: 20px;
        padding-bottom: 18px;
        color: white;
        line-height: 16px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 80px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 16px;
        font-weight: bold;
        width: 40px;
        height: 20px;
        padding-bottom: 18px;
        color: white;
        line-height: 3px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 40px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 11px;
        font-weight: bold;
        width: 40px;
        height: 20px;
        padding-bottom: 14px;
        color: white;
        line-height: 21px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 40px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 11px;
        font-weight: bold;
        width: 40px;
        height: 20px;
        padding-bottom: 14px;
        color: white;
        line-height: 21px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 15px ;
    }
    .aboutAPP{
        line-height: 4;
        font-size: 22px;
      }
      .fileTypeSpan{
        font-size: 20px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 20px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.7);
        float: left;
        margin: 8px 15px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
    
  }
  @media (min-width: 1600px) {
    .container {
      max-width: 1500px;
    }
    .liveBottomheader{
        margin: 30px 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 10px;
        margin-right: 10px;
        width: 68px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 48px;
        padding: 10px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 26px;
        padding: 4px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 40px;
        padding: 9px;
        margin-top: 9px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 60px;
        margin: 0px;
    }

    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 11px;
        text-align: center;
        float: left;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 11px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 15px;
        margin-left: 20px;
        font-size: 21px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 26px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 110px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 110px;
    }
    .paddingTopClearFlix{
        margin-top: 110px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 17px;
      }
      .direct-persona{
        font-size: 17px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 15px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 33px;
        font-size: 18px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .main-title{font-size: 26px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 23px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 16px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 22px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 240px;
        width: 175px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 240px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 280px;
    }
    .sliderimage-view {
        border-radius: 8px;
        padding: 8px;
        position: relative;
        height: auto;
        cursor: pointer;
        float: left;
        margin:0px;
        width: calc(100%/8);

    }
    .castHover img {
        width: 100%!important;
        padding: 63px;
        margin-top: 50px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 62px;
        margin-top: 40px;
    }
    .rating{
        position: absolute;
        top: 75%;
        left: 25%;
        font-size: 16px;
    }
    .headEps{
        font-size: 26px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 270px;
       background: black;
       opacity: 0.5;  
         height: 150px;
   }
   
   .epsDiv img{
    width: 50px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 40%;
    margin-left: 0%;
   }
   .epsP{
    width: 270px;
    height: 150px;
   }
   .categoriesPadding{
    padding-left: 125px;
    padding-right: 125px;
   }
   .text-light{
    border-bottom: 3px solid #c2225d;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 3px solid var(--cus-color);
    font-size: 18px;
    margin-bottom: 7px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width:55px;
        height:55px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 45px;
        right: 60px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 19px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 1.400rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 20px;
        background: rgba(255, 255, 255, 0.1);
        width: 160px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 35px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 35px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 55px;
        font-size: 14px;
        text-align: center;
        border-radius: 8px;
        height: 23px;
        margin-top: 11px;
    }
    .wcp-toolbar {
        height: 60px!important; 
        padding: 10px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 30px!important;
    }
    .wcp-play:before{
        font-size: 30px!important;
    }
    .wcp-pause:before{
        font-size: 30px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 50px!important;
        width: 65px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 40px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 35px!important;
    }
    .wcp-vol-control {
        width: 150px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 11px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 8px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 14px!important;
        background: #fff;
        margin-top: -3px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 23px;
        margin: 8px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 13px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 100px;
        margin-bottom: 23px;
    }
    .listImg {
        width: 65px;
        margin: 10px;
        padding: 16px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 43px;
        margin-right: 18px;
    }
    #addUserBtn {
        font-size: 25px;
        margin-right: 15px;
    }
    .dis-block{
        margin: 30px 0;
        font-size: 22px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 20px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 32px;
        padding: 10px;
        margin-bottom: 30px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 30px;
        padding-bottom: 40px;
        line-height: 36px;
        margin-left: 20%;
        font-size: 21px;
    }
    .accountBtn {
        width: 365px;
        height: 57px;
        line-height: 46px;
        font-size: 23px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 160px;
    }
    .login-header{
        font-size: 24px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 24px;
    }
    .login-content .form-control {
        padding: 8px;
        font-size: 20px;
        line-height: 23px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 45px; 
    }
    .login-content .form-group {
        margin-bottom: 25px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 22px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 22px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 25px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;padding: 9px;width: 100%;background: white;float: left;margin-top: 10px;padding-left: 25px;    border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 25px;
        margin-right: 10px;
        margin-top: 5px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 6px;
        font-size: 17px;
    }
    .tabs-view #navlist > li > a {
        font-size: 16px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 17px;
      }
      .liveFavHeart{
        float: right;z-index:9;transition: all .2s ease-in-out; font-size: 30px!important;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 30px!important;
    }
    .erroronplayer{
        font-size: 19px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 32px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 30px;
        padding-bottom: 30px;
        height:95px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 95px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 14px;
        font-size: 18px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 55px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 240px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 240px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 20px;
        font-size: 22px;
    }

    .sText-small{
        font-size: 12px;
        padding: 10px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;width: 70px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 25px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 21px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 18px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 80px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 21px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 1px;
        background: #1c304e;outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 40px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 15px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 24px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 40px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 15px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 24px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 16px ;
    }
    .aboutAPP{
        line-height: 4;
        font-size: 21px;
      }
      .fileTypeSpan{
        font-size: 22px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 22px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.7);
        float: left;
        margin: 8px 15px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
    
  }
  @media (min-width: 1700px) {
    .container {
      max-width: 1600px;
    }
    .section > .floatLeft > p {
        float: left;
        font-size: 25px;
        margin: 15px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 10px;
        border: 6px solid transparent;
    }
    .section > .floatLeft > img {
        float: left;
        width: 70px;
        margin: 5px;
        padding: 15px;
    }
   
    .section > .floatLeft{
       width: 100%;
    }
    
    .section {
       width: 96%;
       background: rgba(127, 177, 255, 0.22);
       float: left;
       border: 6px solid transparent;
       margin: 10px 10px;
    }

    .header-margin-top{
        padding: 30px;
        margin-top: 0px;
    }
    .logImg{
        width: 50%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 30px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        /* margin-top: 15px; */
    }
    .liveBottomheader{
        margin: 30px 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 10px;
        margin-right: 10px;
        width: 80px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 56px;
        padding: 10px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 32px;
        padding: 20px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 45px;
        padding: 7px;
        margin-top: 0px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 40px;
        margin: 0px;
    }



    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 11px;
        text-align: center;
        float: left;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 11px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 17px;
        margin-left: 20px;
        font-size: 22px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 28px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 110px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
     
    .slider-heading {
        padding: 7px!important;
    font-size: 8px!important;
    }
    
    .clearfixHeight{
        height: 110px;
    }
    .paddingTopClearFlix{
        margin-top: 110px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 18px;
      }
      .direct-persona{
        font-size: 18px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 16px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
        font-size: 20px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .main-title{font-size: 28px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 26px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 18px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 24px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 250px;
        width: 185px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 250px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 300px;
    }
    .sliderimage-view {
        border-radius: 8px;
        padding: 5px;
        position: relative;
        cursor: pointer;
        float: left;
        margin:0px;
        width: calc(100%/8);
        height: auto;
        
    }
    .castHover img {
        width: 100%!important;
        padding: 65px;
        margin-top: 50px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 66px;
        margin-top: 40px;
    }
    .rating{
        position:absolute;
        top:75%;
        left:25%; 
        font-size: 18px;
    }
    .headEps{
        font-size: 30px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 300px;
       background: black;
       opacity: 0.5;    height: 169px;
   }
   
   .epsDiv img{
    width: 50px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 40%;
    margin-left: 0%;
   }
   .epsP{
    width: 300px;
    height: 169px;
   }
   .categoriesPadding{
    padding-left: 150px;
    padding-right: 150px;
   }
   .text-light{
    border-bottom: 3px solid #c2225d;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 7px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 3px solid var(--cus-color);
    font-size: 20px;
    margin-bottom: 7px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width: 60px;
        height: 60px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 40px;
        right: 60px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 20px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 1.625rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 20px;
        background: rgba(255, 255, 255, 0.1);
        width: 180px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 40px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 40px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 55px;
        font-size: 14px;
        text-align: center;
        border-radius: 8px;
        height: 33px;
        margin-top: 11px;
    }
    .wcp-toolbar {
        height: 78px!important; 
        padding: 15px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 30px!important;
    }
    .wcp-play:before{
        font-size: 30px!important;
    }
    .wcp-pause:before{
        font-size: 30px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 47px!important;
        width: 70px!important;
        margin-top: 8px!important;
        text-align: center;
        line-height: 39px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 40px!important;
    }
    .wcp-vol-control {
        width: 150px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 11px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 9px!important;
        width: 121px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 30px!important;
        background: #fff;
        margin-top: -3px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 23px;
        margin: 15px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 15px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 120px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 80px;
        margin: 10px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 43px;
        margin-right: 10px;
    }
    #addUserBtn {
        font-size: 28px;
    }
    .dis-block{
        margin: 34px 0;
        font-size: 22px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 20px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 35px;
        padding: 10px;
        margin-bottom: 30px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 30px;
        padding-bottom: 40px;
        line-height: 35px;
        margin-left: 20%;
    }
    .accountBtn {
        width: 400px;
        height: 60px;
        line-height: 50px;
        font-size: 25px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 180px;
    }
    .login-header{
        font-size: 30px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 30px;
    }
    .login-content .form-control {
        padding: 10px;
        font-size: 24px;
        line-height: 23px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 50px; 
    }
    .login-content .form-group {
        margin-bottom: 20px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 24px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 24px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 22px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;padding: 9px;width: 100%;background: white;float: left;margin-top: 10px;padding-left: 25px;    border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 25px;
        margin-right: 10px;
        margin-top: 5px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 7px;
        font-size: 17px;
    }
    .tabs-view #navlist > li > a {
        font-size: 18px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 230px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
      .liveFavHeart{
        float: right;z-index:9;transition: all .2s ease-in-out; font-size: 30px!important;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 30px!important;
    }
    .erroronplayer{
        font-size: 20px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 33px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 40px;
        padding-bottom: 40px;
        height:115px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 115px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 14px;
        font-size: 20px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 55px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 250px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 250px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 20px;
        font-size: 24px;
    }

    .sText-small{
        font-size: 14px;    padding: 10px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;width: 70px;    
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 25px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 21px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 18px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 80px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 21px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 1px;
        background: #1c304e;outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 40px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 15px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 24px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 40px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 15px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 24px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 17px ;
    }
    .aboutAPP{
        line-height: 4;
        font-size: 22px;
      }
      .fileTypeSpan{
        font-size: 24px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 24px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.5);
        float: left;
        margin: 3px 15px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
    
  }


  @media (min-width: 1800px) {
    .container {
      max-width: 1700px;
    }
    .section > .floatLeft > p {
        float: left;
        font-size: 26px;
        margin: 15px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 10px;
        border: 6px solid transparent;
    }
    .section > .floatLeft > img {
        float: left;
        width: 70px;
        margin: 5px;
        padding: 15px;
    }
   
    .section > .floatLeft{
       width: 100%;
    }
    
    .section {
       width: 96%;
       background: rgba(127, 177, 255, 0.22);
       float: left;
       border: 6px solid transparent;
       margin: 12px 10px;
    }

    .header-margin-top{
        padding: 30px;
        margin-top: 0px;
    }
    .logImg{
        width: 50%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 31px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        margin-top: 50px;
    }
    .liveBottomheader{
        margin: 50px 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 10px;
        margin-right: 10px;
        width: 80px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 56px;
        padding: 10px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 33px;
        padding: 20px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 45px;
        padding: 7px;
        margin-top: 0px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 40px;
        margin: 0px;
    }



    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 12px;
        text-align: center;
        float: left;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 12px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 17px;
        margin-left: 20px;
        font-size: 24px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 30px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 115px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 115px;
    }
    .paddingTopClearFlix{
        margin-top: 115px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 20px;
      }
      .direct-persona{
        font-size: 20px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 18px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
        font-size: 20px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .main-title{font-size: 30px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 26px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 19px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 24px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 250px;
        width: 185px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 250px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 345px;
    }
    .sliderimage-view {
        border-radius: 8px;
        padding: 5px;
        position: relative;
        cursor: pointer;
        float: left;
        margin:0px;
        width: calc(100%/8);
        height: auto;
    }
    .castHover img {
        width: 100%!important;
        padding: 140px;
        margin-top: 115px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 66px;
        margin-top: 40px;
    }
    .rating{
        position:absolute;
        top:75%;
        left:25%; 
        font-size: 18px;
    }
    .headEps{
        font-size: 30px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 300px;
       background: black;
       opacity: 0.5;    height: 169px;
   }
   
   .epsDiv img{
    width: 50px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 40%;
    margin-left: 0%;
   }
   .epsP{
    width: 300px;
    height: 169px;
   }
   .categoriesPadding{
    padding-left: 150px;
    padding-right: 150px;
   }
   .text-light{
    border-bottom: 3px solid #c2225d;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 18px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 3px solid var(--cus-color);
    font-size: 23px;
    margin-bottom: 18px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width:67px;
        height:67px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 65px;
        right: 60px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 22px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 1.625rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 20px;
        background: rgba(255, 255, 255, 0.1);
        width: 180px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 30px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 30px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 55px;
        font-size: 14px;
        text-align: center;
        border-radius: 8px;
        height: 23px;
        margin-top: 11px;
    }
    .wcp-toolbar {
        height: 60px!important; 
        padding: 10px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 30px!important;
    }
    .wcp-play:before{
        font-size: 30px!important;
    }
    .wcp-pause:before{
        font-size: 30px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    } 
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 50px!important;
        width: 73px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 40px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    } 
    .wcp-button::before{
        font-size: 40px!important;
    }
    .wcp-vol-control {
        width: 150px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 11px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 26px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 14px!important;
        background: #fff;
        margin-top: -3px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 23px;
        margin: 15px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 15px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 120px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 80px;
        margin: 10px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 43px;
        margin-right: 18px;
    }
    #addUserBtn {
        font-size: 28px;
    }
    .dis-block{
        margin: 30px 0;
        font-size: 24px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 22px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 35px;
        padding: 10px;
        margin-bottom: 30px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 30px;
        padding-bottom: 40px;
        line-height: 35px;
        margin-left: 20%;
    }
    .accountBtn {
        width: 400px;
        height: 60px;
        line-height: 50px;
        font-size: 25px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 180px;
    }
    .login-header{
        font-size: 30px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 30px;
    }
    .login-content .form-control {
        padding: 5px 0px 5px 10px;
        font-size: 23px;
        line-height: 23px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 50px; 
    }
    .login-content .form-group {
        margin-bottom: 20px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 24px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 24px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 25px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;padding: 9px;width: 100%;background: white;float: left;margin-top: 10px;padding-left: 25px;    border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 25px;
        margin-right: 10px;
        margin-top: 5px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 6px;
    }
    .tabs-view #navlist > li > a {
        font-size: 20px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 250px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
      .liveFavHeart{
        float: right;z-index:9;transition: all .2s ease-in-out; font-size: 32px!important;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 30px!important;
    }
    .erroronplayer{
        font-size: 22px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 40px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 40px;
        padding-bottom: 40px;
        height:115px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 115px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 14px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 55px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 250px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 250px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 15px;
        font-size: 24px;
    }

    .sText-small{
        font-size: 14px;    padding: 10px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;width: 70px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 25px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 21px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 18px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 80px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 21px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 1px;
        background: #1c304e;outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 40px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 15px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 24px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 40px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 15px;
        font-weight: bold;
        width: 40px;
        height: 24px;
        padding-bottom: 22px;
        color: white;
        line-height: 24px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 18px ;
    }
    .aboutAPP{
        line-height: 4;
        font-size: 22px;
      }
      .fileTypeSpan{
        font-size: 24px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 24px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.5);
        float: left;
        margin: 3px 15px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
    
  }

  @media (min-width: 1900px) {
    .container {
      max-width: 1800px;
    }
    .section > .floatLeft > p {
        float: left;
        font-size: 27px;
        margin: 15px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 10px;
        border: 6px solid transparent;
    }
    .section > .floatLeft > img {
        float: left;
        width: 70px;
        margin: 5px;
        padding: 15px;
    }
   
    .section > .floatLeft{
       width: 100%;
    }
    
    .section {
        width: 93%;
        background: rgba(127, 177, 255, 0.22);
        float: left;
        border: 6px solid transparent;
        margin: 12px 30px;
    }

    .header-margin-top{
        padding: 30px;
        margin-top: 0px;
    }
    .logImg{
        width: 50%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 31px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        margin-top: 25px;
    }
    .liveBottomheader{
        margin: 50px 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 10px;
        margin-right: 10px;
        width: 80px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 56px;
        padding: 10px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 34px;
        padding: 20px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 45px;
        padding: 7px;
        margin-top: 0px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 40px;
        margin: 0px;
    }



    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 13px;
        float: left;
        text-align: center;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 13px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 17px;
        margin-left: 20px;
        font-size: 25px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 34px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 120px;
    }
    .movies_title_height{
        margin-top: 15px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 120px;
    }
    .paddingTopClearFlix{
        margin-top: 120px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 25px;
      }
      .direct-persona{
        font-size: 25px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 18px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
        font-size: 20px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .main-title{font-size: 34px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 10px;
        font-size: 28px;
      }
      .stream-rating-small{
        padding-top: 10px;
        font-size: 20px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 26px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 260px;
        width: 195px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 260px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 345px;
    }
    .sliderimage-view {
        border-radius: 8px;
        position: relative;
        height: auto;
        cursor: pointer;
        float: left;
        padding: 8px;
        margin:0px;
        width: calc(100%/8);
    }
    .castHover img {
        width: 100%!important;
        padding: 70px;
        margin-top: 50px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 66px;
        margin-top: 40px;
    }
    .rating{
        position:absolute;
        top:75%;
        left:25%; 
        font-size: 18px;
    }
    .headEps{
        font-size: 30px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 300px;
       background: black;
       opacity: 0.5;    height: 169px;
   }
   
   .epsDiv img{
    width: 58px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 35%;
    margin-left: 0%;    
   }
   .epsP{
    width: 300px;
    height: 169px;
   }
   .categoriesPadding{
    padding-left: 150px;
    padding-right: 150px;
   }
   .text-light{
    border-bottom: 3px solid #c2225d;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 18px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 3px solid var(--cus-color);
    font-size: 23px;
    margin-bottom: 18px;

    }
    #backArrow{
        background: url(../images/go_back.png) no-repeat;
        position: fixed;
        width: 60px;
        height: 60px;
        display: none;
        z-index: 9999999;
        opacity: 0.5;
        background-size: 100% 100%;
        top: 50px;
        right: 60px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 24px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 5px 7px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 1.625rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 20px;
        background: rgba(255, 255, 255, 0.1);
        width: 180px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 30px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 30px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 55px;
        font-size: 14px;
        text-align: center;
        border-radius: 8px;
        height: 23px;
        margin-top: 11px;
    }
    .wcp-toolbar {
        height: 60px!important; 
        padding: 10px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 30px!important;
    }
    .wcp-play:before{
        font-size: 30px!important;
    }
    .wcp-pause:before{
        font-size: 30px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    } 
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 50px!important;
        width: 73px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 40px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    } 
    .wcp-button::before{
        font-size: 40px!important;
    }
    .wcp-vol-control {
        width: 150px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 11px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 7px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 17px!important;
        background: #fff;
        margin-top: -5px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 23px;
        margin: 15px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 15px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 120px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 80px;
        margin: 10px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 43px;
        margin-right: 18px;
    }
    #addUserBtn {
        font-size: 28px;
    }
    .dis-block{
        margin: 40px 0;
        font-size: 26px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 24px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 35px;
        padding: 10px;
        margin-bottom: 30px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 30px;
        padding-bottom: 40px;
        line-height: 35px;
        margin-left: 20%;
    }
    .accountBtn {
        width: 400px;
        height: 60px;
        line-height: 50px;
        font-size: 25px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 180px;
    }
    .login-header{
        font-size: 34px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 40px;
    }
    .login-content .form-control {
        padding: 10px;
        font-size: 25px;
        line-height: 23px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 50px; 
    }
    .login-content .form-group {
        margin-bottom: 25px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 26px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 26px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 28px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;
        padding: 9px;
        width: 100%;
        background: white;
        float: left;
        margin-top: 10px;
        padding-left: 25px;
            border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 26px;
        margin-right: 10px;
        margin-top: 5px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 6px;
        font-size: 20px;
    }
    .tabs-view #navlist > li > a {
        font-size: 22px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 270px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 22px;
      }
      .liveFavHeart{
        float: right;z-index:9;transition: all .2s ease-in-out; font-size: 34px!important;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 32px!important;
    }
    .erroronplayer{
        font-size: 24px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 40px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 40px;
        padding-bottom: 40px;
        height:115px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 115px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 20px;
        font-size: 20px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 60px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 270px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 270px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 28px;
    font-size: 28px;

    }

    .sText-small{
        font-size: 15px;
    padding: 12px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;    width: 78px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 35px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 24px;
        font-weight: bold;
        width: 50px;
        height: 35px;
        padding-bottom: 5px;
        color: white;
        line-height: 18px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 100px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 21px;
        font-weight: bold;
        width: 50px;
        height: 35px;
        padding-bottom: 22px;
        color: white;
        line-height: 1px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 50px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 15px;
        font-weight: bold;
        width: 50px;
        height: 35px;
        padding-bottom: 0px;
        color: white;
        line-height: 34px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 50px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 15px;
        font-weight: bold;
        width: 50px;
        height: 35px;
        padding-bottom: 0px;
        color: white;
        line-height: 34px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 20px ;
    }
    .aboutAPP{
        line-height: 4;
        font-size: 29px;
      }
      .fileTypeSpan{
        font-size: 26px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 26px;
        margin-right: 20px;
        cursor: pointer;
      }
    
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(2.1);
        float: left;
        margin: 8px 15px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
    
  }
  @media (min-width: 2000px) {
    .container {
      max-width: 1900px;
    }
    .section > .floatLeft > p {
        float: left;
        font-size: 28px;
        margin: 15px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 10px;
        border: 6px solid transparent;
    }
    .section > .floatLeft > img {
        float: left;
        width: 70px;
        margin: 5px;
        padding: 15px;
    }
   
    .section > .floatLeft{
       width: 100%;
    }
    
    .section {
        width: 92%;
        background: rgba(127, 177, 255, 0.22);
        float: left;
        border: 6px solid transparent;
        margin: 12px 40px;
    }

    .header-margin-top{
        padding: 30px;
        margin-top: 0px;
    }
    .logImg{
        width: 50%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 32px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        margin-top: 50px;
    }
    .liveBottomheader{
        margin: 50px 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 10px;
        margin-right: 10px;
        width: 80px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 56px;
        padding: 10px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 35px;
        padding: 20px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 45px;
        padding: 7px;
        margin-top: 0px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 40px;
        margin: 0px;
    }



    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 14px;
        float: left;
        text-align: center;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 14px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 17px;
        margin-left: 20px;
        font-size: 26px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 36px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 150px;
    }
    .movies_title_height{
        margin-top: 30px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 150px;
    }
    .paddingTopClearFlix{
        margin-top: 150px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 30px;
      }
      .direct-persona{
        font-size: 30px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 20px;
        margin-top: 10px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
        font-size: 20px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .main-title{font-size: 36px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 15px;
        font-size: 30px;
      }
      .stream-rating-small{
        padding-top: 15px;
        font-size: 20px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 28px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 290px;
        width: 225px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 290px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 390px;
    }
    .sliderimage-view {
        border-radius: 8px;
        position: relative;
        cursor: pointer;
        float: left;
        padding: 10px;
        margin:0px;
        width: calc(100%/8);
        height: auto;
    }
    .castHover img {
        width: 100%!important;
        padding: 80px;
        margin-top: 55px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 19px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 80px;
        margin-top: 45px;
    }
    .rating{
        position: absolute;
        top: 78%;
        left: 25%;
        font-size: 21px;
    }
    .headEps{
        font-size: 34px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 350px;
       background: black;
       opacity: 0.5;    height: 200px;
   }
   
   .epsDiv img{
    width: 70px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 35%;
    margin-left: 0%;
   }
   .epsP{
    width: 350px;
    height: 200px;
   }
   .categoriesPadding{
    padding-left: 125px;
    padding-right: 125px;
   }
   .text-light{
    border-bottom: 3px solid #c2225d;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 18px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 3px solid var(--cus-color);
    font-size: 28px;
    margin-bottom: 18px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width: 75px;
        height: 75px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 60px;
        right: 60px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 26px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 5px 7px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 1.825rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 28px;
        background: rgba(255, 255, 255, 0.1);
        width: 212px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 45px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 45px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 64px;
        font-size: 16px;
        text-align: center;
        border-radius: 8px;
        height: 35px;
        margin-top: 11px;
    }
    .wcp-toolbar {
        height: 75px!important; 
        padding: 10px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 45px!important;
    }
    .wcp-play:before{
        font-size: 45px!important;
    }
    .wcp-pause:before{
        font-size: 45px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 50px!important;
        width: 80px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 50px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 45px!important;
    }
    .wcp-vol-control {
        width: 150px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 11px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 7px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 17px!important;
        background: #fff;
        margin-top: -5px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 25px;
        margin: 15px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 17px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 120px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 86px;
        margin: 10px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 43px;
        margin-right: 18px;
    }
    #addUserBtn {
        font-size: 28px;
    }
    .dis-block{
        margin: 40px 0;
        font-size: 28px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 30px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 35px;
        padding: 10px;
        margin-bottom: 30px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 30px;
        padding-bottom: 40px;
        line-height: 35px;
        margin-left: 20%;
    }
    .accountBtn {
        width: 425px;
        height: 67px;
        line-height: 57px;
        font-size: 30px;
        background: #0e0e0e;
        color: white;
    }
    .login-logo{
        width: 200px;
    }
    .login-header{
        font-size: 38px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 40px;
    }
    .login-content .form-control {
        padding: 15px;
        font-size: 27px;
        line-height: 23px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 50px; 
    }
    .login-content .form-group {
        margin-bottom: 30px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 28px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 28px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 30px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;
        padding: 15px;
        width: 100%;
        background: white;
        float: left;
        margin-top: 16px;
        padding-left: 25px;
            border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 32px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 12px;
        font-size: 22px;
    }
    .tabs-view #navlist > li > a {
        font-size: 24px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 280px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 24px;
      }
      .liveFavHeart{
        float: right;z-index:9;transition: all .2s ease-in-out; font-size: 36px!important;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 35px!important;
        margin-left: 15px;
    }
    .erroronplayer{
        font-size: 26px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 40px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 45px;
        padding-bottom: 45px;
        height: 130px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 130px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 20px;
        font-size: 22px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 25px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 68px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 300px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 300px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 24px;
        font-size: 30px;
    }

    .sText-small{
        font-size: 15px;
        padding: 10px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 14px;width: 90px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 35px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 24px;
        font-weight: bold;
        width: 50px;
        height: 35px;
        padding-bottom: 5px;
        color: white;
        line-height: 18px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 100px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 21px;
        font-weight: bold;
        width: 50px;
        height: 35px;
        padding-bottom: 22px;
        color: white;
        line-height: 1px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 50px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 15px;
        font-weight: bold;
        width: 50px;
        height: 35px;
        padding-bottom: 0px;
        color: white;
        line-height: 35px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 50px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 15px;
        font-weight: bold;
        width: 50px;
        height: 35px;
        padding-bottom: 0px;
        color: white;
        line-height: 35px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 22px ;
    }
    .aboutAPP{
        line-height: 4;
        font-size: 30px;
      }
      .fileTypeSpan{
        font-size: 26px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 26px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(2.7);
        float: left;
        margin: 10px 15px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
    
  }
  @media (min-width: 2100px) {
    .container {
      max-width: 2000px;
    }

  }
  @media (min-width: 2200px) {
    .container {
      max-width: 2100px;
    }
  }
  @media (min-width: 2300px) {
    .container {
      max-width: 2200px;
    }
  }
  @media (min-width: 2400px) {
    .container {
      max-width: 2300px;
    }
    .section > .floatLeft > p {
        float: left;
        font-size: 35px;
        margin: 24px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 10px;
        border: 6px solid transparent;
    }
    .section > .floatLeft > img {
        float: left;
        width: 70px;
        margin: 18px;
        padding: 9px;
    }
   
    .section > .floatLeft{
       width: 100%;
    }
    
    .section {
       width: 93%;
       background: rgba(127, 177, 255, 0.22);
       float: left;
       border: 6px solid transparent;
       margin: 12px 45px;
    }

    .header-margin-top{
        padding: 30px;
        margin-top: 0px;
    }
    .logImg{
        width: 50%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 35px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        margin-top: 50px;
    }
    .liveBottomheader{
        margin: 50px 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 10px;
        margin-right: 10px;
        width: 80px;
        padding: 10px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 56px;
        padding: 10px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 38px;
        padding: 20px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 45px;
        padding: 7px;
        margin-top: 0px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 40px;
        margin: 0px;
    }



    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 16px;
        float: left;
        text-align: center;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 16px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 17px;
        margin-left: 20px;
        font-size: 28px;
        width: 100%;
    }
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 45px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 185px;
    }
    .movies_title_height{
        margin-top: 50px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 185px;
    }
    .paddingTopClearFlix{
        margin-top: 185px;
    }
    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 40px;
      }
      .direct-persona{
        font-size: 40px;
        font-weight: 600;
    }
    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 28px;
        margin-top: 18px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 70px;
        font-size: 35px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .main-title{font-size: 45px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

    .stream-rating{
        padding-top: 20px;
        font-size: 36px;
      }
      .stream-rating-small{
        padding-top: 20px;
        font-size: 22px;
      }
      .watchTrailer-custom,
      .watchNow-custom{
          background: var(--primary-btn);
          margin-right: 25px;
          color: var(--font-color);
          font-size: 36px;    
          text-transform: uppercase;
          border-radius: 8px;
          outline: none;
          transition: all .2s ease-in;
          border:none;
      }
      .sec-images { 
        height: 400px;
        width: 300px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 400px;
        cursor: pointer;
    }
    .view-images { 
        width: 100%;
        height: 430px;
    }
    .sliderimage-view {
        border-radius: 8px;
        margin: 0px;
        position: relative;
        height: auto;
        cursor: pointer;
        float: left;
        padding: 10px;
        width: calc(100%/8);
    }
    .castHover img {
        width: 100%!important;
        padding: 110px;
        margin-top: 65px;
    }
    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 105px;
        margin-top: 60px;
    }
    .rating{
        position: absolute;
        top: 78%;
        left: 25%;
        font-size: 26px;
    }
    .headEps{
        font-size: 36px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }
    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 435px;
       background: black;
       opacity: 0.5;    height: 270px;
   }
   
   .epsDiv img{
    width: 85px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 35%;
    margin-left: 0%;
   }
   .epsP{
    width: 435px;
    height: 270px;
   }
   .categoriesPadding{
    padding-left: 115px;
    padding-right: 115px;
   }
   .text-light{
    border-bottom: 3px solid #c2225d;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 32px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 3px solid var(--cus-color);
    font-size: 32px;
    margin-bottom: 32px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width: 80px;
        height: 80px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 85px;
        right: 90px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 32px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 7px 7px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
      .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 2rem 1.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 32px;
        background: rgba(255, 255, 255, 0.1);
        width: 250px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 45px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 45px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 64px;
        font-size: 16px;
        text-align: center;
        border-radius: 8px;
        height: 35px;
        margin-top: 11px;
    }
    .wcp-toolbar {
        height: 75px!important; 
        padding: 10px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 45px!important;
    }
    .wcp-play:before{
        font-size: 45px!important;
    }
    .wcp-pause:before{
        font-size: 45px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 50px!important;
        width: 80px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 50px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 45px!important;
    }
    .wcp-vol-control {
        width: 150px!important;
        border-right: 1px solid #262626;
        height: 23px!important;
        display: inline-block;
        position: relative;
        top: 11px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 7px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 4px!important;
        height: 17px!important;
        background: #fff;
        margin-top: -5px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 30px;
        margin: 9px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 21px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 140px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 80px;
        margin: 16px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    }
    .addUserIcon {
        width: 43px;
        margin-right: 18px;
    }
    #addUserBtn {
        font-size: 28px;
    }
    .dis-block{
        margin: 40px 0;
        font-size: 34px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 40px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 59px;
        padding: 23px;
        margin-bottom: 16px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 49px;
        padding-bottom: 74px;
        line-height: 79px;
        margin-left: 24%;
        font-size: 43px;
    }
    .accountBtn {
        width: 450px;
        height: 80px;
        line-height: 68px;
        font-size: 36px;
        background: #0e0e0e;
        color: white;
    }
    
    .pinControl .pinSetting {
        height: 80px!important;
        font-size: 36px!important;
    }
    .login-logo{
        width: 300px;
    }
    .login-header{
        font-size: 50px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 60px;
    }
    .login-content .form-control {
        padding: 19px;
        font-size: 36px;
        line-height: 23px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 50px; 
    }
    .login-content .form-group {
        margin-bottom: 40px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 36px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 36px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 36px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;
        padding: 15px;
        width: 100%;
        background: white;
        float: left;
        margin-top: 20px;
        padding-left: 25px;
            border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 37px;
        margin-right: 10px;
        margin-top: 12px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 12px;
        font-size: 30px;
    }
    .tabs-view #navlist > li > a {
        font-size: 30px;
        padding: 10px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 320px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 11px 16px;
        text-decoration: none;
        display: block;
        font-size: 28px;
      }
      .liveFavHeart{
        float: right;z-index:9;transition: all .2s ease-in-out; font-size: 42px!important;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 40px!important;
        margin-left: 15px;
    }
    .erroronplayer{
        font-size: 34px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 50px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 50px;
        padding-bottom: 50px;
        height: 150px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 150px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 24px;
        font-size: 30px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 40px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 86px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 370px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 370px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 34px;
        font-size: 40px;
    }

    .sText-small{
        font-size: 18px;
        padding: 12px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 22px;width: 115px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 50px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 35px;
        font-weight: bold;
        width: 65px;
        height: 50px;
        padding-bottom: 5px;
        color: white;
        line-height: 18px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 130px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 35px;
        font-weight: bold;
        width: 65px;
        height: 50px;
        padding-bottom: 32px;
        color: white;
        line-height: 1px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 65px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 24px;
        font-weight: bold;
        width: 65px;
        height: 50px;
        padding-bottom: 0px;
        color: white;
        line-height: 50px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 65px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 24px;
        font-weight: bold;
        width: 65px;
        height: 50px;
        padding-bottom: 0px;
        color: white;
        line-height: 50px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 24px ;
    }
    .aboutAPP{
        line-height: 4;
        font-size: 38px;
      }
      .fileTypeSpan{
        font-size: 26px;
        margin-right: 20px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 26px;
        margin-right: 20px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(2.7);
        float: left;
        margin: 10px 15px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
    
  }






  @media (min-width: 2500px) {
    .container {
      max-width: 2400px;
    }
    .view-images { 
        width: 100%;
        height: 450px;
    }
    .sliderimage-view {
        border-radius: 8px;
        margin: 0px;
        position: relative;
        height: auto;
        cursor: pointer;
        float: left;
        padding: 10px;
        width: calc(100%/8);
    }
  }
  @media (min-width: 2600px) {
    .container {
      max-width: 2500px;
    }
    .view-images { 
        width: 100%;
        height: 470px;
    }
    .sliderimage-view {
        border-radius: 8px;
        margin: 0px;
        position: relative;
        height: auto;
        cursor: pointer;
        float: left;
        padding: 10px;
        width: calc(100%/8);
    }
  }
  @media (min-width: 2700px) {
    .container {
      max-width: 2600px;
    }
    .view-images { 
        width: 100%;
        height: 480px;
    }
    .sliderimage-view {
        border-radius: 8px;
        margin: 0px;
        position: relative;
        height: auto;
        cursor: pointer;
        float: left;
        padding: 12px;
        width: calc(100%/8);
    }
  }
  @media (min-width: 2800px) {
    .container {
      max-width: 2700px;
    }
  }
  @media (min-width: 2900px) {
    .container {
      max-width: 2800px;
    }
  }
  @media (min-width: 3000px) {
    .container {
      max-width: 2900px;
    }
    .view-images { 
        width: 100%;
        height: 530px;
    }
    .sliderimage-view {
        border-radius: 8px;
        margin: 0px;
        position: relative;
        height: auto;
        cursor: pointer;
        float: left;
        padding: 15px;
        width: calc(100%/8);
    }
  }
  @media (min-width: 3100px) {
    .container {
      max-width: 3000px;
    }
  }
  @media (min-width: 3200px) {
    .container {
      max-width: 3100px;
    }
  }
  @media (min-width: 3300px) {
    .container {
      max-width: 3200px;
    }
  }
  @media (min-width: 3400px) {
    .container {
      max-width: 3300px;
    }
    .view-images { 
        width: 100%;
        height: 560px;
    }
    .sliderimage-view {
        border-radius: 8px;
        margin: 0px;
        position: relative;
        height: auto;
        cursor: pointer;
        float: left;
        padding: 16px;
        width: calc(100%/8);
    }
  }
  @media (min-width: 3500px) {
    .container {
      max-width: 3400px;
    }
  }
  @media (min-width: 3600px) {
    .container {
      max-width: 3500px;
    }
    .section > .floatLeft > p {
        float: left;
        font-size: 46px;
        margin: 30px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 10px;
        border: 6px solid transparent;
    }
    .section > .floatLeft > img {
        float: left;
        width: 76px;
        margin: 26px;
        padding: 4px;
    }
   
    .section > .floatLeft{
       width: 100%;
    }
    
    .section {
        width: 93%;
        background: rgba(127, 177, 255, 0.22);
        float: left;
        border: 6px solid transparent;
        margin: 12px 45px;
    }

    .header-margin-top{
        padding: 30px;
        margin-top: 0px;
    }
    .logImg{
        width: 50%;
     }
     .liveHeader h1 {
        display: inline-block;
        font-size: 55px;
        margin: 15px;
    }
    .liveTopHeader{
        padding: 30px;
        margin-top: 50px;
    }
    .liveBottomheader{
        margin: 50px 0px!important;
    }
    .searchIcon {
        float: right;
        margin: 14px;
        margin-right: 52px;
        width: 135px;
        padding: 5px;
        transition: transform .2s;
    }
    .sortIcon {
        float: right;
        margin: 10px;
        margin-right: 12px;
        width: 80px;
        padding: 10px;
        transition: transform .2s;
    }
    .liveHeadLine {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 46px;
        padding: 50px;
        line-height: 0px;
        font-weight: 500;
        margin-left: 0px;
        margin-right: 0px;
    }
    .arrowsIcon {
        width: 75px;
        padding: 16px;
        margin-top: 0px;
    }
    .headSectionsLive p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        line-height: 80px;
        margin: 0px;
    }



    .liveDetailsImg {
        padding: 0px;
        width: 8%;
            display: flex;
    align-items: center;
    justify-content: center;
        float: left;
    }
    .liveDetailsH1 {
        padding: 5px;
        margin-left: 10px;
        width: 12%;
        font-size: 24px;
        float: left;
        text-align: center;
    }
    .liveDetailPlayImg {
        width: 10%;
        padding-left: 10px;
        margin-left: 10px;
        float: left;

    }
    .liveDetailsName {
        padding: 5px;
        margin-left: 20px;
        width: 50%;
        font-size: 24px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .epgRow {
        padding: 30px;
        margin-left: 40px;
        font-size: 45px;
        width: 100%;
    }
      
    .slider-heading {
        padding: 14px!important;
        font-size: 24px!important;
    }
     
    .pagesTitle{
        color: white;
        margin: auto;
        font-size: 55px;
    }
    .movieListTopHeader{
        overflow-y: scroll;
        height: 100%;
        margin-top: 200px;
    }
    .movies_title_height{
        margin-top: 50px;
        width: 100%;
        padding-right: 30px;
        padding-left: 50px;
    }
    .clearfixHeight{
        height: 200px;
    }
    .paddingTopClearFlix{
        margin-top: 200px;
    }

    .stream-title{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 45px;
      }

    .direct-persona{
        font-size: 45px;
        font-weight: 600;
    }

    .stream-persona-info{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 10px;
        font-size: 34px;
        margin-top: 25px;
        font-weight: 100;
    }
    .stream-description{
        width: 100%;
        overflow: hidden;
        margin-top: 80px;
        font-size: 40px;
        font-weight: 100;
      }
      .streamview{
        padding-left: 100px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .main-title{font-size: 55px;text-transform: uppercase;margin: 12px 0 0 0;font-weight: bold;}

  
    .stream-rating{
        padding-top: 25px;
        font-size: 55px;
      }
      .stream-rating-small{
        padding-top: 25px;
        font-size: 30px;
      }
        .watchTrailer-custom,
    .watchNow-custom{
        background: var(--primary-btn);
        margin-right: 25px;
        color: var(--font-color);
        font-size: 46px;
        text-transform: uppercase;
        border-radius: 8px;
        outline: none;
        transition: all .2s ease-in;
        padding: 30px;
        border:none;
    }
    .sec-images { 
        height: 550px;
        width: 410px;
    }
    .sliderimage-div {
        border-radius: 8px;
        margin: 0px 5px;
        position: relative;
        height: 550px;
        cursor: pointer;
    }
    .view-images { 
        height: 600px;
        width: 100%;
    }
    .sliderimage-view {
        border-radius: 8px;
        padding: 18px;
        position: relative;
        height: auto;
        cursor: pointer;
        float: left;
        margin:0px;
        width: calc(100%/8);
    }
    .castHover img {
        width: 100%!important;
        padding: 140px;
        margin-top: 115px;
    }

    .movies-title {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f8f8f8;
        position: absolute;
        word-break: break-all;
        width: 100%;
    }
    .moviesHover img{
        width: 100%!important;
        padding: 138px;
        margin-top: 90px;
    }
    .rating{
        position:absolute;
        top:80%;
        left:25%; 
        font-size: 38px;
    }

    .headEps{
        font-size: 50px;
        width: 100% !important;
        margin-bottom: 0px;
        float: left;
    }

    .epsDiv{
        padding:12px;position:absolute;display: none;
        width: 600px;
       background: black;
       opacity: 0.5;    height: 355px;
   }
   
   .epsDiv img{
    width: 117px !important;
    padding: 0px;
    left: 40%;
    position: absolute;
    top: 35%;
    margin-left: 0%;
   }
   
   .epsP{
    width: 600px;
    height: 355px;
   }
   .categoriesPadding{
    padding-left: 150px;
    padding-right: 150px;
   }
   

   .text-light{
    border-bottom: 3px solid #c2225d;
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 45px;
   }
   .btn-cus-viewall{
    color: var(--font-color)!important;
    background: unset;
    border:none;
    border-bottom: 6px solid var(--cus-color);
    font-size: 45px;
    margin-bottom: 45px;

    }
    #backArrow{
        background:url(../images/go_back.png) no-repeat;
        position:fixed;
         
        width: 110px;
        height: 110px;
        display:none;
        z-index: 9999999;
        opacity: 0.5;background-size: 100% 100%;
        top: 75px;
        right: 125px;
    }
    .related-slide{
        border-bottom: 3px solid #c2225d;
        font-weight: bold;
        float: left; 
        font-size: 42px;
    }
    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 14px 14px;
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 10px;
      }
    .tabBlock-tab {
        border-color: #d8d8d8;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        float: left;
        padding: 2.625rem 5.25rem;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        font-size: 40px;
        background: rgba(255, 255, 255, 0.1);
        width: 315px;
    }
    .wcp-title{
        font-size: 24px!important;
        line-height: 3!important;
        margin-left: 15px!important;
    }
    .wcp-titlebar{
        height: 70px!important;
        line-height: 24px!important;
        display: none;
        padding-left: 20px!important;
        width: 100%!important;
    }
    .wcp-status{
        z-index: 5!important;
        top: 15px!important;
    }
    .aspect-ratio{
        width: 70px;
        opacity: 0.5;
    }
    .aspect-ratio:hover{
        opacity: 1;
    }
    
    .audio-track{
        width: 70px;
        padding: 4px;
        opacity: 0.5;
    }
    
    .audio-track:hover{
        opacity: 1;
    }
    .zoomin_zoomout_field{
        color: black;
        width: 120px;
        font-size: 30px;
        text-align: center;
        border-radius: 8px;
        height: 60px;
        margin-top: 11px;
    }
    .wcp-toolbar {
        height: 135px!important;
        padding: 30px!important;
    }
    .wcp-tooltip{
        bottom: 20!important;
    }
    .wcp-progress-seen{
        background: #f00!important;
    }
    .wcp-progress-pointer{
        height: 14px!important;
        width: 14px!important;
        display: inline-block!important;
        vertical-align: top!important;
        position: fixed!important;
        margin-top: -3px!important;
        border-radius: 20px!important;
        margin-left: -3px!important;
        background: white!important;
    }
    .wcp-vol-bar-full{
        background: white!important;
    }
    .wcp-vol-button{
        font-size: 45px!important;
    }
    .wcp-play:before{
        font-size: 45px!important;
    }
    .wcp-pause:before{
        font-size: 45px!important;
    }
    .seekLeft{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%!important;
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
    }
    .seekRight{
        position: absolute!important;
        width: 100px!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px!important;
        height: 95px!important;
        background: none!important;
        opacity: 0.5!important;
        left: initial!important;
        right: 20%!important;
    }
    .seekLeft:hover,.seekRight:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .wcp-anim-icon-play:before {
        line-height: 75px;
        }
    .wcp-anim-icon-pause:before {
        line-height: 75px;
        }
    .wcp-pause-anim{
        display: block!important;
        opacity: 0.5!important;
        z-index: 3!important;
    }
    .pausePlayButton{
        background: none!important;
        font-size: 160px!important;
        margin-left: -64px;
    }
    .wcp-pause-anim:hover{
        opacity: 1!important;
        cursor: pointer;
    }
    .seekRightTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        left: initial!important;
        right: 5%!important;
        font-size: 33px;
        border-radius: 15px;
    }
    .seekLeftTooltip{
        position: absolute!important;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%!important;
        padding: 10px!important;
        background:rgb(8, 8, 8)!important;
        opacity: 1!important;
        font-size: 33px;
        border-radius: 15px;
    }  
    .wcp-button {
        font-family: 'Glyphs';
        display: inline-block;
        height: 80px!important;
        width: 130px!important;
        margin-top: 5px!important;
        text-align: center;
        line-height: 75px!important;
        font-size: 18px!important;
        color: #7b7b7b;
        vertical-align: top;
    }
    .wcp-button::before{
        font-size: 70px!important;
    }
    .wcp-vol-control {
        width: 150px!important;
        border-right: 1px solid #262626;
        height: 46px!important;
        display: inline-block;
        position: relative;
        top: 23px!important;
        overflow: hidden;
    }
    .wcp-vol-bar {
        display: inline-block;
        height: 23px!important;
        width: 120px!important;
        overflow: visible;
        margin: 0 10px!important;
        margin-left: 2px!important;
        background: #696969;
        position: relative;
        top: 11px!important;
        cursor: pointer;
        vertical-align: top;
    }
    .wcp-vol-bar-full {
        background: #e77607;
        height: 100%!important;
        float: left;
    }
    .wcp-vol-bar-pointer {
        width: 11px!important;
        height: 62px!important;
        background: #fff;
        margin-top: -19px!important;
        float: left;
    }
    .listTitles h1 {
        font-size: 46px;
        margin: 25px 0px 8px 0px;
    }
    .listTitles p {
        font-size: 32px;
    }
    .listBlock {
        position: relative;
        float: left;
        width: 95%;
        height: 216px;
        margin-bottom: 25px;
    }
    .listImg {
        width: 126px;
        margin: 30px;
        padding: 15px;
        background: #0a0a0a;
        float: left;
    } 
    .addUserIcon {
        width: 93px;
        margin-right: 18px;
        margin-top: 0px;
    }
    #addUserBtn {
        font-size: 50px;
        margin-right: 100px;
    }
    .dis-block{
        margin: 40px 0;
        font-size: 50px;
        color: #ffffff;
    }
    .orange-button {
        background: #17536d;
        padding: 10px 30px;
        text-align: center;
        border: 2px solid #FFF;
        font-size: 60px;
        color: #FFF;
        margin-top: 8vh;
        margin-bottom: 8vh;
        display: inline-block;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(255, 255, 255, 0.45);
    }
    .account-title-Settings {
        text-align: center;
        font-size: 69px;
        padding: 30px;
        margin-bottom: 36px;
        width: 100%;
        background: #01183e;    
background-image: linear-gradient(to right, rgba(131, 255, 251, 0.44) , rgba(255, 255, 255, 0.31), rgba(247, 221, 253, 0.35))!important;;
    }
    .accountData {
        padding: 49px;
        padding-bottom: 80px;
        line-height: 83px;
        margin-left: 29%;
        font-size: 47px;
    }
    .accountBtn {
        width: 500px;
        height: 93px;
        line-height: 80px;
        font-size: 46px;
        background: #0e0e0e;
        color: white;
    }
    .pinControl .pinSetting {
        height: 107px!important;
        font-size: 46px!important;
    }
    .login-logo{
        width: 340px;
    }
    .login-header{
        font-size: 65px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 90px;
    }
    .login-content .form-control {
        padding: 30px;
        font-size: 50px;
        line-height: 23px;
        transition: transform .2s;
    }
    .login-html { 
        padding: 90px; 
    }
    .login-content .form-group {
        margin-bottom: 55px;
    }
    .listUserButton{
        float: left;
        width: 45%!important;
        font-size: 54px!important;
    }
    .addUserButton{
        float: right;
        width: 45%!important;
        font-size: 54px!important;
    }
    .catchUpSpan1{
        text-align: left;
        float: left;
        font-weight: bold;
        color: white;
        font-size: 54px;
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .catchUpPara{
        color: black;
        padding: 30px;
        width: 100%;
        background: white;
        float: left;
        margin-top: 35px;
        padding-left: 55px;
            border: 6px solid transparent;;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background: rgba(127, 177, 255, 0.22)!important;
        transition: transform .2s;
    
    }
    .catchupImage{
        float: left;
        width: 53px;
        margin-right: 22px;
        margin-top: 16px;
    }
    .catchUpSpan2{
        text-align: left;
        float: left;
        color: white;
        margin-top: 18px;
        font-size: 42px;
    }
    .tabs-view #navlist > li > a {
        font-size: 42px;
        padding: 20px 0.5em;
    }
    .dropdown-content {
        display: none;
        background-color: #f1f1f1;
        min-width: 400px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 20px;
        position: absolute;
        right: 0;
      }
      
      .dropdown-content a {
        color: black;
        padding: 18px 30px;
        text-decoration: none;
        display: block;
        font-size: 40px;

      }
      .liveFavHeart{
        float: right;
        z-index: 9;
        transition: all .2s ease-in-out;
        
        font-size: 64px!important;
     }
     .playShowImg {
        width: 100%;
        height: inherit;
        display: none!important;
        font-size: 76px!important;
        margin-left: 15px;
    }
    .erroronplayer{
        font-size: 48px;
        height: 100%;
     }
     .account-title{
        text-align: center;
        font-size: 70px;
        padding: 10px;
        width: 100%;
        position: fixed;
        background: black;
        border-bottom: 1px solid white;
        padding-top: 65px;
        padding-bottom: 65px;
        height: 200px;
     }
     .account-title-body{
        float: left;width: 100%;height: 100%;padding-top: 200px;margin-left: 0px;
     }
     .fullEPGTable td, th{
        border: 1px solid #dddddd;
        padding: 30px;
        font-size: 46px;
    }
    .settingsTile{
        width: 20%;
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 50px;
        transition: transform .5s;
    }
    
    .settingsTile.imageFocus{
        box-shadow: inset 0 0 0 500px rgba(120, 218, 255, 0.35);
        filter: blur(0px);
        transform: scale(1.1);
    }
    
    .sTile{
        padding: 10px;
        font-size: 25px;
        padding-top: 150px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
        height: 570px;
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .sTile:after{
        content: '';
        width: 100%;
        height: 570px;
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(120, 218, 255, 0.35);
        filter: blur(72px);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .sText{
        padding-top: 64px;
        font-size: 60px;
    }

    .sText-small{
        font-size: 26px;
        padding: 16px;
    }
    .sImg{
        box-shadow: 0px 0px 15px 2px rgba(229, 234, 236, 0.67);border-radius: 14px;padding: 30px;width: 140px;
    }
    #menubar{
        top: 0;
        bottom: 0;
        background: black;
        height: 50px;
        width: 100%;
        position: absolute;
        z-index: 99999;
    }
    
    #close-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: transparent;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 35px;
        font-weight: bold;
        width: 65px;
        height: 50px;
        padding-bottom: 5px;
        color: white;
        line-height: 18px;
        background: #8c3d3d;
        outline: none;
      }
      #minimize-btn {
        position: fixed;
        top: 0px;
        right: 130px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 35px;
        font-weight: bold;
        width: 65px;
        height: 50px;
        padding-bottom: 32px;
        color: white;
        line-height: 1px;
        background: #1c304e;
        outline: none;
      }
      #restore-btn {
        position: fixed;
        top: 0px;
        right: 65px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 24px;
        font-weight: bold;
        width: 65px;
        height: 50px;
        padding-bottom: 0px;
        color: white;
        line-height: 50px;
        background: #1c304e;
        outline: none;
      }
      #maximize-btn {
        position: fixed;
        top: 0px;
        right: 65px;
        text-decoration: none;
        border: none;
        text-align: center;
        text-anchor: middle;
        margin: auto;
        -webkit-app-region: no-drag;
        font-size: 24px;
        font-weight: bold;
        width: 65px;
        height: 50px;
        padding-bottom: 0px;
        color: white;
        line-height: 50px;
        background: #1c304e;
        outline: none;
      }
      .tosClass{
        font-size: 32px ;
    }
    .aboutAPP{
        line-height: 4;
        font-size: 52px;
      }
      .fileTypeSpan{
        font-size: 46px;
        margin-right: 50px;
        cursor: pointer;
      }
      .urlTypeSpan{
        font-size: 46px;
        margin-right: 50px;
        cursor: pointer;
      }
      .radioButtonDivLogin{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 6px;
      }

      .fileTypeRadioButton,.urlTypeRadioButton{
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(3.7);
        float: left;
        margin: 21px 28px 0px 0px!important;
      }
 

      #browsedPath{
        margin-left: 10px;
        display: inline-block;
        font-size: 14px;
        color: white;
        width: 45%;
        word-break: break-all;
        text-align: left;
        margin-top: 15px;
      }
    
  }
  
   
   
   
   .container{padding-left: 50px; padding-right: 50px;}
    .header{padding: 15px 0;}
    .logo img{width: 200px;padding-left: 0;}
    .form-search { margin-top: 4px;}
    .form-search input{font-size: 22px;
height: 50px;
padding: 7px 20px 12px 60px;
background-size: 27px auto;
background-position: 20px 14px;max-width: 300px;
float: right;}
    .menuHorizontal li{margin-right: 5px;font-size: 14px;    width: 130px;padding: 20px 7px 14px 7px;border-bottom:4px solid transparent;}
    .menuHorizontal li.imageFocus{border-bottom:4px solid #0096ed;}
.leftMenu.col-sm-1{width:11%;}
.inner-content{width:89%;}
.menuBar li{font-size: 16px;padding: 11px 16px}
.menuBar li img{max-width:22%;}
.inner-wrap{padding-top:30px;} 
.dummyList{height:90px;}
.shows-image{
     /* margin-left: 15px;
     margin-right: 15px;
     min-height: 310px;
     height: 310px;
     margin-bottom: 50px; */
}
.listUsersB.imageFocus {
     text-decoration: underline;
     font-size: 46px;
 }
 .relatedSec {
     width: 232px;
     display: inline-block;
     padding: 10px;
     padding-right: 20px;
 }
 #relatedSeries .episode .col-md-3 > img {
     width: 100%;
     max-height: 160px;
 }
/*movies-page*/
#navBar .listNone {
    padding: 15px 0;
}
#navBar .listNone li{font-size: 22px;}
.details-page-left img {
    max-width: 380px;
}
.details-page-right{padding: 35px 50px 40px 30px;}
.title-name{font-size: 35px;line-height: 35px;}
.release-date{line-height: 30px;
padding: 20px 0;font-size: 28px;}
.desc {
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 24px;
} 
.rating-value{width: 70px;
height: 70px;border: 3px solid #008ee0;
padding: 5px;font-size: 19px;}
.rating-value span{margin-top: 16px;}
.imdb-btn img{max-width: 120px;}
.playButton{width: 120px;
height: 120px;
margin-right: 50px;padding: 35px 15px;}
.playButton img{max-width: 28px;}
.playButton span{font-size: 17px;}
.SP-buttons .dark-btn {
    width: 130px;
    height: 60px;
}
.epgNow {
    font-size: 25px;
}
.SP-buttons .watchList {
    margin-right: 30px;
}
.SP-buttons .watchList img {
    width: 25px;
}
.dark-btn span{font-size: 16px;}
.allDetails .dots {
    margin-top: 1px;
}
.allDetails .dots span{width: 10px;
height: 10px;margin-right: 4px;}

.loader-img{
    margin: 34% auto;
}
 /*tv-hows*/
 .center-layout{padding-left: 50px; padding-right: 50px;margin-top:25px;}
 .col-5-eq{padding-left: 10px;padding-right: 10px;}
 .tvShows-image img{min-height:280px;background-color: #232427;}
 .center-layout #tvShowList > .row{margin-right: -10px; margin-left: -10px;}
 .shows-name{font-size: 25px;padding-bottom: 7px;line-height: 25px;}
 .shows-detail, .shows-date{font-size: 18px;}
 .shows-content {padding-top: 15px;min-height: 115px;}
 .tvShows-image.imageFocus .shows-content {padding-top: 30px;}

/*login-page*/
.center-wrap{padding: 50px 0;width: 1060px;}


.login-content { 
    padding-right: 20px;
    padding-left: 20px;
}
.login-content .form-control:hover {
    transform: scale(1.08);
}
.blue-btn{font-size: 40px;padding: 15px 50px;}
.labelClass {
    font-size: 20px;
}
/*profile-page*/
.profile-logo img {max-width: 450px;margin: 50px auto 0;}
.profile-bg-wrap{height: 290px;}
.profile-image{width: 220px;
height: 220px;margin-top: -110px;}
.profile-image img{max-width: 100px;}
.profile-name{font-size: 38px;
line-height: 20px;padding-top: 10px;}
.profile-account-details {padding-left: 88px;padding-right: 88px;padding-top: 10px;}
.profile-detail-inner span{font-size:25px;}
.profile-detail-inner img {margin-right: 20px;width:25px;}
.profile-account-buttons{
    padding-left: 87px;font-size: 20px;
    padding-top: 20px;padding-right: 12px;
}
.menuBar li p{
    margin: 0;
    padding: 10px 5px 0 5px;
}
.SP-buttons .dark-btn{
    width: 185px;
}
.btnCust{
    padding: 6px;
    font-size: 24px;
}
.containerBtn{
    font-size: 22px;
}
button.profile-button{
    padding: 5px 15px 7px;
    color: black;
    font-size: 16px;
    width: 325px;
    border-radius: 40px;
    margin-left: 20px;
    line-height: 36px;
}
#liveList{padding-top: 20px;padding-left: 20px;}
.live-image{margin: 15px;}
.live-image-inner{height: 166px;}
.live-image-inner img{max-height:136px;}

.SP-buttons .dark-btn.selectSeason{
    line-height: 38px;
} 
 .singleMovieName{
     text-align: center;
     font-size: 25px;
     padding: 10px;
}



.imageFocus .headEps {
    color: rgb(220, 108, 150);
    cursor: pointer;
}

 .relatedM{
    padding: 10px 30px 10px 30px;
    

    font-size: 25px;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    background: rgb(72, 86, 93);
    color: white;
    border-bottom: 4px solid white;
}
 .episode .headEpsDuration{
      
 }
.singleImgBack{
     height: 270px;
     width: 100%;
     background-image:cover; opacity: 0.6;
}
.miscContain{
     margin-top: 20px;
    font-size: 22px;font-weight: 300;
}
.seek-picker-runtime {
     width: 130px;
     color: #FFF;
     font-size: 24px;
     text-align: center;
     height: 42px;
     display: block;
     position: fixed;
     bottom: 150px;
     left: 0%;
     z-index: 105;
 }
.seek-picker-start {
     color: #FFF;
     font-size: 20px;
     text-align: center;
     height: 42px;
     display: block;
     position: fixed;
     bottom: 107px;
     left: 130px;
     z-index: 105;
 }
 .seek-picker-end {
     color: #FFF;
     font-size: 20px;
     text-align: center;
     height: 42px;
     display: block;
     position: fixed;
     bottom: 107px;
     right: 130px;
     z-index: 105;
 }
/* .shows-image img.posterImage{min-height:260px;} */
.liveDetailImg{
    width: 120px;
    margin: 22px;height: 75px;
}
.details-page-left {
    width: 33.33%;
    float: left;
    height: 530px;
}
.epsNumber {
    font-size: 16px;
    color: #0096ed;
    font-weight: 400;
    line-height: 25px;
}
.epsName {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px; white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.tvMeta {
    margin-top: 12px;
    font-size: 16px;
}
.tvEPS{
    width: 300px;
    height: 170px;
}
.liveBanner{
    height: 215px;
}
.popup-Message-container.popup-lg {
    min-width: 920px;
}
/*TVGUIDE - START*/

.live_bar span{
    font-size: 18px;
}
.list_of_channels{
    width:240px;
}
.channels_live_tag_cont span.tag{ 
    padding:7px 8px;margin:10px auto 0px auto; font-size: 18px; 
}
.time_period{
    width:180px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}
.channels_live_tag_cont{ color: #fff;
    height: 50px;
}
.channel{
    height: 44px;
    font-size: 18px;
    padding: 8px 0px 8px 8px;
}
.time_period span{  padding-left:10px;}
.prog_title{
    font-size: 18px;
}
.prog_info{
    height: 44PX;
}
.prog_info_inner{
        padding: 10px 5px 10px 0px;
}
.show_titles{
    width: calc(100% - 70px);
}
.epg_prog_desc{
    top:600px;
}
.dateSlection{
    min-width: 204px;
    line-height:40px;
    font-size: 18px;
}
#epg_channel_img{
    height: 90px;
    width:auto;
}
.epg_Info{
    font-size: 22px;
    padding: 3px 3px; 
}
.menuHorizontal li.guideMenuSelected {
    border-bottom: 5px solid #0096ed;
}
.prog_list_width{ 
    width:17280px;
}
.nodata{
    width: 17280px;
}
/*TVGUIDE - END*/
.login-logoImage img{
    display: block;
    width: 300px;
    margin: 0 auto;
}
.listUsers > b{
     font-size: 43px;  
}
#login{
     width: 100%;
}
.listUsers > img{
    margin-right: 30px;
    width: 50px;
    float: left;
    margin-top: -5px;
}
.listUsers {
    font-size: 20px;
    margin: 0 auto;
    width: 350px;
    margin-top: 100px;
 }

 .login-btn {
     text-transform: uppercase;
    font-size: 30px;
    padding: 15px 3px;
    border-radius: 4px;
    color: black;
 }
 .login-logoImage{
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 25%;
 }  
 .homeHeader {
     font-size: 35px;
 } 
 .homeHeader h1 {
    margin-top: 20px;
     text-align: center;
 }
 .floatRight{
      
 }
 .addUserIcon2 {
     width: 85px;
 }
 
 .listCenterButton {
     font-size: 30px;
     padding: 30px;
     width: 219px;
     text-align: center;
     margin: 0% auto;
 }
 .homeHeader .floatRight {
     margin: 10px;
 }
 .homeHeader p {
     display: inline-block;
     font-size: 25px;
 }
 .bellIcon,.switchUser {
     border: 6px solid transparent;width:50px;
 }
 .homeBody {
     margin: 65px 0px;
 }
 .homeLiveTile {
     background: url(../images/live-tv-background.png) no-repeat;
     width: 325px;
     border: 6px solid transparent;
     height: 310px;
     border-radius: 12px;    background-size: 100% 100%;
 }
 .moviesTile {
     background: url(../images/movie-background.png) no-repeat;
     width: 325px;
     height: 180px;
     border: 6px solid transparent;
     border-radius: 12px;    background-size: 100% 100%;
 }
 .seriesTile {
     background: url(../images/series-background.png) no-repeat;
     width: 325px;
     height: 180px;
     border: 6px solid transparent;
     border-radius: 12px;    background-size: 100% 100%;
 }
 .accountTitle{
     padding-top: 20px;   
}
 .accountTiles {
     width: 200px;
     border: 6px solid transparent;
     height: 110px;
     background: #55a77d;
     border-radius: 12px;
     margin-top: 20px;
     margin-left: 12px;
 }
 .wrapTile {
     padding: 33px 18px;
 }
 .wrapCenter {
     padding: 27% 35%;
     font-size: 25px;
 }
 .wrapLeft {
     padding: 10% 38%;
     font-size: 25px;
     text-align: center;
 }
 .wrapLeft p {
     margin: 8px 0px 0px -8px;
     text-align: center;
 }
 .wrapTile img {
     float: left;
 }
.seriesTile img{
     width:72px;
}
 .epgInstall{
     width: 35px;
}
.accontImg{
     width: 32px;
}
.settingImg{
     width: 36px;
}
.custInstall{
     margin-top: -5px;
}
.wrapTile p {
     font-size: 18px;
     font-weight: 500;
     float: left;
     padding-left: 7px;    padding-top: 14px;
 }
 .homeBottom h1 {
     font-size: 30px;
 }
  
 
 .liveHeader .floatRight {
     margin: 0px;
 }
 .liveBodyTop{
     
 }  
 .player {
      

 }
 .epgListing {
     
 }
 .epgRow p {
      
 }
 .epgRow {
       
 } 
 
 .favStar{
      width: 35px;height: 35px;margin-top: 5px;
  }
 .playing .playShowImg{
      display: block!important;
 } 
 .liveDetailsImg img{
      margin-top:0px;
 }
 .pText{
     background: transparent;
     width: 100%;
 }
 .pText p{
     background: transparent;
     padding-top: 10px;font-size: 20px;
     text-overflow: hidden;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;Text-align: center;
 }
 .liveChannels {
     background: rgba(0, 0, 0, 0.6);
     margin-top: 0px;
     height: 83%;
     padding: 0px;
 }
 .playIconText {
     width: 80%;
     font-size: 35px;
     float: left;
     text-align: center;
     position: relative;
     line-height: 115px;
 }
 .iconPlay {
     height: 110px;
     width: 120px;
     vertical-align: middle;
     float: left;
     padding: 20px;
     position: relative;
 }
 .flix-mov-title {
     background: rgba(1,1,1,0.6);
     width: 100%;
     display: block;
     z-index: 9;
     text-align: center;
     position: fixed;
     top: 0%;
     /* line-height: 9px; */
     color: #FFF;
     font-weight: normal;
     border-bottom: 3px solid #CCC;
 }
 .seek-picker{ background:url(../images/seeker.png) center no-repeat; width:35px;
     height:35px; display:block; position:absolute; bottom:-12px;; left:-10px;
     z-index:105;background-size:100% 100%;
     -webkit-transition: margin-left .5s ease-in; /* Safari 3.1 to 6.0 */
     transition: margin-left .5s ease-in;
     
     }
 .play-icons {
     display: none;
     position: fixed;
     bottom: 30%;
     left: 38%;
     text-align: center;
     font-size: 42px;
 }
 
.playRewind{
	display: inline-block;
    margin-right: 60px;
}
.inner{
     margin-top: 50px;
}
.playRewindR{
	display: inline-block;
    margin-right: 60px;
}
.play-icon {
     display: inline-block;
     font-size: 100px;
 }
.playForwardF{
	display: inline-block;
    margin-left: 60px;
}
.playForward{
	display: inline-block;
    margin-left: 60px;
}

/* NameScroll */


.namescroll{
     display: inline-block;
}
.imageFocus.section  .namescroll,.rowSec.imageFocus .namescroll{
	width: 100%;
	  text-overflow: inherit; overflow: visible;
	-moz-animation: scrolling 10s linear infinite;
	-webkit-animation: scrolling 10s linear infinite;
	animation: scrolling 10s linear infinite;
}
.section span ,.liveDetailsName span,.pText span{
     text-overflow: ellipsis;
     display: block;
     overflow: hidden;
     white-space: nowrap;
 }

 .row1 {
    display: table-row;
    height: 25%;
}