.nfd_search_wrapper * {box-sizing: border-box;}

.nfd_lalin_search_property_box  {
	padding: 10px 5px !important;
}
/* Style the input container */
.nfd_search_input_container {
	display: flex;
  width: 100%;
}

/* Style the form icons */
.nfd_search_input_icon {
  padding: 5px;
  min-width: 30px;
  text-align: center;
}
.nfd_search_input_icon_after {
  padding: 5px;
  min-width: 30px;
  text-align: left;
}

.border_input {
}

.nfd_search_header {
	text-align: center;
    padding: 25px 20px;
    font-size: 18px;
    font-weight: 400;
}
.nfd_search_form {
	font-size: 22px;
  font-weight: 600;
	justify-content: center;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
  width: 100%;
  margin: 0;
}
.nfd_search_wrapper {
	font-family: "Kanit", Sans-serif;
	max-width: 700px;
	margin: 0 auto;
}
.search_input_box {
	padding: 0;
	height: 40px !important;
	text-align: center;
	margin-bottom: 20px;
}
.search_input_box:last-of-type .nfd_search_select_box {
	width: 100%;
}
.nfd_search_form select {
	background: #fff;
}
.nfd_search_input_container {
	border: 1px solid #5cabff;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.nfd_search_input {	
	width: 100%;
  outline: none;
	border: 0 !important;
}
.nfd_search_input::placeholder {
    color: #D0D2D3;
}
.nfd_search_select_box {
	width: 95%;
	height: 40px;
  outline: none;
	border: 1px solid #5cabff;
	border-radius: 20px;
	color: black !important;
	text-align-last:center;
  font-size: 16px;
  font-weight: normal;
}
.nfd_search_select_box select {
    width: 90%;
		height: 100%;
    border: 0;
}
.nfd_search_button {
	width: 500px;
	max-width: 100%;
  margin-top: 30px !important;
  margin-right: 15px;
  margin-bottom: 15px;
  outline: none;
	border-radius: 20px !important;
	text-align-last:center;
  font-size: 20px !important;
  padding: 5px 0!important;
}

.nfd_search_select:hover,
.nfd_search_button:hover {
	cursor: pointer;
}

.nfd_search_button {
	background: #2952a2 !important;
	color: white !important;
}
.nfd_lalin_search_property_group_title {
	color: #006DC8;
	padding: 25px;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	font-family: "Kanit", Sans-serif;
}



@media only screen and (max-width: 768px) {	
	.nfd_search_button {
		margin-left: 0 !important;
	}

	.search_input_box .nfd_search_select_box {
		width: 100%;
	}
}