body,
html {
  font-family:  'Karla', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 500;
  width: 100% !important;
  height: 100% !important;
}

h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
  margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
  
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}



p {
  font-size: 15px;
}

p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}

a {
  color: #608dfd;
  font-weight: 400;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}

ul,
ol {
  list-style: none;
}

ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}

hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}

.pop {
  position: fixed;
  margin-right: 0px;
  margin-bottom: 20px;
  right: 0;
  bottom: 18px;
  z-index: 10000;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: example;
  float: right;
}

@keyframes example {
  0% {
    bottom: 28px;
    right: 0;
}
50% {
    bottom: 48px;
    right: 0;
}
100% {
    bottom: 28px;
    right: 0;
}
}

#header {
  background: #0a408a;
}

#header p {
  color: #fff;
  padding: 5px 0px;
  margin: 0px;
}

#menu a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#menu i.fa {
  height: 32px;
  width: 32px;
  color: #007bff;
}

.callnow,
.mailnow {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-top: 10px;
}

.contact-info {
  display: flex;
  flex-wrap: nowrap; /* Keep email and phone on the same line for desktop */
  justify-content: flex-end;
  align-items: center;
  gap: 15px; /* Add spacing between email and phone */
}

.contact-info a {
  color: #333;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #007BFF; /* Highlight color on hover */
}

i.fa-envelope-o,
i.fa-phone {
  font-size: 18px;
  color: #007BFF;
}

@media (max-width: 768px) {
  .contact-info {
    flex-wrap: wrap; /* Stack email and phone on smaller screens */
    gap: 10px; /* Reduce spacing for smaller devices */
  }
}

.header-logo .phone {
  font-size: 18px;
}

.slider {
  background: #efefef;
  height: 400px;
}



.sliderimg {
  display: table;
  width: 100%;
  height: 400px;
  padding: 0;
  background: url(../img/banner.png) fixed no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media (max-width: 450px) {
  .sliderimg  {
    background: url(../img/aquasm.png) center no-repeat !important;
    display: table;
    width: 100%;
    padding: 0;
    height:100vh;
    background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  }
}


/*we do services*/

.allservice {
  padding: 20px 0px;
}

.servicepart {
  padding: 15px;
  color: #fff;
  margin: 5px 0px;
  border: 1px dashed #414141;
  border-radius: 35px;
  background-color: #0a408a;
}
.servicepart img {
  height: 32px;
  width: 32px;
}

/*process*/

.solution {
  padding: 80px 0px;
  background: #f1f1f1;
}

.filter {
  display: flex;
  align-items: center;
}
.filter-img {
  overflow: hidden;
  width: 500px;
  height: 450px;
  border-radius: 20px;
 
  display: block;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.sernum {
  display: flex;
  padding: 25px 0px 0px 0px;
}

.sernum .number {
  flex: 0 0 35px;
  height: 35px;
  background-color: #0a408a;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
}

.sernum .para {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
}

/*about start*/
#about {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #8fceda 0%, #5cbbd0 100%);
  
  color: rgba(255, 255, 255, 0.75);
}

#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
  color: #fff;
}

#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #fff;
}

#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #8fceda 0%, #5cbbd0 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}

#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}

#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}

#about img {
  width: 400px;
  height: 360px;
  margin-top: 10px;
  background: #1285be;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

#about p {
  line-height: 24px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
  .intro h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
}
/*blue banner*/
.rorepair {
  padding: 50px 0px;
  background: linear-gradient(45deg, #0a408a 30%, #7097ce);
  color: #fff;
}

#bluebanner h1 {
  font-size: 23px;
}

#bluebanner p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*image gallery*/
.roservice {
  padding: 50px 0px;
}

.roservice h2 {
  font-size: 21px;
}

/*expert start*/
.expert {
  background: #efefef;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}


.roimg1 img {
  width: 100%;
  border-radius: '20px';
}

.roimg2 {
  align-items: center;
  display: flex;
  padding: 0px 50px;
}

.whymrwater {
  display: flex;
  padding: 20px 0px;
  align-items: center;
}

.whymrwater .imgicon {
  width: 60px;
}

.whymrwater img {
  width: 50px;
}

img {
  vertical-align: middle;
  border-style: none;
}
h5 {
  font-size: 18px;
}
/*contact*/
.contact {
  padding: 100px 0px;
}

.contact .border {
  border: 1px solid #ccc;
}
.roserrep {
  padding: 25px;
}

h2 {
  font-size: 21px;
}
#contact p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*typeof*/
.typero {
  background: #efefef;
  padding: 50px 0px;
}

img {
  vertical-align: middle;
  border-style: none;
}

.comercialro img, .domesticro img {
  float: right;
}

h4 {
  font-size: 19px;
}

/*chooseus start*/
.ropurifier {
  padding: 50px 0px;
  background: #fff;
}

.servicecenter {
  padding: 50px 0px;
  background: #ccc;
}

.repaircenter {
  padding: 50px 0px;
  background: #fff;
}




/*footer start*/
.ourlocation {
  padding: 50px 0px;background-color: #333;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

footer .fix-phone {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: #000;
}

footer .fix-phone p {
  margin: 0;
  padding: 0;
  text-align: center;
}

footer .fix-phone a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

/*privacy*/
.solution {
    padding: 80px 0px;
    background: #f1f1f1;
}


