@media screen and (max-width: 320px) {

	}

@media only screen and (max-width: 479px){
.banner p{font-size: 30px; line-height: 30px; width:100%;}
.banner span{ text-align:justify; line-height:20px; font-size:14px; }
.banner-txt-bx{ padding:57px 0; width:90%;}

.form-con{ width:90%;}
.footer p {
    font-size: 12px;
    line-height: 20px; text-align:justify;}
footer .blue-text{ width:90%; font-size:12px;}
.form-con .form-control{ width:100% !important;}
.form-con .sr{ width:100%; margin-bottom:10px;}


.big-text4{ font-size:20px;}
.form-con .form-group p {width:100%;}


	}
	

@media only screen and (min-width: 480px) and (max-width: 767px) {

	}


@media only screen and (min-width: 680px) and (max-width: 767px) {

	}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	
	}
@media only screen and (min-width: 991px) and (max-width: 1024px) {


	
	}
	
@media only screen and (min-width: 1300px) and (max-width: 1920px) {


		
	}
	
	