.header {
  background-image: url(https://www.emergencyplumbingsquad.com/wp-content/uploads/2017/09/plumbers-2.jpg);
  background-size: cover;
  padding: 70px 0px 90px;
}
.top_heading {
  color: #fff;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
}
.green_text {
  color: #4bb549;
}
.header_item p {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 22px;
}
.blue_text {
  color: #007bc3;
}
.form_container {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 10px;
  margin-top: 40px;
}
.location_text {
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin-top: 7px;
}
.form_container input[type='text'] {
  background-color: #fff;
  border: none;
  padding: 10px;
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
  padding-left: 14px;
}
.form_container .input-group {
  min-width: 100%;
}
.form_container .btn-default {
  background-color: #ff9600;
  color: #fff;
  border-radius: 0px;
  padding: 10px 15px;
  border: none;
}
.form_container .btn-default:hover,
.form_container .btn-default:focus {
  background-color: #ff9600;
  color: #fff;
  border: none;
  border-radius: 0px;
}
.header_item {
  background-color: #0079c0;
  position: relative;
  padding-left: 32px;
}
.header_item h3 {
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  padding: 18px 25px;
}
#logo h1,
#logo span.h1 {
  line-height: 40px;
  font-size: 29.5px;
  margin: 0;
  margin-top: 9px;
}

/* Navigation margins */

.nav > li {
  margin-right: 5px;
}
#main-nav {
  float: left;
}
#main-header {
  background-image: none;
  background-color: #fff;
}
#main-nav {
  background-color: #fff;
  border: none;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #4bb549;
}

/*End Navigation Margin*/

/* New Header CSS */

.content {
  background-color: #fff;
  padding: 15px 0 20px 0;
}
.get-link {
  text-align: center;
  margin-top: 0px;
}
.get-link a {
  font-size: 18px;
  color: #00a4e4;
  text-decoration: underline;
  line-height: 20px;
}
.get-link a:hover,
.get-link a:focus {
  color: #513dbb;
}
.content h2 {
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
}
.content label {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
.content .form-input {
  height: 57px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #aaa;
}
.content h3 {
  margin-top: 65px;
  text-align: center;
}
.content form {
  margin-top: 60px;
}
.content .form-select {
  top: 0;
  height: 57px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #d9d9d9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #d9d9d9)
  );
  background: -webkit-linear-gradient(top, #fff 0%, #d9d9d9 100%);
  background: -o-linear-gradient(top, #fff 0%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #d9d9d9 100%);
  background: linear-gradient(to bottom, #fff 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top', endColorstr='$bottom',GradientType=0 );
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: solid 1px rgb(166, 166, 166);
  outline: none;
  box-shadow: none;
  margin-top: 53px;
  width: 100%;
  padding: 10px;
  background-image: url(https://www.emergencyplumbingsquad.com/wp-content/uploads/2017/12/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.content button {
  height: 57px;
  box-shadow: none;
  background-color: #e68800;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  border: none;
  margin-top: 15px;
}
.content button:hover {
  background-color: #cf7c03;
  color: #fff;
}
.content h4 {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-top: 100px;
}
.content p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin-top: 10px;
  line-height: 20px;
}
.content h5 {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  margin-top: 20px;
}
.content h6 {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  margin-top: 10px;
  line-height: 18px;
}
.content h6 a {
  text-decoration: underline;
  color: #333;
}
/* Media Queries  */
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 561px) and (max-width: 767px) {
  .content h3 {
    margin: 20px 0 0 0;
  }
  .content .form-select {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 560px) {
  .content h3 {
    margin: 20px 0 0 0;
  }
  .content .form-select {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .content h3 {
    margin: 20px 0 0 0;
  }
  .content .form-select {
    margin-top: 20px;
  }
  #main-nav {
    float: none;
    margin-bottom: 10px;
  }
  /* #main-nav {
		background-color: #f8f8f8 !important;
    	border-color: #e7e7e7 !important;
	} */
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle {
    background-color: #fff;
    padding: 10px 0 !important;
  }
  .EmergencyPlumbingsquad-24hr-Header {
    font-size: 24px;
  }
}
.error {
  background-color: red;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}

/* End New Header */

#top-header,
#top-search-box {
  background-color: #003f0b;
  padding: 15px 0px;
}

.locations_menu {
}
.locations_menu {
  width: 350px;
  position: fixed;
  z-index: 100;
  height: 100%;
  background-color: #1d1d1f;
  padding: 30px 40px 30px;
  overflow-y: auto;
  right: -350px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.locations_menu.active {
  right: 0;
}

.location_inner_menu {
}
.location_inner_menu h3 {
  margin-top: 0;
  font-size: 17px;
  color: #ccc;
  padding: 0px 0px;
}
.location_inner_menu ul {
  list-style: none;
  padding-left: 0;
  padding: 20px 0px;
}
.location_inner_menu ul li {
  margin-bottom: 25px;
}
.location_inner_menu ul li:last-child {
  margin-bottom: 40px;
}
.location_inner_menu ul li h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #ccc;
}
.location_inner_menu ul li a {
  display: block;
  color: #f3f3f3;
  font-size: 15px;
  margin-bottom: 6px;
  padding-left: 10px;
}
.location_inner_menu ul li a:hover {
  text-decoration: none;
}
.location_inner_menu ul li a:last-child {
  margin-bottom: 0;
}
.location_inner_menu ul li a:hover {
  text-decoration: none;
  color: #3a9910;
}
.menu_bars_click {
  width: 65px;
  height: 65px;
  display: flex;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  align-content: center;
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_bars_click.active {
  right: 0px;
  background-color: #1d1d1f;
  top: 0;
}
.menu_bars_click div {
  width: 40px;
  height: 4px;
  background-color: #003f0b;
  display: block;
  margin: 0 auto;
  position: relative;
}
.menu_bars_click div:before {
  content: '';
  width: 40px;
  height: 4px;
  position: absolute;
  background-color: #003f0b;
  top: -9px;
}
.menu_bars_click div:after {
  content: '';
  width: 40px;
  height: 4px;
  position: absolute;
  background-color: #003f0b;
  top: 9px;
}
.menu_bars_click.active div {
  background-color: #fff;
  height: 0;
}
.menu_bars_click.active div:before {
  background-color: #fff;
  top: 0px;
  transform: rotate(140deg);
}
.menu_bars_click.active div:after {
  background-color: #fff;
  top: 0;
  transform: rotate(220deg);
}
body {
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .menu_bars_click {
    top: 90px;
  }
  .menu_bars_click.active {
    top: 0;
    right: 260px;
  }
  .locations_menu {
    width: 260px;
  }
  body.move_left_body {
    left: -260px;
  }
  .menu_bars_click {
    position: absolute;
    right: 0;
  }
  .menu_bars_click.active {
    position: fixed;
    right: 260px;
  }
}

@media only screen and (min-width: 576px) {
  body.move_left_body {
    left: -350px;
  }
  .header-top.container {
    padding-bottom: 50px;
  }
}

/* Why Section CSS */

.why_wait_section {
  background-color: #53b848;
  padding: 100px 0 120px;
  display: block;
  position: relative;
  width: 100%;
}

.why_wait_content {
  position: relative;
}
.why_wait_content h2 {
  text-align: center;
  color: #fff;
  font-size: 56px;
  font-family: Roboto !important;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 0;
}
.why_wait_content p {
  color: #fff;
  font-size: 23px;
  text-align: center;
  font-family: Roboto;
  font-weight: 300;
  margin-bottom: 70px;
}
.why_wait_content ul {
  text-align: center;
  margin-bottom: 0;
}
.why_wait_content ul li.or_text {
  color: #fff;
  margin: 0 19px;
  font-size: 20px;
}
.why_wait_content ul li a.find_location_button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #24282b;
  font-family: Roboto;
  color: #fff;
  font-size: 18px;
  padding: 25px 40px;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.why_wait_content ul li a.find_location_button:hover {
  background-color: #53b848;
  text-decoration: none !important;
}
.find_location_button_span {
  position: relative;
  z-index: 2;
}
.why_wait_content ul li a.contact_us_location {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  font-family: Roboto;
  color: #53b848;
  font-size: 18px;
  padding: 25px 40px;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.why_wait_content ul li a.contact_us_location:hover {
  background-color: #53b848;
  text-decoration: none !important;
  color: #fff !important;
}
.why_wait_content ul li a.contact_us_location span {
  position: relative;
  z-index: 1;
}
.why_wait_content ul li a.contact_us_location:hover,
.why_wait_content ul li a.contact_us_location:focus {
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .why_wait_content ul li a {
    width: 230px;
    display: block;
  }
  .why_wait_section {
    padding: 70px 0 60px;
  }
  .why_wait_content h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .why_wait_content p {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .why_wait_content ul {
    display: block;
    text-align: center;
    max-width: 230px;
    display: block;
    margin: 0 auto;
  }
  .why_wait_content ul li {
    display: block;
    margin-bottom: 20px;
  }
  .why_wait_content ul li.or_text {
    display: none;
  }
  .why_wait_content ul li:last-child {
    margin-bottom: 0;
  }
}

/* End Why Section CSS */

.ws-state-pages-cities {
  max-height: 200px;
  overflow-y: scroll;
}