/*-- ========================================================
                    Offer Section Start
=========================================================== */
.offer-section {
  padding: 3.125rem 0;
}

@media only screen and (max-width: 480px) {
  .offer-section {
    padding: 2.05rem 0 3.1rem;
  }
}

.offer-section .offer-inner-container {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .offer-section .offer-inner-container {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .offer-section .offer-inner-container .primary-title {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    margin-bottom: 0.7rem;
  }
}

.offer-section .offer-inner-container .lead-subtitle {
  margin-bottom: 1.6rem;
  line-height: 2rem;
}

.offer-section .offer-inner-container .lead-subtitle strong {
  margin: 0 0.3125rem;
}

@media only screen and (max-width: 767px) {
  .offer-section .offer-inner-container .lead-subtitle {
    font-size: 1rem;
    line-height: 1.75rem;
    max-width: 90%;
    margin: 0 auto 1.95rem;
  }
}

/*-- ========================================================
                    Offer Section End
=========================================================== */
/*-- ========================================================
                    Franchising Section Start
=========================================================== */
.nei-franchising {
  color: #ffffff;
  padding: 6.25rem 0;
}

@media only screen and (max-width: 991px) {
  .nei-franchising {
    padding: 2.25rem 0 3.15rem 0;
  }
}

.nei-franchising h2 {
  text-align: left;
  margin-bottom: 1.25rem;
  padding-left: 4.5rem;
}

@media only screen and (max-width: 991px) {
  .nei-franchising h2 {
    font-size: 1.875rem;
    margin-bottom: 1.19rem;
    padding-left: 0;
    max-width: 86%;
    margin: 0 auto;
    padding-top: 1.7rem;
  }
}

.nei-franchising .franchising-img {
  width: auto;
  margin-top: -1rem;
}

@media only screen and (max-width: 991px) {
  .nei-franchising .franchising-img {
    padding: 0 1.5rem;
    margin-top: 0;
  }
}

.nei-franchising .franchising-img img {
  height: auto;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .nei-franchising .franchising-img img {
    padding-top: 0;
  }
}

.nei-franchising .franchising-data {
  padding-left: 4.5rem;
}

@media only screen and (max-width: 991px) {
  .nei-franchising .franchising-data {
    padding-left: 0;
    padding-top: 0.7rem;
    max-width: 86%;
    margin: auto;
  }
}

.nei-franchising .franchising-data .services-subtitle {
  margin-bottom: 1.95rem;
  font-family: 'montserratbold';
  letter-spacing: 0;
  line-height: 2rem;
}

@media only screen and (max-width: 991px) {
  .nei-franchising .franchising-data .services-subtitle {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 1.8rem;
  }
}

.nei-franchising .franchising-data ul {
  margin-bottom: 0;
  padding-left: 1.0625rem;
}

@media only screen and (max-width: 991px) {
  .nei-franchising .franchising-data ul {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .nei-franchising .franchising-data ul {
    padding-left: 0;
    max-width: 91%;
    margin: auto;
  }
}

.nei-franchising .franchising-data ul li {
  list-style-type: disc;
}

@media only screen and (max-width: 991px) {
  .nei-franchising .franchising-data ul li {
    padding-left: 0.66rem;
  }
}

.nei-franchising .franchising-data ul li h3 {
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  font-family: 'montserratbold';
  line-height: 1.625rem;
  letter-spacing: 0.140625rem;
}

@media only screen and (max-width: 991px) {
  .nei-franchising .franchising-data ul li h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}

.nei-franchising .franchising-data ul li p {
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 991px) {
  .nei-franchising .franchising-data ul li p {
    font-size: 1rem;
    margin-bottom: 2.315rem;
  }
}

.nei-franchising .franchising-data .franchising-btn {
  margin-top: 3.125rem;
}

@media only screen and (max-width: 767px) {
  .nei-franchising .franchising-data .franchising-btn {
    margin-top: 0;
    text-align: center;
  }
}

.nei-franchising .franchising-data .franchising-btn .tertiary-btn:focus {
  outline: 2px solid #ffffff;
}

/*-- ========================================================
                    Franchising Section End
=========================================================== */
/*-- ========================================================
                    nei-brands Section Start
=========================================================== */
.nei-brands {
  text-align: center;
  padding: 6.25rem 0 5.9rem;
}

@media only screen and (max-width: 991px) {
  .nei-brands {
    padding: 3.15rem 0 3.15rem;
  }
}

.nei-brands h2 {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 991px) {
  .nei-brands h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    max-width: 85%;
    margin: 0 auto 1.3rem;
  }
}

.nei-brands .brand-content {
  display: block;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  line-height: 2.25rem;
}

@media only screen and (max-width: 991px) {
  .nei-brands .brand-content {
    display: inline;
    color: #4E4E4E;
    line-height: 1.625rem;
    max-width: 90%;
    margin: auto;
  }
}

.nei-brands .brand-content strong {
  margin-bottom: 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  .nei-brands .brand-content strong {
    display: inline;
  }
}

.nei-brands .btn-row {
  text-align: center;
}

.nei-brands .brand-items {
  margin: 2.25rem 0 1.25rem;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1299px) {
  .nei-brands .brand-items {
    margin: 1.2rem 0 0;
  }
}

.nei-brands .brand-items .col-auto {
  padding-bottom: 1.75rem;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  height: 7.625rem;
}

@media only screen and (max-width: 991px) {
  .nei-brands .brand-items .col-auto {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    padding-bottom: 0;
    height: 4.375rem;
    margin-bottom: 1.5rem;
  }
}

.nei-brands .brand-items .w-100 {
  padding: 0;
  display: block;
}

@media only screen and (max-width: 991px) {
  .nei-brands .brand-items .w-100 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .nei-brands .brand-items li {
    padding: 0;
  }
}

.nei-brands .brand-items li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 1299px) {
  .nei-brands .brand-items li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nei-brands .brand-items li a img {
  display: inline-block;
  border: 0;
  position: relative;
  width: 100%;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
  height: auto;
  max-width: 100%;
}

@media only screen and (max-width: 1199px) {
  .nei-brands .brand-items li a img {
    width: 80%;
  }
}

@media only screen and (max-width: 991px) {
  .nei-brands .brand-items li a img {
    width: 75%;
    max-height: 3.835rem;
  }
}

.nei-brands .brand-items li a:hover img, .nei-brands .brand-items li a:focus img {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.nei-brands .brand-items li a:focus {
  outline-offset: 20px;
}

@media only screen and (max-width: 768px) {
  .nei-brands .brand-items li a:focus {
    outline-offset: 5px;
  }
}

/*-- ========================================================
                    nei-brands Section End
=========================================================== */
/*-- ========================================================
                    twenty-four-section Start
=========================================================== */
.twenty-four-section {
  padding: 3.625rem 0 6.875rem;
}

.twenty-four-section .customers-content {
  line-height: 2.25rem;
}

@media only screen and (max-width: 480px) {
  .twenty-four-section {
    padding: 3.15rem 0 1rem;
  }
  .twenty-four-section .customers-title {
    padding: 0 1.875rem;
  }
  .twenty-four-section .customers-subtitle {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-top: 2.5rem;
  }
  .twenty-four-section .customers-content {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media only screen and (max-width: 420px) {
  .twenty-four-section {
    padding: 3.625rem 0 1.875rem;
  }
}

.twenty-four-section ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .twenty-four-section ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 480px) {
  .twenty-four-section ul {
    padding: 1rem 0 0.125rem 0;
  }
}

.twenty-four-section ul li {
  margin: 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 7.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .twenty-four-section ul li {
    margin: 0 0.2rem;
    text-align: center;
    margin-bottom: 2rem;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
  .twenty-four-section ul li :last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .twenty-four-section ul li {
    margin: 0;
  }
}

.twenty-four-section ul li .transparent-btn {
  padding: 0 2rem;
  text-transform: uppercase;
  display: block;
  font-family: 'montserratbold';
  margin-top: 0;
  line-height: 2.25rem;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .twenty-four-section ul li .transparent-btn {
    padding: 0.4rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .twenty-four-section ul li .transparent-btn {
    font-size: 0.75rem;
    letter-spacing: 1.71px;
  }
}

@media only screen and (max-width: 390px) {
  .twenty-four-section ul li .transparent-btn {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 360px) {
  .twenty-four-section ul li .transparent-btn {
    font-size: 0.625rem;
    letter-spacing: 0.106rem;
  }
}

.twenty-four-section ul .contact-img {
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.twenty-four-section .text-messages {
  display: block;
  font-family: 'montserratbold';
  line-height: 2.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .twenty-four-section .text-messages {
    padding: 0.4rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .twenty-four-section .text-messages {
    font-size: 0.75rem;
    letter-spacing: 1.71px;
  }
}

@media only screen and (max-width: 360px) {
  .twenty-four-section .text-messages {
    font-size: 0.625rem;
  }
}

.twenty-four-section .text-messages:hover, .twenty-four-section .text-messages:focus,
.twenty-four-section .text-messages :active {
  color: #ffffff;
}

.twenty-four-section .text-messages:focus {
  outline: 2px solid #ffffff;
}

/*-- ========================================================
                    twenty-four-section End
=========================================================== */
