header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.6rem;
  z-index: 11;
  background-color: #fff;
}

header.active {
  background-color: #fff !important;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.4);
  color: #243508 !important;
  position: sticky !important;
  z-index: 12;
}

#header {
  position: relative;
}

#header .col-1 {
  position: unset;
}

#header .col-1 .col-11 {
  height: 100%;
}

.logo {
  border: 1px solid #243508;
  display: block;
  margin-left: auto;
  margin-top: 3rem;
}

header .search-container .ancGlobal {
  background: url(../images/Common/search-text.svg) no-repeat;
  width: 2.4rem;
  height: 2.5rem;
  background-size: contain;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
  box-shadow: none;
  margin-left: 0;
}

#txtGlobalSearch {
  border: 0;
  background: 0;
  border-bottom: 1px solid #707070;
  padding-bottom: 4px;
  color: #243508;
  width: 100%;
  font-size: 1.6rem;
  font-family: "roobert_regular", sans-serif;
}

#txtGlobalSearch::placeholder {
  font-size: 2rem;
}

.close-search {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 0;
  right: 0;
}

::-webkit-input-placeholder {
  color: #243508;
  font-size: 1.6rem;
  font-family: "roobert_regular", sans-serif;
}

::-moz-placeholder {
  color: #243508;
  font-size: 1.6rem;
  font-family: "roobert_regular", sans-serif;
}

:-ms-input-placeholder {
  color: #243508;
  /*Color Reverted*/
  font-size: 1.6rem;
  font-family: "roobert_regular", sans-serif;
}

:-moz-placeholder {
  color: #243508;
  font-size: 1.6rem;
  font-family: "roobert_regular", sans-serif;
}

ul#ui-id-1,
ul#ui-id-2,
ul#ui-id-3,
ul.ui-autocomplete {
  position: absolute;
  list-style-type: none;
  z-index: 9;
}
ul#ui-id-1.globalSearchAutoSuggest,
ul#ui-id-2.globalSearchAutoSuggest,
ul#ui-id-3.globalSearchAutoSuggest,
ul.ui-autocomplete.globalSearchAutoSuggest {
  position: fixed;
  z-index: 11;
  max-width: 793px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  ul#ui-id-1.globalSearchAutoSuggest,
  ul#ui-id-2.globalSearchAutoSuggest,
  ul#ui-id-3.globalSearchAutoSuggest,
  ul.ui-autocomplete.globalSearchAutoSuggest {
    max-height: 30rem;
    overflow-y: auto;
    max-width: calc(100% - 30px);
  }
}
ul#ui-id-1.autocomplete-scroll,
ul#ui-id-2.autocomplete-scroll,
ul#ui-id-3.autocomplete-scroll,
ul.ui-autocomplete.autocomplete-scroll {
  z-index: 10;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
  ul#ui-id-1.autocomplete-scroll,
  ul#ui-id-2.autocomplete-scroll,
  ul#ui-id-3.autocomplete-scroll,
  ul.ui-autocomplete.autocomplete-scroll {
    left: 60px !important;
    min-width: calc(100vw - 120px) !important;
  }
}

.search-container {
  position: relative;
  /* width: 80%;
  background: #f4f4f4;
  margin: 0 auto;
  margin-top: 2.5rem; */
  display: none;
}

ul#ui-id-1 li,
ul#ui-id-2 li,
ul#ui-id-3 li,
ul.ui-autocomplete li {
  border: 0;
  background: transparent;
  margin: 0;
  cursor: pointer;
  list-style: none;
}

ul#ui-id-1 li:nth-child(odd),
ul#ui-id-2 li:nth-child(odd),
ul#ui-id-3 li:nth-child(odd),
ul.ui-autocomplete:nth-child(odd) {
  background: #E2D6CF;
}

ul#ui-id-1 li:nth-child(even),
ul#ui-id-2 li:nth-child(even),
ul#ui-id-3 li:nth-child(even),
ul.ui-autocomplete:nth-child(even) {
  background: #fff;
}

.globalSearchAutoSuggest li:nth-child(odd) {
  background: #E2D6CF;
}

.globalSearchAutoSuggest li:nth-child(even) {
  background: #fff;
}

/* ul#ui-id-1 li{
  padding-left: 5rem;
  border: 0;
  background: #f4f4f4;
  margin: 0;
  border-bottom:1px solid #dfdfdf;
  cursor: pointer;
} */
ul#ui-id-1 li.seeAll:last-child,
ul#ui-id-2 li.seeAll:last-child,
ul#ui-id-3 li.seeAll:last-child,
ul.ui-autocomplete.seeAll:last-child {
  background: #bff355;
  padding-left: 0;
}

ul.globalSearchAutoSuggest li.seeAll a {
  color: #243508;
  font-family: "roobert_medium", sans-serif;
  font-size: 1.8rem;
  background: 0;
  border: 0;
  text-decoration: none;
  margin: 0;
}

.small_modal .video_close {
  display: none;
}

ul.globalSearchAutoSuggest li.seeAll:hover a {
  background: 0;
  border: 0;
}

.mob-close,
.mob_text {
  display: none;
}

.component.search-box-external-api {
  display: flex;
  position: absolute;
  right: 13%;
  top: 1.4rem;
  padding: 1.5rem;
  width: 0;
  animation: searchAnimateClose 0.5s ease-in-out forwards;
  transition: width 0.5s ease-in-out;
}

.on-page-editor .component.search-box-external-api {
  top: -1.4rem;
}

.component.search-box-external-api .component-content {
  width: 100%;
}

/* .header-search-box {
	display: flex;
	position: relative;
	top: 0
} */
.container.green .desktop_menu_1 {
  display: none;
}

.flags-us {
  font-family: "roobert_regular";
  color: #243508;
  font-size: 1.6rem;
  cursor: pointer;
  display: inline-block;
}

.search_view {
  font-family: "roobert_regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #243508;
  cursor: pointer;
  margin-right: 2.5rem;
}

.search_right {
  position: relative;
}

ul.language-selector-item-container {
  margin: 0;
  list-style: none;
}

li.language-selector-item a {
  color: #243508;
  text-decoration: none;
  font-family: "roobert_regular", sans-serif;
  font-size: 1.8rem;
  /*Font size changes*/
  position: relative;
}

li.language-selector-item a:hover {
  color: #243508;
}
li.language-selector-item a:hover::after {
  content: "";
  position: absolute;
  background-color: #243508;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
}

.language_selector_header {
  cursor: pointer;
  font-size: 1.6rem;
}

.language-selector-select-link {
  line-height: 1.9rem;
}

ul.language-selector-item-container {
  margin: 0;
  list-style: none;
  position: absolute;
  left: -25px;
  top: 3.5rem;
}

.lang_sel {
  content: url(../images/Common/lang-sel-icon.svg);
  margin-right: 0.5rem;
}

.language_selector_header ul {
  display: none;
  background: #f2f3f3;
  padding: 1.8rem;
  /*1rem;*/
  /* border: 1px solid $rebrand-primary-dark; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

img.search-img-blk {
  margin-right: 0.5rem;
}

#header .col-11 {
  position: unset;
  height: 100%;
}

#header .col-11 > .row {
  justify-content: space-between;
  align-items: center;
}

#header .col-11 :is(.row, .navbar_desktop, .desktop_menu_1, .nav-item) {
  height: 100%;
}

.search-container.mob_search_container.focus_container {
  background: #f4f4f4;
  transition: all 0.4s ease-out;
}

.component.search-box-external-api.expand .search_text {
  position: relative;
  left: 2.5rem;
  top: -2.5rem;
}

.focus_white .search_view {
  margin-top: 1.6rem;
}

.focus_white #txtGlobalSearch {
  position: relative;
  top: 0;
}

.focus_white .close-search {
  top: 0;
}

.header-search-box .search_view {
  display: none;
}

.search_view_1 + .language-selector {
  display: none;
}

.search_view_1 {
  display: flex;
  align-items: center;
  margin-right: 3.7rem;
  margin-bottom: 0.3rem;
  padding-bottom: 4.9rem;
}

.green .search_left {
  display: none;
}

.on-page-editor .search_view_1 {
  margin-right: 8rem;
}

.language-selector-item-container li {
  max-height: 3.5rem;
  /*Font size changes*/
  overflow: hidden;
  line-height: 3rem;
  /*Font size changes*/
}

@media screen and (orientation: landscape) {
  .mob_text {
    margin-top: 5%;
  }
}
/* @media(max-width:1366px) {
	.search_view_1 {
		display: flex;
		position: absolute;
		right: 13.5%
	}
} */
@media (min-width: 992px) {
  /* .green .search_view_1 {
    display: none;
  } */
  .languageVariant .search_view {
    font-size: 1.5rem;
  }
  /*HRDU-113 starts*/
  #txtGlobalSearch {
    position: absolute;
    /*relative HRDU-113*/
    left: 0;
    /*HRDU-113*/
    top: 0;
    border-bottom: 0;
    /*HRDU-113*/
    padding: 1.8rem 1rem 2.5rem 5.4rem;
  }
  .focus_white #txtGlobalSearch {
    position: absolute;
    /*relative HRDU-113*/
    left: 0;
    /*HRDU-113*/
    top: 0;
    border-bottom: 0;
    /*HRDU-113*/
    padding: 1.8rem 1rem 2.56rem 5.4rem;
  }
  .focus_white .close-search,
  .close-search {
    top: 1.9rem;
    right: 1.9rem;
  }
  /*HRDU-113 ends*/
}
@media (max-width: 991px) {
  #header .col-11 > .row {
    justify-content: flex-end;
  }
  .mob-close {
    display: block;
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 1;
    cursor: pointer;
  }
  .ancGlobal {
    display: none;
  }
  .close-search {
    display: none;
  }
  .header {
    background: 0;
  }
  .bg_green {
    background: #bff355;
  }
  .search-container {
    width: 65%;
    margin-top: 0;
  }
  #txtGlobalSearch {
    height: 6.8rem;
  }
  .mob_text {
    color: #243508;
    display: block;
    text-align: left;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: "roobert_medium";
    margin-top: 15%;
    margin-bottom: 3rem;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  #txtGlobalSearch {
    font-size: 2rem;
    font-weight: 500;
    font-family: "roobert_medium";
    padding: 2rem;
    background: #f4f4f4;
  }
  ::-webkit-input-placeholder {
    color: #243508;
    font-size: 2.6rem;
  }
  ::-moz-placeholder {
    color: #243508;
    font-size: 2rem;
  }
  :-ms-input-placeholder {
    color: #243508;
    font-size: 2rem;
  }
  :-moz-placeholder {
    color: #243508;
    font-size: 2rem;
  }
  header {
    z-index: 5;
  }
  header.active {
    box-shadow: none;
  }
  #txtGlobalSearch {
    width: 100%;
  }
}
@media (max-width: 568px) {
  ul#ui-id-1 li,
  ul#ui-id-2 li,
  ul#ui-id-3 li,
  ul.ui-autocomplete li {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  header {
    position: sticky !important;
    background-color: #fff !important;
  }
}
.ui-autocomplete .ui-state-active {
  color: #333333;
  font-weight: inherit;
}

@media only screen and (min-width: 992px) {
  html body #wrapper header {
    padding-top: 8.67px !important;
  }
  html body #wrapper #header_logo_image {
    padding-bottom: 8.67px;
  }
  html body #wrapper #header .row.component.column-splitter {
    align-items: center;
  }
  html body #wrapper #header .col-11 > .row {
    align-items: baseline;
  }
  html body #wrapper .desktop_menu_1 .mm_desk_item {
    padding: 10px 2.4rem 0rem !important;
    padding-top: 0px !important;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1299px) {
  html body #wrapper .navbar_desktop {
    padding-left: 0px;
  }
  html body #wrapper .desktop_menu_1 .mm_desk_item:first-child {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper #header .col-11 > .row > .search_view_1 {
    padding-bottom: 4.15rem;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper #hamburger_menu_icon_section {
    top: 49%;
    right: 12px;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper #header_logo_image a img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper .toggle_label,
  html body #wrapper .toggle_label:after,
  html body #wrapper .toggle_label:before {
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper .hlms_header_outer_box {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper #header .col-11 > .row > .search_view_1 {
    padding-bottom: 14px;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper header.green .search-container {
    height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper header .focus_white #txtGlobalSearch {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper header .search-container .ancGlobal {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper header .focus_white .close-search,
  html body #wrapper header .close-search {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 992px) {
  html body #wrapper header .search-container.mob_search_container::after {
    bottom: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  html body #wrapper .desktop_menu_1 .mm_desk_item {
    padding: 0 0.6rem 0rem;
  }
  html body #wrapper #header .col-11 > .row > .search_view_1 {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  html body #wrapper .desktop_menu_1 .mm_desk_item {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (min-width: 992px) {
  .close-search img {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 991px) {
  html body #wrapper #header_logo_image a img {
    width: 60px;
    height: 60px;
  }
  html body #wrapper header {
    padding-top: 0px;
  }
  html body #wrapper .search_view_1 {
    padding-bottom: 0rem;
    margin-bottom: 0px;
  }
  html body #wrapper #hamburger_menu_icon_section {
    top: 51%;
  }
}