.navbar-header{
	position: relative;
}
.custom_select_language{
	position:absolute;
	top:9px;
	right:23px;
	width:auto;
	font-weight: 700;
	color: inherit !important;
	background: none;
	border: 1px solid;
}

@media (max-width: 768px) {
	.custom_select_language{
		right: 50px !important;
	}
}