/* Global */
/* Wide Screen ----------------------------------------------*/
@media (max-width: 1150.99px) {
  .avant-logo {
    margin-top: 40px;
  }

  /* Global Nav */
  .Nav {
    position: relative;
    border-top: none;
    margin-top: 50px;
    z-index: 5;
  }

  /* Nav Button */
  .navbtn {
    display: inline-block;
    position: fixed;
    top: 20px;
    right: 49px;
    z-index: 999;
  }
  .navbtn a, .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #000;
  }
  .navbtn a::before, .navbtn a.close::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #fff;
    transition: ease-in 0.3s;
  }
  .navbtn a::after, .navbtn a.close::after {
    position: absolute;
    bottom: 10px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #fff;
    transition: ease-in 0.3s;
  }
  .navbtn a.open::before {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbtn a.open::after {
    bottom: 18px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .navbtn a.open span::after {
    display: none;
  }
  .navbtn a span::after, .navbtn a.close span::after {
    position: absolute;
    top: 18px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #fff;
  }

  /* Menu style */
  .Nav ul.menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    box-shadow: 0 0 10px #000;
  }

  ul.menu > li {
    display: block;
    position: relative;
    border-bottom: solid 1px #bdbdbd;
    /* Nav Service open */
    /* Under service */
  }
  ul.menu > li.telephone > a {
    text-indent: 20px;
  }
  ul.menu > li.telephone > a:before {
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 20px;
    left: -10px;
  }
  ul.menu > li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 20px 10px;
    color: #3f3e3e;
    background-color: #fff;
    z-index: 2;
  }
  ul.menu > li a:hover {
    color: #fff;
  }
  ul.menu > li a:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #3f3e3e;
  }
  ul.menu > li a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  ul.menu > li.parent a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0;
    border-top: solid 2px #008080;
    border-right: solid 2px #008080;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  ul.menu > li > ul {
    position: static;
    display: none;
    top: 53px;
    left: 0;
    width: auto;
    background-color: #bdbdbd;
  }
  ul.menu > li > ul li {
    white-space: nowrap;
  }
  ul.menu > li > ul li a {
    position: relative;
    border-bottom: solid 1px #fff;
    background-color: #bdbdbd;
    padding: 10px 27px;
  }
  ul.menu > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #008080;
    border-right: solid 2px #008080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  ul.menu > li.vSlash {
    display: none;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 90%;
    margin: auto;
    overflow: hidden;
    /* height: fit-content; */
  }

  .avant-logo {
    width: 140px;
    height: auto;
    display: inline;
  }

  h1 {
    font-size: 32px;
    margin: 0 0 20px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }
}
/* Tablet --------------------------------------------------------------------- */
@media (max-width: 768px) {
  /* Global Nav */
  .navbtn {
    right: 38px;
  }
}
@media (max-width: 559px) {
  /* Page Top Button */
  .navbtn {
    right: 15px;
  }

  #page_top {
    width: 54px;
    height: 54px;
    right: 15px;
    bottom: 80px;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
  }
}
/* Mobile ------------------------------------------------------------------------ */
@media (max-width: 425px) {
  header .container img.avant-sm-logo {
    width: 40px;
  }

  img.avant-logo {
    width: 130px;
  }
}

/*# sourceMappingURL=styles_common_responsive.css.map */
