.book_mssge_selectors ul{
	list-style:none;
	display:flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	margin: auto;
	max-width: 1320px;
}

.book_mssge_selectors ul li{
	width:calc(33.33% - 26px);
	margin-inline:13px; 
}
.book_mssge_selectors ul li select
{
	height: 60px;
	border: 1px solid #B4A296;
	border-radius: 6px;
	font-family: 'Hind', "sans-serif";
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #2D2A2A;
	background:#fff;
}
.select_field{
	position:relative;
}

.select_field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none!important;
}

.alert{
	position:relative;
	padding:1rem 1rem;
	margin-bottom:1rem;
	border:1px solid transparent;
	border-radius:.25rem
}
.alert-success {
	color:#0f5132;
	background-color:#d1e7dd;
	border-color:#badbcc
}
.alert-danger { 
	color:#842029;
	background-color:#f8d7da;
	border-color:#f5c2c7
}