@media only screen and (max-width: 1227px) {

    /* Navigation Bar */
    #navbar {
        flex-direction: column;
        flex-wrap: wrap;
    }

    /* Navigation Bar list styling */
    #navbar ul li {
        font-size: 12px;
    }

    #navbar ul li a {
        padding: 4px 13px;
        border: 0px solid white;
        border-radius: 0px;
    }

    /* Para Section */
    #para p {
        font-size: 18px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

     /* Para-1 Section */
     #para-1 {
        display: flex;
        justify-content: center;
        margin-top: 45px;
        flex-direction: column;
        align-items: center;
    }
    #para-1 h1 {
        margin-top: 23px;
        text-align: center;
        font-size: 2.8rem;
    }

    #para-1 {
        text-align: center;
    }

    /* Services Section */
    .services-iteam-1 h1 {
        text-align: center;
    }

    .services-iteam-1 p {
        font-size: 17px;
        text-align: center;
    }

    /* Footer Section */
    #footer-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footer p {
        letter-spacing: 2px;
        text-align: center;
        font-size: 23px;
    }

    #footer h1 {
        font-size: 23px;
        text-align: center;
    }

    .footer-iteam-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}



@media only screen and (max-width:620px) {

    /* Navigation Bar */
    #navbar {
        flex-direction: column;
        flex-wrap: wrap;
    }

    /* Navigation Bar list styling */
    #navbar ul li {
        font-size: 8px;
    }

    #navbar ul li a {
        padding: 4px 6px;
        border: 0px solid white;
        border-radius: 0px;
    }

    #para-1 img {
        max-width: 100%;
        height: 200PX;
        padding-right: 56px;
    }

    /* Services Section */
    #services {
        padding: 0px 40px;
        margin-top: 23px;
    }
    .services-iteam-1 p {
        font-size: 17px;
        text-align: center;
    }

    #corporate img {
        height: 100px;
    }

    /* Footer Section */
    #footer-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footer p {
        letter-spacing: 2px;
        text-align: center;
        font-size: 13px;
    }

    #footer h1 {
        font-size: 23px;
        text-align: center;
    }

    .footer-iteam-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

@media only screen and (max-width: 375px) {
    #home p {
        display: flex;
        flex-wrap: wrap;
        font-size: 10px;
    }

    #navbar ul li a {
        padding: 4px 3px;
        border: 0px solid white;
        border-radius: 0px;
    }

    .h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #250e62;
        font-size: 1.9rem;
        font-weight: bolder;
        margin-top: 35px;
    }

    /* Services Section */
    #services {
        padding: 0px 23px;
        margin-top: 23px;
    }
    .services-iteam-1 p {
        font-size: 11px;
        text-align: center;
    }
}

@media only screen and (max-width:1478px) {

    /* corporate Section */
    #corporate img {
        margin-top: 28px;
        height: 500px;
    }
}

@media only screen and (max-width: 1060px) {

    /* corporate Section */
    #corporate img {
        margin-top: 28px;
        height: 400px;
    }
}

@media only screen and (max-width: 825px) {

    /* corporate Section */
    #corporate img {
        margin-top: 28px;
        height: 208px;
    }
}

@media only screen and (max-width: 375px) {

    /* corporate Section */
    #corporate img {
        margin-top: 28px;
        height: 150px;
    }
}