@media only screen and (max-width: 1100px) {
    .testimonial-border {
        right: 0px;
        max-width: 450px;
    }
}

@media all and (max-width:1024px) {
    .testimonials-wrapper .owl-theme .owl-nav {
        left: -320px;
    }
}

@media all and (min-width:992px) {
    .nav-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .offcanvas {
        display: flex;
    }
}

@media all and (max-width:991px) {
    .nav-menu {
        display: none !important;
        position: absolute;
        left: -550px;
        height: 100vh;
        background: var(--bg-white);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        top: 0;
        width: 398px;
        z-index: 999;
        justify-content: flex-start;
        transition: .5s;
    }

    .nav-menu .primary-menu {
        flex-direction: column;
        height: 100vh;
        padding-left: 20px;
        padding-top: 20px;
    }

    .primary-menu li {
        margin-bottom: 18px;
    }

    .gSearch-show {
        width: 90%;
    }

    .left {
        left: 0;
    }


    .toggle-bar {
        display: block;
    }

    .banner-image {
        margin-top: 54px;
    }

    .ps-border::before {
        display: none;
    }

    .ps-border {
        margin-bottom: 20px;
    }

    .single-feature {
        width: 100%;
    }

    .skill-image .over-text {
        left: 0;
    }

    .testimonial-border {
        width: 330px;
        right: 0px;
    }

    .testimonial-des {
        padding: 20px 20px 20px 35px;
    }

    .testimonials-wrapper .owl-theme .owl-nav {
        position: inherit;
        left: 0;
        bottom: 0 !important;
    }

    .testimonials-wrapper {
        background-color: transparent;
    }

    .footer-widget {
        margin-bottom: 20px;
    }

    .copyright-text {
        justify-content: center;
        margin-top: 13px;
    }

    .footer-policy {
        justify-content: center;
        flex-wrap: wrap;
    }

    .contact-left {
        margin-top: 30px;
        margin-left: 0;
    }

    .conatact-map iframe {
        height: 450px;
    }

    .requirment ul li p {
        max-width: 90%;
    }

    .ps-sidebar {
        margin-top: 30px;
    }

    .ps-sidebar del {
        font-size: 18px;
        margin-top: 15px;
    }

    .ps-sidebar .g-title {
        font-size: 34px;
    }

    .form-area .form-group .form-control {
        width: auto;
    }

    .image-panel {
        position: inherit;
        margin-top: -90px;
        margin-left: 20px;
    }

    .course-sideBar {
        max-width: 400px;
        margin: auto;
        margin-bottom: 30px;
        border: 1px solid #0a4b72;
    }

    .gradient-border {
        background: transparent;
        padding: 0;
    }

    .sidebar {
        margin-bottom: 30px;
    }

    .comment-wrap .ins-left {
        flex-wrap: wrap;
    }

    .offcanvas {
        display: block;
    }

}

@media all and (max-width:767px) {
    .gSearch-show.active {
        top: 79px;
    }

    .header-area {
        position: relative;
    }

    .gSearch-show {
        width: 96%;
    }

    .header-menu {
        position: inherit;
    }

    .banner-content h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .section-padding {
        padding-top: 70px;
    }

    .skill-image {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .res-control {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 20px;
    }

    .res-control .section-title {
        text-align: center;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .g-title {
        font-size: 34px;
    }

    .privacy-policy h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .intro-about h2 {
        font-size: 34px;
    }

    .intro-about .description {
        width: 100%;
    }

    .about-skill .skill-image img {
        height: 460px;
        margin-bottom: 20px;
    }

    .footer-area {
        margin-top: 60px;
    }

    .f-40 {
        font-size: 34px !important;
    }

    .comment-form .form-group {
        gap: 0;
        flex-direction: column;
    }

    .cUser-info {
        max-width: 70%;
    }

    .hero-details img {
        height: 400px;
    }

    .requirment {
        flex-wrap: wrap;
    }

    .form-area {
        gap: 7px;
        flex-wrap: wrap;
    }

    .btn-wrap {
        margin-top: 60px;
        margin-bottom: 40px;
        justify-content: center;
    }

    .left-profile img {
        margin: auto;
    }

    .my-course-btn {
        justify-content: flex-start;
        top: 18px;
    }

    .my-panel {
        padding: 20px;
        padding-bottom: 44px;
    }

    .image-panel {
        flex-direction: column;
        gap: 20px;
    }

    .my-info {
        position: inherit;
    }

    .learn-creator {
        flex-wrap: wrap;
    }

    .right-sub {
        margin-top: 15px;
    }

    .sub-header-left ul {
        justify-content: center;
    }

    /* Ebook */
    .eBookDetails {
        height: auto !important;
    }

    .ebook-tab-area {
        margin-top: 0;
    }

    .ebook-card-img .card-img-top {
        object-fit: cover;
        height: 400px;
    }
}

@media all and (max-width:576px) {
    .gSearch-icon {
        margin-right: 5px;
    }

    .gSearch-icon::after {
        display: none;
    }

    .header-menu .eBtn {
        padding: 8px 30px;
    }

    .primary-end .nice-control {
        margin-right: 2px;
    }

    .toggle-bar {
        font-size: 23px;
        height: 39px;
        width: 39px;
        line-height: 39px;
    }

    .banner-image img {
        height: auto;
    }

    .title {
        font-size: 34px;
    }

    .single-feature .entry-title {
        margin-top: 18px;
    }

    .entry-title h3 {
        width: 90%;
    }

    .about-skill .skill-image img,
    .skill-image img {
        height: auto;
    }

    .skill-text {
        width: 100%;
    }

    .skil-content ul li {
        flex-wrap: wrap;
    }

    .skil-content ul li .svg {
        margin-bottom: 15px;
    }

    .testimonial-border {
        width: 280px;
        top: 70%;
    }

    .login-img img {
        height: auto;
    }

    .blog-box .course-motion-top li::after {
        display: none;
    }

    .blog-f-image img {
        height: 400px;
    }

    .details-socialsLink {
        flex-wrap: wrap;
        gap: 15px;
    }

    .comment-head {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .reply-comment {
        margin-left: 44px;
    }

    .cUser-img,
    .cUser-img img {
        height: 60px;
        width: 60px;
    }

    .date-pack p,
    .date-pack a {
        font-size: 13px;
    }

    .conatact-map iframe {
        height: 300px;
    }

    .course-motion-top li::after {
        display: none;
    }

    .lesson-list li a {
        flex-wrap: wrap;
        gap: 10px;
    }

    .instructor-motion {
        flex-wrap: wrap;
    }

    .istructor-info {
        flex-wrap: wrap;
        gap: 20px;
    }

    .single-details {
        padding: 20px;
    }

    .left-profile img {
        height: 225px;
    }

    .my-course-btn {
        position: inherit;
        margin-top: 28px;
    }

    .image-panel ul li::after {
        display: none;
    }

    .image-panel ul {
        gap: 15px;
        flex-wrap: wrap;
    }

    .nav-menu {
        width: 300px;
    }

    .my-bootcamp-details .bootcamp-thumbnail {
        width: 100%;
        height: auto;
    }

    /* New for University home page*/
    .imagebg-btn-card .btn-whitelight {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        bottom: 30px;
    }

    /* New for University home page ENDED*/
}

@media all and (max-width:540px) {
    .course-motion-top {
        gap: 24px;
        flex-wrap: wrap;
    }

}

/* New Responsive */
@media all and (min-width: 576px) {

    /* Tutor Filter */
    .select-sm-right-0px .list {
        left: auto;
        right: 0;
    }
}

@media all and (max-width: 1199px) {

    /* Tutor Details */
    .tutor-rating-progress {
        width: 185px;
    }

    .tutor-review-rating {
        padding: 26.5px 20px 26.5px 0;
    }
}

@media all and (max-width: 991px) {
    .course-sideBar.offcanvas_set {
        display: none;
    }

    /* Tutor Filter */
    .in-title-44px {
        font-size: 40px;
    }

    .lms1-category-offcanvas.offcanvas-lg.offcanvas-start {
        width: 339px;
    }

    .lms1-category-sidebar {
        box-shadow: none;
    }

    /* Tutor Details */
    .lms1-tutor-offcanvas.offcanvas-lg.offcanvas-start {
        width: 339px;
    }

    .lms1-tutor-sidebar {
        box-shadow: none;
    }

    .tutor-rating-progress {
        width: 200px;
    }

    .tutor-review-rating {
        padding: 26.5px 30px 26.5px 0;
    }

    .fixed_footer_menu {
        display: block;
        background: #0a4b72;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999;
    }

    .fixed_footer_menu_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-block: 10px;
    }

    .fixed_footer_menu_inner a img {
        max-height: 40px;
        filter: brightness(100);
    }

    .footer-area {
        padding-bottom: 80px;
    }
}

@media all and (max-width: 767px) {
    .course-details h2 {
        font-size: 25px;

        line-height: 1.3;
    }

    body {
        font-size: 15px;
    }

    /* Tutor Filter */
    .in-title-44px {
        font-size: 35px;
    }

    .tutor-bootcamp-card {
        flex-direction: column;
    }

    .tutor-bootcamp-video {
        width: 100%;
    }

    /* Tutor Details */
    .in-title-30px {
        font-size: 28px;
    }

    .tutor-review-rating {
        padding: 26.5px 0px 26.5px 0;
    }

    .tutor-review-rating::after {
        display: none;
    }

}

@media all and (min-width: 576px) {

    .slider-arrow.left,
    .slider-arrow.right {
        display: none;
    }
}

@media all and (max-width: 576px) {
    .mobile-slider {
        display: flex;
        flex-wrap: nowrap !important;
        overflow: hidden;
        scroll-behavior: smooth;
        position: relative;
    }

    .mobile-slider>div {
        min-width: 80%;
        flex: 0 0 auto;
        box-sizing: border-box;
        padding: 10px;
    }

    /* Slider arrows */
    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        padding: 8px 12px;
        cursor: pointer;
        z-index: 10;
        font-size: 20px;
        border-radius: 50%;
    }

    .slider-arrow.left {
        left: 10px;
    }

    .slider-arrow.right {
        right: 10px;
    }

    .fixed_footer_menu_inner a img {
        max-height: 30px;
    }

    .footer-area {
        padding-bottom: 60px;
    }
}


@media all and (max-width: 575px) {
    .banner-content h1 {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 12px;
    }

    .logo-image img {
        height: 40px;
        object-fit: cover;
    }

    .banner-content {
        margin-top: 9px;
    }

    .section-padding {
        padding-top: 60px;
    }

    .ps-border {
        margin-bottom: 0;
    }

    .ps-single-wrap {
        padding: 20px;
        border-radius: 20px;
        transition: 0.5s;
        border-bottom: 1px solid #ffffff;
        border-radius: 0;
    }

    .title {
        font-size: 25px;
        line-height: 32px;
    }

    .single-category h4 {
        font-size: 18px;
        font-weight: 500;
    }

    .feature-wrapper.section-padding {
        padding-top: 30px;
    }

    .eBtn {
        padding: 10px 30px;
        font-size: 15px;
        font-weight: 400;
    }

    .ps-single-wrap img {
        margin-bottom: 12px;
    }

    .entry-title h3 {
        font-size: 18px;
    }

    .testimonials-wrapper.section-padding {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .testimonials-wrapper .section-title {
        margin-top: 0px;
    }

    .description.mt-5 {
        margin-top: 20px !important;
    }

    .skil-content ul {
        margin-top: 30px;
    }

    .footer-content p {
        margin-bottom: 20px;
    }

    .footer-content img {
        margin-bottom: 18px;
    }

    .footer-widget h4 {
        margin-bottom: 15px;
    }

    .footer-widget ul li a {
        margin-bottom: 10px;
    }

    .footer-widget {
        margin-bottom: 0;
    }

    .footer-bottom {
        margin-top: 39px;
    }

    .footer-policy {
        justify-content: center;
        flex-wrap: wrap;
        /* display: block; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px
    }

    .ps-single-wrap:hover {
        margin-top: 0px;
    }

    /* Tutor Filter */
    .in-title-44px {
        font-size: 30px;
    }

    /* Tutor Details */
    .in-title-30px {
        font-size: 26px;
    }

    .tutor-rating-progress-wrap {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }

    .tutor-rating-progress {
        width: 250px;
    }

    .performance-wrapper {
        padding-top: 0;
    }

    .section-b-padding {
        padding-bottom: 30px;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .login-img {
        display: none;
    }

    .login-area {
        margin-top: 10px;
    }

    .students_say_sec .swiper.lms-testimonial-2.swiper-initialized.swiper-pointer-events {
        padding-inline: 3px;
    }

    .counter-section-2 .row.mb-100px .title-4.mb-30px {
        margin-bottom: 5px !important;
    }

    .counter-section-2 .row.mb-100px {
        margin-bottom: 40px !important;
    }

    .blog-wrapper.section-padding .row.justify-content-center.mt-50.mobile-slider {
        margin-top: 20px !important;
    }

    .counter-single-item2 .fs-82px {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .subtitle-3.fs-18px {
        font-size: 14px !important;
    }

    .counter-area-wrap2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .counter-single-item2:nth-of-type(3)::after {
        display: none;
    }

    .title-4.mb-30px {
        margin-bottom: 15px !important;
    }

    .lms-testimonial-2 {
        padding: 20px 0 20px 0;
    }
}

@media all and (max-width: 420px) {
    .description-style iframe {
        width: 100%;
    }

    .fixed_footer_menu_inner a img {
        max-height: 25px;
    }

    .footer-area {
        padding-bottom: 50px;
    }

    .app_inner_set {
        flex-direction: column;
        gap: 10px;
    }

    .details-page-content .privacy-policy-section .container {
        padding: 0 0px;
    }

    .newsletter-form .eBtn {
        padding: 10.6px 24px;
    }

    .eNtery-item .entry-pagination {
        margin-top: 0;
    }
}

/* manjunath css */

@media (max-width: 576px) {
    .banner-content.banner-btn {
        margin-top: 20px;
    }

    .section-padding {
        padding-top: 30px;
    }

    .feature-wrapper.section-padding {
        padding-top: 10px;
    }

    .eBtn {
        padding: 10px 26px;
    }

    .mobile-slider>div {
        margin-bottom: 10px;
    }

    .skil-content a.eBtn.gradient.mt-50.mb-5 {
        margin-block: 20px 0 !important;
    }

    .res-control.d-flex.align-items-center.justify-content-between {
        justify-content: start !important;
    }

    .res-control .section-title {
        text-align: start;
    }

    .eNtery-item .courses-img div.position-absolute {
        top: -4px !important;
        left: 4px !important;
    }

    .gradient-border-btn {
        font-size: 14px;
        font-weight: 500;
        width: 168px;
    }

    .gradient-border2 {
        width: 170px;
    }

    .breadcum-area .course-details a.d-flex.text-dark {
        font-size: 14px;
        line-height: 20px;
    }

    .pro-20 {
        width: 15px;
        height: 15px;
    }

    .gradient-border.radius-22.page-static-sidebar.right_side_space .ps-box.ps-sidebar {
        margin-top: 0;
    }

    .creator img {
        height: 16px;
        width: 16px;
    }

    .g-card .card-body h5 {
        font-size: 12px;
    }

    .g-card .entry-title h3 {

        line-height: 26px;
    }

    .g-title {
        font-size: 22px;
    }

    .section-padding {
        padding-top: 40px;
    }

    .course-details .row-gap-4 {
        row-gap: 7px !important;
    }

    .banner-content h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .banner-btn {
        margin-top: 20px;
    }

    .eBtn {
        padding: 10px 30px;
        font-size: 13px;
        font-weight: 400;
        padding: 5px 15px;
    }

    .course-details .g-text {
        margin-bottom: 16px;
    }

    .creator p span {
        font-weight: 500;
        font-size: 14px;
    }

    .eNtry-breadcum .breadcrumb-item.active {
        font-size: 14px;
    }
}

/* manjunath css end */
