﻿@media only screen and (min-width: 200px) and (max-width: 670px) 
    {
	
		
		.btnApplyNow
		{
			 position:relative;
			 top:-40px;
			 left:35px;
			 width:80px;
			 height:35px;
		}
           
   }



@media only screen and (min-width: 780px) and (max-width: 2000px) 
{
	
	.btnApplyNow
		{
			 position:relative;
			 top:-100px;
			 left:150px;			
		}	
	
}


 @media only screen and (min-width: 200px) and (max-width: 760px) and (orientation: landscape)
    {
		.testing
		{
			 color: #ffffff;
/*		     font-family: 'roboto', sans-serif; */
		     font-size: 20px;
		     font-weight: bold;
		     text-transform: uppercase;
		     line-height: 20px;
		 	 padding-bottom:10px;
		 	 min-height:inherit;
		}
}

@media only screen and (width: 768px)
{
.ipad{display:none;}

.btnApplyNow
		{
			 position:relative;
			 top:-40px;
			 left:35px;
			 width:80px;
			 height:35px;
		}
	
}


