body{background-color:#fff;padding:0;margin:0;}a{text-decoration:none}a:focus,a:hover{text-decoration:none}.image-slider-updated{margin-bottom:30px}.image-slider-updated .properties-slider-detail-updated{border-radius:7px;overflow:hidden}.image-slider-updated .properties-slider-detail-updated .item img{aspect-ratio:3/2}.image-slider-updated .properties-slider-detail-updated .owl-nav{margin:0}.image-slider-updated .properties-slider-detail-updated .owl-nav button{outline:none;box-shadow:none;border:none;position:absolute;top:50%;left:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;opacity:1;width:35px;height:35px;background-color:rgba(0,0,0,.5) !important;color:#fff !important;font-size:35px !important}.image-slider-updated .properties-slider-detail-updated .owl-nav button span{top:-3px;position:relative}.image-slider-updated .properties-slider-detail-updated .owl-nav button.owl-next{left:auto;right:0}@media(max-width: 576px){.image-slider-updated{margin-bottom:20px}}/*# sourceMappingURL=style.min.css.map */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background-color: var(--primary_color)!important;
}
.image-slider-updated .more-option ul.social li a .fa {
    color: var(--primary_color);
  }
  .image-slider-updated .more-option ul.social li:not(:last-child) {
    border-bottom: 1px solid #70707029;
  }
  .image-slider-updated .more-option ul.social li {
    padding: 6px 9px;
    text-align: center;
  }
  .image-slider-updated .more-option ul.social.share-active {
    opacity: 1;
    transition: all 0.2s;
    height: inherit !important;
  }
  .image-slider-updated{
    position: relative;
  }
  .image-slider-updated .more-option ul.social {
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.2s;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    background: #FFFFFF;
    border-radius: 3px;
    transform: translateY(105%);
    height: 0 !important;
    z-index: 1;
    overflow: hidden;
  }
  .image-slider-updated .more-option {
    position: absolute;
    right: 5px;
    bottom: 200px;
    text-align: right;
    display: block;
    margin-bottom: 10px;
    z-index: 2;
  }
  .image-slider-updated .more-option ul.main {
    margin-bottom: 0;
    height: 33px;
  }
  .image-slider-updated .more-option ul.main li a {
    background: #FFFFFF;
    height: 33px;
    width: 33px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 3px;
  }
  .image-slider-updated .more-option ul.main li a .fa {
    color: #869791;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all 0.3s;
  }
  .image-slider-updated .more-option ul.main li a.share .fa {
    color: var(--primary_color);
    transition: all 0.3s;
  }
  @media (max-width: 576px) {
    .image-slider-updated .more-option{
      bottom: 44px;
    }
}
@media (min-width: 577px) and (max-width: 991px) {
    .image-slider-updated {
      margin-bottom: 36px!important;
  }
    .image-slider-updated .more-option{
      bottom: 70px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .image-slider-updated .more-option{
      bottom: 130px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .image-slider-updated .more-option {
      position: absolute;
      right: 5px;
      bottom: 170px;
    }
}