#ham-menu {
  display: none;
}

.responsive-menu-bg {
  background-color: #F2F2F2;
}

label[for="ham-menu"] {
  display: block;
  top: 10px;
  left: 80%;
  z-index: 999;
}

.close-menu {
  position: fixed;
}
.navbar-menu{
  list-style: none;
}
.navbar-menu li {
  list-style: none;
  float: left;
}
.navbar-menu li a {
  color: #484848;
  font-weight: 500;
  transition: 300ms all;
  font-size: 16px;
  padding: 8px;
  font-family: "Poppins", sans-serif;
}
.navbar-menu li a[role=button] {
  padding: 0.75px 8px 8px 8px;
}
.navbar-menu li a:hover {
  color: #1A4FA1;
}
.ham-menu {
  width: 80vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  transform: translate(-110%);
  z-index: 998;
  background-color: #1a1e2d;
  transition: 1s;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.ham-menu>ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  padding: 0px!important;
  height: 50%;
}

.ham-menu>ul>li a {
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: white;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#ham-menu:checked+label {
  background-color: transparent;
  border-color: orange;
}

#ham-menu:checked~div.ham-menu {
  transform: translate(0px);
  visibility: visible;
}

.full-page-green {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: 500ms;
  position: fixed;
  top: 0;
  left: 0;
}

#ham-menu:checked~div.full-page-green {
  display: block;
  opacity: 0.8;
  visibility: visible;
}

[for="ham-menu"]>div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
}

.menu-line {
  display: block;
  width: 17px;
  height: 2px;
  margin: 10px 0 5px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: var(--border-color);
  transition: 500ms;
  transform-origin: right center;
}

[for="ham-menu"]>div>span:nth-child(4),
[for="ham-menu"]>div>span:nth-child(5),
[for="ham-menu"]>div>span:nth-child(6) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transform-origin: left center;
}

#ham-menu:checked+label span {
  background-color: var(--dark-green);
}

#ham-menu:checked+label span:nth-child(2),
#ham-menu:checked+label span:nth-child(5) {
  transform: scale(0);
}

#ham-menu:checked+.close img {
  display: none;
}

.text {
  font-size: 2.5rem;
  line-height: 1.5em;
  word-spacing: 0.5em;
}

.title {
  font-size: 3rem;
  line-height: 1.5em;
  word-spacing: 0.5em;
  color: var(--icon-hover-bg);
  padding: 10px;
}

.heading {
  font-size: 6rem;
  line-height: 1.5em;
  word-spacing: 0.5em;
  letter-spacing: 0.1em;
}

.bold-text {
  font-weight: bold;
}

.fa-times-circle {
  font-size: 23px;
  color: white;
}


.sign {
  border: 1px solid #1A4FA1;
  color: #1A4FA1;
  font-weight: bold;
  transition: 1s ease;
  box-shadow: inset 0 0 0 0 white;
}

.sign:hover {
  box-shadow: inset 200px 0 0 0 white;
  border: 1px solid white;
}

.dropbtn {
  background-color: transparent;
  color: black;
  border: none;
  transition: 300ms all;
}

.dropdown-menu {
  background-color: transparent;
  border: none;
  position: relative;
}

.dropdown-menu {
  background-color: white;
  display: none;
  position: absolute;
  /*width: 260px;*/
  /*min-height: 146px;*/
  /* padding: 25px 0; */
  margin: 8px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-top: 4px solid #ffffff;
}
/*
.dropdown-menu:before {
  content:"";
  position: absolute;
  left: 11px;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  z-index:9999;
}
*/
.dropdown-menu a {
  text-align: left;
  color: #474747;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: 300ms all;
}


.dropdown-menu:hover .dropdown-content {
  display: block;
}

.dp-text {
  min-width: 75px;
}

.dropbtn {
  color: #F66425;
  font-weight: bold;
}

.dropdown-content a:hover {
  font-weight: bold;
  color: #1A4FA1;
}

#openAccount {
  color: #F66425;
}

.account-profile {
  display: none;
}

.account-profile li {
  list-style-type: disc;
}

.account-profile li a {
  color: white !important;
  font-size: 15px;
}

.account {
  color: #F66425;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0.15em;
  cursor: pointer;
  line-height: 40px;
}
.account-sub-menu{
  margin-bottom: 5%;
}
.account-sub-menu li a {
  color: white;
  margin:10% 0 10% 0;
  margin-left: 6%;
  list-style-type: disc;
  letter-spacing: 0.15em;
}

.fancy_button {
  padding: 0;
}

.me-3{
  margin-right: 1rem!important;
}


.navbar-login ul.submenu {
	background: white none repeat scroll 0 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 119%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	min-width: 200px;
	z-index: 9;
	border-top: 4px solid var(--secondary);
	text-align: left;
	padding: 25px 0;
  font-weight: bold;
}

.navbar-login ul.submenu li {
	display: block;
}

.navbar-login ul.submenu li a {
	padding: 14px 30px;
	display: block;
	margin: 0;
	border: 0;
	color: #1a1e2d;
}

.navbar-login ul.submenu li a::before {
	display: none;
}

.navbar-login ul.submenu li a:hover {
	color: var(--primary);
}

.navbar-login div:hover > .submenu {
	top: 100%;
	visibility: visible!important;
	opacity: 1;
}

.navbar-menu > ul{
  margin-top:10px;
}

.user-menu{
  width: 100%;
  text-align: center;
}