@media screen and (max-width: 992px) {
	.banner-content h1 {
    font-size: 50px;
     background-image: none; 
     width: 100%; 
     height: 100%;
     padding-left: 0;
     margin-bottom: 10px;
}
.download-cntnt h4{
	font-size: 30px;
	line-height: 50px;
	text-align: center;

}
.download-cntnt span {
	width: 100%;
	height: 100%;
	background-image: none; 
	display: block;
}
.cta-sec img{
	margin-bottom: 10px;
}
.theme-header .custom-navbar .nav-item .nav-link{
		margin-left: 0px;
	}
	.ftr-dwnld{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px){
	.banner-content h1{
		color: #fff;
	}
	.cst-footer h4{
		padding-top: 22px;
	}

}
@media screen and (max-width: 767px){
	.banner-content h1{
		    font-size: 40px;
	}
	.cst-footer h4 {
		padding-top: 60px;
}
}
