/* Hive Typograpy CSS */

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

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}
/*** for map section ***/
.new-section .container{
    max-width: 1674px;
    margin: 0 auto;
}
.new-section p {
    margin: 0 0 15px;
}

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

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

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

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

.new-section h2.hero-subtitle,
.new-section h3.section-subtitle {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 15px;
    letter-spacing: unset;
}
.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: 1.125rem;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
}

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

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

.new-section .footer-address-wraper span {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom:5px;
}
.footer.new-section ul.policy-nav li a {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.2;
}
.new-section .footer-copyright p{
    font-size: .625rem;
}
@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.834rem;   
    font-weight: 400;
  }
  .new-section h2.section-title {
    font-size: 1.5rem;   
    font-weight: 700;
  }
  .new-section h2.hero-subtitle,
  .new-section h3.section-subtitle {
    font-size: 1.1667rem;        /* 14px */
  }
  
  .new-section .footer-menu .footer-menu-item .menu-item-link,
  .new-section .footer-address-wraper span {
    font-size: 1rem;    /* 12px */   
}
 .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 .footer-submenu .menu-item-link, 
 .footer.new-section ul.policy-nav li a {
  font-size: 0.916rem;
 }
.new-section .footer-copyright p{
    font-size: .834rem;    
 }
 .new-section .container{
   padding: 0 12px;
}
}