.pbmit-btn1{
    color: #fff;
}
.wide-dropdown {
    width: 100% !important; /* Full-width dropdown */
    min-width: 400px !important; /* Minimum width to prevent too small dropdowns */
    max-width: 600px !important; /* Maximum width for larger screens */
    padding: 15px; /* Add some padding */
}

/* Adjust the width for larger screens */
@media (min-width: 992px) {
    .wide-dropdown {
        max-width: 800px;
    }
}