/*****************globals*************/
body {
  font-family: 'open sans';
  overflow-x: hidden;
}

/* img {
    max-width: 100%; } */

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px;
  }
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;

}

.preview-thumbnail.nav-tabs li {
  /* width: 18%; */
  margin-right: 2.5%;
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  /* max-height: 100%; */
  /* display: block;  */
  /* object-fit: contain; */
  width: 70px;
  height: 70px;

}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
}

.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em;
}

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}



.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
  margin-bottom: 15px;
}

.product-title {
  margin-top: 0;
}

.size {
  margin-right: 10px;
}

.size:first-of-type {
  margin-left: 40px;
}

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px;
}

.color:first-of-type {
  margin-left: 20px;
}

.add-to-cart,
.like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
  background: #b36800;
  color: #fff;
}

.not-available {
  text-align: center;
  line-height: 2em;
}

.not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff;
}

.orange {
  background: #ff9f1a;
}

.green {
  background: #85ad00;
}

.blue {
  background: #0076ad;
}

.tooltip-inner {
  padding: 1.3em;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */




.navbar-brand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-right: 1rem;
  font-size: 1rem;
  white-space: nowrap;
}

.banner {
  display: block;
  width: 100%;
}

.cate-image {
  /* font-size:70px !important; */
  border-radius: 50% 10% 50% 10%/10% 50% 10% 50%;
  background-color: #f8f0fe;
  padding: 5px;
  color: #1894df;
}

.cate {
  /* padding:15px 45px !important; */

}

.icon-card {
  -ms-overflow-style: none;
  text-align: center;
  border-radius: 50% 10% 50% 10%/10% 50% 10% 50%;
  /* padding: 20px 15px 15px; */
  margin-right: 10px;
  flex: 0 0 10%;
  background: linear-gradient(135deg, #edf9ff 50%, #fff 0) 100% 100%;
  background-size: 300% 102%;
  transition: all .5s ease-in-out;
}

.icon-card:hover .cate-image {
  background-color: #fff;
}

.icon-card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  background-position: 0 0;
}

.tag {
  align-items: center;
  background-color: #fff;
  border-radius: 28px;
  display: inline-flex;
  font-size: 12px;
  gap: 4px;
  justify-content: center;
  letter-spacing: .5px;
  padding: 4px 16px;
}

.title {
  color: #616162;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}

.featured-projects {
  background-color: #e8f2ff;
  padding: 50px 0;
  background-image: url(../assets/img/backgrounds/featured-bg.png);
  background-size: 50%;
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.property_recent__lg {
  border-radius: 8px;
}

.property_recent {
  border: 1px solid #e9e9e9;
  display: flex;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

.property_recent .property_media {
  flex: 0 0 280px;
  max-width: 280px;
  overflow: hidden;
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

.card-stat {
  border-radius: 68px;
  background-color: #75ea8f;
  color: #004a75;
  top: 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .75px;
  padding: 5px 12px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  z-index: 1;
}

.property__card-media-widgets {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 10px 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 1;
}

.property__card-media-widgets .tag:not(:last-child) {
  margin-right: 4px;
}

.property__card-media-widgets .tag {
  transition: all .3s ease-out;
  transition-delay: .3s;
}

.tag {
  background-color: #4e6072;
}

.tag-black {
  color: #004a75;
  background: #cae7f9;
  background-size: 250%;
  font-size: 12px;
  transition: .3s ease-in-out;
}

.tag,
.tag-upcoming {
  font-family: Red Hat Display;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  border-radius: 12px;
  padding: 2px 12px;
}

.tag span:first-child {
  color: #4e6072;
  font-weight: 500;
  text-transform: uppercase;
}

.perData {
  font-size: 9px;
}

.flex-row-widgets {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav_title {
  font-size: 24px;
  font-weight: bold;
  color: #696cff;
}

.footer-social h3 {
  color: #fff;
}

.property-listing-results-item {
  margin-bottom: 15px;
}

.sitecontent {
  padding-top: 60px;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.navbar-nav>li>a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 10px;
}