/* Apiary Typograpy CSS */

html {
    font-size: 16px !important;
}

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

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

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

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

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

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

.new-section h2.section-title {
    font-size: 2.125rem;
    font-weight: 400;
    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: 1rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    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.62;
}

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

header.new-section ul.main-menu li.menu-item .menu-item-link {
    font-size: .75rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
}

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

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

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

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

@media screen and (max-width: 1440px) {
.new-section .container {
    max-width: 1280px;
  }

}

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

@media screen and (max-width: 1024px) {
.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;
  }
     .new-section h1.hero-title,
    .new-section h1.inner-hero-title {
        font-size: 1.667rem;/* 20px */
        font-weight: 400;
    }

    .new-section h2.section-title {
        font-size: 1.5rem;/* 20px */
        font-weight: 400;
    }

    .new-section h2.hero-subtitle,
    .new-section h3.section-subtitle {
        font-size: 1rem;/* 12px */
        font-weight: 400;
    }   

    .new-section .footer-menu .footer-menu-item .menu-item-link,
    header.new-section ul.main-menu li.menu-item .menu-item-link {
        font-size: 1rem;/* 12px */
        font-weight: 400;
    }

    .mobile-menu-wrap .mob-phone-wrap p,
    .mobile-menu-wrap .mob-email-wrap p,
    .mobile-menu-wrap .mob-address-wrap p{
        font-size: 1rem;
    }
    .mob-cta-wrap .header-btn,
    .new-section .footer-menu .footer-menu-item .footer-submenu .menu-item-link,
    .new-section .footer-address-wraper span {
        font-size: 0.857rem;
    }

    .new-section .footer-copyright p {
        font-size: .715rem;
    }

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