/* header css start */
header.header-outr .logo {
  max-width: 191px;
  width: 100%;
}
header.header-outr .logo img {
  width: 100% !important;
}
header.header-outr .header-inr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header.header-outr .navigation {
  width: calc(100% - 191px);
  position: relative;
}
header.header-outr .top-links ul li a {
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  color: #9C9AA7;
  font-size: 14px;
  font-weight: bold;
}
header.header-outr {
  background-color: #150959;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
}
header.header-outr:before {
  position: absolute;
  content: "";
  right: 0;
  top: -2px;
  z-index: 0;
  width: calc(100% - 955px);
  height: 100%;
  background-image: linear-gradient(to right, #ffffff 0%, #000000 100%);
  mix-blend-mode: multiply;
}
header.header-outr .navigation .top-links {
  position: relative;
}
header.header-outr .navigation .top-links:after {
  position: absolute;
  content: "";
  right: -50vw;
  bottom: -1px;
  z-index: 0;
  width: 100vw;
  height: 1px;
  background: linear-gradient(90deg, rgba(31,22,81,1) 0%, rgba(175,174,181,1) 50%);
}
header.header-outr .top-links ul li {
  display: inline-block;
  margin-left: 22px;
}
header.header-outr .navigation .top-links {
  padding: 18px 0 10px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
header.header-outr .navigation .btm-links ul li a {
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

header.header-outr .header-inr .btm-links {
  text-align: right;
  padding: 23px 0 0;
}
header.header-outr .navigation .btm-links ul li:last-child {
  margin-right: 0;
}
header.header-outr .navigation .btm-links ul li {
  display: inline-block;
  margin: 0 14px;
  border-bottom: 5px solid transparent;
  padding-bottom: 23px;
  position: relative;
  cursor: pointer;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .dropdown-content {
  background-color: #e6e6e6;
  display: flex;
  display: none;
  flex-wrap: wrap;
  left: -180px;
  min-width: 515px;
  padding: 30px 40px;
  position: absolute;
  text-align: left;
  top: 51px;
  z-index: 11;
}

header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col {
  width: 50%;
  padding-top: 12px;
}
header.header-outr li.has-megamenu .lft-col h6 {
  color: #000000;
  font-weight: 700;
}
header.header-outr .navigation .btm-links ul li:hover {
  border-bottom: 5px solid #b7323d;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 24px 0 0;
  border-bottom: inherit;
  position: relative;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul {
  margin-top: 22px;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li:before {
  background-image: url(https://25781768.fs1.hubspotusercontent-eu1.net/hubfs/25781768/BTE_theme_2023/images/home/arro-black-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li a  {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col:first-child {
  padding-right: 25px;
  border-right: 1px solid #A4A4A4;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col:nth-child(2) {
  padding-left: 28px;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li:last-child {
  margin-bottom: 0;
}
header.header-outr .navigation .btm-links ul li.has-megamenu>.dropdown-content>.lft-col:first-child ul li:last-child {
  border-top: 1px solid #a4a4a4;
  margin-top: 19px;
  padding-top: 10px;
}
header.header-outr .navigation .btm-links ul li.has-megamenu>.dropdown-content>.lft-col:first-child ul li:last-child::before {
  top: 28px;
}

header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col:nth-child(2) .lft-col {
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
  border: 0;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .dropdown-content.single-column-dropdown .lft-col {
  border: 0;
  width: 100%;
  padding: 0;
}

header.header-outr .navigation .btm-links ul li.has-megamenu .dropdown-content.single-column-dropdown {
  min-width: 260px;
  left: 0;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul:first-child {
  margin-top: 0;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .dropdown-content.single-column-dropdown>.lft-col:first-child ul li:last-child {
  border: 0;
  margin: 0;
  padding-top: 0;
}
header.header-outr .navigation .btm-links ul li.has-megamenu .dropdown-content.single-column-dropdown>.lft-col:first-child ul li:last-child:before {
  top: 50%;
}
header.header-outr .navigation .btm-links>ul>li:last-child .dropdown-content {
  left: auto !important;
  right: 0;
}
/* header css end */
/*responsive start*/
@media only screen and (min-width:768px) {
  /*header css*/
  header.header-outr .navigation-toggle-button {
    display: none;
  }
  header.header-outr .navigation {
    display: block !important;
  }
  header.header-outr .navigation.mobile {
    display: none !important;
  }
  header.header-outr .navigation  ul.level3_menu {
    display: none;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu:hover .dropdown-content {
    display: flex !important;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li:hover a {
    font-weight: 700;
  }
  /*header css*/

}

@media only screen and (max-width:1050px) {
  /*header css*/
  header.header-outr .navigation .btm-links ul li {
    margin: 0 10px;
    padding-bottom: 14px;
  }
  header.header-outr .navigation .btm-links ul li a {
    font-size: 16px;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .dropdown-content {
    top: 40px;
  }
  /*header css*/
}

.header_search_bar ul#autocomplete-results {
  gap: 10px;
}
.header_search_bar ul#autocomplete-results li {
  margin: 0 10px !important;
}
.header_search_bar ul#autocomplete-results li:last-child {
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  /*header css*/
  header.header-outr .navigation .btm-links ul li a {
    font-size: 14px;
  }
  header.header-outr .navigation .btm-links ul li {
    margin: 0 8px;
    padding-bottom: 12px;
  }
  header.header-outr .navigation {
    width: calc(100% - 120px);
  }
  header.header-outr .logo {
    max-width: 120px;
    width: 100%;
  }
  header.header-outr:before {
    width: calc(100% - 478px);
  }
  /*header css*/
}
@media only screen and (max-width: 767px) {
  /*header css*/
  header.header-outr .navigation-toggle-button {
    display: block;
  }
  header.header-outr .navigation {
    display: none;
    height: calc(100vh - 66px);
    width: 100%;
    overflow-x: auto;
  }
  header.header-outr .navigation-toggle-button i.fa.fa-bars {
    position: absolute;
    right: 26px;
    color: #ffffff;
    top: 30px;
    font-size: 26px;
  }
  header.header-outr .navigation-toggle-button.menu-open .fa-bars:before {
    content: "\f00d";
  }
  header.header-outr .navigation .btm-links ul li {
    display: block;
  }
  header.header-outr .header-inr .btm-links {
    text-align: left;
  }
  header.header-outr .navigation.mobile .btm-links ul li.has-megamenu .dropdown-content {
    display: flex;
  }
  header.header-outr .navigation.mobile .btm-links ul li.has-megamenu .dropdown-content {
    position: static;
    width: 100%;
    margin: 10px 0 0;
    min-width: 100%;
  }
  header.header-outr:after {
    display: none;
  }
  header.header-outr {
    padding: 24px 0;
  }
  header.header-outr:before {
    width: calc(100% - 244px);
  }
  header.header-outr .navigation .btm-links ul li {
    margin: 0px 8px 10px;
    padding-bottom: 8px;
  }
  header.header-outr .navigation .top-links {
    text-align: left;
    padding: 0;
  }
  header.header-outr .navigation .btm-links ul li:hover {
    border-bottom: none;
  }
  header.header-outr .navigation .btm-links ul li {
    border-bottom: inherit;
    padding-bottom: 6px;
    line-height: 1.2;
  }
  header.header-outr .navigation .btm-links ul li:last-child {
    margin-bottom: 0;
  }
  header.header-outr .top-links ul li {
    margin-left: 8px;
    margin-top: 16px;
    display: block;
  }
  header.header-outr .navigation .top-links.btm-links {
    margin-top: 9px;
  }
  header.header-outr .navigation .btm-links ul li:hover {
    border-bottom: inherit;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col:first-child {
    border-right: none;
    padding-right: 0;
    padding-top: 0;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col {
    width: 100%;
    padding-top: 12px;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col:nth-child(2) {
    padding-left: 0;
    margin-top: 5px;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .dropdown-content {
    padding: 17px 23px;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul {
    margin-top: 8px;
  }
  header.header-outr .navigation.mobile .btm-links ul li.has-megamenu .dropdown-content {
    display: none;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu>.dropdown-content>.lft-col:first-child ul li:last-child {
    margin-top: 0px;
    padding-top: 4px;
  }
  /*header css*/
  li.has-megamenu>a {position: relative;width: 100%;display: inline-block;}
  li.has-megamenu>a:before,li.has-megamenu>a:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 0;
    border: 1px solid #fff;
    border-radius: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-in-out;
  }
  li.has-megamenu>a:after {
    transform: rotate(90deg);
  }
  li.has-megamenu>a.activee:after {
    transform: rotate(0deg);
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .dropdown-content {
    left: 0;
    min-width: 100%;
    position: static;
    margin: 10px 0 0 0;
  }

  /*   mobile menu style */
  header.header-outr .navigation ul li.hover-submenu-trigger ul.level3_menu li:last-child {
    border-top: 0!important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  header.header-outr .navigation ul  li.hover-submenu-trigger ul.level3_menu li:before {
    display: none;
  }
  header.header-outr .navigation .nav-inr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; 
  }
  header.header-outr .navigation .nav-inr .btm-links.first {
    order: 1;
  }
  header.header-outr li.hover-submenu-trigger>ul.level3_menu {
    background: #fff;
    padding: 20px;
    display:none;
  }
  header.header-outr .navigation .top-links:after {
    right: 0;
  }
  header.header-outr li.has-megamenu .lft-col h6 {
    display: none;
  }
  header.header-outr .top-links ul li a {
    color: #ffffff;
    font-weight: 600;
  }
  header.header-outr .navigation .top-links {
    order: 2;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: end;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu>.dropdown-content>.lft-col:first-child ul li:last-child ul.level3_menu {
    padding: 0;
    margin:0;
  }
  
  .header_search_bar {
    order: 2;
  }
  
  .header_search_bar .hs-search-field--open .hs-search-field__suggestions-container .hs-search-field__suggestions a {
    color: #9C9AA7;
  }
  
  .hs-search-field__form {
    column-gap: 10px;
  }
  .hs-search-field__suggestions-container {
    max-width: calc(100% - 20px);
  }

  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li {
    line-height: 1;
    margin: 0 0 14px;
  }
  /*    */
  header.header-outr .navigation .btm-links ul li.has-megamenu .dropdown-content {
    background-color: transparent;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li a {
    color: #ffffff;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .dropdown-content {
    padding: 8px 16px;
    margin: 0;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col:nth-child(2) {
    display: none;
  }
  header.header-outr li.hover-submenu-trigger>ul.level3_menu {
    background: transparent;
    padding: 8px 16px;
    margin-top: 0px !important;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu  ul li:before{
    display: none;}
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li a {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li.mobile-submenu-trigger a:after,header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li.mobile-submenu-trigger a:before{
    border: 1px solid #fff;
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
    width: 15px;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li a:before{
    transform: rotate(90deg);
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu .lft-col ul li.active a:before{
    transform: rotate(0deg);
  } 
  header.header-outr li.hover-submenu-trigger>ul.level3_menu li>a:after,header.header-outr li.hover-submenu-trigger>ul.level3_menu li>a:before{
    display: none;
  }
  header.header-outr .navigation .btm-links ul li.has-megamenu>.dropdown-content>.lft-col:first-child ul li:last-child a:before, header.header-outr .navigation .btm-links ul li.has-megamenu>.dropdown-content>.lft-col:first-child ul li:last-child a:after{
    display:none;
  }
}

@media(min-width: 768px) and (max-width: 992px) {
    margin-left: 10px;
  } 
}

/* Search Bar css */
@media(min-width: 992px) {
  .header_search_bar {
      min-width: 420px;
  }
}

.header_search_bar ul#autocomplete-results {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.hs-editor-hide-until-active {
  display: none;
}

.inpage-editor-active-field .hs-editor-hide-until-active {
  display: block;
}

.hs-search-field {
  position: relative;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  flex: 1;
}

.hs-search-field__bar button svg {
  height: 20px !important;
  fill: #fff;
}

.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-search-field--open .hs-search-field__suggestions,
.inpage-editor-active-field .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border: none;
  background-color: #fff;
  box-shadow: 1px 10px 16px -9px rgba(122, 122, 122, 0.75);
}

.hs-search-field__suggestions li {
  display: block;
  padding: 0;
  margin: 0;
}

.hs-search-field__suggestions .results-for {
  font-weight: bold;
}

.hs-search-field__suggestions a,
.hs-search-field__suggestions .results-for {
  display: block;
  padding: 0 10px;
  line-height: 1.7rem;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.hs-search-field__input:focus {
  outline-style: solid;
}

.hs-search-field__suggestions-container {
  position: relative;
  flex-basis: 100%;
  z-index: 999;
}

.hs-search-field__form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.hs-search-field__label {
  flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__input {
  flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__button {
  margin-top: 0.725rem;
  margin-right: 0.725rem;
}

.hs-search-field__bar--button-align-right .hs-search-field__button {
  margin-right: 0;
  margin-left: 0.725rem;
  order: 2;
}

.hs-search-field__bar--button-beneath .hs-search-field__suggestions-container {
  min-width: 75%;
  flex-basis: auto;
  flex-grow: 1;
}

.hs-search-field__button--labelled .hs_cos_wrapper_type_icon {
  margin-right: 0.5rem;
}

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
/* stylelint-enable declaration-no-important */

.dnd-section:has(#search_modal) {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    left: 0;
    top: 0;
    background-color: #ffffffdb;
    transition: transform .2s ease-in;
    transform: translateY(-100vh);
    display: flex !important;
    align-items: center;
}
.dnd-section:has(#search_modal.active) {
    transform: translateY(0);
}
.close_search_modal {
    position: absolute;
    top: -80px;
    right: 50px;
    font-size: 24px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid;
    cursor: pointer;
}

/* End of Search Bar css */
