@media screen and (max-width: 767px) {
	.navbar-brand {
		display: block !important;
		float: left;
		color: #fff !important;
	}
}

@media screen and (max-width: 768px) {
	.devcontact h3 {
		font-size: 14px;
	}
	.dev-about {
		padding: 0;
	}
	.about-img:after {
		display: none;
	}
	.faq-bg {
		min-height: 205px;
	}
	.carousel-inner .item {
		height: unset !important;
	}
	.devdownload {
		padding: 2em 0;
	}
	.dev-about h4 {
		margin-top: 5rem;
	}
	.logo-m1 {
		text-align:center;
	}
	.devlogo img{
		float: none;
		text-align: center; 
		margin: 0px auto;
	}
}

@media screen and (max-width: 1024px) {
	.logo-m1{
		margin: 1rem 0;
	}
	.about-img img {
		height: unset;
		width: unset;
	}
	.dev-themesize {
		float:left;
	}
}

@media (min-width: 768px) and (max-width: 1024px) { 
	.navbar {
		min-height: unset;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 10px;
		padding: 10px 14px;
	}
	.navbar-inverse .navbar-nav>.active>a {
		font-size: 10px;
	}
	.dev-about h4 {
		margin-top: 4rem;
	}
}