#partner #address-select {

  appearance: none;       /* Standard */

  -webkit-appearance: none;  /* Safari and Chrome */

  -moz-appearance: none;     /* Firefox */

  background: none;          /* Optional: remove default background */

  padding-right: 1em;        /* Ensure space for custom icon if needed */

  border: 1px solid #ccc;    /* Optional: style the border */

    background: var(--golden);

    border: none;

    color: white;

    padding: 10px 25px;

    border-radius: 30px;

    font-size: 1.25rem;

    font-weight: 600;

    background-image: url(https://mca.co.in/wp-content/uploads/2025/04/Vector-6.png);

    background-repeat: no-repeat;

    background-position: 90% 50%;

    background-size: 20px;    padding-right: 50px;

}

#partner #expertise-select {
  max-width: 300px;
  appearance: none;       /* Standard */

  -webkit-appearance: none;  /* Safari and Chrome */

  -moz-appearance: none;     /* Firefox */

  background: none;          /* Optional: remove default background */

  padding-right: 1em;        /* Ensure space for custom icon if needed */

  border: 1px solid #ccc;    /* Optional: style the border */

    background: var(--golden);

    border: none;

    color: white;

    padding: 10px 25px;

    border-radius: 30px;

    font-size: 1.25rem;

    font-weight: 600;

    background-image: url(https://mca.co.in/wp-content/uploads/2025/04/Vector-6.png);

    background-repeat: no-repeat;

    background-position: 90% 50%;

    background-size: 20px;    padding-right: 50px;

}

    
@media screen and (max-width:780px){
     #partner #expertise-select{
        max-width:100%;
         background-image: url(https://mca.co.in/wp-content/uploads/2026/01/plus-icon.png);
        background-size: 40px; 
    }
    #partner #address-select{
        background-image: url(https://mca.co.in/wp-content/uploads/2026/01/plus-icon.png);
        background-size: 40px; 
        
    }
}

