@media screen and (max-width: 900px) {

    /* general style */
    .container {
        max-width: 100%;
        padding: 0px 20px;
        margin: 0 auto;
    }
    .bread-crumb-section{
        height: 160px;
    }

    /* navigation bar */
    .navigation-section{
        margin-top: 0px;
    }
    .navigation-section .navigation-wrap{
        border-radius: 0;
    }
    .navigation-section nav .each-link {
        margin-left: 18px;
    }
    /* footer */
    .footer-section footer .footer-links{
        grid-template-columns: 1fr;
    }

    /* ===============
    Our Services page
    =================*/
    .service-list-section .service-list-wrap .each-service {
        flex: 0 0 41%;
        max-width: 41%;
    }
    /* ===============
     contact us 
     ==================*/
    .form-contact-details-section .form-details-wrap .content-side{
        width: 100%;
    }
    .form-details-wrap .form-side{
        width: 100%;
        margin-top: 30px;
    }
    .contact-us-page .form-contact-details-section::before{
        bottom: 200px;
    }
    /* ===============
    Career page
    =================*/
    .job-lis-container{
        grid-template-columns: repeat(2, 1fr);
    }
}