header .reborn_header_main.header_main{
  padding: 0px 0px;
  position: relative;
  z-index: 2;
}
/* .menu_items li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {
display: none;
} */
header .reborn_header_main .header_logo{
  flex-basis: 17%;
}
header .reborn_header_main .header-menu{
  flex-basis: 80%;
}
header .reborn_header_main .search_section{
  flex-basis: 3%;
  display: block;
  position: relative;
}
header .reborn_header_main .language_switcher{
  flex-basis: 50%;
  position:relative;
}

header .reborn_header_main .header_logo img{
  max-width: 190px;
  width: 100% !important;
  display: block;
}
.reborn_header_main .header-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul.hs-menu-children-wrapper .hs-menu-depth-2 a {
  font-weight: 400;
  color: #b7b7b7;
  font-size: 15px;
}
.reborn_header_main .header-fixed.header-sticky .header-menu.custom-menu-primary li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  top:60px;
}
.reborn_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1.active a {
  color: var(--light_blue_color);
  position: relative;
}
/* Top header >>>*/
.ran_top_header{
  position: relative;
  z-index: 1;
  padding: 9px 0px;
}

.top-header_left .top-header_left_list_item ul {
  list-style: none;
  padding-left: 0px;   
  margin-bottom: 0px;
}
header .reborn_header_main .search_section:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #282828;
  top: 16px;
  left: 0;
  transform: translate(-50%, -50%);
}

.reborn_header_main .header-fixed.header-sticky .header-main {
  padding: 13px 0px;
} 

.top-header_left .top-header_left_list_item ul li{
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.top-header_left .top-header_left_list_item ul li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
}
.top-header-social-med ul li a svg{
  width: 15px;
  fill: var(--white_color);
  height: 15px;
  transition: .3s all;
}
.top-header-social-med ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.top-header-social-med ul li:not(:last-child) {
  padding-right: 8px;
}
.top-header-social-med {
  padding-right: 0px;
  position: relative;
  z-index: 1;
  margin-right: 0px;
  margin-bottom: -4px;
}
.top-header-social-med:after {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: var(--light_blue__color);
  height: 15px;
  width: 0px;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top-header_left .top-header_left_list_item ul li a .fa {
  margin-right: 10px;
}
.ran_top_header:before {
  position: absolute;
  content: "";
  height: 100%;
  background: var(--light_blue_color);
  width: 100%;
  top: 0;
  left: 0;
}

/********************* css for menu links Desktop ********************************/
.header-main {
  padding: 23px 0px;
}
.reborn_header_main .header-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reborn_header_main .header-menu.custom-menu-primary ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.reborn_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1 {
  padding: 12px 18px 11px 10px;
  position: relative;
  margin-right: 10px;
}

.reborn_header_main .header-menu.custom-menu-primary ul li a{
  font-weight: 500;
  color: var(--dark_brown_color);
  font-size: 15px;
}

.reborn_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
  position: absolute;
  width: 200px;
  padding: 22px 0px;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  z-index: 11;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  top: 100px;
  left: 0;
  z-index: 10;
}

.reborn_header_main .header-menu.custom-menu-primary li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  top: 69px;
  background-color: #212121;
}

.reborn_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item {
  padding: 0px 25px;
  position: relative;
  line-height: 26px;
  border-top: 1px solid rgba(0,0,0,0.10);

}
.reborn_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item:not(:first-child) {
  margin-top: 12px;
}

.reborn_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
  top: 100px;
  left: 100%;
}
.reborn_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  top: -15px;
}
.reborn_header_main li.hs-menu-item.hs-menu-depth-2 a,
.reborn_header_main li.hs-menu-item.hs-menu-depth-2:hover a{
  transition: .3s all ease-in-out;
}
/* .reborn_header_main li.hs-menu-item.hs-menu-depth-2:hover a {
padding-left: 10px;
} */
/* language switcher */
header .globe_class{
  background-image:none;
  width:100%;
  height:100%;
}
header  .globe_class .lang_list_class {
  display: block;
}
header .language_switcher .hs_cos_wrapper_type_language_switcher {
  position: absolute;
  width:100%;
  top:50px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
header .globe_class .lang_list_class {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  top:3px;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding:10px;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
header .globe_class ul.lang_list_class:after,
header .globe_class ul.lang_list_class:before {
  content:none;
}
header .globe_class ul.lang_list_class li {
  padding: 5px 0;
  border: 0;
  background-color: transparent;
  text-align:left;
}
header .language_switcher .language_switcher_fix svg{
  width:24px;
  vertical-align: middle;
  margin-right: 5px;
  fill:var(--primary_color);
}
header .language_switcher{
  cursor: pointer;
}
header .language_switcher .language_switcher_fix {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
}
header .language_switcher:hover > .hs_cos_wrapper_type_language_switcher{
  top:25px;
  opacity:1;
  visibility: visible;
}

/* Search Funciton */

header .th_menu_item.icn-link.search_function a {
  text-decoration: none;
}
header .search_section li.th_menu_item.icn-link.search_function{
  list-style:none;
  text-align:end;
}
header .search_section li.th_menu_item.icn-link.search_function svg {
  width: 16px;
  fill: var(--dark_brown_color);
}

header .hs-search-field .hs-search-field__empty-message{
  display:block;
  text-align: center;
  background-color: var(--primary_color);
  padding: 30px;
}
header .hs-search-field .hs-search-field__empty-message.hs-search-field--has-results {
  display: none;
}
header .th_menu_item.search_function .hs-search-field__endpoints_suggestions-wrapper,
header .th_menu_item.search_function  .hs-search-field__articles_suggestions-wrapper{
  display:none;
}
header .th_menu_item.search_function .hs-search-field__endpoints_suggestions-wrapper.page-search{
  display:block;
}
.search_function .hs-search-field {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  min-height: 32px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.35s;
  background-color:var(--primay-rgba);
}
.search_function .hs-search-field.open_search_input{
  z-index:50;
  opacity: 1;
  visibility:visible;
}
.reborn_header_main .search_function .hs-search-field .hs-search_panel_header{
  position: relative;
}
.search_function .hs-search-field .hs-search-field__bar {
  position: relative; 
  max-width: 950px;
  padding:0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.hs-search-field form input[type=text] {
  height: auto;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #FFF;
  border-bottom: 1px solid #666; !important;
  border-radius: 0;
  display: inline-block;
  font-size: 21px;
  line-height: 50px;
  outline:none;
}
.hs-search-field form input[type=text]::placeholder{
  color:#666;
  font-size: 14px;
}
.hs-search-field form input[type=text]
.hs-search-field form input[type="text"]:focus-visible{
  outline:none;
}

.hs-search-field .hs-search-field__bar .search-close{
  cursor: pointer;
  position:absolute;
  right:15px;
  color: var(--white_color);
}
.hs-search-field .hs-search-field__bar .search-close svg{
  width: 35px;
  height: 35px;
  fill: var(--white_color);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.hs-search-field .hs-search-field__bar .search-close svg:hover {
  fill: var(--light_blue_color);
}
.hs-search-field .hs-search-field__bar form {
  display: inline-block;
  width: 100%;
}
.reborn_header_main .hs-search-field .form-box {
  padding: 100px 60px;
  width: 100%;
  max-width: 950px;
  height: 100%;
  max-height: 329px; 
  min-height: 329px;
  position: relative;
}
.reborn_header_main .hs-search-field .form-box h5 {
  color: var(--white_color);
  margin-bottom: 53px;
}
.hs-search-field .hs-search-field__panel__wrapper {
  max-width: 1210px;
  margin: 0 auto;
  padding:50px 15px;
}
.hs-search-field .hs-search-field__panel{
  display:none;
}
.hs-search-field .hs-search-field__panel.open_result{
  display:block;
}
.search_function .search-icon-field{
  cursor:pointer;
}
.hs-search-field .hs-search-field__panel__wrapper__overflow {
  height: calc(100vh - 150px );
  overflow: auto;
  padding-bottom: 50px;
}
.hs-search-field .hs-search-field__panel__wrapper ul {
  list-style: none;
  padding:0;
}
header .hs-search-field .hs-search-field__panel__wrapper ul li {
  background-color:  var(--white_color);
  color: #000;
  margin-bottom: 20px;
  padding:15px;
}
header .hs-search-field .hs-search-field__panel__wrapper ul li div,
header .hs-search-field .hs-search-field__panel__wrapper ul li span{
  color: #000;
}
header .hs-search-field span.hs-search-highlight.hs-highlight-title{
  color:var(--primary_color);
}
header .hs-search-field li .result_fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}
header .hs-search-field li .result_fix  .result-title{
  flex-basis:40%;
  padding-right: 30px;
}
header .hs-search-field li .result_fix  .result__description {
  flex-basis:60%;
  padding-left: 30px;
  border-left: 1px solid #cbd6e2;
}
header .hs-search-field .hs_search_header_tabs{
  display:none;
}
header .hs-search-field .hs_search_header_tabs .hs_search_header_tabs_fix {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
header .hs-search-field .hs_search_header_tabs .tab_list span{
  width: 20px;
  height: 20px;
  border: 2px solid  var(--white_color);
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header .hs-search-field .hs_search_header_tabs .tab_list.active_sc span{
  background-color:var(--secondary_color);
}
header .hs-search-field .hs_search_header_tabs .tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--white_color);
}
header .hs-search-field .hs_search_header_tabs .tab_list.list-sc-1{
  padding-right:30px;
}
header .search_function .hs-search-field.open_search_input.chg-style form input[type=text]{
  border:none;
  text-align:center;
}
header .search_function .hs-search-field.open_search_input.chg-style .hs-search-field__bar{
  position:static;
}
header .search_function .hs-search-field__panel .hs-search-cont{
  display:none;
}
header .th_menu_item.icn-link.search_function .loader {
  position: fixed;
  /*   left: 0;
  right: 0;
  bottom: 0; */
  /*   top:0px; */
  background-color: rgba(255,255,255,0.9);
  z-index: 20;
  display:none;
}
header .th_menu_item.icn-link.search_function .chg-style .loader{
  top:40%;
  left: 50%;
}
header .th_menu_item.icn-link.search_function .loader img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.page-load_more_sec,
.blog-load_more_sec{
  display:none;
}
header .custom-menu-primary li.hs-menu-item > ul.hs-menu-children-wrapper li.hs-menu-item.active-branch > a,
header .custom-menu-primary li.hs-menu-item.active-branch > a{
  color: var(--primary_color);
}
.mob-flex-between-center, .flex-between-center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mob-flex, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .language_switcher .language_switcher_fix img {
  max-width: 25px;
  height: auto;
  margin-right: 5px;
}
.header-cta .hs-cta-node {
  padding: 11px 17px;
}

.reborn_header_main .header-fixed{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  /*   padding: 0.75rem 0; */
  background-color: #fff;
  font-size: 1rem;
  /*   display: flex; */
  align-items: center;
  z-index: 101;
  box-shadow: 0 0 14px 0 rgb(77 82 94 / 15%);
  transition: all 0.3s ease 0s;
}
.reborn_header_main .header-fixed.header-sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
  background: #fff;
  -webkit-animation: fadeInDown .5s ease-in-out 0s normal;
  animation: fadeInDown .5s ease-in-out 0s normal;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


@media(max-width: 1280px){
  .reborn_header_main .content-wrapper{
    padding: 0 20px;
  }
}
@media(max-width: 1050px) and (min-width: 993px){
  header .reborn_header_main .header_logo {
    flex-basis: 15%;
  }
}
@media(max-width: 1024px){
  header .reborn_header_main .header-menu.custom-menu-primary ul  li.hs-menu-item.hs-menu-depth-1{
    padding: 10px;
  }
  header .reborn_header_main .header-menu.custom-menu-primary ul  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    padding: 10px 15px 10px 10px;
  }
  .reborn_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
    width: 180px;
  }
  header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1 a.cta_button {
    padding: 0px 15px;
  }
  .reborn_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-menu-depth-1:last-child {
    padding-right: 0;
    padding-left: 10px;

  }
}

@media(max-width: 992px ){
  header .reborn_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    padding:15px 0px;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.10); 
  }
  .reborn_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item:not(:first-child) {
    margin-top: 0px;
  }

  .reborn_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-menu-depth-1:last-child{
    padding:15px 0px;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.10);
  }
  .reborn_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item:last-child{
    padding-bottom: 0px;
  }
  .reborn_header_main .header-menu.custom-menu-primary ul li a{
    font-weight: 600;
    color: #404040;
    font-family: var(--quaternary_font);
    padding: 0px 15px;
    display: block;
  }
  header .reborn_header_main .header-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    display:none;
    /*     padding: 15px; */
    z-index: 5;
    position: absolute;
    right: -100%;
    top: 68px;
    width: 100%;
    height: 100vh;
    max-width: 302px;
    bottom: 0;
  }
  .reborn_header_main.header_main.is-fixed .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    top: 68px;
  }
  header .reborn_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1{
    padding-left: 0px;
  }
  header .reborn_header_main li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    content: '\f107';
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 800;
    color: #2f3034;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    top: 28px;
    right: 17px;
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  header .reborn_header_main li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:before {
    content: '';
    position: absolute;
    right: 50px;
    top: 15px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0,0,0,0.10);
  }
  .reborn_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper{
    position: relative;
    width: 100%;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    display: none;
    background: none;
    margin-top: 12px;
  }
  .reborn_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
    top: 0;
    left: 0;
  }
  .reborn_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item:hover{
    background-color: #e9ecef;
  }
  .reborn_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-menu-depth-1,
  .reborn_header_main .header-menu.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    padding:10px 0;
  }
  .reborn_header_main .header-menu.custom-menu-primary li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
    opacity: 1;
    visibility: visible;
    top:0px;
  }
  .reborn_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
    top:0px;
  }
  .reborn_header_main .header-menu.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item {
    padding: 14px 22px;
  }
  .reborn_header_main .header-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul.hs-menu-children-wrapper .hs-menu-depth-2 a{
    color: #404040;
    font-family: var(--quaternary_font);
    font-weight: 600;
  }
  header .reborn_header_main .header-menu {
    flex-basis: 50%;
  }
  .mobile-trigger{
    position: relative;
    top: 0;
    right: 18px;
    float: right;
    cursor: pointer;
    margin-right: -20px;
  }
  header .reborn_header_main .search_section:after{
    left: -22px;
    top: 16px;
  }

  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i {
    display: inline;
    position: relative;
  }
  header .search_section li.th_menu_item.icn-link.search_function svg{
    width: 18px;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 27px;
    height: 5px;
    /*     border-radius: 10px; */
    display: inline-block;
    background-color:var(--primary_color);
    background-color: #0f191a;
  }
  .mobile-trigger i:before {
    top: -9px;
  }
  .mobile-trigger i:after {
    top: 9px;
  }
  /* Toggle Button Icon Open
  ========================================================================== */
  .mobile-open .mobile-trigger,
  .mobile-trigger {
    z-index: 10;
  }
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color:var(--primary_color);
  }
  .mobile-trigger i {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
  }
  .mobile-open .mobile-trigger i {
    background: transparent;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-open .mobile-trigger i:after,
  .mobile-open .mobile-trigger i:before{
    background:var(--primary_color);
    background-color: #0f191a;
  }
  /* Child Toggle Button
  ========================================================================== */
  .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 0; 
    max-height:43px;
    width: 100%;
    height:100%;
    padding: 0;
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin-left: auto;
    margin-right: 0;
    right: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after {
    position: absolute;
    content: '';
  }
  .child-trigger i,
  .child-trigger i:after {
    width: 0px;
    height: 0px;
    background:var(--primary_color);
    display: block;
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* Toggle Button Icon Open
  ========================================================================== */
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  header  .hs-search-field li .result_fix{
    display:block;
  }
  header  .hs-search-field li .result_fix .result-title {
    flex-basis: 100%;
    padding-right:0px;
    padding-bottom:10px;
  }
  header .hs-search-field li .result_fix .result__description {
    flex-basis: 100%;
    padding-left:0px;
    padding-top:10px;
    border-top: 1px solid #cbd6e2;
    border-left: 0px solid #cbd6e2;
  }
  .hs-search-field .hs_search_header_tabs .tab_list{
    font-size:16px;
  }
  .search_function .hs-search-field .hs-search_panel_header{
    padding:30px 15px;
  }
  .hs-search-field .hs-search-field__panel__wrapper__overflow {
    height: calc(100vh - 130px );
  }
  header .reborn_header_main .search_section {
    top: 24px;
    position: absolute;
    right: 14px;
    padding-top: 7px;
    display: none;
  }
  header .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    background-color: #fff;
    right: 0;
  }
  .language_switcher{
    display: none;
  }
  header .reborn_header_main .header_logo{
    flex-basis: 50%;
  }
  .hs-search-field .hs-search-field__bar .search-close{
    top: 30px;
    right: 30px;
  }
  .header-cta {
    position: absolute;
    z-index: 1;
    right: -22px;
    transform: rotate(-90deg);
    top: 45px;
  }
  .header-cta .hs-cta-node {
    padding: 7px 8px;
    font-size: 12px;
    display: none;
  }
  .reborn_header_main.header_main.is-fixed .mobile-trigger {
    top: 25%;
  }
  /*   .reborn_header_main.header_main ul.hs-menu-children-wrapper {
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 10px;
} */
  body li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    right: 6px;
  }
}


@media (max-width: 991px){
  .reborn_header_main .header-fixed.header-sticky .header-main{
    padding: 23px 0px;
  }
}
@media(max-width: 767px){
  .ran_top_header:before {
    max-width: 80%;
  }
  .ran_top_header{
    display: none;
  }
  .reborn_header_main .header-fixed.header-sticky .header-main {
    padding: 23px 0px;
  }
}
@media(max-width: 580px){
  header .hs-search-field .hs_search_header_tabs .tab_list.list-sc-1 {
    padding-right:0px;
    margin-bottom:20px;
  }
  header .hs-search-field .hs_search_header_tabs .hs_search_header_tabs_fix{
    display:block;
  }
  header .reborn_header_main .search_section{
    top: 20px;
  }
  .top-header_left .top-header_left_list_item ul li a {
    font-size: 12px;
  }
  .top-header_left .top-header_left_list_item ul li:not(:last-child) {
    padding-right: 12px;
    margin-right: 6px;
  }
  .top-header_left,
  .top-header_right {
    flex-basis: 100%;
    justify-content: center;
  }
  .ran_top_header .flex.flex-wrap {
    justify-content: center;
  }
  .top-header_right.flex {
    padding-top: 10px;
  }
  body .mobile-trigger {
    top: 26%;
  }
  .ran_top_header {
    display: none;
  }
  .top-header-social-med {
    padding-right: 10px;
    margin-right: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    top: 68px;
  }
}


@media(min-width: 993px){
  .reborn_header_main  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal{
    display: block !important;
  }
  header .search_section li.th_menu_item.icn-link.search_function{
    margin-top: 7px;
  }
  .hs-search-field .hs-search-field__bar .search-close{
    top: 0px;
    right: 2px;
  }
  .reborn_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1:hover a {
    color: var(--light_blue_color);
  }
  .reborn_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1.active:hover:before{
    width: 0%;
  }
  .reborn_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1.active a:after{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 50%;
    height: 1px;
    background-color: var(--light_blue_color);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .reborn_header_main .header-menu.custom-menu-primary ul li.active .hs-menu-item.hs-menu-depth-2 a:after{
    width: 0%;
  }

  .reborn_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1:before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 12px;
    width: 0%;
    height: 1px;
    background: #3E56AA;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .reborn_header_main ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:hover:before,
  .reborn_header_main .header-menu.custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1:hover:before{
    width: 50%;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .reborn_header_main .header-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul.hs-menu-children-wrapper li:hover a{
    color: var(--light_blue_color);
  }
}

@media(max-width: 410px){
  .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    top: 0px;
  }
}
.search_section {
  display: none;
}
.reborn_header_main.header_main.is-fixed .ran_top_header {
  display: none;
}

.reborn_header_main.header_main{
  animation-duration: .9s !important; 
  transition: all 0.3s ease 0s;
}
.reborn_header_main.header_main.is-fixed {
  position: fixed;
  z-index: 100;
  animation-name: stickySlideDown;
  padding: 0;
  transition: none;
  width: 100%;
  box-shadow: 0 0 15px rgb(0 0 0 / 17%);
  animation-duration: .9s !important; 
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}