@media all and (max-width: 1024px) {
  .container {
    padding: 0 50px;
  }

  /* NAVBAR SECTION */
  header {
    padding: 0 50px;
  }

  .navbar .navbar-right {
    width: 75%;
  }

  .navbar .navbar-left {
    width: 25%;
  }

  .navbar .navbar-right a,
  .why-choose .navbar-right a,
  .about-us .about-text .btn-list a {
    padding: 10px 10px;
    margin-left: 20px;
  }

  .navbar .navbar-right p,
  .why-choose .navbar-right p,
  .about-us .about-text .btn-list p {
    font-size: 16px;
    line-height: 18px;
  }

  .navbar .navbar-right img,
  .why-choose .navbar-right img,
  .about-us .about-text .btn-list img {
    width: 12px;
    height: 12px;
  }

  .navbar .navbar-right h5,
  .why-choose .navbar-right h5,
  .about-us .about-text .btn-list h5 {
    font-size: 12px;
  }

  /* BANNER SECTION */

  .banner {
    position: relative;
    padding: 150px 50px 40px 50px;
    flex-flow: row wrap;
  }

  .banner .banner-left {
    width: 100%;
  }

  .banner .banner-left h1 {
    max-width: 700px;
  }

  .banner .banner-left p,
  .book-now .left-side p,
  .footer p,
  .about-us .about-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
  }

  .banner .banner-left p {
    width: 55%;
    min-width: 510px;
  }

  .banner .banner-left .tags p {
    font-size: 14px;
    line-height: 16px;
    min-width: 280px;
    max-width: 300px;
    width: 90%;
  }

  .banner .banner-left .tags h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .banner .banner-right {
    width: 100%;
    justify-content: flex-end;
  }

  .banner .banner-left .tags {
    width: 55%;
    min-width: 500px;
  }

  .banner .banner-left .tags .img-wrapper {
    width: 60px;
    padding: 10px;
    height: 60px;
  }

  .banner .banner-left .tags .img-wrapper:before {
    width: 60px;
    top: 0;
    border-bottom: 30.5px solid #0064ba;
    border-right: 20px solid transparent;
  }

  .banner .banner-left .tags .img-wrapper:after {
    width: 60px;
    bottom: 0;
    border-top: 30.5px solid #0064ba;
    border-right: 20px solid transparent;
  }

  .banner .banner-right .google-review {
    min-width: 150px;
    max-width: 200px;
    height: 180px;
    bottom: 25px;
  }

  .banner .banner-right .review-wrapper h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner .banner-right .google-review .google-logo {
    width: 20%;
  }

  .banner .banner-right .google-review .rate {
    width: 80%;
    margin-top: 5px;
  }

  /* BOOK NOW SECTION */
  .book-now {
    padding: 40px 50px 40px 50px;
  }

  .book-now .left-side {
    width: 42%;
  }

  .book-now .right-side {
    width: 56%;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
  }

  .book-now .left-side .img-wrapper img {
    width: 180%;
  }

  .book-now .right-side .form-box .top-wrapper {
    padding: 20px;
  }

  .book-now .right-side .form-box .top-wrapper h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .book-now .right-side .form-box h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .book-now .right-side .form-box .form-wrapper {
    padding: 15px 25px 25px 25px;
  }

  .book-now .right-side .form-box .form-wrapper .form-fields {
    margin-top: 20px;
  }

  .book-now .right-side .form-box .form-wrapper .form-fields img {
    width: 45px;
    height: 45px;
    padding: 10px;
  }

  .book-now .right-side .form-box .form-wrapper .form-fields .img-wrapper img {
    width: 45px;
    height: 45px;
  }

  .book-now .right-side .form-box .form-wrapper .submit-btn {
    width: 100%;
  }

  .form-box input[type="text"],
  .form-box textarea[type="text"] {
    padding: 10px 10px 10px 55px;
    font-size: 14px;
    line-height: 16px;
    margin-left: -45px;
  }

  .form-box input[type="submit"] {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 22px;
  }

  /* WHY CHOOSE SECTION */
  .why-choose {
    padding: 40px 0 40px 50px;
  }

  .why-choose .left-side {
    width: 50%;
  }

  .why-choose .right-side {
    width: 50%;
  }

  .why-choose .left-side .icons li {
    width: 48%;
  }

  .why-choose .left-side p {
    margin-left: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .why-choose .left-side .img-wrapper {
    width: 25%;
  }

  .why-choose .left-side .navbar-right li {
    margin-right: 20px;
    min-width: 160px;
  }

  .why-choose .navbar-right a {
    margin-left: unset;
  }

  .why-choose .left-side h2 {
    max-width: unset;
    min-width: 600px;
  }

  .why-choose .right-side img {
    height: 75%;
  }

  /* SERVICES SECTION */

  .services {
    padding: 40px 50px;
  }

  .services .cards .text-wrapper h3,
  .services .house-card .column h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .services .house-card .column p {
    font-size: 16px;
    line-height: 20px;
  }

  /* ABOUT US SECTION */

  .about-us {
    padding: 80px 50px;
  }

  .about-us .map {
    width: 50%;
  }

  .about-us .map img {
    display: none;
  }

  .about-us .about-text {
    width: 45%;
  }

  .about-us .about-text .btn-list a {
    margin-left: unset;
  }

  /* REVIEW SECTION */
  .reviews {
    padding: 40px 75px 40px 75px;
  }

  .reviews .cards {
    justify-content: space-around;
    flex-flow: row wrap;
  }

  .reviews h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .reviews h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .reviews .cards li {
    width: 40%;
    margin-bottom: 40px;
  }

  /* FOOTER SECTION */
  .footer {
    padding: 0 50px;
  }

  .footer li img {
    height: 50px;
  }

  .footer .logo img {
    height: 40px;
  }
}

@media all and (max-width: 767px) {
  .container {
    padding: 0 25px;
  }

  /* NAVBAR SECTION */
  header {
    padding: 0 25px;
    height: 78px;
  }

  .navbar .navbar-right {
    width: 70%;
  }

  .navbar .navbar-left {
    width: 30%;
  }

  .navbar .navbar-left img {
    width: 100%;
    height: 100%;
  }

  .navbar .navbar-right a,
  .why-choose .navbar-right a,
  .about-us .about-text .btn-list a {
    min-height: 46px;
  }

  .navbar .navbar-right .call-wrapper {
    min-width: 130px;
  }

  .navbar .navbar-right .color-grey,
  .navbar .navbar-right .color-blue {
    display: none;
  }

  .navbar .navbar-right p,
  .why-choose .navbar-right p,
  .about-us .about-text .btn-list p {
    font-size: 12px;
    line-height: 14px;
  }

  .navbar .navbar-right img,
  .why-choose .navbar-right img,
  .about-us .about-text .btn-list img {
    width: 10px;
    height: 10px;
  }

  .navbar .navbar-right h5,
  .why-choose .navbar-right h5,
  .about-us .about-text .btn-list h5 {
    font-size: 9px;
  }

  /* BANNER SECTION */

  .banner {
    padding: 110px 25px 40px 25px;
  }

  .banner .banner-left {
    width: 100%;
  }

  .banner .banner-left h1 {
    max-width: 700px;
    font-size: 36px;
    line-height: 46px;
  }

  .banner .banner-left p,
  .book-now .left-side p,
  .footer p,
  .about-us .about-text p {
    font-size: 14px;
    line-height: 18px;
  }

  .banner .banner-left p {
    width: unset;
    min-width: unset;
  }

  .banner .banner-left .tags p {
    font-size: 12px;
    line-height: 14px;
    min-width: unset;
    max-width: unset;
    width: unset;
  }

  .banner .banner-left .tags h5 {
    font-size: 18px;
    line-height: 22px;
  }

  .banner .banner-right {
    width: 100%;
    position: relative;
  }

  .banner .banner-right .img-wrapper {
    position: relative;
    width: 100%;
    height: fit-content;
    justify-content: center;
  }

  .banner .banner-right .img-wrapper img {
    position: relative;
    width: 100%;
    height: 80%;
    max-width: unset;
    bottom: -40px;
    right: -10px;
  }

  .banner .banner-left .tags {
    width: unset;
    min-width: unset;
  }

  .banner .banner-left .tags .img-wrapper {
    width: 45px;
    height: 55px;
  }

  .banner .banner-left .tags .img-wrapper:before {
    width: 45px;
    border-bottom: 27.5px solid #0064ba;
    border-right: 20px solid transparent;
  }

  .banner .banner-left .tags .img-wrapper:after {
    width: 45px;
    border-top: 28.5px solid #0064ba;
    border-right: 20px solid transparent;
  }

  .banner .banner-left .tags .img-wrapper img {
    height: 80%;
  }

  .banner .banner-right .google-review {
    position: absolute;
    min-width: 150px;
    max-width: 180px;
    height: 160px;
    left: 0;
    bottom: -20px;
  }

  .banner .banner-right .review-wrapper h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner .banner-right .google-review .google-logo {
    width: 25%;
  }

  /* BOOK NOW SECTION */
  .book-now {
    padding: 40px 25px 40px 25px;
    flex-flow: row wrap;
  }

  .book-now .left-side {
    width: 100%;
  }

  .book-now .right-side {
    width: 100%;
    justify-content: center;
  }

  .book-now .left-side h2,
  .why-choose .left-side h2,
  .services h2,
  .about-us h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .book-now .left-side .img-wrapper {
    padding: 40px 0 20px 0;
  }

  .book-now .left-side .img-wrapper img {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .book-now .right-side .form-box .top-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .book-now .right-side .form-box h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .book-now .right-side .form-box .form-wrapper .form-fields img {
    width: 35px;
    height: 35px;
  }

  .book-now .right-side .form-box .form-wrapper .form-fields .img-wrapper img {
    width: 35px;
    height: 35px;
  }

  .form-box input[type="text"],
  .form-box textarea[type="text"] {
    padding: 5px 5px 5px 45px;
    font-size: 12px;
    line-height: 14px;
    margin-left: -35px;
  }

  .form-box input[type="submit"] {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  /* WHY CHOOSE SECTION */

  .why-choose {
    padding: 40px 25px 40px 25px;
    flex-flow: row wrap;
  }

  .why-choose .left-side {
    width: 100%;
  }

  .why-choose .right-side {
    width: 100%;
  }

  .why-choose .left-side p {
    margin-left: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .why-choose .left-side .navbar-right {
    justify-content: space-between;
  }

  .why-choose .left-side .navbar-right li {
    min-width: unset;
    max-width: unset;
    margin-right: unset;
    width: 47%;
  }

  .why-choose .left-side h2 {
    min-width: unset;
  }

  .why-choose .right-side img {
    position: relative;
    height: unset;
    width: 100%;
    bottom: -44px;
    right: unset;
  }

  /* SERVICES SECTION */

  .services {
    padding: 40px 25px 0 25px;
  }

  .services .cards {
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 25px;
  }

  .services .cards .text-wrapper h3,
  .services .house-card .column h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .services .cards li {
    width: 90%;
    min-width: unset;
    max-width: 320px;
  }

  .services .house-card .column p {
    font-size: 14px;
    line-height: 18px;
  }

  .services .house-card {
    display: none;
  }

  .services .cards .pipe-relining {
    display: flex;
  }

  /* ABOUT US SECTION */

  .about-us {
    padding: 40px 25px;
    flex-flow: row wrap;
  }

  .about-us .map {
    width: 100%;
    height: 250px;
  }

  .about-us .map img {
    display: none;
  }

  .about-us .about-text {
    width: 100%;
    margin-top: 25px;
  }

  .about-us .about-text .btn-list {
    flex-flow: row;
    justify-content: space-between;
  }

  .about-us .about-text .btn-list li {
    width: 47%;
    max-width: unset;
  }

  .about-us .about-text .btn-list .call {
    display: none;
  }

  .about-us h2 {
    max-width: unset;
  }

  /* REVIEW SECTION */
  .reviews {
    padding: 40px 25px 0 25px;
  }

  .reviews .cards {
    justify-content: center;
  }

  .reviews h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .reviews h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .reviews .cards li {
    width: 90%;
    min-height: 200px;
  }

  .reviews .cards .top-card {
    height: 35%;
  }

  .reviews .cards .bottom-card {
    height: 65%;
  }

  .reviews .cards .top-card h4,
  .reviews .cards .bottom-card p {
    font-size: 14px;
    line-height: 18px;
  }

  /* FOOTER SECTION */
  .footer {
    padding: 0 25px;
    height: 78px;
  }

  .footer ul {
    justify-content: center;
  }

  .footer li {
    margin-left: 25px;
  }

  .footer li img {
    height: 30px;
  }

  .footer li p {
    font-size: 12px;
    line-height: 16px;
  }

  .footer .logo {
    display: none;
  }
}

