@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?ig1nm4");
    src: url("../fonts/icomoon.eot?ig1nm4#iefix") format("embedded-opentype"),
      url("../fonts/icomoon.ttf?ig1nm4") format("truetype"),
      url("../fonts/icomoon.woff?ig1nm4") format("woff"),
      url("../fonts/icomoon.svg?ig1nm4#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  body {
    font-family: 'Ubuntu', sans-serif;
    padding: 50px 0 0;
    font-size: 14px;
    overflow-x: hidden;
  }
  
  .roboto {
    font-family: 'Ubuntu', sans-serif;
  }
  
  /* theme btns and parts design */
  
  .home-video-details .btn {
    margin-top: 15px;
  }
  
  .btn-border {
    border: 1px solid #B60733;
    color: #B60733;
  }
  
  .btn-border:hover {
    border: 1px solid #B60733;
    background: #B60733;
    color: #fff;
  }
  
  .btn {
    padding: 10px 12px;
    min-width: 120px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn .icon-loader {
    margin-right: 10px;
  }
  
  .btn-theme {
    background: #B60733;
    color: #fff;
    padding: 8px 15px;
    min-width: 120px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
  }
  
  .btn-theme:hover {
    background: #d25900;
    color: #fff;
  }
  
  button:focus {
    outline: none;
    box-shadow: none;
  }
  
  .btn-theme:focus {
    background: #d25900;
    color: #fff;
  }
  
  .black-link {
    color: #07080c;
  }
  
  .black-link:hover {
    color: #07080c;
    text-decoration: none;
  }
  
  .orange-link {
    color: #B60733;
  }
  
  a:active,
  a:focus,
  .orange-link:focus,
  .orange-link:hover {
    color: #B60733;
    outline: none;
    box-shadow: none;
    text-decoration: none;
  }
  
  /**pages parts**/
  
  .page-top-header {
    background: #161922;
    text-align: center;
    padding: 30px 20px;
  }
  
  .page-top-header h2 {
    color: #fff;
  }
  
  .page-top-header p {
    color: #fff;
    font-weight: 300;
    max-width: 620px;
    margin: 0 auto 20px;
  }
  
  .landing-header.mat-toolbar-single-row {
    height: auto;
    padding: 7px 0;
  }
  
  .promotional_sect {
    background-position: center center;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    /* height: calc(100vh - 40px); */
    padding: 0;
    background-repeat: repeat-x;
    animation: animatedBackground 30s linear infinite;
    -webkit-animation: animatedBackground 30s linear infinite;
    margin: -50px 0 0;
  }
  
  @keyframes animatedBackground {
    from {
      background-position: 0 0;
    }
  
    to {
      background-position: 100% 0;
    }
  }
  
  /* form-element */
  
  input,
  textarea,
  select {
    caret-color: #B60733;
  }
  
  .field-icon span.material-icons {
    font-size: 20px;
  }
  
  .no-icon-field {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .with-icon-field {
    padding-left: 45px !important;
  }
  
  .signup-fields {
    padding-left: 75px !important;
  }
  
  .text-fields-gray:focus {
    border: none !important;
    background: #eaeaea;
    outline: none !important;
    box-shadow: none;
  }
  
  input.form-control.login-fields {
    border: 0px solid #e1e1e1 !important;
    border-radius: 16px 16px 0px 0px !important;
  }
  
  .field-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #707070;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  .iti__flag-container {
    position: relative;
  }
  
  .iti.iti--allow-dropdown::before {
    position: absolute;
    height: 100%;
    width: 30px;
    background: #eaeaea;
    content: "";
    right: 0;
    z-index: 2;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  
  .iti__country-list {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    background-color: white;
    border: 1px solid transparent;
    max-width: 320px;
    overflow-x: hidden;
    white-space: nowrap;
  }
  
  .iti__flag-container:after {
    content: "";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 10px;
    height: 12px;
    width: 12px;
    border-left: 1px solid #999;
    padding: 0 0 2px;
    border-top: 1px solid #999;
    position: absolute;
    right: 10px;
  }
  
  .selectdiv .form-control:focus {
    outline: none;
    box-shadow: none;
    background: none;
  }
  
  .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    max-width: 320px;
    margin: 5px 0px;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: none;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
  }
  
  .custom-control-label {
    padding-left: 7px;
  }
  
  .custom-control-label::before {
    position: absolute;
    top: 0px;
    left: -1.5rem;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    outline: none;
    box-shadow: none;
  }
  
  .code-outer {
    position: absolute;
    border: none;
    left: 0;
  }
  
  .code-outer select {
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .otp-fields {
    width: 60px;
    background: #eaeaea !important;
    text-align: center;
    margin-right: 5px;
  }
  
  .signup-code-fields {
    border-right: 1px solid #707070 !important;
    background: transparent;
    height: 30px;
    border-radius: 16px 0px 0px 16px;
    color: #707070;
    box-shadow: none;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    margin-top: 7px;
    background: #eaeaea;
  }
  
  .signup-code-fields:focus {
    border: 1px solid #e1e1e1 !important;
    background: #eaeaea;
    outline: none !important;
  }
  
  input.form-control.password-fields {
    border-radius: 0px 0px 16px 16px !important;
    border-top: 1px solid #fff !important;
  }
  
  .password-fields:focus {
    border-top: 1px solid #fff !important;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  
  .custom-control {
    cursor: pointer;
  }
  
  /* Change Autocomplete styles in Chrome*/
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    border: 1px solid #1b1b1b;
    -webkit-text-fill-color: #1b1b1b;
    -webkit-box-shadow: 0 0 0px 1000px #eaeaea inset;
    box-shadow: 0 0 0px 1000px #eaeaea inset;
    transition: background-color 5000s ease-in-out 0s;
    background: #eaeaea;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #eaeaea inset !important;
    box-shadow: 0 0 0px 1000px #eaeaea inset !important;
    background: #eaeaea;
    border-top: 1px solid #fff;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
  }
  
  .custom-control-label {
    padding-left: 7px;
    cursor: pointer;
  }
  
  .custom-control-label::before {
    position: absolute;
    top: 0px;
    left: -1.5rem;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    background-color: #eaeaea;
    outline: none;
    border: none;
    box-shadow: none;
  }
  
  input {
    filter: none;
  }
  
  :-moz-autofill,
  :-moz-autofill-preview {
    filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
  }
  
  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #B60733;
    background-color: #B60733;
    outline: none;
    box-shadow: none;
  }
  
  .custom-control-label::after {
    position: absolute;
    top: -1px;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
    background-image: none;
  }
  
  .bottom-signup {
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  
  .password-in .with-icon-field {
    padding-right: 42px;
    padding-left: 42px;
  }
  
  .password-in.label-ic .pass-ic {
    top: 21px;
  }
  
  .password-in.label-ic .field-icon {
    position: absolute;
    top: 22px;
    left: 0;
    color: #707070;
    height: 50px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .form-group label {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .custom-checkbox label.custom-control-label {
    padding-left: 25px;
  }
  
  .custom-control.custom-checkbox input:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  
  .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    outline: none;
  }
  
  .custom-control-label::before {
    left: 2px;
    top: 2px;
    height: 18px;
    width: 18px;
  }
  
  .custom-control-label::after {
    left: 2px;
    top: 2px;
    height: 18px;
    width: 18px;
    background-size: 12px;
  }
  
  .login .validation_div {
    position: absolute;
    bottom: -2px;
    left: 42px;
  }
  
  input.form-control {
    height: 45px;
    padding: 10px 15px;
    border: none !important;
    background: #eaeaea !important;
    color: #1b1b1b;
    box-shadow: none;
    border-radius: 50px !important;
    font-size: 14px;
  }
  
  input.form-control:focus,
  input.form-control:active {
    border: none !important;
    background: #e7e7ea;
    box-shadow: none;
    outline: none;
    color: #1b1b1b;
  }
  
  .password-in .pass-ic {
    position: absolute;
    right: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    top: 0;
  }
  
  .password-in .pass-ic span {
    cursor: pointer;
    font-size: 20px;
    color: #707070;
  }
  
  /* select-droup-down */
  
  .para-color-gray {
    color: #94a7c1;
  }
  
  .btn-login {
    border-radius: 30px;
    width: 100%;
  }
  
  /* form-end */
  
  .mat-menu-panel {
    min-height: auto;
  }
  
  .big-profile {
    position: relative;
  }
  
  .custom-control.custom-checkbox {
    padding: 0;
  }
  
  .content_box {
    max-width: 350px;
    padding: 0;
  }
  
  .more-detail span {
    min-width: 125px;
    display: inline-block;
    margin-right: 20px;
  }
  
  .more-detail h6 {
    margin-bottom: 0px !important;
    text-transform: capitalize;
    line-height: 26px;
  }
  
  .app_icons {
    background: #1b1b1b;
    color: #fff;
    padding: 5px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    min-width: 175px;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  
  .content_sect {
    background: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(left,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 30%,
        rgba(255, 255, 255, 1) calc(100% - 450px));
    background: -webkit-linear-gradient(left,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 1) calc(100% - 450px));
    background: -o-linear-gradient(left,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 1) calc(100% - 450px));
    background: -ms-linear-gradient(left,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 1) calc(100% - 450px));
    background: linear-gradient(to right,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 1) calc(100% - 450px));
    height: 100%;
    max-width: 70%;
    margin: 0 auto;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
  }
  
  .content_text {
    padding: 100px 50px 40px;
    max-width: 450px;
    width: 100%;
    min-height: calc(100vh - 54px);
    display: flex;
    align-items: center;
    position: relative;
  }
  
  /**search pages gallery design**/
  
  .related-search {
    padding: 25px 0 20px;
    background: #161922;
  }
  
  .related-search .series-box:focus {
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
  }
  
  .related-search .series-box {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 3px;
    margin: 0 0 20px 0;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
  }
  
  .related-search .ratio-2-3-simmer {
    max-width: 20% !important;
    flex: 0 0 20% !important;
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .series-content {
    padding: 0;
  }
  
  .series-content h6 {
    color: #fff;
    margin: 0 0 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
  }
  
  .series-content .video_icons {
    width: 16px !important;
    margin-right: 6px;
  }
  
  .series-content p {
    color: rgb(255, 255, 255, 0.5);
    margin: 0 !important;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
  }
  
  .ratio-slider {
    border-radius: 4px;
    overflow: hidden;
    background: #20242F;
  }
  
  .ratio-16-9 {
    position: relative;
    padding-bottom: 56.25%;
  }
  
  .ratio-2-3 {
    position: relative;
    padding-bottom: 150%;
  }
  
  .ratio-slider img {
    position: absolute;
    top: 0;
    max-width: 100%;
    left: 0;
    right: 0;
    max-height: 100%;
    margin: 0 auto;
  }
  
  .watch-icons {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #fff;
    font-weight: 500;
    z-index: 9;
    text-shadow: 0px 1px 3px #1b1b1b;
  }
  
  .watch-icons img {
    position: relative;
    width: 25px !important;
    max-height: inherit;
    margin-bottom: 1px;
    display: block;
  }
  
  .white_logo {
    display: none;
  }
  
  .top-cross-icon {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  
  .top-cross-icon a {
    color: #707070;
  }
  
  .field-icon {
    position: absolute;
    top: 0;
    color: #707070;
    left: 0;
    height: 45px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .content_sect {
    max-width: 100%;
    position: relative;
  }
  
  .btn:focus {
    box-shadow: none;
  }
  
  .pro-menu {
    display: flex;
    align-items: center;
  }
  
  .min-profile {
    height: 35px;
    width: 35px;
    min-width: 35px;
    line-height: 0;
  }
  
  .big-profile {
    width: 120px;
    height: 120px;
    min-width: 120px;
    line-height: 0;
  }
  
  .continue-watching.series-slider .owl-nav .owl-next span,
  .continue-watching.series-slider .owl-nav .owl-prev span {
    color: #ccc;
  }
  
  .circle {
    overflow: hidden;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  .circle img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  
  /**content pages**/
  
  section.content-pages {
    padding: 50px 0;
    min-height: calc(100vh - 250px);
  }
  
  .content-pages ul {
    padding: 0 0 0 20px;
    margin: 0;
  }
  
  .content-pages ul li {
    padding: 0;
    margin: 0 0 15px;
    list-style: disc;
  }
  
  .content-pages ol {
    padding: 0 0 0 25px;
    margin: 0;
  }
  
  .content-pages ol li {
    padding: 0;
    margin: 0 0 15px;
    list-style: upper-alpha !important;
  }
  
  .content-pages h2 {
    margin: 0 0 30px;
  }
  
  .content-pages h4 {
    padding: 20px 0 0;
    margin: 0 0 10px;
  }
  
  .content-pages p {
    margin: 0 0 15px;
  }
  
  .validation_div p {
    color: #f10 !important;
    margin: 5px 0;
    font-size: 12px;
    text-align: left;
  }
  
  /***Plugin Inputs design***/
  
  .content_box .code-outer {
    position: static;
    width: 100%;
  }
  
  .content_box .code-outer input {
    width: 100%;
    height: 42px;
    padding: 8px 8px 6px 85px !important;
    border: none !important;
    background: #eaeaea;
    color: #1b1b1b;
    box-shadow: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  
  .form-group input {
    min-width: inherit !important;
  }
  
  .iti__arrow {
    height: 9px !important;
    width: 9px !important;
    border: none !important;
    border-bottom: 2px solid #1b1b1b !important;
    border-left: 2px solid #1b1b1b !important;
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    top: 13px;
  }
  
  input[type="number"] {
    appearance: none !important;
  }
  
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent !important;
  }
  
  .iti__selected-flag:after {
    content: "";
    height: 30px;
    width: 1px;
    right: 4px;
    top: 5px;
    background: #ccc;
    position: absolute;
  }
  
  .content_box .code-outer input:focus {
    box-shadow: none;
    outline: none;
  }
  
  .content_box .code-outer .iti__flag-container {
    width: 80px;
    outline: none;
    box-shadow: none;
  }
  
  .iti__selected-flag:focus,
  .iti__selected-flag {
    outline: none;
    box-shadow: none;
  }
  
  .iti {
    width: 100%;
  }
  
  .btn.disabled,
  .btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }
  
  .btn.disabled:hover,
  .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .profile-radio label {
    color: #fff;
  }
  
  .profile-radio .mat-radio-outer-circle {
    border-color: #fff;
  }
  
  .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #B60733;
  }
  
  .mat-radio-button.mat-accent .mat-radio-inner-circle,
  .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
  .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
  .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #B60733;
  }
  
  .mat-radio-button {
    margin: 0 25px 0 0;
  }
  
  .profile-radio .mat-radio-label-content {
    font-weight: 500;
    padding-left: 12px;
  }
  
  .otp-plug .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    min-height: auto;
    background: transparent;
  }
  
  .otp-plug .wrapper input {
    display: block;
    width: 60px;
    height: 42px;
    padding: 8px 10px;
    color: #1b1b1b;
    background-color: #eaeaea;
    border: 1px solid #ced4da;
    border-radius: 50px;
    outline: none;
    font-size: 18px;
    box-shadow: none;
  }
  
  .content_box .navbar-brand img {
    max-width: 180px;
  }
  
  .frame-video .video-js {
    width: 100% !important;
    height: 100% !important;
  }
  
  .frame-video .video-js .vjs-tech {
    position: static !important;
  }
  
  .frame-video .vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: auto;
    margin-top: -26px;
    right: calc(50% - 570px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .frame-video.btn-set-top .vjs-big-play-button {
    margin-top: -100px !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .frame-video .vjs-big-play-button {
    background: #B6073366 !important;
    border: none !important;
    height: 80px !important;
    width: 80px !important;
    border-radius: 50% !important;
    font-size: 25px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    z-index: 999;
  }
  
  .frame-video .vjs-big-play-button .vjs-icon-placeholder:before {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 60px !important;
  }
  
  .frame-video .vjs-control-text {
    display: none;
  }
  
  .frame-video .vjs-big-play-button {
    z-index: 555;
  }
  
  .frame-video .vjs-poster {
    background-position: top center !important;
    background-size: cover;
    opacity: 0.4;
  }
  
  /**account pages**/
  
  .video-detail.active .video-content {
    margin: 0 0 0;
  }
  
  .main-account-page {
    display: flex;
    min-height: calc(100vh - 350px);
    width: 100%;
    flex-wrap: wrap;
  }
  
  .my-account-page {
    padding: 30px 0 50px;
  }
  
  .my-account-page h2 {
    font-weight: 600;
    margin: 0 0 15px;
  }
  
  .main-account-page .sidebar {
    width: 250px;
    padding: 0 15px;
  }
  
  .my-account-content {
    width: calc(100% - 250px);
    padding: 0 15px;
  }
  
  .detail-box {
    padding: 20px;
    background: #07080c;
    box-shadow: 0 0 08px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    min-height: 350px;
  }
  
  .detail-box h4 {
    margin: 0 0 20px;
    font-weight: 400;
    color: #fff;
  }
  
  .iti__selected-flag {
    padding: 0 15px !important;
  }
  
  .my-account-content input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  
  .series-box div:active,
  .series-box div:focus {
    outline: none;
    box-shadow: none;
  }
  
  .content_box form {
    padding-top: 60px;
  }
  
  .content_box .navbar-brand {
    margin-bottom: 50px;
    padding: 0;
  }
  
  .content_sect a.back-arrow {
    position: absolute;
    left: 15px;
    top: 65px;
    font-size: 22px;
    color: #1b1b1b;
    display: none;
    text-decoration: none;
    z-index: 99;
  }
  
  .content_box p {
    margin: 0;
    color: #94a7c1;
    font-size: 14px;
  }
  
  textarea,
  input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .content_box h3 {
    margin: 0 0 10px;
  }
  
  .forgot-img {
    padding: 20px 20px 0;
    text-align: center;
    display: none;
  }
  
  .forgot-img img {
    width: 100%;
    max-width: 250px;
  }
  
  .resend p {
    color: #ccc;
    margin: 0 0 8px;
  }
  
  .resend h6 {
    margin: 0 0 8px;
  }
  
  .validation-alert {
    margin: 15px 0;
    font-size: 12px;
    padding: 8px;
  }
  
  .series-slider.detail-page .owl-nav .owl-next,
  .series-slider.detail-page .owl-nav .owl-prev {
    height: 25px;
    width: 25px;
    border-color: #989897;
    color: #989897;
  }
  
  .owl-nav {
    margin: 0;
  }
  
  .btn span.material-icons {
    position: relative;
    top: 3px;
    margin: 0 0;
    font-size: 18px;
  }
  
  .btn-light-bg {
    background: rgba(161, 161, 161, 0.2);
    color: #fff;
  }
  
  .btn-light-bg:hover {
    background: #B60733;
    color: #fff;
  }
  
  .circle-btn {
    min-width: inherit;
    padding: 8px;
  }
  
  .series-slider.detail-page .owl-nav {
    position: absolute;
    right: 15px;
    top: -40px;
    margin-top: 0;
  }
  
  .modal-header {
    justify-content: center;
    padding: 5px 15px;
    border: none;
  }
  
  .btn-skip {
    position: absolute;
    bottom: 120px;
    min-width: 220px !important;
    border: none;
    min-width: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 8px 15px;
    top: calc(100vh - 70px);
    bottom: auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
  
  .intro-pop .vjs-control-bar {
    display: none !important;
  }
  
  .modal-content {
    background: #1b1b1b;
    border: navajowhite;
  }
  
  .modal-dialog {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
  }
  
  .intro-pop .modal-body {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    background: rgba(7, 8, 12, 1);
  }
  
  .intro-pop .modal-body .my-video-dimensions {
    width: 100vw;
    height: inherit;
  }
  
  .intro-pop .modal-body app-vjs-player {
    width: 100%;
  }
  
  .intro-pop .video-js .vjs-tech {
    position: static !important;
  }
  
  .modal-header h4 {
    text-align: center;
    color: #fff;
  }
  
  .theme-popup {
    position: relative;
  }
  
  .theme-popup h2 {
    margin: 0;
    font-weight: 900;
  }
  
  .theme-popup .mat-dialog-title {
    margin: -10px -24px 0;
    padding: 0 24px 15px;
    border-bottom: 1px solid #f6f6f6;
  }
  
  .theme-popup .mat-dialog-actions {
    padding: 15px 24px;
    min-height: auto;
    margin: 0 -24px -24px;
    border-top: 1px solid #f6f6f6;
  }
  
  .theme-popup .mat-dialog-actions .btn {
    padding: 8px 12px;
  }
  
  .theme-popup .mat-dialog-content {
    padding: 15px 24px;
  }
  
  .theme-popup .btn-close {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    min-width: auto;
  }
  
  .theme-popup input.form-control {
    height: 45px;
  }
  
  .theme-popup textarea.form-control {
    height: 65px;
    border-radius: 24px;
    background: #eaeaea;
    color: #707070;
    border: none;
    padding: 12px 16px;
  }
  
  textarea.form-control {
    height: 70px;
    padding: 12px 16px;
    border-radius: 20px;
    background: #eaeaea;
    color: #707070;
    outline: none !important;
    box-shadow: none !important;
  }
  
  /**new home page**/
  
  .home-page {
    padding: 20px 0;
    background: #161922;
  }
  
  .related-search .section-head {
    padding: 0 0px;
    width: 100%;
  }
  
  /**banner**/
  
  .series-banner {
    display: flex;
  }
  
  .banner-div .container {
    position: relative;
    z-index: 3;
  }
  
  .banner-section h2 {
    margin: 0 0 5px;
    color: #fff;
  }
  
  .banner-section p {
    margin: 0 0;
    color: #fff;
  }
  
  .banner-div .series-banner {
    position: relative;
    background-color: rgb(40 46 53);
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
  
  .banner-div .populer-slider {
    padding: 30px 10px 0;
  }
  
  section.inner-heading-section {
    padding: 40px 0 0;
    background: #fff;
  }
  
  .row.custome-set {
    margin: 0 -8px;
  }
  
  /**home slider **/
  
  .slide-head .view-all {
    padding-top: 15px;
    border-top: 1px solid #707070;
    margin: 15px 0 0;
  }
  
  .section-head {
    margin: 0 0 10px;
    padding: 0 8px;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .view-all-link {
    color: #fff;
    background: #0d111b;
    padding: 3px 12px;
    border-radius: 50px;
    min-width: 75px;
  }
  
  .section-head a:hover h2,
  .section-head a:hover {
    color: #B60733;
    text-decoration: none;
    cursor: pointer;
  }
  
  .section-head h2 {
    color: #fff;
    margin: 0 0;
    text-transform: capitalize;
    font-size: 20px !important;
  }
  
  .search-form .section-head {
    justify-content: center;
  }
  
  .series-content .progress {
    overflow: hidden;
    border-radius: 4px;
    height: 3px;
    background-color: #20242F !important;
    margin-bottom: 0px !important;
    margin-top: 5px;
  }
  
  .series-content .progress-bar {
    border-radius: 4px;
    background-color: #B60733;
  }
  
  .back_link {
    color: #fff;
    display: none;
    text-decoration: none !important;
    box-shadow: none !important;
  }
  
  .back_link:focus,
  .back_link:hover {
    color: #B60733;
    text-decoration: none;
    box-shadow: none;
  }
  
  .back_link span {
    margin: 0 20px 0 0;
  }
  
  .video .video-js {
    width: 100%;
    height: auto;
  }
  
  .slide-head h2 {
    color: #fff;
    margin: 0;
  }
  
  /***search page***/
  
  .search-page {
    min-height: calc(100vh - 257px);
    background: #07080c;
  }
  
  .swal2-styled.swal2-confirm {
    background: #B60733 !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #B60733 !important;
    padding: 8px 30px !important;
    font-weight: 400 !important;
    font-family: 'Ubuntu', sans-serif;
  }
  
  .swal2-styled.swal2-cancel {
    border: 1px solid #B60733 !important;
    color: #B60733 !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 8px 30px !important;
    font-weight: 400 !important;
    font-family: 'Ubuntu', sans-serif;
  }
  
  .swal2-title {
    margin: 0 0 10px !important;
    color: #1b1b1b !important;
  }
  
  .swal2-content {
    margin: 0 0 20px !important;
  }
  
  .slider {
    width: 100%;
    position: relative;
    padding: 0;
  }
  
  .wrapper {
    min-height: calc(100vh - 85px);
    background: #161922;
    overflow: hidden;
  }
  
  .series-slider {
    padding: 30px 0 0;
  }
  
  section.populer-slider {
    padding: 20px 0;
  }
  
  .overlay .btn-play {
    text-align: center;
    text-decoration: none;
    border: none;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 999;
    left: 0;
    right: 0;
    position: absolute;
    top: calc(50% - 23px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    background: #B60733;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
  }
  
  .btn-play span {
    margin-left: 5px;
  }
  
  .ratio-slider .overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 5;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
  }
  
  .ratio-slider:hover .overlay {
    opacity: 1;
  }
  
  .short-video {
    transform: translateY(-160px);
    -webkit-transform: translateY(-160px);
    -moz-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    -o-transform: translateY(-160px);
  }
  
  .series-box {
    padding: 0 8px;
    cursor: pointer;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
  }
  
  .btn .favorite {
    color: #fff;
    background: #B60733;
  }
  
  .other-info p {
    margin-left: 22px;
  }
  
  .profile-details .btn,
  .profile-details span {
    display: none;
  }
  
  .owl-theme .owl-dots {
    text-align: left !important;
    padding-left: 10px;
    display: none;
  }
  
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #B60733 !important;
  }
  
  p::first-letter,
  h1::first-letter,
  h2::first-letter,
  h3::first-letter,
  h4::first-letter,
  h5::first-letter,
  h5::first-letter {
    text-transform: uppercase;
  }
  
  .player {
    position: relative;
  }
  
  .cus-playing .player:after {
    display: none;
  }
  
  .player:after {
    content: "";
    position: absolute;
    height: 65%;
    width: 100%;
    left: 0;
    bottom: -1px;
    z-index: 1;
    background: #161922;
    background: -moz-linear-gradient(top,
        rgba(7, 8, 12, 0) 0%,
        rgba(22, 25, 34, 1) 70%);
    background: -webkit-linear-gradient(top,
        rgba(7, 8, 12, 0) 0%,
        rgba(22, 25, 34, 1) 70%);
    background: linear-gradient(to bottom,
        rgba(7, 8, 12, 0) 0%,
        rgba(22, 25, 34, 1) 70%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00161922', endColorstr='#161922', GradientType=0);
  }
  
  .main-details h6 span {
    font-weight: 500 !important;
    display: inline-block;
    margin: 0 10px 0 0;
    min-width: 130px;
    color: #94a7c1 !important;
  }
  
  .main-details h6 {
    display: flex;
    color: #fff;
  }
  
  article {
    overflow: hidden;
  }
  
  .sim-circle-btn {
    border: none;
    height: 120px;
    width: 120px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 333;
    margin: 0 auto 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #40434c;
    font-size: 45px;
  }
  
  .overlay-info h4,
  .home-video-details h4 {
    color: #fff;
    margin: 5px 0 15px;
    font-size: 16px;
  }
  
  .overlay-info h5 span,
  .home-video-details h5 span {
    padding: 2px;
    border: 1px solid #94a7c1;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 400;
    position: relative;
    top: -2px;
  }
  
  .overlay-info h5,
  .home-video-details h5 {
    color: #94a7c1;
    margin: 0 0 5px;
    font-size: 16px !important;
  }
  
  .mini-btn {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0 !important;
  }
  
  .sim-video hr {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
  }
  
  .sim-video {
    background: #141821;
    height: calc(100vh - 120px);
    min-height: 635px;
    display: flex;
    align-items: flex-end;
  }
  
  .populer-gallery.sim-populer-gallery {
    background: #fbfbff;
  }
  
  .sim-link {
    height: 20px;
    width: 120px;
  }
  
  .sim-slider .view-all {
    border-top: 1px solid #ccc;
  }
  
  .sim-btn-box {
    margin-top: 30px;
  }
  
  .sim-btn-box .btn {
    height: 35px;
    width: 35px;
    min-width: 35px;
    border-radius: 50%;
  }
  
  /* all-comment-popup */
  
  .comment-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 25%);
    height: 100vh;
    z-index: 9999;
    bottom: 0;
    right: auto;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    display: none;
  }
  
  .comment-overlay.pop-active {
    display: block;
  }
  
  .comment-overlay .all-comment-popup {
    left: 100%;
    position: relative;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
  }
  
  .comment-overlay.pop-active .all-comment-popup {
    left: 0;
  }
  
  .all-comment-popup {
    background: #fff;
    padding: 20px;
    max-width: 400px;
    margin: auto;
    margin-right: 0;
    height: 100vh;
    overflow-y: auto;
  }
  
  .all-comment-popup .all-comments {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
  }
  
  .all-comment-popup .head-search h6 {
    color: #1b1b1b !important;
  }
  
  .all-comment-popup .head-search span {
    color: #b92929 !important;
  }
  
  .overlay-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  /****/
  
  .share-dropdown {
    min-width: auto !important;
    min-height: auto !important;
  }
  
  .share-dropdown .mat-menu-content {
    display: flex;
    padding: 0 !important;
  }
  
  .share-dropdown .mat-menu-content button {
    font-size: 18px;
  }
  
  .share-dropdown .mat-menu-content button.sb-facebook {
    color: #fff;
    background: #3b5997;
    border: none;
    height: 37px;
  }
  
  .share-dropdown .mat-menu-content button.sb-twitter {
    color: #fff;
    background: #55adee;
    border: none;
    height: 37px;
  }
  
  .watching:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B60733c7;
    content: "Watching...";
    z-index: 1;
    display: flex;
    justify-content: center;
    color: #ffffff;
    align-items: center;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
  }
  
  .watching:hover .overlay {
    display: none !important;
  }
  
  .mat-tab-nav-bar,
  .mat-tab-header {
    border-bottom: none;
  }
  
  @media screen and (max-width: 400px) {
    .sl-bg {
      min-height: 200px !important;
    }
  }
  
  @media screen and (max-width: 575px) {
    .sim-slider .series-box {
      max-width: 33.33%;
      flex: 0 0 33.33%;
    }
  
    .sim-slider .series-box:nth-child(2),
    .sim-slider .series-box:nth-child(1) {
      display: none;
    }
  
    .sim-slider .section-head.slide-head {
      display: block;
    }
  
    .home-page {
      padding: 0px 0 15px !important;
    }
  }
  
  .owl-theme .owl-dots .owl-dot span {
    background: rgb(255 255 255 / 40%) !important;
  }
  
  .mat-datepicker-toggle-active {
    color: #B60733;
  }
  
  input:-internal-autofill-selected {
    background: transparent;
  }
  
  .mat-calendar-body-selected {
    background-color: #B60733 !important;
  }
  
  .mat-expanded .mat-expansion-panel-header .mat-expansion-indicator::after {
    font-size: 40px !important;
  }
  
  .record-not-available img {
    max-width: 400px;
    width: 100%;
  }
  
  .mortab_error {
    background: #1b1b1b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 100px);
    padding: 20px;
  }
  
  .mortab_error .error-msg-box {
    max-width: 700px;
  }

  
  .profile-detail {
    padding-left: 15px;
  }
  
  .video-js .vjs-tech {
    background: #07080c;
  }
  
  /*******/
  
  .h3-absolute {
    position: absolute;
    height: 100%;
    color: #fff;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 16px;
  }
  
  .lang-bg {
    border-radius: 3px;
  }
  
  .language-row .series-box {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  
  .language-row .series-box:nth-child(10n + 1) .lang-bg {
    background-image: radial-gradient(circle 654px at 0.6% 48%,
        rgba(12, 170, 255, 1) 0%,
        rgba(151, 255, 129, 1) 86.3%);
  }
  
  .language-row .series-box:nth-child(10n + 2) .lang-bg {
    background-image: radial-gradient(circle 636.6px at 10% 20%,
        rgba(243, 94, 125, 1) 0%,
        rgba(213, 200, 111, 1) 90%);
  }
  
  .language-row .series-box:nth-child(10n + 3) .lang-bg {
    background-image: radial-gradient(circle 609.6px at 21.5% 78.8%,
        rgba(37, 99, 219, 1) 0%,
        rgba(233, 45, 181, 1) 89.9%);
  }
  
  .language-row .series-box:nth-child(10n + 4) .lang-bg {
    background-image: linear-gradient(109.6deg,
        rgba(44, 83, 131, 1) 18.9%,
        rgba(95, 175, 201, 1) 91.1%);
  }
  
  .language-row .series-box:nth-child(10n + 5) .lang-bg {
    background-image: linear-gradient(112.1deg,
        rgba(32, 38, 57, 1) 11.4%,
        rgba(63, 76, 119, 1) 70.2%);
  }
  
  .language-row .series-box:nth-child(10n + 6) .lang-bg {
    background-image: linear-gradient(109.6deg,
        rgba(102, 203, 149, 1) 11.2%,
        rgba(39, 210, 175, 1) 98.7%);
  }
  
  .language-row .series-box:nth-child(10n + 7) .lang-bg {
    background-image: radial-gradient(circle farthest-corner at 10% 20%,
        rgba(7, 121, 222, 1) 0%,
        rgba(20, 72, 140, 1) 90%);
  }
  
  .language-row .series-box:nth-child(10n + 8) .lang-bg {
    background-image: linear-gradient(181deg,
        rgba(2, 0, 97, 1) 15%,
        rgba(97, 149, 219, 1) 158.5%);
  }
  
  .language-row .series-box:nth-child(10n + 9) .lang-bg {
    background-image: linear-gradient(171.8deg,
        rgba(5, 111, 146, 1) 13.5%,
        rgba(6, 57, 84, 1) 78.6%);
  }
  
  .language-row .series-box:nth-child(10n + 10) .lang-bg {
    background-image: linear-gradient(180.2deg,
        rgba(128, 174, 248, 1) 14.1%,
        rgba(50, 118, 227, 1) 77%);
  }
  
  .pre_batch {
    color: #fff;
    background: #B60733;
    text-transform: uppercase;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 50px;
    font-size: 11px;
    user-select: none;
    height: 19px;
    position: absolute;
    z-index: 10;
    top: 7px;
    right: 17px;
    font-weight: 600;
  }
  
  @media (min-width: 1400px) {
    .container {
      max-width: 1270px;
    }
  }
  
  @media (min-width: 1600px) {
    .container {
      max-width: 1470px;
    }
  }
  
  @media screen and (max-width: 1599px) {
    .related-search .series-box {
      max-width: 25%;
      flex: 0 0 25%;
    }
  }
  
  @media screen and (max-width: 1399px) {
    section.video-detail.center-video .video-content {
      max-width: 900px;
    }
  
    .frame-video .vjs-big-play-button {
      height: 70px !important;
      width: 70px !important;
    }
  
    .password-in .pass-ic {
      height: 45px;
    }
  
    .frame-video .vjs-big-play-centered .vjs-big-play-button {
      right: calc(50% - 305px);
    }
  
    .content_sect {
      max-width: 100%;
    }
  
    .content_box {
      max-width: 360px;
    }
  
    .content_box .navbar-brand {
      margin-bottom: 40px;
    }
  
    .content_box form {
      padding-top: 40px;
    }
  
    .content_box .navbar-brand img {
      max-width: 130px;
    }
  
    .content_text {
      padding: 75px 60px 40px;
      max-width: 450px;
    }
  
    .bottom-signup {
      margin-top: 65px;
    }
  
    section.banner-section:after {
      background: -moz-linear-gradient(bottom,
          rgba(0, 7, 8, 12) 0%,
          rgba(7, 8, 12, 0.1) 5%,
          rgba(7, 8, 12, 1) 35%);
      background: -webkit-linear-gradient(bottom,
          rgba(7, 8, 12, 0) 0%,
          rgba(7, 8, 12, 0.1) 5%,
          rgba(7, 8, 12, 1) 35%);
      background: -o-linear-gradient(bottom,
          rgba(7, 8, 12, 0) 0%,
          rgba(7, 8, 12, 0.1) 5%,
          rgba(7, 8, 12, 1) 35%);
      background: -ms-linear-gradient(bottom,
          rgba(7, 8, 12, 0) 0%,
          rgba(7, 8, 12, 0.1) 5%,
          rgba(7, 8, 12, 1) 35%);
      background: linear-gradient(to bottom,
          rgba(7, 8, 12, 0) 0%,
          rgba(7, 8, 12, 0.1) 5%,
          rgba(7, 8, 12, 1) 35%);
    }
  
    .frame-video .vjs-big-play-centered .vjs-big-play-button {
      right: calc(50% - 390px);
    }
  
    .content_sect {
      background: -moz-linear-gradient(left,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) calc(100% - 450px));
      background: -webkit-linear-gradient(left,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) calc(100% - 450px));
      background: -o-linear-gradient(left,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) calc(100% - 450px));
      background: -ms-linear-gradient(left,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) calc(100% - 450px));
      background: linear-gradient(to right,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) calc(100% - 450px));
    }
  }
  
  @media screen and (max-width: 991px) {
    .profile-detail {
      padding: 25px 0 0;
    }
  
    .related-search .series-box {
      max-width: 33.33%;
      flex: 0 0 33.33%;
    }
  
  
    .content_text {
      padding: 75px 60px 40px;
      max-width: 450px;
    }
  
    .content_box .navbar-brand img {
      max-width: 150px;
    }
  
    .content_sect {
      background: -moz-linear-gradient(left,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) calc(100% - 450px));
      background: -webkit-linear-gradient(left,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) calc(100% - 450px));
      background: -o-linear-gradient(left,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) calc(100% - 450px));
      background: -ms-linear-gradient(left,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) calc(100% - 450px));
      background: linear-gradient(to right,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) calc(100% - 450px));
    }
  
    .bottom-signup {
      margin-top: 55px;
    }
  
    .big-profile {
      width: 90px;
      min-width: 90px;
      height: 90px;
    }
  
    .series-slider .owl-nav {
      bottom: 0;
    }
  
    .pop-head p,
    .banner-section p {
      margin: 0 0 15px;
    }
  
    .series-banner {
      min-height: auto;
      background-size: cover;
      padding: 110px 0 20px;
    }
  
    .player:after {
      background: transparent !important;
    }
  }
  
  @media screen and (max-width: 815px) {
    .frame-video .vjs-big-play-centered .vjs-big-play-button {
      right: 25px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .series-slider {
      display: flex;
      flex-direction: column;
      padding: 30px 0px;
    }
  
    .detail-box h4 {
      padding-left: 0;
      margin: 0px -8px 0;
      padding-bottom: 0;
      font-weight: 300;
    }
  
    .slider {
      width: 100%;
      position: relative;
      padding: 0;
    }
  
    .short-video {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
    }
  
    .pop-head p {
      display: none;
    }
  
    .section-head {
      margin: 0 0 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 7px;
    }
  
    .pop-head {
      padding: 0;
    }
  
    .pop-head h3 {
      margin: 0 0;
    }
  
    .populer-slider {
      padding: 0px 0 20px !important;
    }
  
    .container {
      max-width: 650px;
    }
  
    .banner-section h2 {
      margin: 0 0 8px;
    }
  
    .series-slider .owl-nav {
      position: static;
      margin-top: 20px;
    }
  
    section.content-pages {
      padding: 30px 0;
    }
  
    .slider {
      order: 2;
    }
  
    .main-account-page {
      display: block;
      min-height: calc(100vh - 261px);
    }
  
    .my-account-content {
      width: 100%;
    }
  
    .detail-box {
      padding: 20px 15px;
      border-radius: 0;
      -webkit-border-radius: 0;
    }
  
    .otp-plug .wrapper input {
      height: 50px;
      width: 50px;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
    }
  
    .main-account-page .sidebar {
      width: 100%;
    }
  
    .content_box .code-outer input,
    input.form-control {
      height: 50px;
    }
  
    .iti__selected-flag:after {
      height: 35px;
      top: 7px;
    }
  
    .btn-login {
      border-radius: 30px;
      width: 100%;
      padding: 12px 20px;
    } 
    
  
    .field-icon {
      width: 50px;
      height: 50px;
    }
  
    .profile-details {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: calc(100% - 75px);
      flex-wrap: wrap;
      padding: 0 0 0 15px;
    }
  
    .with-icon-field,
    .password-in .with-icon-field {
      padding-left: 50px;
    }
  
    .iti__arrow {
      top: 19px;
    }
  
    .section-head h2 {
      margin: 0;
      font-size: 18px !important;
    }
  
    .banner-section p {
      margin-bottom: 10px;
    }
  
    .banner-section h4.head {
      margin: 30px 0 20px;
    }
  
    .btn-theme {
      padding: 12px;
    }
  
    .container {
      max-width: 100%;
    }
  
    .detail-box {
      height: 100vh;
      padding: 54px 15px 100px;
      display: none;
    }
  
    .detail-box .profile form {
      padding: 0;
      max-width: 500px;
      margin: 0 auto;
    }
  
    .detail-box.active-mobile {
      display: block;
      height: 100vh;
      overflow-y: auto;
      background: #161922;
    }
  
    .mobile_head {
      box-shadow: 0 0px 11px #1b1b1b;
      display: flex;
      align-items: center;
      padding: 15px 7px;
      margin: 0 -15px 40px;
    }
  
    .my-account-content .detail-box textarea,
    .my-account-content .detail-box input,
    .my-account-content .detail-box select {
      background: #20242F !important;
      border-color: #20242F !important;
      color: #78879D;
    }
  
    .date-icon .mat-icon-button {
      color: #fff;
    }
  
    .back_link {
      display: flex;
      align-items: center;
    }
  
    .my-account-page h2 {
      margin: 0 -15px 10px;
    }
  
    .my-account-content,
    .main-account-page .sidebar {
      padding: 0;
    }
  
    .view-all-link {
      background: transparent;
      font-size: 14px;
      color: #94a7c1;
      padding: 0 !important;
      text-align: right;
    }
  
    .content-pages.contect-us {
      padding: 0;
      margin: -50px 0 0;
    }
  
    .contect-us .container {
      padding: 0;
    }
  
    .banner-img::after {
      background: linear-gradient(to top,
          rgb(3 11 23),
          rgba(0, 0, 0, 0)) !important;
    }
  
    .side-text {
      text-align: center;
      margin-bottom: 30px;
    }
  
    .side-text h1 {
      margin-bottom: 10px !important;
    }
  }
  
 
  
  @media screen and (max-width: 575px) {
    .series-slider {
      padding: 20px 0;
    }
  
    .series-content {
      padding: 0 !important;
    }
  
    .mini-btn {
      display: none;
    }
  
    .related-search .series-box {
      max-width: 33.33%;
      flex: 0 0 33.33%;
    }
  
    .play-btn {
      display: none;
    }
  
    .content_text {
      min-height: calc(100vh - 190px);
      align-items: flex-start;
    }
  
    .vid-content {
      padding-right: 20px;
    }
  
    .frame-video.short-video {
      height: auto;
    }
  
    .video-content.video-mobile {
      display: block !important;
      position: static !important;
      padding: 15px !important;
      color: #fff;
      background: #1b1b1b;
    }
  
    .center-video .banner-content-box {
      padding-right: 0;
    }
  
    .promotional_sect {
      overflow: hidden;
      height: auto;
      background: #fff;
    }
  
    .related-search .series-box {
      max-width: 33.33%;
      flex: 0 0 33.33%;
    }
  
    section.inner-heading-section {
      background: #161922 !important;
    }
  
    .related-search {
      padding: 10px 10px 10px !important;
    }
  
    .related-search:first-child {
      padding: 20px 10px 10px !important;
    }
  
    .content_box .form-group {
      text-align: center;
    }
  
    .frame-video .vjs-big-play-centered .vjs-big-play-button {
      right: calc(50% - 20px);
      height: 40px !important;
      width: 40px !important;
    }
  
    .mat-radio-button {
      margin: 0 15px 0 0;
    }
  
    .content_box .btn-login {
      width: 100%;
      padding: 12px 25px;
      margin: 0 auto;
    }
  
    .content_text {
      overflow: hidden;
      height: auto;
      margin: 0 auto;
      padding: 0 15px;
      max-width: 350px;
    }
  
    .top-cross-icon {
      position: absolute;
      top: 6px;
      right: 0px;
    }
  
    .bottom-signup {
      margin-top: 10px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 15px;
    }
  
    .content_text {
      padding: 55px 0 0 0;
    }
  
    .navbar {
      padding: 5px 15px;
    }
  
    .content_sect {
      background: #fff;
      padding: 15px 15px 25px;
      min-height: calc(100vh - 67px);
    }
  
    .content_box {
      padding: 0;
    }
  
    .navbar-brand.login-logo {
      opacity: 1;
      display: block;
    }
  
    .app_icons {
      margin-right: 2px !important;
      min-width: 150px !important;
    }
  
    .mb-5 {
      margin-bottom: 0 !important;
    }
  
    .sign_btn {
      padding: 5px 22px;
      margin-top: 15px;
    }
  
    .forgot-img {
      display: block;
    }
  
    .content_sect a.back-arrow {
      display: block;
    }
  
    .iti__country-list {
      white-space: nowrap !important;
    }
  
    .section-head h2 {
      margin: 0;
      font-size: 16px !important;
    }
  
    .detail-box .plan_box {
      padding: 0;
    }
  
    .password-in.label-ic .field-icon {
      top: 0px !important;
    }
  
    .password-in.label-ic .pass-ic {
      top: 3px;
      color: #707070;
    }
  
    .my-account-content .detail-box .btn-theme {
      width: 100%;
      border-radius: 50px;
    }
  
    .related-search .series-box {
      margin-bottom: 20px;
    }
  
    .search-form .section-head {
      justify-content: flex-start;
    }
  
    .related-search .series-box {
      max-width: 50%;
      flex: 0 0 50%;
    }
  
    .overlay {
      display: none;
    }
  
    .owl-theme .owl-dots,
    .owl-theme .owl-nav {
      display: block;
    }
  
    .container {
      padding: 0 8px;
    }
  
    .related-search .container {
      padding: 0 4px !important;
    }
  
    .row.custome-set,
    .row {
      margin: 0 -3px;
    }
  
    .slider,
    .populer-slider {
      margin: 0 -4px;
    }
  
    .populer-slider {
      padding: 0 0 0px !important;
    }
  
    .populer-slider .populer-slider {
      padding: 0 0 20px !important;
    }
  
    .owl-theme .owl-dots .owl-dot span {
      margin: 8px 2px 0 2px;
      height: 7px;
      width: 7px;
    }
  
    .overlay-info h5 span,
    .home-video-details h5 span {
      padding: 1px 1px;
      border-radius: 3px;
      font-size: 12px;
    }
  
    .overlay-info h5,
    .home-video-details h5 {
      margin: 3px 0 0;
      font-size: 15px;
    }  
    
  
    .section-head {
      padding: 0 0;
    }
  
    .series-box {
      padding: 0 3px;
    }
  
    .pre_batch {
      font-size: 10px;
      top: 4px;
      right: 9px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .series-banner {
      min-height: 150px;
    }
  
    .banner-img {
      min-height: 200px !important;
    }
  
    .series-col {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .series-box {
      padding: 0 3px !important;
    }
  }
  