@media only screen and (max-width:1366px) {
    .home-bannerss .bnt-imgss img {
        height: 100vh;
    }

    footer .about-content p {

        font-size: 15px;
    }
}

@media (max-width:1126px) {
    header nav .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        margin-left: 8px;
        margin-right: 8px;
    }

    footer .menu-link ul li {
        transition: all 0.3s;
        margin-bottom: 0.2rem;
        font-size: 15px;

    }

    .project-overview-content {
        overflow: hidden;
    }
}

@media (max-width:968px) {
    header nav .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 5px 0px;
    }

    .home-about .ab-img-wrapper {

        margin-bottom: 60px;
    }

    .connect {
        background-image: linear-gradient(90deg, var(--theme-color) 50% 50%, var(--theme-color) 50%);
    }

    .connect iframe {
        padding-left: 0rem;
        padding-top: 2rem;
    }

    .galler-home {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .galler-home .gal-box:last-child {
        display: none;
    }

    header .cal-icons {
        display: none;
    }

    .bredcrumb h1 {
        font-size: 30px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .home-bannerss .form-container {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: auto;
    left: 50%;
}
}

@media (max-width:576px) {
    .common-heading {
        font-size: 24px;
    }

    .home-about .ab-img-wrapper {
        margin-right: 0;
    }

    .home-about .ab-img-wrapper:before {

        bottom: -20px;
    }

    .director-message-section .section-title {
        font-size: 1.5rem;
    }

    .director-message-section .director-message-content p.quotes i {

        font-size: 27px;
    }

    .director-message-section .director-message-content p.quotes {
        font-size: 17px;
        padding-left: 2rem;
    }

    .bredcrumb h1 {
        color: #fff;
        font-size: 24px;
    }

    .contact-main-content {
        overflow: hidden;
    }



    .whatsapp {
        bottom: 0;
        left: 0;
        border-radius: 0;
        width: 50%;
        height: 46px;
        box-shadow: unset;
    }

    #openPopup {
        width: 50%;
        bottom: 0;
        right: 0;
        border-radius: 0;

    }

    .common-space {
        padding: 2.5rem 0;
    }

    .contact-main-content .contact-info-block {
        padding: 20px 15px;
    }

    .contact-main-content .contact-info-block p a {
        font-size: 14px;
    }

    .contact-main-content .contact-info-block p {
        font-size: 14px;
    }

    .home-bannerss .form-container .call-us-link {

    font-size: 0.9rem;
}
.home-bannerss .form-container .heading-title {
font-size: 1.1rem;
}
.home-bannerss .form-container .form-heading {
    display: flex
;
    align-items: center;
    margin-bottom: 1rem;
    gap: 11px;
}
.home-bannerss .form-container .call-us-link {
        font-size: 0.7rem;
    }
}