.select-label {
	text-align: left !important;
	font-size: 14px !important;
	text-transform: capitalize !important;
	letter-spacing: unset !important;
	line-height: unset !important;
}

.guestSelect {
	position: relative;
}

.guestSelect select {
	-webkit-appearance: none !important;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	background: #fff;
	background-image: none;
	border: 1px solid #949494;
}

.guestSelect .form-control {
	border: 1px solid #949494;
	padding: 1rem;
	height: auto;
}

.guestSelect:after {
	font-family: Flaticon2;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	content: "";
	position: absolute;
	top: 40px;
	right: 15px;
	font-size: 0.75rem;
	transform: rotate(-180deg);
}

.guestSelect .multiselect {
	padding: 0.75rem;
	height: auto;
	-webkit-appearance: none !important;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-image: none;
}

.guestSelect .multiselect:focus {
	box-shadow: none;
}

.guestSelect .multiselect .multiselect-selected-text {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

.guestSelect .multiselect-container.dropdown-menu {
	border-radius: 5px;
	min-width: 100%;
	max-width: 100%;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option {
	padding: 10px;
	font-weight: 400;
	color: inherit;
	font-size: 1rem;
	line-height: 22px;
	font-family: inherit;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option:hover,
.guestSelect .multiselect-container.dropdown-menu .multiselect-option:focus {
	background-color: #fff !important;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option.active {
	background-color: inherit;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option.active:hover {
	background-color: #fff !important;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option .form-check {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left !important;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option.active .form-check .form-check-label {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-align: left;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option .form-check .form-check-label {
	padding-left: 25px;
	flex: 1 1 auto;
	text-align: left !important;
	font-size: 14px;
	text-transform: capitalize;
	color: inherit;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option .form-check .form-check-label i {
	font-size: 16px;
	text-align: left;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option .form-check-input {
	margin-top: 0;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option.state {
	padding: 10px 10px 10px 20px;
	font-weight: 400;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-option.city {
	padding: 10px 10px 10px 30px;
	font-weight: 400;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-all {
	padding: 10px;
	font-weight: 400;
	border-bottom: 1px solid #ebedf2;
	color: inherit;
	font-size: 1rem;
	line-height: 22px;
	font-family: inherit;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-all:hover,
.guestSelect .multiselect-container.dropdown-menu .multiselect-all:focus {
	background-color: #fff !important;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-all .form-check {
	width: 100%;
	display: flex;
	text-align: left;
	align-items: center;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-all.active {
	background-color: inherit;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-all.active:hover {
	background-color: #fff !important;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-all.active .form-check .form-check-label {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-align: left;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-all .form-check .form-check-label {
	padding-left: 5px;
	flex: 1 1 auto;
	text-align: left !important;
	font-size: 14px;
	text-transform: capitalize;
	color: inherit;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-all .form-check .form-check-label i {
	font-size: 16px;
	text-align: left;
}

.guestSelect .multiselect-container.dropdown-menu .multiselect-all .form-check-input {
	margin-top: 0;
}