/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

  /* hero start  */
  .hero {
    padding: 80px 0;
  }

  .hero-content-wrapper {
    padding: 40px 15px;
  }

  .hero-content-wrapper h2 {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .hero-content-wrapper h1 {
    font-size: 28px;
  }

  .hero-content-wrapper p {
    font-size: 16px;
  }

  /* hero end  */
  /*About start*/
  .about {
    padding: 50px 0;
  }

  .png-bg {
    width: 250px;
  }

  .about h3 {
    margin-top: 20px;
    font-weight: 800;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #5D2309;
  }

  .about-content h1 {
    font-weight: 800;
    font-size: 24px;
    color: #333;
  }

  .about-content p {
    font-weight: 600;
    font-family: "Lato", sans-serif;
    font-size: 15px;

  }

  .about-content ul li {
    margin: 5px 0;
    font-weight: 600;
    font-size: 15px;
  }

  .about-content ul li span {
    margin-right: 3px;
  }

  /*About End*/

  /* concrete-coating start  */

  .concrete-coating-wrapper {
    padding: 30px 20px;
    background-color: #b4c7ae44;
  }

  .concrete-content h2 {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .concrete-content h1 {
    font-size: 26px;
  }


  /* concrete-coating end  */

  /*Testimonial Start*/
  .testimonial h1 {
    font-weight: 700;
    font-size: 24px;
  }

  .carousel-control-prev {
    left: 66%;
  }

  .testimonial h3 {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .testimonial h5 {
    font-size: 16px;
  }

  /*Testimonial End*/

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

  /* hero start  */
  .hero {
    padding: 100px 0;
  }

  .hero-content-wrapper h1 {
    font-size: 30px;
  }

  /* hero end  */
  /*About Start*/
  .about {
    padding: 60px 0;
  }

  .png-bg {
    width: 500px;
    left: 100px;
  }

  /*About End*/

  /*Testimonial start*/
  .testimonial-inner .testi-comments p {
    font-size: 20px;
    text-align: center;
  }

  /*Testimonial end*/


  /* cta start  */


  .cta h1 {
    font-size: 26px;
  }

  /* cta end  */

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

  /* hero start  */
  .hero {
    padding: 100px 0;
  }

  .hero-content-wrapper h1 {
    font-size: 40px;
  }

  /* hero end  */

  /*About Start*/
  .about {
    padding-top: 80px;
  }

  .png-bg {
    width: 500px;
    left: 100px;
  }

  /*About End*/

  /*Testimonial start*/
  .testimonial-inner .testi-comments p {
    text-align: center;
  }

  /*Testimonial end*/
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

  /*About Start*/
  .png-bg {
    width: 500px;
    top: 20px;
    left: 60px;
    z-index: -1;
  }

  /*About End*/
}

/*X large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*XX Large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {}