@media only screen and (max-width: 1400px) {
    .buyinginquiries {
        & .card-footer {
            small {
                width:210px;
            }
        }
    }
}
@media only screen and (max-width: 1300px) {}
@media only screen and (max-width: 1200px) {
    .buyinginquiries {
        .filter-pills {
            width: 1000px;
        }
            #state {
                /* width: auto; */
                width: 143px;
            }
            #city {
                /* width: auto; */
                width: 125px;
            }
            .form-select {
                width: 113px;
            }
    }
    .postrequir {
        .postb-np h2 {
            font-size: 45px;
            line-height: 51px;
        }
    
        .requirements-section {
            min-height: 450px;
        }
    
        .section-post {
            min-height: 433px;
        }
    
        .steps-container {
            h2 {
                font-size: 40px;
                line-height: 48px;
            }
        }
    }
    
}
@media only screen and (max-width: 1100px) {
    .buyinginquiries {
        .filter-pills {
            width: 1000px;
        }
        .form-select {
            width: 113px;
        }
    }
    .postrequir{
        .steps-container {
            h2 {
                font-size: 35px;
                line-height: 45px;
            }
        }
    }
    
}
@media only screen and (max-width:992px) {
    .buyinginquiries {
        .filterui {
            display: none;
        }
        .filter-pills {
            display: none;
        }
    }
    .modal-content_buy {
        width: 60%;
      }
      .postrequir{
        .icons-section {
            margin-top: 50px;
        }
        .steps-container {
            padding: 90px 20px 80px 20px !important;
    
            h2 {
                font-size: 30px;
                line-height: 38px;
            }
        }
        .section-post {
            min-height: 100px;
            margin: 30px 0px 50px 0px;
        }
      }
      
}
@media only screen and (max-width:768px) {
    .postrequir {
        padding: 0px !important;
        .section-post {
            min-height: 232px;
        }
        /* .postb-np h2 {
            font-size: 31px;
            line-height: 36px;
        }
        .postb-np p {
            font-size: 13px;
            line-height: 18px;
        }
        .postb-np button {
            font-size: 13px;
        }
        .custom-btn {
            padding: 9px 11px;
        } */
    }
    .modal-content_buy {
        width: 70%;
      }
}
@media only screen and (max-width:576px) {
    .requirements-section {
        padding: 0px 20px;
    }
    .modal-content_buy {
        width: 80%;
      }
      .qunity-Dilvery {
        flex-wrap: wrap;
        gap:30px;
    }
    .filter-dropdown {
   
    }
    .postrequir {
        padding: 0px !important;
        .postb-np h2 {
            font-size: 40px;
            line-height: 42px;
        }
        .section-post {
            min-height: 232px;
        }
        .postb-np button {
            font-size: 13px;
        }
        .custom-btn {
            padding: 9px 11px;
        }
    }
    .first-last-links {
        display: none;
    }
    #requirementModal {
        #buy-popup .btn-close {
            top: -18px;
        }
        .modal-title {
            font-size: 25px;
            line-height: 29px;
        }
        #buy-popup p {
            font-size: 16px;
        }
        .login-btn {
            padding: 8px 20px;
            height: 43px;
        }
        .create-btn{
            padding: 8px 20px;
            height: 43px;
        }
    }
}
@media only screen and (max-width:400px) {
    .filter-dropdown {
        /* width:330px; */
    }
    .m-cate-np {
        width:40%;
    }
    
    .sub-cat-np {
        width: 60%;
    }
    .postrequir {
        padding: 0px !important;
        .postb-np h2 {
            font-size: 29px;
            line-height: 33px;
        }
        .postb-np p {
            font-family: var(--inter);
            font-size: 12px;
            font-weight: 400;
            line-height: 24px;
        }
        .section-post {
            min-height: 232px;
        }
    }

}