.error {
  color: red;
}

.slider-height2 {
  height: 500px;
  background-size: cover;
}
.custom-control-label {
  padding-left: 10px;
}
.custom-control-label::before, .custom-control-label:after {
  width: 1.75rem;
  height: 1.75rem;
  left: -1.5rem;
  top: 0.1rem;
  background-size: 60% 60%;
}
.custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  border-radius: 0.25rem;
  border: 1px solid #000000;
  background: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #000000;
}
.contact-title {
  font-size: 22px;
}
.business-type-other input {
  height: 48px !important;
}
.contact-us-h1, .about-us-h1, .services-h1 {
  margin-bottom: 28px;
}
.why-us-h1 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.button-contactForm {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000;
}
.button-contactForm:hover {
  background: #000000;
  color: #ffffff !important;
  border: 1px solid #000000;
}
/* responsive */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .slider-height2 {
    height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height2 {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height2 {
      height: 350px;
  }

  .contact-us-h1, .about-us-h1, .services-h1 {
    margin-bottom: 26px;
  }
  .why-us-h1 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height2 {
      height: 260px;
  }
  .contact-title {
    font-size: 20px;
  }

  .contact-us-h1, .about-us-h1, .services-h1 {
    margin-bottom: 24px;
  }
  .why-us-h1 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .slider-height2 {
      height: 200px;
  }
  .contact-title {
    font-size: 28px;
  }
  .contact-us-h1, .about-us-h1, .services-h1 {
    margin-bottom: 20px;
  }
  .why-us-h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .slider-height2 {
      height: 160px;
  }
  .contact-title {
    font-size: 20px;
  }
  .contact-us-h1, .about-us-h1, .services-h1 {
    margin-bottom: 18px;
  }
  .why-us-h1 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .button-contactForm {
    padding: 10px 35px;

  }
  .contact-section {
      padding: 20px 0 0px;
  }
  .map-area-parent {
      margin-bottom: 5px !important;
  }
}

