.notice {
      background-color: #005670;
    color: #fff;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    font-size: normal;
}

.notice p {
    margin-bottom: 0;
}

.header-wrapper {
  display: block;
}

.header-link {
  font-size: 12px;
  text-decoration: none;
  color: #222222;
  padding-right:15px;
}

.header-navigation .header-link {
  text-transform: uppercase;
}

.header-link:hover {
  color: #EE0000;
}

.navbar-nav>li>a {
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover {
  background-color: #ECECEC;
}
.nav>li>a{
  padding:10px 5px !important;
}

.global-header {
  margin-top: 32px;
}

.global-header2 h3,
.global-header2 p {
  color: #222222 !important;
}

.nav-list-container {
  border-bottom: 0.5px solid #000000;
  padding: 0;
  width: auto;
}

.nav-list-container .navbar-collapse {
  padding: 0;
}

.nav-list-container .navbar-collapse nav {
  margin-left: -15px;
}

.nav-list-container .divider-vertical {
  padding: 10px 0 15px 0;
  color: #222222;
  font-weight: bold;
  font-size: 18px;
}

.navbar-nav>li>.dropdown-menu {
  border-top: 5px solid #EE0000;
}

.dropdown-menu>li a {
  color: #222222;
  padding: 1rem;
  font-weight: bold;
}

.dropdown-menu>li:hover {
  text-decoration: none;
  padding: 0;
  background-color: #ECECEC;
}

.dropdown-menu>li:hover a {
  color: #BE0000;
  margin: 0;
  padding: 1rem !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  border: none !important;
  padding: 1rem !important;
}

.global-header2 .logo-details-section {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  grid-template-areas: "logo header-navigation";
}

.global-header .logo-details-section {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  grid-template-areas: " logo header-navigation account-section ";
  -webkit-column-gap: 48px;
  column-gap: 2px;
}

.global-header .logo-details-section .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

.global-header .logo-details-section .logo img {
  width: 250px;
  height: auto;
  margin-left: -12px;
}

.global-header .logo-details-section .header-navigation {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: header-navigation;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-top: 16px;
}

.global-header .logo-details-section .header-navigation .contact {
  padding: 0 0.5rem;
  margin: 0 1rem;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}

.global-header .logo-details-section .header-navigation .signin {
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  border-left: 1px solid #222222;
}

.global-header .logo-details-section .account-section {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: account-section;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 10px auto;
  grid-template-columns: 40px 10px auto;
  grid-template-areas: "avatar . account-details-wrapper"
    ". . user-access";
  margin-top: 16px;
}

.global-header .logo-details-section .account-section svg {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: avatar;
}

.global-header .logo-details-section .account-section .account-details-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: account-details-wrapper;
  display: -ms-grid;
  display: grid;
}

.global-header .logo-details-section .account-section .account-details-wrapper h3,
.global-header .logo-details-section .account-section .account-details-wrapper p {
  margin: 0;
  font-size: 12px;
}

.global-header .logo-details-section .account-section .account-details-wrapper .account-name {
  text-transform: uppercase;
  font-weight: bold;
}

.global-header .logo-details-section .account-section .account-details-wrapper .account-details {
  text-transform: capitalize;
}

.global-header .logo-details-section .account-section .account-details-wrapper .account-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.global-header .logo-details-section .account-section .account-details-wrapper .account-options .select-tp {
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}

.global-header .logo-details-section .account-section .account-details-wrapper .account-options span {
  margin: 0 2px;
}

.header-wrapper .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Mobile */

.mobile-header-wrapper {
  display: none;
}
/*
.mobile-header-wrapper .mobile-header-section .logo-details-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
*/
.mobile-header-wrapper .mobile-header-section .logo-details-section .logo img {
  width: 253px;
  height: auto;
  margin-left: -2px;
}

.mobile-header-wrapper .mobile-header-section .logo-details-section .mobile-menu-link-wrapper {
  background-color: #333333;
  width: 100%;
  padding: 12px;
}

.mobile-header-wrapper .mobile-header-section .logo-details-section .mobile-menu-link-wrapper .mobile-menu-link {
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
    display: inline;
    background: transparent;
    line-height: 18px;
    margin-right: 10px;
    padding: 0;
    text-transform: capitalize;
    min-height: auto;
    float: unset;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  left: -100%;
  z-index: 9999999;
  opacity: 1;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation {
  width: 100%;
  height: 100%;
  background: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 12px;
  overflow-y: auto;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation::-webkit-scrollbar {
    width: 16px;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation a {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  border-bottom: 0.5px solid #fff;
  width: 100%;
  padding: 12px 0;
  text-transform: uppercase;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation a:hover, .mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation a:focus {
  background-color: unset;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .account-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 0 0 21px;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .nav .open>a, 
.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .nav .open>a:focus, 
.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .nav .open>a:hover {
  background-color: rgb(236 236 236 / 20%);
  border-color: unset;
  margin-left: 0;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .nav .open>a + ul li a {
  background-color: transparent;
  border-color: unset;
  margin-left: 0;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .nav .open>a + ul li a:hover,
.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .nav .open>a + ul li a:focus {
  background-color: rgb(236 236 236 / 20%);
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .nav .open>a + ul li.active a {
  background-color: rgb(236 236 236 / 20%);
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .account-section .account-details-wrapper h3 {
  font-weight: 700;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .account-section .account-details-wrapper h3,
.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .account-section .account-details-wrapper p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .account-section .account-details-wrapper .account-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .account-section .account-details-wrapper .account-options a {
  text-transform: none;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .account-section .account-details-wrapper .change-password,
.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation .account-section .account-details-wrapper .signout {
  border-bottom: none;
  padding: 0;
  font-weight: normal;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation nav {
  width: 100%;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation nav ul {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
  flex-direction: column;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation nav ul li {
  border-bottom: 0.5px solid #fff;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation nav ul.submenu-dropdown li {
  border-bottom: none;
  background-color: transparent;
  border-color: unset;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation nav ul.submenu-dropdown li a {
  text-transform: none;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation nav ul li a {
  text-decoration: none;
  border-bottom: unset;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation nav ul li a span {
  float: right;
  margin-right: 12px;
  transform: rotate(0deg);
  transition: 0.1s linear;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation nav ul li.open a span {
  transform: rotate(90deg);
  transition: 0.1s linear;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .mobile-header-navigation nav ul li ul {
  border-top: unset !important;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items .close-mobile-menu {
  position: absolute;
  top: 24px;
  right: 12px;
  font-weight: bold;
  font-size: 20px;
  background: #333333;
  color: #fff;
  border: none;
}

.mobile-header-wrapper .mobile-header-section .mobile-menu-items.open {
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999999;
}

.submenu-dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}

@media only screen and (max-width: 767px) {
  .mobile-header-wrapper {
    display: block;
  }

  .header-wrapper {
    display: none;
  }

  .global-header2 {
    display: none;
  }
}

/* TOP MOST HEADER BAR START */

@media only screen and (min-width: 767px) {
 .top-bar  nav {
      display: flex;
      justify-content: space-between;
    }
}

.top-bar  nav {
      align-items: center;
      padding: 0 60px;
      background-color: #222;
      color: white;
	    height: 42px;
    }

  .top-bar  .left-menu {
      display: flex;
      font-weight: bold;
    }

 .top-bar .menu-item {
      padding: 11px;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      transition: background-color 0.3s;
     font-size:13px;
    }

 

 .top-bar   .menu-item:hover {
      background-color: #005670; /* Hover background color */
      
    }

 .top-bar .dropdown {
  position: relative;
  display: inline-block;
}

.top-bar .dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  background-color:white;
  z-index: 1;
width:191px;
box-shadow: 0 6px 12px rgba(0,0,0,.175);
border-top: 5px solid #005670;
}

.top-bar .dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.top-bar .dropdown:hover .dropdown-content {
  display: block;
  }

.top-bar .top-bar-link{
      color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.top-bar p{
  margin:0 0 0px;
}


@media only screen and (max-width: 767px) {

  .top-bar .dropdown {
    display: none;
  }

  .top-bar .left-menu {
    display: flex;
    font-weight: bold;
    justify-content: center;
}

.top-bar nav{padding: 0;}

.top-bar .menu-item{
  padding:10px;
}
.top-bar nav{
  height:40px;
}

}

/* .parent {
  text-align: center;
} */
.child {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.dropdown-item{color:black;font-weight: 600;}

.dropdown-item:hover {
      color:#005670;
      background-color: #ECECEC;  
      
    }

    /* TOP MOST HEADER BAR END */