/** 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 {
    font-size: 12px;
    padding: 10px !important;
}

}

@media (min-width: 768px) and (max-width: 992px) {
 .navbar-toggler-icon {
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

.banner-sec {
    padding: 40px 0;
}
.hero-bg:after {
    background: #0000008f;
}

}

@media (max-width: 768px) {
  .floor-info {
    padding: 1rem 0;
  }

  .floor-step,
  .floor-step.reverse {
    flex-direction: column;
  }

  .step-number {
    font-size: 2.5rem;
  }

  .floor-image {
    max-height: 220px;
    margin-bottom: 1rem;
  }
}


@media(max-width: 767px) {
 .navbar-toggler-icon {
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

.banner-sec {
    padding: 40px 0;
}
.hero-bg:after {
    background: #0000008f;
}
.title {
    font-size: 24px;
    line-height: 30px;
}
.gallery-box img {
    height: 140px;
}
.mb-5 {
    margin-bottom: 25px !important;
}
footer .small.text-muted {
    text-align: justify !important;
}  

}

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