.nav-placeholder{
 display:none!important;
}
#sp-header {
    position: relative!important;
}
#sp-header.header-sticky {
    position: fixed!important;
}
.sppb-btn-info {
    color: #fff;
    background-color: transparent!important;
    border-color: #fff!important;
}
.sppb-btn-info:hover, .sppb-btn-info:active, .sppb-btn-info:focus {
    color: #48b5cd!important;
    background-color:#fff!important;
    border-color: #fff!important;
}

.sppb-btn-success {
    color: #48b5cd !important;
    background-color: transparent!important;
    border-color: #48b5cd !important;
}
.sppb-btn-success:hover, .sppb-btn-success:active, .sppb-btn-success:focus {
    color: #FFF!important;
    background-color:#48b5cd !important;
    border-color: #48b5cd !important;
}



.central-service-column{
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.pumps-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  vertical-align: middle;
}

.pumps-table thead td{
  border: 1px solid #fff;
  padding: 8px;
}

.pumps-table thead {
  background-color: #152545;
  color: #FFFFFF;
  border: 1px solid #f3f3f3;
}


.pumps-table tbody td {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  padding: 8px;
}

.pumps-table tr:nth-child(even) td {
  background-color: #EFF5F7;
   border: 1px solid #ffffff;
}
.pumps-table td p{
  margin:0px !important;
}
.prod-models img{
max-height:200px;
}
.offcanvas-inner ul{
  list-style: none;
}
@media screen and (min-width:968px) {
  #sp-logo {
    display:none!important;
  }
  #sp-menu{
    width:100%!important;
  }
  #sp-header{
    background-color: #152545!important;
    color: #ffffff!important;
  }
  .sp-megamenu-parent>li>a:before, .sp-megamenu-parent>li>span:before {
    background-color: #ffffff!important;
    opacity:0.8;
  }
}
@media screen and (max-width:767px) {
  .pumps-table {
    word-break: break-word;
  }
}
