

@media only screen and (max-width:992px){


	.parallax-3 .col-md-3{
		width:100%;
	}

	.nav-bottom-left-content p{
		float:left;
	}
	.sb-icon-search, .sb-search-submit{
		height:53px;
	}
	.expand-search{
		width:50%;
	}
	.sb-search-input{
		height:53px;
		width:70%;
	}

}


@media only screen and (max-width:767px){
	.one{
		margin-left:30px;
	}
	.news-image-2 .col-md-6{
		float:left;
	}
	.middle-left-in{
		width:50%;
	}
	.middle-right-in{
		float:left;
	}
}


@media only screen and (max-width:640px){

	.nav-bottom-left-content p{
		float:none;
		text-align:right;
	}
	.expand-search{
		width:70%;
	}
	
	#slider-bottom{
		margin-top:40px;
		margin-bottom:40px;
	}
	.page-header-1 h1{
		padding-top:40px;
	}
	.page-header-2 h1{
		padding-top:40px;
	}
	.about-us-header h1{
		padding-top:30px;
		padding-bottom:30px;
	}
	.footer-1-logo ul{
		padding-bottom:0px;
	}

}


@media only screen and (max-width:480px){

	.expand-search{
		width:100%;
	}
	.blog-left-header{
		text-align:center;
	}
	.blog-double-icon{
		float:none;
		margin:0 auto;
	}
	.blog-right-header {
		margin: 50px 0px 10px 0px;
	}
	.pagination-grp1 button{
		margin-right:10px;
	}
	.pagination-grp3 button{
		margin-left:10px!important;
	}
	.blog-main-header h1{
		font-size:34px;
	}
	.blog-custom-top{
		margin-top:30px;
	}
	.three-comment{
		float:none;
		text-align:center;
	}
	.Comment-time{
		float:none!Important;
		text-align:center;
	}
	.custom-bx{
		margin-right:5px;
		margin-bottom:5px;
	}
	.one{
		margin-left:0px;
	}
	

}

@media only screen and (max-width:400px){
	.navigation .logo img{
		width:150px;
		margin-top: 7px;
	}
	.menu-trigger{
		padding-left:0px!important;
	}
	.block{
		padding-top:18px!Important;
	}

}
@media only screen and (max-width:320px){
	.sb-search-input{
		width:80%;
	}

}

@media only screen and (min-width:100px){


	.nav-menu{
		display:none;
	}

	.mobile-drop{
		display:block;
	}

}