@media (max-width: 575.98px) {}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 50px;
        width: 50px !important;
    }

    .breadcrumb-banner {
        height: 70vh;
    }

    .about-img img {
        height: 300px;
    }

    .banner-content,
    .contact-content {
        max-width: 100%;
    }

    .main-navbar {
        overflow: hidden;
        padding: 10px 0 !important;

    }

    p {
        line-height: 1.6;

    }

    .testimonial-section .swiper-button-prev,
    .testimonial-section .swiper-button-next {
        display: none !important;
    }

    .testimonial-item-content {
        width: auto;
    }

    .mobile.nav-item,
    .mobile.sub-menu li {
        position: relative;
    }

    .nav-item.active .sub-menu {
        position: static;
    }

    .main-navbar.is-fixed {
        box-shadow: none;
        border-bottom: 1px solid var(--main-color);
    }

    .mobile-hero-nav.hero-fixed {
        top: 80px;
    }

    .upper-navbar-right {
        gap: 5px;
    }

    .upper-navbar-right .social-media-navbar {
        justify-content: flex-start;
        gap: 2px;
    }

    .hero-section,
    .hero-slider2 {
        height: 350px;
    }

    .hero-section .swiper-pagination {
        bottom: 3rem !important;
        text-align: center;
        margin-left: 0;
    }

    .hero-section .swiper-button-prev {
        left: 3rem;
        top: 80%;
    }

    .hero-section .swiper-button-next {
        right: 3rem;
        top: 80%;
    }

    .ideasBymonth-arrow {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 100px;
    }


    .hero-content {
        text-align: center;
    }

    .hero-title {
        margin-bottom: 20px;
    }

    .hero-text {
        display: none;
    }

    .hero-section .hero-title {
        font-size: 30px;
        line-height: 1.2;
    }


    .section-title h2 {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }

    .section-title p {
        font-size: 20px !important;
        max-width: 100% !important;
        margin-inline: 20px !important;
    }
    .video-section{
        height: 50vh;
    }
    .blog-details-wrapper{
        margin: 0 1rem;
        max-width: 100%;

    }
    .menu-mobile-fixed a h5 {
        font-size: 12px;
    }

    .scroll-top.active {
        bottom: 80px;
        right: 30px;
    }

    .blog-details-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .expert-item{
        margin: 0;
    }
    .book-trust h2, .meet-expert h2{
        font-size: 40px;
    }
    .expert-item h3 {
        font-size: 30px;
    }

    .section-title-para {
        width: 100% !important;
    }

    .expert-item {
        margin: auto;
        overflow: hidden;
    }
}

@media (min-width: 990px) and (max-width: 1400px) {}