@media (max-width: 1300px) {
    #owl-demo .item img {
        height: 678px;
        max-height: 678px;
    }
}

@media (max-width: 1120px) {
    #owl-demo .item img {
        height: 678px;
        max-height: 678px;
    }
}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .carousel-indicators {
    margin-top: 45px;
  }

}

@media (max-width: 767px) {

  .about_section .detail-box,
  .contact_section .map_container {
    margin-top: 45px;
  }

    #owl-demo .item img {
        height: auto;
    }

}

@media (max-width: 576px) {
    #owl-demo .item img {
        height: auto;
    }
}

@media (max-width: 480px) {
    #owl-demo .item img {
        height: auto!important;
    }
    .prod_details_contact {
        position: absolute;
        bottom: -60px !important;
    }
}

@media (max-width: 420px) {
    #owl-demo .item img {
        height: auto !important;
    }
    .prod_details_contact {
        position: absolute;
        bottom: -60px !important;
    }
}

@media (max-width: 376px) {
    .slider_section .detail-box h1 {
        font-size: 3rem;
    }
    #owl-demo .item img {
        height: auto !important;
    }
    .prod_details_contact {
        position: absolute;
        bottom: -60px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    #owl-demo .item img {
        height: 678px;
        max-height: 678px;
    }
}


@media (min-width:576px) and (max-width:991px) {
    #owl-demo .item img {
        height: 678px;
        max-height: 678px;
    }
}