@media (min-width: 768px) {


    .hamburger-container {
        display: none;
    }

    #header {
        position: relative;
    }

    .header-container {
        height: 200px;
    }

    #header #logo {
        display: none;
    }

    .logo-mobile {
        display: none;
    }

    #services {
        border-radius: 5px;
        width: 100%;
        padding: 40px 40px 30px 40px;
        margin-bottom: 20px;

    }

    #services-content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service {

        flex: 1 1 calc(33.333% - 40px);
        margin: 20px;
    }

    #nav {
        display: block;
        z-index: 3;
    }

    .logo1 {
        display: block;
    }

    .submit-flex {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    input#submit {
        margin-top: 40px;
    }

    #contact-container {
        border-radius: 5px;
        padding: 40px;
        max-width: 900px;

    }

    #social-contact-container {
        border-radius: 5px;
        margin-bottom: 20px;
    }

    #hero {
        background-image: url(/images/aircon4-web.jpg);
        border-radius: 5px;
    }

    #hero-services {
        background-image: url(/images/men-aircon.jpg);
        border-radius: 5px;
    }

    #hero-faqs .hero-overlay {
        border-radius: 5px;
    }

    #hero-faqs {
        border-radius: 5px;
    }


    #hero-faqs #hero-content {
        border-radius: 5px;
    }


    #social-contact-container {
        background-image: url(/images/hero2-web.jpg);
    }

    #social-content {
        border-radius: 5px;
    }

    #social-overlay {
        border-radius: 5px;
    }

    #social-h2 h2 {
        padding: 0 15px;
    }


    #main {
        padding-top: 10px;
    }

    .hero {
        margin-bottom: 20px;
        border-radius: 5px;
        width: 100%;
    }

    .hero-content {
        padding: 40px 40px;
    }

    .hero .overlay {
        border-radius: 5px;
    }

    #hero-services {
        height: 365px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    #hero-services .overlay {
        border-radius: 5px;
    }

    #sitemap a {

        font-size: 1.1em;

    }

    #sitemap .icon-atr {
        font-size: 0.9em;
    }

    input {
        width: 50%;
    }




    #email {
        max-width: 500px;
    }

    #faqs div.hero-overlay {
        border-radius: 5px;
    }

    #hero-faqs {
        border-radius: 5px;
    }

    #hero-faqs .hero-overlay {
        border-radius: 5px;
    }

    #hero-faqs #hero-content {
        border-radius: 5px;
    }

    #form-flex {
        flex-direction: row;

        justify-content: space-between;
    }

    #form-flex .button {
        margin-bottom: 5px;
    }


}

@media (prefers-color-scheme: dark) {}