@media (max-width: 500px) {

    #header {
        position: sticky;
    }

    .slide img {
        height: 26vh;
    }

    .slider{
        height: 26vh;
    }
    #banner {
        height: 33vh;
        align-items: flex-start;
    }

    ul{
        height: 90vh;
    }

    /* Clients */
    #clients {
        margin: 0;
        padding: 0 3px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 65px;
    }

    #clients #heading {
        font-size: 25px;
        padding: 0 0;
    }

    #clients .list {
        display: flex;
        flex-direction: row;
    }

    #clients img {
        width: 70px;
    }

    .logos {
        flex-direction: column;
        width: 30vw;
    }

    /* Services */
    .head {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .firstSection {
        padding: 20px 0;
        padding-bottom: 20px;
    }

    .container-section .box {
        padding: 0px 10px;
    }

    .container-section {
        padding: 0 20px;
        flex-direction: column;
    }

    .container-section .service-image {
        width: 32vw;
    }

    .box span {
        margin: 10px 0;
        font-size: 16px;
        font-weight: 500;
    }

    .box p {
        display: none;
    }

    /* Projects */
    /* Current Projects */
    .projects {
        margin: 15px 0;
        padding: 10px 15px;
    }

    #project-head {
        font-size: 25px;
    }

    #pro-spans-div {
        margin: 15px 0;
    }

    .progress {
        flex-direction: column;
    }

    /* Achivement */
    .apart h2 {
        margin: 30px 0;
        font-size: 25px;
    }

    .uniques {
        flex-direction: column;
        padding: 10px 10px;
        height: fit-content;
        align-items: center;
        justify-content: flex-start;
    }

    .apart p {
        display: none;
    }

    .counter .row {
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        font-size: 20px;
    }

    .counter .row h2 {
        font-size: 40px;
        color: rgb(0, 0, 93);
    }

    .counter .india {
        padding-top: 62px;
    }

    /* GALLERY */
    .gallery {
        padding: 0;
        padding-bottom: 20px;
    }

    .gallery .image-box img {
        width: 40vw;
    }

    .gallery .image-box {
        flex-wrap: wrap;
    }

    /* FOOTER */
    footer {
        padding: 30px 20px;
        height: 51vh;

    }

    #footer-1 {
        padding-top: 22px;

    }

    footer .col-first img {
        width: 32vw;
        padding-bottom: 25px;
    }

    .col-second {
        display: none;
    }

    .col-fourth {
        display: none;
    }

    .col-third {
        display: none;
    }


    /* PROJECT PAGE */
    #project-banner {
        height: 24vh;
    }

    .styled-table {
        font-size: 0.5em;
        min-width: 200px;
    }

    #section-1 {
        height: fit-content;
    }

    /* About PAGE */
    #about-banner {
        height: 24vh;
    }

    #about-section {
        padding: 40px 10px;
    }

    #about-section .desc {
        flex-direction: column-reverse;
    }

    #about-section img {
        width: 60vw;
    }

    #about-section #heading {
        font-size: 25px;
        padding-bottom: 20px;
    }

    #about-section .left-section {
        width: 102%;
        line-height: 2;
        padding: 20px;
        font-size: 10px;
    }

    .box span {
        font-size: 11px;
        font-weight: 500;
    }

    #setapart {
        font-size: 25px;
    }


    .unique .container-section .box span {
        font-size: 10px;
        margin: 10px 0;
    }

    #apart-1 {
        width: 50px;
    }

    #apart-2 {
        width: 60px;
    }

    #apart-3 {
        width: 70px;
    }

    #apart-4 {
        width: 60px;
    }

    /* SERVICES PAGE */
    .fire .fire-head {
        z-index: -1;
    }

    .services {
        display: flex;
        flex-direction: column;
        padding: 50px 80px;
    }

    #services-banner {
        height: 24vh;
    }

    .services {
        padding: 50px 10px;
    }

    .fire .fire-head {
        font-size: 20px;
    }

    .fire .fire-head::before {
        width: 3px;
        height: 20px;
        top: 5px;
        left: -16px;
    }

    .plumbing .plumbing-head {
        font-size: 20px;
    }

    .plumbing .plumbing-head::before {
        width: 3px;
        height: 20px;
        top: 5px;
        left: -16px;
    }

    .fire .head-image {
        width: 82vw;
        margin: 20px 17px;
    }

    .fire-service {
        margin: 0 10px;
        width: 106%;
    }

    .icon {
        width: 42vw;
    }

    .icon span {
        font-size: 10px;
    }

    .plumbing {
        margin-top: 73px;
    }

    .plumbing .head-image {
        width: 82vw;
        margin: 20px 17px;
    }

    .plumbing .plumbing-include {
        margin: 0 10px;
        width: 100%;
    }

    .plumbing .icon {
        width: 42vw;
    }

    /* GALEERY */
    #gallery-banner {
        height: 24vh;
    }

    .gallery h3 {
        z-index: -1;
    }

    .gallery .image-box img {
        width: 40vw;
        margin: 10px 15px;
    }

    /* CONTACT */
    #contact-banner {
        height: 24vh;
    }

    #contact-form {
        padding: 50px 10px;
    }

    .head {
        font-size: 25px;
    }

    .form-data {
        display: flex;
        flex-direction: column;
    }

    #forms {
        align-items: flex-start;
        width: 100%;
    }

    .form :where(.input-box input, .select-box) {
        width: 90vw;
    }

    .form button {
        width: 65%;
    }

    .maps {
        margin-left: 2px;
        margin-top: 50px;
    }

    iframe {
        width: 93vw;
    }

    #reach {
        padding: 50px 10px;
        flex-direction: column;
        height: fit-content;
    }

    #contact-form {
        padding: 50px 10px;
        position: relative;
        z-index: -1;
    }

    #reach h3 {
        font-size: 15px;
        padding: 5px 0;
    }
    #reach #branch {
        padding-top: 5px;
    }

    #reach h1 {
        font-size: 15px;
    }

    #reach span {
        font-size: 12px;
    }


}