/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.navbar-landing {
  /* background-color: #d3dfe3; */
  background-color: #d3dfe354;
}
.navbar-landing.is-sticky, .topbar-user, #page-topbar {
  background-color: #dedfe3 !important;
}

.bm-hero {
  background-image: url(../images/bm/business-matching-01.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 122px 0 80px 0;
  background-color: transparent;
  /* border-bottom-right-radius: 30px; 
  border-bottom-left-radius: 30px; */
}
.bm-hero .bg-overlay {
  /* border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px; */
  background-color: #434859;
}
.bm-hero .lead {
  margin-top: 230px;
  color: #b9c2c5;
  font-weight: 500;
}

.auth-hero-one {
  background-image: url(../images/two-proffesionals.jpg);
  background-position: center;
  background-size: cover;
}
.auth-hero-one .bg-overlay {
  background: -webkit-gradient(linear, left top, right top, from(#73a0bb), to(#04283d));
  background: linear-gradient(to right, #73a0bb, #04283d);
  opacity: 0.9;
}
.auth-hero-one-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px;
}
.dropdown-home {
  background-color: transparent !important;
}
.dropdown-menu-home {
  margin-top: 78px !important;
  background-color: #dedfe3 !important;
  text-align: left !important;
}
.header-profile-home {
  height: 32px;
  width: 32px;
  margin-right: 10px;
}
.header-profile-user-text {
  color: #3459b8;
}
.page-content {
  background-color: #d3d4d5;
}
#search-options {
  min-width: 400px;
}
.filter-location .form-check label, .text-rating-label {
  font-weight: unset;
  font-size: 12px;
}
.anchor-filter-location {
  font-size: 12px;
  margin-top: 10px;
}

/*Shidqa*/
.explore-box .explore-products-img {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.explore-box .explore-products-img .explore-img {
  height: 155px;
}

.explore-box .explore-products-img .bg-overlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(45 106 166 / 40%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.explore-box .explore-products-img .place-bid-btn {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.explore-box .explore-products-img .place-bid-btn .btn {
  opacity: 0;
  bottom: -25px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.explore-box:hover .explore-products-img .place-bid-btn .btn {
  opacity: 1;
  bottom: 0;
}
.explore-box:hover .explore-products-img .bg-overlay {
  opacity: 1;
}
.card-body-products {
  padding: 2px;
  padding-bottom: 10px;
}
.card-body-products .product-title {
  /* font-size: 0.86rem; */
  font-size: 13px;
  padding-top: 3px;
  margin-bottom: 3px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  white-space: normal;
  word-break: keep-all;
  /* font-size: 0.86rem; */
  line-height: 1.5;
  max-width: 100%;
  max-height: 100%;
  /* white-space: pre-wrap; */
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 4px;
  min-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #757575;
}
.card-body-products .product-price {
  margin-top: 3px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
.card-body-products .product-old-price {
  display: flex;
  margin-bottom: 5px;
}
.card-body-products .product-slash-price {
  overflow: hidden;
  font-size: 0.714286rem;
  color: #98A3B4;
  text-decoration: line-through;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.1px;
  margin-right: 12px;
}
.card-body-products .product-discount {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #F94D63;
  font-size: 0.714286rem;
  font-weight: 800;
  margin: 0px 4px 0px 0px;
  line-height: 12px;
  letter-spacing: 0.1px;
  float: right;
}



@media (max-width: 991.98px) {
  .auth-sub-title {
    display: none;
  }
}
@media (max-width: 768px) {
  .explore-box .explore-products-img .explore-img {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .explore-box .explore-products-img .explore-img {
    height: 250px;
  }
}
