select.form-control{
    background-color: var(--bs-body-bg) !important;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23666' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 32px !important;
}

.homecontact label {
    font-size: 16px;
}

.dropdown{
    position:absolute;
    width:17%;
    background:#fff;
    border:1px solid #ddd;
    max-height:250px;
    overflow-y:auto;
    display:none;
    z-index:999;
}

.dropdown div{
    padding:10px;
    cursor:pointer;
}

.dropdown div:hover{
    background:#f2f2f2;
}

input{
    width:100%;
    padding:8px;
}


@media only screen and (max-width: 991px) {
    .dropdown {
        width: 67%;
    }
    .homecontact label {
        font-size: 16px !important;
    }
}

#modelList {
    position: absolute;
    /*width: 100%;*/
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 1000;
    margin-top: 2px;
}

/* Dropdown options */
#modelList div {
    padding: 8px 12px;
    font-size: 14px;
    color: #212529;
    background: #fff;
    cursor: pointer;
    line-height: 1.5;
}

/* Hover effect */
#modelList div:hover {
    background-color: #f8f9fa;
    color: #212529;
}

/* Selected/active option */
#modelList div.active {
    background-color: #0d6efd;
    color: #fff;
}

#deliverySuburbStatePostcodeList {
    position: absolute;
    /*width: 100%;*/
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 1000;
    margin-top: 2px;
}

/* Dropdown options */
#deliverySuburbStatePostcodeList div {
    padding: 8px 12px;
    font-size: 14px;
    color: #212529;
    background: #fff;
    cursor: pointer;
    line-height: 1.5;
}

/* Hover effect */
#deliverySuburbStatePostcodeList div:hover {
    background-color: #f8f9fa;
    color: #212529;
}

/* Selected/active option */
#deliverySuburbStatePostcodeList div.active {
    background-color: #0d6efd;
    color: #fff;
}

#pickupSuburbStatePostcodeList {
    position: absolute;
    /*width: 100%;*/
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 1000;
    margin-top: 2px;
}

/* Dropdown options */
#pickupSuburbStatePostcodeList div {
    padding: 8px 12px;
    font-size: 14px;
    color: #212529;
    background: #fff;
    cursor: pointer;
    line-height: 1.5;
}

/* Hover effect */
#pickupSuburbStatePostcodeList div:hover {
    background-color: #f8f9fa;
    color: #212529;
}

/* Selected/active option */
#pickupSuburbStatePostcodeList div.active {
    background-color: #0d6efd;
    color: #fff;
}

#modelList {
    position: absolute;
    /*width: 100%;*/
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 1000;
    margin-top: 2px;
}

/* Dropdown options */
#modelList div {
    padding: 8px 12px;
    font-size: 14px;
    color: #212529;
    background: #fff;
    cursor: pointer;
    line-height: 1.5;
}

/* Hover effect */
#modelList div:hover {
    background-color: #f8f9fa;
    color: #212529;
}

/* Selected/active option */
#modelList div.active {
    background-color: #0d6efd;
    color: #fff;
}
