
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home_search
{
	width: 80%;
    margin: auto;
    height: 0;
    background: #FFFFFF;
    z-index: 1;
}

.home_search_content
{
	width: 100%;
    background: #ececec;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    border: 2px solid black;
}


.search_input {
	height: 36px;
    background: rgb(255 255 255);
    border: none;
    padding-left: 47px;
    font-family: Oswald, sans-serif;
    font-size: 17px !important;
    font-weight: 500 !important;
    /* padding: 2px; */
    color: rgba(0, 0, 0, 0.96) !important;
}

.search_input_1
{
	width: 28%;
}
.search_input_2
{
	width: 15%;
}
.search_input_3
{
	width: 15%;
}
.search_input_4
{
	width: 20%;
}
.search_input::-webkit-input-placeholder
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #72728c !important;
}
.search_input:-moz-placeholder
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #72728c !important;
}
.search_input::-moz-placeholder
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #72728c !important;
} 
.search_input:-ms-input-placeholder
{ 
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #72728c !important;
}
.search_input::input-placeholder
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #72728c !important;
}

.home_search_title {
	width: 320px;
    height: 49px;
    background: #ececec;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 55px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #000000;
    border-right: 2px solid black;
    font-weight: 700;
    border-left: 2px solid black;
    border-top: 2px solid black;
    /* border: 2px solid black; */
    text-align: center;
}
.home_search_button
{
	width: 160px;
    height: 36px;
    background: #ffffff;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
	padding-top: 5px;
}

.home_search_container
{
	position: absolute;
	/* top: -353px; */
	width: calc(100% + 122px);
	left: -61px;
	/*padding-top: 47px;
	/*	padding-left: 61px;
	padding-right: 61px;  */
	padding-bottom: 59px;
	/* background: rgb(33 83 111); */
	border-radius: 12px;
}