/*------------------------------------------------------------------------------*/
/*                    width : 991px
/*------------------------------------------------------------------------------*/
@media (min-width: 991px) and (max-width: 1200px) {
	.header h1{
		right:0;
	}
	.form-module {
		left:47px;
	}
}




/*------------------------------------------------------------------------------*/
/*                    Width : 767px
/*------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.header1{
		height:auto;
		margin-bottom:100px;
	}
	.logo{
		width:300px;
		text-align:center;
		left:209px;
	}
	.header1 h1{
		text-align:center;
		font-size:70px;
		top:-43px;
		left:10px;
	}
	.form-module{
		max-width:100%;
		height:auto;
	}
	.form-module h2{
		text-align:center;
		font-size: 50px;
	}
	.form-module input{
		padding:50px 40px;
		font-size:30px;
		left:10px;
	}
	.form-module button{
		padding:40px;
		font-size:30px;
	}
	.ficon p {
		font-size:25px;
	}
	.ficon i {
		position: relative;
		top: 88px;
		font-size:30px;
	}
	.footer{
		text-align:center;
	}
	.footer ul li{
		right:0;
		font-size:23px;
	}
}