@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  #navbarSupportedContent {
    padding: 15px 0 25px 0;
  }

  .slider_section {
    padding: 45px 0 90px 0;
  }
}

@media (max-width: 768px) {
  .text-xs-center {
    text-align: center;
  }

  .slider_section .detail-box {
    margin-bottom: 45px;
    text-align: center;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
  }

  .about_section .detail-box {
    margin-bottom: 45px;
  }

  .heading_center_xs {
    align-items: center;
    text-align: center;
  }

  .service_section .row .service_col_middle {
    order: 2;
  }

  .service_section .service_col_middle .box {
    margin-bottom: 45px;
  }

  .gallery-row img {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .info_footer {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .footer_section {
    min-height: 100vh;
    position: relative;
  }
}

@media (max-width: 376px) {
  .slider_section .detail_box h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}