        .toggle {
            display: none;
                }
        .langbgcolor {
            background-color: #152245;
            color: white;
            width: 90%;
            height: 90%;
            position: fixed;
            right: 0;
			padding: 20px 10px 10px 15%;
			z-index: 1;
			margin-top: -120px;
			overflow: scroll;
        }
        
        .langbgcolor ul {
            list-style-type: none;
            padding: 5px;
            margin: 30px 5px 30px 7%;
            width: 100%;
        }
        
        .langbgcolor ul li {
            width: 30%;
            margin-bottom: 24px;
            float: left;
            font-size: 18px;
            font-weight: bold;
            
        }
        
        .active {
            background-color: #f97b0f;
			cursor: pointer;
			color: white;
			border: 1px solid  ;
        }
        
        .inactive {
            list-style-type: none;
			border: 1px solid  ;
			cursor: pointer;
        }
		#asia_btn, #north_america_btn, #europe_btn,#MiddleEastAfrica_btn{
			/*margin: 15px 10px 5px 20px;*/
			margin: 15px 4% 5px 7%;
			font-family: Siemens Sans Black,arial,sans-serif;
			font-size: 20px;
			font-weight: bold;
			padding: 0 5px;
		}
		#lang-global{	
			color: white;
			font-size: 16px
			/*font-family: Siemens Sans Black,arial,sans-serif;*/
			/*line-height: 1.5555555556;*/
			font-weight: 350;
			/*margin-right: 16px;*/
			cursor: pointer;
            border: 0;
            background: #345ece;
            margin-left: 70%;
		}
		.btn-margintop{
            margin-top: 18px;
            margin-left: -30px;
		}
		.langbgcolor a{
		    color: white;
			font-size: 17px;
			font-family: Siemens Sans Black,arial,sans-serif;
			line-height: 1.5555555556;
			font-weight: 400;
			margin-right: 16px;
			text-decoration: underline;
		}
		.langbgcolor button{
		    color: #000;
		}
		
