.menus {
	background: #C2E9F2;
	height: 80px;
	position: fixed;
	z-index: 997;
	top: 0;
	box-shadow: 3px 2px 8px #607d8b8f;
}

nav.resNav .login {
	background-color: #014F2B;
	color: white;
	padding: 8px;
	margin: 0;
}
nav.resNav a.login:hover {
	color: #014F2B;
	background-color: white;
	border: 2px solid inherit;
	padding: 8px;
	margin: 0;
}

@media only screen and (max-width: 1444px) and (min-width: 767px) {
	#counter {
		font-size: 14px !important;
	}
	.btnFlex {
		padding: 5px !important;
	}
	a.btnType {
		font-size: 14px !important;
		padding: 5px 5px !important;
	}
}
@media only screen and (max-width: 1220px) and (min-width: 767px) {
	a.btnType {
		font-size: 12px !important;
		padding: 3px !important;
}
}
@media (max-width: 1260px) {
	.header.active-three {
		display: none;
	}
	.resNav {
		display: flex;
	}

	nav .menu-btn i{
		font-size: 25px;
		display: block;
	}
	#click:checked ~ .menu-btn i:before{
		content: "\f00d";
	}
	#click2:checked ~ .menu-btn i:before{
		content: "\f00d";
	}
	nav ul{
		position: fixed;
		top: 80px;
		z-index: 997;
		left: -100%;
		background: #C2E9F2;
		height: 100vh;
		width: 100%;
		text-align: center;
		display: block;
		transition: all 0.3s ease;
	}
	nav.subNav ul {
		top: 110px !important;
	}
	nav .menu-btn i {
		font-size: 20px !important;
	}
	.subMenus {
		top: 80px !important;
		margin-top: 80px !important;
		height: 80px !important;
	}
	.subMenus .lines nav {
		height: 80px !important;
	}
	nav.subNav {
		margin-top: 80px !important;
	}
	.regForm, .loginForm {
		width: 100%;
	}
	#click:checked ~ ul{
		left: 0;
	}
	#click2:checked ~ ul{
		left: 0;
	}
	nav ul li{
		width: 100%;
		margin: 40px 0;
	}
	nav ul li a {
		width: 100%;
		margin-left: -100%;
		display: block;
		font-size: 20px;
		transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	#click:checked ~ ul li a{
		margin-left: 0px;
	}
	#click2:checked ~ ul li a{
		margin-left: 0px;
	}
	nav ul li a.active,
	nav ul li a:hover{
		background: none;
		color: darkblue;
	}
}

.proLink a:hover {
	border: none;
}

svg.bi.bi-person-circle {
	margin-bottom: -30px;
}

.lines nav{
	display: flex;
	height: 80px;
	position: fixed;
	width: 95%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 997;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}
nav .logoLeft{
	display: flex;
	color: darkgreen;
	font-weight: 600;
}
.logoLeft h3 {
	font-size: 20px;
	line-height: 25px;
	margin-top: 10px;
	padding-left: 8px;
}
nav ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	align-items: center;
}
nav ul li{
	margin: 0 5px;
}
nav ul li a{
	color: darkgreen;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	margin: 5px;
	transition: all 0.3s ease;
}
nav ul ul {
	/*right: -20px;*/
	padding: 5px;
	width: fit-content;
	z-index: 999;
	box-shadow: 2px 1px 4px black;
	margin: 0;
	display: none;
	position: absolute;
	background-color: #C2E9F2;
}
li.proName.proLink {
	border: 1px solid darkgreen;
	border-radius: 5px;
	padding: 3px;
	background: #0064001a;
}
nav ul ul li {
	padding: 8px 0;
	width: fit-content;
	text-align: left;
	/*padding-right: 25px;*/
}
nav ul ul li a {
	color: darkgreen;
	text-decoration: none;
	width: fit-content;
	font-size: 14px;
	font-weight: 500;
	margin: 8px;
	transition: all 0.3s ease;
}
nav ul ul li a:hover{
	color: darkblue;
	border-bottom: 1px solid darkblue;
	transition: all 0.3s ease;
}

nav ul li a.active,
nav ul li a:hover{
	color: darkblue;
	border-bottom: 1px solid darkblue;
	transition: all 0.3s ease;
}
nav ul li:active {
	/* border-bottom: 1px solid darkblue; */
}
nav ul li:hover > ul {
	display: block;
}
nav .menu-btn i{
	color: darkgreen;
	font-size: 22px;
	cursor: pointer;
	display: none;
}
input[type="checkbox"]{
	display: none;
}
@media (max-width: 1260px) {
	nav .menu-btn i {
		font-size: 25px;
		display: block;
	}
	#click:checked ~ .menu-btn i:before{
		content: "\f00d";
	}
	nav ul{
		position: fixed;
		top: 80px;
		z-index: 999;
		left: -100%;
		background: #C2E9F2;
		height: 100vh;
		width: 100%;
		text-align: center;
		display: block;
		transition: all 0.3s ease;
	}
	#click:checked ~ ul{
		left: 0;
	}
	nav ul li{
		width: 100%;
		margin: 16px 0;
	}
	svg.bi.bi-person-circle {
		margin-left: 30px;
	}
	nav ul li a{
		width: 100%;
		margin-left: -100%;
		display: block;
		font-size: 16px;
		transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	#click:checked ~ ul li a{
		margin-left: 0px;
	}
	nav ul li a.active,
	nav ul li a:hover{
		background: none;
		color: darkblue;
	}
	nav.resNav .login {
		padding: 8px 0;
	}
}
nav .reg {
	color: darkblue;
	border-bottom: 1px solid darkblue;
}

nav .reg:hover {
	color: darkgreen;
	border-bottom: 1px solid darkgreen;
}