@media (max-width: 992px) {
    .simox-image-wafer-wrap {
        text-align: left;
    }

    .simox-img {
        width: 100%;
        max-width: 395px;
        margin-bottom: 24px;
    }
    .human-hair-img {
        margin-bottom: 24px;
    }
    .silicon-tab-img-wrap {
        margin-left: 0;
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .top-main-header {
        width: 100vw;
    }
    .top-main-header .desktop-logo {
        height: 29px;
    }
    .hero-header {
        min-height: 382px;
        margin-bottom: 134px;
    }
    .hero-header .hero-title-text {
        font-size: 32px;
        padding: 0 20px;
    }
    .hero-header .review-box {
        height: 192px;
    }
    .review-card {
        padding: 20px 20px 20px;
        min-height: 190px;
        max-height: 190px;
    }
        .review-card .review-description {
            font-size: 16px;
            line-height: 22px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    .section-medium-text.mw-440.ms-auto {
        text-align: left;
    }
    .white-section-box {
        padding: 24px;
    }
    .section-title-text {
        font-size: 24px;
    }
    .section-medium-text {
        font-size: 16px;
        line-height:22px;
    }
    .section-info-text {
        font-size: 16px;
        line-height: 22px;
    }
    .charge-image-wrap svg {
        width: 68px;
        height: 68px;
    }
    .white-section-box.mb-26.gap-75 {
        flex-direction: column;
        gap: 24px;
    }
    .d-flex.flex-row.gap-12 > a.btn {
        flex: 1 0 0%;
        justify-content: center;
    }
    .new-sale-image-box {
        height: 190px;
    }
    .container {
        --bs-gutter-x: 2.5rem;
    }
    .white-section-box.mob-p-12 {
        padding: 12px;
    }
    .white-section-box.mob-p-18 {
        padding: 18px;
    }
    .pricing-white-bg {
        padding: 12px;
    }
        .pricing-white-bg .pricing-box {
            padding: 8px;
        }
        .pricing-white-bg > .btn {
            width: 100%;
            justify-content: center;
        }
    .made-in-usa-img {
        width: 46px;
    }
    .checkmark-pill-wrap .checkmark-pill {
        padding: 8px;
        min-height: 34px;
    }
    .checkmark-pill-wrap .checkmark-pill .check-icon {
        width: 16px;
        height: 16px;
    }
    .checkmark-pill-wrap .checkmark-pill .check-label {
        font-size: 14px;
        line-height: 18px;
    }
    .btn.btn-block-mobile {
        display: flex;
        width: 100%;
        justify-content:center;
    }
    .wafer-gradient-box {
        margin-bottom: 10px;
        padding: 8px;
    }
    .mb-140,
    .mb-100 {
        margin-bottom: 40px;
    }
    .sale-table thead tr th,
    .sale-table tbody tr td {
        font-size: 7px;
    }
    .new-sale-label-2 {
        font-size: 14px;
    }
    .btn.btn-expand {
        font-size: 10px;
    }
    .nav.nav-pills .nav-item .nav-link {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 16px;
    }
    .wafer-detail-box {
        padding: 0;
    }
    .accordion-button::after {
        margin-left: 24px;
    }
    .white-section-box.p-40.contact-me-box {
        padding: 18px !important;
        align-items: start;
    }
        .white-section-box.p-40.contact-me-box .section-medium-text {
            text-align: left !important; 
        }
        .white-section-box.p-40.contact-me-box .section-medium-text > span {
            font-weight: 700;
        }
    .footer-black {
       padding-top: 20px;
       padding-bottom: 20px;
    }
        .footer-black .footer-logo {
            height: 39px;
        }
        .footer-block .footer-navbar {
            display: flex;
            flex-direction: column;
        }
    .footer-black .footer-navbar .footer-link-wrap {
        margin-left: 0;
        margin-top: 24px;
        flex-wrap: wrap;
        gap: 20px 30px;
    }
    .top-main-header .navbar-nav .dropdown-menu {
        max-height: calc(100vh - 350px);
    }
    .silicon-tab-img-wrap {
        width: 100%;
        min-height: 210px;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 24px;
    }
    .accordion.dark-accordion .accordion-item .accordion-header .accordion-button {
        padding: 18px;
    }
    .new-sale-image-box .new-sale-label {
        top: 10px;
        right: 10px;
    }
    p.section-info-text.fw-bold {
        white-space: nowrap;
        display: flex;
    }

        p.section-info-text.fw-bold .pipe-green-text {
            white-space: normal;
            padding-left: 6px;
        }
}

@media (max-width: 576px) {
    .row.gap-4.mb-140 {
        gap: 1rem !important;
    }
    .mfg-box {
        width: 100px;
    }
    .mfg-box > img {
        max-width: 100%;
    }
}

@media (max-width: 391px) {
    .row.gap-4.mb-140 {
        gap: 1rem !important;
    }
    .mfg-box {
        width: calc(100vw - 62vw);
    }
    .mfg-box > img {
        max-width: 100%;
    }
}
