.dropdown-item.active, .dropdown-item:active{
	background-color: transparent !important;
}
.n-header{
    background-color: #776626;
    padding: 15px 50px 15px 50px;
	border-bottom: 1px solid #C5A83F;
	position: relative;
	z-index: 99;
}
.n-header-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}
.n-logo{
    flex:1;
}
.n-logo img{
	width: 50px;
}
.n-logo a{
	font-family: "Playfair Display", serif;
	font-size: 24px;
	color: #FFFCF2;
	text-transform: uppercase;
	font-weight: 400;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	line-height: 1.2;
}
.n-logo a:hover{
	text-decoration: none;
	color: #FFFCF2 !important; 
}
.n-search{
    flex:2.5;
    align-items: center;
    display: flex;
    justify-content: center;
}
.n-search form{
    width: 90%;
}
.n-search-input input[type="text"] {
	width: 100%;
	font-weight: 500;
	padding: 20px 0px 20px 45px;
	border: 1px solid rgba(119, 102, 38, 0.2) !important;
	border-radius: 8px;
	color: #776626;
	background-color: #FFF7DA !important;
	margin: 0;
	font-size: 16px;
	font-family: "Lato", sans-serif;
}
.n-search-input input[type="text"]::placeholder {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	color: #776626;
}
.n-search-input{
    position: relative;
}
.n-search-input::before {
	content: '';
	background: url('../images/magnifying-glass.png');
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	background-size: cover;
}
.n-search-input input[type="text"]:focus{
	background-color: #FFF7DA !important;
	border: 1px solid rgba(119, 102, 38, 0.2) !important;
}
.n-search form, .n-search-input input{ 
    margin: 0;
}
.n-options{
    flex:1;
}
.n-options{
	display: flex;
	justify-content: flex-end;
	gap:15px;
	align-items: center;
}
.n-logo{
	display: flex;
	gap: 10px;
}
.n-options ul {
	margin: 0;
	list-style: none;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	align-items: center;
}
.n-profile-btn a {
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: 1;
}
.n-profile-btn {	
	background-color: #D9B945;
	text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
  	width: 32px;
  	height: 32px;
}
.n-options .teacher-logo img, .n-options .directory-list img, .n-options .notification-logo img, .n-options .notification-dropdown-link img, .n-options .login-icon img{
	height: 28px;
	width: auto;
}
.n-options .dropdown img{
	height: auto;
	width: 20px;
}
.dropdown .n-dropdown-menu{
    top:45px !important;
    left: -232px !important;
	transform: none !important;
	border-radius: 8px;
}
.dropdown .n-dropdown-menu.search-dropdown{
	left: -225px !important;
}
.n-options .dropdown-toggle::after{
    display: none !important;
}
.n-dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 16px;
    color: #0F172A;
    border-bottom: 1px solid #E8E8E8;
    padding: 8px 16px;
}
.n-dropdown-menu.search-dropdown .dropdown-item{
	padding: 16px;
}
.search-dropdown form{
	margin: 0;
}
.n-dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}
.n-dropdown-menu .dropdown-item span{
    margin-left: 10px;
}

.dropdown .dropdown-menu{
    width: 265px;
	padding: 0;
}
.dropdown-menu.n-dropdown-menu.show::before {
	content: '';
	background: url(../images/triangle.png);
	position: absolute;
	height: 18px;
	width: 22px;
	top: -15px;
	right: 15px;
}
.m14h-4.x-text .x-text-content-text-primary, .m1rb-4.x-text .x-text-content-text-primary{
	text-align: center;
}
.ur-frontend-form #ur-recaptcha-node{
	margin-left: 10px;
}
/*Header Responsive*/
@media only screen and (max-width: 1400px){
	.n-search{
		max-width: 270px;
	}
	.n-options .teacher-logo img, .n-options .directory-list img, .n-options .notification-logo img, .n-options .notification-dropdown-link img, .n-options .login-icon img, .n-options .search-logo img{
		height: 24px;
		width:auto;
	}
	.n-profile-btn{
		height: 28px;
		width: 28px;
	}
}
@media only screen and (max-width: 1200px){
	.n-header{
		padding: 15px 30px 15px 30px;
	}
}
@media only screen and (max-width: 1024px){
	.n-options{
		gap: 12px;
	}
	.n-search{
		flex: 1;
	}
	.n-search{
      flex:2;
   }
   .n-logo{
      flex:2;
   }
   .n-options{
      flex:2;
   }
   .n-logo a{
      font-size: 20px;
   }
}
@media only screen and (max-width: 991px){
	.n-search{
		display: none;
	}
	.n-search-input input[type="text"]::placeholder, .n-search-input input[type="text"]{
		font-size: 14px;
	}
}
@media only screen and (max-width: 640px){
	.n-logo .logo-text{
		display: none;
	}
	.n-options{
		flex: auto;
	}
	.n-header{
		padding: 15px 30px;
	}
	/* .dropdown .dropdown-menu{
		width: 280px;
	}
	.dropdown .n-dropdown-menu{
		left:-240px !important;
	} */
}
@media only screen and (max-width: 480px){
	.dropdown-menu.search-dropdown.show::before {
		right: 95px;
	}
	.dropdown .n-dropdown-menu.search-dropdown{
		left:-145px !important;
	}
}