#countryId:focus, #stateId:focus, #cityId:focus {
  -moz-box-shadow: 0 0px 5px #ff9999 !important;
  -webkit-box-shadow: 0 0px 5px #ff9999 !important;
  box-shadow: 0 0px 5px #1485ee !important;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qrt {
  float: left;
  width: 33%;
  margin-bottom: 1em;
  margin-top: 1em;
}

.ct {
  width: 33%;
  padding-right: 0px;
  margin-right: 5px;
}

.st {
  width: 31%;
  margin-right: 5px;
}

.cy {
  width: 33%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: rgba(71,73,75,0.85098);
  background-image: none;
}

.select {
  position: relative;
  display: block;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
}

select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #34495e;
  color: #1485ee;
}

.select:hover::after {
  color: #b30202;
}

.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

