header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  padding: 15px 0;
  z-index: 99;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header.scrolled {
  padding: 15px 0;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
header nav .logo {
  width: 100%;
  max-width: 160px;
}
@media (min-width: 1200px) {
  header nav .logo {
    max-width: 270px;
  }
}
header nav .logo figure {
  margin: 0;
}
header nav .header-menu {
  width: 100%;
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header nav .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  margin: 0;
  padding: 0;
}
header nav .header-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav .header-menu ul .lineborder {
  height: 92%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 45px;
}
@media (max-width: 991px) {
  header nav .header-menu ul .lineborder {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  header nav .header-menu ul .btn .image-span {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  header nav .header-menu ul .btn {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  header nav .header-menu ul .btn .image-span {
    width: 18px;
  }
}
@media (max-width: 768px) {
  header nav .header-menu ul .btn .btn-text {
    display: none;
  }
}
header .number_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  header .number_wrapper {
    gap: 70px;
  }
}
header .boxxwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  header .boxxwrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
header .boxxwrap span {
  color: #30A24C;
  display: block;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 767px) {
  header .boxxwrap span {
    font-size: 18px;
  }
}
header .boxxwrap .atag {
  color: #3796D8;
  font-size: 16px;
}
@media (min-width: 767px) {
  header .boxxwrap .atag {
    font-size: 18px;
  }
}
header .boxxwrap figure {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  header .boxxwrap figure {
    margin-bottom: 8px;
  }
}
header .boxxwrap figure img {
  width: 28px;
}
@media (min-width: 992px) {
  header .boxxwrap figure img {
    width: 35px;
  }
}
@media (max-width: 991px) {
  header .boxxwrap .link {
    display: none;
  }
}