.text-capitalize {
    display: inline-block;
    text-transform: lowercase;
}

.text-capitalize:first-letter {
    text-transform: uppercase
}

.text-uppercase {
    text-transform: uppercase;
}

.error {
    color: red;
}




@media (max-width: 767px) {


  #featured-sections .common-owl {
    display: flex !important;
    overflow: hidden;    
  }
  #featured-sections .common-owl .owl-stage {
    display: flex !important;
  }

  #featured-sections .common-owl .owl-item {
    width: 101px !important;    
    flex: 0 0 auto;            
    box-sizing: border-box;
    margin-right: 10px;        
  }

  /* Disabled nav buttons styling */
  #featured-sections .common-owl .owl-nav button.owl-prev.disabled,
  #featured-sections .common-owl .owl-nav button.owl-next.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
}







/* search */
.ui-menu li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}

.ui-menu {
    width: 280px !important;
    height: auto !important;
    background-color: rgba(0, 0, 0, 0.62) !important;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29) !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29) !important;
    border: 1px solid #414141 !important;
    border-radius: 5px !important;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    position: absolute !important;
    color: white !important;
}

@media (max-width: 991px) {
    .ui-menu {
        left: 0 !important;
        right: auto !important;
        z-index: 10 !important;
    }
}

@media (max-width: 450px) {
    .ui-menu {
        width: 100% !important;
    }
}

.ui-menu {
    padding: 10px 0px !important;
    margin: 0px !important;
}

.ui-menu .ui-menu-item {
    padding: 5px 15px !important;
    display: block !important;
    -webkit-transition: .3s !important;
    transition: .3s !important;
}

.ui-menu .ui-menu-item:hover {
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    font-size: 18px !important;
    color: #fff !important;
    background-color: transparent;
    border: none;

}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
    text-decoration: none !important;
    color: #F90343 !important;
    background-color: transparent;
    border: none;
}

@media (max-width: 450px) {
    .ui-menu .ui-menu-item .ui-menu-item-wrapper {
        font-size: 14px !important;
    }
}


/* movie category page */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: transparent !important;
}

/* cast page */
.cast-image {
    height: 17rem;
    width: 17rem;
    object-fit: cover;
    border-radius: 7px;
}

/* ppv popup */
#ppvModal #monetization_detail {
    color: white;
}

#ppvModal .nav-tabs>li.active>a,
#ppvModal .nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: white;
}

#ppvModal .nav-tabs>li>a {
    color: #F90343;
}

#ppvModal .btn-info {
    background-color: #F90343;
    border-color: #F90343;
}

#ppvModal .btn-primary {
    background-color: #F90343;
    border-color: #F90343;
}

#ppvModal a {
    color: red;
}

.popover-title,
.popover-content {
    background-color: black;
}

#ppvModal .checkbox label {
    width: 100%;
}

#cancel_subscription_link {
    display: none;
}

.choosen ._tick::after {
    content: "";
    width: 33px;
    height: 32px;
    background-image: url("../images/package-select.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

._tick {
    position: absolute;
    right: 0;
}

#payment_summary {
    display: none;
}

.plan-disabled {
    opacity: 0.5;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #F90343;
    border-color: #F90343;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #F90343;
}

.pagination>li>a,
.pagination>li>span {
    color: #F90343;
}

/* .loader {
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: black url(../images/loader.gif) center center no-repeat;
    opacity: 0.5;
    display: none;
} */

.filter-tab .nav-tabs li a {
    background-color: transparent !important;
}

.popover-content {
    display: none;
}

#register_membership:disabled {
    opacity: 0.3;
}

.red {
    color: red;
}

.button-group button,
.button-group div {
    margin-top: 30px;
    margin-right: 15px;
}

.owl-carousel .owl-item img {
    border-radius: 5px;
}

#card-element-ppv {
    background: white;
    padding: 7px;
}

.input-phone .dropdown-menu li>a {
    color: #717171 !important;
}

.cast-crew-listing ul li img {
    object-fit: cover;
}

.msg.error .input {
    margin-bottom: 5px !important;
}

.black-btn.add-list-btn,
.red-btn.add-list-btn {
    width: unset;
    min-width: 70px;
    font-weight: bold;
}

/* stripe */
#card-section {
    display: flex;
    flex-direction: column;
    color: white;
    margin-left: -10px;
}

#card-element,
#card-element-subscription {
    background-color: white;
    padding: 8px;
}

.card_name,
.card_name_optional,
.control-label,
.cardCustom {
    width: 100% !important;
}

.linkcol_link {
    display: none;
}

#stripe-card-input .checkbox,
#confirm-payment .checkbox {
    display: none;
}

div.card_name {
    margin-bottom: 15px;
}


/* stripe form temp */
#card-element,
#card-expiry,
#card-cvc,
#stripe-card-input #card_name,
#profile-card-form #card_name {
    padding: 20px;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #737373;
    border-radius: 4px !important;
    margin-left: auto;
    margin-right: 0px;
    transition: 0.3s;
    background: linear-gradient(to bottom, #22262C 0%, #000000 100%);
    margin-bottom: 12px;
    outline: none;
}

#card_detail_div #card_name,
#card_detail_div input[name="data[card_name_optional]"] {
    font-weight: 500 !important;
    color: #555 !important;
}

/* #card-element{
    margin-bottom: 20px;
} */

#stripe-card-input #card_name::placeholder,
#profile-card-form #card_name::placeholder {
    color: #B9BEB3;
}

#profile-card-form #card-element,
#profile-card-form #card-expiry,
#profile-card-form #card-cvc,
#profile-card-form #card_name {
    height: 47px;
    padding: 15px;
}

/* loader */
.lds-ellipsis {
    position: fixed;
    z-index: 18;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: red;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/* static page */
#main-container {
    color: white;
}

.moviebox .movie-shortdep a {
    text-decoration: none;
}

.d-none {
    display: none;
}

#ppvModal #for_last_checkout {
    display: none !important;
}

.modal.fade .modal-dialog .modal-content .social-login {
    cursor: pointer;
}

.modal.fade .modal-dialog .modal-content .social-login:focus,
.modal.fade .modal-dialog .modal-content .social-login:hover {
    color: white;
    text-decoration: none;
}

.profile-avtar-box img {
    max-width: 150px;
    max-height: 170px;
    object-fit: cover;
}

.main-header .profile-dropdown .dropdown-menu li a {
    cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: linear-gradient(to bottom, #22262C 0%, #000000 100%) !important;
}

.profile-user.profile-user-hover {
    cursor: pointer;
    text-decoration: none;
}

.nav-profile-img {
    border-radius: 50%;
    width: 40px;
}
.main-header .profile-dropdown .dropdown-menu li a img {
    max-width: 30%;
}

#delete-profile-modal .black-btn {
    font-size: 12px;
}


#login_errors {
    margin-top: -15px;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#reset-errors {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#reset_email {
    margin-bottom: 5px;
}

#checkbox1-77-error {
    width: 100%;
    border: none;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #101215 inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
    caret-color: white;
}

#mobile_input .iti {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    outline: none;
}

#mobile_input.msg::after {
    top: 24%;
}

.iti__country-list {
    background-color: black !important;
}

.iti__country-name {
    color: white !important;
}

.iti__dial-code {
    color: white !important;
}

.subscribe-btn2 {
    padding: 0px !important;
    background: linear-gradient(to bottom, #F90343 0%, #7d0222 100%);
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
    border-radius: 50px;
    width: 169px;
    height: 39px;
    line-height: 39px !important;
    transition: 0.3s;
}

@media (max-width: 1150px) {
    .subscribe-btn2 {
        width: 150px;
    }
}

.alert {
    margin-top: 2rem;
}

.msg.error.alert-none::after {
    display: none;
}

#password-error,
#confirm_password-error,
#loginModal label.error {
    display: inline-block;
    margin-top: -15px;
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
}

#checkbox1-77-error {
    margin-top: 0px !important;
}

.videocontainer {
    display: block;
    width: 100%;
    position: relative;
}

#background {
    object-fit: cover;
}

.butn-banner-mute {
    bottom: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100 !important;
}

#coupon_btn:hover,
#coupon_btn:focus {
    color: white !important;
    background-color: white !important;
    border-color: white !important;
}

#delete-profile-modal {
    display: flex;
    justify-content: center;
    align-items: center;
}

#delete-profile-modal .modal-title {
    text-align: center;
    font-weight: bold;
}


#deleted_end_user_profile_img {
    height: 10rem;
    width: 10rem;
}

.justify-content-around {
    justify-content: space-around;
}

.iti__country.iti__highlight {
    background: linear-gradient(to bottom, #F90343 0%, #7d0222 100%) !important;
}

.iti__flag-container {
    outline: none;
}

#loginModal .mb-0 {
    margin-bottom: 0px !important;
}

.profile-user .profile-avtar-box {
    position: relative;
}

.profile-user .profile-avtar-box .edit-icon {
    position: absolute;
    top: 0;
    right: 0;
}
#rkchide{

display:none;
}
.rkc{
 pointer-events: none;
    cursor: not-allowed;
 }
#featured-sections {
    min-height: 330px;
}
.rkdp{
    left: unset !important;
    right: 0;
}

@media (max-width: 768px){
.rkdp{
left: 0 !important;
}
}
.ptt-0 {
    padding-top: 2px !important;
}
.pl-btn {
    min-width: 60px;
    font-weight: bold;
    line-height: 10px;
    background: linear-gradient(to bottom, #22262C 0%, #000000 100%);
    text-transform: uppercase;
    color: #fff;
    font-size: 8px;
    padding: 5px 5px;
    border: 1px solid #737373;
    cursor: pointer;
    border-radius: 4px;
    margin-left: auto;
    margin-right: 0px;
    transition: 0.3s;
    text-align: center;
}
.pl-btn:hover {
    background: linear-gradient(to bottom, #F90343 0%, #7d0222 100%);
}
.rkmain{
position:relative;
}
#card-element{position:absolute;}
#card-expiry{
position: absolute;
    width: 100px;
    right: 88px;
    border: 1px solid #a5a5a500;
    height: 37px !important;
    top: 1px;
}
#card-cvc{
    position: absolute;
    width: 81px;
    right: 1px;
  border: 1px solid #a5a5a500;
  height: 37px !important;
    top: 1px;
}

@media (max-width: 768px){

.rkmain{
    margin-bottom: 90px;
}
#card-expiry {
    position: absolute;
    width: 100px;
    right: 60px;
    border: 1px solid #a5a5a500;
    height: 56px !important;
    top: 1px;
}
#card-cvc {
   position: absolute;
    width: 72px;
    right: 0px;
    border: 1px solid #a5a5a500;
    height: 50px !important;
    background: transparent;
    top: 1px;
}
}
/* er-111817 */
.newmain {
    top: 100px;
    position: relative;
}
.singtelnew .social-login {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border: 1px solid rgba(178, 178, 178, 0.7);
    text-align: left;
}
.singtelnew .social-login img{
    margin-right: 20px;
}
.singtelnew .social-login:hover {
    color: #fff;
    text-decoration: none;
}
.singtelnew .signup-btn {
    width: 278px;
    height: 47px;
    border-radius: 10px;
    line-height: 47px;
    padding: 0px;
    box-shadow: 0px 6px 20px rgba(31, 84, 195, 0.1490196078);
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.singtel-loader {
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: black url(../images/loading.gif) center center no-repeat;
    opacity: 0.5;
    display: none;
}
.success {
    color: green;
}
.singtelnew {
    margin-bottom: 100px;
}
/* er-111817 */

/*er-111920 */
.common-owl .owl-stage-outer {
   padding: 32px 20px;
}
.moviebox .movie-shortdep .black-btn {
    padding: 0px 5px 0px 5px;
}
.black-btn:hover {
    background: none;
}
.com-main {
    margin-top: 57px !important;
}
.modal.fade .modal-dialog .modal-content .or {
    width: 230px;
}
.login-input-group .input {
    border: 1px solid rgb(59 54 54 / 71%) !important;
}
#login_form .msg .mb-7 {
    margin-bottom: 14px !important;
}
#login_form .msg .mb-20 {
    margin-bottom: 30px !important;
}
#register_form .input {
    border: 1px solid rgb(59 54 54 / 71%) !important;
}
#register_form .checkbox label {
    background-color: #717171;
}
#login_form .checkbox label {
    background-color: #717171;
}
.main-header .navbar-brand img {
    width: 100%;
}
.udg-right .black-btn {
    border: 1px solid rgb(59 54 54 / 71%) !important;
}
.account-left .userbox {
    background: linear-gradient(to bottom, #22262C 0%, #000000 100%);
    border: 1px solid rgb(59 54 54 / 71%);
}
.box .userbox .profile-info {
    margin-bottom: 40px;
}
.box .user-data-group {
    margin-bottom: 38px;
}
.de-reg {
    padding: 0px 15px;
    margin-top: 8px;
}
.de-reg .user-value:hover{
    color: #fff;
}
.moviebox:hover {
    transition-delay: 0.7s;
}
.spd-main .devices-w {
    width: auto;
}
.rent-slide .owl-dots .owl-dot {
    margin: 0px 3px !important;
}
#plan-details .udg-right{
    margin-right: 40px;
}
#plan-details-new .udg-right{
    margin-right: 40px;
}
#advanced_contactus_form .font-700 {
    color: #5a5a5a;
}
#featured-sections .owl-stage-outer {
    overflow: unset !important;
}
.display-none {
    display: none;
}
.box .user-data-group {
    margin-bottom: 20px;
}
#user-card-details .udg-right {
    width: 255px;
}
.cast-crew-container:focus  {
    color: transparent;
}
.cast-crew-container:hover {
    color: transparent;
}

.renh2 {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .moviebox:hover .movie-shortdep .black-btn {
        padding: 0px;
    }
    .spd-main .devices-w {
        width: 60%;
    }
}
/*er-111920 */

#errorchecks{margin-top:42px;}

@media (max-width: 768px){
#errorchecks{margin-top:2px;}
}


/* ER- 112778 */
@media (min-width: 637px) and (max-width: 696px) {
    footer .f-links ul li {
        margin: 10px 7px;
    }
}
/* ER- 112778 */

/*ER-114161 */

.video-js .vjs-load-progress {
    background: linear-gradient(to bottom, #F90343 0%, #7d0222 100%) !important;
}
.iti__country-list .iti__country {
    padding: 5px 16px;
}
.terms-text {
    color: #F90343;
}
.terms-text:hover {
    color: #F90343;
}
#reset_email_input #reset_email::placeholder {
    font-size: 15px;
}
.disabled{pointer-events: none;}

.newdisabled { 
    opacity: 0.5;
    pointer-events: none;
}
/*ER-114161 */


.common-owl .owl-next, .common-owl .owl-prev, .category-owl .owl-next, .category-owl .owl-prev {
  position: absolute;
  top: 0px;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  margin: auto;
  bottom: 0;
  background: #000000c9 !important;
}

/* ER-121253 */
@media (max-width: 991px) {
    .faq-page {
        margin-top: -10px;
        margin-bottom: -40px;
    }
    .faq-page .page-title{
        display: none;
    }
    .hide-on-mobile{
        display: none;
    }
    footer {
        padding: 15px 0px 40px 0px;
    }
}
/* ER-121253 */
/* er-116703 */
.common-owl-sub .disabled.owl-next, .common-owl-sub .disabled.owl-prev {
    opacity: 0.5;
}
.common-owl-sub .owl-prev {
    position: absolute;
    top: 0px;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    margin: auto;
    bottom: 0;
    background: #000000c9 !important;
    left: 0px;
}
.common-owl-sub .owl-next {
    position: absolute;
    top: 0px;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    margin: auto;
    bottom: 0;
    background: #000000c9 !important;
    right: 0px;
}
.mvnewbtn{
  background: linear-gradient(to bottom, #F90343 0%, #7d0222 100%);
  border: none;
}
.rkdp > .active > a{
  background: linear-gradient(to bottom, #F90343 0%, #7d0222 100%) !important;
  border: none !important;
}
.open > .mvnewbtn {
  background: linear-gradient(to bottom, #F90343 0%, #7d0222 100%) !important;
  border: none !important;
}
.mvnewbtn:active{

 background: linear-gradient(to bottom, #F90343 0%, #7d0222 100%) !important;
  border: none !important;
}
/* er-116703 */


/* er-129385 */
@media (max-width: 991px) {
    .common-owl .owl-next,
    .common-owl .owl-prev {
        width: 40px;
        height: 40px;
    }

    .common-owl .owl-next img,
    .common-owl .owl-prev img {
        height: 23px;
        width: 18px;
    }
}
/* er-129385 */
/* er-129384 */
@media (max-width: 767px) {
    .moviebox .movie-shortdep {
        padding: 15px !important;
    }
    .moviebox:hover .movie-shortdep .black-btn {
        width: 75px;
        height: 24px;
        font-size: 8px;
    }
    .moviebox .movie-shortdep .title {
        font-size: 10px;
        margin-top: 7px;
    }
    .moviebox:hover .movie-shortdep .title span.year {
        font-size: 9px;
    }
    .moviebox:hover .movie-shortdep .category, .moviebox:hover .movie-shortdep .duration {
        font-size: 10px;
    }
    /* er-129387 */
    #manage-profiles-page .profile-user-hover .profile-avtar-name {
        width: 100px;
        text-align: center;
        word-break: break-word;
    }
    #manage-profiles-page .profile-list {
        gap: 25px;
    }
    
    /* er-129387 */
    /* er-129386 */
    .details-banner {
        width: 100%;
        height: 540px;
        background-position: center right;
    }
    /* er-129386 */
}
/* er-129387 */
@media (max-width: 650px) {
    .profile-user .profile-avtar-box {
        width: 90px;
        height: 100px;
    }
}
/* er-129387 */
/* er-129384 */

@media (max-width: 991px) {
    .common-owl .owl-next, .common-owl .owl-prev {
        width: 30px;
        height: 30px;
        opacity: 0.8;
    }
    .common-owl .owl-next img, .common-owl .owl-prev img {
        height: 13px;
        width: 11px;
    }
    
    .common-owl {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
    }

    .common-owl .owl-stage {
        display: flex;
    }

    .common-owl .owl-item {
        flex: 0 0 auto;
        width: 110px;
    }

    .common-owl .item {
        scroll-snap-align: start;
    }
    #featured-sections .movie-shortdep {
       display: none;
    }
}
.watchlistbox:nth-child(4n):hover {
    transform: scale(1.5) translateX(-20px);
}
.watchlistbox:nth-child(4n+1):hover {
    transform: scale(1.5) translateX(20px);
}



/* ER-130659 */
@media (max-width: 767px) {
    .common-owl .owl-stage-outer {
        padding: 10px 0px !important;
    }
    #featured-sections .owl-stage-outer {
        overflow: hidden !important;
    }
    #featured-sections {
        padding-left: 15px;
        padding-right: 15px;
    }
    #featured-sections .heading1 {
        font-size: 18px;
    }
    .common-owl {
        gap: 0px !important;
    }
    #featured-sections .common-owl .owl-stage {
        gap: 7px;
    }
    #featured-sections .common-owl .owl-item {
        width: 127px !important;
    }
    .details-banner .overlay {
        padding-top: 543px;
    }
    .movie-de-adjust {
        margin-top: 458px;
    }
    .cast-crew-listing ul {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .cast-crew-listing ul li{
        width: calc(33.33% - 8px);
        margin-right: -3px;
    }
    .movie-de-adjust .px-181 {
        padding-left: 22px !important;
        padding-right: 20px !important;
    }
    .details-banner .px-181 {
        padding-left: 22px !important;
        padding-right: 20px !important;
    }
}
@media (max-width: 360px) {
    .cast-crew-listing ul li{
        margin-right: 0px !important;
    }
}
/* ER-130659 */

.watchlistbox .posterThumb {
    height: auto;
}
.watchlistbox:nth-child(4n):hover {
    transform: scale(1.5) translateX(-20px);
}
.watchlistbox:nth-child(4n+1):hover {
    transform: scale(1.5) translateX(20px);
}
/*#newloader-ppv {
    position: fixed;       
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

/*ER-131751 */
.add-list-btn {
    font-size: 9px !important;
}
.navbar-brand:focus {
    outline: unset !important;
    outline-offset: unset !important;
}
#rent-section .owl-stage-outer {
    overflow: unset !important;
}
#rent-section .owl-item {
    -webkit-transform: initial !important;
}
#movies-section .owl-stage-outer {
    overflow: unset !important;
}
#movies-section .owl-item {
    -webkit-transform: initial !important;
}
/*ER-131751 */