/* landing page css */
@font-face {
    font-family: 'Maiandra GD';
    src: url('https://static.the-ally.com/fonts/MaiandraGD-Regular.eot');
    src: url('https://static.the-ally.com/fonts/MaiandraGD-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://static.the-ally.com/fonts/MaiandraGD-Regular.woff2') format('woff2'),
        url('https://static.the-ally.com/fonts/MaiandraGD-Regular.woff') format('woff'),
        url('https://static.the-ally.com/fonts/MaiandraGD-Regular.ttf') format('truetype'),
        url('https://static.the-ally.com/fonts/MaiandraGD-Regular.svg#MaiandraGD-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maiandra GD';
    src: url('https://static.the-ally.com/fonts/MaiandraGD-DemiBold.eot');
    src: url('https://static.the-ally.com/fonts/MaiandraGD-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://static.the-ally.com/fonts/MaiandraGD-DemiBold.woff2') format('woff2'),
        url('https://static.the-ally.com/fonts/MaiandraGD-DemiBold.woff') format('woff'),
        url('https://static.the-ally.com/fonts/MaiandraGD-DemiBold.ttf') format('truetype'),
        url('https://static.the-ally.com/fonts/MaiandraGD-DemiBold.svg#MaiandraGD-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BradyBun';
    src: url('https://static.the-ally.com/fonts/BradBunR.eot');
    src: url('https://static.the-ally.com/fonts/BradBunR.woff') format('woff'),
    url('https://static.the-ally.com/fonts/BradBunR.ttf') format('truetype'),
    url('https://static.the-ally.com/fonts/BradBunR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Billy';
    src: url('https://static.the-ally.com/fonts/Billy.eot');
    src: url('https://static.the-ally.com/fonts/Billy.eot?#iefix') format('embedded-opentype'),
        url('https://static.the-ally.com/fonts/Billy.woff2') format('woff2'),
        url('https://static.the-ally.com/fonts/Billy.woff') format('woff'),
        url('https://static.the-ally.com/fonts/Billy.ttf') format('truetype'),
        url('https://static.the-ally.com/fonts/Billy.svg#Billy') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Georgia';
    src: url('https://static.the-ally.com/fonts/Georgia.eot');
    src: url('https://static.the-ally.com/fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('https://static.the-ally.com/fonts/Georgia.woff2') format('woff2'),
        url('https://static.the-ally.com/fonts/Georgia.woff') format('woff'),
        url('https://static.the-ally.com/fonts/Georgia.ttf') format('truetype'),
        url('https://static.the-ally.com/fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

*{
    outline: none;
}
body{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

/* header css */
.marquee_div{
    background: #850c85;
    color: #fff;
}
.marquee_div marquee{
    font-family: 'Maiandra GD';
    font-size: 16px;
    padding: 8px 15px;
    font-weight: 700;
}
#landing_header nav.navbar{
    min-height: 120px;
    z-index: 9;
    background: rgb(228,241,221);
    background: linear-gradient(90deg, rgba(228,241,221,1) 40%, rgba(227,241,218,1) 75%, rgba(237,245,198,1) 100%);
}
#landing_header nav.navbar .container{
    z-index: 2;
}
#landing_header .navbar-brand img{
    max-width: 350px;
}
#landing_header nav.navbar:after{
    content: ""; 
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 120px;
    height: 150px;
   background: transparent url('https://static.the-ally.com/images/leaf.png') no-repeat scroll right top;
}
#landing_header nav.navbar .nav-item{
    margin-right: .4rem;
}
#landing_header nav.navbar .nav-item:last-child{
    margin-right: 0;
}
#landing_header nav.navbar .nav-link{
    color: #2e3190;
    font-size: 18px;
    padding: 0.5rem 1rem;
    line-height: 1;
    border-radius: 6px;
}
#landing_header .navbar-nav .active .nav-link,
#landing_header .navbar-nav .nav-link:hover,
#landing_header .navbar-nav .nav-link:focus{
    background: #fff
}
#landing_header nav.navbar .shop_link .nav-link{
    background:url('https://static.the-ally.com/images/shop_btn.png') no-repeat scroll center center / 100% auto;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;   
}
.navbar-toggler{
    outline: none;
}

#landing_header nav.navbar .prefr-school .nav-link{
	padding:0px;
    line-height: 1;
    color: #fff;
    width: 190px;
    height: 34px;
    line-height: 31px;
    font-weight:600;
    text-align: center;
    background: url('https://static.the-ally.com/images/franchise_page/read-btn-bg.png') no-repeat scroll center center / 100% 100%;
}

#landing_header nav.navbar .prefr-school .nav-link:hover{
	background-color: transparent;
}
#landing_header .navbar .container{
	max-width: 90%;
}
@media(max-width: 1450px){
    #landing_header .navbar-nav.mx-auto{
        margin-left: 20px !important;
    }
}
@media(max-width: 1281px){
    #landing_header nav.navbar .nav-link{
        font-size: 16px;
        padding: 0.5rem 0.8rem;
    }
}
@media(max-width: 1199px){
    #landing_header .navbar-brand{
        order: 2;
        margin: 0 auto;
     }
     #landing_header .navbar-toggler-icon{
         color: #2e3190;
         font-size: 28px;
         position: relative;
         z-index: 3;
         width: auto;
         height: auto;
     }
     #landing_header .navbar-nav.mx-auto{
         margin-left: 0 !important;
         margin-right: 0 !important;
     }
     #landing_mobile_menu{
         position: absolute;
         top: 120px;
         width: 100%;
         z-index: 9;
         background: #e4f1dd;
         left: 0;
         border-top: 1px solid #ddd;
         padding: 15px;
     }
     #landing_header nav.navbar{
         text-align: center;
     }
     #landing_header nav.navbar .nav-item:not(:last-child){
         margin-bottom: 5px;
     }
     #landing_header nav.navbar .nav-link{
         display: inline-block;
     }
     .dropdown-menu .dropdown-item{
         text-align: center;
     }
    #landing_header .navbar-brand img{
        max-width: 300px;
    }
   
    .landing_main_section{
        background-position: bottom center !important;
    }
}
@media(max-width: 991.98px){
    
}
@media(max-width: 575.98px){
    #landing_header nav.navbar{
        min-height: 100px;
    }
    #landing_mobile_menu{
        top: 100px;
    }
    #landing_header nav.navbar:after {
        content: none;
    }
    #landing_header  .navbar-brand img{
        max-height: 45px;
    }
}

/* bottom menu */
.header_bottom_menu{
    background: #f2f2f2;
    width: 100%;
}
.menu_list{
    width: 100%;
    text-align: center;
    padding:10px 0 10px;
    display: block;
}

.search_header,
.menu_list_ul,
.menu_list_ul li{
    display: inline-block;
    vertical-align: middle;
}
.search_header .input-group-append .btn.btn-sm{
    background: #9661c3;
    color: #fff;
    padding: .25rem .8rem;
}
.menu_list_ul{
    padding: 0;
    margin:3px 0 0;
}
.menu_list_ul li{
    margin-right: 0.8rem;
}
.menu_list_ul li a{
    font-size: 18px;
    color: #000;
    border-radius: 6px;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.menu_list_ul li a:hover{
    background:#aeca27;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.menu_list_ul li.active a{
    background:#9661c3;
    color: #fff;
}
.mmenu_icon{
    display: none;
}
.search_header .form-control{
    font-size: 17px;
}

.dropdown-menu{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0.35rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.no-touch .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.no-touch .dropdown:hover .dropdown-menu{
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.dropdown-menu .dropdown-item{
    font-size: 16px;
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}
.dropdown-menu .dropdown-item i{
    margin-right:0.4rem;
}



/* btn */
.btn.btn-gradient {
    background-image: linear-gradient(to left bottom, #ff344c, #ff4e3d, #ff652e, #ff7b1c, #ff9000);
    border: none;
    font-weight: 600;
    box-shadow: none!important;
    padding: .65rem 1.5rem;
    color: #fff;
}
.btn.btn-gradient:hover{
    background-image: linear-gradient(to left bottom, #ff7b1c, #ff9000, #ff652e, #ff344c, #ff4e3d);
    color: #fff
}
.overlay-container{
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.8);
    z-index: 9999;
    left: 0;
    top: 0;
}
.overlay-container .box{
    max-width: 1000px;
    margin:0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px
}
.overlay-container .box h1,
.overlay-container .box h5{
    color: #fff;
}
/* main section */
.wrapper.pt_wrapper{
    min-height: calc(100vh - 450px) !important;
}

/* banner */
#home_banner_slider{
    position: relative;
    padding-bottom: 10px;
    /* margin-top: 40px; */
}
/* #home_banner_slider:after{
    content:"";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 40px;
    --stripe: transparent;
    --bg: #fff;
  background: -webkit-linear-gradient(top left, var(--bg) 25%, transparent 25%) -50px 0,
    -webkit-linear-gradient(top right, var(--bg) 25%, transparent 25%) -50px 0,
    -webkit-linear-gradient(bottom right, var(--bg) 25%, transparent 25%),
    -webkit-linear-gradient(bottom left, var(--bg) 25%, transparent 25%);
  background: -o-linear-gradient(top left, var(--bg) 25%, transparent 25%) -50px 0,
    -o-linear-gradient(top right, var(--bg) 25%, transparent 25%) -50px 0,
    -o-linear-gradient(bottom right, var(--bg) 25%, transparent 25%),
    -o-linear-gradient(bottom left, var(--bg) 25%, transparent 25%);
  background: linear-gradient(to bottom right, var(--bg) 25%, transparent 25%) -50px 0,
    linear-gradient(to bottom left, var(--bg) 25%, transparent 25%) -50px 0,
    linear-gradient(to top left, var(--bg) 25%, transparent 25%),
    linear-gradient(to top right, var(--bg) 25%, transparent 25%);
  background-size: 80px 80px;
  background-color: var(--stripe);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
} */


.banner_slider.slick-dotted.slick-slider{
    margin: 0;
}
.banner_slider .slick-slide img{
    width: 100%;
}
.banner_slider .slick-prev::before, 
.banner_slider .slick-next::before{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #9661c3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: -1px -1px 3px #aeca27;
}
.banner_slider .slick-prev::before{
    content: '←'
}
.banner_slider .slick-next::before{
    content: '→'
}
.banner_slider .slick-prev:hover:before,
.banner_slider .slick-next:hover:before{
    color: #aeca27;
}
.banner_slider .slick-next,
.banner_slider .slick-prev{
    background: transparent;
    width: 40px;
    height: 40px;
}
.banner_slider .slick-next{
    right: 15px;
}
.banner_slider .slick-prev{
    left: 15px;
}
.banner_slider .slick-dots{
    bottom: 20px;
}
.banner_slider .slick-dots li button::before{
    content:"";
    width: 12px;
    height: 12px;
    background: #9661c3;
    border-radius: 50%;
    opacity: 1;
}

.banner_slider .slick-dots li.slick-active button:after{
    content: "";
    width: 18px;
    height:18px;
    border-radius: 50%;
    border: 2px solid #9661c3;
    position: absolute;
    left: -3px;
    top: -3px;
}
/* flat design */
/* .poster_list_section{
    padding: 40px 0 0;
} */
.stack_section {
    margin-top: 40px;
}
.stack_section h2 {
    font-size: 1.7rem;
    margin: 0;
    line-height: 1;
    color: #aeca27;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    clear: both;
    display: table;
    width: 100%;
}
.stack_section h2 span{
    color: #9661c3;
}
.stack_section h2 a{
    float: right;
    text-decoration: none;
    font-size: 14px;
    text-shadow: none;
    display: block;
    margin-top: 8px;
    margin-right: 15px;
    outline: none;
    color: #aeca27;
}
.pk_poster_slider .poster_img img{
    max-width: 100%;
    border-radius: 8px;
}
.pk_poster_slider .poster_card{
    padding: 10px;
}
.pk_poster_slider .poster_caption,
.pk_poster_slider .poster_caption h3{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0 0;
    background: #fff;
}
.pk_poster_slider .poster_caption p,
.pk_poster_slider .poster_caption h3{
    margin: 0;
    font-weight: normal;
    line-height: 1.1;
}
.pk_poster_slider .poster_caption p a,
.pk_poster_slider .poster_caption h3 a{
    color: #000;
    text-decoration: none;
    outline: none;
    font-family: 'Maiandra GD';
}
.pk_poster_slider .slick-prev::before, 
.pk_poster_slider .slick-next::before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #9661c3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pk_poster_slider .slick-prev::before{
    content: '←'
}
.pk_poster_slider .slick-next::before{
    content: '→'
}
.pk_poster_slider .slick-prev:hover:before,
.pk_poster_slider .slick-next:hover:before{
    color: #aeca27;
}
.pk_poster_slider .slick-next,
.pk_poster_slider .slick-prev{
    background: transparent;
    width: 20px;
    height: 20px;
}
.pk_poster_slider .slick-next{
    right: -25px;
}
.pk_poster_slider .slick-prev{
    left: -25px;
}
.poster_list_section .section_movie_list .row{
    margin-left: -10px;
    margin-right: -10px;
}
.poster_list_section .section_movie_list .row [class*=col-]{
    padding-left: 10px;
    padding-right: 10px;
}
.poster_list_section .card{
    border: none;
    background: transparent;
    margin-bottom: 20px;
}
.poster_list_section .card-poster img{
    width: 100%;
    border-radius: 8px;
}
.poster_list_section .card-body{
    padding: 5px 0 0;
    background: #fff;
}
.poster_list_section .card-body a{
    text-decoration: none;
}
.poster_list_section .card-body h2{
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    
}
.pagination_div{
    margin-top: 30px;
}
.pagination_div a.next,
.pagination_div a.prev{
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    background: #9661c3;
    line-height: 1;
    border-radius: 6px;
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .15);
    margin: 0px 15px;
    transition: all 0.3s ease;
    display: inline-block;
}
.pagination_div a.btn.btn-gradient{
    line-height: 1;
}
.pagination_div a.next:hover{
    box-shadow: none;
    transition: all 0.3s ease;
}
.cata_search_section .container{
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.cata_search_section .search_header{
    width: 400px;
}
@media(max-width: 991.98px){
    .cata_search_section .search_header{
        width: 100%;
    }
}

/* forms */
.pt_wrapper .sign-in-up-form{
    margin-top: 60px;
}
.pt_wrapper .acc_terms a, .pt_wrapper .cr_acc_p a,
.pt_wrapper .form-container a{
    color: #9661c3;
}
.profile_det_wrapper .container > .row{
    background: #fff;
}
.profile_det_wrapper  .menu_col{
    background: rgba(0,0,0,0.06);
}
.profile_det_wrapper .list-group-item{
    background: rgba(0,0,0,0);
}
.profile_det_wrapper .list-group-item:hover,
.profile_det_wrapper .list-group-item.active,
.profile_det_wrapper .list-group-item.active:hover{
    background: #fff;
    color: #495057;
}
.edit_profile a,
a.change_pwd, .wallet_ballance .btn-link{
    color: #2e3190;
}
.wallet_ballance span{
    color: #fff;
}
.social_form_com_container {
    background: #fff;
}
.form-container input[type=email],
.form-container input[type=number],
.form-container input[type=password],
.form-container input[type=text],
.form-container input[type=date],
.form-container select,
textarea {
    border: none;
    border-radius: 0.25rem;
    color: #000;
    background-color: #ccc;
}
#id_profile_picture{
    background-color: #ccc;
}
a.update_pp_link{
    max-width: 142px;
}
.form-container select{
    background-image: url('https://static.the-ally.com/images/down-arrow.png')
}
.orwith{
    color: #6f6e6e;
}
.orwith:before,
.orwith:after{
    border-top: 1px solid #aaa;
}
.actin_row{
    border-top: 1px solid rgba(0,0,0,0.2);
}
.form-container a.resend_otp{
    color: #000 !important;
}
.form-container a.resend_otp.active{
    color: #9661c3 !important;
}

#loginTabs .nav-link{
    background: #ddd;
    color: #9661c3 !important;
}
#loginTabs .nav-link:hover,
#loginTabs .nav-link.active{
    background: #9661c3;
    color: #fff !important;
}
#loginTabs .nav-link:hover:after,
#loginTabs .nav-link.active:after{
    background: #9661c3 !important;
}
#loginTabs .nav-link:after{
    background:rgba(0,0,0,.2);
}

/* country code*/
.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel]{
    background-color: #ccc;
    color: #000;
    border: none;
    border-radius: 0.25rem;
}
.intl-tel-input .flag-container{
    background: #ddd;
}
.intl-tel-input .selected-flag .iti-arrow{
    border-top-color: #000 !important;
}
.intl-tel-input.separate-dial-code .selected-dial-code{
    color: #000;
}
/* list view */
.pt_wrapper .search_result_page.section_movie_list{
    margin: 40px 0;
}
.section_movie_list .card-body a h2,
.section_movie_list .card-body a h6{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.pt_wrapper .card{
    background: #f1f1f1;
}
.pt_wrapper .view_all_mv.section_movie_list{
    margin-top: 50px;
}

/* details */
.pt_wrapper #section-two{
    z-index: 1;
}
.pt_wrapper #section-two,
.pt_wrapper .all_reviews_pg,
.pt_wrapper .checkout_container,
.pt_wrapper .profile_det_wrapper{
    margin-top: 50px;
}
.pt_wrapper .custom_background{
   display: none;
}
.pt_wrapper .badge-primary{
    background: #aeca27;
}
.pt_wrapper .title-likes p span{
    color: #9661c3;
}
.pt_wrapper .title-likes p span:after{
    background: #aeca27;
    transform: translateY(-50%);
}
.com_text_inner,
.cm_icon{
    background: rgba(0,0,0,0.1)
}
.cmt_revw a,
.cmt_action a{
    color: #9661c3;
}
.cmt_revw{
    border-top:1px solid rgba(0, 0, 0, .125)
}
.pt_wrapper #id_comment_text, .pt_wrapper #id_review_text{
    border:1px solid #ccc;
    background: #ccc;
    color: #000;
}
.title-likes h4, .title-likes h3{
    color: #9661c3;
}
/* details page */
.pt_wrapper .compact_warning{
    background: #9661c3;
    color: #fff !important;
}
.pt_wrapper .compact_warning:empty{
    display: none
}
.water_mark_text {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: 99;
    line-height: 1;
    width: 90%;
    display: block;
    top: 20px;
    right: 20px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    cursor: default;
    text-align: right;
    display: none;
}
.water_mark_text.show_text{
    display: block;
    animation: color_change 12s ease;
    -webkit-animation: color_change 12s ease;
    -moz-animation: color_change 12s ease;
    -ms-animation: color_change 12s ease;
}
#movie_list > div > h5 {
    display: none;
}

/* subscription */
.pt_wrapper .pricing_card{
    background: #f1f1f1;
}
.pt_wrapper .title-section.faq_title_wrapper{
    margin-top: 0px;
    background: transparent;
    padding-bottom: 0px;
}

.loadscreen{
    display: none;
}

/* faq */
#faq_accordion .card-header .btn-link{
    color: #000;
}
#faq_accordion .card-header{
    background: #ccc;
}
#faq_accordion .card-body{
    background: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* checkout */
.checkout_list, .payment_type{
    background: #fff;
}
#voucher_form input[type="text"]{
    background: #ccc;
}

.contact_column .form-group .input-group-text{
    border-color: #ccc;
    background:#ccc;
    color: #000;
}
.contact_column .form-group .form-control{
    background:#ccc;
    border-color: #ccc;
    color: #000;
}
.contact_column .form-group select.form-control{
    background-color:#ccc;
    border-color: #ccc;
    color: #000;
    background-image: url('https://static.the-ally.com/images/down-arrow.png');
    background-position: 98% center;
    background-repeat: no-repeat;
}
.chat_column iframe{
    border: 1px solid #e91e63;
}

.age_restrict_modal .modal-content{
    background: #fff;
}
.age_restrict_modal .close{
    color: #fff;
}
.procced_to_pay{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.divider{
    width:50px;
    height:2px;
    background-image:linear-gradient(to left bottom,#ff344c,#ff4e3d,#ff652e,#ff7b1c,#ff9000);
}
.emi_option.d-none{
    display: inline-block !important;
}
.emi_option{
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

/* responsive */
@media (min-width: 1200px) and (max-width: 1499px){
    header{
       background-position: center -55px; 
    }
}

@media (max-width: 1199.98px){
    /* body{
        background: url('https://static.the-ally.com/images/reading_bg_left.png')repeat-y scroll left center / auto 500px, url('https://static.the-ally.com/images/reading_bg_right.png')repeat-y scroll right center /auto 500px;
    } */
    header{
        background-position: center -60px; 
    }
    #home_banner_slider::after{
        background-size: 60px 60px;
        height: 30px;
    }
    .stack_section h2{
        font-size: 1.6rem;
    }
}

@media (max-width: 991.98px){
    header {
        background-position: center top;
    }
    .tp_header h4,
    .bt_header h4{
        margin: 0 0 20px;
        padding: 5px 10px;
        background: #aeca27;
        line-height: 1;
        color: #fff;
    }
    #mobilemenu{
        position: fixed;
        left: -270px;
        bottom: 0;
        top: 0;
        margin: 0;
        background: #fff;
        padding: 15px;
        text-align: left;
        z-index: 1020;
        width: 250px;
        overflow: auto;
        transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }
    #mobilemenu.open{
        left: 0;
        transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }
    .mobile_backdrop.open {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        z-index: 1019;
        transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out; 
    }
    .tp_header{
        margin-bottom: 25px;
    }
    .search_header, .menu_list_ul, .menu_list_ul li,
    .tp_header ul, .tp_header ul li{
        display: block;
        text-align: left;
    }
    .tp_header ul{
        padding: 0;
        margin: 0;
    }
    .menu_list_ul li,
    .tp_header ul li{
        margin:0 0 10px;
    }
    .menu_list_ul li a,
    .tp_header ul li a{
        color: #000;
        font-size: 16px;
        padding: .3rem 0rem;
        text-decoration: none;
        outline:  none;
        display: block;
    }
    .menu_list_ul li.active a,
    .menu_list_ul li a:hover,
    .tp_header ul li a:hover{
        background-color: transparent;
        color: #9661c3;
    }
    .mmenu_icon{
        display: block;
        padding: .5rem 1rem;
        background: #9661c3;
        color: #fff;
        font-weight: 700;
        font-size: 17px;
        max-width: 104px;
        margin: 10px auto;
        border-radius: 8px;
        cursor: pointer;
    }
    .mmenu_icon i{
        width: 15px;
        height: 17px;
        margin-right: 5px;
    }
    .dropdown-menu{
        position: static;
        float: none;
        background: transparent;
        border: none;
        border-radius: 0;
        padding-left: 10px;
        /* display: none;
        visibility: visible;
        opacity: 1; */
        box-shadow: none;
    }
    .no-touch .dropdown-menu{
        display: none;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }
    .no-touch .dropdown-menu.show{
        display: block;
    }
    .banner_slider .slick-prev::before, 
    .banner_slider .slick-next::before {
        font-size: 32px;
    }
}

@media (max-width: 767.98px){
    #home_banner_slider::after{
        background-size: 30px 30px;
        height: 15px;
    }
    body{
        background: none;
    }
    
    .stack_section h2{
        font-size: 1.5rem;
    }
}

@media(max-width: 574.98px){
    .pk_poster_slider .slick-prev {
        left: -10px;
    }
    .pk_poster_slider .slick-next {
        right: -10px;
    }
    .pk_poster_slider .poster_caption{
        font-size: 16px;
    }

    .tech_we_in a{
        display: block;
        margin-top: 15px;
        margin-right: 0 !important;
    }
    .pagination_div .btn.btn-gradient{
        display: block;
        max-width: 148px;
        margin: 10px auto 0;
    }
    .banner_slider .slick-prev::before, 
    .banner_slider .slick-next::before {
        font-size: 28px;
    }
}


/* subscription history */
.pt_wrapper .order_history_section{
    margin-top: 0px;
}
.order_history_section .filter_transaction .form-control{
    background-color: #ccc;
    color: #000;
}
.pt_wrapper .history_title{
    border-bottom:1px solid #ccc;
}
.pt_wrapper .trans_id_date{
    border-bottom:1px solid #fff;
    margin-bottom: 0;
}
.pt_wrapper .order_history_block{
    background: #9661c3;
    color: #fff;
}
span.tr_badge{
    font-size: 14px;
    line-height: 1;
    padding: 6px 12px;
    margin-left: 5px;
}
.pt_wrapper .success_badge.tr_badge{
    background: #aeca27
}
.pt_wrapper .tr_badge::before,
.pt_wrapper .tr_badge::after{
    content: none !important;
}
.pt_wrapper .trial_badge.tr_badge{
    background: #ed067d;
    color: #fff;
}
.pt_wrapper .product_det{
    width: 75%;
}
.pt_wrapper .product_price{
    width: 25%;
}
.pt_wrapper .product_price p{
    margin:5px 0 0px;
    line-height: 1;
}
.pt_wrapper .product_price b{
    font-size: 14px;
    font-size: 700;
}
.pt_wrapper .product_price .btn{
    margin-top: 0;
}
.no_subscription{
    margin: 50px auto 200px;
}
.no_subscription p{
    display: block;
    font-size: 1rem;
    font-weight: 600;
}
.cancle_plan_confirm{
    max-width: 550px;
    margin: 150px auto;
    padding: 20px;
}
.plan_action{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}
.subscription_det_row{
    min-height: 90px;
    width: 100%;
}
.subscription_det,.subscription_exp,.cancle_subscription{
    width: 33.333%;
    padding: 10px 15px;
}
.subscription_exp{
    text-align: center
}
.subscription_exp p{
    margin: 0;
}
.cancle_subscription{
    text-align: right;
}
.cancle_card_header{
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}
.page-payment-processing{
    color: #000 !important;
}
#id_country_code{
    background-size: 11px auto !important;
    background-position: 90% center !important;
}


@media (max-width: 991px){
    .subscription_det,.subscription_exp,.cancle_subscription{
        width: 100%;
        text-align: center;
    }
    .subscription_exp{
        padding:0px 15px;
    }
    .pt_wrapper .trans_id_date::before,
    .pt_wrapper .trans_id_date::after{
        content:"";
        display: table;
        clear: both;
    }
    .pt_wrapper .trans_id_date{
        text-align: center;
    }
    .pt_wrapper .trans_id_date .date_tr{
        float: none;
        display: block;
    }
}
@media(max-width: 767px){
    .pt_wrapper .product_det{
        width:65%;
    }
    .pt_wrapper .product_price{
        width: 35%;
    }
    .my_subscription_row .list-group{
        margin-bottom: 30px;
    }
}
@media(max-width: 575px){
    .pt_wrapper .product_det,
    .pt_wrapper .product_price{
        width: 100%;
    }
    .pt_wrapper .product_price{
        text-align: center;
    }
    #landing_header .navbar-brand img{
        max-width: 250px;
    }
}

.view_all_mv.pwkids_card_list .card-poster img{
    min-height: 1px;
    max-height: 100%;
}
.section_movie_list.view_all_mv .card-body a h2, 
.section_movie_list.view_all_mv .card-body a h6{
    white-space: normal;
    text-align: center;
}
.geners.mv-tags{
    display: none;
}

/* all episodes section */
.infinite-container.all_episodes_row .card{
    background: transparent;
    border: none;
}
.all_episodes_row .infinite-item .card-poster img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.infinite-container.all_episodes_row .card-body{
    padding: 10px 0px;
    text-align: center;
}
.infinite-container.all_episodes_row .reviews_view{
    display: none;
}
.infinite-container.all_episodes_row .card-body a h6{
    font-size: 14px;
}
@media(max-width: 767.98px){
    .infinite-container.row{
        margin-right: -8px;
        margin-left: -8px;
    }
    .infinite-container .infinite-item[class*="col-"]{
        padding: 0px 8px;
    }
}
.d-none.s_on_cl{
    display: block !important;
}
.back_to a{
    display: inline-block;
    color: #9661c3;
    font-weight: 600;
    text-decoration: none;
}
.checkout_registration_form .details_signup_form{
    background: #fff;
}
/* episode details */
.episode_list_inner_div .container-fluid,
.episode_inner_det .container{
    padding:0px 100px;
    max-width: 100%;
}
.purpleturtle .mv_banner_dsc{
    background: transparent;
    padding: 15px 0px;
    position: static;
}
.mv_banner_btns a{
    color:#aeca27;
}
.all_episodes_row .card .card-body a,
.listof_seasons_episodes .card-body h6 a, 
.season_slider .card-body h6 a{
    color: #000;
    text-decoration: none;
}
.all_episodes_row .infinite-item{
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
}
.listof_seasons_episodes .current_episode,
.listof_seasons_episodes .infinite-item:hover{
    background: rgba(0, 0, 0, .125);
}
.list_episode_title{
    background-color: #f9f9f9;
}
.list_episode_title,
.episodes_list_container{
    border-color: #ccc !important;
}
.listof_seasons_episodes .current_episode::before{
    color: #9661c3; 
}
@media(max-width: 1399.98px){
    .all_episodes_row .infinite-item{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media(max-width: 1199.98px){
    .episode_list_inner_div .container-fluid,
    .episode_inner_det .container{
        padding:0px 15px;
    }
    .all_episodes_row .infinite-item{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media(max-width: 991.98px){
    .all_episodes_row .infinite-item{
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    
}
/* tv login code */
.tv-login-code span{
    background: rgba(0,0,0,0.06);
}

/* catalogue view */
.poster_caption{
    text-align: center
}
.poster_holder_card .poster_inner_desc{
    display: none !important;
}
.catalogue_view_wrapper.series_wrapper{
    margin-top: 0;
}
.catalogue_view_wrapper .banner_slider_spark .slick-slide{
    padding: 0;
}
.banner_slider_spark .slick-next{
    right: 20px;
}
.banner_slider_spark .slick-prev{
    left: 20px;
}
.banner_slider_spark .slick-prev:before,
.banner_slider_spark .slick-next:before{
    color: #aeca27;
    font-size: 70px;
}
.banner_slider_spark .slick-dots{
    bottom: 10px;
}
.banner_slider_spark .item > .btn.btn-gradient{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.banner_slider_spark .slick-dots li button::before{
    opacity: 0.4 !important;
    background: #9661c3;
}
.banner_slider_spark .slick-dots li.slick-active button::before{
    opacity: 1 !important;
    background: #aeca27;
}
.poster_caption h3 a{
    color: #000
}
.catalogue_view_wrapper .poster_slider .slick-prev::before, 
.catalogue_view_wrapper .poster_slider .slick-next::before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #9661c3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.catalogue_view_wrapper .poster_slider .slick-prev::before {
    content: '←';
}
.catalogue_view_wrapper .poster_slider .slick-next::before {
    content: '→';
}
.catalogue_view_wrapper .movie_list_row h2{
    color: #9661c3;
    font-size: 1.7rem;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.catalogue_view_wrapper .movie_list_row h2::after{
    content: none;
}
.catalogue_view_wrapper .movie_list_row h2 .view_all_btn{
    color: #aeca27;
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    bottom: 12px;
}
@media(max-width: 991.98px){
    .banner_slider_spark .slick-prev:before,
    .banner_slider_spark .slick-next:before{
        font-size: 40px;
    }
}
@media(max-width: 767.98px){
    .banner_slider_spark .item > .btn.btn-gradient {
        position: absolute;
        bottom: 30px;
        left: 15px;
        font-size: 10px;
        padding: 8px 10px;
        line-height: 1;
    }
    .banner_slider_spark .slick-dots li button::before{
        width: 10px;
        height: 10px;
    }
}
/* blog pages */
h4.blog_catagory{
    color: #fb2f2f;
}
.blog-card-details h3{
	color: #fff;
}
.blog-slider-row .slick-next:before,
.blog-slider-row .slick-prev:before{
	color: #fff;
}
.blog-card-desc h3 a,
.blog-card-desc p b,
.pagination_row a{
	color: #000;
}
.blog-card-desc p{
	color: #333;
}
.pagination_row{
	border-color:#ddd;
}
.pagination_row a.active{
	color: #fb2f2f;
}
#sidebar ul li a{
    color:#111;
}
#sidebar h3:before{
	box-shadow: 3px 3px 0 0 rgb(0 0 0);
	background-color: rgb(249 58 48);
}
#sidebar ul li a:before{
    color:#111;
}
.prev_blog a,.next_blog a{
	border: 1px solid #ddd;
	background: #ececec;
}

/* discount */
#discount_toggler{
    text-decoration: none;
    color: #2e3190;
}
.discount_coupon_row .btn.btn-link{
    color: #2e3190;
}


/* live meeting */  
#list-wrapper{
    height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    background: url('https://source.unsplash.com/1920x1080/?nature') no-repeat scroll center center / cover;
}
#list-wrapper:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
}
.list-wrapper-inner{
    min-height: calc(100vh - 120px);
    position: relative;
    z-index: 2;
}
.meeting-forms-list form{
    margin-bottom: 40px;
}
.meeting-forms-list input[type="text"]{
    height: 55px;
    width: 450px;
    font-style: 16px;
    padding: 10px 15px;
}
.meeting-forms-list .st_meet_btn{
    font-size:16px;
    padding: 15px 18px;
    font-weight: 500;
    display: inline-block;
    background: #9661c3;
    border: none;
    box-shadow: none;
}
.meeting-forms-list .st_meet_btn:hover,
.meeting-forms-list .st_meet_btn:focus{
    background: #8b56b8;
}
.meeting-forms-list .st_meet_btn i{
    margin-right:8px;
}
.meeting-list-row{
    height: 370px;
    overflow: auto;
    padding: 0px 15px;
    position: relative;
}
#meeting_list_h{
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    background-color: #fff;
    border-radius: .5rem;
    padding: 0.5rem 0px;
    overflow: visible;
}
.meeting-list-row a{
    text-decoration: none;
}
.meeting-det{
    border-bottom: 1px solid rgba(60,64,67,0.15);
    margin-bottom: 2px;
    transition: all 0.4s ease;
}
.meeting-det:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.date-time-col,
.meeting-title{
    padding: 10px;
    color: #444;
}
.date-time-col{
    padding-left: 20px;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    max-width:155px;
}
.date-time-col p:first-child{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
.meeting-title{
    padding-left: 20px;
    -ms-flex: 0 0 calc(100% - 155px);
    flex: 0 0 calc(100% - 155px);
    max-width: calc(100% - 155px);
}
.meeting-title h5{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 4px;
    white-space: normal;
    word-break: break-all;
}
.active-meeting,
.meeting-det:hover{
    color: #fff;
    border-radius: 0.7rem;
    transform: scale(1.05);
    background-color: #9661c3;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    transition: all 0.4s ease;
}
.active-meeting .date-time-col,
.active-meeting .meeting-title,
.meeting-det:hover .date-time-col,
.meeting-det:hover .meeting-title{
    color: #fff;
}

@media(max-width: 767.98px){
    .meeting-forms-list .form-group{
      width: 100%;
    }
    .meeting-forms-list input[type="text"]{
      width: 100%;
      margin-right: 0px !important;
    }
    .meeting-forms-list .st_meet_btn{
      margin: 10px auto 0;
    }
    .list-wrapper-inner{
      min-height: calc(100vh - 161px);
    }
}

/* subscription card */
.pricing-card,
.pt_wrapper .pricing-card{
  background-color: #ffffff;
}
.pricing-card.active,
.pt_wrapper .pricing-card.active {
  background-color: #1f0757;
  -webkit-box-shadow: 0 0 88px 2px rgba(47, 91, 234, 0.125);
  box-shadow: 0 0 88px 2px rgba(47, 91, 234, 0.125);
}
.pricing-card.active .pricing-heading .price,
.pricing-card.active .pricing-desc ul li{
  color: #fff;
}
.pricing-card .pricing-heading .price h5 {
  color: #ffffff;
  background-color: #aeca27;
}
.pricing-card .pricing-heading .price span {
  color: #8480ae;
}
.pricing-card .pricing-desc ul li {
  color: #000;
}
.pricing-card .pricing-desc ul li::before {
  color: #0811fb;
}
.pricing-card.active .pricing-desc ul li::before{
    color: var(--yellow);
}
.pricing-card .pricing-desc ul li.times::before,
.pricing-card.active .pricing-desc ul li.times::before {
    color: var(--red);
}
.pricing-card .pricing-btn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.pricing-card.active::after {
  background-color: rgba(255, 255, 255, 0.05);
}
/* long pricing table */
.pricing_title{
    background: rgba(0,0,0,0.1);
}
.td_col .fa-check{
    color: var(--green);
}
.td_col .fa-times{
    color: var(--red);
}
.card_pricing{
    border: 1px solid #ddd;
}
.td_col_inner{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.card_pricing.recommanded,
.td_col_inner.recommanded{
    border-color: #aeca27;
}
.td_txt,.th_main{
    border-bottom: 1px solid #ddd;
}
.td_col_inner::after{
    background-color: #ddd;
}
.th_inner_card .card{
    background-color: #fff;
}
@media(max-width: 991.98px){
    .pricing_th_row, .pricing_td_row{
        border-bottom: 1px solid #ddd;
    }
    .card_pricing{
        border: 1px solid #ddd;
    }
}

/* rewards */
.points_col h5{
    background: rgba(0,0,0,0.06);
    color: #000;
}
.rewards_btn a{
    border: 2px solid transparent;
    color: #fff;
    background: var(--gray);
}
.rewards_btn a.active{
    background-color: #823f98;
    border-color: #823f98;
    color: #f4e731;
}
.activity_table .table th,
.activity_table .table td{
    color: #000;
}
.activity_table .table-striped tbody tr:nth-of-type(2n+1){
    background: rgba(0,0,0,.2);
}
.activity_table{
    background:rgba(0,0,0,0.06);
}
.redeem_flex_col{
    background:rgba(0,0,0,0.06);
    color: #000;
}
.activity_table h6{
    border-bottom: 1px solid rgba(0,0,0,.15);
}

/* live event */
.stream_tag_row {
    border: 1px solid rgba(255,255,255,0.125);
}
.rounded-icon {
    background-color: rgba(0,0,0,0.3);
    color: #000;
}
.lvtitle {
    color: #000;
}
.channel-chat-row {
    background-color: rgba(0,0,0,0.3);
}
.channel-chat-row .box-title {
    background-color: rgba(0,0,0,0.3);
    color: #000;
}
.dwn_ch {
    background-color: rgba(0,0,0,0.3);
    color: #000;
}
.play_img img {
    max-width: 60px;
}
.class_media_det img {
    background-color: rgba(0,0,0,0.3);
}
.class_media_det h5 {
    color: #000;
}
.class_media_det h5 a {
    color: #000;
}
.class_media_det p ,
.class_media_det p a{
    color: #000;
}
.stream_list_left .card{
    background-color:#f2f2f2;
}
.det_btn_row .btn-outline-secondary,
.see_more_div .btn-outline-secondary{
    border-color:#000;
    color: #000;
}
.det_btn_row .btn-outline-secondary:hover,
.see_more_div .btn-outline-secondary:hover{
    background-color:#000;
    color:#fff;
}
.classes_list .section-title{
    padding: 40px 0px !important;
    text-align: center;
}
.section-title h3{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

/* keyframes */
@-webkit-keyframes color_change {
    from {
        color: rgba(255, 255, 255, 0);
    }
    to {
        color: rgba(255, 255, 255, 0.4);
    }
}

@-moz-keyframes color_change {
    from {
        color: rgba(255, 255, 255, 0);
    }
    to {
        color: rgba(255, 255, 255, 0.4);
    }
}

@-ms-keyframes color_change {
    from {
        color: rgba(255, 255, 255, 0);
    }
    to {
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes color_change {
    from {
        color: rgba(255, 255, 255, 0);
    }
    to {
        color: rgba(255, 255, 255, 0.4);
    }
}

/* host registraion */
.page_title{
    padding: 80px 0 0 !important;
}
.page_title.partner_singup_title{
    color: #000;
    padding: 0px 0 20px!important;
}
#host_registration,
#meeting_details{
    padding: 80px 0px;
}
.upload_photo{
    position: relative;
    width: 200px;
    height: 220px;
    background-color: #5f5f5f;
}
.upload_photo.bg_trans{
    background-color:#ddd;
}
.upload_photo span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 24px;
    z-index: 3;
    text-shadow: 0 0 2px rgba(0,0,0,0.6);
}
.upload_photo input[type="file"]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    right: 0;
    z-index: 4;
    cursor: pointer;
}
#host_registration .upload_photo #id_profile_picture,
#host_registration .upload_photo #id_cover_picture{
    height: 100% !important;
}
#host_registration .form-control,
#meeting_details input[type=text],
#meeting_details textarea,
#id_video_url{
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 0.25rem;
    color: #000;
    background-color: #ccc;
}
#host_registration #phone.form-control{
    padding-left: 95px;
}
#host_registration label{
    color: #000;
}
#host_registration .btn-secondary.action_btn{
    background-image: linear-gradient(to left bottom, #ff344c, #ff4e3d, #ff652e, #ff7b1c, #ff9000);
    border: none;
    font-weight: 600;
    box-shadow: none !important;
    padding: .65rem 1.5rem;
    color: #fff;
}
#preview_img1, #preview_img2, #preview_img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 95%;
    transform: translate(-50%,-50%);
    text-align: center;
}
#preview_img1 img, #preview_img2 img, #preview_img img {
    max-width: 100%;
    max-height: 200px;
    height: auto;
    object-fit: contain;
    margin: 15px 0px;
}
.terms_condition_check a{
    color: #850c85;
}
/* wizard */
.live_meeting_step_form{
    background: #fff;
}
.wizard_layout_list ul li a{
    color: #000;
}
.wizard_layout_list ul li span:not(.step_text){
    background: #ddd;
}

.wizard_layout_list ul li.active_step span:not(.step_text){
    background: #0d6ac6;
    color: #fff;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 4px 4px 15px -5px rgba(21, 114, 232, 0.4);
}
.wizard_layout_list ul li.active_step:after,
.wizard_layout_list ul li.active_step a{
    color: var(--blue)
}
.wizard_layout_list ul li.active_step.step_cmplt a,
.wizard_layout_list ul li.active_step.step_cmplt:after{
    color: #28a745; 
}
.wizard_layout_list ul li.active_step.step_cmplt span:not(.step_text){
    box-shadow: none;
    background: #28a745;
    color: #fff;
}
.wizard_form_card fieldset h2{
    border-bottom: 1px solid #ddd;
}
.wizard_form_container{
    background: #fff;
}
.wizard_form_card .form-control,
.wizard_form_card .custom-select,
.wizard_form_card input[type="text"],
.wizard_form_card input[type="email"],
.wizard_form_card input[type="tel"],
.wizard_form_card input[type="number"],
.wizard_form_card input[type="date"],
.wizard_form_card textarea,
.wizard_form_card select[multiple],
.wizard_form_card select,
.wizard_form_card input[type="file"],
.select2-container .select2-selection--multiple {
     font-size: 14px;
    height: 40px;
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 0.25rem;
    color: #000;
    background-color: #ccc;;
}
.wizard_form_card select:not([multiple]){
    background-image: url('https://static.the-ally.com/images/down-arrow.png');
}
.wizard_form_card .recent_trans_table .card{
    background: #fff;
}
.selector .selector-available h2,
.selector-chosen h2{
    background: #850c85 !important;
    color: #fff !important;
}
.wizard_form_card .selector .selector-available select, 
.wizard_form_card .selector-chosen select{
    border:1px solid #ddd !important;
    background: transparent;
}
.selector-filter{
    position: relative;
}
.selector .selector-filter{
    border-color: #5f5f5f;
}
.datetime .datetimeshortcuts a{
    color: #000;
}
.clockbox.module h2{
    border-bottom: 1px solid #ddd;
}
.wizard_form_card .messagelist li{
    background: var(--success);
    color: #fff;
}
.wizard_form_card .messagelist li.error{
    background: var(--danger);
    color: #fff;
}
.form-group .errorlist li{
    color: #ff0000;
}
.action-button.default,
.form-action-btns .btn-secondary,
.submit-row .btn-secondary{
    background-color: var(--green);
    border-radius: 8px;
    border: none;
    font-weight: 600;
    box-shadow: none !important;
    padding: .65rem 1.5rem;
    color: #fff;
}


/* subclient profile page */
.bio_view{
    background-color: #f6f6f6;
    min-height: 320px;
}
.cover_img{
    width: 100%;
    object-fit: cover;
}
#taught_by.bio_tags_view{
    background: #fff;
}
#taught_by.bio_tags_view:before,
#taught_by.bio_tags_view:after{
    content: none;
}
.bio_tags_view .host_img{
    margin-top: -100px;
}
.bio_tags_view .bio_img{
    width: 255px;
    height: 255px;
    object-fit: cover;
    border:none;
}
.bio_tags_view .host_det{
    padding: 15px 0 0;
}
.bio_tags_view .host_det h3{
    font-size: 32px;
}
.bio_tags_view .host_det p{
    font-size: 16px;
}
.tag_links{
    margin-top: 20px;
}
.tag_links a{
    display: inline-block;
    color: #606060;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 600;
}
.tag_links a:first-child{
    margin-left: 0;
}
.tag_links a.active{
    color: #000;
    text-decoration: underline;
}
.bio_contents{
    padding: 50px 0px 80px;
    background: #fff;
}
classes_list .card-img{
    position: relative;
}
.bio_contents p{
    font-size: 18px;
    font-family: 'Gotham';
    font-weight: 300;
}
.locked{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}
.locked_content{
    width: 100%;
    position: absolute;
    left: 0;
    padding: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.locked_content p{
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}
.terms_condition_check label a{
    color: #000;
    text-decoration: none;
}
.wrapper #taught_by .container{
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
}
.classes_list .card {
    border-radius: 10px;
    margin-bottom: 30px;
}
#trainer_classes .card {
    border-radius: 10px;
    border: none;
    background: transparent;
}
#trainer_classes .card-body {
    padding: 10px 0px;
}
#trainer_classes .card h6 {
    font-size: 18px;
    text-transform: uppercase;
}
#trainer_classes .card h6 a {
    color: #000;
}
@media(max-width:1199.98px){
    .bio_tags_view .host_img {
        margin-top: -70px;
    }
    .bio_tags_view .bio_img{
        width: 210px;
        height: 210px;
    }
    .wrapper #taught_by .container{
        width: 100%;
        max-width: 960px;
        padding: 0 15px;
    }
}
@media(max-width:991.98px){
    .wrapper #taught_by .container{
        width: 100%;
        max-width: 720px;
        padding: 0 15px;
    }
}
@media(max-width: 767.98px){
    #profile_title.page_title{
        padding: 80px 0px;
    }
    #taught_by{
        padding: 0px 0px 20px;
    }
    #taught_by::before, #taught_by::after{
        content: none;
    }
    .host_det{
        padding: 10px 0 0;
        text-align: center;
    }
    .host_img{
        text-align: center;
    }
    .host_img img{
        width: auto;
    }
    .host_det h3{
        margin-bottom: 10px;
    }
    .course_structure_col{
        margin-top: 0;
    }
    #course_structure_dates{
        padding-top: 30px;
    }
    .course_next_dates{
        padding-left: 0px;
    }
}

/* footer */
.footer-top{
    margin-top: 50px;
    padding: 40px 0 120px;
    background:#fff url('https://static.the-ally.com/images/footer-top.png')no-repeat scroll 0 bottom / 100% auto;
}
.footer-top h3{
    text-align: center;
    color: #aeca27;
    font-weight: 700;
    margin: 0 0 15px;
}
.footer-top h3 span{
    color: #9661c3;
}
.tech_we_in a{
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.tech_we_in a:not(:last-child){
    margin-right: 15px;
}
.tech_we_in a img{
    max-width: 170px;
}
.copy_right_content{
    margin-top: 15px;
}
.copy_right_content p{
    margin: 0 0 0 15px;
}
p.terms_privacy{
    margin: 0;
}
p.terms_privacy a{
    color: #000;
    text-decoration: none;
}
p.terms_privacy a:hover{
    color: #9661c3;
}
p.terms_privacy a:not(:last-child){
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #aaa
}
.nw_footer_l{
    margin-left: -15px;
    margin-right: -15px;
}
.nw_footer_l > div{
    width: auto;
    padding: 0px 15px;
}
.ft_logo{
    margin: 65px 0;
}
.ft_logo img{
    max-width:250px;
    height: auto;
}
.qlinks_div h5,
.get_in_touch h5{
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.qlinks_div{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.footer_q_links {
    padding: 0;
    margin: 0 auto;
    list-style: outside none;
}
.footer_q_links li {
    display: inline-block;
    margin: 8px 0 8px;
    position: relative;
    width: 22%;
    padding: 0px 5px;
    vertical-align: middle;
}
/* .footer_q_links li::before {
    content: "\f192";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: #2e3190;
    font-size: 10px;
}
.footer_q_links li:hover::before{
    content:"\f111";
} */
.footer_q_links li a {
    color: #000;
    text-decoration: none;
}
.get_in_touch{
    max-width: 262px;
    margin-left: auto;
}
.get_in_touch p{
    position: relative;
    padding-left: 25px;
}
.get_in_touch p i{
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
    color: #2e3190;
}
.get_in_touch p a{
    text-decoration: none;
    color: #000;
}
.footer_q_links li a:hover,
.get_in_touch p a:hover{
    color:#2e3190;
    text-decoration: none;
}
.input-group-append .btn, .input-group-prepend .btn{
    z-index: 1;
}
@media(max-width: 991.98px){
    .ft_logo img{
        max-width:100%;
    }
    .footer_q_links li {
        width: 32%;
    }
}
@media(max-width: 767.98px){
    .nw_footer_l > div{
        width: 100%;
    }
    .ft_logo{
        margin: 0 0 50px;
        text-align: center
    }
    .ft_logo img{
        max-width:320px;
    }
    .footer-top{
        background:url('https://static.the-ally.com/images/footer-top.png')no-repeat scroll 0 bottom / 100% auto;
        padding: 40px 0;
        margin-top: 0px;
    }
    .get_in_touch{
        margin-right: auto;
    }
    .pk_poster_slider .poster_caption h3{
        font-size: 13px;
    }
    .footer_q_links li {
        width: 48%;
    }
}

/* new footer */
footer{
    margin-top: 200px;
    background-image: url('https://static.the-ally.com/images/pt-footer-bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #d7f5fd;
    position: relative;
}
footer .container-fluid{
    margin-left: auto;
    margin-right: auto;
}
.footer-top{
    position: relative;
    padding: 10px 50px 380px;
    background: transparent;
}
.footer-top::after{
    content: "";
    width: 100%;
    height: 150px;
    background: url('https://static.the-ally.com/images/footer_clouds.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(360deg) !important;
    left: 0;
    top: -150px;
    z-index: 99999;
}   
.footer-logo .pa{
    font-size: 16px;
    margin-top: 25px;
    color: #2c3031;
    max-width: 511px;
    font-family: 'Georgia',times new roman,Times,serif;
}
.footer-logo .social-links a{
    padding: 10px;
}
.footer-logo .social-links a i {
    font-size: 20px;
    color: #fff;
    padding: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center
}
.footer-logo .social-links a .fa-twitter {
    background: #02bafa;
}
.footer-logo .social-links a .fa-linkedin {
    background: #2779c3;
}
.footer-logo .social-links a .fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.footer-logo .social-links a .fa-facebook {
    background: #2855a8;
}
.footer-logo .social-links a .fa-envelope-o {
    background: #ff7f00;
}
.footer-top h3{
    text-align: left;
    text-transform: capitalize;
    margin: -4px 0 25px;
    padding: 0;
    font-size: 30px;
    color: #000;
    font-family: 'Billy';
    font-weight: 400;
}
.footer-logo{
    padding-right: 70px;
}
.contact_box{
    padding-left: 70px;
}
ul.add_info{
    padding: 0px;
}
ul.footer_link {
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.footer_link li {
    margin: 0 0 7px;
    padding: 0;
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .01rem;
    color: #000;
    list-style: none;
    font-family: 'Georgia';
}
ul.footer_link li a,
ul.add_info li a{
    color: #1b1b1b;
}
ul.footer_link li a:hover,
ul.add_info li a:hover{
    color: #5bc86d;
    text-decoration: none;
}
ul.add_info li {
    margin: 0 0 20px;
    padding: 0;
    display: block;
    font-size: 18px;
    color: #1b1b1b;
    line-height: 28px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Georgia';
}
ul.add_info li img {
    width: 34px;
}
.footer-bottom{
    padding: 15px 0;
    border-top: 1px solid rgb(91 91 91/11%);
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .01rem;
    color: #fff;
    line-height: 20px;
    background-color: #293462;
    font-family: 'Georgia';
}
.footer-bottom span {
    color: #0ce02f;
}
footer .anime_bird {
    width: 100px;
    position: absolute;
    left: 29%;
    top: 50%;
    animation: 4s linear 0s infinite alternate move_eye;
}
@keyframes move_eye {
    from {
        margin-top:-5%
    }
    to {
        margin-top:1%
    }
}
@media (min-width: 1200px){
    footer .container {
        max-width: 1450px;
    }
}
@media (min-width: 1400px){
    footer .container {
        max-width: 1650px;
    }
}
@media (min-width: 1646px){
    footer .container {
        max-width: 1850px;
    }
}
@media (min-width: 1846px){
    footer .container {
        max-width: 1930px;
    }
}
@media(max-width: 991.98px){
    .footer-logo {
        padding-right: 0px;
    }
    .contact_box {
        padding-left: 0px;
    }
    .quick_links{
        margin: 100px 0px;
    }
    footer{
        background-image: none;
    }
    .footer-top{
        padding: 0px;
    }
    footer .anime_bird {
        left: 33%;
        top: 28%;
    }
}



/* newsfeed comments & reviews */
.com_text p:first-child{
    margin-bottom: 10px;
}
.com_text_inner .posted_time{
    display: block;
    color: rgba(0, 0, 0, .5);
    margin-top: 4px;
    font-size: 12px;
}
.com_text_inner .au_edited_txt{
    color: rgba(0, 0, 0, .5);
}
.cmt_revw{
    border-top:1px solid rgba(0, 0, 0, .2) !important;
}
.comments_forms > div:first-child{
    margin-top: 15px;
}
.liks_comt_col span a,
.feed_header_action .social_dropdown, .feed_header_action .save_feed > a, .feed_header_action .feed_options > a,
.tr_feed_col .tr_feed_desc a{
    color: #000;
}
.feed_main_right .trending_feed .view_all_btn, .feed_main_right .popular_feed .view_all_btn,
feed_header_action .social_dropdown:hover,
.feed_header_action .save_feed > a:hover,
.feed_header_action .feed_options > a:hover,
.tr_feed_desc .tr_views .fa-eye{
    color: #9661c3;
}
.review_section .comment_textarea .form-control,
.feeds_card .comment_textarea .form-control{
    background: rgba(0, 0, 0, .2);
    border-color: rgba(0, 0, 0, .2);
    color: #000;
}