@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,900");

.body {
  font-family: "Raleway", Arial Black, Sans-Serif;
}

li.nav-item.phone {
  background: red;
  color: #fff;
  font-weight: 500;
  padding: 0px 7px;
}
#navbar {
  z-index: 5 !important;
}
.navbar-brand img.img-fluid {
  max-width: 300px;
}

.skip_bin img.img-fluid {
  max-width: 100px;
}
#region {
  text-align: -webkit-center;
  width: 25%;
}
li.nav-item {
  /* margin-right: 15px; */
  margin-right: 8px;
}

li.nav-item:last-child {
  margin-right: 0;
  background: #30268e;
}

li.nav-item:last-child a.nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #30268e !important;
}
li.nav-item:last-child a.nav-link.active {
  color: #fff!important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #30268e;
}

.blink {
  animation: blinker3 1.6s ease-in-out infinite alternate;
  color: #30268e;
  text-align: center;
}

@keyframes blinker3 {
  50% {
    opacity: 0;
    color: #36974a;
  }
}

.btmBtn { 
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
}

.btmBtn .cust-btn {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}
/* .top_menu {
  font-size: 14px;
  color: #3e3e3e;
  letter-spacing: 0.2px;
  font-family: "Roboto";
  font-weight: normal;
} */
.btmBtn .cust-btn i {
  padding-right: 15px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.banner {
  background: url(../images/area-img1.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
}

.banner .container {
  position: relative;
  color: #fff;
}

.banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #30268ecc;
  z-index: 0;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  color: #222;
  padding-bottom: 6px;
  letter-spacing: 1px;
}

.card-header.p-0 {
  background: #36974a;
}

.cust-btn {
  background: #30268e;
}

main section {
  padding: 20px 0px;
}

.skip_bin {
  background-color: #f5f5f5;
}
.skipavailbility {
  padding: 20px 0px;
  text-align: -webkit-center;
}
.price {
  background-color: #f5f5f5;
}
.details {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  
}
#bindetails {
  padding-bottom: 20px;
}
.quote {
  background-color: #f5f5f5;
}
.price {
  background-color: #f5f5f5;
}
h2 {
  color: #30268e;
}

.card_hover:hover {
  background-color: #f5f5f5;
}

.separator {
  border: 0 solid #e7e6e6;
  clear: both;
  position: relative;
  z-index: 11;
}

a {
  text-decoration: none;
}

/* p {
    color: #333333 !important;
} */

.header_bg {
  background-color: #f5f5f5;
  color: #30268e;
}

.form-control.form-control-lg {
  font-size: 1rem;
}

.header_text:hover {
  color: #30268e;
  text-decoration: underline;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 30px;
  width: 30px;
  background-color: #30268e;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
}

#footer {
  background: #1a1919;
  padding: 0px 0px 30px;
  color: rgb(255, 255, 255);
  font-size: 14px;
}

/* #footer .footer-top {
  padding: 60px 0px 0px;
} */

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 30px 20px;
  padding-top: 0;
}

#footer .footer-top .footer-info img {
  max-height: 60px;
  margin-bottom: 20px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 8px 0px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease 0s;
}

#footer .footer-top .social-links a:hover {
  background: rgb(25, 28, 147);
  color: rgb(255, 255, 255);

  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  position: relative;
  padding-bottom: 12px;
}

/* #footer .footer-top .footer-links {
  margin-bottom: 30px;
} */

#footer .footer-top .footer-links ul {
  padding: 0px;
  margin: 0px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0px;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0px;
}

#footer .footer-top .footer-links ul a {
  color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
  display: inline-block;
  line-height: 1;
  opacity: 0.8;
  cursor: pointer;
}

#footer .footer-top .footer-links ul a:hover {
  color: rgb(255, 255, 255);
  opacity: 1;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: rgb(255, 255, 255);
  padding: 6px 10px 6px 15px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0px;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0px;
  right: -2px;
  bottom: 0px;
  font-size: 16px;
  padding: 0px 20px;
  background: rgb(25, 28, 147);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  border: 1px solid transparent;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: rgb(255, 255, 255);
  border: 1px solid;
  color: rgb(12, 28, 130) !important;
}

textarea:focus,
input:focus {
  outline: none;
}

#footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgb(255, 255, 255);
}

#footer .credits a {
  color: rgb(255, 255, 255);
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

#footer .credits a:hover {
  opacity: 1;
}

.cust-btn-transparent {
  background: transparent;
  color: #30268e;
  border: 1px solid #30268e;
  min-width: 120px;
}

.bx {
  color: #369a4a !important;
}

.bx:hover {
  color: #fff !important;
}

.cust-btn-transparent:hover {
  background: #30268e;
}

li.nav-item.phone a.nav-link.cust-btn:hover {
  color: #fff;
}

li.nav-item.phone a.nav-link.cust-btn i {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
}

/* main section {
  padding: 40px 0px;
} */

.breadcrumb-item a {
  color: #fff !important;
}

.breadcrumb-item a:hover {
  color: #36984a !important;
}

.waste_accept {
  color: #36994a;
  font-size: large;
}

.waste_notaccept {
  color: red;
  font-size: large;
}

.img_spacing {
  padding-left: 3%;
  padding-right: 3%;
}

.remove_img_size,
.service_img_size {
  width: 95%;
}

.p_color {
  color: #333;
}

.serviceul_color {
  color: #555;
}
.thank_u_desc {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  margin: 5% auto;
  max-width: 70%;
  /* box-shadow: 20px 20px 20px 20px; */
  box-shadow: 2px 1px 8px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .navbar-brand img.img-fluid {
    max-width: 220px;
  }

  .btmBtn {
    display: block;
  }
  .thank_u_desc {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    margin: 10% auto;
    max-width: 90%;
    /* box-shadow: 20px 20px 20px 20px; */
    box-shadow: 2px 1px 8px 6px rgba(0, 0, 0, 0.2);
  }
  span.thank_sign_img img {
    max-width: 100%;
    height: auto;
  }
 
  .card {
    width: auto !important;
  }
}
section.bottom {
  background: #36984a;
}
.call {
  background: linear-gradient(to bottom right, #16ea3d, #230def) ;
  padding: 20px;
  margin-bottom: 50px;
}
section.bottom h2 span {
  color: #b5afef;
}

/*Thank You page*/

/* .thank_you nav#navBar {
    background: #fff;
}
.thank_you {
  background: #36984a;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.thank_you a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

.thank_you .wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.thank_you .wrapper-2 {
  padding: 30px;
  text-align: center;
}
.thank_you h1 {
  font-family: "Raleway", Arial Black, Sans-Serif;
  font-size: 4em;
  font-weight: 900;
  letter-spacing: 3px;
  color: #fafafa;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.thank_you .wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #fafafa;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
}
.thank_you .go-home {
  background: rgb(48 38 142);
  border: none;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 5px;
  cursor: pointer;
}
.thank_you .go-home:hover {
  opacity: 0.9;
}
.thank_you .go-home a {
  font-family: "Raleway", Arial Black;
  font-size: 1rem;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.thank_you .footer-like {
  margin-top: auto;
  background: rgb(31, 38, 130);
  padding: 6px;
  text-align: center;
}
.thank_you .footer-like p {
  margin: 0;
  padding: 4px;
  color: #fafafa;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
}
.thank_you .footer-like p a {
  text-decoration: none;
  color: #5892ff;
  font-weight: 600;
}

.thank_you .footer-like p a:hover {
  color: #fff;
}

@media (min-width: 360px) {
    .thank_you h1 {
    font-size: 4.5em;
  }
  .thank_you .go-home {
    margin-bottom: 20px;
  }
}
*/
.S-area {
  padding: 0px 100px;
}
.locations li {
    column-gap: 20px;
    list-style: outside none none;
    text-align: center;
    padding: 0px 0px 8px;
}
.locations li a {
  color: #30268e;
}
@media (max-width: 600px) {
  a.navbar-brand + div {
    order: 3;
  }
}

.locationlink  li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 .25em;
  
  }
  .locationlink li a {
    color: white;
  }
    .locationlink li:last-child { border: 0; }

    .btn-primary:hover {
      color: #fff;
    background-color: #369a4a;
    border-color: #369a4a;
}
    
/* modal css */
.close {
  background: transparent;
  border: none;
}
.modal-header {
  background-color: #cccccc;
  color: #30268e;
  border-bottom: none;
}
#myModal{
  z-index: 999999;
}
.modal-footer {
  border-top: none;
}
.form-group-m {
  margin-bottom: 10px;
}
/* remove this if navbar is not working properly */
.navbar {
  z-index: 1 !important;
}
/* ----------------------------------------------- */


iframe.captcha-frame {
  border: none;
  height: 40px;
  width: 100%;
  overflow: hidden;
}