@media (max-width: 1300px) {
  .navbar-brand img {
    height: 50px;
  }
}

@media (max-width: 1120px) {
  
  .navbar-brand img {
    height: 50px;
  }
}

@media (max-width: 992px) {
  .long_section {
    margin-left: 30px;
    margin-right: 30px;
  }

  /* .hero_area {
    min-height: auto;
  } */

  .quote_btn-container a {
    margin-right: 0;
    margin-top: 10px;
  }

  .slider_section {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  
  .quote_btn-container {
    flex-direction: column;
    align-items: center;
  }

  .navbar-brand img {
    height: 50px;
  }

}

@media (max-width: 768px) {


  .slider_section {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .slider_section .detail_box {
    text-align: center;
    padding-left: 0;
  }

  .slider_section .img-box {
    margin-top: 45px;
  }

  .about_section .img-box {
    margin-bottom: 45px;

  }

  .contact_section .form_container {
    margin-bottom: 45px;
  }

  .client_section .box {
    flex-direction: column;
    text-align: center;
    margin: 45px 15px;
  }

  .client_section .box .detail-box {
    align-items: center;
  }

  .client_section .box .img-box {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .info_section .contact_nav {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .info_section .contact_nav a {
    margin-bottom: 15px;
  }

  .info_section .row>div {
    text-align: center;
  }

  .info_section .info_post .post_box {
    justify-content: center;
  }

  .info_section .info_links .info_links_menu a {
    flex-basis: 100%;
  }

  .info_form {
    margin-top: 35px;
  }

  .info_form form {
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .info_form .social_box {
    justify-content: center;
  }

  .info_form .social_box a {
    margin: 0 5px;
  }

  .navbar-brand img {
    height: 45px;
  }
  .heading_container_video{
	  width: 270px;
  }
}

@media (max-width: 576px) {
  .long_section {
    margin-left: 25px;
    margin-right: 25px;
  }


  .info_section .info_links .info_links_menu {
    margin-bottom: 35px;
  }

  .info_section .info_links .info_label_menu {
    margin-bottom: 35px;
  }

  .navbar-brand img {
    height: 40px;
  }

  .image_section {
    height: 200px;
    font-size: 26px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {
  .long_section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .slider_section .detail-box .btn-box {
    flex-direction: column;
  }

  .slider_section .detail-box .btn-box a {
    width: 100%;
  }

  .furniture_section .box .img-box {
    height: auto;
  }
}

@media (max-width: 376px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .swiper-banner {
    max-width: 100%;
    height: 860px;
  }
  .swiper-banner .banner-image{
    height: 860px;
    object-fit: cover;
  }

  .container-head {
    max-width: 100%;
  }
  .container {
    max-width: 1400px;
  }
  .navbar-brand img {
    height: 50px;
  }
  .swiper-banner .col-md-12{
    padding: 0 !important;
  }
  .banner-inner{
    height: 1120px;
  }
}


@media screen and (min-width: 980px) {
  .custom_nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
