.why-us-area {
  position: relative;
  background-color: #f9f9f9;
}

.why-us-area::before,
.why-us-area::after,
.why-us::before,
.why-us::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: repeat;
  width: 100px;
  height: 100px;
  z-index: 0;
  opacity: 0.2;
}

.why-us-area::before {
  top: 0;
  left: 0;
}

.why-us-area::after {
  top: 0;
  right: 0;
}

.why-us::before {
  bottom: 15px;
  left: 10px;
}

.why-us::after {
  bottom: 100px;
  right: 0;
}

.why-us-area .why-us {
  position: relative;
  z-index: 1;
}

.alert {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.alert-danger {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.next-section {
  margin-top: 100px;
}
.estimate {
  position: relative;
}
.estimate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/logo_grey.png");
  background-repeat: repeat;
  background-size: 100px 100px;
  opacity: 0.05;
  z-index: 0;
}

@media (max-width: 768px) {
  .choose-area {
    padding-top: 50px;
  }
}

@media (min-width: 769px) {
  .choose-area {
    position: relative;
    z-index: 2;
    padding-top: 50px;
  }
}

.icon-wrapper {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #c82127;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  margin-bottom: 10px;
}

.icon-wrapper img {
  max-width: 95%;
  vertical-align: middle;
}

.container {
  padding: 0 15px;
}

/* Banner styles */
.banner-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url("assets/img/pestsbg.png");*/
  background-repeat: repeat;
  /*opacity: 0.05;*/
  z-index: -5;
  background-color: #fbeff0;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner-text {
  flex: 1;
  max-width: 55%;
  text-align: left;
  color: #d22f27;
}

.banner-text h1,
.banner-text h2 {
  font-weight: bold;
  color: #d22f27;
  margin-bottom: 0.5em;
  font-size: 40px;
  line-height: 1.3;
}

.banner-text p {
  color: #555;
  margin-top: 10px;
  font-size: 18px;
}

.banner-text h1 span {
  color: #000;
}

.banner-text h5 {
  color: #000;
  font-weight: 100;
}

/* Image styles */
.banner-image {
  flex: 1;
  text-align: right;
  order: 2;
  padding: 40px 0;
}

.banner-image img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

/* Media Queries */
@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    text-align: center;
    margin-top: 120px !important;
  }

  .banner-text {
    max-width: 100%;
    order: 0;
  }

  .banner-text h1 {
    font-size: 30px;
  }

  .banner-image {
    max-width: 100%;
    order: 1;
    text-align: center;
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  .banner-content {
    margin-top: 220px !important;
  }
}

.form-btn {
  cursor: pointer;
}
