

.page-title{
  padding-left: 200px;
}

.page-title h1{
   margin-top:30px;  padding:20px; color: white;
 }

.js-cookie-consent.cookie-consent {
    position: fixed;
    bottom: 0px;
    /* display: flex; */
    right: 0%;
    color: black;
    padding: 32px;
    z-index: 9999;
    width: 100%;
    background: #f3f3f3;
    text-align: center;
}

.search-filters {
  margin-top:50px;
  text-align: right;
}

.filters-select {
  margin-top:20px;
}

.filtrable li {
  text-align: left;
  position: relative;
}

.filtrable label {
  position: absolute;
}
@media (max-width: 900px){
  .top-right .phone {
    display:none;
  }
  .top-right .logo {
    margin-top: -25px !important;
  }
  .page-title{
    padding-left: 10px;
    padding-top: 50px;
  }
  .page-title h1{
    margin-top: 60px;
  }
  .our-features .media-body {
    width: 100%;
  }
}