@media all and (max-width:980px) {
.landing-page {
		background-position: 63% 0;
		
	}
.heading-form .txtform {
		width: 215px;
	}
}

@media all and (max-width:900px) {
.heading-form {
		width:97%;
		
	}
	

}
@media all and (max-width:800px) {
	
	.col1 {
		float: none;
		width: 100%;
	}
	.call-to-action-sec ul{
		padding: 0px;
	}

}

@media all and (max-width:640px) {
	.heading-form {
		text-align:center;
	}
	.landing-page h2{
			text-align: center;
			margin-bottom: 35px;
			margin-top: 45px;
	}
	.landing-page {
		background-position: 70% 0;
	}
	.call-to-action-sec.txtcenter{
		text-align:center;
	}
	.call-to-action-sec li{
		border-right: none;
		float:none;
	}

}

@media all and (max-width:600px) {
	.content-text{
		padding: 5px 15px;
	}
	.landing-page{
		padding-bottom: 0px;
	}
}

@media all and (max-width:480px) {
	.landing-page h2{
		font-size: 24px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.textform{
		float: none;
		width: 100%;
		text-align: center;
	}
	.form form{
		width: 100%;
	}
	#mc-embedded-subscribe-form div{
		margin-left: 0px;
		margin-top: 0px;
		width: 100%;
	}
	.txtform{
		width: 94%;
	}

}

@media all and (max-width:360px) {
	h1{
		font-size: 37px;
	}
	.landing-page{
		background-position: 75% 0;
	}
	.container{
		width: 90%;
	}
	.heading-form .sbForm {
		margin-bottom: 25px;
		margin-top: 18px;
	}
	
	
}
/*
@media screen and (max-width:640px) {
h1{
		font-size:35px;
	}

}


@media screen and (max-width:360px) {
h1{
		font-size:20px;
	}

}
*/