/* ==================================================
   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;
  }

  .hm_banner .container {
    position: relative;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    transform: none;
  }

  .hm_banner .banner-content {
    max-width: 100%;
    padding: 30px 0;
    text-align: center;
  }

  .hm_banner .banner-content ul {
    justify-content: center;
  }

  .hm_banner .banner-content .banner-buttons {
    margin: 0 auto 1.875rem;
    justify-content: center;
  }

  .hm_banner .banner-content ul li .each-info {
    text-align: left;
  }

  .hm_banner .banner-img-fm {
    width: 100%;
    height: 600px;
  }

  header.header_main .rig_btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
    padding: 0.9375rem;
  }

  header.header_main .rig_btn a.link {
    border: none;
  }

  header.header_main .rig_btn .btn {
    position: relative;
    display: inline-flex;
    padding: 0.25rem 0.25rem 0.25rem 1.5rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    border-radius: 0.25rem;
    border: 1px solid var(--Coral, #ff6b6b);
    background: var(--Coral, #ff6b6b);
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
  }

}

/* --- 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;
  }

  section.defaultPadding,
  section.defaultPadding70 {
    padding: 30px 0;
  }

  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;
  }

  .hm_banner .banner-content ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .hm_banner .banner-content ul li+li::before {
    display: none;
  }
}