nav .navbar .links li:first-child a {
  color: #000000;
}

nav .navbar .links li:nth-child(3) a {
  color: #0f82ee;
}



.header-banner {
  max-width: 1800px;
  margin: auto;
  height: 410px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(10, 53, 94, 0.723)), url(../images/Commercial\ RO\ Service\ &\ Repair4.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 300px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-top: -120px;

}

.inner-Page-container {
  max-width: 1800px;
  margin: auto;
  padding: 3% 5%;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  padding-bottom: 5%;
}


.inner-Page-container .service-container {
  width: 30%;
}

.inner-Page-container .service-container .service-sec {
  background-color: #dadee1;
  border-radius: 10px;
  padding: 30px;
}

.inner-Page-container .service-container .service-sec h3 {
  color: #1f7414;
  font-weight: 700;
}

.inner-Page-container .service-container .service-sec li {
  color: rgb(0, 0, 0);
  padding: 15px 0;
  border-bottom: 1px solid rgb(175, 175, 175);
  list-style: none;
  font-size: 20px;
  display: flex;
  place-items: center;
  justify-content: space-between;
}

.inner-Page-container .service-container .service-sec li:hover {
  color: #317c26;
}

.inner-Page-container .service-container .service-sec li:nth-child(2) {
  color: #56d3d3;
}

.inner-Page-container .service-container .service-sec li img {
  width: 20px;
  height: fit-content;
  display: none;
}

.inner-Page-container .service-container .service-sec li:hover img {
  display: block;
  display: none;

}

.inner-Page-container .service-container .service-sec li:nth-child(2) img {
  display: block;
}

.inner-Page-container .service-container .contact-sec {
  background-color: #dadee1;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}

.inner-Page-container .service-container .contact-sec h3 {
  color: #1f7414;
  font-weight: 700;
}

.inner-Page-container .service-container .contact-sec li {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgb(175, 175, 175);
}

.inner-Page-container .service-container .contact-sec li img {
  width: 35px;
  height: fit-content;
  margin-right: 10px;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.inner-Page-container .service-container .contact-sec li p {
  color: #2d8067;
  margin: 0;
}

.inner-Page-container .service-container .contact-sec li h5 {
  color: #000000;
  margin: 0;
  font-weight: 400;
  font-size: 16px;

}


.inner-Page-container .content-sec {
  width: 67%;
}

.inner-Page-container .content-sec img {
  width: 100%;
  border-radius: 20px;
}


.inner-Page-container .content-sec h1 {
  font-size: 30px;
  margin-top: 30px;
}

.inner-Page-container .content-sec ol {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  padding-top: 0;
}

.inner-Page-container .content-sec ol li {
  width: fit-content;
  width: 48%;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
  color: #4a4a4a;
}



@media screen and (max-width: 900px) {

  .header-banner {
    height: 200px;
    padding-top: 130px;
    margin-top: -0px;
  }

  .header-banner h1 {
    font-size: 25px;
  }

  /* 
  nav .navbar .links li .line {
    display: none;
  }

  nav .navbar .links li:first-child a {
    color: #ffffffed;
  } */


  .inner-Page-container {
    flex-wrap: wrap-reverse;
  }

  .inner-Page-container .service-container {
    width: 100%;
  }

  .inner-Page-container .content-sec {
    width: 100%;
  }

  .inner-Page-container .content-sec h1 {
    font-size: 25px;
    margin-top: 20px;
  }

  .inner-Page-container .content-sec p {
    text-align: justify;
  }

  .inner-Page-container .content-sec ol {
    padding-right: 0;
    margin-bottom: 0;
  }

  .inner-Page-container .content-sec ol li {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
  }


  .inner-Page-container .service-container .service-sec li {
    font-size: 17px;
  }


}