
@media (max-width: 1024px) {
    .tutor-price-preview-box-mobile {
        position: fixed;
        background: white;
        width: 100%;
        height: 60px;
        display: block;
        bottom: 0;
        left: 0;
        z-index: 2;
        visibility: hidden;
    }
    .tutor-price-preview-box-mobile .course-free {
        margin: 12px 16px;
    }
    .tutor-price-preview-box-mobile .price del {
        display: none;
    }
    .tutor-price-preview-box-mobile .course-price-badge.onsale {
        display: none;
    }
    .tutor-price-preview-box-mobile .price .price-text {
        display: block;
        width: calc(100% - 25px);
        line-height: 1.5;
        margin-left: 16px;
    }
    .tutor-price-preview-box-mobile .tutor-lead-info-btn-group a.tutor-btn {
        width: auto;
        right: 0;
        bottom: 0;
        position: absolute;
    }

    .tutor-price-preview-box-mobile .price {
        position: fixed;
        bottom: 0;
        left: 0;
        padding-bottom: 12px;
    }
    
    .tutor-price-preview-box-mobile .price .amount, .tutor-price-preview-box-mobile .price-free {
        font-size: 24px;
        margin-left: 16px;
    }

    .tutor-price-preview-box-mobile .price .amount .decimals-separator {
        font-size: 18px;
    }

    .tutor-price-preview-box-mobile .tutor-course-enroll-wrap, .tutor-price-preview-box-mobile .tutor-course-purchase-box {
        position: fixed;
        bottom: 0;
        z-index: 2;
        right: 0;
    }
    .tutor-single-course-segment.course-custom-blocks .offer-card .offer-card-buttons .add_to_cart_button {
        margin: 12px 0;
    }
    .tutor-price-preview-box-mobile .tutor-course-enroll-wrap, .tutor-price-preview-box-mobile .tutor-course-purchase-box button {
        border-radius: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tutor-price-preview-box-mobile {
        height: 13%;
    }
    .tutor-price-preview-box-mobile p.price {
        display: block;
        padding-bottom: 6px;
    }
    .tutor-price-preview-box-mobile .price .amount {
        margin-left: 16px;
    }
    .tutor-price-preview-box-mobile .price del .amount {
        margin-left: 0;
    }
    .tutor-price-preview-box-mobile .price ins {
        display: inline;
    }
    .tutor-price-preview-box-mobile .tablet-title {
        font-size: 18px;
        font-weight: 600;
        margin-left: 16px;
        margin-top: 8px;
        max-width: calc(100% - 275px);
    }
    .tutor-price-preview-box-mobile .course-free {
        margin-bottom: 0px;
    }
    .tutor-price-preview-box-mobile .course-free .price-free .tablet-title  {
        margin-left: 0;
        max-width: 100%;
    }
    .tutor-price-preview-box-mobile .tutor-course-enroll-wrap, .tutor-price-preview-box-mobile .tutor-course-purchase-box {
        bottom: 12px;
        right: 12px;
        height: auto;
    }
    .tutor-price-preview-box-mobile .price .price-text {
        width: auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .tutor-price-preview-box-mobile .tablet-title {
        display: none;
    }
}

.tutor-single-course-segment.course-custom-blocks .offer-card .offer-card-buttons .added_to_cart {
    width: auto !important;
}

@media (max-width: 991px) {
    .single-courses.single-course-01 .tutor-course-top-info {
        padding-top: 0;
    }
    .tutor-single-course-lead-meta .lead-meta-item.meta-last-update {
        display: none;
    }
    .tutor-full-width-course-body .col-lg-4 .tutor-price-preview-box.box-has-media {
        display: none;
    }
}

@media (min-width: 992px) { 
    .single-courses.single-course-01 .tutor-single-course-lead-info {
        min-height: auto;
    }
    .single-courses.single-course-01 .tutor-single-course-sidebar {
        transform: translateY(-14%);
    }
    .tutor-course-top-info .col-lg-4, .tutor-price-preview-box-mobile {
        display: none;
    }
    .header-category-menu .header-category-dropdown-wrap ul .children.sub-categories {
        z-index: 0;
        padding-left: 0;
    }
    .header-category-menu .header-category-dropdown-wrap ul .children.sub-categories:before {
        pointer-events: none;
    }
}
.tutor-course-top-info .tutor-price-preview-box-mobile .tutor-lead-info-btn-group {
    display: none;
}

body:not(.tax-course-category) #page-breadcrumb .page-breadcrumb-inner .insight_core_breadcrumb .top.item-home, body:not(.tax-course-category) #page-breadcrumb .page-breadcrumb-inner .insight_core_breadcrumb .item-current.current, body:not(.tax-course-category) #page-breadcrumb .page-breadcrumb-inner .insight_core_breadcrumb .item-current.current:before, body:not(.tax-course-category) #page-breadcrumb .page-breadcrumb-inner .insight_core_breadcrumb .level-2::before {
    display: none;
}

.tutor-gdrive-iframe iframe {
    border-radius: 12px;
    margin-top: 28px;
}