.nav-container {
  width: 1200px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.nav-container.nav-cont {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.w-nav-brand-header {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.brand-header {
  width: 80px;
  transition: opacity 0.2s;
}

.brand-new-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
}

.brand-new-header img {
  display: block;
  margin: 0 auto;
}

.nav-menu-new {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navlink-new {
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 0;
  padding: 5px 2px;
  font-family: Archivo expanded, sans-serif;
  font-size: 16px;
  transition: all 0.2s, opacity 0.2s;
  color: #000 !important;
  text-decoration: none;
}

a.navlink-new.call-now-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #171717;
  padding: 10px 18px;
  /* font-family: Archivo expanded, sans-serif; */
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  transition: opacity 0.2s;
}

.inv-cta-tile .tile {
  background: transparent;
}

.container-fluid-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-section {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.common-wrapper-footer {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

img.logo-footer-img {
  width: 100%;
  max-width: 150px;
  display: block;
  margin: 0 auto;
  margin-left: 1px;
}

.make-flex-f {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.w33-f {
  width: 33.33%;
  position: relative;
}

.for-f-sec {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.footer-blocks {
  color: #fff;
}

ul.footer-items {
  list-style: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-family: quiche-sans, sans-serif;
  font-style: normal;
  padding: 0;
}

ul.footer-items {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

ul.footer-items li a {
  color: #fff;
  text-decoration: none;
}

ul.footer-items li:first-child {
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.constact-us-button {
  color: #171717;
  background-color: #fff;
  border-color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #171717;
  padding: 12px 18px;
  font-weight: 400;
  line-height: 170%;
  transition: opacity 0.2s;
  text-decoration: none;
}

.f3-block {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-down {
  background-color: #101010;
  /* margin-top: 30px; */
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-family: quiche-sans, sans-serif;
  font-size: 14px;
}
p.pp-txt {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 999999;
    font-family: quiche-sans, sans-serif;
    cursor: pointer;
}


@media (max-width: 767px) {
  .made-flex-footer .w33-f {
    width: 100%;
  }
  img.logo-footer-img {
    display: block;
    margin: 0 auto;
  }
  .f3-block {
    align-items: center;
    justify-content: center;
  }
  .footer-logo-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .nav-link-about-us {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .brand-new-header img {
    display: block;
    margin: 0 auto;
    max-width: 110px;
  }
  .logo-nav {
    width: 50px;
    height: auto;
  }
  .nav-container {
    max-width: 95%;
  }
  a.navlink-new.call-now-btn {
    border: 1px solid #171717;
    background-color: #000;
    color: #fff !important;
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .inv-page-hero .headline-lockup {
    width: 100%;
    right: 0;
    left: 0;
  }
  .inv-page-hero .headline-lockup .headline-one,
  .inv-page-hero .headline-lockup .headline-two {
    width: 100%;
    text-align: center;
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 360px) {
  .inv-page-hero .headline-lockup .headline {
    font-size: 25px;
  }
}

/* modal css */

/* The Modal (background) */

.modal_new {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */

.modal-content_new {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 95%;
  max-width: 580px;
  position: relative;
}

/* The Close Button */

.close_new {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_new:hover,
.close_new:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

span.close_new {
  position: absolute;
  right: -6px;
  top: -22px;
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.text-center {
  text-align: center;
}

.font-xl {
  font-size: 20px;
}

.font-xl-bold {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

.inner-pop-up-wrapper {
  height: 480px;
  overflow-y: scroll;
}

.inner-pop-up-wrapper p {
  margin-top: 5px;
  margin-bottom: 5px;
}
ul.display-make-btn {
  display: flex;
  list-style: none;
  padding: 0;
  column-gap: 10px;
}

/*popup*/
/* The Modal (background) */
.modal_nw {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content_nw {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 400px;
}

/* The Close Button */
.close_nw {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_nw:hover,
.close_nw:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.footer_image{
  display: flex;
  justify-content: center;
}
.footer_image img{
  max-width: 80px;
      height: auto;
}


/*.close_nw{
  font-weight: bold;
}*/
/*ends*/

@media (max-width: 767px) {
  .inner-pop-up-wrapper {
    height: 80vh;
    max-height: 250px;
    overflow-y: scroll;
  }
  .modal_new {
    padding-top: 30px;
  }
  ul.display-make-btn {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
  ul.display-make-btn li {
    width: 47%;
    row-gap: 10px;
  }
  .footer_image{
    order: 2;
    margin-top:20px;
  }
}

/* New CSS 22-01-2024 */
@media screen and (max-width: 767px) {
  .inv-page-hero .headline-lockup .headline {
    line-height: 2.5rem;
  }
  ul.display-make-btn li {
    width: 100%;
  }
  footer .make-flex-f {
    align-items: center;
  }
  footer .made-flex-footer .w33-f:nth-child(1) {
    width: 50%;
    order: 1;
  }
  footer .made-flex-footer .w33-f:nth-child(2) {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  footer .made-flex-footer .w33-f:nth-child(3) {
    width: 50%;
    order: 2;
    display: flex;
    justify-content: flex-end;
  }
  .footer-logo-img {
    margin-bottom: 0;
  }
  img.logo-footer-img {
    margin: 0;
  }
  .inv-step-graphics .step {
    width: 280px;
  }
  .inv-step-graphics .step .step-arrow {
    left: 161px;
  }
}

@media(min-width:1300px){
  
  .common-wrapper-footer{
    max-width:1400px;
  }
  .w33-f {
    width: 25%;
  }
  .make-flex-f{
    position: relative;
  }
  .w33-f.footer_image{
    position: absolute;
    right: 0;
    margin-right: -40px;
  }
  ul.c-right-sec li:last-child {
    width: 80%;
  }
}
