* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* media query for mobile devices */
@media only screen and (max-width: 1075px) {
  h1 {
    font-size: 45px !important;
    padding: 0 10px;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  .main-banner .banner_title h5 {
    font-size: 25px;
    padding: 0 15px;
  }
  .main-banner {
    height: 450px;
  }
  .main-banner .banner_title {
    height: 450px;
  }
  .col-card .card_icon {
    width: 90px;
    height: 90px;
  }
  .col-card .card_icon img {
    height: 70px !important;
  }
  .col-card h4 {
    font-size: 16px;
  }
  .sec_bg2 .services__list ul li {
    font-size: 16px;
  }
  .about-us-section2 .services__list ul {
    flex-wrap: wrap;
  }
  .about-us-section2 .services__list ul li {
    font-size: 16px;
    width: 35%;
  }
  .services__list h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 987px) {
  h1 {
    font-size: 35px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  .banner_title h5 {
    font-size: 18px !important;
  }
  .arrow_btn {
    gap: 8px !important;
  }
  .services__list ul {
    padding-left: 0 !important;
  }
  .services__list ul li {
    font-size: 16px;
  }
  .sec_bg2 .services__list ul li span {
    padding: 5px 10px;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer_link h4 {
    font-size: 16px;
  }
  .footer_contact ul li span {
    padding-right: 10px;
  }
  .footer_link ul li {
    display: flex;
  }
  .test__bg .testimonial_text {
    font-size: 15px;
  }
  .test__bg .testimonial_text h5 {
    font-size: 15px;
  }
  .about-us-image img {
    height: 450px;
  }
  .about-us-section2 .services__list ul li {
    font-size: 16px;
    width: 45%;
  }
  .contact_info .contact_info_social-icons ul li {
    width: 30px;
    height: 30px;
  }
  .contact_info .contact_info_social-icons ul li a i {
    font-size: 15px;
  }
  .service_img img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pro_title p {
    width: 100%;
  }
  .service_title p {
    width: 100%;
  }
  .contact_info .contact_info_social-icons ul {
    gap: 10;
  }
  .cleaning-img {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 35px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  .banner_title h5 {
    font-size: 20px !important;
    line-height: 30px;
  }
  .main-banner {
    height: auto;
    padding-bottom: 30px;
  }
  .main-banner .banner_title {
    height: 350px;
  }
  .services_heading p {
    width: 100%;
    margin: 15px auto;
  }
  .col-card p br {
    display: none;
  }
  .col-card h4 {
    font-size: 14px;
    line-height: normal;
  }
  .services__list ul {
    margin-bottom: 0 !important;
  }
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    display: none !important;
  }
  .copy_right {
    text-align: center;
  }
  .main-about-banner {
    height: 250px;
  }
  .main-about-banner .banner_title {
    height: 250px;
    padding: 0px 10px;
  }
  .services__list h3 {
    font-size: 18px !important;
  }
  .about-us-section2 .services__list ul {
    display: flex !important;
  }
  .about-us-section2 .services__list ul li {
    width: 100% !important;
  }
  .main-gallery {
    height: 250px;
  }
  .main-gallery .banner_title {
    height: 250px;
  }
  .contact_form {
    width: 100%;
  }
  .form_order {
    order: -1;
    margin-bottom: 25px;
  }
  .service_content h2 {
    font-size: 20px !important;
  }
  .main-water-tank {
    height: 250px;
  }
  .main-water-tank .banner_title {
    height: 250px;
  }
  .service_img img {
    height: auto;
  }
  .service_img {
    padding-top: 28px;
  }
  .pro_title p {
    text-align: justify;
  }
  .main-pit-banner {
    height: 250px;
  }
  .main-pit-banner .banner_title {
    height: 250px;
  }
  .main-basemet-banner {
    height: 250px;
  }
  .main-basemet-banner .banner_title {
    height: 250px;
  }
  .contact-form {
    text-align: center;
  }
  .thank-card {
    padding: 10px;
  }
  .thank-card h1 {
    margin: 8px 0;
    font-size: 22px !important;
    line-height: normal !important;
  }
  .thank-card p {
    width: 100%;
  }
  .btn-click {
    margin-top: 5px;
  }
}/*# sourceMappingURL=media-query.css.map */