/* Small Desktop */
@media (max-width: 1200px) {
    .menu-wrapper .menu-list li a {
        font-size: 16px;
    }

    .home-crisis .crisis-para {
        padding: 0 120px;
    }

    .home-crisis .percentage-wrapper {
        padding: 0;
    }

    .home-steps .home-steps-img {
        padding: 0 120px;
    }

    .home-our-tech .home-tech-wrapper .home-tech-box .home-tech-para {
        font-size: 15px;
    }

    .home-our-tech .home-tech-wrapper .home-tech-box {
        padding: 12px;
    }

    .home-our-tech .home-tech-wrapper .home-tech-box .home-tech-img {
        width: 80px;
        height: 80px;
    }

    .home-impact .impact-wrapper {
        padding: 0 30px;
    }

    .home-impact .impact-wrapper .icon-div {
        width: 100px;
        height: 100px;
        padding: 15px;
    }

    .home-impact .impact-wrapper .impact-title {
        font-size: 30px;
    }

    .home-impact .impact-wrapper .impact-text {
        font-size: 16px;
    }

    .home-stories .stories-title {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .air-pollution .pollution-title {
        font-size: 20px;
    }

    .air-pollution .pollution-text {
        font-size: 18px;
    }

    .air-pollution .pollution-list-text {
        font-size: 18px;
    }
}
/* Small Laptop & Tablet */
@media (max-width: 992px) {
    header .logo-wrapper {
        justify-content: space-between;
    }

    .sidebar-menu-btn {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: var(--themecolor);
        color: var(--whitecolor);
        box-shadow: none !important;
        outline: none !important;
        border: none !important;
    }

    .sidebar-offcanvas {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        width: 75% !important;
    }

    .sidebar-offcanvas .offcanvas-body {
        padding: 25px;
    }

    .sidebar-offcanvas .sidebar-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-offcanvas .sidebar-close-btn {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 0;
        border: none;
        box-shadow: none !important;
        outline: none !important;
        background-color: #ddd;
        color: var(--blackcolor);
    }

    .sidebar-offcanvas .menu-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 30px !important;
    }

    .sidebar-offcanvas .menu-list .header-link {
        display: block;
        padding: 10px 20px;
        border-radius: 10px;
        background-color: #eee;
        color: var(--blackcolor);
    }

    .sidebar-offcanvas .menu-list .header-link.active {
        background-color: var(--themecolor);
        color: var(--whitecolor);
    }

    .home-banner {
        padding: 100px 0;
    }

    .home-crisis .crisis-para {
        padding: 0;
    }

    .home-steps .home-steps-img {
        padding: 0;
    }

    .web-heading {
        font-size: 27px;
    }

    .home-biomarker .biomarker-wrapper .biomarker-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .home-biomarker .biomarker-wrapper .biomarker-para {
        font-size: 16px;
    }

    .home-our-tech .home-tech-wrapper {
        gap: 10px;
    }

    .home-our-tech .home-tech-wrapper .home-tech-box::after {
        display: none;
    }

    .home-global-collab .collab-text {
        padding: 0;
        font-size: 20px;
    }

    .home-global-collab .global-logo-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .breadcrumb-clean-style .breadcumb-title {
        font-size: 36px;
    }
}
/* Tablet & Mobile */
@media (max-width: 767px) {
    .section-padding {
        padding: 30px 0;
    }

    header {
        padding: 12px 0;
    }

    header .logo-wrapper img {
        width: 150px;
    }

    .home-banner::before {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .home-banner .banner-title {
        font-size: 40px;
    }

    .home-banner .banner-para {
        font-weight: 500;
        font-size: 17px;
        line-height: 24px;
    }

    .web-heading {
        font-size: 24px;
    }

    .home-crisis .crisis-subheading {
        font-size: 18px;
    }

    .home-crisis .crisis-para {
        font-size: 16px;
    }

    .home-crisis .crisis-second-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .home-crisis .percentage-wrapper {
        padding: 20px;
    }

    .home-wait .home-wait-subheading {
        font-size: 22px;
        font-weight: 600;
    }

    .home-wait iframe {
        height: 300px;
    }

    .home-steps .home-steps-img {
        margin-top: 20px;
    }

    .home-biomarker .biomarker-wrapper {
        flex-direction: column;
        align-items: start;
        padding: 0 20px;
    }

    .home-biomarker .biomarker-wrapper .biomarker-img {
        width: 100%;
        height: auto;
    }

    .home-our-tech .home-tech-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }

    .home-impact .impact-sub-para {
        font-size: 18px;
    }

    .home-impact .impact-wrapper {
        padding: 0;
    }

    .home-stories .stories-title {
        text-align: center;
    }

    .home-stories .stories-text {
        text-align: center;
        font-size: 18px;
    }

    .home-stories .quote-2 {
        margin-right: 0;
        margin-top: 20px;
    }

    .breadcrumb-clean-style .breadcumb-title {
        font-size: 26px;
    }

    .clean-text-container {
        max-width: 100%;
        padding: 20px;
    }
}
