/** media query **/
@media (min-width: 1300px) and (max-width: 1400px) {}


@media (min-width: 1200px) and (max-width: 1300px) {}


@media (min-width: 993px) and (max-width: 1200px) {
    .navbar-nav .nav-link {
        padding: 10px !important;
        font-size: 11px;
    }

    .hero-section {
        min-height: 100%;
    }

    .hero-wrap {
        padding: 80px 15px;
    }

}

@media (max-width: 992px) {
    .col-custom {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .hero-section {
        min-height: 100%;
    }

    .hero-wrap {
        padding: 70px 15px;
    }

    .form-section {
        margin-top: 30px;
    }

    .navbar-toggler-icon {
        filter: brightness(0) invert(1);
        opacity: 1;
    }

    .navbar-toggler:focus {
        outline: none;
        border: none;
    }
}

@media (max-width: 768px) {
    .col-custom {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .icon-wrap {
        width: 60px;
        height: 60px;
    }

    .amenity-title {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media(max-width: 767px) {
    .hero-title {
        font-size: 36px;
        line-height: 39px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .form-section {
        margin-top: 20px;
    }

    .hero-wrap {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .hero-bg:after {
        background: #000000b3;
    }

    .navbar-toggler-icon {
        filter: brightness(0) invert(1);
        opacity: 1;
    }

    .navbar-toggler:focus {
        outline: none;
        border: none;
    }

    .title {
        font-size: 24px;
    }

    .about-text {
        text-align: justify !important;
    }

    section.buildings-img {
        display: none;
    }

    ul#floorPlanTabs li {
        margin-bottom: 15px;
        display: block;
    }

    ul#floorPlanTabs li button {
        width: 100%;
    }

    ul#floorPlanTabs {
        display: block;
    }

    .gallery-box img {
        height: 150px;
    }

    #location p {
        text-align: justify;
    }

    .image-box {
        margin-top: 30px;
    }

    .hero-section {
        min-height: 100% !important;
    }
.number-circle {
    flex-shrink: 0;
}

}

@media(max-width: 360px) {}