/* Desktop hover only */
@media (min-width: 992px) {

    .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

}

@media(max-width:1700px) {
    .header-logo {
        max-height: 60px;
    }

    .extra-top-space {
        height: 95px;
    }

    .learning-page-right-bar {
        height: calc(100vh - 90px);
    }

    .user-profile-leftbar {
        top: 120px;
    }
}

@media(max-width:1600px) {
    .white-contact-bg {
        bottom: -460px;
    }

    .why-choose-item {
        max-width: 230px;
    }

    .carrer-step-img-main-odd {
        margin-top: 286px;
    }

    .carrer-step-content {
        min-height: 250px;
    }

    .carrer-step-img-main-even .carrer-step-content {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
}

@media(max-width:1500px) {
    .white-contact-bg {
        bottom: -450px;
    }

    .header-menu .nav-link {
        font-size: 20px;
        color: #3e4095;
        font-weight: 700;
        padding: 8px 5px;
        padding-right: 6.5px !important;
        padding-left: 6.5px !important;
    }
}

@media(max-width:1400px) {
    .team-card.syllabus .team-img {
    margin-bottom: 280px; 
}
    .carrer-step-img-main-odd {
        margin-top: 0;
    }

    .carrer-step-content {
        min-height: 0;
    }
}

@media(max-width:1370px) {
      .team-card.syllabus .team-img {
    margin-bottom: 230px; 
}
    .white-contact-bg {
        bottom: -440px;
    }

    .legend-box legend {
        bottom: -18px;
    }

    .header-logo {
        max-height: 50px;
    }

    .extra-top-space {
        height: 85px;
    }

    .header-menu .nav-link {
        font-size: 18px;
    }

    .header-menu .menu-custom-dropdown .nav-link {
        font-size: 14px;
        padding: 3px 5px;
    }

    .menu-bar {
        width: 100%;
        justify-content: end;
        flex-wrap: wrap;
    }

}


@media(max-width:1300px) {
    .white-contact-bg {
        bottom: -430px;
    }

}

@media(max-width:1200px) {
    .user-profile-rightbar{
        min-height:50vh;
    }
    .user-profile-leftbar {
        position: static;
        padding: 0 25px;
    }

    .user-profile-leftbar-main {
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 999999;
        background: #fff;
        height: 100vh;
        box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
        transition: 1s all ease;
    }

    .user-profile-leftbar-main.active {
        left: 0;
    }

    .learning-page-right-bar {
        height: 100vh;
    }

    .theme-btn-custom1.theme-btn-custom2.cart-btn.learning-page-heaading.open-user-sidebar {
        width: 50px !important;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: initial !important;
    }

    .theme-btn-custom1.theme-btn-custom2.cart-btn.learning-page-heaading.user-side-close-btn {
        width: 40px !important;
        height: 40px;
        margin: 15px 15px 0 auto;
        padding: initial !important;
    }

    .theme-btn-custom1.theme-btn-custom2.cart-btn.learning-page-heaading.course-content-close-btn {
        width: 40px !important;
        height: 40px;
        margin: 5px 5px 0 auto;
        padding: initial !important;
    }

    .learning-mobile-sidebar {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999999;
        transition: 0.3s all ease;
    }

    .learning-mobile-sidebar.active {
        left: 0;
    }

    .menu-custom-dropdown {
        box-shadow: none;
        text-align: center;

    }

    .white-contact-bg {
        bottom: -410px;
    }

    .review-container .review-box {
        padding: 25px;
    }

    .course-card:nth-child(1),
    .course-card:nth-child(4),
    .course-card:nth-child(2) {
        border-right: none;
    }

    .contact-main-home {
        padding: 20px;
    }

    .col-contact-main1 img.w-50 {
        width: 48% !important;
    }

    .intro-right-content {
        padding: 25px 10px 25px 10px !important;
    }

    .main-header {
        background: #FFF;
        /* position: static; */

    }

    .main-header.fixed-top-custom {
        position: sticky;
    }

    .extra-top-space {
        height: 95px;
    }
}

@media(max-width:1100px) {
    .white-contact-bg {
        bottom: -390px;
    }
}

/* Mobile */
@media (max-width: 991px) {
    .about-page-certificate{
    top: 150px;
    margin-top: -125px;
    margin-bottom: 125px;
}
        .team-card.syllabus .team-img {
        margin-bottom: 140px;
    }
    .career-opening-column{
    flex-direction:column;
    gap:25px;
    justify-content:start;
    align-items:start;
    }
    .extra-top-space {
        height: 85px;
    }

    .white-contact-bg {
        width: 95%;
        height: 600px;
        bottom: auto;
        top: calc(100% - 165px);
        border-radius: 30px;
    }

    .section-padding.contact-page-form {
        padding-top: 0 !important;
    }

    .contact-form-main,
    .intro-right-content {
        max-width: 100% !important;
    }

    .owl-dot {
        margin-right: 15px;
    }



    footer {
        padding: 2em 0 1.5em;
    }

    .footer-column1 {
        width: 100%;
    }

    .footer-column1 img {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .main-header {
        background: #FFF;
        padding: 0;
    }

    .header-logo {
        max-height: 45px;
    }

    .navbar-collapse {
        background: #fff;
        margin-top: 10px;
        padding: 15px 0;
        border-top: 1px solid #ddd;
    }

    .header-menu .nav-link {
        padding: 10px 0;
        font-size: 15px;
    }

    .blog-right-box-container {
        border-left: none;
        border-bottom: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media(max-width:786px) {
    .schedule-learning-main {
        padding: 18px;
    }

    .home-banner-botttom {
        max-width: 1300px;
        width: 100%;
        position: static;
        transform: none;
        z-index: 9;
        padding: 15px;
        background-color: #faa61a;
    }

    .faq-main.faq-page-main .accordion-item {
        border-bottom: none;
        margin-bottom: 15px;
    }

    .pilot-program-container.theme-container , .theme-container.mission-main-yellow-bg {
        border-radius: 50px;
    }

    .theme-container.mission-main-yellow-bg.carrer-form-conatiner {
        max-width: 1485px;
        padding: 30px 20px;
        width: 95%;
    }

    .pilot-program-content {
        padding: 20px;
    }

    .carrer-step-img {
        max-width: 200px;
    }

    .team-details.syllabus {
        max-width: calc(100% + 30px);
    }

    .pilot-program-container img,
    .admission-proccess-container.theme-container {
        border-radius: 50px;
    }

    .fip-gallery-img {
        cursor: pointer;
        border-radius: 30px;
    }

    .course-details-right {
        border-radius: 30px;
    }

    .addmission-form-img,
    .intro-video iframe,
    .intro-video .thumbnail-img {
        border-radius: 30px;
    }

    .course-accordian-head {
        flex-direction: column;
        align-items: self-start;
        gap: 5px;
    }

    .course-accordian-head-left {
        align-items: self-start;
        flex-direction: column;
    }

    .course-accordian-body-content svg {
        width: 28px;
    }

    .course-accordian-head .course-accordian-head-left {
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .review-box .review-box-head .review-box-head-left {
        flex-direction: column;
        gap: 10px;
        max-width: calc(100% - 100px);
    }

    .review-box .review-box-head {
        align-items: self-start;
    }

    .single-rating {
        padding: 10px 18px;
    }

    .review-text {
        max-width: 1265px;
        padding: 0;
    }

    .review-container .review-box {
        border-radius: 30px;
    }

    .course-includes-row {
        justify-content: center;
    }

    .course-accordian-body-right {
        gap: 25px;
    }

    .course-accordian-body-right .preview-btn {
        margin: 0;
    }

    .course-content-main {
        padding: 50px 25px;
    }

    .legend-box legend {
        bottom: -14px;
    }

    .course-name {
        border-radius: 20px 20px 0 0;
        padding: 8px 15px 5px;
    }

    .course-card img {
        border-radius: 45px;
        height: 450px;
    }

    .footer-column2,
    .footer-column3,
    .footer-column4 {
        width: 100%;
        text-align: center;
    }

    .footer-logo {
        max-width: 350px;
    }

    .intro-logo img {
        height: auto;
        width: 100%;
    }

    .intro-logo {
        width: 100%;
        max-width: 320px;
    }

    .registration-main {
        margin-top: 30px;
    }

    .registration-page-close-btn {
        top: -8px;
        right: 20px;
    }

    .video-container .video-js {
        height: 280px;
    }
}

@media (max-width: 550px) {
    .nav-link {
    padding: .5rem 0;
    }
    .learning-page-info .addmission-form-btn {
        width: 150px !important;
        max-width: 150px !important;
    }

    .white-contact-bg {
        top: calc(100% - 200px)
    }

    .contact-details-right img {
        width: 45px;
    }

    .pilot-program-container img {
        object-position: -600px;
    }

    .pilot-program-content {
        justify-content: start;
    }

    .team-card.syllabus {
        margin-bottom: 0;
    }

    .course-includes-row .course-includes-item {
        max-width: 100%;
    }

    .course-details-right-content {
        padding: 25px 15px;
    }

    .course-content-main {
        padding: 30px 15px 15px;
    }

    .course-accordian-head {
        padding: 15px;
        border-radius: 12px;
    }

    .course-accordian-body-content {
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    .course-content-main {
        border-radius: 30px;
    }

    .banner-slider-mobile .home-slider-item img {
        height: 600px;
        object-fit: cover;
        width: 100% !important;
    }

    .home-banner-botttom {
        bottom: -20px;
    }

    .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }

    .contact-main-home {
        padding: 20px;
    }

    .team-card .team-img {
        width: 280px;
        border-radius: 40px;
    }

    .team-details {
        width: 310px;
        height: 260px;
        border-radius: 55px;
    }
    .team-details .team-data:not(.admission-data) {
        min-height: auto;
        height: 48px;
    }
    .course-card img {
        border-radius: 35px;
        height: 350px;
    }

    .header-logo {
        max-height:33px;
        object-fit: contain;
    }

    .extra-top-space {
        height: 70px;
    }

.team-card.syllabus{
    margin-bottom:80px;
}
}

@media (max-width: 500px) {
     .about-page-certificate{
    top: 125px;
    margin-top: -100px;
    margin-bottom: 100px;
}
    .theme-btn-custom1.theme-btn-custom2.cart-btn.learning-page-heaading.cart-page-btn {
        width: 170px !important;
    }
        .team-card.syllabus .team-img {
        margin-bottom: 80px;
    }
    
.team-card.syllabus{
    margin-bottom:100px;
}

}

@media (max-width: 430px) {
.team-card.syllabus{
    margin-bottom:140px;
}

    .team-card.syllabus .team-img {
        margin-bottom: 20px;
    }
}
@media (max-width: 400px) {
    .team-card.syllabus{
    margin-bottom:150px;
}

    .header-logo {
        max-height: 30px;
        object-fit: contain;
    }
}
@media (max-width: 380px) {
    .header-logo {
        max-height: 25px;
        object-fit: contain;
    }
     .team-card.syllabus{
    margin-bottom:180px;
}
}