.section-passport .active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.store_section {
  margin-top: 30px
}
.passport-select-section.input-group {
  border-bottom: solid;
  text-align: center;
  padding: 90px 0;
  color: #005084;
  font-weight: bold;
}
.passport-select-section select.form-control {
  background-color: white;
  display: inline-block;
	max-width: 300px;
  width: 300px;
  border-color: #82a9c3;
  color: #005084;
  height: 60px;
	font-weight: bold;
}

.store_section .passport-store-address {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 20px;
  height: 120px;
}
.store_section .passport-store-address p {
  color: #005084;
}
.store_section .passport-store-address .bold {
  font-weight: bold;
}
.passport-select-section .dropdown-container {
	margin-top: 30px;
}

@media (min-width: 1200px) {
  .passport-select-section.input-group {
    font-size: 18px
  }
  .passport-select-section {
		flex-direction: column;
  }.passport-select-section select.form-control {
	}
}

@media (max-width: 767px) {
	.passport-select-section.input-group {
		padding: 45px 0;
		font-size: 14px
	}
  .passport-select-section select.form-control {
		flex-basis: 100%;
		max-width: none;
    width: 100%;
  }
}
