.footer-nav-widgets-wrapper,header,footer{display: none !important;}
body{background: #41b6e8 !important;}


p{
	font-family: sans-serif !important;
	font-weight: 300 !important;
	font-size: 18px !important;
}

/** container styling for media query **/

.container{
	background-color: white;
	margin-left: 22.5% !important;
	margin-right: 22.5% !important;
	width: 55% !important;
	height: auto !important;
	max-width: 55% !important;
	min-width: 30% !important;
	-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.26);
}


@media (max-width: 550px){
	.container{
	background-color: white;
	margin-left: 1% !important;
	margin-right: 1% !important;
	width: 98% !important;
	height: auto !important;
	max-width: 98% !important;
	min-width: 98% !important;
	-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.26);
		margin-top: -60px;
}
	
	.r-Text{
		font-size: 14px !important;
	}
	
	form{
		transform: scale(0.8) !important;
	}
}

@media (max-width: 1270px){
	.container{
	background-color: white;
	margin-left: 10% !important;
	margin-right: 10% !important;
	width: 80% !important;
	height: auto !important;
	max-width: 80% !important;
	min-width: 80% !important;
	-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.26);
		margin-top: -60px;
}
}

