@charset "utf-8";

/* CSS Document */


/*---For Laptop---*/

@media (max-width: 1800px) {}

@media (max-width: 1600px) {}

/*---For Laptop---*/

@media (min-width: 1200px) and (max-width: 1600px) {}

@media (max-width: 1399px) {
    .main-header .header-wrapper .nav-head .navbar-nav {
        gap: 20px;
    }

    .home-banner .image {
        max-width: 680px;
    }

    .home-banner .section-heading ul li h4 {
        font-size: 14px;
    }

    .home-banner .section-heading ul li img {
        width: 40px;
        height: 40px;
    }

}

/*---For Horizental iPad---*/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1444px) {}

@media(max-width: 1199px) {}

@media(max-width: 991px) {

    .main-header .header-wrapper .top-head,
    .main-header .header-wrapper .nav-head {
        display: none;
    }

    .mobile-header {
        display: flex;
        background: #fff;
        position: relative;
        z-index: 999;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        box-shadow: 0 4px 10px 0 rgb(0 0 0 / 5%);
        background: #fff;
    }

    .main-header.fixed-header .mobile-header {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 999;
    }

    .mobile-header .logo img {
        width: 100%;
        max-width: 150px;
    }

    .mobile-header .mobile-nav-toggler {
        font-size: 30px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-header {
        position: relative !important;
    }

    .section-title {
        padding: 50px 0;
    }

    .about-banner {
        padding: 50px 0;
    }

}

/*---For Vertical iPad---*/

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 768px) {}

/*---For Mobile---*/

@media (max-width: 767px) {
    .footer .footer-box .footer-social ul {
        justify-content: center;
    }

    .footer .footer-box .footer-logo {
        margin: auto;
        margin-bottom: 15px;
    }

    .form-contact {
        padding-top: 0;
    }

    .about-banner .section-heading {
        padding: 20px 0;
        margin: 0;
    }

    .call-info {
        padding: 20px 10px;
    }

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

    .call-info .consultation-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
    }

    .call-info .consultation-box span {
        display: none;
    }

    .video-gallery {
        padding: 40px 0;
    }

    .section-heading .sub_title span {
        font-size: 16px;
    }

    .section-heading .title,
    .toppers-section .toppers-text h1,
    .call-action .outer-box .content h4 {
        font-size: 24px;
    }

    .section-heading .sub_title::before {
        height: 1px;
        top: 35%;
    }

    .section-heading .sub_title::after {
        height: 1px;
        top: 60%;
    }

    .section-heading .sub_title {
        margin-bottom: 5px;
    }

    .our-journey .outer-box {
        flex-wrap: wrap;
        justify-content: start;
    }

    .our-journey .card-journery {
        flex-direction: row;
        justify-content: start;
        gap: 10px;
    }

    .our-journey .card-journery .icon {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .our-journey .journery-item {
        width: 100%;
    }

    .our-journey .journery-item:nth-child(even) .card-journery {
        flex-direction: row;
    }

    .our-journey .card-journery .content h4 {
        text-align: start;
    }

    .founder-message .founder-image img {
        display: none;
    }

    .founder-message .box-outer {
        padding: 20px;
    }

    .founder-message {
        padding: 50px 0;
    }

    .call-action .outer-box .side-box {
        display: none;
    }

    .call-action .outer-box .content {
        width: 100%;
        padding: 15px;
    }

    .call-action .outer-box {
        border: 2px solid #FF5500;
        border-radius: 10px 50px 10px 10px;
    }

    .call-action .outer-box::before {
        display: none;
    }

    .institute-overview .section-heading .box-overview .content {
        padding-left: 10px;
    }

    .institute-overview .section-heading .box-overview .content h4 {
        font-size: 16px;
    }

    .institute-overview .image-flex {
        gap: 10px;
    }

    .institute-overview .image-flex img {
        width: 48%;
    }

    .what-drive .card-dirve .content h4 {
        font-size: 16px;
    }

    .our-journey .card-journery .content h4 {
        font-size: 16px;
    }

    .our-mission .card-mission {
        padding: 20px;
    }

    .home-banner {
        padding: 50px 0 0;
    }

    .home-banner .image {
        position: relative;
    }

    .home-banner .section-heading ul li {
        padding: 15px 10px;
        max-width: 33%;
    }

    .home-banner .section-heading ul li img {
        width: 30px;
        height: 30px;
    }

    .home-banner .section-heading ul li h4 {
        font-size: 10px;
    }

    .home-banner .section-heading .btn-group {
        gap: 10px;
    }

    .recent-course .nav-bar {
        overflow: auto;
    }

    .form-career .image {
        display: none;
    }

    .form-career .outerbox {
        padding: 50px 10px;
    }

    .why-us .card-why .content h4 {
        font-size: 16px;
    }

    .about-us .image-about {

        position: relative;
    }

    .about-us .section-heading {
        padding: 0;
    }

    .course-banner .image {
        position: relative;
        right: 0;
    }

    .course-banner .section-heading {
        padding: 0;
    }

    .key-features .card-feature {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .key-features .card-feature .content {
        width: 100%;
        padding: 0;
    }

    .key-features .card-feature::after {
        display: none;
    }

    .key-features .card-feature .icon {
        background: #3D3D3D;
        width: 100px;
        height: 100px;
        border-radius: 100px;
    }

    .key-features .card-feature .content {
        text-align: center;
        margin-top: 15px;
    }

    .sticky-card {
        position: relative !important;
        top: 0 !important;
        right: 0;
        left: 0;
        margin: 15px auto;
    }

    .batch-details .card-batch-details {
        padding: 20px;
    }

    .admission-process {
        padding: 50px 0;
    }

    .how-it-working::after {
        display: none;
    }

    .how-it-working .section-heading {
        margin-bottom: 40px;
    }

    .faq-section .accordion-body {
        padding: 10px 0;
    }

    .our-topper .batch-tabing {
        flex-direction: row !important;
        flex-wrap: nowrap;
        justify-content: start;
        overflow: auto;
        display: flex;
        max-width: 100%;
        margin: 20px 0;
        padding-bottom: 15px;
    }

    .our-topper .nav-bar {
        overflow: auto;
        padding-bottom: 15px;
    }

    .our-topper .batch-tabing .nav-link {
        padding: 10px 20px;
        font-size: 12px;
    }

    .our-topper .nav-bar .nav-pills .nav-link {
        font-size: 14px;
        padding: 12px 20px;
    }

    .our-topper .card-stories .rank {
        font-size: 12px;
    }

    .our-topper .card-stories {
        padding: 15px 15px;
    }

    .result-hightlight .card-hightlight h4 {
        font-size: 14px;
        padding: 18px;
    }

    .result-hightlight .card-hightlight .icon {
        width: 100px;
        height: 100px;
    }

    .result-hightlight .card-hightlight .icon img {
        width: 40px;
        height: 40px;
    }

    .toppers-section .toppers-badge img {
        margin: auto;
    }

    .toppers-arc {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding-top: 20px;
    }

    .toppers-arc .toppers-img {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
    }

    .toppers-arc .toppers-img img {
        width: 80px !important;
        height: 80px !important;
    }

    .toppers-arc .toppers-img .air-label {
        padding: 3px 10px !important;
        font-size: 10px !important;
    }

    .toppers-section .toppers-badge img {
        max-width: 150px;
    }

    .home-banner .section-heading {
        padding-bottom: 50px;
    }

    .our-course .course-card {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 10px 10px 25px;
        height: 100%;
        gap: 10px;
        text-align: center;
        justify-content: start;
    }

    .our-course .course-card .icon img {
        width: 90px;
        height: 90px;
    }

    .our-course .course-card .text h4 {
        font-size: 16px;
    }

    .our-course .course-card .btn-card {
        left: 0;
        width: max-content;
        right: 0;
        margin: auto;
        font-size: 14px;
        font-weight: 600;
    }

    .why-us .card-why {
        gap: 15px;
    }

    .why-us .card-why .icon {
        width: 70px;
        height: 70px;
        padding: 15px;
    }

    .why-us .card-why .content {
        width: calc(100% - 70px);
    }

    .batch-details .navbar-batch {
        display: none;
    }

    .batch-details .outerbox-batch {
        padding-top: 40px;
    }
    .what-drive .col-md-6:nth-child(1) .card-dirve,
    .what-drive .col-md-6:nth-child(2) .card-dirve{
        background-color:#fff;
    }
    .what-drive .col-md-6:nth-child(1) .card-dirve .content h4,
    .what-drive .col-md-6:nth-child(1) .card-dirve .content p,
    .what-drive .col-md-6:nth-child(2) .card-dirve .content h4,
    .what-drive .col-md-6:nth-child(2) .card-dirve .content p {
        color: #18162B;
}

.what-drive .col-md-6:nth-child(1) .card-dirve .icon,
.what-drive .col-md-6:nth-child(2) .card-dirve .icon {
    background-color: var(--primary-color);
}

.what-drive .col-md-6:nth-child(1) .card-dirve .icon img,
.what-drive .col-md-6:nth-child(2) .card-dirve .icon img {
    filter: inherit;
}
.call-info ul{
    justify-content: center;
}
.call-info ul li{
    padding-left: 0;
    text-align: center;
}
.call-info ul li i{
    position: relative;
        margin-bottom: 10px;
}
.batch-details .card-batch-details .about-details ul li{
    flex-wrap: wrap;
}
.batch-details .card-batch-details .about-details ul li span{
    width: 100%;
}
.faq-section .accordion .accordion-item .accordion-button{
    padding: 15px 0;
}
.menu-item-404 .mm-btn.mm-btn_next.mm-listitem__btn{
    position: absolute;
}
.mm-btn.mm-btn_next.mm-listitem__btn{
    position: relative;
}

}

@media (max-width: 480px) {
    .button-theme {
        font-size: 14px;
    }
}

@media (max-width: 414px) {}

@media (max-width: 411px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}