
@media (min-width: 768px) and (max-width: 991.98px) {
  
}


@media (min-width: 100px) and (max-width: 766px) {

.logo{
	padding: 0px 0px;
	
}

  .logo img{
	width: 100% !important;
	padding: 10px;
}


.heading h2{
	font-size: 50px;
	line-height: 40px;
}

.heading h2 span{
	font-size: 40px;
}


.home .home-img img{
	width: 100% !important;
}

.copyright p{
	background: #fff;
	text-align: center;
	padding: 10px 10px;
	font-weight: 500;
	
	
}


}