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

    .nav-item a {
        font-size: 12px;
        margin: 2px 12px;
        letter-spacing: 1px;
        color: black;
        font-weight: 500;
    }

    .navbar-brand img {
        width: 70%;
    }

    .main-img img {
        position: relative;
        width: auto !important;
        height: auto;
    }

    .testimonial-card {
        border: 1px solid rgb(209, 208, 208);
        border-radius: 5px;
        min-height: 400px;
        padding: 10px;
    }

    .phy-provide-card {
        padding: 10px;
        min-height: 580px !important;
    }

    .LBS-card {
        height: 250px !important;
    }

    .CSR-card {
        min-height: 280px !important;
    }

}


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

    .nav-item a {
        font-size: 12px;
        margin: 2px 5px;
        letter-spacing: 1px;
        color: black;
        font-weight: 500;
    }

    .navbar-brand img {
        width: 68%;
    }

    .main-img img {
        position: relative;
        width: 100% !important;
        height: auto;
    }

    .phy-provide-card {
        padding: 10px;
        min-height: 580px !important;
    }

    .CSR-card {
        min-height: 300px !important;
    }

    .main-page {
        margin-top: 50px;
    }

    .main-page-btn a {
        margin: 10px 2px !important;
    }
}


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

    /* Main Services Overlay */
    .service-overlay {
        position: relative;
        top: -300px !important;
        left: 20px !important;

    }

    .service-overlay1 {
        display: flex;
        align-items: center;
        border: 2px solid #71bd3ae6;
        border-radius: 7px;
        max-width: 90%;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.8);
        margin-top: 10px;
    }

    .service-overlay1 i {
        font-size: 40px;
        color: #71bd3ae6;
    }

    .service-overlay1 h5 {
        font-size: 20px;
    }

    .service-overlay1 p {
        font-size: 14px !important;
    }

    .services-img img {
        width: 80% !important;
    }

    .main-page {
        margin-top: 50px;
    }

    .main-page h1 {
        font-size: 40px;
    }

    .service-overlay-text {

        padding-top: -400px !important;
        padding-left: 30px;
    }

    .MRCMB h4 {
        font-size: 25px;
    }
}