@media only screen and (max-width : 1200px) {

}
@media only screen and (max-width : 992px) {

}
@media only screen and (max-width : 768px) {
	.serve-bg{
		background-image: none;
	}
}
@media only screen and (max-width : 480px) {
	.logo-holder{
		width: 120px;
	}
	.page-title{
		font-size: 2rem;
		letter-spacing: 1px;
	}
	.page-head{
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	.page-sub-head{
		font-size: 1.3rem;
		letter-spacing: 1px;
	}
	.app-btn{
		width: 100px;
	}
	.page-head-sm{
		font-size: .9rem;
	}
	.banner-img-sm{
		padding-top: 80px;
		max-width: 350px;
	}
	.serve-bg{
		background-image: none;
	}
	.faq-card .faq-button{
		font-size: 0.9rem;
	}
	.faq-card .card-body p, .faq-card .card-body{
		font-size: .8rem;
		line-height: 1.5;
	}
}
@media only screen and (max-width : 320px) {

}