/* Tupelo Typograpy CSS */

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

body {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
}
/*** for map section ***/
.new-section .container{
    max-width: 1570px;
    margin: 0 auto;
}

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

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

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

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

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

.new-section h2.hero-subtitle,
.new-section h3.section-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    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.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: .94rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}

.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: .875rem;
}


.footer.new-section ul.policy-nav li a{
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2;
}
.new-section .footer-address-wraper span {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.2;
}
.new-section .footer-copyright p{
    font-size: 1rem;
    font-weight: 400;
}
@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.9167rem;    /* 23px */
    font-weight: 400;
    
  }
  .new-section h2.section-title {
    font-size: 1.833rem;    /* 22px */
    
  }
  .new-section h2.hero-subtitle,
  .new-section h3.section-subtitle {
    font-size: 1.667rem;        /* 14px */
    font-weight: 400;    
  }
 
  header.new-section ul.main-menu li.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{
    font-size: 1rem; /* 12px */
  }
.mob-cta-wrap .header-btn, .footer.new-section ul.policy-nav li a {
  font-size: 0.916rem;/* 11px */
 }
.new-section .footer-copyright p{
    font-size: .834rem; /* 10px */
    font-weight: 500;
    
 }
 .new-section .container{
   padding: 0 12px;
}
}