/*=====================================
        PRICE RANGE ELEMENT STYLE
======================================*/
#slider-range {
  border-radius: 30px;
}

#slider-range span {
  border-radius: 50%;
}

#amount {
  color: #2681db;
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
  border: none;
  background: none;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}

.ui-state-active {
  background: #2681db !important;
  border-color: #2681db !important;
}

/*=====================================
        PAGINATION COMPONENTS STYLE
======================================*/
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 25px;
  border-radius: var(--card-radius);
  background: var(--light-white);
  border: 1px solid var(--border);
}

.page-item {
  margin: 0px 6px;
}

/*=====================================
        CARD BADGE COMPONENT STYLE
======================================*/
.sale {
  background: var(--sale);
}

.rent {
  background: var(--rent);
}

.booking {
  background: var(--booking);
}

.flat-badge {
  color: var(--white);
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.cross-badge {
  width: 25px;
  height: 35px;
  font-size: 14px;
  line-height: 30px;
  color: var(--white);
  text-align: center;
  background: #4caf50;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
          clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}

/*=====================================
        PRODUCT FILTER ELEMENT
======================================*/
.product-filter {
  padding: 15px 25px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: var(--card-radius);
  background: var(--light-white);
  border: 1px solid var(--border);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-page-number p {
  font-weight: 500;
  color: #8e909b;
}

.product-short-select {
  height: 40px;
  width: 250px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
}

.product-short-select:focus {
  border-color: #2681db;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-card-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card-type li {
  margin-left: 12px;
}

.product-card-type li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  background: var(--white);
}

.grid-verti.active i,
.grid-hori.active i {
  color: var(--white);
  background: #2681db;
}

/*=====================================
    PRODUCT SIDEBAR ELEMENT STYLE
======================================*/
.product-sidebar {
  padding: 18px 12px 12px;
  margin-bottom: 12px;
  background: var(--light-white);
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
}

.product-sidebar-title {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border);
}

.product-sidebar-title h6 {
  color: #373373;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-filter-btn {
  border: none;
  outline: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 26px;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0px;
  margin-top: 20px;
  color: #2681db;
  text-transform: capitalize;
  border-radius: var(--card-radius);
  border: 1px solid #2681db;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.product-filter-btn:hover {
  color: var(--white);
  background: #2681db;
}

.product-filter-btn i {
  margin-top: -2px;
  margin-right: 5px;
}

.product-sidebar-search {
  margin-bottom: 10px;
}

.product-sidebar-search input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
}

.product-sidebar-list li {
  padding: 6px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-sidebar-list li input {
  margin-right: 8px;
  cursor: pointer;
}

.product-sidebar-list li label {
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  text-transform: capitalize;
}

.product-sidebar-list li label:hover {
  color: #2681db;
}

.product-sidebar-list li input:hover {
  color: #2681db;
}

.rating i {
  margin-right: 5px;
}

.widget {
  height: 200px;
  overflow-y: scroll;
}

.widget label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-sidebar {
    height: 400px;
  }
}

/*=====================================
            PRODUCT CARD STYLE
======================================*/
.product-card {
  border-radius: var(--card-radius);
  background: var(--light-white);
  border: 1px solid var(--border);
  margin-bottom: 30px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.product-card:hover {
  background: var(--white);
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.product-card:hover .product-img::before {
  visibility: visible;
  opacity: 1;
}

.product-card:hover .product-meta {
  visibility: visible;
  opacity: 1;
}

.product-card.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card.inline .product-img::before {
  border-radius: 8px 0px 0px 8px;
}

.product-card.inline .product-info {
  width: 100%;
}

.product-img::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-top-left-radius: var(--card-radius);
  border-top-right-radius: var(--card-radius);
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.8)))*/;
  /*background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 90%);*/
  visibility: hidden;
  opacity: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.flat-badge {
  position: absolute;
  top: 15px;
  right: 15px;
}

.cross-badge {
  position: absolute;
  top: 0px;
  left: 15px;
}

.product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.product-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-meta li:nth-child(1) i {
  color: #8edb04;
}

.product-meta li:nth-child(2) i {
  color: #01cbd5;
}

.product-meta li:nth-child(3) i {
  color: #e8ce00;
}

.product-meta li i {
  margin-right: 5px;
  margin-bottom: 1px;
  font-size: 14px;
  color: var(--white);
}

.product-meta li p {
  font-size: 14px;
  color: #eee;
}

.product-info {
  padding: 0px 15px;
}

.product-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-location li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-location li i {
  color: #999999;
  font-size: 13px;
}

.product-location li p {
  font-size: 13px;
  margin-left: 5px;
}

.product-widget li {
  display: inline-block;
  position: relative;
}

.product-widget li:last-child {
  margin-left: 8px;
  padding-left: 12px;
  border-left: 1px solid var(--border);
}

.product-widget li a,
.product-widget li button {
  border: none;
  outline: none;
  background: none;
}

.product-widget li a i,
.product-widget li button i {
  color: var(--body);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.product-widget li a i:hover,
.product-widget li button i:hover {
  color: #2681db;
}

.product-widget li a .fas.fa-heart,
.product-widget li button .fas.fa-heart {
  color: #2681db;
}

@media (min-width: 380px) and (max-width: 575px) {
  .product-card {
    width: 350px;
    margin: 0px auto 30px;
  }
}

/*=====================================
        SINGLE BANNER PART STYLE
======================================*/
.single-banner {
  background: url(public/images/bg/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.single-banner::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 53, 138, 0.65)), to(rgba(5, 44, 112, 0.65)));
  background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65));
  z-index: -1;
}

.single-content {
  text-align: center;
}

.single-content h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 13px;
}

.single-content .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .single-banner {
    padding: 70px 0px;
  }
}

/*=====================================
            AD LIST PART STYLE
======================================*/
.ad-list-part {
  padding: 100px 0px 70px;
}

@media (max-width: 991px) {
  .content-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

@media (max-width: 767px) {
  .ad-list-part {
    padding: 60px 0px 30px;
  }
  .product-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-short-select {
    margin: 15px 0px;
  }
}

@media (max-width: 767px) {
  .ad-list-part .container {
    width: 100%;
    max-width: 540px;
  }
  .ad-details-part .container {
    width: 100%;
    max-width: 540px;
  }
  .adpost-part .container {
    width: 100%;
    max-width: 540px;
  }
  .blog-details-part .container {
    width: 100%;
    max-width: 540px;
  }
  .footer-part .container {
    width: 100%;
    max-width: 540px;
  }
  .header-part .container {
    width: 100%;
    max-width: 540px;
  }
  .dash-header-part .container {
    width: 100%;
    max-width: 540px;
  }
  .contact-part .container {
    width: 100%;
    max-width: 540px;
  }
  .about-part .container {
    width: 100%;
    max-width: 540px;
  }
  .best-part .container {
    width: 100%;
    max-width: 540px;
  }
  .counter-part .container {
    width: 100%;
    max-width: 540px;
  }
  .setting-part .container {
    width: 100%;
    max-width: 540px;
  }
  .dashboard-part .container {
    width: 100%;
    max-width: 540px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ad-list-part {
    padding: 80px 0px 50px;
  }
  .ad-list-part .container {
    max-width: 720px;
  }
  .ad-details-part .container {
    max-width: 720px;
  }
  .adpost-part .container {
    max-width: 720px;
  }
  .blog-details-part .container {
    max-width: 720px;
  }
  .footer-part .container {
    max-width: 720px;
  }
  .header-part .container {
    max-width: 720px;
  }
  .dash-header-part .container {
    max-width: 720px;
  }
  .contact-part .container {
    max-width: 720px;
  }
  .about-part .container {
    max-width: 720px;
  }
  .best-part .container {
    max-width: 720px;
  }
  .counter-part .container {
    max-width: 720px;
  }
  .setting-part .container {
    max-width: 720px;
  }
  .dashboard-part .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .ad-list-part .container {
    max-width: 960px;
  }
  .ad-details-part .container {
    max-width: 960px;
  }
  .adpost-part .container {
    max-width: 960px;
  }
  .blog-details-part .container {
    max-width: 960px;
  }
  .footer-part .container {
    max-width: 960px;
  }
  .header-part .container {
    max-width: 960px;
  }
  .dash-header-part .container {
    max-width: 960px;
  }
  .contact-part .container {
    max-width: 960px;
  }
  .about-part .container {
    max-width: 960px;
  }
  .best-part .container {
    max-width: 960px;
  }
  .counter-part .container {
    max-width: 960px;
  }
  .setting-part .container {
    max-width: 960px;
  }
  .dashboard-part .container {
    max-width: 960px;
  }
}
