header {
	max-width: 720px;
	margin: 10px auto;
	padding: 0 12px;
	font-family: Arial,sans-serif;
	box-sizing: border-box
}

.logo {
	text-align: center;
	margin-bottom: 10px
}

.logo-img {
	max-width: 100%;
	height: auto
}

.auth-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: nowrap;
	margin-bottom: 20px
}

.auth-buttons .lang-switch {
	margin-right: auto
}

.lang-switch {
	display: flex;
	gap: 6px;
	align-items: center
}

.lang-btn {
	display: flex;
	align-items: center;
	padding: 2px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: .8rem;
	color: #333;
	background: #fff;
	text-decoration: none;
	transition: background .2s,color .2s,border-color .2s
}

.lang-btn .flag {
	width: 16px;
	height: 16px;
	background-size: cover;
	margin-right: 4px
}

.lang-btn:hover {
	background: #f0f0f0
}

.lang-btn.active {
	background: #063;
	color: #fff;
	border-color: #052
}

.auth-buttons .btn.image-btn,.auth-buttons .btn.image-btn1,.auth-buttons .btn.image-btn2 {
	padding: 0;
	border: none;
	background: 0 0
}

.auth-buttons .btn.image-btn img {
	display: block;
	max-height: 35px;
	width: auto;
	height: auto
}

.auth-buttons .btn.image-btn1 img {
	display: block;
	max-height: 32px;
	width: auto;
	height: auto
}

.auth-buttons .btn.image-btn2 img {
	display: block;
	max-height: 38px;
	width: auto;
	height: auto
}

.auth-buttons .btn.image-btn1:hover img,.auth-buttons .btn.image-btn2:hover img,.auth-buttons .btn.image-btn:hover img {
	opacity: .8
}

.auth-buttons .btn.image-btn1:active img,.auth-buttons .btn.image-btn2:active img,.auth-buttons .btn.image-btn:active img {
	opacity: .6
}

.nav-icons {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: 20px
}

.nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #333;
	font-size: 16px
}

.nav-item i {
	display: none
}

.nav-item .nav-icon-img {
	display: block;
	max-height: 40px;
	width: auto;
	margin-bottom: 5px
}

.nav-item.active span,.nav-item:hover span {
	color: #007bff
}

@media (max-width:720px) {
	.lang-btn {
		padding: 2px 4px;
		font-size: .7rem
	}

	.lang-btn .flag {
		width: 14px;
		height: 14px
	}

	.auth-buttons .btn.image-btn img {
		max-height: 37px
	}

	.auth-buttons .btn.image-btn1 img {
		max-height: 34px
	}

	.auth-buttons .btn.image-btn2 img {
		max-height: 40px
	}

	.nav-item .nav-icon-img {
		max-height: 30px
	}
}

.flag-us {
	background-image: url(/images/us.png)
}

.flag-pk {
	background-image: url(/images/pk.png)
}
