.select2-container {
    width: 0 !important;
}
.Choosing_city select#cityName {
    width: 100%;
    padding: 5px;
    border: 2px solid #c11a31 !important;
}
.Choosing_city select#cityName:focus-visible {
    border: 2px solid #c11a31 !important;
    outline: none;
}

@media only screen and (max-width: 768px){
  .Choosing_city label {
    order: 2;
   width: 27%;
}
form.Choosing_city {
    display: flex;
    width: 100% !important; 
    justify-content: space-between;
    align-items: centre;
}
  .Choosing_city .select2.select2-container.select2-container--default {
    display: none;
}

.Choosing_city select#cityName {
    width: 72% !important;
    padding: 5px;
    border: 2px solid #c11a31 !important;
    border-radius: 11px;
}

}


@media only screen and (max-width: 992px) and (min-width: 768px){

.hospital-search input {
    width: 100%;
    padding: 4px 12px;
    border-radius: 11px;
    border: 2px solid #bd1e2e;
}   

form.Choosing_city{
      margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
   width: 100%;      
}

.Choosing_city label {
    margin-bottom: 0;
    order: 2;
    width: 17%;
   text-align: center;
}

.Choosing_city select#cityName {
    width: 83%;
    padding: 5px;
    border: 2px solid #c11a31 !important;
}

}