body {
	padding: 5px; 
	margin: 5px; 
	font-family: Traditional Arabic, Simplified Arabic, Arabic Typesetting,  Noto Sans Arabic, Adobe Arabic;
}

pre {
	overflow-x: auto;
}

.banner {
	background:rgb(0,128,128);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15%;
	padding-left: 15%;
	text-align: center;
	display: flex;
}

.bannerleft {
	width: 40%;
	display: inline-block;
}

.bannerright {
	width: 60%;
	display: inline-block;
}

.bannerleftcelltop {
	color:Orange;
	margin: 0em;
	text-align: center;
	font-size: 36px;
}

.bannerleftcellbottom {
	color:White;
	margin: 0em;
	text-align: center;
	font-size: 28px;
}

.bannerrightcell {
	color:White;
	margin: 0em;
	text-align: center;
	font-size: 20px;
}

.panel {
	background:rgb(140, 180, 240);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15%;
	padding-left: 15%;
	display: flex;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.panelitem {
	width: 25%;
	display: inline-block;
}

.lan {
	background:rgb(140, 180, 240);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15%;
	padding-left: 15%;
	display: flex;
}

.lanitem {
	width: 33.33%;
	display: inline-block;
	text-align: center;
}

.content {
	font-size: 24px;
	padding-right: 15%;
	padding-left: 15%;
	background: Lavender;
}

.services {
	display: flex;
}

.servicescontent {
	width: 50%;
	display: inline-block;
}

.servicespicture {
	width: 50%;
	display: inline-block;
}

.terms {
	background:rgb(140, 180, 240);
	padding: 10px;
	display: none;
}

.contact {
	padding-top: 10px;
	padding-right: 15%;
	padding-left: 15%;
	background: rgb(140, 180, 240);
	display: flex;
}

.contactitem {
	width: 20%;
	display: inline-block;
	text-align: center;
}

.footer {
	background:rgb(0,128,128);
	color:white;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15%;
	padding-left: 15%;
	display: flex;
}

.footerleft {
	width: 50%;
	padding-top: 0px;
	padding-bottom: 2px;
	display: inline-block;
	text-align:center;
	font-size: 20px;
}

.footerright {
	width: 50%;
	padding-top: 0px;
	padding-bottom: 2px;
	display: inline-block;
	text-align:center;
	font-size: 20px;
}

.picture1 {
	width: 450px;
	height: auto;
}

.picture2 {
	width: 200px;
	height: auto;
}

.googlemap {
	width: 800px;
	height: 600px;
	border: 0;
	display: none;
}

@media only screen and (max-width: 480px) {
	.panel {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 4%;
		padding-left: 4%;
		font-size: 16px;
	}
	
	.banner {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 0%;
		padding-left: 0%;
		display: block;
	}

	.bannerleft {
		width: 100%;
		display: block;
	}

	.bannerright {
		width: 100%;
		display: block;
	}

	.bannerleftcelltop {
		font-size: 24px;
	}

	.bannerleftcellbottom {
		font-size: 20px;
	}

	.bannerrightcell {
		font-size: 12px;
	}	

	.content {
		font-size: 16px;
		padding-right: 4%;
		padding-left: 4%;
	}

	.services {
		display: block;
	}

	.servicescontent {
		width: 100%;
		display: block;
	}

	.servicespicture {
		width: 100%;
		display: block;
	}

	.footer {
		padding-right: 4%;
		padding-left: 4%;
		display: block;
	}

	.footerleft {
		font-size: 12px;
		width: 100%;
		display: block;
	}

	.footerright {
		font-size: 12px;
		width: 100%;
		display: block;
	}

	.picture1 {
		width: 200px;
	}

	.picture2 {
		width: 120px;
	}
	
	.googlemap {
		width: 280px;
		height: 210px;
	}
}

@media only screen and (min-width:481px) and (max-width: 767px) {
	.panel {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 7%;
		padding-left: 7%;
		font-size: 18px;
	}

	.banner {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 2%;
		padding-left: 2%;
		display: block;
	}
	
	.bannerleft {
		width: 100%;
		display: block;
	}

	.bannerright {
		width: 100%;
		display: block;
	}

	.bannerleftcelltop {
		font-size: 28px;
	}

	.bannerleftcellbottom {
		font-size: 24px;
	}

	.bannerrightcell {
		font-size: 16px;
	}

	.content {
		font-size: 18px;
		padding-right: 7%;
		padding-left: 7%;
	}

	.services {
		display: block;
	}

	.servicescontent {
		width: 100%;
		display: block;
	}

	.servicespicture {
		width: 100%;
		display: block;
	}

	.footer {
		padding-right: 7%;
		padding-left: 7%;
		display: block;
	}

	.footerleft {
		font-size: 16px;
		width: 100%;
		display: block;
	}

	.footerright {
		font-size: 16px;
		width: 100%;
		display: block;
	}

	.picture1 {
		width: 250px;
	}

	.picture2 {
		width: 140px;
	}

	.googlemap {
		width: 320px;
		height: 260px;
	}
}

@media only screen and (min-width:768px) and (max-width: 991px) {
	.panel {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 10%;
		padding-left: 10%;
		font-size: 20px;
	}

	.banner {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 5%;
		padding-left: 5%;
	}

	.bannerleftcelltop {
		font-size: 32px;
	}

	.bannerleftcellbottom {
		font-size: 28px;
	}

	.bannerrightcell {
		font-size: 18px;
	}

	.content {
		font-size: 20px;
		padding-right: 10%;
		padding-left: 10%;
	}
	
	.services {
		display: block;
	}

	.servicescontent {
		width: 100%;
		display: block;
	}

	.servicespicture {
		width: 100%;
		display: block;
	}
	.footer {
		padding-right: 10%;
		padding-left: 10%;
	}

	.footerleft {
		font-size: 18px;
	}

	.footerright {
		font-size: 18px;
	}
	
	.picture1 {
		width: 300px;
	}

	.picture2 {
		width: 160px;
	}

	.googlemap {
		width: 400px;
		height: 300px;
	}
}

@media only screen and (min-width:992px) and (max-width: 1600px) {
	.banner {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 10%;
		padding-left: 10%;
	}

	.bannerleftcelltop {
		font-size: 32px;
	}

	.bannerleftcellbottom {
		font-size: 28px;
	}

	.bannerrightcell {
		font-size: 18px;
	}

	.services {
		display: block;
	}

	.servicescontent {
		width: 100%;
		display: block;
	}

	.servicespicture {
		width: 100%;
		display: block;
	}

	.footerleft {
		font-size: 18px;
	}

	.footerright {
		font-size: 18px;
	}

	.picture1 {
		width: 400px;
	}

	.picture2 {
		width: 180px;
	}

	.googlemap {
		width: 600px;
		height: 450px;
	}
}