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

    .navbar-logo img {
        width: 90%;
    }

    .navbar-left {
        width: 55%;
        justify-content: space-between;
    }
    
    .navbar-right {
        width: 45%;
    }
    
    .navbar-right .call-us {
        margin-left: 10px;
    }

    .google-review .wrapper .google-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .google-review .wrapper .column {
        padding-left: 5px;
    }

    .google-review .wrapper img {
        width: 100%;
        padding: 5px;
    }

    .google-review .wrapper .column img {
        width: 70%;
    }

    .google-review .wrapper .column .row {
        display: flex;
        align-items: center;
    }

    .google-review .wrapper .row h4 {
        font-size: 24px;
    }

    .google-review .wrapper .column p {
        font-size: 15px;
    }

    .enquire a {
        padding: 20px 20px;
        font-size: 15px;
        line-height: 22px;
    }

    .call-us a {
        font-size: 15px;
        line-height: 18px;
    }

    /* BANNER SECTION */

    .banner {
        padding: 150px 100px 40px 100px;
    }
    
    .banner-content {
        width: 55%;
    }

    .banner-content .column h1 {
        font-size: 44px;
        line-height: 50px;
        width: 100%;
    }
    
    .banner-content .column p {
        font-size: 18px;
        line-height: 22px;
        margin-top: 15px;
        width: 100%;
    }

    .banner-content .banner-services {
        flex-flow: row wrap;
        padding: 10px 0;
    }

    .banner-services .service {
        width: 50%;
        min-width: 200px;
    }

    .service h5 {
        font-size: 18px;
        line-height: 22px;
        padding-left: 10px;
    }

    .free-fee .row {
        left: 0;
    }

    .banner-content .service {
        margin: 10px 0;
    }

    .banner-img {
        margin-left: 0px;
        width: 45%;
    }

    .banner-img img {
        width: 380px;
        right: -80px;
        bottom: -55px;
    }

    /* CARD SECTION */

    .offer-cards {
        padding: 80px 80px 60px 80px;
        justify-content: space-around;
    }

    .offer-cards .card {
        width: 45%;
        position: relative;
        min-height: 350px;
        margin-top: 0px;
    }

    .offer-cards .card .card-icon img {
        width: 38%;
     }

    .offer-cards .card .card-content {
        padding: 20% 20px 10px 20px;
        min-height: 240px;
     }

     .offer-cards .card .card-content h4 {
        font-size: 22px;
        line-height: 28px;
        width: 90%;
     }
    
     .offer-cards .card .card-content p {
        font-size: 18px;
        line-height: 24px;
     }

     /* SPECIAL DEALS SECTION */
    
    .special-deals h4 {
        font-size: 22px;
        line-height: 30px;
    }
    
    .special-deals h5 {
        font-size: 14px;
        line-height: 20px;
    }
    
    .special-deals h3 {
        font-size: 34px;
        line-height: 38px;
        margin-left: 5px;
    }

    .card-img img {
        width: 65%;
    }

    .card-deals {
        margin-top: 0px;
    }

    .card-tb {
        margin-top: 10px;
    }

    .special-deals .card-deals {
        padding: 15px 20px 10px 90px;
        margin-left: 80px;
        min-height: 80px;
    }

    .form-contact .phone-img {
        margin-left: 0;
    }

    .form-contact {
        width: 100%;
        max-width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-contact .phone-img img {
        position: relative;
        width: 100%;
        min-width: 230px;
        max-width: 280px;
    }

    .phone-content {
        padding: 10px 20px;
        min-width: 230px;
        max-width: 300px;
        margin-top: -70px;
        margin-left: 0;
    }

    .phone-content h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .form-wrapper input[type=text] {
        border-radius: 5px;
        font-size: 15px;
        line-height: 20px;
        padding: 5px 0 5px 20px;
        margin: 5px 0;
        border: none;
        width: 100%;
    }

    .form-wrapper input[type=submit] {
    font-size: 16px;
    line-height: 22px;
    margin: 8px 0;
    padding: 10px 0px;
    }

    .message {
    height: 60px;
    }

/* CAR BANNER SECTION */

.car-banner {
    margin-top: 40px;
    padding: 40px 0px 80px 100px;
}

.car-banner .banner-content .content-text h3 {
    font-size: 42px;
    line-height: 46px;
}

.car-banner .banner-content .content-text p {
    font-size: 22px;
    line-height: 24px;
    text-transform: capitalize;
}

.content-buttons {
    margin-top: 20px;
}

.car-banner .banner-content .enquire a {
    padding: 10px 10px;
    min-height: 60px;
    font-size: 18px;
}

.car-banner .banner-content .call-us a {
    padding: 10px 20px;
    font-size: 18px;
    min-height: 60px;
    max-width: 200px;
}

.content-buttons .call-us h3 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
  }

.content-buttons .call-us {
    width: 60%;
}

/* SERVICES SECTION */

.services{
    padding: 60px 100px;
}

.services-card {
    width: 100%;
    padding: 30px 20px 20px 20px;
    max-width: 240px;
}

.services-card .services-text p {
    font-size: 16px;
    line-height: 22px;
}

.services-card .services-img {
    max-height: 60px;
}

.services-card .services-img img {
    max-height: 60px;
}

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

.reviews-wrapper {
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    margin-top: 60px;
}

.review {
    width: 45%;
    margin-bottom: 40px;
}

.review-content {
    background: #FFFFFF;
    padding: 20px 25px 20px 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.review-user {
    padding: 20px 25px 5px 25px;
}

.review-user img {
    width: 60%;
    padding-top: 10px;
}

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

.reviews-wrapper p {
    font-size: 15px;
    line-height: 20px;
}

/* FOOTER SECTION */
.footer-text {
    color: #2C3135;
    padding-top: 40px;
}

.footer-text h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
}

.footer-text p {
    font-size: 20px;
    line-height: 24px;
}

.footer-brands {
    padding: 30px 60px;
}

.footer-brands .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.footer-brands .row li {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-brands .row img {
    width: 60%;
    padding: 10px 10px;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-bottom .footer-logo {
    width: 50%;
}

.footer-bottom .footer-logo img{
    width: 80%;
}

.footer-bottom .footer-buttons {
    width: 50%;
}

.footer-brands .rheem-logo img {
    max-width: 90px;
}
}


@media all and (max-width:767px) {

    header {
        height: 150px;
        margin: 0;
    }

    .container {
        padding: 0 25px;
    }

    .navbar {
        flex-flow: row wrap;
        padding: 10px 30px;
    }

    .navbar-logo img {
        width: 85%;
        max-height: 64px;
    }

    .navbar-left {
        width: 100%;
        justify-content:left;
    }

    .navbar-right {
        width: 100%;
    }

    .google-review a {
        max-height: 60px;
        max-width: 200px;
        border-radius: 5px;
    }

    .google-review .wrapper .column {
        padding-left: 5px;
    }

    .google-review .wrapper img {
        width: 100%;
        padding: 5px;
    }

    .google-review .wrapper .column img {
        width: 70%;
    }

    .google-review .wrapper .column .row {
        display: flex;
        align-items: center;
    }

    .google-review .wrapper .row h4 {
        font-size: 18px;
    }

    .google-review .wrapper .column p {
        font-size: 12px;
    }

    .enquire a {
        padding: 17px 20px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 5px;
    }

    .call-us a {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 20px;
        border-radius: 5px;
    }


    /* BANNER SECTION */

    .banner {
        padding: 200px 25px 20px 25px;
        flex-flow: column nowrap;
    }

    .banner-content {
        width: 100%;
    }

    .banner-content .column h1 {
        font-size: 34px;
        line-height: 38px;
        width: 100%;
    }

    .banner-content .column p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
        width: 100%;
    }

    .banner-content .banner-services {
        flex-flow: row wrap;
        padding: 10px 0;
    }

    .banner-services .service {
        width: 50%;
        min-width: 120px;
    }

    .banner-services .service img {
        max-width: 50px;
        max-height: 40px;
    }

    .service h5 {
        font-size: 14px;
        line-height: 18px;
        padding-left: 5px;
    }

    .free-fee {
        display: flex;
        justify-content: center;
        padding: 30px 0 20px 0;
    }

    .free-fee .row {
        position: relative;
        bottom: 0px;
        width: 65%;
        padding: 10px 10px;
        max-width: 300px;
    }

    .free-fee img {
        width: 30%;
        max-width: 50px;
    }

    .free-fee h3 {
        font-size: 18px;
        line-height: 24px;
        margin-left: 15px;
    }

    .banner-img {
        position: relative;
        display: flex;
        justify-content: center;
        margin-left: 0;
        width: 100%;
    }

    .banner-img img {
        position: relative;
        width: 90%;
        bottom: -30px;
        right: 0;
    }


    /* CARD SECTION */

    .offer-cards {
        padding: 80px 25px 60px 25px;
        flex-flow: column nowrap;
    }

    .offer-cards .card {
        width: 100%;
        min-height: 280px;
        max-width: 300px;
    }

    .offer-cards .card .card-icon img {
        width: 35%;
        max-width: 100px;
     }

    .offer-cards .card .card-content {
        padding: 15% 20px 10px 20px;
        min-height: 180px;
     }

     .offer-cards .card .card-content h4 {
        font-size: 18px;
        line-height: 22px;
        width: 90%;
     }
    
     .offer-cards .card .card-content p {
        font-size: 14px;
        line-height: 18px;
     }

     /* SPECIAL DEALS SECTION */

     .special-deals .cards {
        width: 100%;
        max-width: 300px;
    }

    .special-deals .cards .card {
        justify-content: center;
        align-items:center;
        min-height: 0px;
    }

     h2 {
        font-size: 30px;
        line-height: 34px;
    }

     .special-deals .row {
         flex-flow: row wrap;
         justify-content: space-around;
     }

    .special-deals h4 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .special-deals h5 {
        font-size: 14px;
        line-height: 16x;
    }
    
    .special-deals h3 {
        font-size: 28px;
        line-height: 36px;
        margin-left: 5px;
    }

    .card-img {
        width:40%;
        left: -30%;
    }

    .card-img img {
        width: 100%;
        max-width: 120px;
    }

    .card-deals .row {
        margin-top: 5px;
        flex-flow: row wrap;
    }

    .card-tb {
        margin-top: 5px;
    }

    .special-deals .card-deals {
        width: 60%;
        padding: 10px 10px 5px 60px;
        margin-left: 30px;
        min-height: none;
        max-width: 220px;
        min-width: 200px;
    }

    .form-contact {
        width: 100%;
        max-width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-contact .phone-img img {
        position: relative;
        width: 100%;
        min-width: 230px;
        max-width: 280px;
        left: 0;
    }

    .phone-content {
        padding: 10px 20px;
        min-width: 230px;
        max-width: 280px;
        margin-top: -70px;
    }

    .phone-content h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .form-wrapper {
        margin-top: -10px;
    }

    .form-wrapper input[type=text] {
        border-radius: 5px;
        font-size: 14px;
        line-height: 18px;
        padding: 5px 0 5px 10px;
        margin: 5px 0;
        border: none;
        width: 100%;
    }

    .form-wrapper input[type=submit] {
        font-size: 14px;
        line-height: 18px;
        margin: 8px 0;
        padding: 5px 0px;
    }

    .message {
        height: 60px;
    }

/* CAR BANNER SECTION */

.car-banner {
    padding: 40px 0px 80px 25px;
    flex-flow: row wrap;
}

.car-banner .banner-content {
    width: 100%;
    max-width: 300px;
}

.car-banner .banner-content .content-text h3 {
    font-size: 34px;
    line-height: 38px;
}

.car-banner .banner-content .content-text p {
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
}

.content-buttons {
    margin-top: 20px;
}

.car-banner .banner-content .enquire a {
    padding: 10px 20px;
    min-height: 55px;
    font-size: 14px;
}

.car-banner .banner-content .call-us a {
    padding: 5px 10px;
    font-size: 14px;
    min-height: 55px;
    max-width: 150px;
}

.content-buttons .call-us h3 {
    font-size: 16px;
    line-height: 20px;
}

.content-buttons .call-us {
    width: 60%;
}

.car-img {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.car-img img {
    max-width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -80px;
}


/* SERVICES SECTION */

.services{
    padding: 60px 25px;
}

.services-cards {
    justify-content: space-evenly;
}

.services-card {
    width: 100%;
    padding: 30px 20px 20px 20px;
}

.services-card .services-img {
    max-height: 60px;
}

.services-card .services-img img {
    max-height: 60px;
}

.services-text {
    height: 60px;
}

.services-card .services-text p {
    font-size: 14px;
    line-height: 20px;
}

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

.review {
    width: 85%;
    margin-bottom: 40px;
    max-width: 280px;
}

.reviews-wrapper {
    margin-top: 40px;
}

.reviews-wrapper h4 {
    font-size: 16px;
    line-height: 20px;
}

.reviews-wrapper p {
    font-size: 14px;
    line-height: 18px;
}

/* FOOTER SECTION */
.footer-text {
    color: #2C3135;
    padding-top: 40px;
}

.footer-text h3 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px;
}

.footer-text p {
    font-size: 16px;
    line-height: 20px;
}

.footer-brands {
    padding: 30px 25px;
}

.footer-brands .row li {
    width: 50%;
    min-height: 100px;
    max-width: 200px;
}

.footer-brands .row img {
    width: 100%;
    padding: 10px 10px;
    max-width: 120px;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-bottom .footer-logo {
    width: 45%;
}

.footer-bottom .footer-logo img {
    width: 90%;
}

.footer-bottom .footer-buttons {
    width: 55%;
}

.footer-bottom .footer-buttons .enquire {
    display: none;
 }

 .footer-buttons .call-us a {
    padding: 10px 10px;
    font-size: 16px;
}

.footer-bottom .footer-buttons .call-us {
    margin-left: 0px;
}
}
