.hs-location-dropdown {
    position: relative;
    max-width: 100%;
}

.hs-location-dropdown .hs-custom-select {
    width: 100%;
    border: 5px solid #D11F3E;
    border-radius: 10px;
    font-family: Gotham, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #001F5B;
    text-transform: capitalize;
    padding: 14px 52px 14px 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
}

.hs-location-dropdown .hs-custom-select option {
    font-size: 18px;
}

.hs-location-dropdown .hs-custom-select:focus {
    outline: none;
    border-color: #0073e6;
}

.hs-location-dropdown::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 20px;
    color: #000;
    font-weight: 900;
}