/*RESPONSIVE DEVICE MEDIA 1400PX*/
@media (min-width: 1400px){
	.container {
		max-width: 1200px !important;
	}

}


@media only screen and (max-width:991px) { 
	 .counter {
		text-align: center;
		margin-bottom: 40px;
	}
	.counter_feature{
		padding-bottom: 60px;
	}
	.home_single_blog,
	.pricing-table{
		margin-bottom: 30px;
	}
	.buy_now .btn {
		margin-left: 0px;
		margin-top: 20px;
	}
	.project_details .btn-light-bg{
		margin-bottom: 30px;
	}	
	.signup_form input{
		margin-bottom: 15px;
	}
	.signup_form button{
		margin-left: 0;
	}
	.contact_area #map{
		margin-bottom: 30px;
	}
	.navbar-nav > li > a {
		padding-top: 11px;
		padding-bottom: 5px;
	}
	.menu_wrap{
		display: flex!important;
		padding-left: 30px;
	}
	#navigation{
		width: 100%;
	}
	
	.signup_form h3,
	.signup_form p{
		text-align: center!important;
	}
}

@media only screen and (max-width:768px) { 
	  .single_team img{
		width: 100%;
	}
	.feature_img{
		text-align: center;
	}
	.feature_img img{
		display: inline-block;
	}
	.comments-area ol .children{
		padding-left: 20px!important;
	}	
	
	
}

@media (max-width: 480px)  {

	.tp-leftarrow.tparrows,
	.tp-rightarrow.tparrows{
		display: none!important;
	}
	.comments-area ol .children{
		padding-left: 10px!important;
	}
	.comments-area li.comment, .comments-area li.pingback {
		padding: 10px!important;
	}
	
	
}


@media only screen and (max-width:767px) { 
	#mobile_menu{
		display: block!important;
	}

	#main-menu{
		display: none;
	}
	.tcol_3{
		width: 50%;
		padding:0 12px;
	}
	.testimonials_area .testimonials_carousel .owl-nav{
		display: none;
	}
}

@media (max-width: 600px)  {
	.customize-support .navbar-fixed-top {
		margin-top: 0!important;
	}
}
@media only screen and (max-width:400px) { 

	#mobile_menu {
		width: 100%;
		margin-top: 0;
	}
}