    @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
	margin: auto;
  }

}
     
	body {
		font-family: Arial, Geneva, sans-serif;
		color:#4a4a4a;
		text-align:center;
		margin: auto;
		overflow-x:hidden;
	}

	p { 
		margin-block-start: 18px;
		margin-block-end: 18px;
	}

	p strong {font-weight: 600;}

	ul {
		font-size: 21px;
    	line-height: 33px;
	}


	
		a img {	border:none; }
	
a {
	font-weight: 500;
	color: #4a4a4a;
}
	 
a:hover {
	color: #5C2B5A;
	text-decoration:none;
}	
	


h1 {
	line-height: normal;
	font-size:42px;
	font-weight: 600;
	color: #2c043f;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 0px;
}

h2 {
	line-height: normal;
	font-size: 36px;
	font-weight: 600;
	color: #82B741;
	font-family: 'Roboto Condensed', sans-serif;
}

h2 a { text-decoration:none !important;}

h2 a:hover { text-decoration:underline !important;}

h3 {
	color:#82B741;
	line-height: normal;
    font-size: 24px;
	font-weight: 500;
}

h4 {
	color: #2c043f;
	line-height: normal;
    font-size: 23px;
	font-weight: 500;
	margin-block-start: 30px;
    margin-block-end: 10px;
}



	
	.clear{clear:both;}
	
	.outer_container {
		height: 100%;
		width: 100%;
	}
	
	
	.container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}

	

	img {
	width:100%;	
	}

	.top_page {
		float:right;
		width:98%;
		text-align:right;
		height:auto;
		margin-right:2%;
		margin-top:10px;
		margin-bottom:10px;
		
		
	}
	
	.top_page a{
		font-size:18px;
		
		
	}	
	
	.header_image {
		float:left;
		width:100%;
		height:auto;
		
		
	}	
	
	.container_heading {
		width:47%;
		height:auto;
		background-color:#00235B;
		color:#FFF;
		margin-top:20px;
		float:left;
		margin-left:25%;
		padding-top:10px;
		padding-left:2%;
		padding-right:2%;
		padding-bottom:10px;
		border-radius:15px;
		font-size:30px;
		z-index: 1;
		position: relative;		
		
	}
	
	
	.content_container {
		width: 47%;
		height: auto;
		background-color: #d9d9e1;
		color: #00235B;
		margin-top: -20px;
		float: left;
		margin-left: 25%;
		padding-bottom:20px;
		padding-top:20px;
		padding-left:2%;
		padding-right:2%;		
		border-radius: 15px;
		font-size: 24px;
		text-align: center;
		z-index: 0;
		position: relative;
		margin-bottom:60px;
	}
	
	
	.form_container {
		width: 47%;
		height: auto;
		background-color: #d9d9e1;
		color: #00235B;
		margin-top: -20px;
		float: left;
		margin-left: 25%;
		padding-top:20px;
		padding-left:2%;
		padding-right:2%;
		padding-bottom:20px;
		border-radius: 15px;
		font-size: 24px;
		text-align: left;
		z-index: 0;
		position: relative;
		margin-bottom:60px;
	}	
	
	.form_container p{
		margin-bottom:0;
		margin-top:10px;
	}		
	
	
	.content_container span, .form_container span{

		font-size: 18px;

	}	
	
	
	
	
	.horz_line hr {
		float:left;
		width:100%;
		height:4px;
		background-color:#00235B;
		margin-top:-4px;
		margin-bottom:20px;
	}
		
		
	.footer {
		float:left;
		width:100%;
		height:auto;
		font-size:18px;
		margin-bottom:20px;

		
	}	
	
	.footer img{
		
		max-width:150px;
		
	}		
	
	
	.footer_col1 {
		float:left;
		width:20%;
		height:auto;
		margin-left:10%;
		
	}
	
	.footer_col2, .footer_col3 {
		float:left;
		width:20%;
		height:auto;
		margin-left:10%;
		
	}	
	
	
	.footer_text {
		float:left;
		width:60%;
		height:auto;
		
	}
	
	.footer_image {
		float:left;
		width:38%;
		height:auto;
		margin-left:2%;
		
	}	
	
	input[type=text], input[type=tel], input[type=email] {
		width: 96%;
		height: 40px;
		font-size: 20px;
		border: none;
		padding-left: 10px;
		background-color: #FFF;
	}	
	
	select {
		width: 97%;
		height: 40px;
		font-size: 20px;
		border: none;
		background-color: #FFF;
		color: #757575;
		padding-left: 10px;
	}	
	
	
	.submit_btn {
		background-color: #8B0B21;
		color: white !important;
		padding: 15px 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		border-radius: 10px;
		font-weight: bold;
		cursor:pointer;
		opacity:100%;
	}	
	
	.submit_btn:hover {
		opacity:75%;

	}	
	
	.sml-select	 {
		width:110px;
		
	}
	
	
	.form_left {
		float:left;
		width:70%;
		height:auto;
		
	}	
	
	.form_right {
		float:right;
		width:30%;
		height:auto;
		
	}	
	
	.form_full {
		float:left;
		width:100%;
		height:auto;
		
	}		
	

	.form_detail_box {

		background-color: #FFF;
		height: auto;
		border-radius: 10px;
		padding: 10px;
		width: 90%;
		margin-bottom:10px;
		font-size:14px;
			
	}
	
	.form_detail_box table{

		width:100%;
			
	}		
	
	.form_detail_box table, .form_detail_box td{

		padding:5px;
			
	}	
	
	.form_heading {
	background-color:#8B0B21;
	height:auto;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:22px;
	border-radius:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#FFF;
		
	}
	
	
#loading-div-background{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}

#loading-div{
    width: 300px;
    height: 150px;
    background-color: #fff;
    border: 5px solid #1468b3;
    text-align: center;
    color: #202020;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
	
	
	
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 760px)  {
	
	
	.top_page {

		margin-top: 0px;
		margin-bottom: 0px;
	}	
	
	
	
	.top_page a{
		font-size:4vw;
	}		
	
	
	.container_heading {
		width: 80%;
		margin-top: 10px;
		margin-left: 10%;
		font-size:4.9vw;
	}	
		
	

	.content_container, .form_container {
		width: 80%;
		margin-left: 10%;
		font-size: 4.7vw;
		margin-bottom: 30px;
	}


	
	.content_container span, .form_container span{

		font-size: 4.5vw;

	}	
	
	
	
	
	.footer {

		font-size:4vw;

		
	}	

	
	.footer_col1, .footer_col2, .footer_col3  {

		width:98%;
		height:auto;
		margin-left:2%;
		margin-bottom:15px;
		
	}


	.footer_image, .footer_text {
		width: 100%;
		text-align:center;

	}	

	.sml-select	 {
		width:95%;
		margin-bottom:5px;
	}
	

	.form_left {
		float:left;
		width:100%;
		height:auto;
		
	}	
	
	.form_right {
		float:left;
		width:100%;
		height:auto;
		
	}	




}	


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
@media only screen and (min-width: 761px) and (max-width: 1365px)  {
	
	
	.top_page a{
		font-size:1.5vw;
	}		
	
	
	
	.container_heading {

		font-size:2.2vw;
		width: 80%;
		margin-left: 10%;			
		
	}	

	
	.content_container, .form_container {

		font-size: 2vw;
		width: 80%;
		margin-left: 10%;			

	}	
	
	.content_container span, .form_container span{

		font-size: 1.8vw;

	}	
	
	
	
	.footer {

		font-size:1.8vw;

		
	}	

	
	.footer_col1 {

		width:30%;
		height:auto;
		margin-left:2%;
		
	}
	
	.footer_col2, .footer_col3 {
		float:left;
		width:30%;
		height:auto;
		margin-left:4%;
		
	}	




	.footer_image {
		width: 33%;

	}	
	
	
	
	
	
	
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1366px) and (max-width: 1919px)  {
	
	
	
	

		
	
	
	
	.top_page a{
		font-size:1.2vw;
	}		
	
	
	
	.container_heading {

		font-size:1.6vw;
		width: 80%;
		margin-left: 10%;				
		
	}	

	
	.content_container, .form_container {

		font-size: 1.5vw;
		width: 80%;
		margin-left: 10%;			
		

	}	
	.content_container span, .form_container span{

		font-size: 1.2vw;

	}		
	
	
	
	.footer {

		font-size:1vw;

		
	}	

	.footer_image {
		width: 38%;

	}

	
	
	
	
	
}

