header {
  width: 100%;
  background: #fff;
  padding: 21px 0px 60px 0px;

}

.navbar {
  margin-top: -50px;
  margin-bottom: -90px;
}

.headicon {
  color: #4CAF50;
}


.nav-link:hover {
  color: #4CAF50;
}

.banner {
  /* height: 800px; */
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0)), url(../imges/plumber-service-dallas.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-water-heater{
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0)), url(../imges/water-heater-background.webp);
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.banner-tankless{
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0)), url(../imges/tankless-background.webp);
  background-size: cover;
  background-position: top;
  position: relative;
}

.banner-drain{
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0)), url(../imges/drain-background.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-leak{
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0)), url(../imges/leak-background.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-sewer{
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0)), url(../imges/sewer-background.webp);
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.banner-toilet{
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0)), url(../imges/toilet-background.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-disposal{
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0)), url(../imges/disposal-background.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}

.theme-btn-one {
  color: #fff !important;
  text-align: center;

  box-shadow: 0px 15px 20px 0px rgba(76, 200, 209, 0.2);
  background: linear-gradient(165deg, #2F809A 18%, #4CAF50 80%);


}

.theme-btn-one:hover {
  background: transparent;
  border: 1px solid #fff;
}


.theme-btn-two {
  color: #fff;
  text-align: center;

  /* border-radius: 30px; */
  box-shadow: 0px 15px 20px 0px rgba(96, 144, 248, 0.2);
  background: linear-gradient(165deg, #2F809A 0%, #4CAF50 80%);
}

.theme-btn-two:hover {
  background: transparent;
  border: 1px solid #4CAF50;
  color: #000;
}


/* service */

.box-layers {
  position: relative;
  z-index: 1 !important;
  margin-top: -40px;
}

.ab-box {
  text-align: center;
  padding: 20px;
  outline: 2px solid #fff;
  transition: outline 1s ease 0s;
}

.ab-box:hover {
  outline: 2px solid #4CAF50;
}


.box-shadow {
  /* -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
  -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14); */
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);

}





.about-wrapper .ab-box-icon {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  margin-bottom: 15px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.col-about-content span-dropcaps {
  font-size: 40px;
  float: left;
  width: 40px;
  height: 40px;
  background: transparent;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  font-weight: 600;
  color: #01b3e4;
}

/* -------------------------------- */
/* our service */


.col {


  .counter-number {
    line-height: 48px;
    font-size: 48px;
    font-weight: bold;
    color: #239cb7;
  }

  .counter-title {
    color: #ffffff;

    strong {
      display: block;
      font-size: 1.2rem;
    }
  }
}


/* --------------------------------------------- */

section {
  width: 100%;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 140px 0;
}

.offer .card {
  position: relative;
  max-width: 300px;
  height: auto;
  background: linear-gradient(-45deg,#21df63,#217c9a);
  border-radius: 15px;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
  -webkit-transition: .5s;
  transition: .5s;
}

.offer .card:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.offer .card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
  z-index: 1;
  -webkit-transform: skewY(-5deg) scale(1.5);
  transform: skewY(-5deg) scale(1.5);
}

.title img {
  color: #fff;
  font-size: 60px;

  border-radius: 70%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
background: #85e6c5af;

}

.title h2 {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2;
}

.price,
.option {
  position: relative;
  z-index: 2;
}

.price h4 {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 60px;
}

.option ul {
  margin: 0;
  padding: 0;

}

.option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}

.card a {
  position: relative;
  z-index: 2;
  background: #fff;
  color: black;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

}

.card a:hover {
  text-decoration: none;
}

/* --------------------------------------------- */



/* footer */
.serviceslist ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}

.serviceslist ul li a:hover {
  color: #FFA400;
  cursor: pointer;
}

textarea {
  resize: none;
  margin-bottom: 20px;
}


.userselect {
  user-select: none;
}

.spam {
  display: none;
}


.Locations a {
  width: 30%;
  margin: 9px auto;
}


.social-links {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 8px 8px 0;
  padding: 8px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.social-links:hover {
  color: #f89e28;
  background-color: #ffffff;
}

.marquee {
  width: 100%;
  margin: 15px auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 35s linear infinite;
  color: #fff;
  padding-left: 70%;
}

.marquee:hover {
  animation-play-state: paused
}

/* Make it move */

@keyframes marquee {
  0% {
    text-indent: 27.5em
  }

  100% {
    text-indent: -120em
  }
}

/* marquee */