html, body { 
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Raleway';
	font-size: 12px;
}

/* Header BAR: */



.header {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-align: undefined;
	width: 50%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	letter-spacing: 1px;
	font-size: 16px;
}



.header-table{
	background-color:#273C75;
	color: white;
	
	}

/* End Header BAR: */





.nav {
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
	height: 40px;
	line-height:  30px;
}




label { 
	margin: 0 40px 0 0;
	font-size: 26px;
	line-height: 20px;
	display: none;
	width: 26px;
	float: right;
}

#toggle {
	display: none;
}

#top {
vertical-align: top;	
	
}
/* END NAV BAR: */


/*  END section break */

 
 /* Sticky head */ 

.sticky-head {
   position: fixed;
   left: 0;
  
   width: 100%;
   height: 100px;
   background-color: #FFFFFF;
   padding-bottom: 65px;	
   text-decoration: none;
   
}	 

.sticky-head:active {
   background-color: none;
}

.sticky-head:visited {  
   background-color: none;   
}

.sticky-head:hover {   
	text-decoration: none;     
}



.sticky-head-1 {
   position: fixed;
   left: 0;
  
   width: 100%;
   height: 100px;
   background-color: #FFFFFF;
   padding-bottom: 65px;	
   text-decoration: none;
   
}	 

.sticky-head-1:active {
   background-color: none;
}

.sticky-head-1:visited {  
   background-color: none;   
}

.sticky-head-1:hover {   
	text-decoration: none;     
}



 /* Footer Section */ 


.footer {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 12px;
	padding-bottom: 20px;
}

.sticky-footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 40px;
   background-color: #EF9B43;
   color: white;
   text-align: center;
   padding-bottom: 10px;	
   font-size: 18px;
   text-decoration: none;
   
	

}	 

.sticky-footer:active {
  
   
   background-color: #EF9B43;
	
   
}

.sticky-footer:visited {
  
   
   background-color: #EF9B43;
	
   
}

.sticky-footer:hover {
  
   
   
	text-decoration: none;
      
}




/* Resales Page */


/* END divider Image */
.divider{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	height: 27px;
	
}
/* END divider Image */

 

	 
/*  END Team mob*/


.hr {
    display: block;
    border-width: 4px;
    border-color: #273C75;
	width: 80%;
}

.hr-full {
    display: block;
    border-width: 1px;
    border-color: #273C75;
	width: 100%;
}


.pc-show{
	display: block; 
}

.mob-show{
	display: none; 
}




@media (max-width : 768px )

 {

	 
.pc-show{
	display: none; 
}	

.mob-show{
	display: block; 
}	 
	 
.pc-pic{
	display: block; 
}	 
	 

	 
  
	 
.form-container-mobile{
display:block;
}	 
	 
	 .responsive-table-1{
		display: none; 
		 
	 }

	 
	 
label { 
	display: block;
	cursor: pointer;
	 
	}
	

	 
	#toggle:checked	+.menu {
		display: block;
	}
	 /* Responsive Image */
.img-responsive {
	width: 100%;
    height: auto;
}
	 

.menu-txt {
		text-align: center;
		font-size: 18px;
		text-decoration: none;
		
	}	



.menu a { 
	
	clear: right;
	text-decoration: none;
	color:#000000;
	margin: 0 10px;
	line-height: 30px;
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #BBBBBB;
	margin: 0px;
	
	
}
	 
.menu {
		margin: 0 30px 0 0;
	    text-align: center;
		width: 100%;
		display: none;
	}	

	 	 
	 
	 
	 
	 