/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 19, 2019, 3:58:30 PM
    Author     : Anques
*/
.pagination {
    display: block;
}


.mbp_pagination ul.pagination {
    height: 70px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.mbp_pagination ul.pagination li.page-item {
    display: inline-block;
    margin-top: 12px;
    margin-left: 9px;
}

.mbp_pagination ul.pagination li.page-item:first-child .page-link,
.mbp_pagination ul.pagination li.page-item:last-child .page-link {
    border: 2px solid #eeeeee;
    border-radius: 22.5px;
    color: #4f4f4f;
    height: 45px;
    line-height: 25px;
    width: 46px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mbp_pagination ul.pagination li.page-item:first-child .page-link:hover {
    border: 2px solid #eeeeee;
    background-color: #eeeeee;
    border-radius: 22.5px;
    color: #4f4f4f;
    height: 45px;
    line-height: 25px;
    width: 46px;

}

.mbp_pagination ul.pagination li.page-item:last-child .page-link:hover {
    border: 2px solid #eeeeee;
    background-color: #eeeeee;
    border-radius: 22.5px;
    color: #4f4f4f;
    height: 45px;
    line-height: 25px;
    width: 46px;
}


.mbp_pagination ul.pagination li.page-item:first-child .page-link span {
    color: #fb3274;
    padding-right: 5px;
}

.mbp_pagination ul.pagination li.page-item:last-child .page-link span {
    color: #fb3274;
    padding-left: 5px;
}

.mbp_pagination ul.pagination li.page-item:last-child:focus {
    box-shadow: none;
}

.mbp_pagination ul.pagination li .page-link {
    background-color: transparent;
    border-radius: 50%;
    border: none;
    color: #7f7f7f;
    height: 45px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    width: 45px;
}

.mbp_pagination ul.pagination li.active .page-link {
    background-color: #2441e7;
    color: #ffffff;
    /* display: grid; */
    justify-content: center;
    align-items: center;
}

.help-block strong {
    color: #D9534F;
}

.error.m-error {
    border-bottom-color: #d9534f;
}

small.error.m-error {
    color: #D9534F;
}

.error-class {
    font-size: 12px;
    color: #D9534F;
}

.login .form-group .form-control {
    margin-bottom: 0px;
}

#signup_with_model .form-group input {
    margin-bottom: 0px !important;
}

.help-block strong {
    font-size: 12px;
}

.sign_up_modal:before {
    height: 125%;
}

.color-fff {
    color: #fff !important;
}

.color-fff:hover {
    color: #192675 !important;
}

.ui-menu-item {
    padding: 0px !important;
}

.ui-widget.ui-widget-content div {
    border: 1px solid #fff !important;
    padding: 10px !important;
}

.ui-widget.ui-widget-content div:hover {
    border: 1px solid #fff !important;
    background: #f0f0f5 !important;
}

.ui-state-active {
    border: 1px solid #e0e0e5 !important;

    color: #414146 !important;
    background: #f0f0f5 !important;
}

.expire_labal {
    position: absolute;
    top: -44px;
    right: -9px;
}

.expire_labal span {
    color: #fff;
    background-color: #F71259;
}

.padding-2-8 {
    padding: 2px 8px;
}

.padding-8-8 {
    padding: 8px 8px;
}


@media screen and (min-width: 1112px) {


    .popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
    .popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
    .popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-prev,
    .popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-next,
    .media_slider_home7.owl-carousel.owl-theme.owl-loaded .owl-prev,
    .media_slider_home7.owl-carousel.owl-theme.owl-loaded .owl-next {
        top: 129px;
    }

}

.custom_banner_set.owl-carousel.owl-theme.owl-loaded .owl-prev,
.custom_banner_set.owl-carousel.owl-theme.owl-loaded .owl-next {

    top: 60px;
}




@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 60px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}



.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}


.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}

.subscription_labal {
    position: fixed;
    top: 13px;
    right: 16px;
}

.subscription_labal span {
    color: #fff;
    background-color: #00A78E;
}

.margin-top-6px {
    margin-top: 6px;
}

.subscription_cat_labal {
    position: absolute;
    z-index: 999;
    right: 3px;
    ;
    top: 8px;
}

.subscription_cat_labal span {
    color: #fff;
    background-color: #00A78E;
}

.img_hvr_box {
    background-position: bottom;
}

.top_courses .thumb::before {
    background-color: transparent
}

.blog_grid_post.style2.event_lists .details {
    padding: 51px 75px 60px 50px;
}

.min-height-253 {
    min-height: 253px;
}

.font-size-15px {
    font-size: 15px;
}

.home3-overlay:before {
    background-image: none
}

.home3_bgi6 {
    background-image: url('../../../public/bizzbrain/images/bizzbrains.jpg');
}

.width-80 {
    width: 80px;
}

.reset {
    color: #2441E7;
}

.padding-10 {
    padding: 10px;
}

.height-74-overflow-hidden {
    height: 74px;
    overflow: hidden;
}

.height-45-overflow-hidden {
    height: 45px;
    overflow: hidden;

}

.img_h_w {
    height: 172px !important;
    width: 250px !important;

}

.mcc_view_labal {
    color: #fff;
    line-height: 2;
}

@media screen and (max-width: 39.9375em) {
    .img_h_w {
        height: 100% !important;
        width: 100% !important;

    }
}

.coustom_div {
    line-height: 1.0;
    font-size: 38px;
    font-weight: bold;
    color: #000;
}

.funfact_two .details .timer {

    font-size: 38px;
    font-weight: bold;
}

.funfact_two .details h5 {
    font-size: 17px;
}

div.stars {
    /*width: 270px;*/

    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 3px;
    font-size: 26px;
    color: #444;
    transition: all .2s;
}

input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked~label.star:before {
    color: #FE7;
    /*text-shadow: 0 0 20px #952;*/
}

input.star-1:checked~label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

.font-size-23px {
    font-size: 23px;
}

.shop_single_product_details {
    padding-left: 0px;
}

.offer-line {
    padding-top: 3px;
    font-size: 13px;
    height: 28px;
    background-color: #FF1053;
    color: white;
    margin-left: -32px;
    border-radius: 5px 5px 0px 0px;
    margin-top: -56px;
    width: 299px;
}

@media (min-width: 1200px) {
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        padding-left: 50px;
    }
}

.dropdown_content .list_content a img {
    border-radius: 0%;
    margin-right: 20px px;
    height: 50px;
}

.checkout_form .checkout_coupon form input {
    border-style: solid;
    width: 240px;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    height: 48px;
    margin-right: 24px;
}

.order_sidebar_widget {
    background: #FFF0F2;
    border-radius: 10px;
    border-color: #FF1053;
}

.cart_page_form .table_body td,
.cart_page_form .table_body th {
    width: 80%;
    font-weight: 700;
    color: #000000;
}

.cart_page_form tr.carttable_row {
    background-color: transparent;
}

.cart_page_form tr.carttable_row th.cartm_title {
    color: #808080;
}

.cart_page_form tbody.table_body th .cart_list .cart_title {
    font-weight: 700;
    color: #000000;
}

.cart_page_form {
    border-style: none;
    border-width: 0px;
    border-color: transparent;
}

.checkout_form .checkout_coupon form button {
    border-radius: 5px;
    background-color: #ff1053;
    color: #ffffff;
    height: 50px;
    margin-bottom: 0;
    width: 180px;
}

.checkout_form .checkout_coupon form button:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #ff1053;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    color: #ff1053;
}

.close_icon {
    font-size: 16px;
    margin: -10px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}