.h-160 {
  min-height: 160px;
}

.grid .cards {
  justify-content: space-between;
}
@media (max-width: 1439.98px) {
  .grid .cards {
    margin-left: -38px;
  }
}
@media (max-width: 1199.98px) {
  .grid .cards {
    margin-left: -35px;
  }
}
@media (max-width: 991.98px) {
  .grid .cards {
    margin-left: -25px;
  }
}
@media (max-width: 767.98px) {
  .grid .cards {
    justify-content: center;
  }
}
.grid .col-tile {
  width: 450px;
  height: 430px;
  margin-bottom: 70px;
  flex: none;
  width: 333px;
  height: 398px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}
.grid .col-tile > a {
  width: 360px;
}
.grid .col-tile > a .d-responsive {
  display: none !important;
}
.grid .col-tile > a .d-desktop {
  display: block !important;
}
@media (max-width: 767.98px) {
  .grid .col-tile > a .mb-md-2, .grid .col-tile > a .my-md-2 {
    margin-bottom: 10px !important;
  }
  .grid .col-tile > a .pb-md-8, .grid .col-tile > a .py-md-8 {
    padding: 40px 30px !important;
  }
}
@media (min-width: 1200px) {
  .grid .col-tile {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    flex: 0 0 30%;
  }
}
.grid .col-tile > a {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .grid .col-tile {
    width: 300px;
    height: 358px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .grid .col-tile {
    width: 300px;
    height: 368px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .grid .col-tile {
    width: 426px;
    height: 508px;
  }
}
@media (max-width: 575.98px) {
  .grid .col-tile {
    width: 250px;
    height: 298px;
  }
  .grid .col-tile h5 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .grid .col-tile {
    margin-bottom: 30px;
  }
}
.grid .tile {
  display: block;
  border-radius: 3px;
}
.grid .tile .img-wrapper {
  border-radius: 3px;
  position: relative;
}
.grid .tile .img-wrapper img {
  border-radius: 3px;
}
.grid .tile .content {
  position: absolute;
  left: 0;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  transition: all 0.3s;
  top: 70%;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .grid .tile .content {
    padding: 0 15px;
  }
}
.grid .tile .content .categories {
  margin-bottom: 20px;
}
.grid .tile .content .categories span {
  display: inline-block;
  border-radius: 3px;
  background-color: #F05A23;
  color: #FFFFFF;
  padding: 3px 10px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .grid .tile .content .categories span {
    font-size: 11px;
  }
}
.grid .tile .content h3 {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 0;
  transform: color 0.3s;
}
@media (max-width: 991.98px) {
  .grid .tile .content h3 {
    font-size: 16px;
  }
}
.grid .tile .content p {
  display: none;
  margin: 10px 0;
  color: #4D4D4D;
  font-size: 16px;
  transition: all 0.3s;
}
.grid .tile .content span.learnmore {
  color: #9D9A9A;
  font-size: 16px;
  display: none;
  align-items: center;
  transition: all 0.3s;
}
.grid .tile .content span.learnmore:before {
  background-color: #F05A23;
  height: 2px;
  width: 24px;
  margin-right: 10px;
  content: "";
}
.grid .tile--img .img-wrapper {
  height: 100%;
}
.grid .tile--img .img-wrapper:before {
  content: "";
  display: block;
  height: 30%;
  width: 100%;
  position: absolute;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  border-radius: 3px;
}
.grid .tile--img:hover .img-wrapper:before {
  height: 70%;
  background: #F9F9F9;
}
.grid .tile--img:hover .content {
  top: 30%;
  padding-top: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.grid .tile--img:hover .content h3 {
  color: #646565;
}
.grid .tile--img:hover .content p {
  display: block;
}
.grid .tile--img:hover .content span.learnmore {
  display: flex;
}
.grid .tile--halfimage .img-wrapper {
  height: 50%;
}
.grid .tile--halfimage .img-wrapper img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.grid .tile--halfimage .content {
  top: 50%;
  height: 50%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: flex-start;
  background-color: #F9F9F9;
}
.grid .tile--halfimage .content h3 {
  color: #646565;
}
.grid .tile--halfimage:hover .img-wrapper:before {
  height: 70%;
  background: #F9F9F9;
}
.grid .tile--halfimage:hover .content {
  position: absolute;
  top: 30%;
  height: 70%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.grid .tile--halfimage:hover .content h3 {
  color: #646565;
}
.grid .tile--halfimage:hover .content p {
  display: block;
}
.grid .tile--halfimage:hover .content span.learnmore {
  display: flex;
}
.grid .tile--color .content {
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  height: 100%;
  display: block;
}
.grid .tile--color .content span.learnmore {
  display: flex;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 20px;
}
.grid .tile--color .content span.learnmore:before {
  background-color: rgba(255, 255, 255, 0.75);
}
.grid .tile--color:after {
  content: "";
  display: block;
  padding-bottom: 50%;
  pointer-events: none;
}

.modal-popup--filter .modal-header {
  background-color: transparent;
}
.modal-popup--filter .modal-header .close svg line {
  stroke: #9D9A9A;
}
.modal-popup--filter .modal-body {
  padding-top: 0;
}
.modal-popup--filter .modal-body .title {
  display: none;
}
.modal-popup--filter .modal-body .row-fitler .col-name {
  margin-bottom: 20px !important;
}

.card-half-image .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--grey);
  background-color: #F9F9F9;
}
.card-half-image .content-hidden {
  height: 0;
  visibility: hidden;
  transition: max-height 0.5s ease-in-out;
}
.card-half-image:hover .content-hidden {
  height: auto;
  visibility: visible;
}

.btn-floating-container .btn-filter {
  margin: 0 auto;
  width: fit-content;
  transition: all 0.3s ease-out;
}
.btn-floating-container.sticky--active .btn-filter {
  margin: 0;
  padding: unset;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.btn-floating-container.sticky--active .btn-filter .img-icon {
  margin-right: 0;
}
.btn-floating-container.sticky--active .btn-filter span {
  display: none;
}
