@media (max-width: 991px) { 
    
}
@media (max-width: 768px) { 
    section.sec-hero {
        height: unset;
    }
    .banner-image {
        padding: 40px 20px;
    }
    section.sec-hero .row {
        flex-direction: column-reverse;
    }
    section.sec-hero h1, section.sec-hero p {
        text-align: center;
    }
    h1.hero-title {
        font-size: 36px;
    }
    .banner-image {
        padding: 20px 20px !important;
    }
    .sec-hero .btn {
        margin: 0px auto;
    }
    .btn-quote {
        margin-left: 0px !important;
        margin: 0px auto;
    }
    .products-grid {
        padding-left: 24px;
    }
    .sec-we-help h2 {
        font-size: 24px;
    }
    .sec-we-help p {
        font-size: 16px;
    }
    section h2 {
        font-size: 32px !important;
    }
    .sec-why-ccs .why-card {
        margin-bottom: 20px;
    }
    .sec-why-ccs p, .sec-why-ccs h4 {
        text-align: center;
    }
    .offer-card h4 {
        font-size: 24px;
    }
    .offer-card p {
        font-size: 16px;
    }
    .sec-about-banner .about-img img {
        height: 160px;
    }
    .sec-about-banner h1 {
        font-size: 32px;
    }
    .sec-about-banner p {
        font-size: 18px;
        width: 80%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec-our-vision, .sec-our-mission {
        background-image: unset;
    }    
    .body-services .sec-about-banner .services-desc {
        font-size: 18px;
        width: 90% !important;
    }
    section.sec-why-choose ul li {
        font-size: 20px;
    }
    ul#contactTab {
        width: 100%;
        height: 60px;
        padding: 0px 10px;
    }
    ul#contactTab li.nav-item button {
        font-size: 18px;
    }
}