.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: 30px;
  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: 35px;
  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-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #15254f;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  border-bottom: solid;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #b39c67;
  text-decoration: none;
}
.cool-blog-slider .cbs-desc-box .cbs-slide-btn:hover {
  color: #b39c67 !important;
}
.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;
}
.cool-property-slider .cbs-desc-box .cbs-slide-btn {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #15254f;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  border-bottom: solid;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #b39c67;
  text-decoration: none;
}
.cool-property-slider .cbs-desc-box .cbs-slide-btn:hover {
  color: #b39c67 !important;
}
.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 {
  color: #181818;
}
.cool-property-slider .property-type-list a {
  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;
}
@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: 10px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider .property-type-size-wrapper {
    width: 100%;
  }
}

.cool-property-slider-two {
  margin-top: -70px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two {
    margin-top: 0;
    padding-top: 100px;
  }
}
.cool-property-slider-two a {
  color: #ffffff !important;
}
.cool-property-slider-two .cps-two-row {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .cps-two-row {
    flex-direction: column;
  }
}
.cool-property-slider-two .cps-two-col-6 {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .cps-two-col-6 {
    width: 100%;
  }
}
.cool-property-slider-two .cps-two-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .cps-two-col-8 {
    width: 100%;
  }
}
.cool-property-slider-two .cps-two-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .cps-two-col-4 {
    width: 100%;
  }
}
.cool-property-slider-two .cbs-image-slider-box {
  margin-bottom: 30px;
}
.cool-property-slider-two .cbs-image-slider-box .cbs-image {
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .cbs-image-slider-box .cbs-image {
    width: auto;
    max-height: 500px;
  }
}
.cool-property-slider-two .cbs-image-slider-box .cbs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cool-property-slider-two .cbs-content-box {
  width: 100%;
  margin-left: 0;
  padding-right: 110px;
  padding-top: 140px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .cbs-content-box {
    padding-right: 0;
    padding-top: 0;
  }
}
.cool-property-slider-two .cbs-content-box .cps-slider-title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cool-property-slider-two .cbs-content-box .cbs-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .cbs-content-box .cbs-content {
    flex-direction: column;
    row-gap: 0;
  }
}
.cool-property-slider-two .cbs-content-box .swiper-slide {
  opacity: 0;
  z-index: 0;
}
.cool-property-slider-two .cbs-content-box .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 1;
}
.cool-property-slider-two .cbs-title-box {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .cbs-title-box {
    width: 100%;
  }
}
.cool-property-slider-two .cbs-title-box .cbs-title {
  color: #ffffff;
  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-two .property-type-size-wrapper .label-name {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.cool-property-slider-two .cbs-desc-box {
  text-align: left;
  width: 100%;
}
.cool-property-slider-two .cbs-desc-box .cbs-description {
  margin-bottom: 40px;
}
.cool-property-slider-two .cbs-desc-box .cbs-description .property-excerpt {
  color: #fff;
  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;
}
.cool-property-slider-two .cbs-slide-btn {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  border-bottom: solid;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #b39c67;
  text-decoration: none;
  margin-top: 50px;
}
.cool-property-slider-two .cbs-slide-btn:hover {
  color: #b39c67 !important;
}
.cool-property-slider-two .property-size-numbers span {
  color: #ffffff;
}
.cool-property-slider-two .property-type-list a {
  color: #ffffff;
}
.cool-property-slider-two .cbs-content {
  flex-direction: column;
  column-gap: 0;
}
.cool-property-slider-two .cbs-content-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 30px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .cbs-content-row {
    row-gap: 0;
  }
}
.cool-property-slider-two .cbs-title-box {
  width: 100%;
}
.cool-property-slider-two .cbs-title-box .property-title {
  color: #ffffff;
  font-family: "Noto Serif";
  font-size: 36px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .cbs-title-box .property-title {
    margin-bottom: 30px;
  }
}
.cool-property-slider-two .property-type-size-wrapper {
  width: 100%;
  margin-top: 0;
  text-align: left;
}
.cool-property-slider-two .swiper-pagination-area {
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .swiper-pagination-area {
    height: auto;
  }
}
.cool-property-slider-two .swiper-pagination-box {
  width: 100%;
  display: block;
  align-items: center;
}
.cool-property-slider-two .swiper-pagination-box .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  top: 0;
  width: 100%;
  left: 0;
  position: relative;
  display: flex;
  column-gap: 6px;
  row-gap: 6px;
  flex-flow: wrap;
  margin-bottom: 12px;
}
.cool-property-slider-two .swiper-pagination-box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .cool-property-slider-two .swiper-pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  height: 11px;
  width: 11px;
  border: 1px solid #B39C67;
  background: transparent;
  opacity: 1;
}
.cool-property-slider-two .swiper-pagination-box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .cool-property-slider-two .swiper-pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #B39C67;
}
.cool-property-slider-two .swiper-pagination-box .btn-next {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 0;
  display: block;
  cursor: pointer;
}
.cool-property-slider-two .swiper-pagination-box .btn-next img.next-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cool-property-slider-two .swiper-pagination-box .btn-name {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  width: 100%;
}
.cool-property-slider-two .swiper-mobile-box {
  display: none;
}
@media screen and (max-width: 1200px) {
  .cool-property-slider-two .swiper-pagination-box {
    display: none;
  }
  .cool-property-slider-two .swiper-mobile-box {
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }
}
.cool-property-slider-two .property-type-values .val-name {
  color: #FFF;
  font-family: "Noto Serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.cool-property-slider-two .property-size .property-size-numbers, .cool-property-slider-two .property-size .property-size-numbers-sqm {
  color: #FFF;
  font-family: "Noto Serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media only screen and (max-width: 576px) {
  .cool-property-slider-two .property-size .property-size-numbers, .cool-property-slider-two .property-size .property-size-numbers-sqm {
    font-size: 16px;
  }
}

/*# sourceMappingURL=bmx-carousel.css.map */
