@media screen and (max-width:992px) {
	  .footer_bottom ul {
         float: left;
      }
	
}

@media screen and (max-width:767px) {
	.navbar-collapse
	{
		border-top: none;
		box-shadow: inherit;
		-webkit-box-shadow: inherit;
	}
	
	.navbar-brand {
		width: 20%;
		padding-left: 20px;
    }
	#defaultNavbar1 {

    width: 100%;
    float: inherit;
    padding-top: 8px;
    margin: 0 auto;

}
	 .navbar-form
	{
		border-bottom: 0;
		border-top: 0;
		box-shadow: inherit;
	}
	.searching-box {
    width: 100%;
    position: relative;
    right: 0;
    top: 0 !important;
}
	.nav.navbar-nav
	{
		z-index: 999;
        position: relative;
        right: 0;
	}
	.navbar-toggle
	{
		border: none;
		background: #FEE500;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
		background:#FEE500;
	}
	.navbar-default .navbar-toggle .icon-bar 
	{
       background-color: #888;
    }
	.reciepe_box
	{
		margin-bottom: 20px;
		height: auto;
	}
	.story_sec .story_box
	{
		height: auto;
		margin-bottom: 20px;
	}
	.assurance_sec .assurance_box
	{
		height: auto;
		margin-bottom: 20px;
	}
	.trend-box {
        margin-bottom: 20px;
    }
	.space_div
	{
		display: none;
	}
	.team_sec
	{
		padding: 0;
	}
	.our-team
	{
		margin-bottom: 20px;
	}
	.team-member {
       margin-bottom: 20px;
    }
	.team-member, .team-member .team-img img {
        width: 100%;
    }

	.contact_form {
       margin-top: 30px;
	   padding: 20px;
    }
}
@media screen and (max-width:480px) {
	.navbar-brand 
	{
	   width: 120px;
    }
	.team_sec h1 {
      font-size: 28px;
    }
}