.page-title{margin-bottom:3rem;}
.btn-common { color: #15427a; font-weight: 600; position: relative; text-decoration: none; padding: 8px 25px; font-size: 14px; border: 1px solid #17a689; margin: 10px 0 0; border-radius: 0; }
.btn-common:hover { color: #fff; }
.btn-common:after  { content: ''; position: absolute; z-index: -1; height: 100%; left: 0; top: 0; width: 0; background: #17a689; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 
.btn-common:hover:after { width: 100%; }
.overley { position: absolute; top: calc(100% - 60px); left: 0; width: 100%; height: 315px; background: rgba(26, 176, 147, 0.9);  overflow:hidden; transition: all 0.5s; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear;} 
.overley.twoline { top: calc(100% - 75px); }
.plant-details:hover > .overley { top: 0; cursor: pointer; } 
.overley h3 { font-size: 18px; color: #fff; text-align: center; padding: 25px 5px 0; }
.threeline h3{padding: 10px 5px;}
.overley .table-responsive { padding: 0 15px; }
.overley table tr td { border: 0; font-size: 12px; color: #fff; padding: 2px; }
/* .overley table tr td:first-child { width: 30%; } */
.overley table tr td:first-child { width: 45%; }
.overley table tr td > span { position: absolute; right: 15px; bottom: 30px; color: #fff; font-weight: 600; padding-right: 10px; }
.overley table tr td > span::before { content: ""; position: absolute; right: 0; top: 6px; width: 7px; height: 7px; border: 2px solid #fff; border-bottom: 0; border-left: 0; transform: rotate(45deg); }
.modal { padding: 0 !important; }
.modal-content { border-radius: 0; border: 0; }
.modal-header { border: 0; text-align: center; display: block; padding-bottom: 0; }
.modal-title { position: relative; }
.modal-title > span { font-size: 20px; color: #19a78a; background: #fff; padding: 5px; position: relative; z-index: 1; }
.modal-title::before { content: ""; position: absolute; top: 50%; left: 0; background: #19a78a; width: 100%; height: 1px; }
.close { position: absolute; top: -20px; right: -20px; color: #fff; opacity: 1; font-size: 36px; }
.modal-dialog { min-height: calc(100vh - 60px); display: flex; flex-direction: column; justify-content: center; }
.modal .swiper-container { padding-bottom: 0; }
.navbar-brand .gatsby-image-wrapper > img{opacity: 0 !important;}
.alert-dismissible .close { top: 5px; right: 5px; padding: 0; }
.oneline h3{padding: 10px 5px 0;}
.subtext{background-color: #004a89; color: #fff;}
table.project-table th{background-color: #17b88e; color: #fff;}
@media(max-width: 576px) {
  .overley h3{padding: 25px 5px 0 !important;}
  .overley.oneline h3{padding: 10px 5px 0 !important;}
}
@media(max-width: 768px) {
  .modal-dialog { min-height: calc(100vh - 20px); }
  .close { top: 10px; right: 10px; z-index: 1; color: #000; }
  .product-parameters li { margin: 5px 0; }
  .product-parameters li { padding: 0; }
  .product-parameters { border-bottom: 1px solid #d2d2d1; padding: 0 0 20px 0; margin: 0 0 20px; }
  .product-parameters li { margin: 3px 0; padding: 0; }
  .modal-title::before { content: none; }
  .modal-title > span { font-size: 16px; }
  .overley h3{ padding: 25px 5px 5px;}
  
}
@media screen and (min-width:768px){
  .navbar-nav { justify-content: flex-end; }
  .product-parameters { border-bottom: 1px solid #d2d2d1; padding: 0 0 20px 0; margin: 0 0 20px; }
  .product-parameters li { margin: 3px 0; padding: 0; }
  /* .product-parameters strong { min-width: 120px; display: inline-block; } */
  .product-parameters strong {display: inline-block; margin-right: 5px;}
}

@media(max-width: 1024px) {
  .overley{height: 100%;}
}
@media (min-width: 768px) { .overley.oneline h3{padding: 15px 5px 0;} }