body{
	background: #ffffff;
}
.search-box{
	padding-bottom: 10%;
}
.search-box .bg-light{
	background: #5fffef54!important;
}
.search-box .logo-img{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10%;
}
.search-box .logo-img img{
	width: 70%;
}
.search-box .search-input{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
	padding: 5px 0;
	transition:all 0.5s linear;
}
.search-box .search-input:hover{
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.23), 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.search-box input{
	border: none;
}
.search-box .search{
	border: none;
	background: transparent;
	cursor: pointer;
}
.search-box .form-control:focus {
    box-shadow: 0 0 0 0 #16bfad;
}
.search-result{
	box-shadow: 0px 0px 20px #0f0f0f82;
    border-radius: 5px;
	position: absolute;
    background: white;
    z-index: 1;
	margin:0;
	padding:0;
	width:100%;
	display:none;
	max-height: 300px;
    overflow-y: auto;
}
.search-result li{
	padding:0 10px;
}
.search-heading{
	padding:2px 0;
	text-align: center;
	border-bottom: solid 1px #eee;
}