@font-face {
  font-family: 'rajdhanibold';
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/rajdhani-bold-webfont.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rajdhanilight';
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/rajdhani-light-webfont.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rajdhanimedium';
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/rajdhani-medium-webfont.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rajdhaniregular';
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/rajdhani-regular-webfont.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rajdhanisemibold';
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/rajdhani-semibold-webfont.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

.new-design-page section.header,
.new-design-page section.why_wait_section {
  display: none;
}
.nav-icon {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 550;
}

.nav-icon i {
  color: orangered;
  padding: 0 10px 0 0;
}

.nav-icon a {
  color: orangered;
  text-decoration: underline;
  text-underline-offset: 5px;
  position: relative;
}
.nav-icon a.desk::before {
  content: '';
  background: url(https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja-child2/css/img/phone3.svg);
  position: absolute;
  top: -4px;
  left: -47px;
  width: 36px;
  height: 34px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
}

.nav-icon a:hover::before {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: vibrate 0.9s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes vibrate {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-1deg);
  }
  20% {
    transform: rotate(1deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-1deg);
  }
  80% {
    transform: rotate(1deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}

.nav-icon a:hover {
  text-decoration: none;
  color: #000;
}

.nav-icon a:hover:nth-child(2) {
  color: orangered;
}

.nav-icon:nth-child(2) {
  color: orangered;
}

.background-top {
  position: relative;
  padding-top: 40px;
}

.background-top h1 {
  font-weight: 600;
}

.background-top ul {
  list-style: none;
  padding-left: 0;
}

.background-top ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin: 9px 0px 0px;
  font-weight: 600;
}

.background-top li::before {
  content: '\2713\0020';
  font-size: 20px;
  color: green;
  font-weight: bold;
}

.button-a {
  text-decoration: none;
  padding: 20px;
  display: inline-block;
  background-color: orangered;
  color: #ffff;
  width: 50%;
  text-align: center;
  font-size: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

.button-a:hover {
  text-decoration: none;
  color: #ffff;
}

.span-li {
  list-style: none;
  position: relative;
  padding-top: 25px;
}

.span-li li::before {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  padding: 4px 7px;
  background-color: green;
  color: #fff;
}

.span-li a {
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
}

.span-li span {
  color: orangered;
  font-size: 20px;
}

.Hour-Emergency h2 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 60px;
}

.Hour-Emergency p {
  font-size: 14px;
  padding: 10px 0px;
}

.Plumbing-Emergency {
  margin-top: 40px;
}
.Plumbing-Emergency h2 {
  margin-top: 0px;
}

.Plumbing-Emergency p {
  font-size: 14px;
  margin: 50px 0px;
}

.Plumbing-Emergency img {
  display: flex;
  margin: auto;
}

.Common-Plumbing {
  margin-top: 50px;
}

.Common-Plumbing p {
  font-size: 14px;
}

.img-flex {
  display: flex;
  align-items: start;
  margin-top: 40px;
}

.img-flex img {
  border-radius: 50px;
  background-color: rgb(223 223 223);
  padding: 10px;
  margin-top: 10px;
}

.img-flex p {
  font-size: 14px;
  font-family: 'Open Sans', verdana, Arial, Helvetica, sans-serif;
}

.icon-text {
  padding: 0px 15px;
}

.icon-text h4 {
  font-weight: bold;
}

.plumbing-issue {
  background-image: url('https://www.emergencyplumbingsquad.com/wp-content/uploads/2022/10/backgrouund-green.jpg');
  height: 225px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

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

.plumbing-text h2 {
  color: #ffff;
  padding-top: 50px;
}

.plumbing-text a {
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  background-color: orangered;
  color: #ffff;
  font-size: 20px;
  border-radius: 8px;
  width: 25%;
  font-weight: bold;
  margin: 12px 0px 0px;
}

.plumbing-text a:hover {
  text-decoration: none;
  color: #ffff;
}

.Hour-Plumber {
  margin-top: 50px;
}

.Hour-Plumber-text p {
  font-size: 14px;
}

.Hour-Plumber-img {
  margin-top: 30px;
}

.Hour-Plumber-img p {
  font-size: 14px;
}

.Plumber-Near {
  margin-top: 50px;
}

.Plumber-Near h3 {
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: rgb(223 223 223);
  padding: 7px 14px;
}

.Plumber-Near p {
  font-size: 14px;
}

.plumbing-services h2 {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  margin-top: 80px;
}

.plumbing-services p {
  text-align: center;
  font-size: 25px;
  color: orangered;
  margin-bottom: 50px;
}

.services-icon {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.services-icon img {
  border-radius: 50px;
  background-color: rgb(223 223 223);
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
}

.services-icon p {
  font-size: 14px;
  color: #000;
  margin-top: 14px;
  font-weight: 100;
}

.easily-today {
  background-image: url('https://www.emergencyplumbingsquad.com/wp-content/uploads/2022/10/backgrouund-green.jpg');
  height: 225px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-top: 100px;
}

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

.easily-text h2 {
  padding-top: 55px;
  color: #ffff;
  font-weight: bold;
}

.easily-text a:hover {
  text-decoration: none;
  color: #ffff;
}

.Local-Plumber {
  margin-top: 50px;
}
.Local-Plumber h2 {
  margin-top: 0px;
}

.Local-Plumber p {
  font-size: 14px;
  margin-top: 25px;
}

.accordion-list {
  margin-top: 50px;
}

.accordion-item {
  border: none !important;
}

.accordion-item h2 .accordion-button.collapsed {
  color: #000;
  font-size: 18px;
  box-shadow: none;
  border-bottom: 1px solid #cac6c6;
  font-weight: 600;
}

.accordion-item h2 .accordion-button {
  color: orangered;
  font-size: 18px;
  background: unset !important;
  box-shadow: none;
  font-weight: 600;
  border-bottom: 0px solid #cac6c6;
}

.accordion-collapse.collapse.show {
  border-bottom: 1px solid #ccc;
  height: 100%;
}

.why-wait {
  background-image: url('https://www.emergencyplumbingsquad.com/wp-content/uploads/2022/10/backgrouund-green.jpg');
  height: 140px;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.why-wait-a {
  display: flex;
  align-items: center;
  margin-left: 100px;
}
.why-wait-flex {
  padding: 20px 0px 20px 30px;
}

.why-wait-flex h2 {
  color: #ffff;
  margin: 0;
  font-size: 45px;
}

.why-wait-flex h2 span {
  font-size: 22px;
}
.why-wait-a a:last-child {
  background: #ff4d00;
}
.why-wait-a a {
  background-color: #fff;
  margin: 0px 20px;
  border-radius: 6px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  padding: 16px;
  font-weight: bold;
}

.why-wait-a :nth-child(2) {
  background-color: orangered;
  margin: 0px 20px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 15px;
}
.services-cont {
  font-size: 18px;
  font-weight: bold;
  width: 16.6%;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1140px) {
  .button-a {
    padding: 14px;
    width: 65%;
    font-size: 21px;
    margin-top: 20px;
  }

  .plumbing-text a {
    width: 30%;
  }
  .plumbing-services h2 {
    font-size: 40px;
  }
  .plumbing-services p {
    font-size: 24px;
  }
  .services-icon p {
    font-size: 14px !important;
    color: #000 !important;
  }
  .easily-text a {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .background-top ul li a {
    font-size: 12px;
    margin: 8px 0px 0px;
  }
  .button-a {
    padding: 14px;
    width: 80%;
    font-size: 21px;
    margin-top: 20px;
  }
  .span-li span {
    font-size: 17px;
  }
  .nav-icon {
    font-size: 14px;
  }
  .plumbing-text h2 {
    font-size: 33px;
    padding-top: 30px;
  }
  .plumbing-text a {
    width: 55%;
  }
  .img-flex {
    margin: 20px 0px 0px;
  }
  .plumbing-services h2 {
    font-size: 34px;
  }
  .plumbing-services p {
    font-size: 20px;
  }
  .Hour-Plumber p {
    margin: 20px 0px 0px;
  }
  .services-icon {
    flex-wrap: wrap;
    margin: 0;
  }
  .services-cont {
    width: 33%;
    margin: 50px 0px 10px;
  }
  .easily-text a {
    width: 55%;
  }
  .why-wait-flex {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    padding: 50px 60px;
  }
  .why-wait-a {
    margin: 30px 0px 0px;
  }
  .why-wait-flex h2 {
    color: #ffff;
    text-align: center;
  }
  .icon-text {
    padding: 0;
    margin: 0px 0px 0px 20px;
  }
}

/********************************************/
body P {
  font-size: 15px;
}
.page-id-7716 div#search_location_form select {
  background-color: #fff !important;
}
.ct_header_search.show_location_search button {
  width: 50px;
  background-color: #ff4d00;
  border-left: 0 !important;
  border: 1px solid black;
  /*    cursor: pointer;
    pointer-events: all;*/
}

.ct_header_search.show_location_search button i {
  color: #fff;
}
.ct-container {
  position: relative;
}

.ct_header_search.show_location_search input {
  border-right: 0px !important;
  border: 1px solid black;
}
.ct_header_search > input {
  width: 100% !important;
  padding: 8px;
}

/*body.new-design-page .ct_header_search input.search_location_input {
    width: 100% !important;
}*/

body.new-design-page .ct_header_search {
  display: flex;
}

body.new-design-page .header-top .nav-icon div:nth-child(2) {
  top: -5px !important;
  position: absolute !important;
  left: 0px !important;
  max-width: 400px;
}

body.new-design-page .header-top .nav-icon {
  position: relative !important;
}

body.new-design-page .ct_header_search {
  opacity: 0;
  position: relative;
  width: 0px;
  transition: all 0.5s !important;
}

body.new-design-page .header-top {
  padding: 11px 0 !important;
}

body.new-design-page .ct_header_search.show_location_search {
  opacity: 1;
  width: 385px;
  max-width: 400px;
  z-index: 999 !important;
  opacity: 1 !important;
}

body.new-design-page .ct_header_search button#search_location_from_header {
  pointer-events: none;
}

body.new-design-page .header-top .find_location {
  cursor: pointer;
}

body.new-design-page
  .ct_header_search.show_location_search
  button#search_location_from_header {
  cursor: pointer;
  pointer-events: all;
}

body > header {
  position: sticky;
  top: 0;
  z-index: 3 !important;
}
.background-top {
  position: relative;
  padding-top: 85px;
}

.ct_header_search.show_location_search button > i:before {
  content: '\f105' !important;
  font-size: 25px;
}


.search_location_btn  > i:before {
  content: '\f105' !important;
}

section.Plumbing-Locations .Call-Us button a {
  color: #fff;
  text-decoration: none;
}
.Most-Cities p > a {
  color: #3a9910 !important;
  font-size: 14px;
  font-weight: 400;
}
html.async-hide {
  opacity: 1 !important;
}

.new-design-page .accordion-list h4.panel-title a:before {
  content: '\f105';
  font-family: fontawesome;
  position: absolute;
  right: 30px;
  font-size: 22px;
  font-weight: bold;
  transform: rotate(90deg);
  top: 10% !important;
}
#main-header > div > div > div.col-md-8 {
  margin-top: 1vw !important;
}
.emergencyplumbingsquad-st-container {
  background-color: #02360e;
}
a.emergencyplumbingsquad-st-item__button {
  padding: 0px 18px;
}
@media screen and (max-width: 750px) {
  .emergencyplumbingsquad-st-container {
    background-color: #dd0202;
  }
}
#sub-featured {
  display: none;
}
html.js-focus-visible {
  margin-top: 0 !important;
}

/* contact us page css */

.features-icons {
  margin: 80px 0;
}

.features-icons .section-title {
  font-weight: 300;
  color: #000000;
  text-transform: none;
  font-size: 32px;
  line-height: 1.5;
  font-family: 'Open Sans', verdana, Arial, Helvetica, sans-serif !important;
}

.features-icons-icon i {
  font-size: 56px;
  color: #53b848;
}
.features-icons-item h3 {
  font-weight: 300;
  color: #000000;
  text-transform: none;
  font-size: 22px;
  line-height: 1.5;
  font-family: 'Open Sans', verdana, Arial, Helvetica, sans-serif !important;
}
.features-icons-item p {
  font-weight: 400;
  font-size: 16px;
  height: 70px;
  margin-bottom: 0;
}
.btn-primary {
  background: #24282b;
  height: 55px;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 55px;
  letter-spacing: 2px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out 0s;
}
.btn-primary:hover {
  color: #ffffff;
  transition: all 0.35s ease-in-out 0s;
  background: #53b848;
  border-color: #53b848;
}

.mid-cont {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.features-icons .col-lg-4 {
  padding: 50px 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.features-icons .row-full {
  width: 84vw;
  position: relative;
  margin-left: -50vw;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 50px;
  left: 60%;
}

@media screen and (max-width: 1024px) {
  .features-icons .row-full {
    height: auto;
    width: 100%;
    margin: 0;
    left: 0;
  }
  .features-icons .col-lg-4 {
    border: 0;
    padding: 20px;
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mid-cont {
    border: 0;
  }
}
html {
  margin-top: 0 !important;
}

/* 24-hour-near-me-2-css */

/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/7cHmv4okm5zmbtYoK-4.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/7cHmv4okm5zmbtYoK-4.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/7cHmv4okm5zmbtYsK-4E4Q.woff2')
    format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/7cHmv4okm5zmbtYoK-4.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/7cHmv4okm5zmbtYoK-4.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2')
    format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/7cHmv4okm5zmbtYoK-4.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/LDI2apCSOBg7S-QT7pa8FvOreec.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/LDI2apCSOBg7S-QT7pb0EPOreec.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/LDIxapCSOBg7S-QT7p4HM-Y.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/7cHmv4okm5zmbtYoK-4.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
.page-2 .ico_bg {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page-id-3798 ul#menu-navigation-menu li:not(.head-near-me) a {
  font-weight: 700 !important;
}

.page-2 .foriconbackground .row {
  display: flex;
  flex-wrap: wrap;
}
.page-2 .offered_icos {
  padding: 30px;
}
.offered_txt.text-center p {
  font-weight: 600;
}
.page-id-3798 .why_wait_section {
  display: none;
}
.page-2 h2 {
  font-size: 35px;
  font-weight: bold;
  font-family: 'rajdhani' !important;
  color: #000;
}
.page-2 p {
  font-size: 15px;
  font-weight: 500;
  font-family: 'poppins' !important;
}

.page-2 .panel-heading a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.page-2 .panel-heading a:hover {
  text-decoration: none;
}
/*.page-id-3798 .panel-heading a[aria-expanded="true"] {
    color: #ff4d00 !important;
}*/

.page-2 .offered_icos .col-xs-12 {
  padding: 30px;
}

.page-2 .fix_section p {
  font-weight: normal;
}
.page-2 .offered_txt p {
  font-size: 20px;
  margin: 20px 0;
}
.page-2 .our_location p {
  font-size: 15px;
  margin: 30px 0px;
}
.page-2 .our_location span.tf_time {
  font-size: 28px;
  font-weight: bold;
  font-family: 'rajdhani';
  margin-bottom: 30px !important;
  display: block;
  margin-top: 30px;
}
.page-2 .offered_icos .text-center {
  font-size: 18px;
  padding-top: 15px;
  color: #333;
  font-family: 'Rajdhani' !important;
  font-weight: 600;
}
.our_location p a:not(.call_plmbr) {
  font-weight: 600;
  color: #49d40b !important;
}
.page-2 .fix_section {
  background: url('https://www.emergencyplumbingsquad.com/wp-content/uploads/2021/11/emergencyplumbingsquad_highfidelity-copy.png');
  padding: 20px;
  border-radius: 10px;
}

.page-2 .find {
  font-family: 'Exo 2';
  font-size: 20px;
  font-weight: bold;
  padding: 13px 25px;
  text-transform: uppercase;
}
.page-2 .fix_btn {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-2 .contc {
  font-family: 'Exo 2';
  font-size: 18px;
  font-weight: 600;
  padding: 13px 30px;
  margin-left: 30px;
  color: #fff;
  text-transform: uppercase;
}
.page-2 h4.panel-title a:not(.collapsed):after {
  transform: rotate(-180deg);
}

.page-2 .google_map iframe {
  border-radius: 10px;
}
.page-2 .our_location {
  margin: 7% 0;
}
.page-2 .offered_txt {
  margin: 0px 0px 5% 0;
}
.page-2 .pl_neartxt {
  margin: 0px 0px 30px 0px;
}

.page-2 .pl_nearimg {
  margin: 30px 0px;
}
.page-2 .panel-default {
  border-bottom: 1px solid #ccc;
}
.page-2 .panel-default:last-child {
  border-bottom: none;
}
.page-2 .pl_neartxt p {
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
  margin: 20px 0;
}
.page-2 .fix_txt h2 {
  font-size: 44px;
}
.page-2 .panel-collapse {
  font-size: 15px;
  font-weight: 500;
  font-family: poppins;
}
.page-2 .panel h4.panel-title {
  font-size: 24px;
  font-family: 'Rajdhani' !important;
  line-height: unset;
  position: relative;
  width: 100%;
  padding-right: 40px;
  margin: 20px 0;
}

.page-2 .panel-title br {
  display: none;
}
.page-2 .commn_txtimg {
  font-size: 15px;
  font-family: 'Roboto';
}
.page-2 .ms_txt {
  margin: 8% 0;
}
.page-2 .div#accordion {
  margin: 10% 0;
}
.page-2 .foriconbackground {
  width: calc(100vw - 10px);
  margin-left: calc(50% - 50vw) !important;
  margin-bottom: 7%;
}
.page-2 #accordion {
  margin-top: 40px;
}
.page-2 .most_img img {
  width: 100%;
}

.page-2 .ms_txt {
  background-color: #fff;
  padding: 0px 0px 11px 30px;
}
.page-2 .loc_heading {
  margin: 0;
}
.page-2 .foriconbackground .col-xs-4 {
  margin: 30px 0px;
}
.page-2 .most_txt {
  margin: 0% 0 5% 0;
}
.page-2 .btn_contct {
  border: none;
  padding: 15px 20px;
  color: #fff;
  font-size: 20px;
  font-family: 'Exo 2';
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
}
.call_plmbr {
  padding: 15px 30px !important;
  font-family: 'Exo 2';
  color: #fff !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  border: 0px !important;
  display: initial !important;
  width: auto !important;
}
p.gurantee_txt {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  font-weight: 500;
  font-family: 'poppins';
}
.slider_text h2 {
  margin-bottom: 40px;
}
.gurantee_txt span {
  color: #fbc609;
  font-weight: 600;
  padding-left: 5px;
}
.slider_text h2 {
  font-size: 40px;
  font-family: 'rajdhani' !important;
  font-weight: bold;
}
.gurantee_txt i.icon-ok-sign {
  font-size: 30px;
  margin-right: 20px;
}
.slider_text {
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plmbr2_slider img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: 61% 31%;
}
.plmbr2_slider:after {
  content: '';
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.page-id-3798 .carousel-inner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.page-id-3798 #slider-container {
  padding: 0px;
}
.gurantee_txt i.icon-ok-sign:before {
  background: #068900;
  padding: 10px;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-2 h4.panel-title a:after {
  content: '\f078';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 0;
}
.page-id-3798 .slider_text h2 {
  font-size: 57px;
  line-height: 70px;
}
.page-2 .panel-heading a.active {
  color: #ff4d00;
}
.plmbr2_slider img {
  height: 487px;
}

/* top-header-css */

.page-id-3798 .head-near-me {
  right: 0;
  background: #ff4d00;
  margin-left: 50px;
  border-radius: 5px;
}

.page-id-3798 #main-header .head-near-me a {
  color: #fff !important;
  font-weight: 600;
}
.page-id-3798 #main-nav {
  background: transparent !important;
  border: 0px;
}
.page-id-3798 #main-header {
  background: #fff;
  padding: 15px 10px !important;
}
.page-id-3798 #main-header .menu-item a {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-family: 'Exo 2';
}
.page-id-3798 #main-header .menu-item a:hover {
  color: #3a9910 !important;
}
.page-id-3798 #main-nav .current-menu-item a {
  color: #3a9910 !important;
  background: transparent !important;
}
.page-id-3798 #main-header > div > div > div.col-md-8 {
  margin-top: 0px !important;
}

.page-id-3798 div#main-header #logo {
  margin-bottom: 0px;
}

.page-id-3798 #main-header .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-3798 #logo img {
  max-height: 70px !important;
}
.page-id-3798 #main-header .col-md-8 {
  margin-top: 0px !important;
}
.page-id-3798 #content header h1 {
  display: none;
}
/* contact-plumber-css */

/* .page-id-3798 #StickyFooter .emergencyplumbingsquad-st-container {
    top: 0 !important;
    display: block !important;
    opacity: 1 !important;
    overflow: hidden;
    z-index: 9;
	height: 82px;
} */
.page-id-3798
  #StickyFooter
  .emergencyplumbingsquad-st-container
  a.emergencyplumbingsquad-st-item__button {
  background: #ff4d00 !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-family: 'Exo 2' !important;
  font-weight: 600 !important;
}
/* .page-id-3798 #main-header {
    top: 15px;
} */
.page-id-3798 #StickyFooter .emergencyplumbingsquad-st-item__copy {
  font-size: 14px;
  font-family: Poppins;
}
.page-id-3798
  #StickyFooter
  .emergencyplumbingsquad-st-container
  img.emergencyplumbingsquad-st-img {
  height: 114px !important;
}
.page-id-3798 .slider_main .slider_text br {
  display: none;
}
.page-id-3798 #StickyFooter .emergencyplumbingsquad-st-container__inner {
  padding: 13px 0px;
}
.page-id-3798 #StickyFooter .emergencyplumbingsquad-st-container__inner {
  width: 100%;
  max-width: 1130px;
}

.page-id-3798 .emergencyplumbingsquad-st-container img {
  top: 90px !important;
}

.page-id-3798
  .emergencyplumbingsquad-st-container
  .emergencyplumbingsquad-st-item__button.btn-primary.btn-lg.btn {
  padding: 0px 13px !important;
}

body:not(.page-id-3798) li.head-near-me {
  display: none !important;
}
.page-id-3798 .main-plumber-near {
  display: none !important;
}

/* footer-css */
.page-id-3798 #footer-main .textwidget h2::after {
  border-bottom: 3px solid #3a9910;
  width: 25px;
  height: 10px;
  left: 18px;
  content: '';
  position: absolute;
  top: 50px;
}
.page-id-3798 #footer-main .textwidget h2 {
  color: #000 !important;
  font-family: 'rajdhani' !important;
  font-weight: 800;
}
.page-id-3798 footer {
  background-color: #eef2ec;
  margin-top: -126px;
}
.page-id-3798 #footer-main ul {
  list-style: none;
  padding: 0;
}
.page-id-3798 #footer-main li a {
  color: #000;
  font-size: 14px;
  font-family: 'poppins';
  font-weight: 500;
}
.page-id-3798 #footer-main li a:hover {
  text-decoration: none;
  color: #02360e;
}

.page-id-3798 #footer-main .col-md-3 {
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  font-family: 'Rajdhani';
}
.page-id-3798 #footer-main .col-md-2 {
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  font-family: 'Rajdhani';
}
.page-id-3798 .menu-footer-service-container {
  margin-top: 30px;
}
.page-id-3798 .menu-quick-menu-container {
  margin-top: 30px;
}

.page-id-3798 .menu-other-service-container {
  margin-top: 30px;
}
.page-id-3798
  #footer-main
  img.image.wp-image-402.attachment-medium.size-medium.lazyloaded {
  max-width: 155px !important;
  width: 100%;
  margin-bottom: 30px;
}
.page-id-3798 #footer-main .textwidget p {
  font-size: 14px;
  font-family: 'poppins';
  color: #000 !important;
  font-weight: 500;
  margin: 0;
}
.page-id-3798 #footer-main > .row {
  padding-top: 175px;
  padding-bottom: 70px;
}
.page-id-3798 #footer-main .copyright_icon li a {
  padding-right: 22px;
  color: #153314 !important;
  font-size: 20px !important;
}
.page-id-3798 #footer-main .textwidget.custom-html-widget {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page-id-3798 #footer-main .copyright_icon ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
.page-id-3798 #footer-bottom {
  display: none;
}
.page-id-3798 #footer-main .copyright {
  width: calc(100vw - 10px);
  margin-left: calc(50% - 50vw);
  padding: 20px 0;
  background: #dbe1d7;
}
/* mobile-top-header */
.page-id-3798 .header-custom .mobile_top_header {
  background: #003f0b;
  width: 100vw;
  padding: 8px 0px;
  margin-left: calc(50% - 50vw);
}

.page-id-3798 .mobile_top_header .call_btn_txt {
  color: #fff;
  font-family: 'poppins';
  font-size: 17px !important;
}
.page-id-3798 .mobile_top_header .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-id-3798 .mobile_top_header a {
  background: #ff4d00;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  font-family: 'exo 2';
  text-transform: uppercase;
}
.page-id-3798 .panel .panel-body {
  padding-bottom: 25px;
  line-height: 1.6;
}
.page-2 .most_img img {
  border-radius: 15px;
}
.background-top h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
}
.background-top h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /*color: #3A9910;*/
}
.background-top p a {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #ff4d00;
  text-decoration: none;
  font-family: 'rajdhanibold' !important;
}
.background-top p label {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-family: 'rajdhani' !important;
}
.background-top ul li a {
  margin-top: 0;
  font-size: 24px;
  line-height: 36px;
  color: #3a9910;
}
/* page-2-media-css */

@media (min-width: 992px) {
  .page-2 .ms_txt {
    margin-left: -30px;
  }
  .page-2 {
    padding-top: 60px;
  }
  .page-2 .most_img img {
    width: 100%;
    height: calc(100% + 100px) !important;
  }
  .page-2 .most_img {
    display: grid;
  }
  .page-2 .ms_txt p {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .new-design-page .form-text button i {
    display: none;
  }
  .page-id-7716 .Minutes-30 ul.span-li {
    padding-top: 0 !important;
  }
  .page-id-7716 .Plumbing-Locations .Call-Us h4 {
    margin-bottom: 0;
  }
  .new-design-page .form-text button {
    position: relative;
    font-size: 16px;
  }
  .new-design-page .form-text button::before {
    content: 'FIND NOW';
  }
  .header-top {
    position: fixed !important;
    top: 149px !important;
  }
  .page-id-3798 #footer-main .copyright {
    width: calc(100vw - 0px);
  }
  .page-2 .most_backimg,
  .page-2 .most_img {
    width: 100vw;
    left: calc(50% - 50vw) !important;
    position: relative;
  }

  .page-2 .most_backimg img {
    height: 90vw;
    object-fit: cover;
  }
  .page-id-3798 #main-header .row div#logo {
    flex: 50%;
    text-align: left;
  }
  .page-2 h2 {
    font-size: 32px;
  }

  .page-id-3798 #main-header .row div#logo img {
    max-width: 100px;
  }

  .page-id-3798 #main-nav button#nav-toggle {
    color: transparent !important;
  }

  .page-id-3798 #main-nav button#nav-toggle:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #343131;
    position: absolute;
    right: 0;
    box-shadow: 0px 8px 0px #343131, 0px 16px 0px #343131;
    border-radius: 4px;
    top: 15px;
  }

  .page-id-3798 #main-nav button#nav-toggle:focus,
  .page-id-3798 #main-nav button#nav-toggle:active,
  .page-id-3798 #main-nav button#nav-toggle:hover {
    background: transparent !important;
    border: 0px !important;
    outline: none !important;
    box-shadow: none;
  }

  .page-id-3798 #footer-main .textwidget h2::after {
    top: 30px;
  }
  .page-id-3798 .header-custom .mobile_top_header {
    margin-bottom: 10px;
  }
  .page-id-3798 #top-header {
    display: none;
  }
  .page-id-3798 #main-header {
    padding: 0px !important;
    padding-bottom: 10px !important;
  }
  .page-id-3798 .mobile_top_header .call_btn_txt {
    color: #fff;
    font-family: 'poppins';
    font-weight: 500;
    font-size: 14px !important;
  }

  .page-id-3798 .mobile_top_header a {
    padding: 7px 13px;
    margin-left: 10px;
  }

  .page-id-3798 #footer-main .col-md-3 {
    margin-top: 30px;
  }
  .page-id-3798 #footer-main .col-md-2 {
    margin-top: 30px;
  }
  .page-id-3798 #footer-main .copyright .copyright_txt {
    text-align: center;
  }
  .page-id-3798 #footer-main .textwidget.custom-html-widget {
    display: block !important;
  }
  .page-2 .fix_txt h2 {
    font-size: 31px;
  }
  .page-id-3798 .fix_txt br {
    display: none;
  }
  .page-id-3798 .slider_text h2 {
    font-size: 33px !important;
    line-height: 39px !important;
  }
  .page-2 .find {
    padding: 10px 20px;
    font-size: 16px;
  }
  .page-2 .contc {
    padding: 10px 20px;
    margin-left: 30px;
    font-size: 16px;
  }
  .page-2 .offered_icos .text-center {
    font-size: 14px;
  }
  .page-2 .foriconbackground .col-xs-4 {
    margin: 30px 0px 0px;
  }
  .fix_section p br {
    display: none;
  }
  .page-2 .fix_section {
    padding: 17px;
  }
  .page-2 .ms_txt {
    padding: 0px;
  }
  .page-2 .panel h4.panel-title {
    line-height: 1.1;
  }

  .page-2 .offered_icos {
    padding: 0px;
  }
  .page-2 .foriconbackground {
    width: calc(100vw - 0px);
  }
  .page-2 .contc {
    margin-left: 12px;
  }

  .page-2 .google_map iframe {
    width: 100% !important;
  }

  .page-2 .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .google_map iframe {
    width: 100% !important;
  }

  .page-2 .our_location .google_map {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .page-2 .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-2 .fix_section {
    padding: 17px;
    margin-left: calc(50% - 50vw) !important;
    width: 100vw;
    margin-top: -27px;
  }
  p.gurantee_txt {
    font-size: 16px;
    white-space: pre;
  }
}

@media (min-width: 768px) {
  .page-id-3798 .mobile_top_header {
    display: none;
  }
  .page-2 .most_img {
    position: relative;
    width: 50vw !important;
    margin-left: calc(100% - 50vw);
    top: -200px;
    z-index: -1;
  }
  .Common-Plumbing .img-flex > p {
    flex: 0 0 62px;
  }

  .Common-Plumbing .img-flex > p img {
    width: 100%;
    height: 100%;
  }
  h2.title_whow_mobile {
    display: none;
  }
  .page-2 .fix_section .row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  /*.most-common-questions .row .col-md-6{
    max-height: 900px;
 }*/
  h2.big-title {
    font-size: 46px;
    max-width: 790px;
    margin: auto;
  }
}

/* Mega menu css */

#main-nav li.dropdown,
#main-nav,
#main-header > div.container > div.row > div.col-md-8 {
  position: unset !important;
}
#main-header > div.container {
  position: relative;
}
#main-nav li.dropdown:hover ul.dropdown-menu {
  display: block !important;
  transition: all 1s;
}
#main-nav ul.dropdown-menu {
  top: 70% !important;
}

.navbar-nav > li > .dropdown-menu {
  column-count: 4;
  height: auto;
  width: 100%;
  border-top: 30px solid #f9f9f900;
  padding: 5px 20px 25px;
  box-shadow: 0px -30px 0px transparent;
  border-left: none;
  border-right: none;
  box-shadow: 0px 10px 15px -10px #858585;
}
.dropdown-menu > li > a {
  line-height: 34px;
  padding: 25px 0px;
  margin: 5px;
  position: relative;
  display: block;
}

.dropdown-menu > li > a:after {
  transition: width 0.3s ease;
  background: #3a9910;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 10px;
  top: auto;
  width: 30px;
}

.dropdown-menu > li > a:hover:after {
  width: 100%;
}

.dropdown-menu > li > a:hover {
  background: transparent;
  color: #555;
}

div#main-header > .row > col-md-8 {
  position: unset !important;
}

ul.dropdown-menu:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #003f0b;
  left: 0px;
  top: 0px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: transparent;
  color: #555;
}
article#content header {
  z-index: 0;
}
/* article#content {
    z-index: 0;
} */
#main-nav ul.dropdown-menu li {
  display: inline-block;
  float: left;
  width: 100%;
}

/* mega menu responsive */
@media (max-width: 992px) {
  #main-nav ul.dropdown-menu {
    top: 270px !important;
    column-count: 3;
    text-align: center;
  }
  .dropdown-menu > li > a:after {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}

@media (max-width: 768px) {
  #main-nav ul.dropdown-menu {
    column-count: 1;
    width: 100%;
    left: 0;
    width: calc(100% + 4px);
    left: -2px;
  }
  .dropdown-menu > li > a:hover {
    width: 70%;
    margin: auto;
  }
  .dropdown-menu > li > a {
    padding: 0px 0px 15px;
    margin: 0px;
  }

  ul.dropdown-menu:before {
    height: 0px;
  }

  .new-design-page .why-wait .why-wait-flex {
    display: block !important;
    text-align: left !important;
    padding: 0px !important;
  }
  .new-design-page .why-wait-flex h2 {
    text-align: left !important;
  }
  .new-design-page .why-wait-a {
    margin: 0px !important;
  }
  .new-design-page .why-wait-a a {
    font-size: 15px !important;
    margin: 0px 7px 0px 0px !important;
  }
  .new-design-page .why-wait h4 {
    width: 80% !important;
  }
  .page-id-7560.new-design-page .why-wait .why-wait-a > a.exo_button {
    padding: 16px 8px !important;
  }
  body.new-design-page .why-wait-a a.exo_button {
    padding: 16px !important;
  }
}

/* mega menu css end */
/*  */

.ct_searchform label {
  font-size: 48px;
  color: #ccc;
  font-weight: 400;
  margin-right: 30px;
  text-transform: uppercase;
  font-family: 'Roboto';
  margin-bottom: 0;
}

.ct_searchform button {
  border: none;
  background: #d1d1d161;
  display: flex;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  margin-left: -49px;
}

.ct_searchform input {
  height: 55px;
  outline: none;
  border: 1px solid #254423;
  border-left: 4px solid #ff000094;
  border-radius: 5px;
}

.ct_searchform form#searchform {
  display: flex;
  align-items: center;
}

.ct_searchform {
  position: absolute;
  z-index: 2;
  top: 5px;
  width: 100%;
  margin: auto !important;
  right: 0;
}

.ct_searchform .search-modal-inner {
  display: flex;
  justify-content: center;
  background: white;
}

.ct_searchform .search-modal-inner form#searchform {
  width: 75%;
  height: 162px;
  border: none;
  border-radius: 0px;
  padding-left: 20px;
}

.ct_searchform input#s {
  width: 75%;
}

.ct_searchform button {
}

.ct_searchform .search-close-box {
  right: 330px;
  position: absolute;
  top: 60px;
  background: #254423;
  padding: 10px;
  border-radius: 23px;
  cursor: pointer;
  color: #fff;
}

.ct_searchform .ct_searchform_results {
  width: 100%;
  border-top: 0px;
  float: unset;
  background: white;
  padding-left: 33px;
  margin-top: -40px;
}

.ct_searchform .ct_searchform_results ul li {
  list-style-type: none;
  padding: 5px;
  font-size: 16px;
}

.ct_searchform .ct_searchform_results ul {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  max-width: 1055px;
  padding: 15px 15px;
}

.search-loader {
  position: absolute;
  top: 15px;
  left: 50%;
}
li.search-menu-item {
  padding: 15px;
  cursor: pointer;
}

/*-05-05-22-*/
.most_popular_cities {
  display: block;
  margin-top: 50px;
  width: 100vw;
  float: left;
  left: calc(50% - 50vw + 190px);
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.most_popular_cities h2 {
  text-align: center;
  color: #02360e;
}

.most_popular_cities .cities_inner {
  margin: 50px 0px;
}

.most_popular_cities .cities_inner .cities_col {
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 80px;
  position: relative;
}

.most_popular_cities .cities_inner .cities_col ul {
  padding: 0px;
}

.most_popular_cities .cities_inner .cities_col ul li {
  font-weight: 600;
}

.most_popular_cities .cities_inner .cities_col ul li a {
  font-weight: normal;
}

.most_popular_cities .cities_inner .cities_col:first-child:after {
  border-right: 1px dashed green;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 50px;
  top: 0;
}

.most_popular_cities .cities_inner .cities_col ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-weight: 100;
  font-size: 12px;
  position: absolute;
  left: -20px;
  top: 3px;
}

.most_popular_cities .cities_inner .cities_col ul li::marker {
  font-size: 0px;
}

.most_popular_cities .cities_inner .cities_col ul li {
  position: relative;
}
.cities_inner {
  display: flex;
  justify-content: space-between !important;
}
.cities_col ul li {
  padding: 7px 0px;
}
.most_popular_cities .cities_inner .cities_col ul li:before {
  padding: 7px 0px;
}
.most_popular_cities a.all_location {
  background: #f00;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  max-width: 70%;
  margin: auto;
}

@media (max-width: 1200px) {
  .most_popular_cities {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cities_col {
    width: 100% !important;
  }
  .cities_inner {
    flex-wrap: wrap;
    margin-top: 20px !important;
  }
  .most_popular_cities .cities_inner .cities_col:first-child:after {
    display: none;
  }
  .most_popular_cities {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .most_popular_cities {
    max-width: 750px;
    margin: auto;
    width: 100%;
    margin-top: 50px;
  }
  .most_popular_cities .cities_inner .cities_col {
    padding: 0px;
  }
}

ul.EmergencyPlumbingsquad-24hr-Features li {
  position: relative;
  margin-top: 0;
}

ul.EmergencyPlumbingsquad-24hr-Features li:before {
  content: '\f00c';
  position: absolute;
  left: -22px;
  font-family: 'FontAwesome';
  color: green;
  font-size: 16px;
}
a.EmergencyPlumbingsquad-24hr-Button {
  border-bottom: none !important;
}

.EmergencyPlumbingsquad-24hr-left .col-md-6.slider-right {
  width: 100%;
}
.EmergencyPlumbingsquad-24hr-left .slider-right h2 a:hover {
  background: #9e0a0a;
}
.EmergencyPlumbingsquad-24hr-left .slider-right h2 a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  padding: 10px 50px;
  background: red;
  border-radius: 10px;
  transition: 0.2s all;
  width: 80%;
  margin: auto;
}
.EmergencyPlumbingsquad-24hr-left .col-md-6.slider-right h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
.EmergencyPlumbingsquad-24hr-left .slider-right li {
  list-style-type: none;
  position: relative;
  font-size: 17px;
  display: flex;
  align-items: center;
}
.EmergencyPlumbingsquad-24hr-left .slider-right ul {
  max-width: 450px;
  margin: 30px auto;
}
.EmergencyPlumbingsquad-24hr-left .slider-right li:before {
  content: '\F00C';
  position: absolute;
  left: -22px;
  font-family: 'FontAwesome';
  color: green;
  font-size: 16px;
}

.EmergencyPlumbingsquad-24hr-Features {
  padding: 20px 45px 0px 25px;
}
.new-design-page .locations-form .Call-Us {
  padding-top: 5px;
}
.new-design-page .locations-form .Call-Us h5 {
  font-size: 20px;
}
.new-design-page .locations-form ul.span-li {
  padding-top: 0;
}
@media (max-width: 767px) {
  .new-design-page .background-top ul {
    margin-top: 0px !important;
  }
  .EmergencyPlumbingsquad-24hr-Header {
    font-size: 28px;
  }

  h2.title_show_desktop {
    display: none;
  }
  .NY-Plumbing.container {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  h2.title_whow_mobile {
    margin-bottom: 30px;
  }

  .Emergency-Open img {
    margin-top: 30px;
  }
  .new-design-page #main-header button#nav-toggle {
    top: 12px;
    padding: 0;
    margin: 0;
  }
  .ct_searchform label {
    font-size: 12px;
    margin-right: 10px;
  }
  .ct_searchform .search-close-box {
    right: 0;
  }
  a.EmergencyPlumbingsquad-24hr-Button {
    font-size: 26px !important;
  }
  .EmergencyPlumbingsquad-24hr-Features {
    width: 100% !important;
    margin: 30px 0px;
  }
}
/*popup  */
.page-id-7305 .modal-dialog .modal-body p {
  font-size: 16px;
  text-align: center;
  padding-top: 4px;
}

.page-id-7305 .modal-dialog .call-btn-div h3 {
  text-align: center;
  background: red;
  padding: 15px;
  border-radius: 10px;
}

.page-id-7305 .modal-dialog .call-btn-div h3 a {
  color: #fff;
  line-height: 1.4;
}
.page-id-7305 .modal-dialog h4.modal-title {
  font-size: 26px;
  text-align: center;
}

.page-id-7305 .modal-dialog .modal-content {
  border: 2px solid #53b848;
  box-shadow: 0 1px 21px rgb(83 184 72 / 36%);
  padding: 20px;
}
.page-id-7305 .modal-dialog button.close {
  background: #000000;
  opacity: 1;
  padding: 5px;
  color: #fff;
  border-radius: 50%;
  width: 30px;
}
.page-id-7305.has_popup div#my-ct-popup {
  position: fixed;
  z-index: 999 !important;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 100%;
  max-width: 560px;
}
.page-id-7305.has_popup div#main {
  z-index: 99;
  position: relative;
}

.page-id-7305.has_popup article#content {
  z-index: 9;
}

.page-id-7305.has_popup header.HeaderClass {
  z-index: 0;
}

.page-id-7305.has_popup:before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0.7;
}

.page-id-7305.has_popup .modal-content {
  z-index: 9999 !important;
}

.page-id-7305.has_popup aside#sidebar {
  display: none;
}
@media (max-width: 767px) {
  .page-id-92 ul.EmergencyPlumbingsquad-24hr-Features {
    max-width: 100%;
    padding-right: 0;
    white-space: unset;
    margin: 0;
    padding-left: 40px;
  }

  .page-id-7305 div#my-ct-popup {
    width: 90% !important;
    margin: auto;
  }
}

/*---new figma design css---*/

@font-face {
  font-family: 'rajdhanibold';
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/rajdhani-bold-webfont.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;	
}
@font-face {
  font-family: 'rajdhanilight';
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/rajdhani-light-webfont.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rajdhanimedium';
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/rajdhani-medium-webfont.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rajdhaniregular';
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/rajdhani-regular-webfont.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rajdhanisemibold';
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/rajdhani-semibold-webfont.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja/fonts/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWsOdC_.woff2')
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
.page-id-7560.new-design-page div,
.page-id-7560.new-design-page a,
.page-id-7560.new-design-page li,
.page-id-7560.new-design-page p {
  font-family: 'Poppins' !important;
  color: #000;
}

#post10995.new-design-page div,
#post10995.new-design-page a,
#post10995.new-design-page li,
#post10995.new-design-page p {
  font-family: inherit !important;
}
.new-design-page h1,
.new-design-page h2,
.new-design-page h3,
.new-design-page h4,
.new-design-page h5,
.new-design-page h6 {
  font-family: 'rajdhanibold' !important;
}
.new-design-page header h1 {
  display: block;
}
.background-top:before,
.Plumbing-Locations:before,
.main_service_icons:before,
.ct-container:before {
  content: '';
  width: calc(100vw - 17px);
  position: absolute;
  top: 0;
  background: #f5f5f5;
  height: 100%;
  left: calc(50% - 50vw + 7px);
  z-index: -1;
}
.ct-container a#for_servic_call_btn {
  font-size: 30px;
  font-weight: bold;
  color: #3a9910;
}
input#txtPostalCode {
  padding: 8px;
}
.page-id-7560 #main {
  padding-top: 0px;
}

.header-top {
  padding-top: 15px;
  padding-bottom: 10px;
}
body #main .header-top p {
  margin-bottom: 0px;
}
.header-top {
  width: calc(100vw - 17px);
  left: calc(50% - 50vw + 8px);
  position: relative;
  background: #f6fcf3;
}
.header-top .nav-icon {
  max-width: 1170px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}
#search_location_form label {
  color: #828282;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.header-top ~ div {
  /* padding-left: 15px; */
  padding-right: 15px;
}
body.home .header-top ~ div {
  margin-bottom: 50px;
}
.header-top .find_location {
  font-family: 'Exo 2' !important;
  font-size: 26px;
  font-weight: bold;
}

body #main .header-top p a {
  font-family: 'Exo 2' !important;
  color: #ff4d00;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 0 0;
  display: flex;
}
.new-design-page #main-header {
  box-shadow: none !important;
  border: 0px;
  background-color: #2f4f21;
  /* 	  position:fixed;
          width:100%; */
}
.new-design-page #main-header nav#main-nav {
  background-color: transparent;
  padding-right: 0px;
}
.new-design-page ul#menu-navigation-menu {
  display: flex;
  width: 100%;
  justify-content: end;
  flex-wrap: nowrap;
}
.Plumbing-Emergency h2,
.Common-Plumbing h2,
.Hour-Plumber-img h2,
.Plumber-Near h2,
.Local-Plumber h2,
body.new-design-page .easily-today h2,
.NY-Plumbing.container h2,
.Emergency-Company h2 {
  font-size: 36px;
}

a.get_connected_link {
  color: #3a9910;
}
.new-design-page .why-wait .bottom_orange_btn {
  color: #fff !important;
}
.new-design-page .accordion-list {
  padding-bottom: 0px;
}
.Hour-Emergency h2 {
  font-size: 48px !important;
}
#main-nav {
  width: 100%;
}
li.response_gurantee {
  font-weight: 600 !important;
}
li.response_gurantee span.orange_color {
  font-weight: bold;
}
.new-design-page #main-nav {
  background: transparent;
}
.new-design-page .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: 'Exo 2' !important;
  font-weight: 600;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555 !important;
}

.new-design-page .navbar-nav i.icon-search {
  color: #fff;
}
.new-design-page .background-top h1 + h2 {
  color: #3a9910;
  margin: 20px 0px;
}

.new-design-page .background-top a.span-number {
  display: inline-block;
  padding: 0px 0px 15px;
}
input#txtPostalCode.show_location_search {
  z-index: 1;
}
input#txtPostalCode {
  width: 0px;
  /*transition:all 0.5s ease-in-out;*/
  left: 25px;
}
input#txtPostalCode.show_location_search {
  z-index: 5;
  width: 350px;
}
.header-top {
  z-index: 2;
}
.ct-container {
  width: 100%;
}
p#ct-change-add {
  display: none;
}
.new-design-page div#main {
  padding: 0px;
}
.Plumbing-Locations {
  padding: 85px 0px 40px;
  position: relative;
  padding-bottom: 0 !important;
}

.Common-Plumbing .icon-text br {
  display: none;
}
.new-design-page .locations-form button i.icon-phone {
  margin-left: 0px;
}
.locations-map iframe {
  width: 100%;
  height: 100%;
}

.form-text {
  padding-top: 30px;
  padding-left: 5px;
}

.form-text input {
  padding: 15px;
  border: 1px solid gray;
  border-radius: 5px;
  display: block;
  width: 100%;
}
.form-text select {
  padding: 15px;
  border: 1px solid gray;
  width: 100%;
  border-radius: 5px;
  display: block;
}
.form-text button {
  margin-top: 25px;
  padding: 15px 0;
  background-color: orangered;
  border: none;
  color: #ffff;
  border-radius: 5px;
  display: block;
  width: 100%;
}
.form-text button i {
  color: #ffff;
  font-size: 20px;
}
.new-design-page button {
  font-family: 'Exo 2' !important;
}
.Call-Us {
  padding-top: 25px;
}

.Call-Us button {
  background-color: orangered;
  color: #fff;
  padding: 0 20px;
  border-radius: 0;
  border: 1px solid #000;
  border-left: 0;
  font-size: 35px;
  display: block;
  font-weight: 600;
}

.Call-Us button i {
  margin: 0 10px;
}

.Call-Us h4 {
  color: #3a9910;
  padding: 10px 0;
  font-size: 20px;
}

.Minutes-30 {
  display: flex;
  align-items: center;
  padding: 0px 0px;
}

.Minutes-30 img {
  width: 45px;
  margin-top: 7px;
}

.Minutes-30 h3 {
  color: green;
  font-weight: 600;
  margin: 9px 8px 0px;
  font-size: 17px;
}

.Minutes-30 span {
  color: orangered;
  margin: 0px 7px;
  font-size: 19px;
}
.States-We {
  padding: 0px 0px 0px;
}
.States-We h2 i {
  margin: 0px 0px 0px 30px;
  color: orangered;
  font-size: 18px;
}
.box-a a {
  background-color: #fff;
  box-shadow: 0 0 17px 0px rgb(244 240 235);
  padding: 20px 10px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  margin: 10px 0px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.col-md-4.States-We-col {
  padding: 0px 10px;
}

.States-We-col a:hover {
  color: orangered;
  text-decoration: none;
}
.background-top ul.top_list-style li::before {
  content: '' !important;
  background-image: url(https://www.emergencyplumbingsquad.com/wp-content/uploads/2022/10/green-check.png);
  width: 20px;
  position: absolute;
  left: 0;
  background-size: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}

.background-top ul.top_list-style li {
  padding-left: 35px;
  position: relative;
  margin: 10px 0px;
  font-size: 20px;
  font-family: 'rajdhanisemibold' !important;
}
ul.top_list-style {
  margin-top: 25px;
}

.background-top ul.top_list-style li a {
  margin-top: 0px;
}

ul.top_list-style {
  margin-top: 25px;
}
.new-design-page a.button-a {
  font-family: 'Exo 2' !important;
  color: #fff !important;
  font-size: 24px;
  margin-top: 10px;
  font-weight: 700;
}
body.new-design-page a.exo_button {
  font-family: 'Exo 2' !important;
  font-weight: 700;
  padding: 16px 24px !important;
  line-height: 1;
}
.Popular-Cities.container {
  margin-bottom: 50px;
}
ul.span-li li:before {
  content: '';
  background: url(https://www.emergencyplumbingsquad.com/wp-content/uploads/2022/10/round-checkmark.png)
    no-repeat;
  background-color: transparent;
  width: 25px;
  height: 25px;
  padding: 0px;
  background-size: 25px !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
ul.span-li li {
  padding-left: 35px;
}
ul.span-li li {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #3a9910;
}
.span-li .orange_color {
  font-size: 24px;
}
.orange_color {
  color: #ff4d00 !important;
}
.new-design-page .background-top .col-md-6 {
  height: 100%;
}

.new-design-page .background-top .row {
  display: flex;
}
.new-design-page .background-top .row .col-md-6 {
  height: 100%;
  align-self: inherit;
}
.new-design-page .background-top ul {
  padding-bottom: 0px;
  padding-top: 0px;
}
.new-design-page .background-top ul.span-li {
  padding: 15px 0px;
}
.plumbing-issue {
  min-height: 190px;
  height: auto !important;
}
.plumbing-issue a {
  font-family: 'rajdhanibold' !important;
  color: #fff;
  font-size: 24px !important;
  width: auto !important;
}
.Hour-Plumber-img img {
  width: 100%;
  margin-bottom: 30px;
}
p.padding-top-35 {
  padding-top: 35px;
}
.new-design-page .services-cont p {
  font-family: 'rajdhanibold' !important;
  font-size: 18px;
  line-height: 1.3;
}
p.sub_title_p {
  font-weight: 600;
  font-size: 22px;
}
body.new-design-page .easily-today {
  min-height: auto !important;
  height: auto !important;
  padding-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
body.new-design-page .easily-today h2 {
  padding-top: 40px;
}

.easily-text a {
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  background-color: orangered;
  color: #ffff;
  font-size: 20px;
  border-radius: 8px;
  font-weight: bold;
  margin: 12px 0px 0px;
}
.main_service_icons {
  position: relative;
  padding-top: 50px;
}

.new-design-page footer {
  padding-top: 100px;
  background-color: #eef2ec !important;
}
.new-design-page .why-wait {
  margin-bottom: -65px;
}
.new-design-page .why-wait a {
  font-family: 'Exo 2' !important;
  font-size: 20px;
}

.new-design-page .why-wait h4 {
  color: #fff;
  font-size: 20px;
}
.new-design-page .why-wait {
  margin-top: 0px;
}
.States-We-col br {
  display: none;
}
.new-design-page .ct-container {
  padding: 0px !important;
  width: 100% !important;
  /* overflow: hidden;*/
  left: 0;
}
.why-wait {
  justify-content: space-between !important;
}
.new-design-page .accordion-list h4.panel-title {
  position: relative;
}
.new-design-page .accordion-list h4.panel-title a > br {
  display: none;
}
.new-design-page .accordion-list .panel-heading {
  background: transparent !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px;
}
.Minutes-30 .span-li {
  padding-bottom: 50px;
}
.new-design-page .accordion-list .panel-group .panel {
  border-width: 0 0 1px 0px !important;
  border-radius: 0px;
  box-shadow: none !important;
  padding: 10px 0px;
}

.new-design-page .accordion-list h4.panel-title a {
  text-decoration: none !important;
  font-family: rajdhanibold !important;
  font-size: 22px;
  width: 345px;
  display: inline-block;
}
.new-design-page .accordion-list .panel.panel-default:hover .panel-heading a {
  color: #ff4d00;
}
.new-design-page .accordion-list h4.panel-title a.active:before {
  transform: rotate(270deg);
}
.new-design-page .panel-body {
  border: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}

.new-design-page .accordion-list h4.panel-title a.active {
  color: #ff4d00;
}

.new-design-page .accordion-list h4.panel-title a.active:before {
}
.new-design-page .ct-container .row {
  display: flex;
  max-width: 1170px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}

.new-design-page .ct-container .row .col:nth-child(1) {
  width: 60%;
}
.new-design-page .ct-container .row .col:nth-child(2) {
  width: 40%;
}

.new-design-page .ct-container #map {
  width: 100% !important;
  height: 300px !important;
}
.new-design-page .ct-container h2 + button {
  background: transparent !important;
  border: 0px;
  font-size: 26px;
  font-weight: bold;
  color: #3a9910;
  padding: 0px;
}
h4#state_country_name_footer:before {
  content: '\f041';
  font-family: 'FontAwesome';
  margin-right: 8px;
  position: absolute;
  left: 0;
}
.new-design-page #footer-bottom {
  background-color: rgba(47, 79, 33, 0.1);
}
.new-design-page footer h4 {
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
}
.new-design-page footer h4:before {
  content: '';
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  background: #3a9910;
}
.new-design-page footer p {
  font-size: 14px;
  text-shadow: none !important;
}
ul.span-li {
  padding-left: 0px;
}
.new-design-page #location_choosen {
  padding-top: 100px !important;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  margin: auto;
}

.new-design-page #location_choosen > p:first-child {
  font-size: 26px;
}
.new-design-page .ct-container .row > .col:nth-child(2) h2 {
  font-size: 22px;
  color: orangered;
}
.ek_div h4#state_country_name_footer {
  display: inline-block;
  width: 50%;
  font-size: 26px;
  padding-left: 25px;
}
.ek_div p#ct_change_location {
  display: inline-block;
  width: 49%;
  font-size: 16px;
  font-weight: 900;
  color: orangered;
  cursor: pointer;
  text-align: end;
  margin-bottom: 0px;
}

.new-design-page .ek_div {
  display: flex;
  align-items: center;
}
.ek_div {
  padding-top: 25px;
  position: relative;
}
.ct-container {
  padding-bottom: 50px;
}
#change_location {
  position: absolute;
  top: 30px;
  left: 53%;
  z-index: -1;
}
div#change_location.show_location_search {
  z-index: 2;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  position: absolute;
  top: 38px !important;
}

div#change_location.show_location_search input#txtPostalCodeFooter {
  opacity: 1;
  width: 100% !important;
  padding-left: 10px;
}
#change_location input#txtPostalCodeFooter {
  width: 0px;
  height: 40px;
  opacity: 0;
  /*transition: all 0.5s;*/
}
#change_location input#txtPostalCodeFooter.show_location_search {
  opacity: 1;
  width: 100%;
}
a.orange_button {
  color: #fff;
}
div#filter_locations-map {
  visibility: visible !important;
  height: 400px;
}
.Postal-icon {
  display: flex;
}

.Postal-icon input {
  display: block;
  width: 80%;
  padding: 13px 10px;
  border-right: 0px !important;
  border: 1px solid black;
  border-radius: 0;
}
.Postal-icon input {
  font-size: 24px;
}
.new-design-page .Minutes-30 li {
  font-weight: 600;
}
.new-design-page .Minutes-30 li span.orange_color {
  font-weight: 700;
}
.Postal-icon button {
  display: block;
  width: 16%;
  background-color: orangered;
  border-left: 0px !important;
  border: 1px solid black;
  border-radius: 0;
  width: 66px;
  font-size: 35px;
}

.Postal-icon button i {
  color: #fff;
  font-size: 35px;
}

.span-a {
  margin-top: 25px;
}

.span-number {
  font-size: 18px;
}

.span-li {
  padding-left: 0;
}

.span-a .span-li img {
  width: 50px;
}

.span-a .span-li li {
  list-style: none;
  margin-top: 20px;
}

.span-a .span-li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.span-a .span-li span {
  font-size: 20px;
  font-weight: 600;
  color: orangered;
}

.Brooklyn-Plumber {
  margin-top: 40px;
}

.Plumber-Open h2 {
  font-size: 48px;
  font-weight: 600;
}

.Emergency-Open {
  margin-top: 50px;
}

.Emergency-Open img {
  border-radius: 10px;
  margin: auto;
  display: flex;
  max-height: 363px;
  width: 100%;
  object-fit: cover;
}
.Emergency-Open a {
  background-color: orangered;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 25px;
  font-weight: 600;
  text-align: center;
}
.States-We .accordion-list .panel-body a {
  color: #000;
  font-family: 'rajdhanibold' !important;
  font-size: 20px;
  padding: 20px;
}
.Emergency-Open a:hover {
  text-decoration: none;
  color: #fff;
}

.NY-Plumbing {
  margin-top: 70px;
  display: block;
}

.boiler-repairs {
  margin-top: 30px;
}

.boiler-repairs img {
  margin: auto;
  display: flex;
  max-height: 384px;
  width: 100%;
  object-fit: cover;
}

.boiler-repairs h2 {
  font-weight: 600;
}

.servicing-process {
  margin-top: 30px;
}

.plumbing-systems {
  margin-top: 30px;
}

.Emergency-Open a.exo_button {
  font-size: 18px;
}
.plumbing-systems h2 {
  font-weight: 600;
}

.plumbing-companies {
  margin-top: 30px;
}

.customers-needs {
  margin-top: 30px;
}

.customers-needs img {
  margin: auto;
  display: flex;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}

.quickly-issue {
  background-size: cover;
  background-position: center;
  height: 250px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.quickly-issue h2 {
  padding: 45px 0px 20px;
  color: #fff;
  font-weight: 600;
}

.quickly-issue a {
  background-color: orangered;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  display: inline-block;
  margin: auto;
  font-weight: 600;
}

.quickly-issue a:hover {
  text-decoration: none;
  color: #fff;
}

.Emergency-Company {
  margin-top: 50px;
}

.Emergency-Company h2 {
  font-weight: 600;
}

.Plumbing-Squad {
  margin-top: 50px;
}

.Plumbing-Squad h2 {
  font-weight: 600;
  font-size: 48px;
}

.Plumbing-Squad p {
  color: orangered;
  font-size: 20px;
  font-weight: 600;
}
.Plumbing-Squad.container iframe {
  width: 100%;
  border-radius: 7px;
}
.Plumbing-Squad a {
  background-color: orangered;
  padding: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
  font-weight: 600;
}

.Plumbing-Squad a:hover {
  text-decoration: none;
  color: #fff;
}

.Popular-Cities {
  margin-top: 50px;
}

.Most-Popular {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Most-Popular h2 {
  font-weight: 600;
  font-size: 48px !important;
}

.Most-Popular a {
  display: inline-block;
  border: 1px solid orangered;
  padding: 15px;
  text-align: center;
  color: orangered;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
}

.Most-Popular a:hover {
  border: 1px solid orangered;
  background-color: orangered;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}

.Most-Cities {
  margin: 20px 0px;
}

.Most-Cities h5 {
  padding: 25px 0px 0px;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0px;
}

.Most-Cities h5 i {
  padding: 0px 3px 0px 0px;
  color: orangered;
  font-size: 18px;
}

.Most-Cities .col-md-4 {
  position: relative;
}

.Most-Cities .col-md-4:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 15px;
  width: 90%;
  height: 1px;
  background: #00000020;
}
/* .ct-container {
    position: absolute;
    opacity: 0;
} */

body.has_lanlat .ct-container {
  opacity: 1;
}
.Most-Cities br {
  display: none;
}
/* body.has_lanlat section.Plumbing-Locations {
    opacity: 0;
} */
.ct-container #ct_global_map {
  width: 100% !important;
  height: 300px !important;
}

.ct-container #ct_global_map iframe {
  height: 100% !important;
}
body.has_lanlat .ct-container {
  z-index: 2;
}
.ct-container a#for_servic_call_btn {
  font-size: 30px;
  font-weight: bold;
  color: #3a9910;
}
header #top-header {
  display: none;
}
.new-design-page #main-header #logo {
  margin-top: 10px;
}
.new-design-page #logo img {
  max-width: 145px;
}

.new-design-page h4#state_country_name_footer {
  word-break: break-all;
}

.States-We .panel-heading a {
  color: #000 !important;
  font-size: 45px !important;
}
.States-We .panel-heading .panel-title {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.States-We .panel.panel-default {
  border: none;
}

.States-We .panel.panel-default a::before {
  color: #ff4d00 !important;
  font-size: 30px !important;
}

.accordion-list .panel-body a {
  color: #068900;
}
.Most-Popular h2 {
  font-size: 41px;
}
section.States-We.container .col-md-4.States-We-col a:hover {
  color: orangered;
}
.Common-Plumbing .img-flex img {
  background: transparent !important;
  padding: 0px !important;
}
.header-top.container ~ h1 {
  padding-top: 80px;
}
#myCarousel {
  padding: 80px 0 0 0;
}

.Call-Us {
  padding-top: 20px;
  display: flex;
  gap: 0;
  flex-direction: column;
}
.Call-Us > input {
  padding: 20px 5px;
  border-radius: 0;
}
.wi_call_now > button {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  font-family: 'rajdhanibold' !important;
  background: none;
  border: none;
  width: 100%;
}
.wi_or {
  text-align: center;
  font-size: 24px;
  padding: 15px 0 0 0;
  font-weight: bold;
}
.Call-Us {
    flex-direction: row;
    justify-content: center;
}
.Call-Us > input {
  flex-grow: 1;
  border-right: 0px !important;
  border: 1px solid black;
}
.page.type-page.status-publish.hentry,
.EmergencyPlumbingsquad-24hr-left {
  padding-top: 55px;
}

.wi_list_wrench li {
  list-style-type: none;
  position: relative;
  padding: 10px 0;
}
.wi_list_wrench li:before {
  content: '';
  position: absolute;
  left: -35px;
  width: 20px;
  height: 20px;
  background-image: url(https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja-child2/css/img/wrench.png);
  background-size: 20px;
  background-repeat: no-repeat;
}
.wi_list_wrench li:hover:before {
  animation: vibrate 0.9s;
  animation-iteration-count: infinite;
}

.wi_issue.plumbing-issue > .wi_exo_button_p {
  font-family: 'rajdhanibold' !important;
  color: #fff;
  font-size: 24px !important;
}

.wi_issue.plumbing-issue {
  display: flex;
  min-height: 65px;
  justify-content: center;
  align-items: center;
  margin: 25px 0 50px 0;
}
.wi_issue.plumbing-issue > .wi_exo_button_p {
  display: flex;
  margin: 0;
}

.wi_issue.plumbing-issue > .wi_exo_button_p .wi_exo_button_a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.wi_issue.plumbing-issue > .wi_exo_button_p .wi_exo_button_a:hover {
  color: orangered;
  text-decoration: none;
}
.wi_not_found_header-top {
  width: 100%;
  left: 0;
}
.wi_main_not_found {
  background: url('https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja-child2/css/img/wi_main_not_found_bg.jpg')
    no-repeat center;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.wi_main_not_found header h1 {
  display: block;
  margin-top: 0;
}

.wi_featured_list_not_found {
  display: flex;
  justify-content: center;
}

.wi_main_not_found * {
  color: #fff;
}
.wi_main_not_found h1 > span {
  color: #ff4d00;
  font-size: 4rem;
}
.wi_main_not_found header h1 {
  font-size: 5rem;
  padding: 70px 0 0 0;
}
.wi_main_not_found p {
  font-size: 2rem;
}
.wi_main_not_found_button {
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #ff4d00;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.2px;
  border-radius: 10px;
  max-width: 320px;
  text-align: center;
  transition: 0.2s linear;
  border: none;
  font-weight: 700;
}
.wi_main_not_found_button::before {
  content: '';
  background: url(https://www.emergencyplumbingsquad.com/wp-content/themes/ppl-ninja-child2/css/img/phone_w.svg);
  position: absolute;
  top: 9px;
  left: 35px;
  width: 35px;
  height: 35px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
.wi_main_not_found_button span {
  padding: 0 0 0 50px;
}
.wi_main_not_found_button:hover {
  background-color: #c12e0d;
}
.wi_main_not_found_button:hover:before {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: vibrate 0.6s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}
.wi_featured_list_not_found img {
  width: 30%;
}
.wi_featured_list_not_found p {
  font-size: 1.5rem;
}
.wi_featured_list_not_found {
  width: 70%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
.wi_main_not_found_center_block {
  padding: 20px 0 50px 0;
}
.wi_main_not_found_available {
  position: relative;
  font-size: 2rem;
}

.wi_main_not_found_available::before {
  content: ' ';
  position: absolute;
  left: -25px;
  top: 55%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: none;
  box-shadow: 0 0 0 0 rgba(169, 231, 174, 0.7);
  border-radius: 50%;
  background-color: #74d348;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

.plumbing-issue.wi_issue_local {
  min-height: 190px;
  height: auto;
  text-align: center;
  margin: 50px 0;
}

.plumbing-issue.wi_issue_local .wi_issue_local_p {
  font-family: 'rajdhanibold' !important;
  color: #ffff;
  padding-top: 25px;
  font-size: 30px;
}
.plumbing-issue.wi_issue_local p > a {
  font-family: 'Exo 2' !important;
  padding: 16px 24px !important;
  line-height: 1;
  font-size: 24px !important;
  text-decoration: none;
  display: inline-block;
  background-color: orangered;
  color: #ffff;
  border-radius: 8px;
  font-weight: bold;
  margin: 12px 0px 0px;
}
.wi_two_columnns {
  column-count: 2;
  width: 70%;
}

.wi_main_not_found_content {
  padding: 50px 0 0 0;
}

.wi_h1_landing,
#sub-featured {
  display: block;
}
body.author .postmeta {
  display: none;
}

@media (max-width: 991px) {
  .wi_front_img {
    max-width: 30%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
  #main-header > div.container > div.row > div.col-md-8 {
    width: 70%;
  }
  .new-design-page #main-header #logo {
    width: 20%;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .new-design-page #main-header #logo {
    width: 20% !important;
  }
  .new-design-page #main-header .col-md-8 {
    width: 80% !important;
  }
  .new-design-page a {
    font-size: smaller;
  }
}
@media (max-width: 768px) {
  .new-design-page #main-header #logo {
    width: 30% !important;
  }
  .new-design-page #main-header .col-md-8 {
    width: 70% !important;
  }
}
@media (max-width: 767px) {
  .header-top.container {
    top: 70px;
  }
  #main-header {
    top: 0px;
  }
  .wi_main_not_found_content > div {
    padding: 0 20px;
  }
  #menu-navigation-menu {
    display: flex;
    width: 100%;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 480px) {
  .wi_featured_list_not_found {
    width: 100%;
    flex-wrap: wrap;
  }
  .wi_featured_list_not_found > div {
    flex: 0 0 50%;
  }
  .new-design-page #main-header #logo {
    width: 25% !important;
  }
 .new-design-page #main-header .col-md-8 {
    width: 75% !important;
  }
  #main .nav-icon {
    display: flex;
    flex-direction: column;
  }
  #main .nav-icon > .find_location {
    padding: 0px 0 10px 0;
  }
  .new-design-page #main-header {
    top: 0px;
  }
  #main .nav-icon > a {
    left: 8px;
  }
  #main .nav-icon > a:before {
    top: -1px;
    left: -42px;
    width: 30px;
    height: 25px;
    background-size: 35px 25px;
  }
}

.header-top.container.wi_header-top {
  width: 100%;
  left: 0;
}

@media (max-width: 1024px) {
  .form-text select {
    padding: 15px 8px;
  }

 /* .Call-Us button i {
    margin: 0px 10px 0px -5px;
  }*/
  .new-design-page .form-text button {
    margin-top: 40px !important;
  }
  .new-design-page .why-wait-a {
    margin: 0 !important;
  }
  .Postal-icon button {
    width: 50px;
  }
  .Call-Us button {
    padding: 0 10px;
    width: 50px;
  }
}

@media (max-width: 768px) {
  .form-text input {
    padding: 15px 10px;
  }
  body.new-design-page input#txtPostalCode {
    height: 32px;
    top: 5px;
  }
  body.new-design-page input#txtPostalCode.show_location_search {
    width: 50% !important;
    left: 10px;
  }
  .new-design-page .Plumbing-Locations .container {
    padding: 0px !important;
  }
  .new-design-page h2 {
    font-size: 36px;
  }
 /* .Call-Us button {
    width: 100%;
  }*/
  .Minutes-30 h3 {
    font-size: 14px;
  }
  .Minutes-30 span {
    font-size: 16px;
  }
  .Minutes-30 img {
    width: 45px;
    margin-top: 7px;
  }
  .new-design-page .Minutes-30 li,
  .new-design-page .Minutes-30 li span.orange_color {
    font-size: 16px;
  }
  .new-design-page ul.span-li li:before {
    width: 20px;
    height: 20px;
    background-size: 20px !important;
  }
  .new-design-page .header-top .find_location {
    font-size: 19px;
  }

.new-design-page p a {
    font-size: 19px !important;
  }
.new-design-page #main-header #logo {
    width: 50%;
    text-align: left;
  }
.new-design-page #main-header .col-md-8 {
    width: 50%;
    display: inline-block;
  }
 .new-design-page #main-header .row {
    display: flex;
  }
  .new-design-page #main-header #logo img {
    max-width: 100px;
  }

 .new-design-page #main-header button#nav-toggle {
    background: transparent !important;
    color: transparent;
    text-align: right;
    width: 100%;
    height: 50px;
    top: 5px;
  }

 .new-design-page #main-nav {
    background-color: transparent !important;
  }

.new-design-page #main-header button#nav-toggle:before {
    content: '';
    width: 25px;
    height: 2px;
    position: absolute;
    background: #fff;
    box-shadow: 0 8px 0px #fff, 0 16px 0px #fff;
    right: 0;
  }

.new-design-page button#nav-toggle:focus-visible {
    border: 0px !important;
    outline: none;
  }
}

@media (max-width: 575px) {
  .Most-Popular h2:after {
    content: '';
    position: absolute;
    height: 35px;
    width: 36px;
    background: url(https://www.emergencyplumbingsquad.com/wp-content/uploads/2022/11/drop-down-icon.png);
    visibility: visible;
    background-repeat: no-repeat;
    background-size: 18px;
    transition: 0.3s;
    display: inline-block;
    height: 100%;
    background-position: center;
    transform: rotate(0deg);
    right: 0;
    top: 0;
  }
  .Most-Popular h2 {
    position: relative;
    width: 100%;
  }
  .Most-Cities {
    display: none;
  }
  .Popular-Cities.container.show_location .Most-Cities {
    display: block;
  }
  .show_location h2:after {
    transform: rotate(180deg);
    top: 0;
    right: 0;
  }

  .page.new-design-page .why-wait-flex h2 {
    text-align: center !important;
  }
  .page.new-design-page .why-wait h4 {
    width: 100% !important;
  }
  body.new-design-page .header-top .nav-icon div:nth-child(2) {
    max-width: 50%;
  }
  .page.new-design-page h2 {
    font-size: 32px !important;
    margin-top: 0px;
  }

  .Popular-Cities.container .Most-Popular {
    flex-direction: column;
    align-items: flex-start;
  }
  .row.servicing-process {
    flex-direction: column-reverse;
    display: flex;
  }

  .row.plumbing-companies {
    display: flex;
    flex-direction: column-reverse;
  }
  .row.plumbing-companies img,
  .row.plumbing-systems img,
  .NY-Plumbing.container img {
    margin-bottom: 25px;
  }

  .Brooklyn-Plumber.container,
  .NY-Plumbing.container,
  .Emergency-Company.container,
  .Plumbing-Squad.container,
  .Popular-Cities.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .page.page-id-7957 .background-top .row {
    flex-direction: column-reverse !important;
  }
  .page.new-design-page .background-top h1 + h2 {
    font-size: 24px !important;
    padding: 25px 0px;
    color: #3a9910;
  }
  .new-design-page .background-top a.span-number {
    font-size: 36px !important;
    text-align: center;
  }
.new-design-page .background-top .row .col-md-6 p {
    text-align: center;
  }
  .Emergency-Open > .row > .col-md-6 p:nth-child(3) {
    text-align: center;
  }
  .Plumbing-Squad.container .row .col-md-6 p:nth-child(3) {
    text-align: center;
  }
  .background-top .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 50px;
  }
  .background-top .container div > img {
    display: none;
  }
  .header-top.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 50px;
  }
  .background-top .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-top .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .background-top {
    margin-bottom: 50px;
  }
 .new-design-page a.exo_button {
    border-radius: 5px;
    width: auto;
  }
  .easily-today {
    margin: 40px 0px !important;
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    border-radius: 0px;
    padding: 15px !important;
  }

  .easily-today h2 {
    padding-top: 20px !important;
  }
  .page.new-design-page h2 br {
    display: none;
  }
  .Plumbing-Emergency p {
    margin: 25px 0px;
  }

  section.Plumbing-Locations {
    padding-top: 140px;
  }
  .new-design-page .header-top .find_location {
    font-size: 15px !important;
  }
  body #main .header-top p a {
    margin-top: 0px;
    font-size: 15px !important;
  }
  #filter_locations-map {
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
  }
  #filter_locations-map {
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
  }
  section.Plumbing-Locations p:empty {
    display: none;
  }
  .header-top {
    width: 100vw;
    left: calc(50% - 50vw);
  }
  #search_location_form {
    padding-top: 0px;
  }
  .page-id-7716 .accordion-list h4.panel-title a {
    font-size: 40px !important;
    margin-top: 20px;
  }
  .new-design-page .Local-Plumber h2 {
    margin-top: 30px;
  }
  .new-design-page section.States-We.container {
    padding: 0px !important;
  }
  .new-design-page section.States-We.container p:empty {
    display: none !important;
  }
  .new-design-page section.States-We.container h4.panel-title a:before {
    top: -3px;
  }
  .new-design-page .States-We.container .accordion-list {
    margin-top: 30px !important;
  }
  .new-design-page .States-We.container .accordion-list br {
    display: none;
  }
  .new-design-page .States-We.container .accordion-list #accordion {
    margin-bottom: 0px;
  }

  .background-top:before,
  .Plumbing-Locations:before,
  .main_service_icons:before,
  .ct-container:before {
    width: 100vw;
    left: calc(50% - 50vw);
  }
  .new-design-page .background-top .row {
    flex-direction: column;
    padding: 0 15px;
  }
  .header-top ~ div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .new-design-page .background-top .row .col-md-6 {
    padding: 0px;
  }

  .new-design-page .background-top .row .col-md-6 h1 {
    font-size: 41px;
    margin: 0px;
    line-height: 1;
    text-align: center;
  }
  .new-design-page .Plumbing-Locations .row .col-md-7 h1 {
    font-size: 41px;
    text-align: center;
  }
  .new-design-page .background-top .row .col-md-6 h2 {
    font-size: 24px;
    margin: 0px;
    line-height: 1;
    text-align: center;
  }
  li.response_gurantee,
  li.response_gurantee span.orange_color {
    font-size: 16px !important;
  }
  body.new-design-page a.exo_button {
    background: #ff4d00;
    font-size: 16px !important;
    padding: 15px !important;
    color: #fff;
    font-family: 'Exo 2' !important;
    border-radius: 6px;
  }
  body.new-design-page .background-top a.button-a.exo_button {
    font-size: 26px !important;
  }
  body.new-design-page .row a.button-a.exo_button {
    border-radius: 5px !important;
  }
  .new-design-page .background-top .row .col-md-6 h2 br {
    display: none;
  }

  .new-design-page .background-top ul.top_list-style li {
    font-size: 18px;
    margin: 5px 0px;
    padding-left: 30px;
  }

  .background-top ul.top_list-style li::before {
    background-size: 15px;
  }

  .new-design-page .why-wait {
    flex-direction: column;
    height: auto;
    padding: 30px 15px;
    align-items: center !important;
    margin-top: 0px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0px;
  }

  .new-design-page .why-wait .why-wait-flex {
    flex-direction: column;
    padding: 0px;
    justify-content: center !important;
    text-align: center !important;
  }

  .new-design-page .why-wait a {
    font-size: 16px;
    margin-left: 0px;
    padding: 12px 15px;
  }
  .new-design-page .why-wait .why-wait-a {
    margin-top: 15px;
  }
  .Common-Plumbing .img-flex > p {
    flex: 0 0 65px;
  }
  .Common-Plumbing .img-flex > p img {
    width: 100%;
  }
  .plumbing-issue {
    /* width: 100vw; */
    margin-left: calc(50% - 50vw);
    border-radius: 0px;
    padding: 15px !important;
    margin-top: 30px;
  }
  p.padding-top-35 {
    padding-top: 25px;
    margin-top: 0px;
  }
  .Hour-Plumber-img img {
    margin-top: 30px;
  }
  .Plumber-Near .col-md-3 {
    display: flex;
    align-items: flex-start;
    padding: 10px 15px;
  }

  .Plumber-Near .col-md-3 h3 {
    margin-top: 0;
    flex: 0 0 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .services-icon .services-cont {
    margin: 0px;
  }
  .services-icon .services-cont p {
    margin: 10px 0px;
  }
  .main_service_icons {
    padding: 30px 0px;
  }
  .plumbing-services .main_service_icons {
    margin: auto;
    max-width: calc(100% - 30px);
  }
  .main_service_icons:before {
    max-width: calc(100vw - 30px);
    margin: auto !important;
    left: calc(50% - 50vw + 15px);
  }
  div#filter_locations-map {
    display: none;
  }
  .wi_call_now > button {
    margin: 20px auto;
  }
}

.States-We .accordion-list {
  margin-top: 0 !important;
}

/* .page-id-7560 input#txtPostalCode {
    position: absolute;
    top: 5px !important;
} */
.page-id-7560 .background-top .row .col-md-6:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
.new-design-page .background-top h2 {
  color: #000000 !important;
}
.page-id-7560 .background-top .row .col-md-6:nth-child(2) img {
  width: 100%;
  height: auto;
}
#StickyFooter div#emergencyplumbingsquad-st-containerID {
  background: #043d16;
}
#StickyFooter .emergencyplumbingsquad-st-item__copy {
  color: #fff;
}
#StickyFooter a.emergencyplumbingsquad-st-item__button {
  background-color: #ff4d00;
  color: #fff;
}
.Plumbing-Locations .Call-Us h4,
h5 {
  font-size: 23px;
}
.header-top {
  position: fixed !important;
  top: 91px;
  z-index: 2;
}

@media (max-width: 767px) {
  .header-top {
    position: fixed;
    top: 67px !important;
  }

  .show_location_search {
    position: fixed;
  }
}
  @media (max-width: 767px) {
    .new-design-page div#main .container {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .new-design-page div#search_location_form {
      padding-left: 0;
    }
    body.new-design-page .ct_header_search.show_location_search {
      /* width: 100% !important; */
      max-width: 290px;
      left: 15px;
    }
    .page div#StickyFooter div#emergencyplumbingsquad-st-containerID {
      bottom: -85px !important;
    }

    div#StickyFooter.stickyfooter div#emergencyplumbingsquad-st-containerID {
      bottom: 0px !important;
      transition: 0.9s all ease-in-out;
    }

    .header-top {
      position: fixed;
    }

    .show_location_search {
      position: fixed;
    }

    .show_location_search {
      position: fixed;
      top: 75px !important;
      transition: all 0s !important;
    }

    .background-top {
      padding-top: 87px;
    }

  /* .Plumbing-Locations .Minutes-30 ul li {
        font-size: 22px !important;
    } */
  #StickyFooter .emergencyplumbingsquad-st-container {
    background-color: #dd0202 !important;
  }
  .new-design-page footer {
    padding-bottom: 0;
  }

  #StickyFooter span.emergencyplumbingsquad-st-touchCall {
    margin-top: 15px;
  }
  #StickyFooter div#emergencyplumbingsquad-st-containerID * {
    color: #fff !important;
  }
  #StickyFooter .emergencyplumbingsquad-st-item__copy {
    display: none;
  }

  .new-design-page .ct-container .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .new-design-page .ct-container .row .col {
    width: 100% !important;
  }
  .ek_div h4#state_country_name_footer {
    font-size: 17px;
  }
  .show_location_search {
    height: 35px;
    top: 5px !important;
  }

  .new-design-page .States-We.container .accordion-list {
    margin-top: 0px !important;
  }
}

[class^='post-'].post.type-post.status-publish.format-standard.hentry.category-uncategorized {
  margin-top: 70px;
}

@media (min-width: 1025px) {
  .page-id-7560 #main-header .col-md-8 {
    display: flex;
    justify-content: end;
  }
  #search_location_form .row {
    display: flex;
    align-items: end;
  }
  #search_location_form .row button#search_location_with_service {
    width: 66px;
    height: 54px;
  }
  .background-top .Postal-icon input#home_search_location {
    height: 54px;
  }
  .new-design-page .locations-form .col-md-2 {
    padding-left: 10px;
  }
  .new-design-page .locations-form .col-md-5 {
    padding-right: 0px;
    padding-left: 10px;
  }
}

@media (max-width: 425px) {
  .new-design-page .why-wait a {
    padding: 16px 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* 	Urgent plumbing needs */
  /* 	.new-design-page .background-top .row img {
        margin-top: 343px;
    } */

  ul.span-li li {
    font-size: 16px;
  }
  .span-li .orange_color {
    font-size: 20px;
  }
  .new-design-page .why-wait .why-wait-flex {
    padding: 10px !important;
  }
}

@media (min-width: 768px) {
  div#change_location.show_location_search {
    z-index: 2;
    top: calc(50% + 15px);
    transform: translateY(-50%);
    position: absolute;
    top: 50px !important;
  }
  article#content > div.page {
    position: relative !important;
  }

  footer {
    position: relative;
    z-index: 0;
  }
  div#main {
    position: relative;
    z-index: 2;
  }
  header {
    z-index: 3;
  }
}

@media (max-width: 575px) {
  body.new-design-page .ct_header_search.show_location_search {
    width: 100%;
    max-width: 240px;
    left: 15px;
    top: 0 !important;
    height: 32px !important;
  }
  div#filter_locations-map {
    display: none;
  }
  .Minutes-30 .span-li {
    padding-bottom: 0;
  }
  section.Plumbing-Locations {
    padding-bottom: 140px !important;
  }
  .Postal-icon input {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  body.new-design-page .ct_header_search.show_location_search {
    width: 350px;
    max-width: 340px;
  }
}

@media (max-width: 425px) {
  .new-design-page .header-top .find_location {
    font-size: 13px !important;
  }
  body #main .header-top p a {
    margin-top: 0px;
    font-size: 13px !important;
  }
  body.new-design-page .ct_header_search.show_location_search {
    width: 300px;
    max-width: 300px;
    left: 12px;
  }
}

.ek_div p#ct_change_location:hover {
  text-decoration: underline !important;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .new-design-page #main-header #logo {
    width: 130px;
    display: inline-block;
    float: left;
  }
  .new-design-page #main-header > div.container > div.row > div.col-md-8 {
    width: calc(100% - 130px);
    display: inline-block;
  }
  .header-top {
    top: 70px !important;
  }
  .new-design-page #main-header #logo img {
    max-width: 100px !important;
  }
}

.new-design-page .ct-container h4 {
  font-size: 30px;
}

.new-design-page h4#state_country_name_footer {
  color: #000;
}

.EmergencyPlumbingsquad-24hr-Features {
  margin: 0;
  margin-bottom: 40px;
}

.post-7716.page.type-page.status-publish.hentry .ct-container button {
  background-color: orangered;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  display: block;
  font-weight: 600;
}

.ct-container a#for_servic_call_btn {
  color: #fff !important;
  text-decoration: none;
  font-size: 20px !important;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .new-design-page #ct_global_map {
    margin-top: -85px;
  }
  .new-design-page h2#ct_available {
    margin: 0;
  }
  .new-design-page h2#ct_service_title {
    margin-top: 15px;
  }
  .EmergencyPlumbingsquad-24hr-Features {
    padding-top: 10px;
    margin-bottom: 15px;
  }
  .new-design-page ul.EmergencyPlumbingsquad-24hr-Features li {
    font-size: 14px;
  }
  .new-design-page h2#ct_available,
  h2#ct_service_title {
    font-size: 22px;
  }
  .new-design-page .ek_div {
    padding-top: 15px;
  }
  .new-design-page #location_choosen > p:first-child {
    font-size: 22px;
  }
}

#content .post {
  margin-bottom: 20px;
}

.States-We-mobile {
  display: none;
}
.States-We-desktop {
  display: block;
}
@media (max-width: 991px) {
  .States-We-mobile {
    display: block;
  }
  .States-We-desktop {
    display: none;
  }
  .new-design-page .accordion-list h4.panel-title a:before {
    top: 38% !important;
  }
  .new-design-page .accordion-list h4.panel-title a:before {
    top: 59% !important;
    right: -14px;
    transform: translateY(-50%) rotate(90deg);
  }
  .States-We .panel-heading .panel-title {
    white-space: initial;
  }
  .new-design-page .accordion-list h4.panel-title a {
    display: inline-block !important;
    width: auto;
  }
  .new-design-page .accordion-list h4.panel-title a.active:before {
    transform: translateY(-50%) rotate(270deg) !important;
  }
}

/*  */
div#main-nav {
  width: auto !important;
  min-width: 200px;
}
.ct_searchform {
  z-index: 9 !important;
  position: absolute;
  top: 0;
  right: 0;
}
.ct_searchform .search-close-box {
  right: 330px;
  position: absolute;
  top: 35px;
  padding: 5px 10px;
  border-radius: 50px;
}
.ct_searchform .search-modal-inner form#searchform {
  height: 100px !important;
}

.locations_container {
  display: none;
}

.why_wait_section {
  display: none !important;
}

#main-header .container > .row {
  display: flex;
}
.ws_state-list-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3rem;
  padding: 0;
  list-style: none;
}
.ws_state-list-new a:hover {
  color: orangered !important;
}