@media screen and (min-width: 1600px) {
    .container.customContainer {
        max-width: 100%;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    html {
        font-size: 12px;
    }
    .swiper {
        width: 68%;
        float: unset!important;
        margin: auto!important;
    }
    .wrap-nav {
        position: unset!important;
    }
    #navbarCollapse {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -40%;
        background: rgb(255, 255, 255);
    }

    .partners {
        overflow-x: auto;
        overflow-y: hidden;
        height: max-content;
    }

    .partners .nav-pills {
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .partners .nav-pills .nav-link {
        white-space: nowrap;
    }

    .about-card {
        grid-template-columns: 1fr;
        grid-gap: 10%;
    }

    .about-content {
        border: none !important;
    }

    .partners-images {
        grid-template-columns: repeat(3, 1fr);
    }

    .card-create-order {
        grid-template-columns: 1fr;
    }

    .aiz-steps {
        overflow-y: auto;
    }
    .card-row.less-gap {
        gap: 1.75rem;
    }
}


@media screen and (max-width: 500px) {
    html {
        font-size: 10px;
    }

    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-img {
        margin: auto;
    }

    .get-start-buttons {
        width: 100%;
    }

    .card-create-order {
        margin: 3.75rem 1.563rem 3.125rem;
    }

    .customer-receipt {
        margin: 3.75rem 1.563rem 3.125rem;
    }

    .order-header {
        margin: 0;
    }

    .table thead th, .table td, .table th {
        white-space: nowrap;
    }

    .custom-alert {
        white-space: nowrap;
    }

    .table-follow-order a {
        white-space: nowrap;
    }

    .step-item {
    }
    .aiz-steps.arrow-divider > .col::before {
        content: none!important;
    }
    .category-title {
        font-size: 1.2rem;
    }
    .aiz-megabox {
        font-size: 1rem;
    }
    .item-download-file {
        display: grid;
        grid-template-columns: .4fr .4fr 1fr .8fr;
        margin-top: 2rem;
    }
}
