@media (min-width:768px) and (max-width: 991px) {
  .orm-section0 .prod-details-slider-outer {
    margin-top: 30px;
  }
}

@media (min-width:768px) {
  .models-section .product-card-col {
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 10px;
  }

  .show-desktop {
    display: block !important;
  }

  .hide-desktop {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
}

@media (max-width:767px) {
  .core-value-row .offer-grids .grid {
    width: 100%;
    float: left;
    padding: 15px 15px;
    min-height: inherit;
    height: inherit;
    margin-bottom: 0 !important
  }

  .projects-grid-view .grid {
    width: calc(50% - 15px);
    float: none;
    margin: 0 5px 10px;
    height: 290px
  }

  .projects-grid-view .grid h4 {
    font-size: 14px;
    margin-top: -10px
  }

  .site-header #navbar>ul>li>a.active {
    color: #B82529
  }

  .feature-grid-row .feature-grid {
    margin-bottom: 0;
  }

  .prod-details-slider-outer {
    margin-top: 40px;
  }

  .offer-section .offer-card {
    margin-bottom: 30px;
  }

  .offer-section .offer-card .section-title-s3 {
    margin-bottom: 15px;
  }

  .panel-product .panel-img {
    min-height: 100px;
  }

  .orm-section0 .prod-details-slider-outer {
    margin-top: 50px;
  }

  .orm-section1 .row {
    display: flex;
    flex-direction: column;
  }

  .orm-section1 .row .col-md-9 {
    order: -1;
  }

  .project-head-img {
    height: 280px;
    padding: 15px 5px;
  }

  .project-head-img .product-img {
    height: 60%;
    width: 80%;
    object-fit: contain;
    display: block;
    margin: 0 auto 25px;
  }

  .header-style-2 .site-logo img,
  .header-style-3 .site-logo img,
  .header-style-4 .site-logo img,
  .header-style-5 .site-logo img,
  .header-style-6 .site-logo img {
    margin-top: 8px;
    width: 130px;
  }

  .show-mobile {
    display: block !important;
  }



  .models-section .product-card-col {
    padding-right: 6px;
    padding-left: 6px;
  }

  .panel-product .panel-body {
    min-height: inherit;
    padding: 6px 0;
  }

  .models-section .row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .panel-product .panel-body table td, .panel-product .panel-body table th {
    padding: 5px 0 5px 5px;
    font-size: 12px;
}

.page-title .container {
	height: 100%;
	display: table;
	width: 100%;
}
}