.header {
  background-color: #fff;
}
.sticky {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.pd-top {
  padding-top: 100px;
}
.header-cnt {
  align-items: center;
  display: flex;
  position: relative;
}
.logo-cnt {
  width: 180px;
}
.logo-cnt img {
  padding: 0;
  width: 100%;
}
.menu-cnt {
  box-sizing: border-box;
  margin: 0 auto 0 0;
  padding: 0 15px;
  width: 50%;
}
.menu-cnt ul {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding-left: 0;
}
.menu-cnt ul li {
  margin: 0 25px;
  padding: 0;
  position: relative;
}
.menu-cnt ul li.hs-menu-depth-1:after {
  color: #9e9e9e;
  content: "\203a";
  display: none;
  font-size: 22px;
  position: absolute;
  right: -20px;
  top: 2px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
.menu-cnt ul li.hs-menu-depth-1.show:after,
ul.hs-menu-children-wrapper.show {
  display: block;
}
.menu-cnt ul li a,
a.nav-link {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.menu-cnt ul li a:hover,
.nav-btn a.nav-link:hover {
  color: #197fe3;
}
.hs-item-has-children {
  position: relative;
}
.menu-cnt ul li.active,
.menu-cnt ul li.active li.active a,
.menu-cnt ul li.active li.active a.active,
.menu-cnt ul li.active > a {
  color: #197fe3;
}
.menu-cnt ul li.active li.active:hover a {
  color: #fff;
}
ul.hs-menu-children-wrapper {
  background: #fff;
  border-radius: 6px;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 11;
}
ul.hs-menu-children-wrapper li {
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
  margin: 0;
  min-width: max-content;
  padding: 10px 35px;
}
ul.hs-menu-children-wrapper li:last-child {
  border-radius: 0 0 6px 6px;
}
ul.hs-menu-children-wrapper li:first-child {
  border-radius: 6px 6px 0 0;
}
ul.hs-menu-children-wrapper li a {
  color: #000;
  width: fit-content;
}
ul.hs-menu-children-wrapper li:hover > a {
  color: #fff;
}
ul.hs-menu-children-wrapper li:hover {
  background: #197fe3 !important;
  color: #fff !important;
}
.nav-btn-cnt {
  align-items: center;
  box-sizing: border-box;
  column-gap: 20px;
  display: flex;
  padding: 0;
  text-align: right;
  width: fit-content;
}
.nav-btn-cnt a.btn-primary {
  padding: 9px 25px;
}
.nav-btn-cnt a {
  min-width: fit-content;
}
.nav-btn-cnt div {
  position: relative;
}
.nav-btn-cnt svg {
  cursor: pointer;
  height: 18px;
  left: 10px;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  width: 18px;
}
.menu-search {
  align-items: center;
  column-gap: 10px;
  display: none;
  justify-content: space-between;
  position: absolute;
  width: fit-content;
  z-index: 999;
}
.menu-search.show {
  display: flex;
}
.hs-search-field1 {
  position: relative;
}
.hs-search-field__input1 {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar1 button svg {
  height: 10px;
}
.hs-search-field__suggestions1 {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.04);
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.hs-search-field--open1 .hs-search-field__suggestions1 {
  border: 1px solid #000;
}
.hs-search-field__suggestions1 li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions1 #results-for {
  font-weight: 700;
}
.hs-search-field__suggestions1 #results-for,
.hs-search-field__suggestions1 a {
  color: #516f90;
  display: block;
  padding: 5px 10px;
}
.hs-search-field__suggestions1 a:focus,
.hs-search-field__suggestions1 a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.nav-btn-cnt form {
  background: transparent;
}
.nav-btn-cnt input {
  background: #fff;
  border: 1px solid #000 !important;
  font-size: 16px;
  max-width: 200px;
  outline: 0;
  padding: 12px 3px 12px 30px !important;
}
