/** responsive styles for VK Associates **/

/** responsive styles for mobile devices starts **/
@media (min-width:320px) and (max-width:767px){
.hero h1{
	font-size:18px;
}
.hero{
	width:100%;
}
.calogo{
	display:none;
}
.nav-header .navbar-brand img{
	width:200px;
}
.hero h3{
	font-size:16px;
	line-height:25px;
	padding:0 4%;
}
.vkatitle::after{
	background:none;
}
.vkatitle, .abouttitle{
	font-size:20px;
}
.aboutin h4{
	font-size:20px;
}
.subpage-title h2{
	padding-top:65px;
	font-size:25px;
}
.subpage-title{
	height:110px;
	margin-bottom:0;
}
.main .article-title::after{
	background:none;
}
.main .article-title{
	font-size:18px;
}
.main .article-title span{
	font-size:inherit;
}
.footer-list{
	clear:both;
}
.footer-title{
	float:left;
	width:100%;
	margin:12px 0;
}
.form-footer{
	float:left;
	width:100%;
}
header .navbar .nav > li > a{
	padding:5px 0;
}
header .nav-active, header .navbar .nav > li > a{
	border:none!important;
}
.main .left-title{
	font-size:15px;
}

}
/** responsive styles for mobile devices ends**/


/** responsive styles for tablet device starts**/
@media (min-width:768px) and (max-width:1024px){
.calogo{
	display:none;
}
.nav-header .navbar-brand img{
	width:200px;
}
header .navbar .nav > li{
	padding:0 10px;
}
.hero{
	width:100%;
}
.footer-cont{
	min-height:175px;
}
.review-div{
	min-height:240px;
}
.about-carousel{
	margin-top:20px;
}
	
}
/** responsive styles for tablet device ends**/