html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-family: 'Mulish', sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h3.common-head {
  color: #8700DB;
  font-size: 27px;
  font-weight: 700;
}

.property {
  position: relative;
  overflow: hidden;
}
.property:hover {
  -o-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
}
.property:hover .property-image img {
  transform: scale(1.03);
}
.property p.for-sale {
  position: absolute;
  right: 5px;
  top: 5px;
  width: max-content;
  display: block;
  color: #FFFFFF;
  background-color: #8700DB;
  padding: 3px 10px;
  font-size: 14px;
  z-index: 1;
}
.property p.sold {
  position: absolute;
  right: 5px;
  top: 5px;
  width: max-content;
  display: block;
  color: #FFFFFF;
  background-color: red;
  padding: 3px 10px;
  font-size: 14px;
  z-index: 1;
}
.property .ribbon {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 1px) rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #8700DB;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 6px;
  position: absolute;
  z-index: 3;
  left: -30px;
  top: 15px;
  width: 120px;
  text-align: center;
  margin: auto;
  height: 30px;
  bottom: inherit;
  right: inherit;
}
.property .property-image {
  position: relative;
  overflow: hidden;
}
.property .property-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all 0.65s;
}
.property .property-image p.price {
  position: absolute;
  right: 5px;
  bottom: 5px;
  margin-bottom: 0;
  width: max-content;
  display: block;
  color: #FFFFFF;
  background-color: #8700DB;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 600;
}
.property .details {
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #e9ecef;
}
.property .details p.home {
  margin-bottom: 5px;
  width: max-content;
  display: block;
  color: #FFFFFF;
  background-color: #8700DB;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 600;
}
.property .details h4 {
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:100%;
  padding-right: 20px;
  
}
.property .details p.location {
  color: #495057;
  font-size: 15px;
  margin-bottom: 8px;
}
.property .details p.location .fa {
  margin-right: 5px;
}
.property .details ul.info {
  margin-bottom: 0;
}
.property .details ul.info li {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.property .details ul.info li span {
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 10px;
}
.property .details ul.info li:not(:last-child) {
  padding-right: 20px;
  margin-right: 10px;
  position: relative;
}
.property .details ul.info li:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 15px;
  background-color: #707070;
}

.index-page .featured-properties {
  /* margin: 50px 0; */
}
.index-page .featured-properties .property {
  margin: 10px 0;
}
.index-page .featured-properties ul.pagination {
  margin-top: 15px;
}
.index-page .featured-properties ul.pagination li.page-item {
  transition: all 0.15s;
}
.index-page .featured-properties ul.pagination li.page-item:not(:last-child) {
  margin-right: 10px;
}
.index-page .featured-properties ul.pagination li.page-item.active .page-link {
  color: #FFFFFF;
  background-color: #8700DB !important;
  border-color: #8700DB !important;
}
.index-page .featured-properties ul.pagination li.page-item .page-link {
  min-height: 52px;
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #808080;
  -moz-box-shadow: 0 1px 6px 0 #ccc;
  -webkit-box-shadow: 0 1px 6px 0 #ccc;
  box-shadow: 0 1px 6px 0 #ccc;
  transition: all 0.15s;
}
.index-page .featured-properties ul.pagination li.page-item .page-link.view-all {
  color: #8700DB;
}
@media (max-width: 576px)
{
  .index-page .featured-properties ul.pagination li.page-item .page-link.view-all{
    font-size:11px;
  }
  .index-page .latest-news .news .details a.read-more{
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  h3.common-head {
    font-size: 25px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1364px;
  }
}

/*# sourceMappingURL=featured-properties-pagination.css.map */
