.cool-blog-slider .cbs-image-slider-box {
  margin-bottom: 30px;
}
.cool-blog-slider .cbs-image-slider-box .cbs-image {
  width: 100%;
  height: 500px;
}
.cool-blog-slider .cbs-image-slider-box .cbs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cool-blog-slider .cbs-content-row {
  display: flex;
  align-items: start;
  justify-content: start;
}
@media screen and (max-width: 1200px) {
  .cool-blog-slider .cbs-content-row {
    flex-direction: column;
  }
}
.cool-blog-slider .swiper-pagination-box {
  width: 30%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.cool-blog-slider .swiper-pagination-box .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  top: 0;
  width: 150px;
  left: 0;
  position: relative;
  display: flex;
  column-gap: 6px;
  row-gap: 6px;
  flex-flow: wrap;
}
.cool-blog-slider .swiper-pagination-box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .cool-blog-slider .swiper-pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  height: 11px;
  width: 11px;
  border: 1px solid #15254F;
  background: transparent;
}
.cool-blog-slider .swiper-pagination-box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .cool-blog-slider .swiper-pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #15254F;
}
.cool-blog-slider .cbs-content-box {
  width: 100%;
  margin-left: 0;
}
.cool-blog-slider .cbs-content-box .cbs-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 70px;
  row-gap: 20px;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .cool-blog-slider .cbs-content-box .cbs-content {
    flex-direction: column;
    row-gap: 0;
  }
}
.cool-blog-slider .cbs-content-box .swiper-slide {
  opacity: 0;
  z-index: 0;
}
.cool-blog-slider .cbs-content-box .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 1;
}
.cool-blog-slider .cbs-title-box {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .cool-blog-slider .cbs-title-box {
    width: 100%;
  }
}
.cool-blog-slider .cbs-title-box .cbs-title {
  color: #15254F;
  font-family: "Noto Serif";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cool-blog-slider .cbs-desc-box {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .cool-blog-slider .cbs-desc-box {
    width: 100%;
  }
}
.cool-blog-slider .cbs-desc-box .cbs-description {
  color: #181818;
  font-family: "Noto Serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 40px;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cool-blog-slider .cbs-desc-box .cbs-slide-btn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #15254f;
  padding: 0px 0px 10px 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #b39C67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #b39c67;
  text-decoration: none;
}
.cool-blog-slider .cbs-desc-box .cbs-slide-btn:hover {
  color: #b39C67;
}
.cool-blog-slider .swiper-mobile-box {
  display: none;
}
@media screen and (max-width: 1200px) {
  .cool-blog-slider .swiper-pagination-box {
    display: none;
  }
  .cool-blog-slider .swiper-mobile-box {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
}

.cool-property-slider .cbs-image-slider-box {
  margin-bottom: 30px;
}
.cool-property-slider .cbs-image-slider-box .cbs-image {
  width: 100%;
  height: 500px;
}
.cool-property-slider .cbs-image-slider-box .cbs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cool-property-slider .cbs-content-row {
  display: flex;
  align-items: start;
  justify-content: start;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider .cbs-content-row {
    flex-direction: column;
  }
}
.cool-property-slider .swiper-pagination-box {
  width: 30%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.cool-property-slider .swiper-pagination-box .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  top: 0;
  width: 150px;
  left: 0;
  position: relative;
  display: flex;
  column-gap: 6px;
  row-gap: 6px;
  flex-flow: wrap;
}
.cool-property-slider .swiper-pagination-box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .cool-property-slider .swiper-pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  height: 11px;
  width: 11px;
  border: 1px solid #15254F;
  background: transparent;
}
.cool-property-slider .swiper-pagination-box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .cool-property-slider .swiper-pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #15254F;
}
.cool-property-slider .cbs-content-box {
  width: 100%;
  margin-left: 0;
}
.cool-property-slider .cbs-content-box .cbs-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 70px;
  row-gap: 30px;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider .cbs-content-box .cbs-content {
    flex-direction: column;
    row-gap: 0;
  }
}
.cool-property-slider .cbs-content-box .swiper-slide {
  opacity: 0;
  z-index: 0;
}
.cool-property-slider .cbs-content-box .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 1;
}
.cool-property-slider .cbs-title-box {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider .cbs-title-box {
    width: 100%;
  }
}
.cool-property-slider .cbs-title-box .cbs-title {
  color: #15254F;
  font-family: "Noto Serif";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cool-property-slider .cbs-desc-box {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider .cbs-desc-box {
    width: 100%;
  }
}
.cool-property-slider .cbs-desc-box .cbs-description {
  margin-bottom: 40px;
}
.cool-property-slider .cbs-desc-box .cbs-description .property-excerpt {
  color: #181818;
  font-family: "Noto Serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: -10px;
}
.cool-property-slider .cbs-desc-box .cbs-description .property-excerpt p:last-child {
  margin-bottom: 0 !important;
}
.cool-property-slider .cbs-desc-box .cbs-slide-btn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #15254f;
  padding: 0px 0px 10px 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #b39C67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #b39c67;
  text-decoration: none;
}
.cool-property-slider .cbs-desc-box .cbs-slide-btn:hover {
  color: #b39C67;
}
.cool-property-slider .swiper-mobile-box {
  display: none;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider .swiper-pagination-box {
    display: none;
  }
  .cool-property-slider .swiper-mobile-box {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
}
.cool-property-slider .property-size-numbers span {
  font-family: "Noto Serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
  color: #181818;
}
.cool-property-slider .property-type-list span {
  font-family: "Noto Serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
  color: #181818;
}
.cool-property-slider .cbs-content {
  flex-direction: column;
  column-gap: 0;
}
.cool-property-slider .cbs-content-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider .cbs-content-row {
    row-gap: 0;
  }
}
.cool-property-slider .cbs-title-box {
  width: 100%;
}
.cool-property-slider .cbs-title-box .property-title {
  color: #15254F;
  font-family: "Noto Serif";
  font-size: 36px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider .cbs-title-box .property-title {
    margin-bottom: 30px;
  }
}
.cool-property-slider .property-type-size-wrapper {
  width: 50%;
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider .property-type-size-wrapper {
    width: 100%;
  }
}

/*# sourceMappingURL=sustainability.css.map */
