

/* Media for Iphone 6 plus landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
	
}
/* Media for Iphone 6 landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
	
}
/* Media for Iphone 5 plus landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation : landscape) { 
	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
	.hero-form {
			bottom: 250px !important;
			    right: 46px !important;
		}

		#header-main .main-text {
		    left: 46px !important;
		    bottom: 300px !important;
		}

		.phone .number {
			padding-top: 16px;
		}
}
