.sticky-header-bar  {
  margin-top: -1rem;
}
.sticky-header-bar .sub-second-header {
  padding: 16px 16px;
  background-color: var(--dark-orange);
  font-family: "The-Future", sans-serif;
  width: 100%;
  position: relative;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
}

.sticky-header-bar .sub-second-header .toast-header {
  padding: 0px;
  background-color: transparent;
  color: var(--white);
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
}

.sticky-header-bar .sub-second-header .toast-header p {
  margin-bottom: 0;
  padding: 6px 0px;
  display: flex;
  align-items: center;
}

.sticky-header-bar .toast-header .header_image_before img {
  margin-right: 10px;
  max-width: 24px;
  height: 24px;
}

.sticky-header-bar .toast-header .header_pre_heading {
  font-weight: 900;
  margin-right: 8px;
  font-size: 14px;
  letter-spacing: 1px;
}

.sticky-header-bar .toast-header .header_main_heading {
  font-size: 13.5px;
  font-weight: 500;
}

.sticky-header-bar .toast-header .header_top_link {
  font-weight: 900;
  margin-left: 8px;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  top: -1px;
  padding: 5px 10px;
  border-radius: 5px;
}

.sticky-header-bar .toast-header .header_top_link_icon img {
  max-width: 20px;
  vertical-align: sub;
  margin-left: 10px;
}

.sticky-header-bar .sub-second-header a {
  color: var(--white);
}

.sticky-header-bar .sub-second-header .btn-close {
  position: absolute;
  right: 30px;
  color: var(--white);
}

.sticky-header-bar .sub-second-header a:hover{
  text-decoration: none;
}


.sticky-header-bar .sub-second-header .toast-header > span {
  display: flex;
  text-align: center;
}

.sticky-header-bar .sub-second-header .btn-close  {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sticky-header-bar .sub-second-header .btn-close:hover {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header-top {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
.sticky-header-bar .sub-second-header .toast-header > span {
  flex-direction: column;
  align-items: center;
}
.sticky-header-bar .toast-header .header_top_link {
  margin: 10px 0 0;
  width: fit-content;
}
.sticky-header-bar .sub-second-header .btn-close  {
  right: 10px;
  top: 10px;
}
}
header.new-menu {
  position: sticky;
}