/* ==================================================
   RESPONSIVE OVERRIDES
   ================================================== */
/* --- Max Width: 1399px (Small Laptops) --- */
@media screen and (max-width: 1399px) {
  html {
    font-size: 86.8%;
  }
}

/* --- Max Width: 1199px (Tablets Landscape) --- */
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  header.header_main .stellarnav>ul>li+li {
    margin-left: 1rem;
  }

  header.header_main .gp-rig {
    gap: 2rem;
  }
}

/* --- Max Width: 992px (Tablets Portrait) --- */
@media screen and (max-width: 992px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: normal;
  }

  section.defaultPadding,
  section.defaultPadding80 {
    padding: 3.75rem 0;
  }

  header.header_main .stellarnav>ul>li+li {
    margin-left: 0;
  }

  header.header_main .stellarnav>ul>li>a {
    padding: 12px;
  }
}

/* --- Max Width: 767px (Mobile Phones Landscape) --- */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.625rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: normal;
  }

  h3 {
    font-size: 1.25rem;
    line-height: normal;
  }

  h4 {
    font-size: 1.125rem;
    line-height: normal;
  }

  h5 {
    font-size: 1rem;
    line-height: normal;
  }

  h6 {
    font-size: 0.875rem;
    line-height: normal;
  }

  header.header_main {
    position: relative;
    background: #fff;
  }

  header.header_main .logo {
    margin: 0;
  }

  header.header_main .top_header ul.info-ft li {
    margin: 0 12px;
  }

  header.header_main .top_header ul.info-ft li+li::before {
    left: -0.95rem;
  }

  header.header_main .stellarnav>ul>li.rig-btn-item .rig_btn {
    margin-top: 0;
    padding: 15px;
  }

  header.header_main .stellarnav>ul>li.rig-btn-item .rig_btn .btn {
    display: inline-flex;
    border: 1px solid #b8860b;
  }

  header.header_main .top_header ul.info-ft {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #818181;
    padding-bottom: 8px;
  }

  header.header_main .top_header ul.info-ft li .social-links ul {
    display: flex;
    gap: 1rem;
  }

  header.header_main .gp-rig {
    padding: 0;
  }


}