/* Acacia Typograpy CSS */
html {
  font-size: 18px !important;
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

/*** for map section ***/
.new-section .container {
  max-width: 1464px;
  margin: 0 auto;
  padding: 0 20px;
}

.new-section p {
  margin: 0 0 15px;
}

.new-section p:last-child {
  margin-bottom: 0;
}

.new-section .btn {
  font-size: 0.778rem !important;
  line-height: 1.2;
  font-weight: 600 !important;
}

.new-section h1.hero-title,
.new-section h1.inner-hero-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: capitalize;
}

.new-section h2.section-title {
  font-size: 1.89rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: uppercase;
  max-width: 960px;
}

.new-section h2.hero-subtitle,
.new-section h3.section-subtitle {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  margin: 0 0 15px;

}
.new-section h3.section-subtitle{
   max-width: 960px;
}
/* h4.section-desc-title{

} */
.new-section .hero-content,
.new-section .section-content,.new-section .list-content {
  margin: 0 0 15px;
}
.new-section .section-content{
  max-width: 960px;
 margin-left: auto;
  margin-right: auto;
}
.new-section .hero-content p,
.new-section .section-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

.new-section .list-content ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

header.new-section ul.main-menu li.menu-item .menu-item-link {
  font-size: 0.778rem;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
}

.new-section .footer-menu .footer-menu-item .menu-item-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.new-section .footer-menu .footer-menu-item .footer-submenu .menu-item-link {
  font-weight: 400;
  font-size: 0.889rem;
}

.footer.new-section ul.policy-nav li a,
.new-section .footer-copyright p,
.new-section .footer-address-wraper span {
  font-size: 0.889rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 16px !important;
  }
   .new-section .container {
    max-width: 1360px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 14px !important;
  }
  .new-section .container {
    max-width: 1280px;
  }
}

@media (max-width: 1281px) {
  .new-section .container {
    max-width: 1140px;
  }
 }

@media screen and (max-width: 1024px) {
  html {
    font-size: 14px !important;
  }
  .new-section h1.hero-title,
  .new-section h1.hero-title,
  .new-section h1.inner-hero-title,
  .new-section h2.section-title,
  .new-section h2.hero-subtitle,
  .new-section h3.section-subtitle,
  .new-section .hero-content,
  .new-section .section-content,.new-section .list-content {
    margin-bottom: 12px;
  }
  .new-section .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 12px !important;
  }
  .new-section h1.hero-title,
  .new-section h1.hero-title,
  .new-section h1.inner-hero-title,
  .new-section h2.section-title,
  .new-section h2.hero-subtitle,
  .new-section h3.section-subtitle,
  .new-section .hero-content,
  .new-section .section-content,.new-section .list-content {
    margin-bottom: 8px;
  }
  header.new-section ul.main-menu li.menu-item .menu-item-link,
  .mobile-menu-wrap ul.main-menu li.menu-item a.menu-item-link {
    font-size: 1rem; /* 12px */
    font-weight: 400;
  }

  .new-section h1.hero-title,
  .new-section h1.inner-hero-title {
    font-size: 1.833rem; /* 22px */
    font-weight: 500;
  }

  .new-section h2.section-title {
    font-size: 1.712rem;
    /* 24px */
    font-weight: 700;
  }

  .new-section h2.hero-subtitle,
  .new-section h3.section-subtitle {
    font-size: 1.286rem;
    /* 18px */
    font-weight: 700;
  }
  .mobile-menu-wrap .mob-phone-wrap p,
  .mobile-menu-wrap .mob-email-wrap p,
  .mobile-menu-wrap .mob-address-wrap p,
  .mob-cta-wrap .header-btn,
  .new-section .footer-menu .footer-menu-item .menu-item-link,
  .new-section .footer-menu .footer-menu-item .footer-submenu .menu-item-link,
  .new-section .footer-address-wraper span {
    font-size: 1rem;
  }

  .footer.new-section ul.policy-nav li a,
  .new-section .footer-copyright p {
    font-size: 0.875rem;
  }

  .new-section .container {
    padding: 0 12px;
  }
}
