/*Some Adjustments for the Arabic Page*/
/*Mobile First*/


nav.myNav div.logoAndLang ul.langToChoose{

	margin-right: -2.3em;
}

/*adjust the hamberuger Menu*/
nav.myNav div.menuBurger{
	margin-left: 1em;
}
nav.myNav div.logoAndLang{
	margin-right: 5%;
}


/*adjusting the Phone*/
svg.myPhone{
	transform: rotate3d(0, 0, 1, 270deg);
}

/*for Large screens laptops and bigger */
@media screen and (min-width: 960px) {

	/*Navigationn Adjustments*/
	nav.myNav ul.myMenuList{
		text-align: left;
	}

	
	
}
