@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url(/wp-content/themes/anytimeplumb/fonts/poppins.woff2);
}
::-ms-input-placeholder {
  font-size: 14px;
  color: #8f8f8f;
  font-family: Poppins, sans-serif;
}
.form-right ::-ms-input-placeholder {
  font-size: 14px;
  color: #a3a3a3;
  font-family: Poppins, sans-serif;
}
.form-right::-ms-input-placeholder {
  font-size: 14px;
  color: #a3a3a3;
  font-family: Poppins, sans-serif;
}
input[type="text"],
select,
textarea ::-ms-input-placeholder {
  font-size: 14px;
  color: #8f8f8f;
  font-family: Poppins, sans-serif;
}
.grecaptcha-badge {
  visibility: hidden;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  margin: 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}
.b-righ-form input[type="submit"] {
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: button;
}
h1 {
  font-size: 50px;
  font-family: Poppins, sans-serif;
}
h2 {
  font-size: 44px;
  font-family: Poppins, sans-serif;
}
h3 {
  font-size: 34px;
  font-family: Poppins, sans-serif;
}
h4 {
  font-size: 25px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}
h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}
p {
  font-size: 17px;
  font-weight: 400;
  color: #7f7f7;
  margin-bottom: 20px;
  line-height: normal;
  font-family: Poppins, sans-serif;
}
* {
  box-sizing: border-box;
}
a,
body {
  padding: 0;
  margin: 0;
  font-family: Poppins, sans-serif;
}
img {
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
.container {
  margin: auto;
  width: 1140px;
}
.top-bar {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
.logo {
  float: left;
  width: 30%;
}
.top-right {
  width: 70%;
  float: left;
  padding: 10px 0;
}
.tw-icon h4 {
  text-align: left;
  margin-bottom: 0;
}
.tw-icon h5 {
  text-align: left;
  margin-bottom: 0;
  font-size: 17px;
  text-transform: uppercase;
}
nav {
  float: left;
  width: 100%;
  background: #eef6f9;
  border-top: 1px solid#e8e8e7;
}
.navigation {
  float: left;
  width: 100%;
}
.nav ul {
  list-style: none;
}
.nav ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.nav ul li:last-child {
  margin-right: 0;
}
.nav ul li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding: 20px 0;
  color: #3f3f3f;
}
.search {
  float: right;
  width: 30%;
  text-align: right;
}
.search li {
  list-style: none;
}
.search li i {
  color: #909192;
  font-size: 15px;
  margin-top: -17px;
  margin-left: -16px;
  position: absolute;
}
.home-banner {
  height: 480px;
  width: 100%;
}
.banner {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 65px;
  display: flex;
  display: flex;
  height: 480px !important;
}
.b-text {
  float: left;
  width: 50%;
  padding-bottom: 118px;
  padding-top: 0px;
}
.b-text h2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 43px;
  text-shadow: 0 1px 2px rgba(39, 39, 39, 0.68);
}
.b-text h1 {
  color: #fff;
  font-weight: 300;
  line-height: 45px;
  text-shadow: 0 1px 2px rgba(39, 39, 39, 0.68);
}
.b-text p {
  color: #fff;
  margin: 0;
  padding-top: 5px;
  line-height: normal;
}
a.b-btn {
  float: left;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 5px;
  margin-top: 32px;
  background: linear-gradient(270deg, #48832d 0, #64bc3b 100%);
}
.tw-icon {
  float: right;
  width: 30%;
}
a.top-btn {
  float: right;
  text-align: right;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 15px 37px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(270deg, #fbaf21 0, #f96706 100%);
}
.tw-icon img {
  float: left;
  margin-right: 15px;
  padding-right: 0;
}
.tw-icon h6 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #549a33;
  margin-top: -5px;
}
.main-icon {
  float: left;
  width: 100%;
  background: url(/wp-content/uploads/2021/09/post_service_img.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
  position: relative;
  padding: 40px 0;
}
.i-icon {
  float: left;
  width: 22%;
  display: inline-block;
  text-align: center;
}
.i-icon:first-child {
  width: auto;
  margin-left: 55px;
  margin-right: 60px;
}
.i-icon:last-child {
  width: auto;
  float: right;
  margin-right: 20px;
}
.i-icon h6 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 30px;
}
.i-icon p {
  text-align: center;
  color: #ccffb4;
  font-size: 15px;
  margin: 0;
}
.i-icon span img {
  padding-bottom: 10px;
}
.today {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.today {
  float: left;
  width: 100%;
  padding: 77px 0;
}
.today-left {
  width: 60%;
  float: left;
  padding-right: 0;
  margin-right: 45px;
}
.today-left h3 {
  color: #464646;
  font-weight: 500;
  margin: 0;
  line-height: 46px;
}
.today-left p {
  line-height: 29px;
  color: #777;
  font-family: Poppins, sans-serif;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.today-main {
  margin-left: -16px;
}
.i-today {
  float: left;
  width: 319px;
  background: #fafafa;
  border: 1px solid#ebebeb;
  padding: 43px 0 44px;
  margin-bottom: 15px;
  margin-left: 16px;
  min-height: 215px;
}
.i-today:hover {
  transition: all 0.3s ease-in;
  border: 1px solid #63b93b;
}
.i-today h6 {
  text-align: center;
  margin-bottom: 0;
  padding: 0 54px;
  padding-top: 10px;
}
.i-today:nth-child(2) {
  padding: 34px 0;
}
.i-today li {
  list-style: none;
  text-align: center;
}
.b-righ-form {
  float: right;
  width: 34%;
  padding-bottom: 0;
  background: linear-gradient(270deg, #1389b9 0, #2dafe5 100%);
  padding: 37px 30px 36px 30px;
}
.b-righ-form h5 {
  text-align: center;
  font-size: 29px;
  color: #fff;
  padding-top: 0;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.b-righ-form h6 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 23px;
}
.b-righ-form input[type="text"],
input[type="email"] select {
  height: 45px;
  width: 100%;
  padding-left: 12px;
  border: 1px solid #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
  font-family: Poppins, sans-serif;
}
input#lname[type="password"] {
  padding: 13px 0;
  width: 90%;
  margin-left: 17px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.b-righ-form input[type="submit"] {
  background-color: #61b63a;
  color: #fff;
  padding: 13px 40px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  border-radius: 4px;
  letter-spacing: 0;
}
.b-righ-form input[type="submit"]:hover {
  background: #fff;
  color: #61b63a;
  transition: all 0.5s;
}
.video-section {
  float: left;
  width: 100%;
  background: url(/wp-content/uploads/2018/09/video-img2.jpg) no-repeat;
  background-size: cover;
}
.video-left {
  float: left;
  width: 50%;
  margin-top: 0;
}
.video-section iframe {
  height: 300px;
  margin-top: 190px;
}
.v-right {
  float: right;
  width: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: 50% 50%;
}
.video-section img {
  height: 565px;
}
.i-v-right h3 {
  color: #fff;
  font-weight: 500;
  line-height: 46px;
}
.i-v-right p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
}
.i-v-right ul li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  position: relative;
  float: left;
  padding-left: 50px;
  font-weight: 300;
}
.i-v-right ul li {
  display: none;
}
.i-v-right {
  padding-bottom: 50px;
  float: right;
  padding-top: 62px;
  padding-right: 0 !important;
  padding-left: 53px !important;
}
.i-v-right ul li:before {
  content: url(/wp-content/uploads/2018/08/video-ticks.png);
  position: absolute;
  margin-left: -57px;
}
.i-v-right a {
  float: left;
  text-align: right;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  background: linear-gradient(270deg, #48832d 0, #64bc3b 100%);
}
.i-v-right a {
  float: left;
  text-align: right;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  background: linear-gradient(270deg, #48832d 0, #64bc3b 100%);
}
.busi {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 38px;
}
.busi-img {
  text-align: center;
}
.busi-img a img {
  padding-left: 66px;
  display: inline-block;
}
.save-main {
  float: left;
  width: 100%;
  background: #2b2b2b;
  padding: 60px 0;
}
.save-main h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  line-height: 28px;
}
.save-main p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.save-in {
  float: left;
  width: 24%;
  background: #fff;
  border: 2px dashed #1791c3;
  padding: 0 20px;
  margin-left: 11px;
}
.save-in h2 {
  float: left;
  font-size: 74px;
  color: #1791c3;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-left: 25px;
}
.save-in span {
  font-size: 20px;
  display: block;
  color: #1791c3;
  font-weight: 600;
  line-height: 36px;
  padding-top: 20px;
  gap: 0;
}
.save-in h4 {
  clear: both;
  font-size: 24px;
  text-transform: uppercase;
  color: #464646;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  line-height: 28px;
  margin-top: -20px;
  padding-bottom: 5px;
}
span.off-border {
  color: #57a538;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 27px;
}
.save-in p {
  font-size: 11px;
  line-height: 15px;
  color: #676767;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}
.save-in sup {
  font-size: 28px;
  float: left;
  padding-top: 22px;
  padding-right: 5px;
}
.save-in:first-child {
  margin-left: 0 !important;
}
span.border {
  border-bottom: 2px solid;
  float: left;
}
.our-costomer {
  float: left;
  width: 100%;
  background: url(/wp-content/uploads/2021/09/assist-banner_new.webp);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: 50% 50%;
  padding: 50px 0;
}
.our-costomer h3 {
  text-align: center;
  margin: 0;
  padding-bottom: 0;
  color: #fff;
  font-weight: 500;
}
.inner-our-costom {
  float: left;
  width: 32%;
  margin-left: 15px;
}
.hire-main {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}
.hire-main h3 {
  color: #464646;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  line-height: 25px;
}
.hire-main p {
  color: #777;
  text-align: center;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 36px;
}
.in-hire {
  float: left;
  width: 23%;
  margin-left: 0;
  margin-right: 30px;
}
.in-hire:last-child {
  margin-right: 0;
}
.in-hire li {
  list-style: none;
}
.in-hire li img {
  background: #d9f0ff;
  border-radius: 100%;
  padding: 8px;
  height: 60px;
}
.in-hire h6 {
  font-size: 16px;
  padding-top: 12px;
  color: #183b3e;
  text-transform: uppercase;
  margin: 0;
}
.in-hire p {
  margin: 0;
  padding-top: 10px;
  text-align: left;
  padding-bottom: 0;
  line-height: 25px;
  font-size: 13px;
  color: #4c4c4c;
  font-weight: 500;
}
.assist-main {
  float: left;
  width: 100%;
  background: url(/wp-content/uploads/2021/09/client-banner-new.webp);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 75px;
  padding-bottom: 65px;
  height: 400px;
}
.phone-icon {
  float: left;
  width: 20%;
}
.assist-text {
  float: left;
  width: 80%;
}
.assist-text h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.assist-text p {
  line-height: 28px;
  color: #fff;
  font-size: 15px;
}
.assist-text a {
  float: left;
  text-align: right;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 15px 22px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  background: linear-gradient(270deg, #fbaf21 0, #f96706 100%);
}
.assist-text a i {
  margin-left: 16px;
}
.bottom-text h4 {
  float: left;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  padding-left: 46px;
  margin-top: 15px;
  border-right: 1px solid #385061;
  margin-right: 0;
  padding-right: 20px;
}
.bottom-text h5 {
  float: left;
  font-size: 25px;
  color: #fff;
  padding-top: 15px;
  padding-left: 20px;
}
.footer {
  float: left;
  width: 100%;
  background: #1e1e1e;
  padding-top: 50px;
  padding-bottom: 60px;
}
.widget {
  float: left;
  width: 24%;
  margin-left: 40px;
}
.widget p {
  font-size: 13px;
  color: #bababa;
  padding-top: 0;
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.widget .bottom-t p em {
  color: #64ad28;
  font-style: normal;
}
.bottom-t span {
  color: #64bc3b;
  text-transform: uppercase;
}
.footer-icon ul li {
  float: left;
  list-style: none;
  padding-right: 5px;
}
.footer-icon ul li a {
  font-size: 18px !important;
  color: #fff !important;
}
.widget h5 {
  font-size: 18px;
  color: #64bc3b;
  font-weight: 600;
  text-transform: uppercase;
}
.widget ul li {
  list-style: none;
  padding-bottom: 13px;
}
.widget ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #bababa;
  text-transform: uppercase;
}
.widget ul li a:hover {
  color: #64bc2e;
  transition: all 0.5s;
}
.widget ul li {
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #282828;
}
.widget:first-child ul li {
  border: 0;
}
.widget:nth-child(3) ul li {
  padding: 2px;
}
.f-phone {
  float: left;
  padding-right: 15px;
  padding-top: 24px;
}
.widget h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.widget h4 {
  font-size: 24px;
  color: #64bc3b;
  font-weight: 700;
  margin: 0;
}
.footer-logo {
  padding-bottom: 15px;
}
.f-img-left {
  float: left;
  width: 80%;
}
.f-text {
  padding-bottom: 23px;
  padding-top: 14px;
}
.f-img-right {
  float: right;
}
.widget:first-child {
  margin: 0;
}
.widget:nth-child(2) {
  padding-left: 80px;
  margin: 0;
}
.widget:nth-child(3) {
  margin: 0;
  padding-left: 80px;
}
a.top-btn:hover {
  color: #3f3f3f;
  transition: all 0.5s;
}
.navigation ul li a:hover {
  color: #64bc3b;
  transition: all 0.5s;
}
a.b-btn:hover {
  background: #fff;
  color: #15c628;
  transition: all;
}
.i-v-right a:hover {
  background: #fff;
  color: #15c628;
}
.assist-text a:hover {
  background: #fff;
  color: #15c628;
  transition: all 0.5s;
}
.copy-right {
  float: left;
  width: 100%;
  padding: 25px 0;
  background: #272727;
  text-align: center;
}
.copy-right p {
  float: none;
  margin: 0;
  color: #c1c1c1;
  font-size: 13px;
  text-transform: uppercase;
}
.copy-right p a {
  float: none;
  color: #c1c1c1;
  text-decoration: none;
}
.copy-right p a:hover {
  color: #64bc3b;
  transition: all 0.3s;
}
.copy-right p:last-child {
  float: right;
}
.search .widget ul li a:hover {
  color: #64bc3b;
  transition: all 0.5s;
  background-position: 108px 3px;
}
.b-righ-form input[type="text"]:focus {
  width: 100%;
}
.search button.search-submit {
  margin-top: 0;
  padding: 6px 14px;
  display: block;
  float: right;
  line-height: inherit;
  outline: 0;
  border-left: 0 !important;
  outline: 0;
  background: #fff !important;
  border: 1px solid #e2e2e2;
  background: no-repeat;
  color: #8b8b8b;
  padding-bottom: 7px;
}
.search input.search-field {
  background: 0 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: #444;
  font-size: 13px;
}
input.search-field {
  background: #fff !important;
  padding: 5px 10px !important;
  outline: 0;
  border: 1px solid #e2e2e2 !important;
  font-family: "Open Sans", sans-serif;
  border-right: 0 !important;
}
.inner-banner {
  float: left;
  width: 100%;
  background: url(../images/banner-img.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
}
.b-blog-text {
  float: left;
  padding: 80px 0;
}
.b-blog-text h1 {
  float: left;
  text-align: center;
  border: 1px solid#fff;
  font-size: 30px;
  padding: 5px 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-contant {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}
.side-bar {
  float: left;
  width: 30%;
}
.blog-contant-right {
  float: left;
  width: 70%;
  padding-left: 50px;
}
.side-bar-widget h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 35px;
}
form.example input[type="text"] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #e9e9e9;
  float: left;
  width: 80%;
  background: #fff;
  outline: 0;
  border-right: 0;
}
form.example button {
  float: left;
  width: 20%;
  padding: 9px;
  background: #fff;
  color: #8b8b8b;
  font-size: 17px;
  border: 1px solid #e9e9e9;
  border-left: none;
  cursor: pointer;
  outline: 0;
}
form.example::after {
  content: "";
  clear: both;
  display: table;
}
.side-bar-widget ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #4c4c4c;
  font-weight: 400;
  text-decoration: none;
}
.in-left {
  float: left;
  padding-bottom: 30px;
}
.in-left img {
  float: left;
  margin-right: 30px;
}
.in-left li {
  float: left;
  list-style: none;
}
.in-right h6 {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.in-right sapn {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  color: #999;
}
.in-right {
  float: right;
}
.side-bar-widget {
  padding-bottom: 25px;
  display: block;
  overflow: hidden;
}
.blog-contant .side-bar .side-bar-widget form div .screen-reader-text {
  display: none;
}
.blog-contant .side-bar .side-bar-widget {
  width: 100%;
  display: block;
  position: relative;
}
.blog-contant .side-bar .side-bar-widget input[type="text"] {
  width: 100%;
}
.right-text li span {
  font-size: 13px;
  line-height: 13px;
  color: #4c4c4c;
  display: inline-block;
  font-weight: 400;
  border-right: 1px solid #bbb;
  padding: 0 10px;
}
.right-text li span:first-child {
  padding-left: 0;
}
.right-text li span:last-child {
  border: 0;
}
.right-text li span:nth-child(2) a {
  color: #64bc3b;
  text-decoration: none;
}
.right-text li span:nth-child(2) a:hover {
  color: #000;
  transition: all 0.5s;
}
.right-text h3 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
.right-text h3 a {
  text-decoration: none;
  color: #000;
}
.right-text h3 a:hover {
  text-decoration: none;
  color: #64bc3b;
  transition: all 0.5s;
}
.right-text p {
  font-size: 14px;
  line-height: 26px;
  color: #4c4c4c;
  font-weight: 400;
  margin-bottom: 15px;
}
.blog-btn a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 39px;
  color: #3c801b;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #3c801b;
  padding: 0 12px;
}
.blog-btn a:hover {
  color: #fff;
  transition: 0.5s ease;
  border: 1px solid#3c801b;
  background-color: #3c801b;
}
.blog-btn.plumbers-archive {
  margin-bottom: 30px;
}
.tag ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 11px;
  background: #8b8b8b1a;
  margin-bottom: 10px;
}
.tag ul li a:before {
  content: none;
}
.tag ul li:hover {
  background: #5fb039;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.tag ul li a:hover {
  color: #fff;
  transition: all 0.5s;
}
.inner-banner-page {
  float: left;
  width: 100%;
  background: url(/wp-content/uploads/2021/09/inner-bann.webp);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
  padding-top: 24px;
}
.in-page {
  float: left;
  width: 70%;
}
.in-page-right {
  float: right;
  width: 30%;
  text-align: right;
}
.in-page-right img {
  margin-bottom: -22px;
}
.in-page h4 a {
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  color: #549a33;
  padding-top: 45px;
  text-shadow: 0 1px 2px #549a33;
}
.blog-p-main {
  float: left;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}
.cont-post {
  float: left;
  width: 33%;
}
.cont-post h5 {
  font-size: 20px;
  color: #464646;
  padding-top: 20px;
}
.contact-form {
  float: left;
  width: 100%;
}
.blog-p-main h4 {
  text-align: left;
  font-size: 30px;
  color: #464646;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 70px;
}
.cont-p-icon i {
  color: #5ead39;
  font-size: 30px;
}
.form-right {
  width: 100%;
  text-align: center;
  padding-top: 0;
}
.form-text {
  width: 100%;
  text-align: center;
  padding-bottom: 63px;
  float: left;
}
.form-text h3 {
  font-weight: 400;
  color: #1c1c1c;
  font-weight: 600;
  margin: 0;
  padding-bottom: 47px;
  font-family: Poppins, sans-serif;
}
.form-right input[type="text"] {
  width: 570px;
  border-radius: 3px;
  border: none;
  background: #eee;
  padding-left: 14px;
  height: 32px;
  outline: 0;
  font-size: 12px;
  font-family: Open Sans;
}
.form-right input[type="subject"] {
  margin-top: 17px;
  width: 321px;
  height: 45px;
  border: none;
  background: 0 0;
  padding-left: 15px;
  outline: 0;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  border: 1px solid#c2c2c2;
}
.form-right input[type="email"] {
  width: 100%;
  height: 45px;
  padding-left: 14px;
  margin-top: 0;
  box-shadow: none;
  background: 0 0;
  margin-left: 0;
  margin-bottom: 0;
  outline: 0;
  border: 1px solid#c2c2c2;
  font-size: 12px;
  font-family: Poppins, sans-serif;
}
.form-right textarea {
  outline: 0;
  width: 100%;
  background: 0 0;
  border: 1px solid#c2c2c2;
  padding: 15px;
  height: 200px;
  background: 0 0;
  margin-top: 0;
  outline: 0;
  font-size: 12px;
  margin-left: 0;
  border-radius: 0;
  font-family: Poppins, sans-serif;
}
.contact-form .form-right input[type="submit"] {
  background: linear-gradient(#64bc3b, #549735);
  color: #fff;
  border: none;
  padding: 15px 35px;
  float: left;
  text-transform: uppercase;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin-top: 15px;
}
.form-right input[type="submit"]:hover {
  color: #000;
}
.submit {
  padding-top: 21px;
}
.contact-form form {
  float: left;
}
.form-text h3 {
  font-size: 30px;
  color: #464646;
  text-align: left;
  font-weight: 400;
  padding-bottom: 10px;
}
.contact-text {
  padding-top: 97px;
  float: left;
  width: 100%;
  padding-bottom: 53px;
}
.contact-form .form-right input[type="text"] {
  width: 100%;
  border: 1px solid#c2c2c2;
  background: 0 0;
  margin-top: 0;
  padding-left: 14px;
  height: 45px;
  outline: 0;
  font-size: 12px;
  font-family: Open Sans;
  border-radius: 0;
  font-family: Poppins, sans-serif;
}
.services-text {
  float: left;
  width: 100%;
  padding-top: 87px;
  padding-bottom: 30px;
}
.services-text h3 {
  color: #464646;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}
.services-text p {
  color: #777;
  text-align: center;
  margin: 0;
  padding-bottom: 48px;
}
h6.serv-b-t {
  padding: 35px 7px;
  margin: 0;
  text-align: center;
  color: #183b3e;
  border: 1px solid#a3a3a3;
  border-top: 0;
  margin-top: -7px;
  margin-bottom: 50px;
}
.servi-in {
  float: left;
  width: 279px;
  margin-left: 7px;
}
.servi-in:last-child {
  margin: 0;
}
.services-re {
  margin-left: -7px;
}
.service-single-text {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 78px;
}
.sing-servi-img {
  float: left;
  width: 70%;
}
.sewerline p {
  font-size: 16px;
  color: #292929;
  line-height: 28px;
  margin-top: 0;
}
.sewerline ul li {
  list-style: none;
}
.sewerline ul li a {
  text-decoration: none;
  color: #292929;
  font-size: 16px;
  line-height: 28px;
}
.sewerline h6 {
  font-size: 20px;
  color: #292929;
  margin: 0;
  padding-top: 18px;
  padding-bottom: 22px;
}
.sin-serv-bo-text {
  float: left;
  padding-top: 20px;
}
.sewerline {
  float: left;
  padding-top: 38px;
}
.sewerline h4 {
  font-size: 35px;
  color: #292929;
  font-weight: 600;
  margin: 0;
  padding-bottom: 40px;
}
.sin-serv-bo-text h3 {
  color: #292929;
  font-weight: 500;
  margin: 0;
}
.sin-serv-bo-text a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
.sin-serv-bo-text a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  background: linear-gradient(#64bc3b, #549735);
  padding: 14px 20px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.5s;
}
.sin-serv-bo-text a:hover {
  background: #000;
  transition: all 0.5s;
}
.about-text {
  float: left;
  width: 100%;
  padding: 55px 0;
}
.about-text h3 {
  color: #292929;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 30px;
}
.about-text h6 {
  color: #292929;
  font-size: 20px;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 10px;
}
.about-text img {
  margin-right: 0;
  margin-bottom: 25px;
}
.widget ul li:last-child {
  border: none;
}
.footer-icon ul li i {
  color: #8b8b8b;
  padding: 9px;
}
.footer-icon ul li i:hover {
  color: #64bc3b;
  transition: all 0.5s;
}
.servi-in a {
  text-decoration: none;
  overflow: hidden;
}
.serv-b-t a {
  color: #183b3e;
  font-weight: 600;
}
.services-main .servi-in .serv-b-t {
  min-height: 127px;
}
.field {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.field-group {
  float: left;
  width: 50%;
  margin-bottom: 0;
  padding-right: 20px;
}
.field-group + .field-group:last-child {
  margin: 0;
  padding-right: 0;
}
.mobile-menu .logo {
  float: none;
  display: none;
  border-bottom: #434343 solid 1px;
  text-align: center;
  margin-bottom: 20px;
}
.mobile-menu .logo a {
  display: inline-block;
}
.mobile-menu {
  background-color: #64bc3b;
  position: fixed;
  padding: 25px 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  overflow: auto;
  max-width: 280px;
  left: -280px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  float: none;
}
.mobile-menu ul li {
  list-style: none;
  font-size: 14px;
  color: #fff;
  position: relative;
  float: none;
  text-align: left;
  padding-left: 50px;
}
.mobile-menu ul li:last-child {
  margin-bottom: 0;
}
.mobile-menu ul li .dropdown {
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
.mobile-menu ul li .dropdown .fa {
  position: absolute;
  top: 20px;
  right: 75px;
}
.mobile-menu ul li .dropdown .fa-plus,
.mobile-menu ul li .dropdown.open .fa-minus {
  display: block;
}
.mobile-menu ul li .dropdown .fa-minus,
.mobile-menu ul li .dropdown.open .fa-plus {
  display: none;
}
.mobile-menu > ul li a {
  color: #fff;
  padding: 13px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
}
.mobile-menu ul ul {
  display: none;
}
.mobile-menu ul ul li {
  font-size: 11px;
}
.mobile-menu ul li:hover {
  background: #fff;
}
.mobile-menu ul li:hover a {
  color: #64bc3b;
}
.mobile-menu ul li:hover i {
  color: #0e7dc5 !important;
}
.mobile-nav {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  margin-top: 0;
  position: absolute;
  top: 35px;
  right: 0;
  padding: 6px 5px;
  display: none;
  margin-right: 10px;
}
.mobile-nav span {
  background: #4aba86;
  height: 3px;
  margin: 0 0 4px;
  width: 100%;
  float: left;
}
.menu-hide {
  left: -280px !important;
}
.mobile-menu.show {
  left: 0;
}
.mobile-menu .top-bar {
  display: none;
}
.toggle-mobile {
  position: relative;
  left: 0;
  top: 10px;
  width: 28px;
  height: 35px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  float: left;
  color: #236497;
  z-index: 10;
  text-align: left;
  margin-left: 15px;
  transition: opacity 0.3s ease, height 0.4s ease;
  -webkit-transition: opacity 0.3s ease, height 0.4s ease;
  -o-transition: opacity 0.3s ease, height 0.4s ease;
  display: none;
}
.toggle-mobile span {
  background: #2e2e2e;
  height: 3px;
  position: absolute;
  overflow: hidden;
  width: 28px;
}
.toggle-mobile span.one {
  top: 8px;
}
.toggle-mobile span.two {
  top: 16px;
}
.toggle-mobile span.three {
  top: 24px;
}
.site-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
  opacity: 0;
}
.site-overlay.overlay-show {
  z-index: 999;
  opacity: 1;
}
.footer_menu ul {
  display: block;
  list-style: none;
  float: right;
}
.footer_menu ul li {
  display: inline-block;
}
.footer_menu ul li a {
  float: left;
  margin: 0;
  color: #c1c1c1;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer_menu ul li:after {
  content: "/";
  padding: 0 2px 0 5px;
  margin: 0;
  color: #c1c1c1;
  font-size: 13px;
  bottom: 3px;
  position: relative;
}
.footer_menu ul li:last-child:after {
  content: "";
}
.mobile-menu .toggle-mobile {
  display: none;
}
.side-bar-widget input#s {
  padding: 12px 8px;
  outline: 0;
  border-right: none !important;
  border: 1px solid#b8b7b7;
  position: relative;
}
.side-bar-widget input#searchsubmit {
  padding: 9px 18px;
  background: #549a33;
  border: 1px solid #b8b7b7;
  color: #fff;
  font-size: 14px;
  position: absolute;
  font-family: Poppins, sans-serif;
  right: 0;
  top: 0;
  cursor: pointer;
}
.blog-contant .side-bar .side-bar-widget form {
  position: relative;
}
label.screen-reader-text {
  color: #8b8b8b;
  font-size: 15px;
}
.right-text li span a {
  text-decoration: none;
  color: #4c4c4c;
}
.side-bar-widget ul li a:before {
  content: url(images/right-arrow1.png);
  position: absolute;
  margin-left: -23px;
  margin-top: 4px;
}
.side-bar-widget ul li a {
  position: relative;
}
.side-bar-widget ul li a:hover {
  transition: all 0.3s;
  color: #549a33;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
  margin-right: 22px;
}
.side-bar-widget h5 {
  margin-bottom: 25px;
}
#comments {
  width: 765px;
  display: inline-block;
  padding-left: 0;
}
.comment-list ol {
  list-style: none;
}
ul.comment-list {
  list-style: none;
  margin-bottom: 40px;
}
.comment_title {
  padding-bottom: 15px;
}
.commentlist li {
  list-style: none;
  position: relative;
  float: left;
  width: 100%;
}
.commentlist .avatar {
  float: left;
  margin-right: 12px;
  border: 1px solid #c6c6c6;
  padding: 3px;
}
.commentmetadata {
  font-size: 13px;
  float: left;
  padding-left: 0;
  width: 92%;
}
img.avatar.avatar-56.photo {
  float: left;
  margin-right: 12px;
  border: 1px solid #c6c6c6;
  padding: 3px;
}
.comment-body {
  background: rgba(247, 247, 247, 0.67);
  padding: 10px 20px;
  margin-bottom: 15px;
  border-radius: 3px;
}
a.comment-reply-link:before {
  content: "\f112";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 4px;
  font-size: 10px;
}
.commentlist cite {
  color: #d5402b;
}
.commentmetadata {
  font-size: 11px;
}
.commentmetadata a {
  color: #989898;
}
.commentlist .tp_cmnt {
  font-style: italic;
}
.commentlist ol.children {
  margin: 0;
  padding: 0 0 0 27px;
  display: inline-block;
  width: 100%;
}
.commentlist li ol.children {
  margin: 22px 0 22px 0;
  border-top: #e9e9e9 solid 1px;
  padding-top: 22px;
}
.comment-respond h3 {
  font-size: 24px;
  color: #3c801b;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.comment-respond input[type="submit"] {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 8px 18px;
  background: #5dad37;
  border-radius: 3px;
  margin-top: 10px;
  border: none;
  outline: 0;
  cursor: pointer;
  font-family: Poppins, sans-serif;
}
.comment-respond input[type="submit"]:hover {
  transition: all 0.3s;
  background: #171717;
}
#respond input[type="text"]:focus {
  border: 1px solid #bf181a;
}
#respond textarea {
  border: 1px solid #9b9b9b;
  height: 140px;
  width: 100%;
  outline: 0;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  padding: 15px;
}
#respond textarea:focus {
  border: 1px solid #5dad37;
}
#respond input[type="text"] {
  height: 40px;
  width: 100%;
  outline: 0;
  border: 1px solid #9b9b9b;
  padding-left: 15px;
}
#respond input[type="text"]:focus {
  border: 1px solid #5dad37;
}
.comment-respond .field {
  padding-bottom: 11px;
}
.comment-respond #comment_btn {
  margin-top: 11px;
}
.comment-reply-link {
  float: right;
  margin-top: -23px;
}
p.comment-awaiting-moderation {
  margin-bottom: 0;
  font-weight: 600;
  font-style: italic;
}
ol.commentlist p {
  margin-bottom: 0;
}
em.comment-awaiting-moderation {
  display: none;
}
.logged-in-as a {
  font-size: 14px;
  text-align: justify;
  text-decoration: none;
  color: #4c4c4c;
  font-weight: 400;
}
.logged-in-as a:hover {
  transition: all 0.3s;
  color: #5dad37 !important;
}
nav.navigation.pagination h2 {
  display: none;
}
.error_page_content {
  text-align: center;
  padding: 60px 0;
  float: left;
  width: 100%;
}
.error_page_content h2 {
  margin-bottom: 0;
  line-height: 28px;
  padding-bottom: 5px;
}
.error_page_content h1 {
  margin-bottom: 0 !important;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  border: none !important;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid.Your_Name {
  border: 1px solid #e20000;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  clear: both;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin-left: 0;
}
.wpcf7-not-valid {
  border-color: red !important;
}
span.wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  clear: both;
  margin-left: 0;
}
.in-hire li img {
  width: 60px;
  height: 60px;
}
.contact-page-map iframe {
  width: 100%;
}
.stars {
  height: 18px;
  margin-top: 9px;
}
blockquote.easy_testimonial p {
  width: auto;
  margin: 0 0 12px;
  line-height: 24px;
}
.nav > ul > li:last-child > a {
  padding-right: 0;
}
.nav ul li a:hover,
.navbar > ul > li.active a {
  color: #549a33 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: inherit;
}
.nav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 101%;
}
.nav ul li ul {
  position: absolute;
  top: 120%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 260px;
  background: #549a33;
  box-shadow: 0 1px 5.16px 0.84px rgba(0, 0, 0, 0.09);
}
.nav ul ul li a {
  padding: 19px;
  color: #fff;
  font-size: 14px;
  display: block;
}
.nav ul ul li {
  width: 100%;
  padding-left: 0;
  position: relative;
  margin-right: 0;
}
.nav ul ul li:last-child {
  border-bottom: none;
}
.nav ul ul {
  padding-bottom: 0;
}
.nav ul ul li:last-child a {
  padding-right: auto;
}
.nav ul li ul {
  position: absolute;
  top: 120%;
}
.nav ul li ul li ul {
  left: 221px;
  top: 0 !important;
}
.nav ul ul li a:hover {
  background: #fff;
  color: #549a33;
}
.nav {
  float: left;
  width: 100%;
  text-align: center;
}
header.sticky .nav {
  display: none;
}
.nav .sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.video-list ul {
  margin-left: 17px;
}
.services-bottom {
  padding-bottom: 40px;
}
.about-text ul {
  margin-left: 18px;
  margin-bottom: 20px;
}
.about-text a {
  text-decoration: none;
  color: #549a33;
}
.field-group + .field-group {
  padding: 0;
}
.b-righ-form .field {
  margin-bottom: 10px;
}
.text-center {
  text-align: center;
}
.post-service {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 50px 0;
}
.post-service .section-heading h3 {
  font-size: 30px;
  color: #464646;
  font-weight: 500;
  margin-bottom: 10px;
}
.post-service .section-heading p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}
.post-service .entry-post {
  float: left;
  width: 100%;
  padding-right: 17px;
  margin-bottom: 20px;
}
.post-service .entry-post:last-child {
  margin-right: 0;
}
.post-service .entry-post .entry-img {
  width: 100%;
  line-height: 0;
}
.post-service .entry-post .entry-img img {
  width: 100%;
  height: 280px;
}
.post-service .entry-post .entry-text a {
  text-decoration: none;
  color: #183b3e;
  font-weight: 600;
  font-size: 17px;
}
.post-service .entry-post .entry-text {
  padding: 20px 0;
  border: 1px solid #a3a3a3;
}
.post-service .entry-main {
  margin-top: 0;
}
.post-service .entry-main p {
  line-height: normal;
  color: #4c4c4c;
  margin-top: 0;
}
.post-service .entry-main .disabled {
  display: none;
}
.plumbling-section {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.plumbling-section .section-heading h3 {
  font-size: 30px;
  color: #464646;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.accordion {
  font-size: 18px;
}
.accordion__section {
  background: #a2a9af;
  border-radius: 5px;
  margin-bottom: 10px;
}
.accordion__section:last-of-type {
  margin-bottom: 0;
}
.accordion__titlebox {
  display: -ms-flexbox;
  display: flex;
  padding: 9px 14px 10px;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
  will-change: transform;
  transition: 0.3s;
}
.accordion__titlebox:hover {
  background: #4c5870;
}
.accordion__icon {
  min-width: 18px;
  height: 18px;
  position: relative;
}
.accordion__icon .minus,
.accordion__icon .plus {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  will-change: transform;
  transition: 0.3s;
}
.accordion__icon .plus {
  opacity: 1;
  visibility: visible;
}
.accordion__icon .minus {
  opacity: 0;
  visibility: hidden;
}
.accordion__title {
  margin-left: 18px;
}
.accordion__content {
  padding: 20px;
  display: none;
  background-color: #ececec;
}
.accordion__titlebox_active {
  background: #4c5870;
}
.accordion__titlebox_active .plus {
  opacity: 0;
  visibility: hidden;
}
.accordion__titlebox_active .minus {
  opacity: 1;
  visibility: visible;
}
p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
.accordion__titlebox {
  padding: 15px 14px 15px;
  border-radius: 0;
  background: #61b63a;
}
.accordion__titlebox:hover {
  background: #61b63a;
}
.accordion__titlebox_active {
  background: #61b63a;
}
.accordion__title {
  color: #fff;
}
.accordion__icon .minus,
.accordion__icon .plus {
  color: #fff;
}
.plumbing-area {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: url(/wp-content/uploads/2021/09/country-area-1_1_.webp) no-repeat
    0 0;
  background-size: cover;
}
.plumbing-area .section-heading {
  margin-bottom: 20px;
}
.plumbing-area .section-heading h3 {
  font-size: 30px;
  color: #464646;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  line-height: 39px;
}
.plumbing-area .section-heading p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}
.plumbing-area .text {
  float: left;
  width: 43%;
  margin-right: 4%;
}
.plumber-iframe {
  float: left;
  width: 57%;
}
.plumber-iframe iframe {
  width: 100%;
  height: 300px;
}
.plumbing-area .text ul {
  margin-left: 24px;
  column-count: 2;
  -webkit-column-count: 2;
}
.plumbing-area .text ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  line-height: 35px;
}
.plumbing-area .text ul li:before {
  content: url(/wp-content/uploads/2018/12/check.png);
  position: absolute;
  left: -24px;
  top: 3px;
}
.plumbing-area .text ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #252525;
}
.plumbing-area .text ul li a:hover {
  transition: all 0.3s;
  color: #3c801b;
}
.plumbing-area .text-right {
  float: left;
  width: 53%;
}
.plumbing-area .text-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  -webkit-column-count: 2;
}
.plumbing-area .text-right ul li {
  position: relative;
  display: block;
  margin-bottom: 8px;
  line-height: 22px;
  font-size: 14px;
}
.plumbing-area .text-right ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #252525;
}
.plumbing-area .text-right ul li a:hover {
  transition: all 0.3s;
  color: #3c801b;
}
.plumbing-area .text-right h3 {
  font-size: 30px;
  color: #464646;
  font-weight: 500;
  line-height: 36px;
}
.about-left {
  float: left;
  width: 73%;
}
.about-text .btn {
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  background: linear-gradient(270deg, #48832d 0, #64bc3b 100%);
  margin-left: 5px;
  margin-right: 5px;
}
.about-text .b-color {
  color: #292929;
  font-weight: 500;
}
.abt-inner .abt-img {
  width: 9%;
  float: left;
  margin-top: 0;
}
.abt-inner .abt-img img {
  width: 100%;
}
.abt-inner {
  float: left;
  width: 100%;
  display: inline-block;
}
.abt-main {
  margin-bottom: 15px;
  display: inline-block;
}
.abt-text {
  float: right;
  width: 88%;
}
.about-text ul {
  margin-left: 25px;
}
.about-text ul li {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 28px;
  color: #4c4c4c;
}
.abt-main .abt-inner:first-child .abt-img {
  margin-top: 10px;
}
.abt-main .abt-inner:nth-child(2) .abt-img {
  margin-top: 10px;
}
.abt-main .abt-inner:last-child .abt-img {
  margin-top: 10px;
}
.services-bottom h3 {
  color: #464646;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.Local-Plumber-inner {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.need-most {
  float: left;
  width: 50%;
  padding-right: 4em;
}
.Local-Plumber-inner h3 {
  text-align: left;
  padding-bottom: 10px;
  font-size: 28px;
  margin-bottom: 0;
}
.need-most-img {
  float: right;
  width: 50%;
}
.reliable-plumbers-img {
  float: left;
  width: 50%;
}
.reliable-plumbers {
  float: right;
  width: 50%;
  padding-left: 4em;
}
.Local-Plumber-inner img {
  margin-top: 10px;
}
.Local-Plumber-inner p {
  margin-top: 0;
}
.services-main .servi-in .serv-b-t {
  min-height: 92px;
}
h6.serv-b-t {
  padding: 18px 7px;
}
.serv-b-t a {
  font-size: 17px;
}
.servi-in img {
  height: 250px;
}
nav.navigation.pagination a {
  border: 1px solid;
  text-decoration: none;
  padding: 6px 12px;
  color: #39ca4c;
}
.sewerline {
  width: 64%;
}
.b-righ-form input[type="email"] {
  height: 45px;
  width: 100%;
  padding-left: 12px;
  border: 1px solid #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
  font-family: Poppins, sans-serif;
}
.b-righ-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  outline: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 4 00;
  color: #8f8f8f;
  height: 145px;
  font-family: Poppins, sans-serif;
}
.sewerline {
  padding-top: 0;
}
.sewerline h6 {
  padding-top: 0;
  padding-bottom: 15px;
}
.b-righ-form
  input.wpcf7-form-control.wpcf7-text.wpcf7-email
  input.wpcf7-form-control.wpcf7-text.wpcf7-email {
  height: 45px;
  width: 100%;
  padding: 12px;
  border: none;
  margin-top: 0;
  margin-bottom: 17px;
  outline: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #8f8f8f;
}
.sewerline h3 {
  font-size: 28px;
  font-weight: 500;
}
.maintanese {
  float: left;
  width: 70% !important;
  display: inline-flex;
}
.maintanese a {
  text-decoration: none;
  color: #3bcc4e;
}
.maintanese h6 {
  text-align: left;
}
.maintanese ul {
  margin-left: 30px;
}
.maintanese strong {
  font-weight: 600;
}
.maintanese-right-bar {
  float: right;
  width: 30%;
  overflow: hidden;
  padding-left: 40px;
}
.maintanese-right-bar h2 {
  font-size: 30px;
  font-weight: 600;
}
.tips-menu .side-bar-widget {
  padding-bottom: 0;
}
.about-text p {
  font-size: 14px;
  margin: 0 0 22px 0;
  line-height: 28px;
  color: #4c4c4c;
  text-align: left !important;
}
.about-text h5 {
  text-align: left !important;
}
.tips-menu .side-bar-widget h5 {
  margin-bottom: 0;
  border: 0;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 500;
}
.tips-sidebar {
  float: left;
  width: 20%;
}
.about-text .r-color {
  color: red;
}
.about-text .tips-menu ul > li > a {
  line-height: normal;
  color: #4c4c4c;
}
.tips-menu .side-bar-widget ul {
  column-count: 2;
  -webkit-column-count: 2;
  list-style: none;
}
.tips-menu {
  margin-top: 30px;
}
.estimate-sidebar {
  float: right;
  width: 23%;
  text-align: center;
}
.estimate-box .title {
  background: #549a33;
  padding: 8px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.estimate-box .text {
  background: #2e6315;
  padding: 25px 10px;
}
.about-text .estimate-box p {
  font-size: 15px;
  line-height: normal;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 5px;
  text-align: center !important;
}
.about-text .estimate-box h5 {
  font-size: 18px;
  line-height: normal;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 5px;
  text-align: center !important;
}
.estimate-box .text .serving-list .service-widget ul {
  margin-left: 0;
  list-style: none;
}
.estimate-box .text .serving-list .service-widget ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.estimate-box .text .serving-list .service-widget ul li a {
  font-size: 13px;
  color: #fff;
}
.estimate-box .text .serving-list .service-widget ul li a:hover {
  transition: all 0.3s;
  color: #000;
}
.about-text p b {
  font-size: 16px;
  font-weight: 600;
}
.footer-logo br {
  display: none;
}
.abt-icons ul {
  list-style: none;
  margin-left: 0;
}
.abt-icons ul li {
  display: inline-block;
  margin-right: 10px;
}
.abt-icons ul li:last-child {
  margin-right: 0;
}
.abt-icons {
  text-align: right;
  margin-bottom: -60px;
}
.popup-content {
  width: 100%;
  float: left;
  padding: 0 15px;
}
.popup-content .title {
  font-size: 20px;
  font-weight: 500;
  color: #4e4e4e;
}
.popup-content label {
  display: inline-block;
  margin-bottom: 2px;
  overflow: hidden;
}
.popup-content input[type="text"],
input[type="email"] {
  width: 100%;
  height: 34px;
  font-family: Poppins, sans-serif;
  padding-left: 10px;
  outline: 0;
}
.popup-content input[type="submit"] {
  padding: 9px 32px;
  font-size: 16px;
  display: inline-block;
  background: #2e6315;
  outline: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}
.popup-content .btn {
  padding: 9px 32px;
  font-size: 16px;
  display: inline-block;
  background: #2e6315;
  outline: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.field br {
  display: none;
}
.accordion__section p {
  line-height: normal;
}
.tw-icon h6 a {
  text-decoration: none;
  color: #549a33;
}
.b-righ-form h6 strong a {
  text-decoration: none;
  color: #fff;
}
.copy-right .footer_menu {
  display: none;
}
.sticky {
  top: 0;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -op-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: auto;
  background: #fff;
}
.header.sticky,
.nav ul ul {
  text-align: left;
}
.header.sticky,
.nav ul ul li a {
  padding-left: 15px;
}
.header.sticky .nav ul li a {
  color: #fff;
}
.header.sticky .nav ul li a:hover {
  transition: all 0.3s;
  color: #fff !important;
}
.b-r-img {
  display: inline-block;
  overflow: hidden;
}
.blog-contant .blog-contant-right .b-r-img img {
  max-height: 300px;
  object-fit: cover;
}
.blog-contant .blog-contant-right .b-r-img img .b-r-img img {
  height: auto;
  min-width: 100%;
}
.blog-contant .blog-contant-right .right-text .date {
  height: 57px;
  padding-top: 17px;
}
.right-text {
  float: left;
  padding-bottom: 30px;
  padding-top: 20px;
}
.about-text ul {
  margin-left: 25px;
}
.blog-contant .single-content-right .right-text ul {
  list-style: none;
  margin-left: 0;
}
.blog-contant .single-content-right .right-text ul {
  margin-left: 17px;
  list-style: disc;
}
.blog-contant .single-content-right .right-text ul li {
  font-size: 14px;
  color: #8e8d8d;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 24px;
}
.client-admin ul {
  list-style: none !important;
  margin-left: 0 !important;
}
#comments > .contect_forms > #respond > form label {
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 10px;
  display: block;
}
#comments > .contect_forms > #respond p {
  margin-top: 0;
  margin-bottom: 25px;
}
.blog-contant .blog-contant-right .right-text ul {
  list-style: none;
}
.blog-contant .side-bar .side-bar-widget > .rpwwt-widget > ul > li > a:before {
  display: none;
}
.blog-contant
  .side-bar
  .side-bar-widget
  > .rpwwt-widget
  > ul
  > li
  .rpwwt-post-title {
  display: block;
  line-height: 23px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.blog-contant
  .side-bar
  .side-bar-widget
  > .rpwwt-widget
  > ul
  > li
  .rpwwt-post-title:hover {
  transition: all 0.3s;
  color: #64bc3b;
}
.blog-contant
  .side-bar
  .side-bar-widget
  > .rpwwt-widget
  > ul
  > li
  .rpwwt-post-date {
  font-size: 14px;
  display: block;
  line-height: 28px;
  color: #4c4c4c;
}
.about-text
  .about-left
  .easy_t_single_testimonial
  blockquote
  .easy_testimonial_image_wrapper {
  float: left;
  width: 32%;
  margin-right: 25px;
}
.about-text
  .about-left
  .easy_t_single_testimonial
  blockquote
  .easy_testimonial_image_wrapper
  img {
  max-width: 300px !important;
  max-height: 300px !important;
}
.about-text
  .about-left
  .easy_t_single_testimonial
  blockquote
  .testimonial_body {
  float: left;
  width: 64%;
}
.about-text .about-left .easy_t_single_testimonial {
  border-bottom: 1px solid rgba(60, 128, 27, 0.5);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.about-text .about-left .easy_t_single_testimonial:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.easy_t_single_testimonial blockquote.easy_testimonial {
  border: 0;
  padding: 0;
}
.about-text .about-left .easy_t_single_testimonial blockquote cite span {
  position: relative;
  display: inline;
  margin-right: 15px;
}
.about-text
  .about-left
  .easy_t_single_testimonial
  blockquote
  cite
  span:first-child {
  font-weight: 600;
}
.about-text .about-left .easy_t_single_testimonial blockquote cite .stars {
  display: none;
}
.about-text .about-left .easy_t_single_testimonial blockquote cite span:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 3px;
  width: 1px;
  height: 14px;
  background-color: #b3b3b3;
}
.about-text
  .about-left
  .easy_t_single_testimonial
  blockquote
  cite
  span:first-child:before {
  display: none;
}
.blog-contant .single-content-right .right-text ul {
  list-style: disc;
  margin-bottom: 20px;
}
.blog-contant .single-content-right .right-text .date {
  display: none;
}
.blog-contant .blog-contant-right .right-text .date {
  display: none;
}
.blog-contant .side-bar .side-bar-widget .rpwwt-widget ul li img {
  margin-right: 16px !important;
}
.blog-contant .side-bar .side-bar-widget ul {
  list-style: none;
  margin-left: 19px;
}
.blog-contant .side-bar .side-bar-widget ul li {
  color: #999;
}
.blog-contant .side-bar .side-bar-widget .rpwwt-widget ul {
  margin-left: 0;
}
.tips-menu .side-bar-widget ul li a:before {
  content: url(/wp-content/uploads/2019/01/right-arrow1.png);
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  left: -11px;
  top: -1px;
}
.service-widget ul li {
  position: relative;
}
.service-widget ul li:after {
  content: ", ";
  position: relative;
  color: #fff;
  padding-left: 2px;
}
.service-widget ul li:last-child:after {
  content: none;
}
.post-service #owl-demo {
  display: none;
}
.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative !important;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  width: AUTO;
}
.youtube img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube .play-button,
.youtube img {
  cursor: pointer;
}
.youtube .play-button,
.youtube .play-button:before,
.youtube iframe,
.youtube img {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-section iframe {
  margin-top: 0;
}
.plumbing-area ul li a {
  text-decoration: none;
  color: #000;
}
.plumbing-area .text-right ul li:before {
  content: url(/wp-content/uploads/2018/12/check.png);
  position: absolute;
  left: -24px;
  top: 3px;
}
.plumbing-area .text-right ul li {
  display: inline-block;
  width: 96%;
}
.widget a.maillink,
.widget a.phonelink {
  color: #bababa;
}
.widget a {
  text-decoration: none;
}
.widget a.maillink:hover,
.widget a.phonelink:hover {
  color: #64bc2e;
  transition: all 0.5s;
}
.cont-post p,
.contactlink {
  color: #464646;
  text-decoration: none;
}
.contactlink:hover {
  color: #64bc2e;
  transition: all 0.5s;
}
a.assistphone {
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  background: 0 0;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.assist-text a.maillink {
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  background: 0 0;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  word-break: break-all;
}
.assist-text a.maillink:hover,
a.assistphone:hover {
  background: 0 0;
}
.tw-icon a:hover {
  color: #000;
  transition: all 0.5s;
}
.assist-text a.maillink:hover {
  color: #15c628;
  transition: all 0.5s;
}
.about-text .estimate-box h5:hover {
  color: #000;
  transition: all 0.5s;
}
.f-text h4:hover {
  color: #bababa;
  transition: all 0.5s;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 97px;
  padding-bottom: 53px;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.service-single-text ul li {
  margin-bottom: 5px;
  list-style: disc inside !important;
  line-height: 28px;
}
.service-single-text a,
.service-single-text ul li a {
  color: #549a33 !important;
}
.service-single-text .b-color {
  color: #292929;
  font-weight: 600;
}
.service-single-text ul {
  margin-bottom: 20px;
}
.banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .b-text {
  width: 48%;
}
.banner .b-text h2 {
  font-size: 42px;
}
.banner .b-right-img {
  float: right;
  width: 50%;
}
.inner-banner-page {
  height: 220px;
}
@media screen and (max-width: 1300px) {
  .banner .b-text h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 510px) {
  .banner .container {
    flex-wrap: wrap;
  }
  .banner,
  .home-banner {
    height: 100% !important;
  }
  .banner .b-right-img,
  .banner .b-text {
    width: 100%;
	margin-top: 20px;
  }
  .inner-banner-page .in-page-right {
    width: 81% !important;
    float: none !important;
    margin: auto;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .container {
    width: 920px;
  }
  a.top-btn {
    padding: 15px 14px;
  }
  .tw-icon h6 {
    font-size: 19px;
  }
  .navigation ul li {
    padding-left: 14px;
  }
  .b-text {
    width: 39%;
  }
  .b-right-img {
    width: 61%;
    float: right;
  }
  .b-text h1 {
    font-size: 35px;
  }
  .b-text p {
    font-size: 16px;
  }
  a.b-btn {
    text-align: center;
    padding: 18px 18px;
    font-size: 12px;
  }
  .b-righ-form input[type="text"],
  select,
  textarea {
    margin-left: 0 !important;
  }
  .b-righ-form h6 {
    font-size: 18px;
  }
  .b-righ-form input[type="submit"] {
    margin-left: 47px;
    width: 70%;
  }
  .save-in {
    width: 32%;
    margin-bottom: 13px;
  }
  .inner-our-costom {
    margin-left: 12px;
  }
  .in-hire {
    margin-left: 60px;
  }
  .bottom-text h5 {
    padding-left: 0;
    margin: 0;
  }
  .f-img-left {
    width: 75%;
  }
  .widget:last-child {
    margin-left: 35px;
  }
  .widget:nth-child(2) {
    padding-left: 40px;
  }
  .widget:nth-child(3) {
    padding-left: 40px;
  }
  span.border:after {
    content: "";
    border: 1px solid;
    transform: rotate(181deg);
    position: absolute;
    width: 30px;
    margin-top: 36px !important;
    margin-left: -30px;
  }
  span.border {
    border-bottom: 0;
    float: none;
  }
  .form-right input[type="subject"] {
    width: 49%;
  }
  .form-right input[type="email"] {
    width: 49%;
  }
  .contact-form .form-right input[type="text"] {
    width: 100%;
  }
  .form-right textarea {
    width: 620px;
  }
  .servi-in {
    margin-right: 12px;
  }
  .sing-servi-img {
    padding-right: 30px;
  }
  .in-right {
    width: 56%;
  }
  .in-left img {
    margin-right: 0;
    width: 75%;
  }
  .tag ul li {
    margin-right: 5px;
  }
  .i-today {
    width: 265px !important;
  }
  .b-righ-form {
    width: 35% !important;
  }
  .busi-img :first-child img {
    padding-left: 0 !important;
  }
  .inner-our-costom {
    width: 48% !important;
  }
  .in-hire:last-child {
    margin-right: 0 !important;
  }
  .i-v-right h3 {
    font-size: 29px !important;
  }
  .i-icon {
    width: 20% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .save-in span {
    line-height: 39px;
    padding-top: 0 !important;
    margin-top: 5px !important;
  }
  .in-hire {
    width: 39%;
    margin-left: 43px !important;
    padding-bottom: 20px !important;
  }
  .assist-main {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .form-right input[type="email"] {
    width: 100% !important;
  }
  .field-group {
    width: 47.5% !important;
  }
  .form-right textarea {
    width: 97% !important;
    float: left;
  }
  .contact-form .form-right input[type="text"] {
    width: 97%;
    float: left;
  }
  .i-v-right {
    margin-left: 0 !important;
  }
  .i-v-right {
    padding-left: 20px !important;
  }
  .i-v-right {
    padding-left: 40px !important;
  }
  .video-section iframe {
    height: 100%;
    width: 100%;
  }
  .navigation ul li {
    padding-left: 0;
  }
  .navigation {
    float: left;
    width: 100%;
  }
  .b-text {
    width: 60%;
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .b-right-img {
    width: 40%;
  }
  .b-text h2 {
    font-size: 23px;
  }
  .b-text h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .banner .b-btn {
    font-size: 13px;
  }
  .today {
    padding: 45px 0;
  }
  .today-left p {
    font-size: 15px;
    line-height: 24px;
  }
  .video-left {
    float: left;
    width: 40%;
  }
  .v-right {
    float: right;
    width: 60% !important;
  }
  .save-in {
    min-height: 212px;
  }
  .bottom-text h4 {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
    margin-right: 15px;
  }
  .bottom-text h5 {
    font-size: 15px;
    padding-top: 25px;
  }
  .footer-logo br {
    display: none !important;
  }
  .widget h4 {
    font-size: 19px;
  }
  .widget {
    width: 23%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .container {
    width: 720px;
  }
  .b-text h2 {
    font-size: 27px !important;
  }
  .tw-icon {
    width: 54%;
  }
  a.top-btn {
    width: 40%;
    padding: 15px 20px;
    font-size: 13px;
  }
  .navigation ul li {
    padding-left: 16px;
  }
  .b-text h1 {
    font-size: 35px;
  }
  .b-right-img {
    float: right;
    width: 43%;
  }
  a.b-btn {
    text-align: center;
    font-size: 11px;
    padding: 18px 22px;
  }
  .b-text {
    padding-bottom: 70px;
    padding-top: 25px;
  }
  .today-left {
    width: 100%;
    padding: 0;
  }
  .b-righ-form {
    float: left;
    width: 50%;
    margin-top: 20px;
  }
  .save-in {
    width: 48%;
    margin-bottom: 20px;
  }
  .inner-our-costom {
    width: 47%;
    margin-bottom: 8px;
  }
  .in-hire {
    width: 45% !important;
    padding-bottom: 20px !important;
  }
  .bottom-text h5 {
    padding-left: 0;
  }
  .widget {
    width: 32%;
    margin: 0;
  }
  .widget:nth-child(3) {
    padding-left: 40px;
  }
  .widget:nth-child(2) {
    padding-left: 40px;
  }
  .widget:last-child {
    float: left;
    width: 69%;
  }
  .f-img-right {
    float: left;
    width: 23%;
  }
  span.off-border {
    float: left;
    display: block;
    width: 48%;
    padding: 0 !important;
  }
  span.off-border.hyd1 {
    width: 40%;
  }
  .save-in h4 {
    font-size: 22px;
  }
  .servi-in {
    margin-right: 8px;
  }
  .sing-servi-img {
    width: 100%;
  }
  .sin-serv-bo-text a {
    padding: 14px 13px;
  }
  .in-right {
    width: 44%;
  }
  .in-left img {
    margin-right: 0;
    width: 60%;
  }
  .blog-contant {
    padding-bottom: 0 !important;
  }
  .i-icon:first-child {
    width: auto;
    margin-left: 12px;
    margin-right: 7px;
  }
  .i-today {
    width: 47.6% !important;
    margin-right: 0 !important;
  }
  .b-righ-form input[type="submit"] {
    margin-left: 52px !important;
  }
  .busi-img a img {
    padding-left: 31px !important;
    padding-right: 40px !important;
  }
  .i-v-right {
    padding-top: 20px !important;
    padding-right: 0 !important;
  }
  .i-v-right h3 {
    line-height: 35px;
    font-size: 22px;
  }
  .i-v-right {
    padding-bottom: 45px;
  }
  .video-left {
    float: left;
    width: 50% !important;
    position: relative;
  }
  .v-right {
    float: right;
    width: 50% !important;
    padding: 0 20px;
  }
  .i-v-right a {
    float: left;
    width: 36% !important;
  }
  .assist-main {
    padding-top: 45px !important;
    padding-bottom: 35px !important;
  }
  .f-img-right {
    width: 19% !important;
    padding-left: 6px !important;
  }
  .i-v-right {
    padding-left: 0 !important;
  }
  .i-v-right a {
    float: left;
    width: 70% !important;
  }
  .video-section iframe {
    height: 300px;
    margin-top: 50px;
    width: 100%;
  }
  .v-right {
    width: 100% !important;
  }
  .video-left {
    width: 100% !important;
  }
  .nav ul {
    display: none;
  }
  .toggle-mobile {
    display: block;
    left: 93%;
    top: -10px;
  }
  .navigation {
    width: 100%;
  }
  .top-bar {
    padding: 20px 0 0;
  }
  .banner {
    text-align: center;
  }
  .banner .b-text {
    width: 100%;
    text-align: center;
  }
  .b-right-img {
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }
  .b-right-img img {
    width: 50%;
  }
  .banner .b-text p {
    margin-bottom: 35px;
  }
  .banner .b-btn {
    font-size: 14px;
    float: none;
    margin-top: 0;
  }
  .i-icon {
    width: 50% !important;
    min-height: auto;
    margin-bottom: 25px;
  }
  .i-icon:last-child {
    float: left;
  }
  .today-left {
    text-align: center;
  }
  .b-righ-form {
    width: 100%;
  }
  .b-righ-form input[type="submit"] {
    margin-left: 0 !important;
  }
  .video-section {
    text-align: center;
  }
  .video-section .i-v-right a {
    float: none;
  }
  .phone-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .assist-text {
    width: 100%;
    text-align: center;
  }
  .bottom-text h4 {
    font-size: 18px;
    padding-left: 13px;
    margin-top: 23px;
    margin-right: 20px;
  }
  .bottom-text h5 {
    padding-left: 0;
    padding-top: 21px;
    font-size: 18px;
  }
  .footer-logo br {
    display: none;
  }
  .widget {
    width: 48%;
    min-height: 231px;
  }
  .about-left {
    width: 100%;
  }
  .estimate-sidebar {
    width: 100%;
  }
  .tips-menu {
    width: 100%;
  }
  .side-bar {
    width: 100%;
  }
  .blog-contant-right {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 430px;
  }
  .b-text {
    width: 100%;
    padding: 50px 0;
  }
  .b-text h2 {
    font-size: 33px;
  }
  .b-text h1 {
    font-size: 42px;
  }
  .b-right-img {
    width: 100%;
    float: right;
  }
  .i-icon {
    width: 50%;
    margin-bottom: 20px;
  }
  .today-left {
    width: 100%;
    padding: 0;
  }
  .today-left p {
    padding-right: 0;
  }
  .i-today {
    width: 46%;
  }
  .b-righ-form {
    width: 100%;
  }
  .busi-img img:last-child {
    padding-left: 0;
    padding-top: 30px;
  }
  .save-in {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .our-costomer h3 {
    font-size: 31px;
  }
  .inner-our-costom {
    width: 46%;
    margin-bottom: 10px;
  }
  .in-hire {
    width: 47%;
    margin-left: 12px !important;
    margin-bottom: 39px;
  }
  .bottom-text h5 {
    padding: 0;
    font-size: 23px;
  }
  .widget {
    width: 100%;
    margin-left: 0;
  }
  .widget:nth-child(2) {
    padding-left: 00px;
  }
  .widget:nth-child(3) {
    padding-left: 00px;
  }
  .copy-right p {
    float: none;
    text-align: center;
  }
  .copy-right p a {
    float: none;
    text-align: center;
  }
  .copy-right p:last-child {
    float: none;
    text-align: center;
  }
  .search input.search-field {
    width: 80%;
  }
  span.off-border {
    float: left;
    display: block;
    width: 52%;
  }
  .save-in h2 {
    padding-left: 14%;
  }
  .in-page h4 a {
    padding-top: 0;
  }
  .servi-in {
    width: 100%;
    margin-bottom: 40px;
  }
  .servi-in img {
    width: 100%;
  }
  .sing-servi-img {
    width: 100%;
    padding-bottom: 20px;
  }
  .sewerline h4 {
    font-size: 27px;
    padding-bottom: 25px;
  }
  .sewerline ul {
    padding-bottom: 20px;
  }
  .sin-serv-bo-text {
    padding-top: 0;
  }
  .blog-p-main h4 {
    font-size: 27px;
  }
  .form-right textarea {
    float: left;
    width: 65%;
  }
  .logo {
    width: 40%;
  }
  .top-right {
    width: 60%;
  }
  .tw-icon {
    width: 85%;
    padding-top: 25px;
  }
  .navigation ul {
    display: none;
  }
  .toggle-mobile {
    display: block;
    top: 0;
  }
  .form-right input[type="email"] {
    width: 47%;
  }
  .form-right input[type="subject"] {
    width: 49%;
  }
  .contact-form .form-right input[type="text"] {
    width: 100%;
  }
  .form-right textarea {
    width: 100%;
    float: none;
  }
  .form-text {
    width: 100%;
  }
  .contact-form {
    width: 100%;
    padding-bottom: 35px;
  }
  .cont-post {
    width: 48%;
    padding-bottom: 25px;
  }
  .cont-post p {
    font-size: 16px;
  }
  .side-bar {
    width: 100%;
  }
  .side-bar-widget:last-child {
    float: left !important;
  }
  .tag {
    float: left;
  }
  .blog-contant-right {
    width: 100%;
    padding-left: 0;
  }
  .right-text h3 {
    font-size: 19px;
  }
  .blog-contant {
    padding-bottom: 0 !important;
  }
  .inner-our-costom {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
    height: 300px !important;
  }
  .i-icon {
    width: 25% !important;
  }
  .i-icon:first-child {
    margin: 0 !important;
    padding: 0 !important;
  }
  .i-icon:last-child {
    margin: 0 !important;
  }
  .today-left h3 {
    font-size: 28px !important;
  }
  .video-left {
    width: 100% !important;
    position: relative !important;
  }
  .video-section iframe {
    height: 15em !important;
    width: 100% !important;
  }
  .v-right {
    width: 96% !important;
  }
  .i-v-right {
    padding-bottom: 50px;
    float: right;
    padding-top: 62px;
    padding-right: 20px;
    padding-top: 30px !important;
  }
  .i-v-right h3 {
    line-height: 37px;
    font-size: 24px !important;
  }
  .busi-img img {
    width: 50% !important;
  }
  span.off-border {
    float: left !important;
    width: 30% !important;
    padding: 0 !important;
  }
  .save-in h2 {
    padding-left: 29% !important;
  }
  .in-hire {
    width: 99% !important;
    text-align: center !important;
  }
  .in-hire p {
    text-align: center !important;
  }
  .hire-main {
    padding: 40px 0;
    padding-bottom: 20px !important;
  }
  .phone-icon {
    float: inherit;
    width: 100% !important;
    text-align: center !important;
  }
  .assist-text h3 {
    font-size: 25px;
    text-align: center;
  }
  .assist-text {
    width: 100% !important;
    padding-top: 15px !important;
  }
  .assist-text p {
    text-align: center;
  }
  .bottom-text {
    width: 100% !important;
    text-align: center;
  }
  .bottom-text h4 {
    text-align: center !important;
    float: inherit !important;
    padding-left: 0 !important;
  }
  .bottom-text h5 {
    text-align: center;
    float: inherit;
  }
  .assist-text a {
    float: inherit !important;
  }
  .bottom-text h4 {
    text-align: center;
    width: 100% !important;
    padding-left: 21px;
    padding-top: 10px;
  }
  .assist-main {
    padding-top: 45px !important;
    padding-bottom: 25px !important;
  }
  .f-img-right {
    float: left;
    width: 45px !important;
  }
  .f-img-left {
    width: 26% !important;
  }
  .mobile-menu.show a.top-btn {
    float: left !important;
    margin-left: 12px !important;
  }
  .mobile-menu.show .tw-icon {
    float: left;
    margin-left: 18px !important;
  }
  .in-page-right {
    float: right;
    width: 100% !important;
    text-align: center !important;
  }
  .in-page {
    float: left;
    width: 100% !important;
    padding-bottom: 20px !important;
  }
  .about-text {
    float: left;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 46px !important;
    margin-top: 200px;
  }
  .in-page h4 a {
    padding-top: 0;
    text-align: center;
    width: 100% !important;
  }
  .form-right input[type="email"] {
    width: 100% !important;
  }
  .field-group {
    width: 48.5% !important;
  }
  .i-v-right {
    margin-left: 0 !important;
  }
  .v-right {
    width: 100% !important;
    margin-top: 35px !important;
  }
  .i-v-right {
    padding: 30px !important;
  }
  .v-right {
    margin-top: 0 !important;
  }
  .i-v-right {
    padding: 0 !important;
  }
  .video-section {
    padding-bottom: 30px;
  }
  .top-bar {
    text-align: center;
  }
  .top-bar .logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-right {
    width: 100%;
  }
  .top-right a.top-btn {
    width: 58%;
    float: none;
    text-align: center;
    margin-left: 0;
    height: 40px;
    margin-bottom: 10px;
  }
  .tw-icon {
    width: 100%;
    padding: 30px 94px 0 94px;
  }
  .nav {
    position: relative;
  }
  .navigation {
    float: left;
    width: 100%;
  }
  .toggle-mobile {
    display: block;
    top: 0;
    float: right;
    padding-right: 120px;
  }
  .banner {
    text-align: center;
  }
  .b-text h1 {
    font-size: 36px;
  }
  .i-icon {
    width: 100% !important;
    margin-bottom: 25px !important;
  }
  .i-icon:first-child {
    margin: inherit !important;
  }
  .today-main {
    margin-left: 0;
  }
  .i-today {
    width: 100%;
    margin-left: 0;
  }
  .video-section {
    text-align: center;
  }
  .video-left {
    margin-bottom: 25px;
  }
  .video-section a {
    float: none;
  }
  .video-section ul {
    margin-bottom: 35px;
  }
  .video-section {
    padding-bottom: 70px;
  }
  .plumbing-area .text,
  .plumbing-area .text-right {
    width: 100%;
    margin-bottom: 25px;
  }
  .plumber-iframe {
    width: 100%;
  }
  .plumber-iframe iframe {
    width: 100%;
    height: 100%;
  }
  .plumbing-area .text ul {
    column-count: 0;
    -webkit-column-count: 0;
  }
  .footer {
    text-align: left;
  }
  .widget {
    margin-bottom: 25px !important;
  }
  .widget h5 {
    margin-bottom: 5px;
  }
  .footer_menu ul {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .plumbing-area .text-right ul {
    margin-left: 24px;
  }
  .blog-p-main {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 479px) {
	.maillink {
    font-size: 22px !important;
}
	.our-costomer h2 {
    line-height: 38px;
}
	a.assistphone {
    padding: 5px;
}
	.assist-text p {
    width: 100%;
    float: left;
}
	.bottom-text {
    float: left;
}
	.bottom-text h4 {
    padding: 0!important;
}
	.assist-text a {
    width: 100%;
}
	.footer .widget p{padding-bottom:20px;}
	.b-text h1, .b-text h2,.b-text p, li, .b-text, .b-text a, .i-icon h3{margin-bottom:10px!important;}
	.b-text p, .footer .widget p, .footer a, .plumbing-area a, .plumbing-area li, .b-text li a, .footer .widget li, .i-icon p, .in-hire p {
    font-size: 18px !important;
    line-height: 26px !important;
}
  .assist-main {
    object-fit: cover !important;
    background: #1d3340 !important;
	  height: 100%;
  }
  .our-costomer {
    background-image: none;
    background-color: #6fbe49;
  }
  .banner .b-text p {
    line-height: 20px;
    margin-bottom: 10px;
	  margin: 20px !important;
  }
  .banner,
  .home-banner {
    
    object-fit: cover;
    width: 100%;
    background-image: none !important;
    background-color: #3f5562!important;
  }
  .top-bar {
    padding: 0 5px 0 5px !important;
    text-align: center;
  }
  .main-icon {
    background: #64b441 !important;
    background-image: none !important;
  }
  .banner .b-text h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .banner .b-text h2 {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .banner {
    padding-top: 0;
  }
  .b-text {
    padding: 10px 0 !important;
  }
  .desk {
    display: none;
  }
  .showss {
    display: block !important;
    margin: 0 auto;
    height: 132px;
  }
  .container {
    width: 95%;
  }
  .inner-our-costom iframe {
    min-width: 300px !important;
  }
  .logo {
    height: 100px;
  }
  .navigation ul {
    display: none;
  }
  .toggle-mobile {
    display: block;
    top: 0;
  }
  .hire-main {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .b-text h2 {
    font-size: 23px;
  }
  a.b-btn {
        text-align: center;
    padding:20px;
    width: 100%;
    margin-top: 0;
    font-size: 17px;
	  line-height: 30px;
  }
  .today-left h3 {
    font-size: 20px;
  }
  .b-right-img {
    width: 100%;
    float: right;
    height: 132px;
  }
  .i-icon {
    width: 50%;
    margin-bottom: 20px;
  }
  .today-left {
    width: 100%;
    padding: 0;
  }
  .today-left p {
    padding-right: 0;
    font-size: 16px;
  }
  .i-today {
    width: 100%;
    margin: 7px;
  }
  .b-righ-form {
    width: 100%;
  }
  .b-righ-form h6 {
    font-size: 18px;
  }
  .b-righ-form input[type="submit"] {
    margin-left: 54px;
  }
  .busi-img img {
    padding-left: 0;
  }
  .busi-img img:last-child {
    padding-left: 0;
    padding-top: 30px;
  }
  .save-in {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
	  padding:20px;
  }
  .our-costomer h3 {
    font-size: 31px;
  }
  .inner-our-costom {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .hire-main h3 {
    font-size: 24px;
  }
  .in-hire {
    width: 100%;
    margin-left: 12px !important;
    margin-bottom: 39px;
  }
  .bottom-text h5 {
    padding: 0;
    font-size: 21px;
  }
  .bottom-text h4 {
    padding-left: 0;
  }

  .widget {
    width: 100%;
    margin-left: 0;
  }
  .widget:nth-child(2) {
    padding-left: 00px;
  }
  .widget:nth-child(3) {
    padding-left: 00px;
  }
  .copy-right p {
    float: none;
    text-align: center;
    padding-bottom: 7px;
  }
  .copy-right p a {
    float: none;
    text-align: center;
  }
  .copy-right p:last-child {
    float: none;
    text-align: center;
  }
  .search input.search-field {
    width: 80%;
  }
  .search input.search-field {
    width: 69%;
  }
  .tw-icon h6 {
    margin-left: 10px;
    font-size: 19px;
  }
  .v-right {
    width: 100%;
  }
  .in-page h4 a {
    padding-top: 0;
  }
  .services-text h3 {
    font-size: 27px;
  }
  .services-text p {
    font-size: 15px;
  }
  .servi-in {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .servi-in img {
    width: 100%;
  }
  .sing-servi-img {
    width: 100%;
    padding-bottom: 20px;
  }
  .sewerline h4 {
    font-size: 27px;
    padding-bottom: 25px;
  }
  .sewerline ul {
    padding-bottom: 20px;
  }
  .sin-serv-bo-text {
    padding-top: 0;
  }
  .service-single-text {
    padding: 50px 0;
  }
  .sin-serv-bo-text h3 {
    font-size: 31px;
  }
  .form-right input[type="email"] {
    width: 47%;
  }
  .form-right input[type="subject"] {
    width: 49%;
  }
  .contact-form .form-right input[type="text"] {
    width: 100%;
  }
  .form-right textarea {
    width: 100%;
    float: none;
  }
  .form-text {
    width: 100%;
  }
  .contact-form {
    width: 100%;
    padding-bottom: 35px;
  }
  .cont-post {
    width: 100%;
    padding-bottom: 25px;
  }
  .cont-post p {
    font-size: 16px;
  }
  .blog-p-main h4 {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .blog-p-main {
    padding-bottom: 0;
  }
  .form-text h3 {
    text-align: center;
    padding-bottom: 30px;
  }
  .form-right input[type="email"] {
    width: 47%;
  }
  .side-bar {
    width: 100%;
  }
  .side-bar-widget:last-child {
    float: left !important;
  }
  .tag {
    float: left;
  }
  .blog-contant-right {
    width: 100%;
    padding-left: 0;
  }
  .right-text h3 {
    font-size: 19px;
  }
  .in-left img {
    margin-right: 0;
  }
  .in-right {
    width: 50%;
  }
  .right-text li {
    float: left;
    padding-top: 20px !important;
  }
  .right-text p {
    padding-top: 0 !important;
  }
  .right-text {
    padding: 30px 0;
  }
  .blog-contant {
    padding-bottom: 0 !important;
  }
  .inner-our-costom {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
    height: 300px !important;
    margin-bottom: 60px !important;
  }
  .i-icon {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .i-icon:first-child {
    margin: 0 !important;
    padding: 0 !important;
  }
  .i-icon:last-child {
    margin: 0 !important;
  }
  .today-left h3 {
    font-size: 28px !important;
  }
  .video-left {
    width: 100% !important;
    position: relative !important;
  }
  .video-section iframe {
    height: 100%;
    width: 100% !important;
  }
  .v-right {
    width: 96% !important;
  }
  .i-v-right {
    padding-bottom: 50px;
    float: right;
    padding-top: 62px;
    padding-right: 20px;
    padding-top: 30px !important;
  }
  .i-v-right h3 {
    line-height: 37px;
    font-size: 24px !important;
  }
  .busi-img img {
    width: 50% !important;
  }
  span.off-border {
    float: left !important;
    width: 30% !important;
    padding: 0 !important;
  }
  span.off-border.hyd1 {
    width: auto !important;
  }
  span.off-border.hea1 {
    width: 40% !important;
  }
  .save-in h2 {
    padding-left: 16% !important;
  }
  .in-hire {
    width: 99% !important;
    text-align: center !important;
  }
  .in-hire p {
    text-align: center !important;
  }
  .hire-main {
    padding: 40px 0;
    padding-bottom: 20px !important;
  }
  .phone-icon {
    float: inherit;
    width: 100% !important;
    text-align: center !important;
  }
  .assist-text h3 {
    font-size: 23px;
    text-align: center;
  }
  .assist-text {
    width: 100% !important;
    padding-top: 15px !important;
  }
  .assist-text p {
    text-align: center;
  }
  .bottom-text {
    width: 100% !important;
    text-align: center;
  }
  .bottom-text h4 {
    text-align: center !important;
    float: inherit !important;
    padding-left: 0 !important;
  }
  .bottom-text h5 {
    text-align: center;
    float: inherit;
  }
  .assist-text a {
    float: inherit !important;
  }
  .bottom-text h4 {
    text-align: center;
    width: 100% !important;
    padding-left: 21px;
    padding-top: 10px;
  }
  .assist-main {
    padding-top: 45px !important;
    padding-bottom: 25px !important;
  }
  .f-img-right {
    float: left;
    width: 46px !important;
    margin-left: 10px !important;
  }
  .f-img-left {
    width: 26% !important;
  }
  .b-righ-form input[type="submit"] {
    margin-left: 20px !important;
  }
  .b-righ-form input[type="submit"] {
    width: 86% !important;
  }
  .review.island.island-light.u-cursor-pointer {
    margin-top: 30px !important;
  }
  .b-righ-form {
    width: 100% !important;
  }
  .mobile-menu.show a.top-btn {
    float: left !important;
    margin-left: 12px !important;
  }
  .mobile-menu.show .tw-icon {
    float: left;
    margin-left: 18px !important;
  }
  .in-page-right {
    float: right;
    width: 100% !important;
    text-align: center !important;
  }
  .in-page {
    float: left;
    width: 100% !important;
    padding-bottom: 20px !important;
  }
  .about-text {
    float: left;
    width: 100% !important;
    padding-top: 40px !important;
    padding-bottom: 46px !important;
    margin-top: 100px;
  }
  .form-right input[type="email"] {
    width: 100% !important;
  }
  .field-group {
    width: 47.5% !important;
  }
  .form-right textarea {
    height: 170px !important;
  }
  .b-righ-form {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 15px !important;
  }
  .in-page h4 a {
    text-align: center !important;
    width: 100%;
  }
  .services-text {
    padding-top: 45px;
  }
  .side-bar-widget input#s {
    padding: 11px 0;
  }
  .i-v-right {
    margin-left: 0 !important;
  }
  .video-section {
    background-position: 60% 50% !important;
  }
  .i-v-right {
    margin-left: 0 !important;
  }
  .v-right {
    width: 100% !important;
    margin-top: 35px !important;
  }
  .i-v-right {
    padding: 30px !important;
  }
  .v-right {
    margin-top: 0 !important;
  }
  .i-v-right {
    padding: 0 !important;
  }
  .nav {
    position: relative;
  }
  .navigation {
    float: left;
    width: 100%;
  }
  .toggle-mobile {
    display: block;
    float: right;
    padding-right: 70px;
    top: -20px;
  }
  .banner {
    text-align: center;
  }
  .i-icon {
    width: 100% !important;
    margin-bottom: 25px !important;
  }
  .today-main {
    margin-left: 0;
  }
  .i-today {
    width: 100%;
    margin-left: 0;
  }
  .video-section {
    text-align: center;
  }
  .video-left {
    margin-bottom: 25px;
  }
  .video-section a {
    float: none;
  }
  .video-section ul {
    margin-bottom: 35px;
  }
  .video-section {
    padding-bottom: 70px;
  }
  .plumbing-area .text {
    width: 100%;
    margin-bottom: 25px;
  }
  .plumber-iframe {
    width: 100%;
  }
  .plumber-iframe iframe {
    width: 100%;
    height: 100%;
  }
  .plumbing-area .text ul {
    column-count: 0;
    -webkit-column-count: 0;
  }
  .footer {
    text-align: left;
  }
  .widget {
    margin-bottom: 25px !important;
  }
  .widget h5 {
    margin-bottom: 5px;
  }
  .footer_menu ul {
    float: none;
    text-align: center;
  }
  .i-icon:first-child {
    margin-bottom: 25px !important;
  }
  .today {
    padding: 41px 0;
    text-align: center;
  }
  .our-costomer h3 {
    font-size: 20px;
    font-weight: 400;
  }
  .in-hire {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .plumbing-area .section-heading {
    text-align: center;
  }
  .plumbing-area .section-heading h3 {
    font-size: 22px;
    text-align: center;
  }
  .bottom-text h4 {
    border-right: 0;
  }
  .in-page h4 a {
    font-size: 25px;
  }
  .about-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .estimate-sidebar {
    width: 100%;
    text-align: center;
  }
  .tips-menu {
    width: 100%;
  }
  .field-group {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .contact-form {
    padding-bottom: 0;
  }
  .contact-text {
    padding: 40px 0 !important;
  }
  .b-righ-form input[type="submit"] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .review.island.island-light {
    min-width: inherit !important;
  }
  .plumbing-area .text ul {
    column-count: inherit;
    -webkit-column-count: inherit;
  }
  .sticky .toggle-mobile {
    display: block;
    float: right;
    padding-right: 0;
    top: 6px;
  }
  .sticky {
    padding-bottom: 15px;
  }
  .plumbing-area .text-right {
    width: 100%;
  }
  .plumbing-area .text-right h3 {
    text-align: center;
  }
  .plumbing-area .text-right ul {
    column-count: inherit;
    -webkit-column-count: inherit;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .top-btn.desk {
    display: none;
  }
  .top-btn.mobi {
    display: block;
    height: 35px;
  }
  .tw-icon h6 {
    text-align: right;
    margin-top: 0;
  }
  .tw-icon img {
    display: none;
  }
  .tw-icon h5 {
    display: none;
  }
  .tw-icon {
    width: 48%;
    padding: 5px 0;
  }
  .top-right {
    width: 100%;
    display: flex;
    align-items: center;
	   padding: 25px 0;
  }
  .top-bar {
    padding: 20px 5px 0 5px;
    max-width: 479px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .top-bar .logo {
    width: 100%;
    margin: 0 37px 0 80px;
  }
  .top-bar .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .nav {
    position: absolute;
    left: 0;
    top: 30px;
    float: none;
    width: auto;
  }
  .nav .container {
    width: 100%;
  }
  .top-right a.top-btn {
    width: 50%;
    padding: 5px;
    font-size: 16px;
  }
  .header.sticky {
    padding-left: 0;
    padding-bottom: 0;
  }
  .header.sticky .top-bar .logo {
    margin: 0 10px 0 10px;
  }
}

.captcha-image {
  border: 1px solid;
  padding: 10px;
  display: inline-block;
  text-align: center;
}
.cf7ic_instructions {
  display: block;
}
.captcha-image .cf7ic_instructions span {
  color: red;
  font-weight: 700;
}
.captcha-image i {
  padding: 5px;
  font-size: 40px;
}
.captcha-image label {
  display: inline-block;
  width: 60px !important;
}
.captcha-image label > input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.captcha-image svg {
  padding: 5px;
  width: 50px;
  height: 50px;
}
.captcha-image label > input + svg {
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.captcha-image label > input:checked + svg,
.captcha-image label > input:focus + svg {
  border: 2px solid red;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  width: 100%;
  float: left;
}
.wpcf7-response-output {
  width: 100%;
  float: left;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label::after,
.wpcf7-list-item-label::before {
  content: " ";
}
.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}
.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader: :before {
    animation-name: blink;
    animation-duration: 2s;
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"] {
  direction: ltr;
}
